@charset "utf-8";

/*============================
遺品整理士認定協会とは
============================*/

/* 共通 */
a {
    color: inherit;
}
@media screen and (max-width: 640px) {
    .br-pc {
        display: none;
    }
}
@media screen and (min-width: 641px) {
    .br-sp {
        display: none;
    }
}
/* 共通 ここまで */

/* 運営ポリシー ここから */
.policy_wrap {
    margin-top: 0.4rem;
}
.service_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.62rem;
}
.service_item {
    position: relative;
    width: 3.3rem;
    text-align: center;
}
.service_textArea {
    position: absolute;
    width: 100%;
    top: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.service_title {
    font-size: 0.26rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: 0.08em;
    margin-bottom: 0.3rem;
}
.service_lead {
    font-size: 0.16rem;
    letter-spacing: 0.08em;
    line-height: 1.68;
}
.service_icon img {
    width: 2.4rem;
    margin-top: 0.28rem;
    margin-left: 0.69rem;
    margin-right: 0.21rem;
}
.policy {
    position: relative;
}
.policy_border {
    position: absolute;
    width: 100%;
    height: 2rem;
    background-color: #F2EFE3;
    bottom: 0;
    z-index: -10;
}
@media screen and (max-width: 640px) {
    .policy_wrap {
        margin-top: 0.23rem;
        padding-bottom: 0.33rem;
    }
    .service_section {
        row-gap: 0.25rem;
    }
    .service_item {
        width: 100%;
        text-align: left;
    }
    .service_textArea {
        top: 50%;
        left: 21%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .service_title {
        font-size: 0.16rem;
        margin-bottom: 0.15rem;
    }
    .service_lead {
        font-size: 0.12rem;
    }
    .service_icon {
        display: none;
    }
    .policy_border {
        height: 2.44rem;
    }
}

/* 運営ポリシー ここまで */

/* 遺品整理士認定協会について ここから */
.about {
    padding-bottom: 0;
}
.about_box {
    width: 100%;
    border-spacing: 0 0.04rem;
}
.about_box tr {
    height: 0.5rem;
}
.about_box th, .about_box td {
    padding-left: 0.4rem;
}
.about_box th {
    width: 27.2%;
    font-size: 0.18rem;
    color: #fff;
    background-color: #7EBB19;
    text-align: left;
}
.about_box td {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.75;
    background-color: #ECEAE3;
}
@media screen and (max-width: 640px) {
    .about_box .organization, .about_box .adviser {
        height: 0.61rem;
    }
    .about_box .chairman, .about_box .manager, .about_box .location {
        height: 0.82rem;
    }
    .about_box .phone, .about_box .fax, .about_box .mail, .about_box .url {
        height: 0.375rem;
    }
    .about_box th, .about_box td {
        font-size: 0.12rem;
    }
    .about_box th {
        width: 34.3%;
        padding-left: 0.13rem;
    }
    .about_box td {
        padding-left: 0.20rem;
        padding-right: 0.17rem;
    }
}

/* 遺品整理士認定協会について ここまで */

/* 公式サイト ここから */
.official_url {
    display: flex;
    align-items: center;
    background-color: #ECEAE3;
    height: 0.6rem;
    border-radius: 0.3rem;
}
.official_url p {
    font-size: 0.18rem;
    font-weight: 500;
    padding-left: 0.4rem;
}
@media screen and (max-width: 640px) {
    .official {
        padding-bottom: 0.35rem;
    }
    .official_url {
        height: 0.45rem;
    }
    .official_url p {
        font-size: 0.12rem;
        padding-left: 0.18rem;
    }
}
/* 公式サイト ここまで */

.mod_contact_wrap {
    padding-bottom: 0.32rem;
}