@charset "UTF-8";
/*=======================================
ABOUT
=========================================*/

/* .paget-content_b {
    padding-top: 50px;
} */

.paget-content_b .pagetitle-wrap_b {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 124px;
}

.welcome {
    color: #46433F;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    line-height: 42px;
    position: relative;
}

.welcome::before {
  content: "";
  width: 466px;
  height: 466px;
  background-image: url("../img/membership/background-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: -221px;
  bottom: -224px;
  z-index: -10;
}

.join_block {
    margin-top: 60px;
    background-color: #F7FAFF;
    border: 1px solid #043886;
}

.join_block .join-titl {
    background-color: #043886;
    color: #fff;
    padding: 10px 25px;
    font-size: 22px;
}

.join_block .jb-p {
    line-height: 30px;
    padding: 36px 28px;
    font-size: 17px;
    color: #46433F;
}

.join_block .jb-p .jb-h3 {
    font-size: 20px;
    margin-bottom: 28px;
}

.join_block .jb-p .address {
    margin-bottom: 20px;
}

.join_block .jb-p2 .tell-a {
    display: block;
    color: #043886;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    max-width: 226px;
}

.join_block .jb-p .jb-p2 {
    margin-bottom: 20px;
    position: relative;
}

.join_block .jb-p2 .tell-a span {
    font-size: 16px;
}

.join_block .jb-p2 .tell-a .tall-img {
    margin-right: 10px;
}

.join_block .inquiry_contact {
    display: flex;
}

.join_block .inquiry_contact .ic-p {
    color: #043886;
    font-size: 16px;
    display: flex;
}

.join_block .inquiry_contact .ic-p:first-child {
    margin-right: 20px;
}

.join_block .inquiry_contact span {
    background-color: #043886;
    color: #fff;
    width: 59px;
    padding: 2px 0;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin-right: 9px;
}



/* ----------------------------- スマホ（～767px） */

@media screen and (max-width: 767px) {
    .paget-content_b .pagetitle-wrap_b {
        width: 95%;
        padding-bottom: 60px;
    }

    .join_block {
        margin-top: 30px;
    }

    .welcome::before {
        width: 200px;
        height: 200px;
        right: 4px;
        bottom: -97px;
    }

    .join_block .inquiry_contact {
        display: block;
    }

    .welcome {
        font-size: 17px;
        line-height: 32px;
    }

    .join_block .jb-p {
        font-size: 16px;
        padding: 17px 14px;
        font-family: 'ヒラギノ角ゴ ProN', sans-serif;
    }

    .join_block .join-titl {
        font-size: 18px;
        line-height: 25px;
    }

    .join_block .inquiry_contact span {
        padding: 0;
    }

    .join_block .inquiry_contact .ic-p:first-child {
        margin-bottom: 10px;
    }
}

/* ----------------------------- タブレット（768～1024px） */

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .welcome::before {
        right: 15px;
    }

    .paget-content_b .pagetitle-wrap_b {
        width: 95%;
        /* padding: 0 15px; */
    }
}
