@charset "utf-8";
/*
theme Name: new-theme
Author: 片山貴仁
Description: this-is-new-theme
version： 1.0.0
*/

/*VDL-V7Mincho L
font-family: vdl-v7mincho, sans-serif;
font-weight: 300;
font-style: normal;


VDL-V7Mincho B
font-family: vdl-v7mincho, sans-serif;
font-weight: 700;
font-style: normal

FOT-TsukuARdGothic Std R
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;


FOT-TsukuARdGothic Std B
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
;*/


/*=========================================
        　リセットcss
=========================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body{
    width: 100vw;
    overflow-x: hidden;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

html{
  margin-top: 0!important;
}
a:hover{
  cursor: pointer;
}
li{
    list-style:none;
}
a{
    text-decoration: none;
    color:#000;
}
p {
    font-size: 18px;
    color: #5f4b3e;
    font-weight: bold;
}
.se{
  display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
img{
  width: 100px;
}
h2.section-title img{
  width:100%;
}
.modal-hidden{
  overflow: hidden;
}
/*共通項目*/
.fix-flex{
  display: flex;
}
.section-title{
  font-size: 30px;
}
.strong-y{
  color: #fbf62f!important;
}
.y-border{
  border-bottom: solid 5px #fbf62f;
}
/*横並び*/
.fix-flex{
    display:flex;
}
.pc-flex{
    display:flex;
}
.under-line__green{
  border-bottom: solid 4px #c1d041;
}

/*センタリング*/
.y-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align:center;
}
.x-center{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align:center;
}
.xy-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align:center;
}
/*端末サイズ*/
.sp{
    display: none;
}
.se{
  display: none;
}
/*セクションのタイトル*/
.section-title{
  font-weight: bolder;
font-style: normal;
  font-size: 30px;
}
.pc{
  display: block;
}
.sp{
  display: none!important;
}
@media screen and (max-width: 500px){
  .sp{
        display: block!important;
  }
  .pc{
        display: none!important;
  }
  .pc-flex{
      flex-direction: column;
  }
  
}
@media screen and (max-width: 320px){
  .se{
    display: block;
  }
  
}

/*ヘッダー*/
header{
  width: 95%;
  border-left: 7px solid #c1d041; 
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  padding: 10px 2.5%;
  position: relative;
}

.header-wrapper {
    width: 80%;
    /* margin: 0 auto; */
    align-items: center;
    justify-content: space-between;
}
a.fix-flex.header-contact {
    position: absolute;
    right: 0;
    background-color: #C1D140;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 60px;
    font-size: 18px;
}
a.fix-flex.header-contact i{
  font-size: 26px;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="submit"] {
    display: block;
    width: 30%;
    margin: 0 auto;
    margin-top: 50px;
    padding: 15px 0;
    font-size: 16px;
    background-color: #5f4b3e;
    color: #fff;
}
/*.checkbox input[type='checkbox']*/

h1{
  font-family: vdl-v7mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  line-height: 80%;
}
h1 span{
  font-size: 16px;
}
h1 span.title-cacth{
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 13px;
margin-bottom: 15px;
background-color: #c1d041;
padding:0 10px;
}
.contact-button{
  align-items: center;
  color: #5f4b3e;
  font-weight: bold;
  font-size: 20px;
}
.contact-button i{
  margin-right: 10px;
}
/*メインビジュアル*/
.section-mv{
  margin-bottom: -10px;
}
.section-mv img {
    width: 100vw;
    height: auto;
    margin: 0 auto;
}

/*４つの質問*/
.section-forquestion{
  background-color: #f2f1e1;
  padding: 80px 0;
  position: relative;
}
.section-forquestion h2{
  width: 50%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.question-list{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.question-list li{
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.question-list li a{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.question-list li img{
  width: 70%;
}

.section-forquestion p{
  width: 90%;
  margin:0 auto;
  text-align: center;
  font-size: 23px;
  margin-top: 50px;
}
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding-left: 2%;
    height: 100%;
}
i.fas.fa-angle-down {
    position: absolute;
    right: 3%;
    font-size: 30px;
    color: #5f4b3e;
}
span.wpcf7-form-control-wrap.soudan-how,span.wpcf7-form-control-wrap.souzoku {
  width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}
div.contact-content {
    width: 70%;
    position: relative;
    display: flex;
    align-items: center;
}
.triangle{
  width: 0;
  height: 0;
  border-style: solid;
  border-width:70px 50vw 0 50vw;
  border-color: #f2f1e1 transparent transparent transparent;
  position: absolute;
  bottom: -70px;
}
/*相続が争族に*/
.section-souzoku{
  margin-top: 150px;
}
.section-souzoku h2{
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background-color: #c1d041;
  color: #5f4b3e;
}

.souzoku-card{
  background-color: #f2f1e1;
  border: solid 3px #604c3f;
  width: 70%;
  margin:0 auto;
  margin-top: 50px;
  padding: 30px 0;
}
.souzoku-card__content{
  width: 85%;
  margin: 0 auto;
  justify-content:space-between;
}
.souzoku-panel{
  width: 48%;
  background-color: #fff;
  border: solid 3px #604c3f;
}
.souzoku-panel p{
  width: 90%;
  height: 100%;
  margin:0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.souzoku-card__content iframe{
 width: 48%; 
 height: 280px;
}

/*どういうことで相談することが多いんですか？*/
.section-soudan__case{
  margin-top: 150px;
  background-color: #c1d041;
  padding: 40px 0;
  padding-bottom: 150px;
}
.section-soudan__case h2{
  width: 50%;
  margin :0 auto;
}
.section-soudan__case div.fix-flex{
  width: 70%;
  margin:0 auto;
  margin-top: 50px;
  justify-content: space-between;
}
.section-soudan__case div.fix-flex iframe{
  width: 48%;
  height: 280px;
}
.soudan-case__comment{
width: 48%;
  background-color: #fff;
  border-bottom: solid 8px #604c3f;
  padding: 15px 0;
}
.soudan-case__comment p{
  width: 90%;
  height: 100%;
  margin:0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*当てはまったら要注意ケースでご紹介*/
.section-case{
  margin-top: 80px;
}
.section-case h2{
  width: 60%;
  margin:0 auto;
  margin-bottom: 80px;
}
.case-list li{
  width: 80%;
  margin: 0 auto;
  background-color: #f2f1e1;
  border: solid 3px #604c3f;
  padding: 60px 0;
  margin-bottom: 50px;
  position: relative;
  padding-top: 90px;
}

.right-arrow{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 0 70px 70px;
  border-color: transparent transparent transparent #8e8e8e;
}
.case-comment{
  width: 40%;
  background-color: #fff;
  border: solid 3px #604c3f;
  padding: 35px 0;
}
.case-list li iframe{
width: 40%;
height: 280px;
}
.case-content{
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  
}
.case-comment p{
  width: 90%;
  margin: 0 auto;
  font-size: 17px;
}
.case{
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: #604c3f;
  font-size: 23px;
  padding: 5px 25px;
  letter-spacing: 1px;
  font-weight: bold;
}

/*YouTubeへのリンク*/
.section-youtube{
  background-color: #d2df58;
  padding: 50px 0;
}
.section-youtube p{
  width: 45%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}
.youtube-link{
  background-color: #e7db5b;
  border: solid 3px #604c3f;
  border-radius: 10px;
  font-size: 18px;
  width: 25%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top:  60px;
  font-weight: bold;
  color: #604c3f;
}
.youtube-link i{
  font-size: 24px;
  margin-left: 10px;
}

/*こんな方は相談がおすすめ*/
.section-rec{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.section-rec h2 {
    width: 55%;
    margin-bottom: 50px;
}
.rec-lits{
  width: 60%;
}
.rec-lits li{
  background-color: #f2f1e1;
  border: solid 3px #604c3f;
  border-left: solid 20px #604c3f;
  margin-bottom: 20px;
  padding: 30px 50px;
  justify-content: center;
  align-items: center;
}
.rec-lits li:nth-child(2){
  border: solid 3px #c1d040;
  border-left: solid 20px #c1d040;
}
.rec-lits li:last-child{
  border: solid 3px #e0e568;
  border-left: solid 20px #e0e568;
}
.rec-lits li img{
  width: 20%;
  height: 100%;
  margin-right: 20px;
}
.rec-lits li p{
  width: 70%;
  font-size: 20px;
}
/*お客様の声*/
.section-qa{ 
  position: relative;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-qa h2{
   width: 55%;
}
.qa-list{
  width: 65%;
  margin-top: 80px;
}
.qa-list li{
  background-color: #f2f1e1;
  border:solid 2px #604c3f;
  margin-bottom: 50px;
  padding: 40px;
padding-top: 80px;
  position: relative;
}
.qa-list li .qa-num{
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #e8da3c;
  border: solid 2px #604c3f;
  padding: 5px 25px;
}
.qa-list li h3{
  width: 85%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.qa-list li h3 img{
  width: 100%;
  height: auto;
}
.qa-list li .qa-comment{
  width: 45%;
}
.qa-list li iframe{
  width: 47%;
  height: 270px;
}
.qa-list li .qa-flex{
  justify-content: space-between;
  align-items: center;
}
.qa-name{
  background-color: #5f4c3f;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.qa-message{
  border:solid 2px #5f4c3f;
  padding: 20px 30px;
  background-color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  min-height: 200px; 
}


/*お客様の声*/
.section-user__voice{
  background-color: #f2f1e1;
  padding: 80px 0;
  position: relative;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-user__voice h2{
   width: 55%;
}
.voice-list{
  width: 65%;
  margin-top: 80px;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
.voice-list li{
  background-color: #fff;
  border:dashed 1px #604c3f;
  margin-bottom: 50px;
  padding: 30px 20px;
  width: 42%;
  position: relative;
}
.voice-list li img{
  width: 100%;
}
.voice-list li h3{
  width: 85%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.voice-list li h3 img{
  width: 100%;
  height: auto;
}
.voice-list li .voice-comment{
  width: 45%;
}
.voice-list li iframe{
  width: 47%;
  height: 270px;
}
.voice-list li .voice-flex{
  justify-content: space-between;
  align-items: center;
}
.voice-name{
  background-color: #c1d041;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.voice-message{
  border:solid 2px #c1d041;
  padding: 20px 30px;
}
.dot1,.dot2,.dot3,.dot4{
  background-color: #5f4c3f;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
}
.dot1{
top: 10px;
  left: 10px;
}
.dot2{

top: 10px;
  right:  10px;
}
.dot3{

bottom:  10px;
  right:  10px;
}
.dot4{

bottom:  10px;
  left:   10px;
}

/*ご相談はこちらから*/
.section-gosoudan{
  padding: 60px 0;
  position: relative; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-gosoudan h2{
   width: 55%;
   margin-bottom: 50px;
}
.section-gosoudan iframe{
  width: 900px;
  height: 570px;
}
.section-gosoudan p{
  font-size: 23px;
  text-align: center;
  width:70%;
  margin:0 auto;
  margin-top: 60px; 
  color: #5f4b3e;
}

/*問い合わせフォーム*/
#section-form{
  background-color: #f2f1e1;
  padding: 40px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#section-form h2{
 width: 55%;
   margin-bottom: 50px; 
}
div#wpcf7-f2351-o1 {
    width: 70%;
}
#section-form ul {
    width: 100%;
    margin: 0 auto;
}
#section-form ul li {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
label.contact-title {
    background-color: #c1d041;
    padding: 10px 0;
    width: 30%;
    text-align: center;
    line-height: 120%;
    color: #5f4b3e;
    font-weight: bold;
}
span.contact-content{
  width: 70%;
}
span.contact-content input {
  width: 99%;
    height: 93.5%;
    border-radius: 0;
    border: solid 1px #5f4b3e;
}

span.contact-content textarea{
  width: 99%;
    height: 97.5%;
    border-radius: 0;
    border: solid 1px #5f4b3e;
    resize: none;
}
/*フッター*/
footer{
  background-color: #c1d041;
  padding-top: 60px;
}
footer div.fix-flex{
  width: 65%;
  margin: 0 auto;
}
.footer-info a{
color: #5f4b3e;
display: block;
font-weight: bold;
}

.footer-info,.footer-link{
  width: 50%;
}
.footer-link{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-link a{
  color: #5f4b3e;
  font-weight: bold;
  font-size: 35px;
}
.footer-link a span{
  font-size: 20px;
}
.footer-link a.footer-form{
  font-size: 27px;
  border:solid 2px #5f4b3e;
  text-align: center;
  padding: 10px 20px;
}
.footer-link a.policy {
    font-size: 25px;
    margin-bottom: 15px;
}
.copy-light{
  width: 100%;
  text-align: center;
  padding: 10px 0;
  padding-top: 50px;
}
.souzoku-hukidashi{
  width: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.contact-hukidashi{
  width: 45%;
  display: block;
  margin: 30px auto;
}
.pc-title{
  display: block!important;
}
.sp-title{
  display: none!important;
}
.qa-list li h3.min-title{
  width: 50%;
}
.contact-barner{
  width: 160px;
  height: auto;
  position: fixed;
  bottom: 5%;
  right: 5%;
}
div#wpcf7-f14-o1 {
    width: 70%;
}
html.fancybox-active {
    overflow: hidden;
}
p.popup {
    /* width: 60%; */
    margin-top: 30px;
}
@media screen and (max-width: 1150px){
   .voice-list {
      width: 85%;
      margin-top: 80px;
      justify-content: space-between;
      flex-wrap: wrap;
      display: flex;
  }
}
@media screen and (max-width: 1024px){
.section-qa h2 {
    width: 65%;
}
.contact-hukidashi {
    width: 70%;
    display: block;
    margin: 30px auto;
}
  .souzoku-card__content {
    flex-direction: column-reverse;
    align-items: center;
  }
  .souzoku-card__content iframe {
      width: 90%;
      height: 320px;
      margin-bottom: 30px;
  }
  .souzoku-panel {
    width: 90%;
    padding: 30px 0;
  }
  .section-soudan__case div.fix-flex {
    flex-direction: column;
    align-items: center;
  }
  .section-soudan__case div.fix-flex iframe {
      width: 90%;
      height: 350px;
      margin-bottom: 30px;
  }
  .soudan-case__comment {
    width: 90%;
    padding: 40px 0;
  }
  .case-content {
      flex-direction: column-reverse;
    }
    .case-list li iframe {
        width: 90%;
        height: 380px;
    }
    .case-comment {
      width: 90%;
      background-color: #fff;
      border: solid 3px #604c3f;
      padding: 45px 0;
  }
  .right-arrow {
    transform: rotate(90deg);
  }
  .section-youtube p {
    width: 85%;
  }
  .rec-lits {
      width: 80%;
  }
  .section-user__voice h2 {
      width: 65%;
  }
  .qa-list {
      width: 85%;
      margin-top: 80px;
  }
  .qa-list li .qa-flex {
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
  }
  .qa-list li iframe {
      width: 90%;
      height: 380px;
  }
  .qa-list li .qa-comment {
      width: 90%;
      margin-top: 30px;
  }
  .section-gosoudan iframe {
      width: 900px;
      height: 530px;
  }
  footer div.fix-flex {
      width: 85%;
      margin: 0 auto;
  }
  a.fix-flex.header-contact {
      padding: 0 35px;
      font-size: 16px;
  }
}

@media screen and (max-width: 850px){
  .section-gosoudan p {
      font-size: 19px;
      text-align: center;
      width: 85%;
      margin: 0 auto;
      margin-top: 20px;
      color: #5f4b3e;
  }
  .section-gosoudan iframe {
      width: 80%;
      height: 380px;
  }
  .question-list li img {
        width: 100%;
    }
    .section-forquestion h2 {
      width: 70%;
    }
    .section-souzoku h2 {
      width: 80%;
    }
    .souzoku-card {
      width: 80%;
    }
    .souzoku-card__content iframe {
      width: 90%;
      height: 270px;
      margin-bottom: 30px;
  }
  .section-soudan__case h2 {
    width: 70%;
  }
  .section-soudan__case div.fix-flex {
    width: 85%;
  }
  .section-soudan__case {
      padding-bottom: 50px;
  }
  .section-case h2 {
      width: 70%;
      margin: 0 auto;
      margin-bottom: 50px;
  }
  .case-list li iframe {
      width: 90%;
      height: 280px;
  }
  .right-arrow {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 0 50px 30px;
      border-color: transparent transparent transparent #8e8e8e;
  }
  .case-comment {
      padding: 25px 0;
  }
  .youtube-link {
    width: 45%;
    margin-top: 40px;
  }
  .rec-lits li p {
      width: 70%;
      font-size: 18px;
  }
  .section-user__voice {
    padding: 40px 0;
  }
  .voice-list li iframe {
      width: 90%;
      height: 300px;
  }
  label.contact-title {
    font-size: 14px;
  }
  div#wpcf7-f2351-o1 {
      width: 80%;
  }
  #section-form h2 {
      margin-bottom: 30px;
  }
  input[type="submit"] {
    display: block;
    width: 40%;
  }
  footer div.fix-flex {
      flex-direction: column;
  }
  .footer-info, .footer-link {
      width: 100%;
      text-align: center;
  }
  .footer-link {
      align-items: center;
  }
}
@media screen and (max-width: 500px){
  .footer-link a.policy {
    font-size: 16px;
  }
  div#wpcf7-f14-o1 {
    width: 90%;
}
  .section-mv img {
    width: 100vw;
  }
  .contact-barner {
    width: 30%;
  }
  .qa-list li h3.min-title{
  width: 85%;
}
  .section-qa h2 {
    width: 90%;
}
.section-qa {
    position: relative;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

  a.fix-flex.header-contact {
    padding: 0 35px;
    font-size: 15px;
}
  p {
    font-size: 15px;
  }
  .section-forquestion {
      padding: 40px 0;
  }
  .section-forquestion h2 {
      width: 85%;
      margin-bottom: 50px;
  }
  .section-forquestion p {
      font-size: 16px;
      margin-top: 0px;
  }
  .triangle {
      border-width: 50px 50vw 0 50vw;
      bottom: -50px;
  }
  .section-souzoku {
      margin-top: 100px;
  }
  .section-title {
      font-size: 20px;
  }
  .souzoku-card__content iframe {
      width: 100%;
      height: 170px;
  }
  .souzoku-card {
        width: 90%;
    }
    .souzoku-panel {
        width: 100%;
        padding: 30px 0;
    }
    .section-soudan__case {
      margin-top: 70px;
    }
    .section-soudan__case h2 {
        width: 80%;
    }
    .section-soudan__case div.fix-flex iframe {
      width: 100%;
      height: 200px;
    }
    .soudan-case__comment {
        width: 100%;
        padding: 20px 0;
    }
    .section-case {
        margin-top: 30px;
    }
    .section-case h2 {
      width: 85%;
    }
    .case-list li {
      width: 90%;
    }
    .case {
      font-size: 17px;
    }
    .case-list li iframe {
        width: 100%;
        height: 200px;
        margin-bottom: -20px;
    }
    .case-comment {
        width: 100%;
        margin-top: -20px;
    }
    .case-list li {
        padding: 30px 0;
        padding-top: 60px;
    }
    .right-arrow {
      border-width: 50px 0 50px 20px;
    }
    .section-youtube p {
        font-size: 15px;
    }
    .youtube-link {
        width: 60%;
        margin-top: 20px;
        font-size: 15px;
    }
    .section-rec {
        margin-top: 40px;
    }
    .section-rec h2 {
        width: 85%;
        margin-bottom: 50px;
    }
    .rec-lits {
        width: 90%;
    }
    .rec-lits li {
      flex-direction: column;
    }
    .rec-lits li img {
      width: 50%;
      margin-right: 0;
      margin: 0 auto;
      display: block;
      height: 150px;
      object-fit: contain;
      }
    .rec-lits li p {
        width: 100%;
        margin-top: 20px;
        font-size: 14px;
    }
    .section-user__voice {
        margin-top: 50px;
      }
      .section-user__voice h2 {
          width: 85%;
      }
      .qa-list {
          width: 85%;
          margin-top: 40px;
      }
      .qa-list li {
          padding: 20px;
          padding-top: 70px;
      }
      .qa-message {
    padding: 20px 10px;
    min-height: unset;
}
    .voice-list {
        width: 85%;
        margin-top: 40px;
      }
      .voice-list li {
          width: 100%;
        }
      .qa-list li h3 {
        width: 85%;
      }
      .qa-list li iframe {
          width: 90%;
          height: 180px;
      }
      .qa-message {
          line-height: 130%;
      }
      .section-gosoudan {
        padding: 40px 0;
      }
      .section-gosoudan h2 {
          width: 85%;
          margin-bottom: 30px;
      }
      .section-gosoudan iframe {
          width: 80%;
          height: 200px;
      }
      .section-gosoudan p {
          font-size: 14px;
          text-align: center;
          width: 80%;
          margin: 0 auto;
          color: #5f4b3e;
      }
      #section-form h2 {
          width: 85%;
          margin-bottom: 50px;
      }
      #section-form ul li {
          margin-bottom: 20px;
          flex-direction: column;
      }
      label.contact-title {
        width: 100%;
      }
      span.contact-content {
          width: 97%;
      }
      span.contact-content input {
        width: 99.5%;
        height: 100%;
        padding: 15px 0;
        padding-left: 3%;
      }
      #section-form ul li:last-child span.contact-content{
        width: 100%;
      }
      span.contact-content textarea {
        width: 98%;
      }
      input[type="submit"] {
        display: block;
        width: 80%;
        margin-top: 20px;
    }
    .footer-link a.footer-form {
      font-size: 16px;
    }
    .footer-link {
        align-items: center;
        margin-top: 20px;
    }
    footer {
        background-color: #c1d041;
        padding-top: 30px;
    }
    .contact-link {
        display: none;
    }
    
    .header-wrapper {
        width: 90%;
      }
      .header-left.fix-flex {
          width: 70%;
      }
      header {
        width: 93%;
      }
      h1 {
        width: 100%;
        font-size: 20px;
      }
      h1 span {
          font-size: 11px;
      }
      h1 span.title-cacth {
        font-size: 11px;
      }
      a.fix-flex.header-contact {
          padding: 0 20px;
          font-size: 13px;
      }
      a.fix-flex.header-contact i {
          font-size: 19px;
      }
      .souzoku-hukidashi {
          width: 90%;
          display: block;
          margin: 0 auto;
          margin-bottom: 20px;
      }
      .contact-hukidashi {
          width: 90%;
          display: block;
          margin: 20px auto;
      }
      .souzoku-panel p {
        line-height: 150%;
      }
      .case-comment p {
          width: 90%;
          margin: 0 auto;
          line-height: 150%;
      }
      .question-list li {
          width: 85%;
          margin-right: auto;
          margin-left: auto;
      }
      .pc-title{
        display: none!important;
      }
      .sp-title{
        display: block!important;
      }
      div.contact-content {
        width: 100%;
      }
      select.wpcf7-form-control.wpcf7-select {
        padding: 15px;
    }
    .fas.fa-angle-down {
      font-size: 20px;
    }
}
@media screen and (max-width: 400px){
  a.fix-flex.header-contact {
      padding: 0 10px;
      font-size: 12px;
  }
  .header-left.fix-flex {
      width: 80%;
  }
  p {
    font-size: 14px;
  }
  .section-title {
      font-size: 17px;
  }
  .souzoku-panel {
      width: 100%;
      padding: 20px 0;
  }
  .case-comment {
      padding: 15px 0;
  }
  .rec-lits li {
    padding: 20px;
  }
  .section-rec h2 {
      width: 85%;
      margin-bottom: 30px;
  }
  .voice-message {
      border: solid 2px #c1d041;
      padding: 15px 10px;
  }
  #section-form h2 {
      width: 85%;
      margin-bottom: 30px;
  }
  label.contact-title {
      width: 100%;
      border: solid 1px #c1d041;
  }
  span.contact-content textarea {
      width: 98.5%;
  }
}
@media screen and (max-width: 320px){
  div.contact-content{
    width: 101%;
  }
  .section-forquestion p {
      font-size: 13px;
      margin-top: 0px;
  }
  .section-souzoku h2 {
      width: 90%;
  }
  .section-youtube p {
        font-size: 13px;
    }
    .youtube-link {
        width: 80%;
        margin-top: 20px;
        font-size: 14px;
    }
    .qa-list li iframe {
        width: 100%;
        height: 140px;
    }
    .qa-list li .qa-comment {
        width: 100%;
        margin-top: 20px;
    }
    .section-gosoudan iframe {
        width: 80%;
        height: 150px;
    }
    div#wpcf7-f2351-o1 {
        width: 85%;
    }
    .footer-link a {
        font-size: 23px;
    }
    .footer-link a.footer-form {
          font-size: 14px;
      }
      .footer-info a {
        font-size: 12px;
        color: #5f4b3e;
        display: block;
        font-weight: bold;
    }
    .copy-light {        
        padding-top: 30px;
    }
    a.fix-flex.header-contact {
        display: none;
    }
    .header-wrapper {
        width: 95%;
    }
    .header-left.fix-flex {
        width: 100%;
    }
}


/*料金*/
.price-area{
  border:solid 2px #5f4c3f;
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
}
.price-title{
  background-color: #5f4c3f;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 15px 0;
}
#price-p{
  width: 90%;
  margin: 20px auto;
  text-align: left;
  line-height: 150%;
}
#price-span{
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 20px;
  color: #5f4c3f;
}
@media screen and (max-width: 500px){
  .price-area {
      border: solid 2px #5f4c3f;
      width: 90%;
      margin: 0 auto;
      margin-top: 50px;
  }
  .price-title {
      background-color: #5f4c3f;
      color: #fff;
      font-size: 19px;
      text-align: center;
      padding: 15px 0;
  }
  .price-area p {
      font-size: 16px;
  }
}
@media screen and (max-width: 400px){
  .price-area p,.price-area span {
      font-size: 14px;
  }
}

section.section-touki__link{
background-color:#f2f1e1;
	    padding: 50px 0;
}
a.touki-link {
    display: block;
    width: 65%;
    margin: 0 auto;
}
a.touki-link img {
    width: 100%;
}
@media screen and (max-width: 500px){
section.section-touki__link{
background-color:#f2f1e1;
	    padding: 30px 0;
}
a.touki-link {
    display: block;
    width: 95%;
    margin: 0 auto;
}
}