@charset "UTF-8";
/* CSS Document */
/*20190705form css*/
div#form {
    background-color: #b4d9fe;
    padding: 3% 3% 5%;
}
div#form h3{
    width: 800px;
    text-align: center;
    color: #1e68d6;
    font-size: 1.5rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
    margin: 20px auto 15px;
}
div#form h3 img{
    width: 6%;
    margin-bottom: 5px;
    margin-right: 5px;
}
div#form .explanation{
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 20px;
    font-weight: 600;
}
@media only screen and (min-width: 768px){
    div#form .explanation {
        text-align: center;
        font-size: clamp(1.1rem, 1.5vw, 1.6rem);
        /* 最小1.2rem, 通常は画面幅の1.5%, 最大1.6rem */
        margin-bottom: 20px;
        font-weight: 600;
      }
}
.explanation .must{
    font-size: 70%;
    margin-right: 5px;
    color: #fff;
    background: #ff5f00;
    padding: 4px 10px 5px;
    font-size: 13px;
    margin-bottom: 2px;
}
.form_tbl{
    width: 65%;
    max-width: 800px;
    min-width: none;
    margin: 0 auto;
    padding: 5% 5%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #e6e6e6;
}
.form_tbl table {
    width: 100%;
    border: none;
}
.form_tbl th {
    display: block;
    width: 100%;
    border: none!important;
    color: #313131;
    font-size: 16px;
    text-align: left;
    margin-bottom: 5px;
}
.form_tbl td {
    display: block;
    width: 100%;
    border: none!important;
    margin-bottom: 13px;
}
.form_tbl tr .min{
    font-size: 0.7rem;
    margin-bottom: 5px;
    font-weight:normal;
}
.form_tbl input, select, textarea {
    text-indent: 1em;
    padding: 10px 0;
    width: 100%;
}
input[type="radio" i] {
    margin: 3px 3px 0px 25%;
}

input[type="radio" i]:first-child{
     margin: 3px 3px 0px 0px;   
}
input[type="checkbox" i] {
    margin: 3px 3px 2% 0;
}

input[type="checkbox" i]:first-child{
     margin: 3px 3px 0px 0px;
}

.form_tbl input#tel {
    text-indent: 1em;
    padding: 10px 0;
    width: 27%;
}
.form_tbl input#zip {
    text-indent: 1em;
    padding: 10px 0;
    width: 30%;
}
.form_tbl input#date1, #date2 {
    /*text-indent: 0.6em;
    padding: 10px 0;
    width: 27%;
    margin-bottom: 5px;*/
}
.form_tbl select#time1, #time2 {
   /* text-indent: 0.8em;
    padding: 10px 0;
    width: 22%;*/
}
.form_tbl input, select, textarea {
    border: 1.5px solid #cacaca;
    border-radius: 5px;
}
.form_tbl input.radio {
    width: inherit;
}
label span.must {
    font-size: 70%;
    margin-left: 10px;
    color: #fff;
    background: #f43b4d;
    padding: 4px 10px 5px;
    font-size: 13px;
    margin-bottom: 2px;
}
.submitbtn {
    text-align: center;
    margin-top: 20px;
}
input[type=submit] {
    width: auto !important;
    padding: 12px 19px 12px 3px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: linear-gradient(to bottom, #5d97ec, #1e68d6);
    box-shadow: 0px 9px 0px 0px #003078;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    border: none !important;
}
.backbtn {
    width: 290px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: bold;
    padding: 16px 5px 15px 5px;
    /* padding: 0.25em 0.5em; */
    text-decoration: none;
    color: #FFF;
    background: linear-gradient(to bottom, #646464, #353535);
    box-shadow: 0px 9px 0px 0px #202020 !important;
    border-radius: 5px;
    text-align: center;
    border: none !important;
}
.backbtn a:visited {
    color: #fff;
}
.backbtn a:link {
    color: #fff;
    text-decoration: none;
}


/*スクロール*/
.suc{
    height: 150px;
    overflow-y: scroll;
    border-color: #d6d6d6;
    border-style: solid;
    border-width: 1px;
    padding: 20px 13px 15px 20px;
    font-size: 12px;
    margin: 2% 0%;
}
/* スクロールの幅の設定 */
.suc::-webkit-scrollbar {
width: 5px;
height: 5px;
}

/* スクロールの背景の設定 */
.suc::-webkit-scrollbar-track {
border-radius: 3px;
box-shadow: 0 0 3px #fff inset;
}

/* スクロールのつまみ部分の設定 */
.suc::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #d6d6d6;
}
.ds_no_pc{
    display: none;
}
body{
    margin:0px;
}
#wrapper.step{
    background-color: #b4d9fe;;
    margin: 0 auto;
    width: 100%;
}
#wrapper.step h2{
    padding: 6% 0 0px;
    margin-top:0;
}
#wrapper.step th {
    background: #ececec;
}
#wrapper.step #content{
    background-color: #b4d9fe;;
}
#wrapper.step .h-bg {
    width: 100%;
    background: #fff;
}



@media (max-width: 767px) { 
    #wrapper.step h2{
        padding: 8% 0 0px;
        margin-top:0;
    }
    
.ds_no_pc{
    display: block;
}
.qa {
    width: 100%;
    margin: 40px auto;
    padding: 6%;
    box-sizing: border-box;
    padding-top: 0;
}
div#form h3 {
    width: 100%;
}
.form_tbl {
    width: 100%;
    margin: 0 auto;
    padding: 8% 5%;
    box-sizing: border-box;
}
input[type="checkbox" i]{
     margin: 5px 3px 0px 0px;
}
div#form h3 img {
    width: 12%;
}
#wrapper.step{
    width: 100%;
}
.form_tbl input#tel {
    text-indent: 0.5em;
}
.form_tbl input#date1 {
    width: 85%;
    text-indent: 0.2em;
}
.form_tbl input#time1 {
    width: 65%;
    text-indent: 0.2em;
}
}

.slick-slide{
    padding-right: 2%;
    width: 33%;
}

.slide-prev .prev2{
    margin-top: 3% !important;
}

.header2{
    height: 8%;
    margin: 0 auto;
    padding: 0% 2%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.header2 .h_right{
    width: 50%;
    margin-top: 2%;
}
.header2 p{
    font-size: 17px;
}

@media (max-width: 767px) {
    .header2{
        height: 60px;
        margin: 0 auto;
        padding: 1% 2%;
        display: flex;
        justify-content: space-between;
        background-color: #fff;
    }
    .header2 .h_right{
        margin-top: 3%;
    }
    .icon2{
        margin-top: 8% !important;
    }
    .header2 p{
        font-size: 10.5px;
    }
}

/* スライド下の余白を統一して小さく */
.question_btn{ margin:12px auto 8px !important; }

/* 外側の前へボタンの余白を最小化 */
.prev1{
  margin-top:8px !important;
  margin-bottom:12px !important;
  margin-right:0 !important;      /* 右寄せしていた分も解除して中央揃えに */
  width:47%;
  max-width:210px;
}

/* コンテナの下パディングを少し詰める */
.form_content .container{ padding-bottom:6%; }

button.slide-prev{
    font-size: 14px; 
    text-align: center; 
    background: linear-gradient(to bottom, #646464, #353535);
    box-shadow: 0px 9px 0px 0px #202020;
    font-weight: bold;
    width: 50%;
    max-width: 300px;
    height: 50px;
    color: #fff;
    border-radius: 8px;
    border: none;
    margin-bottom: 2%;
    line-height: 1.3;
    margin-left: 23%;
    margin-top: 0%;
}
input.submitBtn.question_btn_next {
    display: block;
    text-align: center;
    margin: auto;
    background: linear-gradient(to bottom, #5d97ec, #1e68d6);
    box-shadow: 0px 9px 0px 0px #003078;
    font-weight: bold;
    max-width: 500px;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    margin-bottom: 25px;
    line-height: 1.3;
    margin-left: 26.5%;
    width: 50.5% !important;
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    button.slide-prev {
      font-size: 14px; 
      text-align: center; 
      background: linear-gradient(to bottom, #676767, #676767);
      box-shadow: 0px 9px 0px 0px #4b4b4b;
      font-weight: bold;
      width: 50%;
      max-width: 300px;
      height: 50px;
      color: #fff;
      border-radius: 8px;
      border: none;
      margin-bottom: 2%;
      line-height: 1.3;
      margin-left: 23%;
      margin-top: 0%;
    }
  }

  @media (min-width: 768px){
    button.slide-prev{
        font-size: 14px; 
        text-align: center; 
        background: linear-gradient(to bottom, #646464, #353535);
        box-shadow: 0px 9px 0px 0px #202020;
        font-weight: bold;
        width: 29%;
        max-width: 300px;
        height: 50px;
        color: #fff;
        border-radius: 8px;
        border: none;
        margin-bottom: 2%;
        line-height: 1.3;
        margin-left: 36.5%;
        margin-top: 0%;
    }
    input.submitBtn.question_btn_next {
        display: block;
        text-align: center;
        margin: auto;
        background: linear-gradient(to bottom, #5d97ec, #1e68d6);
        box-shadow: 0px 9px 0px 0px #003078;
        font-weight: bold;
        max-width: 500px;
        width: 100%;
        height: 70px;
        color: #fff;
        font-size: 20px;
        border-radius: 5px;
        border: none;
        margin-bottom: 25px;
        line-height: 1.3;
        margin-left: 40.5%;
        width: 31.5% !important;
    }
    .request{
        height: 45px;
        width: 106%;
        font-size: 16px;
        margin: 10px auto 20px;
    }
    .date input ,.date select{
        height: 45px;
        max-width: 230px;
        width: 100%;
        font-size: 18px;
        margin: 10px 5px 20px;
    }
    .naiyou{
        height: 75px;
        width: 106%;
        font-size: 18px;
        margin: 10px auto 20px;
    }
    .suc{
        height: 150px;
        overflow-y: scroll;
        border-color: #d6d6d6;
        border-style: solid;
        border-width: 1px;
        padding: 20px 13px 15px 20px;
        font-size: 12px;
        margin: 2% 0%;
        width: 98%;
    }
    .q_text03>div {
        margin: 20px 10px 2%;
    }
    .explanation .must {
        position: relative;
        top: -5px;  
        display: inline-block; 
      }
  }

  @media (min-width: 860px) and (max-width: 976px){
    input.submitBtn.question_btn_next {
        font-size: 17px;
    }
  }

  @media (min-width: 768px) and (max-width: 859px){
    input.submitBtn.question_btn_next {
        font-size: 14px;
    }
  }