@charset "UTF-8";


/* service
----------------------------------------*/
.service .contents {
    padding: 100px 0;
    max-width: 970px;
    margin: 0 auto;
}
.service .contents section {
   margin-bottom: 70px;
}

.service .ttl_box h2 {
    font-size: 3.2rem;
}
.service .ttl_box h2 span {
    font-size: 2rem;
}
.service .contents h3 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}

.navlist_block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: none;
}

.navlist_block ul li {
    width: 47.4%;
    text-align: center;
    margin-bottom: 20px;
}
.navlist_block ul li a {
    border: none;
    letter-spacing: 0.1em;
    font-size: 2.4rem;
    font-weight: bold;
    background: #121F62 !important;
    border-radius: 12px;
    color: #fff !important;
    padding: 20px 0;
    transition: 0.3s;
}
.navlist_block ul li a:hover {
    opacity: 0.5;
}

.navlist_block ul li a::before {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    right: 21px;
    width: 33px;
    height: 33px;
    top: 50%;
}
.navlist_block ul li a::after {
    content: "";
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    right: 30px;
    box-sizing: border-box;
    width: 15px;
    height: 13px;
    border: 7px solid transparent;
    border-top: 13px solid #121F62;
}


@media only screen and (max-width: 767px) {
    main.service {
       margin: 0;
    }
    .service .contents {
        padding: 60px 4.68%;
    }
    .service .contents section {
       margin-bottom: 50px;
    }

    .service .ttl_box h2 {
        font-size: calc(28 / 375 * 100vw);
    }
    .service .ttl_box h2 span {
        font-size: calc(18 / 375 * 100vw);
    }
    .service .contents h3 {
        font-size: calc(20 / 375 * 100vw);
        margin-bottom: 15px;
    }

    .navlist_block ul {
        display: block;
    }

    .navlist_block ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    .navlist_block ul li a {
        font-size: calc(16 / 375 * 100vw);
        border-radius: 10px;
        padding: 13px 0;
    }
    .navlist_block ul li a:hover {
        opacity: 1;
    }

    .navlist_block ul li a::before {
        right: 18px;
        width: 25px;
        height: 25px;
    }
    .navlist_block ul li a::after {
        top: 57%;
        right: 24px;
        width: 10px;
        height: 10px;
        border: 6px solid transparent;
        border-top: 10px solid #121F62;
    }

}




.service_list {
    border: 2px solid #121F62;
    border-radius: 10px;
    padding: 30px 35px;
}
.service_list h2.entry-title {
    padding-left: 40px;
    padding-bottom: 15px;
    border-bottom: 2px solid #121F62;
    margin-bottom: 30px;
    font-size: 2.4rem;
}
.service_list h2.entry-title::before {
    content: "";
    position: absolute;
    background: #121F62;
    width: 8px;
    height: 70%;
    left: 15px;
    top: 0;
}

.service_inner {
    display: flex;
    justify-content: space-between;
}

.service_inner > * {
    max-width: 412px;
}

.service_item01 > * {
    color: #2F2F2F;
    font-size: 1.6rem;
}

.service_item02 .bnr {
    margin-bottom: 30px;
}
.service_item02 .txt-box {
    border: 1px solid #083B80;
    border-radius: 6px;
    background: #F8FCFF;
    padding: 0 30px 30px;
}
.service_item02 .txt-box h3 {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #083B80;
    margin: -10px 0 20px;
}
.service_item02 .txt-box h3 span {
    background: #fff;
    padding: 0 15px;
}

.service_btn {
    border-top: 1px solid #121F62;
    margin-top: 40px;
    padding-top: 15px;
}

.service_btn ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.service_btn ul li {
    text-align: center;
    max-width: 280px;
    width: 100%;
    margin: 15px 8.5px 0;
}
.service_btn ul li a {
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    font-weight: bold;
    display: block;
    padding: 17px 5px;
    border-radius: 12px;
    background: #FAAA12;
    color: #fff;
    transition: 0.3s;
}
.service_btn.btn-10146 ul li a,
.service_btn.btn-10079 ul li a {
    background: #00ACC3;
}
.service_btn ul li a:hover {
    opacity: 0.5;
}
.service_btn ul li.pdf a {
    background: #033DAA;
    color: #fff;
}
.service_btn ul li.tel a {
    background: #fff;
    color: #00ACC3;
    border: 1px solid #00ACC3;
    padding: 16px 5px;
}
.service_btn ul li.pdf a span {
    display: inline-block;
    width: 12px;
    vertical-align: middle;
    margin-right: 10px;
}



.btn_close {
    text-align: center;
}

.btn_close input {
    background: #121F62;
    color: #fff;
    border: none;
    max-width: 370px;
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 26px 0 26px 22px;
    background-image: url("/themes/mansion-root2020/images/common/btn_close.svg");
    background-repeat: no-repeat;
    background-position: 35% center;
    transition: 0.3s;
}
.btn_close input:hover {
    opacity: 0.5;
}
@media only screen and (min-width: 768px) {
    .service_btn ul li.tel a {
        pointer-events: none;
    }
}

@media only screen and (max-width: 767px) {
    
   .service_list {
        padding: 20px 5%;
    }
    .service_list h2.entry-title {
        padding-left: 35px;
        margin-bottom: 25px;
        font-size: calc(20 / 375 * 100vw);
        margin-top: 0;
        padding-bottom: 10px;
    }

    .service_inner {
        display: block;
    }

    .service_inner > * {
        max-width: 100%;
    }

    .service_item01 {
        margin-bottom: 25px;
    }

    .service_item01 > * {
        font-size: calc(14 / 375 * 100vw);
    }

    .service_item02 .bnr {
        margin-bottom: 30px;
    }
    .service_item02 .txt-box {
        padding: 0 20px 20px;
    }
    .service_item02 .txt-box h3 {
        font-size: calc(14 / 375 * 100vw);;
        margin: -10px 0 15px;
    }
    .service_item02 .txt-box h3 span {
        padding: 0 12px;
    }

    .service_btn {
        margin-top: 30px;
        padding-top: 20px;
    }

    .service_btn ul {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .service_btn ul li {
        max-width: 100%;
        margin: 0;
    }
    .service_btn ul li + li {
        margin-top: 15px;
    }
    .service_btn ul li a {
        font-size: calc(13 / 375 * 100vw);
        padding: 15px 10px;
        border-radius: 8px;
    }
    .service_btn ul li a:hover {
        opacity: 1;
    }
    .service_btn ul li.pdf a span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }



    .btn_close input {
        padding: 20px 0 20px 22px;
    }
    .btn_close input:hover {
        opacity: 1;
    }
    
}




