@charset "utf-8";
/* CSS Document */
.sp-only {
  display: none;
}
body {
  width: 100vw;
  overflow-x: hidden;
}
.main {
  position: relative;
  padding-top: 110px;
}
/*fade*/
.box {
  background-color: #999;
  padding: 0px;
  width: 320px;
  height: auto;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 50px;
}
.l-contents__wrapper {
  position: relative;
  margin-top: 340px;
}
/*--------------------------------------------------------------------------
	下層ページ　header
--------------------------------------------------------------------------*/
.l-heaader__wrapper {
  width: 100%;
  padding: 240px 0 0px 0;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.l-heaader {
  width: 1100px;
  margin: 0 auto;
}
.l-heaader h2 {
  background-color: #6DAA76;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 10px;
  position: relative;
  bottom: -60px;
}
.l-heaader h2 .en {
  display: block;
  color: #FFF;
  font-size: 2.4rem;
  font-style: italic;
  margin: 0 0 15px 0;
  line-height: 2.8rem;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  padding: 0 0 15px 0;
}
.l-heaader h2 .jp {
  display: block;
  color: #FFF;
  font-size: 1rem;
  line-height: 1.8rem;
  margin: 0;
}
.bg-01 {
  background-image: url(../images/bg-header_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
/*--------------------------------------------------------------------------
	事業内容
--------------------------------------------------------------------------*/
.l-business__wrapper {}
.l-business {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}
.l-business h2 {
  display: flex;
  margin: 0 auto;
  text-align: center;
}
.l-business .en {
  font-size: 2.4rem;
  display: block;
  color: #e37317;
  font-style: italic;
  text-transform: uppercase;
}
.l-business .jp {
  font-size: 1rem;
  display: block;
  padding-top: 30px;
  padding-left: 15px;
  color: #292929;
}
.l-business__detail {
  width: 100%;
  border-radius: 20px;
  margin: 80px 0 0 0;
}
.l-business__pagelink {}
.l-business__pagelink ul {
  display: flex;
  justify-content: space-between;
}
.l-business__pagelink ul li {
  width: 300px;
}
.l-business__pagelink ul li img {
  width: 100%;
  height: auto;
}
.l-business__block {
  width: 100%;
}
.l-business__block .logo {
  width: 300px;
  float: left;
}
.l-business__block .logo p {
  text-align: center;
  font-size: 1rem;
  line-height: 2.4rem;
}
.l-business__block .detail {
  width: 700px;
  float: right;
}
.l-business__block .detail p {
  font-size: 1rem;
  line-height: 1.8rem;
  padding: 15px 0 0 0;
}
.photo_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.photo_block .photo_01 {
  width: 300px;
}
.photo_block .photo_01 img {
  width: 100%;
  height: auto;
}
.photo_block .photo_02 {
  width: 100%;
}
.photo_block .photo_02 img {
  width: 100%;
  height: auto;
}
.l-business .message {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  padding: 50px 0;
}
.oem-list ul {
  position: relative;
  width: 800px;
  margin: 0 auto;
  border: 1px solid #ee760e;
  border-radius: 20px;
  padding: 20px 50px;
  background-color: #FFF4EA;
  line-height: 2.8rem;
}
.oem-list ul li {
  list-style-type: none !important;
  font-size: 1rem;
  margin-left: 1.8em;
  text-indent: -1.8em;
}
.oem-list ul li:before {
  content: '';
  display: inline-block;
  width: 15px; /*画像の幅*/
  height: 15px; /*画像の高さ*/
  background-image: url(../../assets/images/icon-03.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
  background-position: left top;
}
.oem-list_goods ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0;
}
.oem-list_goods ul li {
  width: 21%;
  margin: 10px;
}
.oem-list_goods ul li img {
  width: 100%;
  height: auto;
}
.oem-list_goods ul li p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}


.business-list {margin-top: 30px;}
.business-list ul {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  border: 1px solid #ee760e;
  border-radius: 20px;
  padding: 20px 50px;
  background-color: #FFF4EA;
  line-height: 2.8rem;
}
.business-list ul li {
  list-style-type: none !important;
  font-size: 1rem;
  margin-left: 1.8em;
  text-indent: -1.8em;
}
.business-list ul li:before {
  content: '';
  display: inline-block;
  width: 15px; /*画像の幅*/
  height: 15px; /*画像の高さ*/
  background-image: url(../../assets/images/icon-03.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
  background-position: left top;
}
.fig-business {width: 100%;margin: 50px 0;}
.fig-business img {width: 100%;height: auto;}

/*--------------------------------------------------------------------------
	お知らせ
--------------------------------------------------------------------------*/
.l-news__wrapper {}
.l-news {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}
.l-news h2 {
  display: flex;
  margin: 0 auto;
  text-align: center;
}
.l-news .en {
  font-size: 2.4rem;
  display: block;
  color: #e37317;
  font-style: italic;
  text-transform: uppercase;
}
.l-news .jp {
  font-size: 1rem;
  display: block;
  padding-top: 30px;
  padding-left: 15px;
  color: #292929;
}
.l-news__detail {
  width: 100%;
  border-radius: 20px;
  margin: 80px 0 0 0;
}
.l-news:after {
  content: "";
  display: block;
  clear: both;
}
.l-news__list ul {
  margin: 20px 0;
}
.l-news__list ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E9E8E8;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}
.l-news__list ul li a {text-decoration: underline;}
.l-news__list ul li a:hover {text-decoration: none;}
.cate-news {
  color: #FFF;
  background-color: #6DAA76;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 20px;
  padding: 0 20px;height: 26px;
}
.cate-event {
  color: #FFF;
  background-color: #e37317;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 20px;
  padding: 0 20px;height: 26px;
}
.l-news__list .title {width: 800px;}
/*--------------------------------------------------------------------------
	私たちについて
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
	会社概要
--------------------------------------------------------------------------*/
.l-company__wrapper {}
.l-company {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}
.l-company h2 {
  display: flex;
  margin: 0 auto;
  text-align: center;
}
.l-company .en {
  font-size: 2.4rem;
  display: block;
  color: #e37317;
  font-style: italic;
  text-transform: uppercase;
}
.l-company .jp {
  font-size: 1rem;
  display: block;
  padding-top: 30px;
  padding-left: 15px;
  color: #292929;
}
.l-company__center {
  width: 600px;
  margin: 0 auto;
}
.l-company__center h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 30px 0;
  text-align: center;
}
.l-company__center_link {
  margin: 40px auto;
}
.l-company__detail {
  width: 100%;
  border-left: 1px solid #6DAA76;
  border-right: 1px solid #6DAA76;
  border-bottom: 1px solid #6DAA76;
  border-top: 1px solid #6DAA76;
  border-radius: 20px;
  margin: 30px 0 0 0;
}
.l-company__detail table {
  margin: 0px auto;
  border-spacing: 0;
  width: 90%;
  padding: 50px 20px;
}
.tbl-r01 th {
  color: #292929;
  width: 200px;
  padding: 10px 50px 10px 0px;vertical-align: top;
}
.tbl-r01 td {
  color: #292929;
  padding: 10px 0 10px 50px;
  border-left: 1px solid #6DAA76;vertical-align: top;
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r01 {
    width: 80%;
  }
  .tbl-r01 th, .tbl-r01 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*--------------------------------------------------------------------------
	採用情報
--------------------------------------------------------------------------*/
.l-careers__wrapper {}
.l-careers {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}
.l-careers h2 {
  display: flex;
  margin: 0 auto;
  text-align: center;
}
.l-careers .en {
  font-size: 2.4rem;
  display: block;
  color: #e37317;
  font-style: italic;
  text-transform: uppercase;
}
.l-careers .jp {
  font-size: 1rem;
  display: block;
  padding-top: 30px;
  padding-left: 15px;
  color: #292929;
}
.l-careers .photo {width: 100%;margin: 30px 0;}
.l-careers .photo img {width: 100%;height: auto;border-radius:20px;}
.l-careers p {margin-bottom: 30px;}

/*--------------------------------------------------------------------------
	お問い合わせ
--------------------------------------------------------------------------*/
.l-contact_sec__wrapper {}
.l-contact_sec {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}
.l-contact_sec h2 {
  display: flex;
  margin: 0 auto;
  text-align: center;
}
.l-contact_sec .en {
  font-size: 2.4rem;
  display: block;
  color: #e37317;
  font-style: italic;
  text-transform: uppercase;
}
.l-contact_sec .jp {
  font-size: 1rem;
  display: block;
  padding-top: 30px;
  padding-left: 15px;
  color: #292929;
}

.l-contact_sec__detail {
  width: 100%;
  border-radius: 20px;
  margin: 80px 0 0 0;
}

/*--------------------------------------------------------------------------
	個人情報保護方針
--------------------------------------------------------------------------*/
.l-privacy__wrapper {}
.l-privacy {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}
.l-privacy h2 {
  display: flex;
  margin: 0 auto;
  text-align: center;
}
.l-privacy .en {
  font-size: 2.4rem;
  display: block;
  color: #e37317;
  font-style: italic;
  text-transform: uppercase;
}
.l-privacy .jp {
  font-size: 1rem;
  display: block;
  padding-top: 30px;
  padding-left: 15px;
  color: #292929;
}
.l-privacy__detail {
  width: 100%;
  border-radius: 20px;
  margin: 80px 0 0 0;
}
.privacy-list ul {width: 95%;margin: 30px auto;
}
.privacy-list ul li {
  list-style-type: circle;
  font-size: 1rem;line-height: 1.4rem;margin-bottom: 15px;
}

h3 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 95px;
  text-align: left;
  margin: 20px 0;
  font-size: 1.4rem;line-height: 1.6rem;
}
h3:before {
  position: absolute;
  top: calc(50% - 3px);
  width: 80px;
  height: 6px;
  content: '';
  border-top: solid 2px #ee760e;
  border-bottom: solid 2px #ee760e;
}
h3:before {
  left: 0;
}
.l-list ol {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  padding: 0.5em;
}
.l-list ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
  margin: 15px 0;
}
.l-list ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #6DAA76;
  color: #FFF;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.l-list ul {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
.l-list ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
}
.l-list ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  left: 1em;
  color: skyblue;
}*/
.l-frame {
  border: 1px solid #ee760e;
  border-radius: 20px;
  padding: 50px;
  background-color: #FFF4EA;
  line-height: 2.8rem;
  margin: 30px 0 0 0;
}




/*--------------------------------------------------------------------------
	お問い合わせ
--------------------------------------------------------------------------*/
.l-contact {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0 50px 0;
}
.l-contact h2 {
  display: flex;
  margin: 0 auto;
}
.l-contact .en {
  font-size: 2.4rem;
  display: block;
  color: #6daa76;
  font-style: italic;
  text-transform: uppercase;
}
.l-contact .jp {
  font-size: 1rem;
  display: block;
  padding-top: 30px;
  padding-left: 15px;
  color: #292929;
}
.l-contact__left {
  float: left;
  width: 620px;
}
.l-contact__left h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 30px 0;
}
.l-contact__right_link {
  float: right;
}
.link-view_more {
  border: 3px solid #ee760e;
  border-radius: 100px;
  display: block;
  width: 200px;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #FFF;
  color: #ee760e;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  font-weight: 800;
  font-size: 1rem;
}
.link-view_more:hover {
  border: 3px solid #ee760e;
  border-radius: 100px;
  display: block;
  width: 200px;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #FFBA80;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  font-weight: 800;
  font-size: 1rem;
  transition: .5s;
}
.link-view_more2 {
  border: 3px solid #ee760e;
  border-radius: 100px;
  display: block;
  width: 200px;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #ee760e;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px auto;
  font-weight: 800;
  font-size: 1rem;
}
.link-view_more2:hover {
  border: 3px solid #ee760e;
  border-radius: 100px;
  display: block;
  width: 200px;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #FFBA80;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px auto;
  font-weight: 800;
  font-size: 1rem;
  transition: .5s;
}
.link-view_more3 {
  border: 3px solid #ee760e;
  border-radius: 100px;
  display: block;
  width: 300px;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #ee760e;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  font-weight: 800;
  font-size: 1rem;
}
.link-view_more3:hover {
  border: 3px solid #ee760e;
  border-radius: 100px;
  display: block;
  width: 300px;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #FFBA80;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  font-weight: 800;
  font-size: 1rem;
  transition: .5s;
}
.slider-wrapper {
  width: 100%;
  background-color: #EDF6EC;
  padding: 70px 0 90px 0;
}
.slider-inner {
  text-align: center;
}
.slider-inner h2 {
  padding-bottom: 50px;
}
.swiper-container {
  width: 200%;
  overflow-x: hidden;
  position: relative;
  left: -50%;
}
.swiper-wrapper {
  width: 100%;
  height: 300px;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}
.swiper-slide img {
  border-radius: 10px;
}
.fa {
  font-size: 2rem;
}
.fb {
  font-size: 1.4rem;
}
.fc {
  font-size: 1.1rem;
}
.marker {
  background: linear-gradient(to right, #ffff00 0%, #ee760e 85%);
  background-position: left bottom;
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 20%;
  transition: background-size 0.5s;
}
.marker.on {
  background-size: 100% 15%;
}
.footer-wrapper {
  background-image: url(../images/bg-footer.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.footer-inner {
  width: 1100px;
  margin: 80px auto 0 auto;
  border-top: 1px solid #c6c6c6;
  padding: 30px 0 300px 0;
}
.footer-inner__content {
  width: 950px;
  margin: 0 auto;
}
.logo_address {
  width: 350px;
  float: left;
  padding: 30px 0;
}
.logo_address .logo {
  width: 300px;
  margin-bottom: 30px;
}
.logo_address .address {
  width: 350px;
}
.f-nav_01 {
  float: left;
  height: 120px;
  margin: 30px 0 0 70px;
  border-left: 1px solid #c6c6c6;
  padding-left: 70px;
}
.f-nav_02 {
  float: left;
  height: 300px;
  margin: 30px 0 0 100px;
  padding-left: 0px;
}
.f-nav_01 ul li a:hover {
  color: #6daa76;
}
.f-nav_02 ul li a:hover {
  color: #6daa76;
}
.copyright {
  text-align: center;
  color: #FFF;
  font-size: 0.7rem;
}
.breadcrumb__wrap {
  text-align: left;
  width: 1100px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 50px 0 0 0;
}
.breadcrumb {
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
  color: #777;
}
.breadcrumb a {
  color: #0b3065;
  text-decoration: underline;
}
.breadcrumb a:hover {
  color: #3F7FDD;
  text-decoration: none;
}
.wp-pagenavi {
  margin: 40px auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d473e;
}
.wp-pagenavi a {
  color: #0d473e;
}
.wp-pagenavi span.current, .wp-pagenavi a.page {
  margin: 0 10px 0 10px;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: .3s;
}
.wp-pagenavi span.current {
  border: none;
  background: #6DAA76;
  color: #fff;
}
.wp-pagenavi a.page {
  background: none;
}
.wp-pagenavi a.page:hover {
	background-color: #93D39D;
	color: #fff;
}
.wp-pagenavi .first, .wp-pagenavi .extend {
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  display: none;
}
.attention {
  color: red;
}

/*clearfix*/
.l-business__block:after, .main:before, .main-navigation:after, .l-business:before, .l-business:after, .l-about:after, .l-company:after, .l-contact:after, .footer-inner__content:after, .photo_block:after {
  content: "";
  display: block;
  clear: both;
}

/*ContactForm7カスタマイズ*/
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #000;
  color: #fff;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}