/*------------------------------------------------------------
共通
------------------------------------------------------------*/
body {
  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .03em;
  font-size: 16px;
  padding-top: 50px;
  border-top: 5px solid #006d11;
  color: #333;

  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

p {
  line-height: 1.9em;
  text-align: justify;
}

a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

a:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: .8;
}

/* micro clearfx */
.cf:before,
.cf:after {
  content: "";
  display: table
}

.cf:after {
  clear: both
}

.cf {
  zoom: 1
}

.ma-b-50 {
  margin-bottom: 50px;
}

.ma-b-80 {
  margin-bottom: 80px;
}

.ma-b-120 {
  margin-bottom: 120px;
}

.ma-b-150 {
  margin-bottom: 150px;
}

.dn {
  display: block;
}

.sn {
  display: none;
}

input::placeholder {
  color: #aaa
}

/* IE */
input:-ms-input-placeholder {
  color: #aaa
}

/* Edge */
input::-ms-input-placeholder {
  color: #aaa
}


/* content -------------------------------------------------*/
.contents {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

main {
  flex: 1;
  margin: 0 auto 100px;
  width: 100%;
}

header {
  margin: 0 auto 30px;
}

.mfp_logo {
  margin: 0 auto 30px;
  text-align: center;
}

.form_intro__txt {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.6;
  padding: 0 20px;
}

main .step-section {
  margin: 0 auto 50px;
  width: 1180px;
}

main .step-section h2 {
  margin: 0 auto 10px;
}


/*20220405追加 START*/
main .contact-tel {
  height: 100%;
  margin: 20px auto 70px;
  text-align: center;
}

main .contact-tel div {
  width: 950px;
  height: 122px;
  margin: 0 auto;
}

main .contact-tel div img{
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
}

@media screen and (max-width:736px) {
  main .contact-tel {
    margin: 30px auto 60px;
  }
  
  main .contact-tel div {
    width: 100%;
    height: 100%;
  }
  
  main .contact-tel div p {
    text-align: center;
    font-weight: bold;
  }
  
  main .contact-tel div p:nth-child(1) {
    font-size: 1.8em;
    margin-bottom: 5px;
  }
  
  main .contact-tel div p:nth-child(2) img {
    border-radius: 10px;
    border: none;
    width: 80%;
  }
  
  main .contact-tel div p:nth-child(3) {
    font-size: 1.6em;
  }
}

@media screen and (max-width:428px) {
  main .contact-tel {
    margin: 10px auto 40px;
  }
  
  main .contact-tel div p:nth-child(1) {
    font-size: 1.3em;
    margin-bottom: 5px;
  }

  main .contact-tel div p:nth-child(2) img {
    border-radius: 10px;
    border: none;
    width: 90%;
  }

  main .contact-tel div p:nth-child(3) {
    font-size: 1.1em;
  }
}
/*20220405追加 END*/

main .step-section ul.rsrv-step {
  display: -webkit-flex;
  display: flex;
}

main .step-section ul.rsrv-step li:nth-last-child(odd) {
  width: 280px;
  height: 35px;
  /*border: 1px solid #ccc;*/
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #47a556;
  color: #fff;
  padding: 0 15px;
  font-size: .9em;
  border-radius: 3px;
}

main .step-section ul.rsrv-step li.lightoff {
  background: #eee;
  color: #aaa;
}

main .step-section ul.rsrv-step li:nth-last-child(even) {
  font-size: .9em;
  color: #47a556;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

main .step-section ul.rsrv-step li:not(:last-child) {
  margin-right: 10px;
}

main .form-section {
  margin: 0 auto 50px;
  width: 1180px;
}

main .form-section h2 {
  font-size: 1.2em;
  margin: 0 auto 10px;
  border-left: 6px solid #47a556;
  line-height: 1.6em;
  padding-left: 10px;
}

main .section {
  margin: 0 auto 30px;
  width: 1180px;
  padding: 0 20px;
}

main .section h3 {
  font-size: 1.2em;
  margin: 0 auto 10px;
  border-left: 6px solid #47a556;
  line-height: 1.6em;
  padding-left: 10px;
}

main .section p {
  font-size: .9em;
  line-height: 1.8em;
  margin: 0 auto 1.8em;
}

main .section ul {
  font-size: .9em;
  line-height: 1.8em;
  margin: 0 auto 1.8em;
}

#parentframe {
  width: 1180px;
  margin: 0 auto 50px;
  display: block;
}

#childframe {
  display: none;
}

/* thanks -------------------------------------------------*/
.mfp_thanks {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}

.thanks_logo {
  margin-bottom: 25px;
  text-align: center;
}

.thanks_section {
  margin: 0 auto;
  max-width: 1180px;
}

.mfp_thanks {
  margin: 150px auto 100px;
}

.thanks_section h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.5em;
}

.thanks_btn a {
  display: block;
  margin: 0 auto 100px;
  border-radius: 10px;
  background: #47a556;
  color: #fff;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  max-width: 350px;
}

.thanks_logo {
  margin: 0 auto 70px;
  max-width: 500px;
  padding: 0 40px;
}

/* footer -------------------------------------------------*/
footer {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.link {
  border-top: 1px solid #dadada;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  width: 100%;
}

.link ul {
  max-width: 310px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  font-size: .8em;
}

.link ul a {
  color: #000;
  text-decoration: none;
}

.link ul li:nth-child(1) {
  margin-right: 10px;
}

.link ul li:nth-child(1)::after {
  margin-left: 10px;
  content: "｜"
}

.copy {
  height: 60px;
  line-height: 60px;
  background: #006d11;
  text-align: center;
  font-size: .75em;
  color: #fff;
}

/* sp -------------------------------------------------*/
@media screen and (max-width:736px) {
  /* 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;
  }
  
  body {
    padding-top: 30px;
  }
  
  .dn {
    display: none;
  }

  .sn {
    display: block;
  }

  #parentframe {
    display: none;
  }

  header {
    width: 100%;
  }

  .mfp_logo {
    margin: 0 auto;
  }

  header img {
    width: 65%;
  }

  main {
    width: 100%;
    padding: 0 10px;
  }

  main .step-section {
    margin-bottom: 20px;
  }

  main .step-section ul.rsrv-step li:nth-last-child(odd) {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    /*font-size: .8em;*/
    font-weight: bold;
  }

  footer {
    width: 100%;
    padding: 0 10px;
  }

  #childframe {
    display: block;
    height: 500px;
    width: 100%;
    border: 1px solid #eee;
    margin: 0 auto;
  }

  main .step-section {
    width: 100%;
  }

  main .form-section {
    width: 100%;
  }

  main .section {
    width: 100%;
    padding: 0 10px;
  }
  
  ul.listview li {
    font-size: 1.3em;
    font-weight: bold;
    border-top: 1px solid #eee;
    padding: 4% 3%;
  }
  
  ul.listview li:last-child {
    border-bottom: 1px solid #eee;
  }
  
  .controlgroup {
    padding: 3% 5% 5%; 
  }
  
  .controlgroup a {
    font-size: 1.1em;
    border-radius: 5px;
    padding: 10px 20px;
    display: block;
    margin: 0;
    width: 100%;

    background-color: #47a556;
    border: 1px solid #47a556;
    color: #fff;
    text-decoration: none;
  }

  ul.listview .scheduleList1 > div  {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  
  ul.listview .scheduleList1 > div > div.schedulePulldownList {
    font-size: 1.2rem;
    font-weight: normal;
    padding: 10px 4% 0 0;
  }
  
  ul.listview .scheduleList1 > div > div.schedulePulldownList:last-child{
    padding: 10px 0 0 0;
  }
  
  ul.listview .scheduleList1 > div > div.schedulePulldownList > div {
    padding: 3px 0 0;
  }

  .sC-header-h2 {
    width: 100%;
    /*border-radius: 5px;
    margin: 2% auto 0;*/
    /*padding: 0 2%;*/
    font-size: 1.3em;
    line-height: 2.4em;
    background: #eee;
    /*color: #fff;*/
    text-align: center;
  }
  
  .thanks_logo {
    margin: 20px auto 30px;
    max-width: 100%;
    padding: 0;
  }
  
  .mfp_thanks {
    margin: 50px auto 30px;
  }
  
  .thanks_btn a {
    margin: 0 auto 80px;
  }
  
  main .step-section ul.rsrv-step li:not(:last-child) {
    margin-right: 6px;
  }
  
  main .step-section ul.rsrv-step li:nth-last-child(odd) {
    padding: 0 5px;
  }
}