@charset "UTF-8";

/*共通*/
body {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: #1a1a1a;/*
    background-color: #fff100;*/
}
.container {
    width: 860px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
/*コンテンツ*/
#contents {
    padding: 56px 0;
}
#contents h2 {
    text-align: center;
    font-size: 280%;
    background: url(/index/img/head_bg_pat.png) repeat-x center / auto 100%;
    margin-bottom: 30px;
}
#contents h2 span {
    background: url(/index/img/head_bg_wh.png) no-repeat center / 100% auto;
    /*padding: 0.2em 1em 0.2em 1.2em;*/
}
#contents .txt {
    font-size: 120%;
    width: 800px;
    margin: 0 auto 20px;
}
#contents ul {
    margin: 0 auto;
    padding: 2em 2em 2em 4em;
    background: #e5f4ec;
    border-radius: 10px;
}
#contents li {
    margin: 0;
    font-size: 90%;
}

/*フォーム*/
.form {
    width: 660px;
    margin: 40px auto;
    font-size: 110%;
}
.form label {
    width: 35%;
    vertical-align :top;
    display: inline-block;
    margin-bottom: .5rem;
}
.form label::before {
    content: '必須';
    background: #ff4a56;
    border-radius: 3px;
    padding: 3px;
    color: #fff;
    font-size: 80%;
    font-weight: 500;
    margin-right: 0.5em;
}
/*.radio::before {
    content: '必須';
    background: #ff4a56;
    border-radius: 3px;
    padding: 3px;
    color: #fff;
    font-size: 80%;
    font-weight: 500;
    margin-right: 0.5em;
}*/
label:last-child::before {
    content: none;
}
input {
    width: 50%;
    background: #ffefbb;
    border: none;
    border-radius: 3px;
    font-size: inherit;
    line-height: inherit;
}
textarea {
    width: 50%;
    height: 150px;
    background: #ffefbb;
    border: none;
    border-radius: 3px;
    font-family: 'Noto Sans JP', sans-serif !important;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    font-size: inherit;
}
fieldset {
    margin: 0 0 17px;
    padding: 0;
    border: 0;
}
.btn, .btn-primary {
    width: 50%;
    background: #1a1a1a;
    border: none;
    border-radius: 12px;
    font-size: 100%;
    margin-left: 30%;
    margin-top: 30px;
    background-color: #00A051;
    box-shadow: #00000040 0 4px 0;
    height: 44px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-self: start;
    align-items: center;
}
.btn-primary:hover {
    border: none;
}
/*フッター*/
#footer {
    background: url(../img/inquiry/bg_header_footer.png) no-repeat center / 100% auto;/*
    background: #fff100;*/
    /* padding: 20px 0; */
}
#footer address {
    text-align: center;
}


/*確認画面*/
.form__conf {
    width: 660px;
    margin: 40px auto;
}
.form__conf div {
    border-top: 1px dotted #d6bf8b;
    padding: 0.8em 0;
}
.form__conf span {
    width: 50%;
    display: inline-block;
    font-size: 110%;
    
}


/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 979px) {
    /*共通*/
    .container {
        width: 100%;
    }
    /*ヘッダー*/
    #header h1 img {
        max-width: 70%;
    }
    /*コンテンツ*/
    #contents {
        padding: 30px 0;
    }
    #contents h2 {
        font-size: 160%;
        margin-bottom: 20px;
    }
    #contents h2 span {
        padding: 0.2em 0 0.2em 0;
    }
    #contents .txt {
        font-size: 90%;
        width: 95%;
    }
    #contents ul {
        width: 95%;
        padding: 1em 1em 1em 2.5em;
    }
    /*フォーム*/
    .form {
        width: 100%;
    }
    .form label {
        width: 100%;
    }
    input {
        width: 100%;
    }
    textarea {
        width: 100%;
    }
    .btn, .btn-primary {
        width: 100%;
        margin-left: 0;
    }
    /*フッター*/
    #footer address {
        font-style: normal;
        font-size: 81%;
    }
    /*確認画面*/
    .form__conf {
        width: 100%;
    }
    .form__conf span {
        display: block;
    }
    input[type=radio] {
    width: 10%;
    display: block;
    margin: 0.5em 0 0;
    }
}

/* ==============================================================
 TABLET
================================================================= */
@media screen and (min-width:768px) and (max-width:959px) {
}

/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:568px) {
}

/* ==============================================================
 SP-LANDSCAPE
================================================================= */
@media screen and (min-width:480px) and (max-width:767px) {
}

/* ==============================================================
 SP-PORTRAIT
================================================================= */
@media screen and (min-width:0px) and (max-width:479px) {
}