@charset "UTF-8";
section#form {
    background-color: #06a4d9;
    padding: 0 0 7%;
}

img.form-heading {
    display: block;
    width: 100%;
    background-color: #f1f1f1;
    margin-bottom: -4%;
}


section#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;
    display: flex;
    justify-content: center;
}
section#form h3 img{
    width: 6%;
    margin-bottom: 5px;
    margin-right: 5px;
}
section#form .explanation{
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 20px;
    margin-top: 3%;
    color: #fff;
}
.explanation .must{
    margin-right: 5px;
    color: #004b8a;
    font-weight: bold;
    background: #fff607;
    padding: 3px 5px 3px 4px;
    font-size: 13px;
    margin:0 2px 2px;
    border-radius: 5px;
}
.form_tbl{
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    padding: 5%;
    background-color: #fff;
    border-radius: 10px;
}
.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: #004b8a;
    background: #fff607;
    padding: 2px 8px 3px;
    font-size: 13px;
    margin-bottom: 2px;
    border-radius: 3px;
}
.submitbtn {
    text-align: center;
    margin-top: 3%;
}
input[type=submit] {
    width: auto !important;
    display: inline-block;
    padding: 15px 30px 18px 12px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    background: linear-gradient(to bottom, #005297 0%, #005297 60%, #004885 60%, #004885 100%);
    border-radius: 50px;
    box-shadow: 0px 5px 6px -2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: opacity 0.2s;
}
input[type=submit]:hover {
    opacity: 0.7;
}
input[type=submit].chbtn{
    width: 90% !important;
}

/* finish.html */
.backbtn {
    width: 290px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: bold;
    padding: 16px 0 18px 8px;
    text-decoration: none;
    color: #FFF;
    background: linear-gradient(to bottom, #005297 0%, #005297 60%, #004885 60%, #004885 100%);
    border-radius: 50px;
    text-align: center;
}
.backbtn:hover {
    opacity: 0.7;
}
.backbtn a:visited {
    color: #fff;
}
.backbtn a:link {
    color: #fff;
    text-decoration: none;
}


/* 確認＋完了ページ */
.form-under{
    padding: 0 0 8%;
    background: #07a4d9;
}
.confirm_ttl {
    background-color: #06a4d9;
    text-align: center;
    padding: 16% 0 5%;
}
section.thanks .ftxt-wrapper{
    background: #fff;
    margin: 0 5%;
    padding: 5%;
    border-radius: 10px;
}
@media screen and (min-width: 768px) {
    .confirm_ttl img{
        width: 80%;
        margin: 0 auto;
    }
}




/*スクロール*/
.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.step01{
    background-color: #f1f1f1;
    margin: 0 auto;
    width: 100%;
}
#wrapper.step01 h2{
    background: #1e68d6;
    padding: 40px 0 40px;
    margin-top:0;
}
#wrapper.step01 th {
    background: #ececec;
}
#wrapper.step01 #content{
    background-color: #f1f1f1;
}
#wrapper.step01 .header {
    width: 100%;
    height: auto;
}
#wrapper.step01 .h-bg {
    width: 100%;
    background: #fff;
}
@media (min-width: 1920px) { 
    #wrapper.step01{
        width: 1920px;
    }
    #wrapper.step01 .header {
        width: 1920px;
        height: auto;
    }
}


@media (max-width: 767px) { 
    section#form {
    }
    .ds_no_pc{
        display: block;
    }
    .qa {
        width: 100%;
        margin: 40px auto;
        padding: 6%;
        box-sizing: border-box;
        padding-top: 0;
    }
    section#form h3 {
        width: 100%;
    }
    .form_tbl {
        padding: 8% 5%;
        box-sizing: border-box;
    }
    input[type="checkbox" i]{
         margin: 5px 3px 0px 0px;
    }
    section#form h3 img {
        width: 12%;
    }
    #wrapper.step01{
        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;
    }

}

.zip-wrapper {
    display: flex;
    align-items: center;
    gap: 5px; /* 郵便番号入力欄の間隔 */
}
.zip-wrapper input {
    width: 27% !important; /* 各郵便番号入力欄の幅 */
}
