@charset "UTF-8";
/* CSS Document */

body {
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    margin: 0;
}

.description-tit {
    display: none;
}

.logo-area-pc {
    display: none;
}

.logo-sp {
    width: 182px;
    margin: 0;
}

.logo-area-sp {
    background-color: #e69ac1;
    display: flex;
    padding: 16px 12px 8px 12px;
    justify-content: space-between;
}

.logo-area-sp ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.logo-area-sp {
    text-align: center;
}

.logo-area-sp ul li a {
    color: #000;
    text-decoration: none;
}

.logo-area-sp .registration-btn {
    margin-right: 16px;
}

.login-box {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
}

.login-box img {
    width: 24px;
}

.search-box-sp {
    background-color: #f5f5fa;
    height: 42px;
    margin: 10px;
}

.search-box-sp .search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.search-box-sp .search-form input {
    font-size: 15px;
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    width: 280px;
    margin-left: 8px;
}

.search-box-sp .search-form button {
    background-color: #a6b1e3;
    width: 42px;
    height: 42px;
    text-align: left;
    border: none;
    border-radius: 0;
    outline: none;
}

.meta-area {
    font-size: 12px;
    text-decoration: none;
    color: #000;
    padding: 4px 10px 16px;
}

.meta-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.meta-area .bread-crumb a {
    color: #333333;
    text-decoration: none;
}

.meta-area .login-box-pc {
    display: none;
}

.eye-catch-box {
    overflow: hidden;
    position: relative;
}

.eye-catch-box img {
    object-fit: cover;
    width: 120%;
    height: auto;
}

.main-area {
    padding: 0 10px;
}

.main-area .tit1-pc {
    /* display: none; */
}

.main-area .tit1-sp img {
    width: 100%;
}

.main-area .tit2 {
    color: #e69ac1;
    font-size: 20px;
    margin: 0 0 0 10px;
    line-height: 0;
    padding-left: 1.4em;
    text-indent: -1.4em;
    display: inline-block;
}

.main-area .tit2:before {
    content: "";
    content: url(../images/t2-img.png);
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.main-area .tit2-space {
    margin-left: -10px;
    margin-top: 20px;
}

.main-area .tit3 {
    color: #e69ac1;
    font-size: 20px;
    margin: 0.75em 0 0.25em 0;
    line-height: 1.5;
    display: inline-block;
}

.main-area .eye-catch img {
    width: 100%;
}

.main-area p {
    font-size: 14px;
    line-height: 1.8em;
}

.main-area p b {
    /* display: block; */
    color: #e69ac1;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8em;
}
b.oth-relat {
    color: #f6dadf !important;
}
.main-area p b.relat {
    /* display: inline !important; */
}

.main-area p.right {
    text-align: right;
}

.main-area p span.indent {
    display: block;
    padding-left: 2em;
    text-indent: -1em;
}

.btn a {
    display: block;
    width: 90%;
    margin: 2em auto 2em auto;
    padding: 0 0;
    text-align: center;
    line-height: 2.5;
    border: none;
    background-color: #e69ac1;
    color: #FFFFFF;
    text-decoration: none;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -o-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
}

.main-area .emphasis {
    color: #e9528e;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 64%, #ffff00 0%) repeat scroll 0 0;
    font-size: 16px;
    font-weight: 700;
}


.main-content {
    margin-top: -18px;
}

.foot-sarch {
    background-color: #a6b1e3;
    height: 24px;
    padding: 8px 4px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    margin: 26px 20px;
}

.foot-sarch a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.footer-area {
    border-top: 1px solid #E69AC1;
    margin-top: 60px;
}

.sns-box {
    width: 200px;
    margin: 32px auto;
}

.sns-box img {
    width: 48px;
    height: 48px;
}

.sns-box ul,
.company-box ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}

.company-box {
    font-size: 12px;
    width: 90%;
    margin: auto;
}

.company-box a {
    text-decoration: none;
    color: #000;
}

.copyright {
    text-align: center;
    margin: 20px;
}


.header__lang {
    float: right;
    margin: -4px auto 0 auto;
    padding: 0;
}

/*登録フォーム*/
input,
button,
textarea,
select,
dl {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: inherit;
}

.required {
    margin: 1.5em 0 0 0;
    font-size: 90%;
    text-align: right;
}

dl {
    list-style: none;
    display: table;
    margin: 0 0 0 0;
    width: 100%;
}

dt {
    display: table-row;
    list-style: none;
    line-height: 2;
    margin: 0 0 0 0;
    width: 100%;
}

.v_top {
    vertical-align: top;
    padding-top: 1.2em;
}

dt span,
.required span {
    color: #f6dadf;
}

dd {
    display: table-row;
    width: 100%;
    line-height: 3;
}

dd p {
    color: #0000FF;
}

dd p:before {
    content: ">";
}

dd span {
    display: block;
    margin: 0;
    padding: 0;
    color: #e69ac1;
    line-height: 1.5;
}

input,
textarea {
    font-size: 18px !important;
    color: #e69ac1;
    border-bottom: 1px solid #f6dadf;
    width: 100%;
}

.postal {
    width: 200px;
}

.rows input {
    display: inline;
}

input[type=checkbox] {
    display: none;
}

.check_css {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 0 0 0 42px;
    vertical-align: middle;
    cursor: pointer;
}

.check_css:hover:after {
    border-color: #e69ac1;
}

.check_css:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 6px;
    content: '';
}

.check_css:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #e69ac1;
    border-bottom: 3px solid #e69ac1;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=checkbox]:checked + .check_css:before {
    opacity: 1;
}

.rows2 input {
    display: inline;
}

input[type=radio] {
    display: none;
}

.radio_css {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 0 0 0 42px;
    vertical-align: middle;
    cursor: pointer;
}

.radio_css:hover:after {
    border-color: #e69ac1;
}

.radio_css:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    content: '';
}

.radio_css:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-color: #e69ac1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    content: '';
    opacity: 0;
}

input[type=radio]:checked + .radio_css:before {
    opacity: 1;
}

.l_h {
    line-height: 1.25 !important;
}

input::placeholder,
textarea::placeholder {
    font-size: 90% !important;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    color: #a0a0a0 !important;
    line-height: 1.5 !important;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 90% !important;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    color: #a0a0a0 !important;
    line-height: 1.5 !important;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 90% !important;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    color: #a0a0a0 !important;
    line-height: 1.5 !important;
}

textarea::placeholder {
    padding-top: 1.25em;
}

textarea:-ms-input-placeholder {
    padding-top: 1.25em;
}

textarea::-ms-input-placeholder {
    padding-top: 1.25em;
}

textarea {
    transition: all .6s ease;
}

textarea:focus {
    height: 1.25em !important;
}

h3 {
    font-size: 18px;
    color: #e69ac1;
    margin: 2em 0 0.5em 0;
}

.logbox {
    border: 1px solid #A0A0A0;
    height: 15em;
    margin: 0 0 2em 0;
    padding: 1em 1em 1em 1em;
    overflow-y: scroll;
    overflow-x: hidden;
}

.submit {
    display: block;
    margin: 2em auto 2em auto;
    padding: 0 auto;
    line-height: 2;
    width: 90%;
    letter-spacing: 0;
    border: none;
    background-color: #e69ac1;
    color: #FFFFFF;
    font-weight: 700;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -o-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
}

.submit2 {
    display: block;
    margin: 2em auto 2em auto;
    padding: 0 auto;
    line-height: 2;
    width: 200px;
    letter-spacing: 3px;
    border: none;
    background-color: #999999;
    color: #FFFFFF;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -o-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
}

.err {
    color: #FF0000;
}

.main-area .tit1-pc {
    display: block;
    margin-top: 40px;
    margin-bottom: 50px;
    color: #7E837F;
    margin-left: -17px;
}
#oth_page_join dt {
    color: #333333;
}
.oth-color-join {
    color: #7E837F !important;
}
.oth-color-join-2 {
    color: #7E837F !important;
}
.tit3, .main-area p b {
    color: #7E837F !important;
}
.oth-submit-join {
    background-color: #f6dadf !important;
    color: #333333 !important;
}
#oth_page_join dt span {
    color: #f6dadf;
}
@media screen and (min-width:768px) {
    .logo-area-sp {
        display: none;
    }

    .search-box-sp {
        display: none;
    }

    .logo-area-pc {
        display: block;
        background-color: #e69ac1;
    }

    .logo-area-pc-inner {
        width: 1000px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        padding: 2em;
    }


    .logo-area-pc-inner .logo img {
        width: 470px;
    }


    .logo-area-pc .search-box {
        width: 364px;
        height: 32px;
        position: static;
        background-color: #f5f5fa;
        margin-top: 32px;
    }

    .logo-area-pc .search-form {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo-area-pc .search-form input {
        font-size: 15px;
        width: 280px;
        margin-left: 8px;
        font-size: 15px;
        background-color: transparent;
        padding: 0;
        border: none;
        border-radius: 0;
        outline: none;
        background: none;
    }

    .logo-area-pc .search-form button {
        width: 32px;
        height: 32px;
        background-color: #a6b1e3;
        border: none;
        border-radius: 0;
        outline: none;
    }

    .description-tit {
        display: block;
        font-size: 12px;
        color: #666666;
        font-weight: normal;
        width: 1000px;
        margin: 14px auto;
    }

    .meta-area {
        width: 1000px;
        margin: 18px auto 44px auto;
        display: flex;
        justify-content: space-between;
    }


    .meta-area .login-box-pc {
        display: flex;
    }

    .meta-area .login-box-pc li {
        background-color: #e4e4e4;
        width: 118px;
        height: 22px;
        text-align: center;
        padding-top: 2px;

    }

    .meta-area .login-box-pc li:first-child {
        margin-right: 8px;
    }

    .meta-area .login-box-pc li a {
        width: 100%;
        margin: 0 auto;
        text-decoration: none;
        display: block;
    }

    .meta-area .login-box-pc li br {
        display: none;
    }

    .meta-area .login-box-pc img {
        display: none;
        margin: -10px;
    }



    .eye-catch-box {
        height: 400px;
        overflow: hidden;
    }

    .eye-catch-box img {
        width: 100%;
        height: 100%;
    }


    .logo-area-sp {
        margin: 0;
        padding: 0;
    }


    .main-area {
        width: 1000px;
        margin: 0 auto;
    }

    .main-area p {
        line-height: 2em;
    }

    .main-content {
        margin-top: 20px;
    }

    .main-area .tit1-sp {
        display: none;
    }

    .main-area .eye-catch img {
        width: 100%;
    }

    .oth-tit2 {
        color: #333333;
        /* text-decoration: underline; */
    }
    hr.oth-border-tit2 {
        width: 546px;
        float: left;
        margin-top: -24px;
        background-color: #162A41;
        height: 0.5px;
    }
    .oth-tit2 img {
        vertical-align: baseline;
        width: 23px;
        margin-bottom: -2px;
    }
    .main-area .tit2 {
        display: block;
    }

    .foot-sarch {
        width: 340px;
        height: 24px;
        margin: 40px auto 60px auto;
    }

    .sns-box {
        width: 216px;
        margin: 52px auto;
    }

    .company-box {
        width: 548px;
    }

    .company-box li a {
        margin: 0 28px;
    }

    .copyright {
        margin-top: 24px;
    }


    /*登録フォーム*/
    input,
    button,
    textarea,
    select,
    dl {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }


    dl {
        list-style: none;
        display: table-row;
        margin: 0 0 0 0;
        width: 1000px;
    }

    dt {
        display: table-cell;
        list-style: none;
        line-height: 2;
        margin: 0 0 0 0;
        width: 200px;
    }

    dd {
        display: table-cell;
        width: 800px;
        line-height: 4;
    }

    dd p:before {
        content: none;
    }


    input,
    textarea {
        font-size: 18px !important;
        color: #e69ac1;
        border-bottom: 1px solid #f6dadf;
        width: 100%;
    }

    .postal {
        width: 200px;
    }

    .rows input {
        display: inline;
    }


    input::placeholder,
    textarea::placeholder {
        font-size: 16px !important;
    }

    /* IE */
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        font-size: 16px !important;
    }

    /* Edge */
    input::-ms-input-placeholder,
    textarea::-ms-input-placeholder {
        font-size: 16px !important;
    }


    .disnone {
        display: none !important;
    }

    .logbox {
        border: 1px solid #A0A0A0;
        height: 20em;
        margin: 0 0 3em 0;
        padding: 0 2em 1em 2em;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .submit {
        display: block;
        margin: 2em auto 2em auto;
        padding: 0 auto;
        line-height: 2;
        width: 300px;
        letter-spacing: 0;
        border: none;
        background-color: #e69ac1;
        color: #FFFFFF;
        font-weight: 700;
        -moz-border-radius: 0.25em;
        -webkit-border-radius: 0.25em;
        -o-border-radius: 0.25em;
        -ms-border-radius: 0.25em;
    }

    .submit2 {
        display: block;
        margin: 2em auto 2em auto;
        padding: 0 auto;
        line-height: 2;
        width: 200px;
        letter-spacing: 3px;
        border: none;
        background-color: #999999;
        color: #FFFFFF;
        -moz-border-radius: 0.25em;
        -webkit-border-radius: 0.25em;
        -o-border-radius: 0.25em;
        -ms-border-radius: 0.25em;
    }

    .err {
        color: #FF0000;
    }

    .btn a {
        width: 360px;
    }



}
@media screen and (max-width:768px) {
    .main-area .tit1-pc {
        display: block;
        margin-top: 20px;
        margin-bottom: 30px;
        color: #A8917A;
        margin-left: 0;
        font-size: 23px;
    }
    .oth-tit2 img {
        vertical-align : baseline;
        width: 23px;
    }
    .main-content {
        position: relative;
    }
    .oth-tit2-parent {
        position: relative;
    }
    .oth-border-tit2-sp-1 {
        position: absolute;
        width: 95%;
        height: 1px;
        background-color: #162A49;
        top: 25px;
    }
    .oth-border-tit2-sp-2 {
        position: absolute;
        width: 62%;
        height: 1px;
        background-color: #162A49;
        top: 59px;
    }
}
@media screen and (max-width:400px) {
    .oth-border-tit2-sp-1 {
        width: 96%;
    }
    .oth-border-tit2-sp-2 {
        width: 62%;
    }
}
@media screen and (max-width:340px) {
    .oth-border-tit2-sp-1 {
        width: 100%;
    }
    .oth-border-tit2-sp-2 {
        width: 86%;
    }
}
