@charset "utf-8";

* {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    vertical-align: bottom;
}

html {
    overflow: auto;
}

.Wrapper {
    margin: 0 auto;
    width: 100%;
    background-color: #f2f8ff;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media screen and (max-width:767px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}



/*---------- 共通 ----------*/
.bo {
    font-weight: bold;
}

/*---------- ヘッダー ----------*/
header a {
    width: 100%;
}

.he_bg {
    background-color: #fff;
}

.he_inner {
    display: flex;
    justify-content: space-between;
    margin: 13px 500px 0px;
}

.inner_left {
    font-weight: bold;
    max-width: 327px;
    margin: 5px 0 0 0px;
}

.inner_right {
    display: flex;
    max-width: 350px;
}

.inner_right img {
    max-width: 100%;
    padding: 10px 0;
}

@media screen and (min-width:1000px) and (max-width:1500px) {
    .inner_left {
        margin: 5px 0 0 0;
    }
}

@media (max-width: 1500px) {
    .inner_right {
        max-width: 500px;
    }

    .he_inner {
        margin: 0 161px;
    }

    .inner_left {
        max-width: 327px;
        margin: 17px 0 0 23px;
    }

    .inner_right img {
        padding: 20px 0 10px;
    }
}

@media (max-width: 767px) {
    .he_inner {
        display: flex;
        justify-content: space-between;
        margin: 0 10px 0;
        align-items: center;
    }

    .inner_left {
        font-size: 12px;
        font-weight: bold;
        max-width: 43%;
        margin: 5px 0 0 0;
    }

    .inner_right {
        display: flex;
        max-width: 67%;
        justify-content: space-between;
    }

    .he_mail_btn {
        margin-left: 5px;
    }

    .he_tel_btn {
        max-width: 100%;
    }
}


/*---------- プライバシーポリシー ----------*/
.content {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    margin: 70px auto;
    max-width: 850px;
    width: 100%;
}

.content p {
    font-size: 14px;
    overflow-wrap: break-word;
    line-height: 1.7;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 15px;
    margin-top: 5%;
}

@media screen and (max-width:767px) {
    .content {
        margin: 30px auto;
        padding: 20px;
        width: 85%;
    }

    h2 {
        font-size: 20px;
    }
}


/*---------- フッター ----------*/
footer {
    background-color: #001d5a;
    padding: 50px;
    margin-top: 0;
    position: relative;
}

footer p,
footer a {
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}

.fcB {
    color: #ffffff;
}

.fcBlack a {
    color: #000 !important;
    text-decoration: none !important;
}

.fs18 {
    font-size: 18px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    footer {
        padding: 20px;
        margin-top: 17%;
    }
}