@charset "utf-8";

/*-------------------------------------*/
/*	サブタイトル	*/
/*-------------------------------------*/
#sub_img{
  width: 100%;
  position: relative;
  height: 465px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
#sub_img.subimg_about{
  background-image: url(../images/pages/about_subimg.jpg);
}
#sub_img.subimg_service{
  background-image: url(../images/pages/service_subimg.jpg);
}
#sub_img.subimg_contact{
  background-image: url(../images/pages/contact_subimg.jpg);
}
#sub_img h2{
  font-weight: 700;
  font-size: 6.4rem;
  margin: 0 auto;
  color: #FFFFFF;
}
@media screen and (max-width:760px) {
  #sub_img{
    height: 200px;
  }
  #sub_img h2{
    font-size: 2.2rem;
  }
}
@media screen and (max-width:430px) {

}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl {
  font-size: 6.0rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 800;
  position: relative;
  margin-bottom: 35px;
}
.ttl span {
  font-family: Bahnschrift, "Oswald", 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
  font-size: 5.6rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-stretch: condensed;
  line-height: 1;
}
a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
/* ボタン　ライン 白 */
a.bt_base_line {
  display: inline-block;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  position: relative;
  padding: 1em 1em;
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1;
  max-width: 480px;
  width: 100%;
  text-align: center;
}
a.bt_base_line:hover {
  color: #fff;
  background: #335074;
}
/* ボタン　ライン 青 */
a.bt_base_line02 {
  display: inline-block;
  color: #335074;
  border: 2px solid #335074;
  position: relative;
  padding: 1em 1em;
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1;
  max-width: 480px;
  width: 100%;
  text-align: center;
}
a.bt_base_line02:hover {
  color: #fff;
  background: #335074;
}
/*2列レイアウト*/
.col-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-2_list::after {
  content: "";
  display: block;
  max-width: 740px;
  width: calc(100% / 2 - 20px);
}
.col-2_list .col_box {
  max-width: 740px;
  width: calc(100% / 2 - 20px);
}
/*3列*/
.col-3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-3_list::after {
  content: "";
  display: block;
  max-width: 456px;
  width: calc(100% / 3 - 20px);
}
.col-3_list .col_box {
  max-width: 456px;
  width: calc(100% / 3 - 20px);
}
/*4列*/
.col-4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-4_list::after {
  content: "";
  display: block;
  width: calc(100% / 4 - 20px);
}
.col-4_list::before {
  content: "";
  display: block;
  width: calc(100% / 4 - 20px);
  order: 1;
}
.col-4_list .col_box {
  width: calc(100% / 4 - 20px);
}

/* item box*/
.item_box {
  position: relative;
}
.item_box div {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #335074;
  text-align: center;
  padding: 1em 0.5em;
  width: 100%;
}
.item_box div h3{
  font-size: 3.0rem;
  font-weight: 800;
}
.item_box div p{
  font-size: 2.2rem;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .ttl {
    font-size: 4.2rem;
  }
  .ttl span {
    font-size: 3.4rem;
  }
}
@media screen and (max-width:760px) {
  a.bt_base_line {
    font-size: 2.0rem;
  }
  /*2列レイアウト*/
  .col-2_list {
    flex-direction: column;
  }
  .col-2_list .col_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /*3列*/
  .col-3_list {
    gap: 20px 10px;
    flex-direction: column;
  }
  .col-3_list .col_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .item_box div h3{
    font-size: 2.2rem;
  }
  .item_box div p{
    font-size: 1.4rem;
  }
}
@media screen and (max-width:430px) {
  .ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .ttl span {
    font-size: 2.4rem;
  }
  a.bt_base_line, a.bt_base_line02 {
    font-size: 1.6rem;
  }
  /*4列*/
  .col-4_list {
    gap: 20px 10px;
  }
  .col-4_list .col_box {
    width: calc(100% / 2 - 10px);
  }
}

/*-------------------------------------*/
/*	長尾巧作所について	*/
/*-------------------------------------*/
#aboutus {
  text-align: center;
}
#aboutus .ttl span,#skil .ttl span,#custom .ttl span{
  opacity: 0.5;
}
.about_img01{
  position: relative;
}
.about_img01::before{
  content: "";
  width: 100%;
  max-height: 160px;
  height: 30%;
  background-image: url(../images/pages/about_bg02.jpg);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
.about_img01 img{
width: 85%;
margin: 0 0 0 auto;
display: block;

}
#skil{
  background-image: url(../images/pages/about_bg02.jpg);
}
#skil .caption{
  margin-bottom: 80px;
  text-align: center;
}
.skil_list{
  display: flex;
  flex-wrap: wrap;
  gap: 35px 20px;
  justify-content: center;
}
.skil_list .item_box{
  max-width: 456px;
  width: calc(100% / 3 - 20px);
}
#policy{
  background-image: url(../images/pages/about_bg01.jpg);
  background-position: center;
  background-size: cover;
  color:#FFFFFF;
  text-align: center;
  padding: 160px 0 310px 0;
  position: relative;
}
#policy::before {
  content: "";
  width: 95%;
  height: 160px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#policy .ttl span{
  opacity: 0.4;
}
#custom{
  background-image: url(../images/bg_gray01.png);
  background-color: #F3F3F3;
}
#custom .inner {
  width: 95%;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding-bottom: 160px;
 }
 #custom .caption{
  margin-bottom: 80px;
  text-align: center;
}
.contact_box{
  background-image: url(../images/bg_blue.png);
  padding: 80px 40px;
  border-radius: 65px;
  text-align: center;
  margin-top: 120px;
  color: #FFFFFF;
}
.contact_box h3{
  font-size: 4.0rem;
  line-height: 1.7;
  text-align: center;
  font-weight: 800;
  margin-bottom: 40px;
}
.contact_box .bt_base_line{
font-size: 2.6rem;
}
@media screen and (max-width:760px) {
  #skil .caption{
    margin-bottom: 40px;
  }
  .skil_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  .skil_list .item_box{
    width: calc(100% / 2 - 10px);
  }
  #policy{
    background-image: url(../images/pages/about_bg01_sp.jpg);
    padding: 60px 0 160px 0;
  }
  #policy::before {
    content: "";
    width: 95%;
    height: 80px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #custom .inner {
    padding-bottom: 80px;
   }
   #custom .caption{
    margin-bottom: 40px;
  }
}
@media screen and (max-width:430px) {
  .skil_list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 5px;
  }
  .skil_list .item_box{
    width: calc(100% / 2 - 5px);
  }
  .skil_list .item_box h3{
font-size: 1.4rem;
  }
  .contact_box{
    background-image: url(../images/bg_blue.png);
    padding: 50px 20px;
    border-radius: 40px;
    text-align: center;
    margin-top: 60px;
    color: #FFFFFF;
  }
  .contact_box h3{
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .contact_box .bt_base_line{
    font-size: 1.6rem;
    }
}


/*-------------------------------------*/
/*	オーダーメイド家具・金物について	*/
/*-------------------------------------*/

#ordermade {
  text-align: center;
}
#ordermade .ttl span,#product .ttl span,#point .ttl span,#page #works .ttl span,#flow .ttl span,#faq .ttl span{
  opacity: 0.5;
}
.service_img01{
  position: relative;
}
.service_img01::before{
  content: "";
  width: 100%;
  max-height: 160px;
  height: 30%;
  background-image: url(../images/pages/about_bg02.jpg);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
.service_img01 img{
width: 85%;
margin: 0 0 0 auto;
display: block;

}
#product{
  background-image: url(../images/pages/about_bg02.jpg);
}
#product .caption{
  margin-bottom: 80px;
  text-align: center;
}
#works .caption {
  margin-bottom: 80px;
  text-align: center;
}
.comment{
  text-align: center;
  background-color: #335074;
  color: #FFFFFF;
  padding: 1em 1em;
  border-radius: 50px;
  font-size: 3.0rem;
  font-weight: 700;
}
#point dl{
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 100px;
}
#point dl:nth-of-type(even){
flex-direction: row-reverse;
 }
#point dl dt{
  max-width: 780px;
  width: 100%;
 }
 #point dl dd{
width: 100%;
padding-left: 60px;
 }
 #point dl dd h3{
  opacity: 0.4;
  font-family: Bahnschrift,"Oswald", 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
  font-weight: 500;
 font-size: 5.6rem;
 position: relative;
}
#point dl dd h3 span{
 font-size: 11.9rem;
 position: relative;
 display: inline-block;
 padding-right: 100px;
 vertical-align: middle;
}
#point dl dd h3 span::before{
  content: "";
  width: 50px;
  height: 4px;
  background-color: #335074;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
 }
 #point dl dd h4{
  font-weight: 700;
 font-size: 3.4rem;
 line-height: 1.5;
 margin-bottom: 20px;
}
#page #works{
  background-image: url(../images/pages/service_bg01.png)
}
#page #works .works_list{
display: flex;
flex-wrap: wrap;
gap: 20px 20px;
justify-content: space-between;
}
#page #works .works_box::after {
  content: "";
  display: block;
  max-width: 740px;
  width: calc(100% / 2 - 20px);
}
#page #works .works_box{
  background-color: #FFFFFF;
  padding: 70px 50px;
  position: relative;
  max-width: 740px;
  width: calc(100% / 2 - 20px);
}
#page #works .works_box dl{
  justify-content: space-between;
  display: flex;
}
#page #works .works_box dl dt{
  max-width: 230px;
  width: 100%;
}
#page #works .works_box dl dd{
  width: 100%;
  padding-left: 30px;
}
#page #works .works_box dl dd h3{
  font-size:3.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #335074;
}
#page #works .works_box .bt_view{
background-color: #335074;
color: #FFFFFF;
padding: 0.7em 1em;
line-height: 1;
border-radius: 20px 0 0 0;
position: absolute;
right: 0;
bottom: 0;
cursor: pointer;
}
/* モーダル */

  /* モーダルを開くボタン */
  .modal__trigger{
    cursor: pointer;
  }

  /* モーダル本体 */
  .modal__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
    background-color: rgba(0, 0, 0, 0.719);
  }
  .modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    padding: 60px 40px 40px 40px;
    width: 90%;
    max-width: 900px;
    max-height: 1000px;
    height: 90vh;
    border-radius: 20px;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
    animation: modalopen 0.6s linear 0s;
  }
@keyframes modalopen{
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}
.modal__inner {
  position: relative;
  height: 100%;
}
.modal__content{
  overflow-y: scroll;
  height: 100%;
  padding: 0 20px;
  text-align: left;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: opacity .6s;
}
.modal__close:hover {
  opacity: .6;
}
.modal__inner h3{
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #335074;
}
.modal__inner p{
margin-bottom: 10px;
}

.works_sld{
  overflow: hidden;
}
.works_sld .slick-next {
  right: 20px;
}
.works_sld .slick-prev {
  left: 20px;
  z-index: 1;
}
#flow{
  background-image: url(../images/pages/service_bg03.png);
}
#flow .inner{
  background-color: #FFFFFF;
  border-radius: 65px;
}
#flow .inner dl{
  border-bottom: 1px solid #335074;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
}
#flow .inner dl:last-of-type{
  border-bottom: none;

}
#flow .inner dl dt{
  width: 100%;
  max-width: 200px;
  padding: 30px;
  display: flex;
  position: relative;
  z-index: 1;
}
#flow .inner dl dt::before{
content: "";
width: 8px;
height: 100%;
background-image: url(../images/pages/service_flow.svg);
background-repeat: repeat-y;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: -1;
}

#flow .inner dl:first-of-type dt::before{
  content: "";
  width: 8px;
  height: 50%;
  top: auto;
  bottom: 0;
  left: 50%;
  }
  #flow .inner dl:last-of-type dt::before{
    content: "";
    width: 8px;
    height: 50%;
    top: 0;
    left: 50%;
    }
#flow .inner dl dd{
  width: 100%;
  padding: 80px 0;
}
#flow .inner dl dd h3{
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
#flow .inner dl dd p span{
  background-color: #335074;
  display: inline-block;
  color: #FFFFFF;
  padding-left: 10px;
  margin-top: 10px;
}
#faq{
  background-image: url(../images/pages/service_bg03.png);
}

.qa_box dl {
  margin-bottom: 30px;
  background: #FFFFFF;
  border-radius: 80px;
}
.qa_box dl:last-of-type {
  margin-bottom: 0;
}
.qa_box dl dt {
  font-size: 4.0rem;
  padding: 0.8em 80px 0.8em 150px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.5;
  position: relative;
}
.qa_box dl dt::before {
  content: "Q.";
  position: absolute;
  font-weight: 600;
  left: 1em;
  top: 0.2em;
  font-size: 6.0rem;
}
.qa_box dl dt::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/ico_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.qa_box dl dt.on::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/ico_minus.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.qa_box dl dd {
  padding: 1.5em 1.5em 1.5em 150px;
  line-height: 1.5;
  position: relative;
  border-top: 1px solid #335074;
}
.qa_box dl dd::before {
  content: "A.";
  position: absolute;
  font-weight: 600;
  left: 1em;
  top: 0.2em;
  font-size: 6.0rem;
}
.qa_box .submenu {
  display: none;
}
.qa_box h3 {
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width:1200px) {
  #page #works .works_list{
    flex-direction: column;
    }
    #page #works .works_box::after {
      width: 100%;
    }
    #page #works .works_box{
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
}
@media screen and (max-width:760px) {
.service_img01::before{
  content: "";
  width: 100%;
  max-height: 160px;
  height: 30%;
  background-image: url(../images/pages/about_bg02.jpg);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
.service_img01 img{
width: 90%;
}
#product .caption{
  margin-bottom: 40px;
}
#works .caption {
  margin-bottom: 40px;
}
.comment{
  padding: 1em 1em;
  font-size: 1.6rem;
  line-height: 1.5;
}
#point dl{
flex-direction: column;
 margin-bottom: 40px;
}
#point dl:nth-of-type(even){
  flex-direction: column;
 }
#point dl dt{
  max-width: 780px;
  width: 100%;
 }
 #point dl dd{
width: 100%;
padding-left: 0;
 }
 #point dl dd h3{
 font-size: 2.8rem;
}
#point dl dd h3 span{
 font-size: 6.2rem;
 padding-right: 80px;

}
#point dl dd h3 span::before{
  width: 40px;
  height: 4px;
  top: 50%;
  right: 20px;
 }
 #point dl dd h4{
 font-size: 2.2rem;
}
#page #works .works_box{
  background-color: #FFFFFF;
  padding: 40px 25px;
  position: relative;
}
#page #works .works_box dl{
  justify-content: space-between;
  display: flex;
}
#page #works .works_box dl dt{
  max-width: 230px;
  width: 50%;
}
#page #works .works_box dl dd{
  width: 100%;
  padding-left: 10px;
}
#page #works .works_box dl dd h3{
  font-size:1.6rem;
}
#page #works .works_box .bt_view{
background-color: #335074;
color: #FFFFFF;
padding: 0.7em 1.5em;
line-height: 1;
border-radius: 20px 0 0 0;
position: absolute;
right: 0;
bottom: 0;
cursor: pointer;
font-size: 1.2rem;
}
.modal__container {
  padding: 60px 10px 40px 10px;
  width: 90%;
  max-width: 700px;
  height: 70vh;
}
.modal__content{
  padding: 0 10px;
}
#flow .inner{
  background-color: #FFFFFF;
  border-radius: 40px 25px;
}
#flow .inner dl{
  border-bottom: 1px solid #335074;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
#flow .inner dl:last-of-type{
  border-bottom: none;

}
#flow .inner dl dt{
  width: 25%;
  max-width: 75px;
  padding: 0;
  display: flex;
  position: relative;
  z-index: 1;
}
#flow .inner dl dt::before{
content: "";
width: 8px;
height: 100%;
background-image: url(../images/pages/service_flow.svg);
background-repeat: repeat-y;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: -1;
}
#flow .inner dl:first-of-type dt::before{
  content: "";
  width: 8px;
  height: 50%;
  top: auto;
  bottom: 0;
  left: 50%;
  }
  #flow .inner dl:last-of-type dt::before{
    content: "";
    width: 8px;
    height: 50%;
    top: 0;
    left: 50%;
    }
#flow .inner dl dd{
  width: 100%;
  padding: 40px 0 40px 10px;
}
#flow .inner dl dd h3{
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.qa_box dl {
  margin-bottom: 30px;
  background: #FFFFFF;
  border-radius: 50px;
}
.qa_box dl:last-of-type {
  margin-bottom: 0;
}
.qa_box dl dt {
  font-size: 1.6rem;
  padding: 0.8em 20px 0.8em 50px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.5;
  position: relative;
}
.qa_box dl dt::before {
  content: "Q.";
  position: absolute;
  font-weight: 600;
  left: 1em;
  top: 0.2em;
  font-size: 2.2rem;
}
.qa_box dl dt::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/ico_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.qa_box dl dt.on::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/ico_minus.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.qa_box dl dd {
  padding: 1.5em 1.5em 1.5em 50px;
  line-height: 1.5;
  position: relative;
  border-top: 1px solid #335074;
}
.qa_box dl dd::before {
  content: "A.";
  position: absolute;
  font-weight: 600;
  left: 1em;
  top: 0.8em;
  font-size: 2.2rem;
}
.qa_box .submenu {
  display: none;
}
.qa_box h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
}
@media screen and (max-width:430px) {

}

/*-------------------------------------*/
/*	お問い合わせ	*/
/*-------------------------------------*/
#contact .caption{
  padding-bottom: 90px;
  margin-bottom: 90px;
  position: relative;
  text-align: center;
}
#contact .caption::before{
  content: url(../images/pages/contact_dotted.svg);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.submit_btn_wrap {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.submit_btn {
  display: inline-block;
  color: #335074;
  border: 2px solid #335074;
  background-color: #FFFFFF;
  position: relative;
  padding: 1em 1em;
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  width: 100%;
  transition: 0.3s;
}
.submit_btn:hover {
  color: #fff;
  background: #335074;
}

ul.submit2_btn_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
ul.submit2_btn_wrap li {
  width: 48%;
  text-align: center;
}
ul.submit2_btn_wrap li p{
}
.back_btn {
  display: inline-block;
  color: #FFFFFF;
  border: 2px solid #6b6b6b;
  background-color: #6b6b6b;
  position: relative;
  padding: 1em 1em;
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  width: 100%;
  transition: 0.3s;
  cursor: pointer;
}
.back_btn:hover {
  background: #252525;
}
/*-------------------------------------*/
/*	フォーム関連	*/
table.contact_tb {
  width: 100%;
  margin: 0 auto 80px auto;
}
table.contact_tb th, table.contact_tb td {}
table.contact_tb th {
  font-weight: 500;
  width: 35%;
  padding: 0.7em 0.5em;
  font-size: 3.4rem;
  vertical-align: top;
  font-weight: 700;
}
table.contact_tb td {
  position: relative;
  padding: 0.7em 0 0.7em 0.5em;
}
table.contact_tb th.must p::before {
  content: "●";
  color: #DC000C;
  margin-right: 5px;
}
table.contact_tb th.nini p::before {
  content: "●";
  color: #C1C1C1;
  margin-right: 5px;
}
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.form_area input[type="radio"] {
  position: relative;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  vertical-align: -2px;
  background-color: #F2F2F2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form_area input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #335074;
  content: '';
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: none;
  font-family: inherit;
  font-size: 2.2rem;
  padding: 0.8em 0.5em;
  margin: 0;
  background-color: #F2F2F2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.form_area .must input[type="text"], .form_area .must input[type="email"], .form_area .must input[type="tel"], .form_area .must textarea, .form_area .must select {
  padding: 0.3em 75px 0.3em 0.5em;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04, .form_area input[type="tel"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.form_area label {
  margin-right: 20px;
  font-size: 2.4rem;
  font-weight: 600 !important;
  padding: 10px 5px;
  display: inline-block;
  line-height: 1;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0.5em !important;
}
@media screen and (max-width:1000px) {
  table.contact_tb {
    margin: 0 auto;
  }
  table.contact_tb th {
    text-align: left;
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 1.4rem;
    display: block;
  }
  .mw_wp_form_confirm.mw_wp_form_preview table.contact_tb th {
    padding: 0.5em;
    background: #EEEEEE;
  }
  .mw_wp_form_confirm.mw_wp_form_preview table.contact_tb td {
    padding: 0.5em;
  }
  table.contact_tb td {
    display: block;
    padding: 0 0 40px 0;
    font-size: 1.6rem;
  }
  table.contact_tb tr:last-of-type td {
    border-bottom: none;
  }
  .form_area .check_wrap {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .submit_btn_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
  .form_area input[type="radio"] {
    position: relative;
    width: 25px;
    height: 25px;
    vertical-align: -2px;
  }
  .form_area input[type="radio"]:checked:before {
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
    font-size: 1.6rem;
  }
  .form_area .must input[type="text"], .form_area .must input[type="email"], .form_area .must input[type="tel"], .form_area .must textarea, .form_area .must select {
    padding: 0.3em 75px 0.3em 0.5em;
  }
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_03, input[type="email"].text_fomr_03, input[type="tel"].text_fomr_03 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
  .form_area label {
    font-size: 1.6rem;
  }
  .submit_btn {
    padding: 1em 1em;
    font-size: 1.5rem;
  }
  .back_btn {
    padding: 1em 1em;
    font-size: 1.6rem;
  }
  span.wpcf7-list-item {
    display: block;
    margin: 0 0 0 0.5em !important;
  }
}
@media screen and (max-width:430px) {

}
