@charset "UTF-8";
body {
    margin: 0;
}

.inner {
    padding: 0px 5% 80px;
}

.inner p {
    line-height: 1.8;
}

.start_txt {
    margin-bottom: 70px;
}

.office {}
.office_wrap {}

.office_txt_cnt {
    margin-bottom: 50px;
}

.office_img {}

.icon_list {
    margin: 50px 0;
}
.icon_list_item {}
.icon_list_item_cnt {
    display: flex;
    margin-bottom: 30px;
}
.icon_img {}
.icon_list_item_txt {
    padding: 30px 40px;
}
.icon_list_item_ttl {
    font-size: 24px;
    font-weight: 600;
}

.aqua {
    color: #4AB5C6;
}

.blue {
    color: #419bde;
}

.purple {
    color: #8585d1;
}

.icon_list_item_detail {}


.center {}
.center_wrap {}

.center_txt_cnt {
    margin-bottom: 50px;
}

.center_img {
    margin-bottom: 30px;
}

.service,
.guide,
.contact {
    margin-bottom: 47px;
}

.service_tbl,
.service_tbl th,
.service_tbl td {
    border: 1px solid #DDDDDD;
	border-collapse: collapse;
    border-left: none;
    border-right: none;
    margin-bottom: 20px;
}

.service_tbl {
    width: 100%;
}

.service_tbl th,
.service_tbl td {
    padding: 16px 14px;
}

.service_tbl th {
    background-color: #F7F7F7;
}
.service_tbl td {}

.service_tbl_detail {
    border-left: 1px solid #DDDDDD !important;
    padding: 15px 36px !important;
}

.service_tbl_detail_02 {
    border-left: 1px solid #DDDDDD !important;
}

.attention {
    line-height: 2;
}

.guide_tbl {
    font-size: 22px;
}

.guide_cnt {}
.guide_cnt p {
    margin-bottom: 15px;
}

.guide_tbl th {
    width: 130px;
}
.guide_tbl td {
    text-align: end;
}


@media screen and (max-width:1240px) {
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:640px) {

    .inner {
        padding: 40px 20px;
    }

    .inner p {
        line-height: 2;
    }

    .start_txt {
        margin-bottom: 30px;
    }

    .icon_img {
        margin: 0 auto;
    }

    .icon_img img {
       max-width: 150px;
       width: 100%;
    }


    .icon_list_item_cnt {
        flex-wrap: wrap;
    }

    .icon_list_item_txt {
        padding: 15px 0px;
    }

    .icon_list_item_ttl {
        text-align: center;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .service_tbl {
        width: 850px;
    }
}
