@charset "utf-8";

*, *:before, *:after {-webkit-box-sizing: border-box;
    box-sizing: border-box;}
html{scroll-behavior: smooth;margin: 0;padding: 0;}
body{margin: 0;padding: 0;}
a{text-decoration: none;}
p{margin-block-start: 0; margin-block-end: 0;}
.pc{display: block;}
.sp{display: none;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}

@media screen and (max-width:700px) {
    .pc{display: none;}
    .sp{display: block;}
    tr{flex-wrap: wrap;}
}


/* form */

.header{
    width: 100%;
    margin: 10px auto 30px;
}
.header img{
    max-width: 127px;
    margin: 15px 0 30px 80px;
}
#member_form{
    width: 100%;
    padding: 20px 0 0;
    font-family: yu-gothic-pr6n, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #222;
}
#member_form .top_area{
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 20px;
}
#member_form .top_area .top{
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 56px;
    line-height: 1.4;
    text-shadow: 0 0 black;
}
#member_form .top_area .top span{
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-top: 16px;
}
#member_form .top_area p.lead{
    font-size: 17px;
    line-height: 1.8;
    max-width: 880px;
    margin: 0 auto 32px;
    text-align: center;
    font-weight: 600;
}
#member_form .top_area p.caution{
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 16px;
}
#member_form .top_area .domain{
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    width: 300px;
    background-color: #F5F5F5;
    padding: 8px;
    margin: 0 auto 56px;
    border-radius: 40px;
}
#member_form .form{
    width: 100%;
    background-color: #F5FAFC;
    padding: 40px 20px 24px;
}
#member_form .form table{
    width: calc(880px + 50px);
    max-width: 880px;
    margin: 0 auto;
    text-align: left;
}
#member_form .form table tr{
    display: grid;
    padding: 12px 0;
}
#member_form .form table th{
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}
#member_form .form table tr.name {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
#member_form .form table tr.name td {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    font-weight: 600;
}
#member_form .form table .name td span {
    font-size: 14px;
    font-weight: 300;
}
#member_form .form table th span{
    font-size: 14px;
    font-weight: 300;
}
#member_form .form table td{
    width: 100%;
    font-size: 14px;
}
#member_form .form table td input{
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 300;
    border: solid 1px;
    border-radius: 4px;
    padding: 10px 20px;
    border: #dcdcdc 1px solid;
}
#member_form .form p.description{
    margin-bottom: 8px;
    font-weight: 300;
}
#member_form #corp_name,
#member_form #company {
    width: 100%;
    padding: 13px 17px;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 300;
    font-family: yu-gothic-pr6n, sans-serif;
    resize: none;
    overflow-y: hidden;
    height: 50px;
    border: #dcdcdc 1px solid;
    border-radius: 4px;
}
#member_form #corp_name::placeholder,
#member_form #company::placeholder {
    color: #c2c1c1;
    opacity: 1;
}

#member_form .agree-wrapper{
    margin: 64px auto 24px;
    text-align: center;
    font-weight: 300;
}
#member_form .agree-wrapper a{
    text-decoration: underline;
    color: #222 !important;
}
#member_form .submit{
    display: block;
    text-align: center;
    color: #fff;
    padding: 13px;
    width: 200px;
    height: 60px;
    font-size: 17px;
    background-color: #235A7c;
    border-radius: 54px;
    margin: 0 auto 64px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
#member_form .footer{
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 12px;
    color: #999;
}
#member_form .form input.error,
#member_form .form textarea.error {
    border: 2px solid red !important;
}
#member_form .form .agree-label.error {
    border: 2px solid red !important;
    padding: 8px 8px 6px;
    border-radius: 4px;
}
@media only screen and (max-width: 1050px){
    #member_form .form table {
        width: 100%;
    }
    #member_form #corp_name {
        height: unset;
        min-height: 70px;
    }
}
@media only screen and (max-width: 700px){
    .header {
        margin: 0 auto;
    }
    .header img {
        max-width: 105px;
        margin: 20px 0 15px 20px;
    }
    #member_form {
        padding: 0;
    }
    #member_form .top_area .top {
        font-size: 22px;
        display: block;
        margin: 16px 0 32px;
        line-height: 1.6;
    }
    #member_form .top_area .top span{
        font-size: 17px;
        margin-bottom: 32px;
    }
    #member_form .top_area p.lead{
        font-size: 15px;
        text-align: left;
        margin-bottom: 16px;
    }
    #member_form .top_area p.caution{
        font-size: 13px;
        text-align: left;
        margin-bottom: 8px;
    }
    #member_form .top_area {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 0;
    }
        #member_form .top_area .domain{
        font-size: 15px;
        text-align: left;
        margin-bottom: 32px;
        width: 100%;
        max-width: 350px;
        padding: 6px 19px;
    }
    #member_form .form{
        padding: 30px 20px 24px;
    }
    #member_form .form table tr.name {
        grid-template-columns: 1fr;
        gap: 16px
    }
    #member_form .form table tr {
        padding: 8px 0;
    }
    #member_form .form table th{
        font-size: 15px;
    }
    #member_form .form table th span {
        font-size: 12px;
    }
    #member_form .form table td{
        font-size: 12px;
    }
    #member_form .form table .name td {
        font-size: 15px;
        font-weight: 400;
    }
    #member_form .form table .name td span{
        font-size: 12px;
    }
    #member_form .form table td input {
        height: auto;
        font-size: 14px;
        border-radius: 3.4px;
        height: 60px;
    }
    #member_form #corp_name {
        min-height: 98px;
        font-size: 14px;
    }
    #member_form #company {
        min-height: 60px;
        font-size: 14px;
        padding: 18px 17px;
    }
    #member_form .form table tr.name td {
        font-size: 15px;
    }
    #member_form .agree-wrapper {
        margin: 48px auto 24px;
        font-size: 13px;
    }
    #member_form .submit {
        width: 170px;
        height: 60px;
        font-size: 15px;
        margin: 0 auto 48px;
    }
    #member_form .footer {
        font-size: 11px;
    }
}
@media only screen and (max-width: 374px){
    #member_form #corp_name {
        min-height: 115px;
    }
    #member_form #company {
        min-height: 77px;
        padding: 15px 17px;
    }
}

/* /form */

/* success */
#success .content{
    width: 100%;
    max-width: 880px;
    margin: 20px auto 0;
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 300;
    color: #222;
}
#success .top{
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 56px;
    text-align: center;
    text-shadow: 0 0 black;
}
#success p{
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 32px;
}
#success ul{
    list-style: none;
    padding-inline-start: 0;
}
#success ul li{
    text-align: center;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 16px;
}
#success .domain{
    width: 90%;
    max-width: 300px;
    text-align: center;
    border-radius: 40px;
    background-color: #F5F5F5;
    padding: 12px;
    font-size: 17px;
    margin: 0 auto 56px;
}
#success .btn_area{
    width: 100%;
    background-color: #F5FAFC;
    padding: 40px 20px 25px;
}
#success .btn_area .btn a{
    display: block;
    width: 90%;
    max-width: 240px;
    color: #fff;
    text-align: center;
    background-color: #779AAF;
    border-radius: 54px;
    padding: 18px;
    margin: 0 auto 64px;
    font-weight: 400;
    font-family: yu-gothic-pr6n, sans-serif;
}
#success .btn_area .footer p{
    text-align: center;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: 300;
    color: #999;
}
@media only screen and (max-width: 700px){
    #success .content {
        padding: 0 20px;
    }
    #success .top {
        font-size: 22px;
        margin-bottom: 32px
    }
    #success p {
        font-size: 15px;
        text-align: left;
        margin-bottom: 16px;
    }
    #success ul li {
        font-size: 13px;
        text-align: left;
    }
    #success .domain {
        width: 100%;
        max-width: 335px;
        text-align: left;
        padding: 5px 20px;
        font-size: 15px;
        margin: 0 auto 40px;
    }
    #success .btn_area {
        padding: 32px 20px 16px;
    }
    #success .btn_area .btn a {
        font-size: 15px;
        max-width: 200px;
        padding: 18px;
        margin-bottom: 48px;
    }
}
/* /success */

/* notfound */
#notfound {
    width: 100%;
    margin: 0 auto;
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #222;
}
#notfound .top{
    width: 90%;
    max-width: 880px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 32px;
    line-height: 1.8;
}
#notfound .top p{
    margin: 0 auto 32px;
}
#notfound .btn a{
    display: block;
    width: 90%;
    max-width: 240px;
    color: #fff;
    text-align: center;
    background-color: #779AAF;
    border-radius: 54px;
    padding: 13px;
    margin: 0 auto 64px;
    font-weight: 400;
    font-family: yu-gothic-pr6n, sans-serif;
}
#notfound .under{
    width: 100%;
    background-color: #F5FAFC;
    padding: 40px 0 25px;
}
#notfound .under .inquiry{
    width: 90%;
    max-width: 880px;
    margin: 0 auto;
    color: #555;
}
#notfound .under .inquiry .ttl{
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
}
#notfound .under .inquiry .tel{
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}
#notfound .under .inquiry .tel span{
    font-size: 15px;
}
#notfound .under .inquiry_flex{
    display: flex;
    justify-content: space-around;
    max-width: 435px;
    width: 90%;
    margin: 0 auto 24px;
    align-items: center;
}
#notfound .under .inquiry_flex div.txt{
    width: 60%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
#notfound .under .inquiry_flex .link{
    width: 39%;
}
#notfound .under .inquiry_flex .link a{
    font-size: 17px;
    font-weight: 600;
    color: #235A7c !important;
    position: relative;
}
#notfound .under .inquiry_flex .link a::after {
    content: "";
    display: block;
    width: 11px;
    height: 12px;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 3px;
    left: 146px;
    margin: 0 auto;
}
#notfound .under .inquiry_flex .link a::before {
    content: "";
    display: block;
    width: 160px;
    height: 10px;
    background-image: url(../img/dotted.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
    margin: 0 auto;
}
#notfound .under .inquiry ul{
    list-style: none;
    padding-inline-start: 0;
    padding: 0 16px;
    margin-block-start: 0;
}
#notfound .under .inquiry ul li{
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    margin-bottom: 64px;
}
#notfound .under .footer p{
    text-align: center;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: 300;
    color: #999;
}
@media only screen and (max-width: 700px){
    #notfound .header{
        margin: 0 auto 40px;
    }
    #notfound .top {
        width: 100%;
        padding: 0 20px;
        font-size: 15px;
        text-align: left;
    }
    #notfound .btn a {
        font-size: 15px;
        width: 100%;
        max-width: 200px;
        padding: 17px;
        margin: 0 auto 40px;
    }
    #notfound .under .inquiry {
        width: 100%;
    }
    #notfound .under .inquiry .ttl {
        font-size: 15px;
        margin-bottom: 16px;
    }
    #notfound .under .inquiry .tel {
        font-size: 15px;
    }
    #notfound .under .inquiry .tel span {
        font-size: 13px;
    }
    #notfound .under .inquiry_flex div.txt {
        font-size: 13px;
    }
    #notfound .under .inquiry_flex .link a {
        font-size: 15px;
    }
    #notfound .under .inquiry_flex .link a::after {
        width: 9px;
        height: 10px;
        top: 3px;
        left: 128px;
    }
    #notfound .under .inquiry_flex .link a::before {
        width: 140px;
    }
    #notfound .under .inquiry_flex {
        margin: 0 auto 10px;
    }
    #notfound .under .inquiry ul li {
        font-size: 12px;
        margin-bottom: 48px;
    }
    #notfound .under .footer p {
        font-size: 11px;
    }

}
@media only screen and (max-width: 500px){
    #notfound .under .inquiry_flex div.txt {
        font-size: 3.5vw;
    }
    #notfound .under .inquiry_flex .link a {
        font-size: 4vw;
    }
    #notfound .under .inquiry_flex .link a::after {
        top: 1.3vw;
        left: 34vw;
    }
    #notfound .under .inquiry_flex .link a::before {
        width: 37.3vw;
    }
    #notfound .under .inquiry ul li {
        font-size: 3.2vw;
    }
    #notfound .under .inquiry .tel {
        font-size: 4.1vw;
    }
    #notfound .under .inquiry .tel span {
     font-size: 3.5vw;
    }
}
/* /notfound */