@charset "UTF-8";

main h1{
   background-color: #f5f5f5;
    height: 240px;
    font-size: 3.6rem;
    text-align: center;
    font-family: "Noto Sans JP";
    line-height: 1.6;
    padding-top: 75px;
    color: #3d3d3d;
}
main h1 span{
    display: block;
    font-size: 2.4rem;
    font-weight: normal;
}
#sec01{
    padding: 40px 0 100px;
}
#sec01 .inner{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#sec01 .inner h2{
    margin-top: 30px;}

#sec01 .inner h2{
    font-family: "Noto Sans JP";
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.25em;

}

#sec01 .inner h2 a{
    text-decoration: none;
}

#sec01 .inner p {
    border: 1px solid #eee;
    padding: 20px 50px;
}
#sec01 .inner ul li{
    margin-bottom: 5px;
    line-height: 1.8;
    text-indent: -1.7rem;
    padding-left: 20px;
}
#sec01 .inner ul li a{
    text-decoration: underline;
}
#sec01 .inner ul li a:hover{
    text-decoration: none;
}

#sec02{
    padding-bottom: 100px;
}
#sec02 .inner .privacy-1{
    margin-bottom: 50px;
}

.inner .privacy-1 {
    position: relative;
    margin-bottom: 60px;
}

.inner .no1::before {
    content: "1.";
    color: #6c7781;
    margin-right: 10px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 0;
}
.inner .privacy-1 p {
    padding-left: 40px;
}
.inner .privacy-1 ul {
    padding-left: 40px;
}
.inner .privacy-1 ul li{
    line-height: 1.8;
}

.no2::before {
    content: "2.";
    color: #6c7781;
    margin-right: 10px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 0;
}
.no3::before {
    content: "3.";
    color: #6c7781;
    margin-right: 10px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 0;
}
.no4::before {
    content: "4.";
    color: #6c7781;
    margin-right: 10px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 0;
}
.no5::before {
    content: "5.";
    color: #6c7781;
    margin-right: 10px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 0;
}
.no6::before {
    content: "6.";
    color: #6c7781;
    margin-right: 10px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 0;
}
.no7::before {
    content: "7.";
    color: #6c7781;
    margin-right: 10px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 0;
}

#sec02 hr {
    margin-top: 60px;
    border-top: solid 1px #c9c9c9;
}
#sec02 .privacy-txt{
    text-align: right;
    line-height: 1.5;
}
#sec02 a {
    color: #742637;
    text-decoration: underline;
}

#sec02 .inner{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#sec02 .inner .red{
    color: #ff0000;
}
#sec02 .inner table{
    border-top: 1px solid #c9c9c9;
    border-collapse:collapse;
    margin-bottom: 30px;
}
#sec02 .inner table th{
    background: #e3e5e8;
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #c9c9c9;
    width: 20%;
}
#sec02 .inner table td{
    padding: 20px 30px;
    border-bottom: 1px solid #c9c9c9;
}
#sec02 .inner table td p{
    font-size: 1.2rem;
}
#sec02 .inner table td input{
    font-size: 1.4rem;
}
#sec02 .inner table td input[type="text"]{
    width:560px;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #999;
}
#sec02 .inner table td input[type="text"].text_s{
    width: 160px;
}
#sec02 .inner table td input[type="text"].text_m{
    width: 360px;
}
#sec02 .inner table td .selectbox{
    position: relative;
    width: 200px;
}
#sec02 .inner table td .selectbox:after{
    position: absolute;
    left: 90%;
    content: "▼";
    display: block;
    font-size: 0.8rem;
    top: 23%;
}
#sec02 .inner table td select{
    display: block;
    padding: 5px;
    margin: 20px 0;
    width: 200px;
    -webkit-appearance: none; 
    -moz-appearance: none;  
    appearance: none; 
    border-radius: 0;
    border: 1px solid #999;
    font-size: 1.4rem;
}
#sec02 .inner table td select::-ms-expand {
    display: none;
}
#sec02 .inner table td select:focus {
  outline: none;
}
#sec02 .inner table td span.box{
    justify-content: space-between;
    width: 560px;
    align-items: center;
}
#sec02 .inner table td textarea{
    width: 560px;
    height: 150px;
    resize: vertical;
    box-sizing: border-box;
    border: 1px solid #999;
}
#sec02 .inner .check{
    text-align: center;
    margin-bottom: 40px;
}
#sec02 .inner .check input[type="checkbox"]{
    vertical-align: middle;
}
#sec02 .inner .btn_area{
    justify-content: space-between;
    max-width: 870px;
    margin: 0 auto 100px;
}
#sec02 .inner .problem{
    background: #ffd6d6;
}
#sec02 .inner .problem_txt{
    color: #ff0000;
    display: block;
    font-size: 1.2rem;
}
#sec02 .inner .btn_area .reset{
    width: 400px;
    height: 70px;
    border-radius: 10px;
    border:1px solid #333;
    background: #fff;
    font-size: 2rem;
}
#sec02 .inner .btn_area .confirmation_on{
    width: 400px;
    height: 70px;
    background: #722636;
    color: #fff;
    border-radius: 10px;
    border: none;
    font-size: 2rem;
}
#sec02 .inner .btn_area .confirmation_off{
    width: 400px;
    height: 70px;
    background: #722636;
    color: #fff;
    border-radius: 10px;
    border: none;
    font-size: 2rem;
    opacity: 0.5;
    cursor: auto;
}

#confir_sec01{
    margin-bottom: 50px;
}
#confir_sec01 .inner{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#confir_sec01 .inner h2{
    font-family: "Noto Sans JP";
    font-size: 2.6rem;
    margin:40px 0 70px;
    font-weight: bold;
    text-align: center;
}
#confir_sec01 .inner table{
    border-top: 1px solid #c9c9c9;
    border-collapse:collapse;
    margin-bottom: 100px;
    width: 100%;
}
#confir_sec01 .inner table th{
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #c9c9c9;
    width: 20%;
    background: #e3e5e8;
}
#confir_sec01 .inner table td{
    padding: 20px 30px;
    border-bottom: 1px solid #c9c9c9;
    line-height: 1.4;
}
#confir_sec01 .inner .btn_area{
    justify-content: space-between;
    max-width: 870px;
    margin: 0 auto 100px;
}
#confir_sec01 .inner .btn_area .back{
    width: 400px;
    height: 70px;
    border-radius: 10px;
    border:1px solid #333;
    background: #fff;
    font-size: 2rem;
}
#confir_sec01 .inner .btn_area .submit{
    width: 400px;
    height: 70px;
    background: #722636;
    color: #fff;
    border-radius: 10px;
    border: none;
    font-size: 2rem;
}

#thanks_sec01{
    margin-bottom: 50px;
}
#thanks_sec01 .inner{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#thanks_sec01 .inner h2{
    font-family: "Noto Sans JP";
    font-size: 2.6rem;
    margin:40px 0 70px;
    font-weight: bold;
    text-align: center;
}
#thanks_sec01 .inner p{
    text-align: center;
    margin-bottom: 70px;
}
#thanks_sec01 .inner .btn_area{
    max-width: 870px;
    margin: 0 auto 100px;
    text-align: center;
}
#thanks_sec01 .inner .btn_area .back{
    width: 400px;
    height: 70px;
    background: #722636;
    color: #fff;
    border-radius: 10px;
    border: none;
    font-size: 2rem;
}

@media only screen and (max-width: 768px) {
    main h1{
        background-color: #f5f5f5;
        height: 46vw;
        font-size: 2.8rem;
        font-family: "Noto Sans JP";
        padding-top: 15%;
        border-top: 1px solid #eee;
    }
    main h1 span{
        font-size: 2rem;
    }
    #sec01{
        padding: 7% 0 15%;
    }
    #sec01 .inner{
        width: 90%;
        margin: auto;
    }
    #sec01 .inner h2{
        font-size: 2rem;
        margin-bottom: 7%;
    }
    #sec01 .inner ul{
        padding: 3%;
    }
    #sec01 .inner ul li{
        padding-left: 3%;
        font-size: 1.2rem;
    }
    #sec02{
        margin-bottom: 15%;
    }
    #sec02 .inner{
        width: 90%;
        margin: auto;
    }
    #sec02 .inner > p{
        font-size: 1.2rem;
        margin-bottom: 2%;
    }
    #sec02 .inner table{
        border: none;
        width: 100%;
        margin-bottom: 5%;
    }
    #sec02 .inner table th{
        display: block;
        width: 100%;
        border: none;
        padding: 10px;
        box-sizing: border-box;
    }
    #sec02 .inner table td{
        display: block;
        width: 100%;
        border: none;
        padding: 10px 0;
        box-sizing: border-box;
    }
    #sec02 .inner table td input[type="text"]{
        width: 100%;
        -webkit-appearance: none;
        border-radius: 0;
        padding: 2%;
        line-height: 1.2;
    }
    #sec02 .inner table td input[type="text"].text_s{
        width: 30%;
    }
    #sec02 .inner table td input[type="text"].text_m{
        width: 100%;
    }
    #sec02 .inner table td input[type="text"].text_s_sp{
        width: 100%;
    }
    #sec02 .inner table td .selectbox{
        width: 15rem;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 2%;
    }
    #sec02 .inner table td .selectbox:after{
        left: 85%;
        top:30%;
    }
    #sec02 .inner table td select{
        display: inline-block;
        width: 15rem;
        margin: 1% 0 0;
        padding: 4% 20% 5% 5%;
        vertical-align: text-top;
    }
    #sec02 .inner table td textarea{
        width: 100%;
        -webkit-appearance: none;
        border-radius: 0;
    }
    #sec02 .inner .check{
        font-size: 1.2rem;
        margin-bottom: 5%;
    }
    #sec02 .inner table td span.box{
        width: 100%;
    }
    #sec02 .inner .btn_area{
        margin-bottom: 5%;
    }
    #sec02 .inner .btn_area button{
        width: 48% !important;
        height: 7rem !important;
        font-size: 1.6rem !important;
    }
    #confir_sec01{
        margin-bottom: 15%;
    }
    #confir_sec01 .inner{
        width: 90%;
        margin: auto;
    }
    #confir_sec01 .inner h2{
        font-size: 2rem;
        margin-bottom: 10%;
    }
    #confir_sec01 .inner > p{
        font-size: 1.2rem;
        margin-bottom: 2%;
    }
    #confir_sec01 .inner table{
        width: 100%;
        margin-bottom: 10%;
    }
    #confir_sec01 .inner table th{
        display: block;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    #confir_sec01 .inner table td{
        display: block;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    #confir_sec01 .inner .btn_area{
        margin-bottom: 5%;
    }
    #confir_sec01 .inner .btn_area button{
        width: 48% !important;
        height: 7rem !important;
        font-size: 1.6rem !important;
    }
    #thanks_sec01{
        margin-bottom: 15%;
    }
    #thanks_sec01 .inner{
        width: 90%;
        margin: auto;
    }
    #thanks_sec01 .inner h2{
        font-size: 2rem;
        margin-bottom: 10%;
    }
    #thanks_sec01 .inner p{
        margin-bottom: 10%;
    }
    #thanks_sec01 .inner .btn_area{
        margin-bottom: 5%;
    }
    #thanks_sec01 .inner .btn_area button{
        width: 48% !important;
        height: 7rem !important;
        font-size: 1.6rem !important;
    }
}