@charset "utf-8";
/* CSS Document */
.width_1040 {
    max-width: 1040px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    margin: 0 auto;
}

.under-page-title {
    text-align: center;
    border-top: 2px solid #929292;
    max-width: 300px;
    width: 100%;
    margin: 35px auto 40px;
    padding-top: 20px;
}

.head_link {
    margin-top: 130px;
}

p.link-load {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 2em;
	font-family: 'Futura-Boo';
}

.under-page-sub-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.6px;
	margin-bottom: 13px;
}

h3.under-page-main-title {
    font-size: 35px;
    letter-spacing: 0px;
}


h4.under_contents_title {
    font-weight: bold;
    letter-spacing: 1.6px;
    margin-bottom: 69px;
    font-size: 25px;
    text-align: center;
    line-height: 1.5em;
}


section.under_contents {
    margin-bottom: 80px;
}
/*---------------------------------------------下層共通----------------------------------*/

@media screen and (max-width: 400px){
.contact-sf-fotter img {
    max-width: 171px;
    left: 35%;
    padding-bottom: 0rem;
}
}

.privacy-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 69px;
}

.privacy-flex a {
    display: block;
    width: 33%;
    text-align: center;
    background-color: #f4f4f4;
    margin: 0 10px;
    padding: 20px;
    font-size: 14px;
}

.privacy-flex a:hover {
    opacity: 0.6;
}

.privacy-flex a.active {
    background-color: #252525;
    color: #fff;
}


.privacy-box-title {
    letter-spacing: 1.2px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8em;
    padding: 15px 20px;
    background-color: #00345b;
    color: #fff;
    margin-bottom: 30px;
}


p.privay_under_text {
    letter-spacing: 0.6px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
}


.kiyaku-list-group {
    margin-top: 40px;
}

h4.kiyaku-title {
    font-weight: 500;
    color: #02345b;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e7ed;

    width: 100%;
    margin-bottom: 10px;
}

p.last-text {
    margin-top: 80px;
    letter-spacing: 13px;
}

section.under_contents table {
    border: solid 1px;
    width: 100%;
    border-collapse: collapse;

}

section.under_contents th {
    background-color: #f4f4f4;
}

ol {
    margin: 20px 0 0 20px;
}

li {
    list-style: none;
    font-size: 0.95em;
}
.kiyaku-list-group_li{
    line-height: 160%;
    margin: 20px 0 0 0;
}

section.under_contents table th,
section.under_contents td {
    border: solid 1px;
    padding: 10px;
    font-size: 14px;
}


@media screen and (max-width: 1040px) {

    .privacy-box-title {
        letter-spacing: 1.0px;
        font-size: 14px;
        margin-bottom: 20px;
    }


    p.privay_under_text {
        font-size: 14px;
    }

    .kiyaku-list-group {
        margin-top: 30px;
    }

    h4.kiyaku-title {
        padding-bottom: 15px;
        max-width: none;
        font-size: 14px;
    }


    p.last-text {
        margin-top: 50px;
        letter-spacing: 13px;
        font-size: 14px;
    }

}


@media screen and (max-width: 600px) {


    .privacy-flex {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .privacy-flex a {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 10px 0;
    }

}


/* 20240402追加 */
.privacy-pmark {
    display: flex;
    gap: 64px;
    margin-top: 96px;
    align-items: center;

    @media screen and (max-width: 600px) {
        flex-direction: column;
        gap: 24px;
        margin-top: 64px;

    }

    >img {
        width: 100%;
        max-width: 164px;
    }
}

.privacy-pmark__text {
    display: flex;
    flex-direction: column;
    gap: 16px;

}

