@charset "UTF-8";

body {
    font-family: "Overpass", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Meiryo, sans-serif;
    background-color: #fff;
    color: #fff;
    text-align: center;
    min-width: 100px;
    min-height: 100%;
    margin: auto;
}
/*================
qa
================*/
.form{
    background-image: url(../img/form_back_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0;
}
.form label{
    color: #000;
}
.form p{
    color: #000;
    margin: 0;
}
.submitbtn{
    width: 45%;
    margin: 10px auto 0 !important;
}
.form h2{
    width: 600px;
    margin: 0 auto 30px;
}
.form_content{
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 30px 30px;
    font-weight: bold;
    width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    
}
.form_lead{
    font-size: 30px;
    margin-bottom: 60px;
    text-align: center;
}
.policy {
    height: 300px;
    width: 100%;
    overflow-y: scroll;
    overflow-wrap: break-word;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 3%;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}
.form_tbl th,.pp_ttl{
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 2%;
    text-align: left;
}
.form_tbl td{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
label span.must{
    background-color: #ED2128;
    color: #fff;
    padding: 0.5% 2%;
    font-size: 18px;
    border-radius: 10px;
    margin-left: 20px;
}
label span.any{
    background-color: #ABABAB;
    color: #fff;
    padding: 0.5% 2%;
    font-size: 18px;
    border-radius: 10px;
    margin-left: 20px;
}
.form_tbl input, select, textarea {
    background-color: #EBEBEB;
    border-radius: 15px;
    text-indent: 1em;
    padding: 15px 0;
    width: 100%;
    border: none;
    font-size: 18px;
    box-sizing: border-box;
}
.fsS{
    font-size: 24px;
}
input[type=image]{
    background-color: #fff;
}
@media screen and (max-width:760px){
.form{
        background-image: url(../img/form_back_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 35px 15px;
    }
    .form h2{
        width: 100%;
        margin: 0 auto 20px;
    }
    .form_content{
        border-radius: 10px;
        padding: 30px 15px 15px;
        width: 100%;
    }
    .form_lead{
        font-size: 15px;
        margin-bottom: 30px;
    }
    .submitbtn{
        width: 100%;
    }
    .policy {
        height: 300px;
        margin-bottom: 20px;
    }
    .form_tbl th,.pp_ttl{
        font-size: 15px;
    }
    .form_tbl td{
        margin-bottom: 15px;
    }
    label span.must, label span.any{
        font-size: 14px;
        border-radius: 5px;
        margin-left: 10px;
    }
    .form_tbl input, select, textarea {
        border-radius: 10px;
        padding: 10px;
        font-size: 16px;
        text-indent: 0;
    }
    .fsS{
        font-size: 12px;
    }
}

textarea{
    resize:vertical;
}