@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');
/*
font-family: 'Inter', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/

b, strong {
    font-weight: 700;
}
a {
    text-decoration: none;
}
input {
    width: 100%;
}
input::placeholder {
    color: #DDDDDD;
}
input:focus, select:focus, textarea:focus {
    border-color: #ee630d;
}
input[type=radio], input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
input[type=radio] + span, input[type=radio] + label, input[type=checkbox] + span, input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    cursor: pointer;
}
input[type=radio], input[type=checkbox] {
    display: none;
    margin: 0;
}
input[type=radio] + span, input[type=radio] + label, input[type=checkbox] + label {
    padding: 0 0 0 24px;
}
input[type=radio] + span::before, input[type=radio] + label::before, input[type=checkbox] + span::before, input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    background: #FFF;
}
input[type=radio] + span::before, input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
}
input[type=checkbox] + span::before, input[type=checkbox] + label::before {
    border: 2px solid #ccc;
    top: 4px;
}
input[type=radio]:checked + span::after, input[type=radio]:checked + label::after, input[type=checkbox]:checked + span::after, input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
}
input[type=radio]:checked + span::after, input[type=radio]:checked + label::after {
    left: 4px;
    width: 10px;
    height: 10px;
    margin-top: -5.5px;
    background: #E6460A;
    border-radius: 5px;
}
input[type=checkbox]:checked + span::after, input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #E6460A;
    border-bottom: 3px solid #E6460A;
    transform: rotate(-45deg);
}
.input_txt {
    background: #F8F7F6;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    border-radius: 6px;
    padding: 8px 10px;
    width: 100%;
}
.input_txt.err {
    border: 1px solid #E6460A;
    background: rgba(252, 255, 220, 1.00);
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (min-width: 768px) { /*PC用768px以上*/
    body {
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.8;
        background: #F7F6F5;
        letter-spacing: 1px;
        color: #424B54;
    }
    .pcno {
        display: none !important;
    }
    .text p:not(:last-child) {
        margin-bottom: 20px;
    }
    #header {
        background: #424B54;
        width: 100%;
    }
    #header .inner {
        display: flex;
        height: 100px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #header .inner .logo {
        text-align: center;
    }
    #header .inner .logo img {
        height: 40px;
    }
    #main {
        padding: 60px 30px;
    }
    #main .head {
        min-width: 768px;
        width: 100%;
        padding: 0px 30px 50px;
        margin: 0 auto;
        text-align: center;
    }
    #main .head .logo {
        margin-bottom: 30px;
    }
    #main .head .logo img {
        width: 600px;
    }
    #main .head .title {}
    #main .head .title span {
        background: #F98613;
        font-size: 32px;
        color: #FFFFFF;
        line-height: 1;
        padding: 10px 25px;
        display: inline-block;
    }
    #main .form_box {
        max-width: 980px;
        margin: 0 auto 50px;
        filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.23));
        background: #FFFFFF;
        border-radius: 10px;
        padding: 50px 100px 80px;
    }
    #main .form_box .ttl {
        font-size: 28px;
        margin-bottom: 30px;
        text-align: center;
    }
    #main .form_box .text {
        margin-bottom: 30px;
        text-align: center;
        padding: 0 40px;
        font-size: 18px;
    }
    #main .form_box .text .red {
        color: #E6460A;
    }
    .form_area .label {
        margin-bottom: 10px;
    }
    .form_area .label span {
        display: inline-block;
        background: #C5C5C5;
        color: #FFFFFF;
        font-size: 13px;
        padding: 0 10px;
        line-height: 20px;
        margin-right: 15px;
    }
    .form_area .label span.req {
        background: #E6460A;
    }
    .form_area .input {
        margin-bottom: 25px;
    }
    span.err {
        color: #E6460A;
        font-weight: 900;
        font-size: 12px;
        display: block;
        padding-top: 5px;
    }
    .attachment_txt {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 25px;
    }
    .attachment_area {
        font-size: 15px;
        line-height: 1.5;
        background: #F8F7F6;
        border: 1px solid #CCCCCC;
        border-radius: 6px;
        padding: 30px;
        margin-bottom: 25px;
    }
    .attachment_area.err {
        border: 1px solid #E6460A;
        background: rgba(252, 255, 220, 1.00);
    }
    .list_attachment li {
        margin-bottom: 10px;
    }
    .list_attachment li:nth-child(n + 4) {
        display: none;
    }
    .list_attachment li.show {
        display: block;
    }
    .list_attachment li label {
        display: inline-block;
        position: relative;
        background: #424B54;
        color: #FFFFFF;
        font-size: 14px;
        padding: 7px;
        border-radius: 4px;
        transition: all 0.3s;
        width: 240px;
        margin-right: 15px;
        text-align: center;
    }
    .list_attachment li label:hover {
        background: #888;
        transition: all 0.3s;
    }
    .list_attachment li label input {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
    }
    .list_attachment li .filename {
        font-weight: 13px;
    }
    .attachment_area .add {
        padding-top: 20px;
        text-align: center;
    }
    .attachment_area .add span {
        display: inline-block;
        position: relative;
        padding: 5px 0 5px 18px;
        text-decoration: underline;
        cursor: pointer;
    }
    .attachment_area .add span:before {
        content: "+";
        display: block;
        color: #424B54;
        line-height: 18px;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -10px;
        font-size: 18px;
    }
    .privacy_chk {
        text-align: center;
        margin-bottom: 30px;
    }
    .privacy_chk label a {
        color: #424B54;
        text-decoration: underline;
    }
    a.btn,
    button.btn {
        position: relative;
        background: #000000;
        line-height: 62px;
        width: 400px;
        margin: 0 auto;
        color: #FFFFFF;
        border-radius: 31px;
        display: block;
        font-size: 16px;
        transition: all 0.3s;
        text-align: center;
    }
    a.btn::after,
    button.btn::after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        transform: rotate(-45deg);
        margin-top: -4px;
        right: 30px;
    }
    button.btn_back {
        position: relative;
        background: #B5B5B5;
        line-height: 62px;
        width: 400px;
        margin: 0 auto 30px;
        color: #FFFFFF;
        border-radius: 31px;
        display: block;
        font-size: 16px;
        transition: all 0.3s;
    }
    button.btn_back::after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        transform: rotate(135deg);
        margin-top: -4px;
        left: 30px;
    }
    a.btn:hover,
    button.btn:hover {
        opacity: 0.8;
    }
    .back_lp {
        text-align: center;
    }
    .back_lp a {
        text-decoration: underline;
        color: #424B54;
    }
    address {
        padding: 80px;
        text-align: center;
        color: #666666;
        font-size: 13px;
        font-style: normal;
    }
}
@media (max-width: 767px) { /*SP用767px以下*/
    body {
        font-family:  sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.8;
        background: #F7F6F5;
        letter-spacing: 1px;
        color: #424B54;
        /*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
    }
    .spno {
        display: none !important;
    }
    .text p:not(:last-child) {
        margin-bottom: 20px;
    }
    #header {
        background: #424B54;
        width: 100%;
    }
    #header .inner {
        display: flex;
        height: 60px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #header .inner .logo {
        text-align: center;
    }
    #header .inner .logo img {
        width: 40%;
    }
    #main {
        padding: 30px 5%;
    }
    #main .head {
        width: 100%;
        padding: 0px 6% 30px;
        margin: 0 auto;
        text-align: center;
    }
    #main .head .logo {
        margin-bottom: 10px;
    }
    #main .head .logo img {
        width: 100%;
    }
    #main .head .title {
        margin-bottom: 4px;
    }
    #main .head .title span {
        background: #F98613;
        font-size: 4.6vw;
        color: #FFFFFF;
        line-height: 1;
        padding: 8px 25px;
        display: block;
    }
    #main .form_box {
        filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.23));
        background: #FFFFFF;
        border-radius: 8px;
        padding: 20px 0 40px;
        margin-bottom: 30px;
    }
    #main .form_box .ttl {
        font-size: 5vw;
        margin-bottom: 15px;
        text-align: center;
    }
    #main .form_box .text {
        margin-bottom: 20px;
        font-size: 15px;
        padding: 0 6%;
        line-height: 1.5;
    }
    #main .form_box .text .red {
        color: #E6460A;
    }
    .form_area {
        padding: 0 6%;
    }
    .form_area .label {
        margin-bottom: 10px;
        font-weight: 600;
    }
    .form_area .label span {
        display: inline-block;
        background: #C5C5C5;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: 600;
        padding: 0 10px;
        line-height: 20px;
        margin-right: 13px;
    }
    .form_area .label span.req {
        background: #E6460A;
    }
    .form_area .input {
        margin-bottom: 25px;
    }
    span.err {
        color: #E6460A;
        font-weight: 900;
        font-size: 13px;
        display: block;
        padding-top: 5px;
    }
    .attachment_txt {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 25px;
    }
    .attachment_area {
        font-size: 15px;
        line-height: 1.5;
        background: #F8F7F6;
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        padding: 20px 5%;
        margin-bottom: 20px;
    }
    .attachment_area.err {
        border: 1px solid #E6460A;
        background: rgba(252, 255, 220, 1.00);
    }
    .list_attachment li {
        margin-bottom: 10px;
    }
    .list_attachment li:nth-child(n + 4) {
        display: none;
    }
    .list_attachment li.show {
        display: block;
    }
    .list_attachment li label {
        display: block;
        position: relative;
        background: #424B54;
        color: #FFFFFF;
        font-size: 14px;
        padding: 7px;
        border-radius: 4px;
        transition: all 0.3s;
        width: 100%;
        text-align: center;
    }
    .list_attachment li label:hover {
        background: #888;
        transition: all 0.3s;
    }
    .list_attachment li label input {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
    }
    .list_attachment li .filename {
        font-weight: 12px;
        display: block;
        padding-top: 3px;
    }
    .attachment_area .add {
        padding-top: 10px;
        text-align: center;
    }
    .attachment_area .add span {
        display: inline-block;
        position: relative;
        padding: 5px 0 5px 18px;
        text-decoration: underline;
        cursor: pointer;
    }
    .attachment_area .add span:before {
        content: "+";
        display: block;
        color: #424B54;
        line-height: 18px;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -10px;
        font-size: 20px;
    }
    .privacy_chk {
        text-align: center;
        margin-bottom: 30px;
    }
    .privacy_chk label a {
        color: #424B54;
        text-decoration: underline;
    }
    a.btn,
    button.btn {
        position: relative;
        background: #000000;
        line-height: 50px;
        width: 100%;
        color: #FFFFFF;
        border-radius: 25px;
        display: block;
        font-size: 16px;
        transition: all 0.3s;
        text-align: center;
    }
    a.btn::after,
    button.btn::after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        transform: rotate(-45deg);
        margin-top: -4px;
        right: 20px;
    }
    button.btn_back {
        position: relative;
        background: #B5B5B5;
        line-height: 50px;
        width: 100%;
        margin-bottom: 20px;
        color: #FFFFFF;
        border-radius: 25px;
        display: block;
        font-size: 16px;
        transition: all 0.3s;
    }
    button.btn_back::after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        transform: rotate(135deg);
        margin-top: -4px;
        left: 20px;
    }
    .back_lp {
        text-align: center;
    }
    .back_lp a {
        text-decoration: underline;
        color: #424B54;
    }
    address {
        padding: 50px;
        text-align: center;
        color: #666666;
        font-size: 12px;
        font-style: normal;
    }
    .btn_area {
        width: 88%;
        margin: 0 auto;
    }
}