@charset "utf-8";

/* ——————————————————————————
 * main_visual
/* —————————————————————————— */
.main_visual {
    padding: 14px 0 50px;
    background: #fff;
    border-bottom: 1px solid #e9ecef
}

.main_visual .swiper-pagination {
    height: 5px;
    position: absolute;
    bottom: 22px;
    right: 0;
    left: 0;
    font-size: 0
}

.main_visual .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #50749d;
    opacity: 0.2;
    border-radius: 2px;
    transition: all 200ms
}

.main_visual.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0
}

.main_visual.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet ~ .swiper-pagination-bullet {
    margin-left: 8px
}

.main_visual .swiper-pagination-bullet-active {
    width: 30px;
    opacity: 1
}

.main_visual .item {
    width: 83%;
    background-color: #fff;
    margin: 0 1.8%;
    text-align: center;
    vertical-align: top;
    position: relative;
    font-size: 0;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 8%), 0 2px 10px rgb(0 0 0 / 10%);
    border-radius: 22px;
    overflow: hidden;
}

.main_visual .item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.main_visual .item .thumb img {
    width: 100%;
    height: auto
}

.main_visual .item .txtBox {
    padding: 20px 18px 20px;
    text-align: center
}

.main_visual .item .txtBox > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px
}

.main_visual .item .txtBox > h3 {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -0.05em
}

.main_visual .item .txtBox > h3 em {
    display: block;
    font-weight: 900
}

.main_visual .item .txtBox > p {
    font-size: 12px;
    margin-top: 6px;
    color: #495057;
    letter-spacing: -0.05em;
    font-weight: 300
}


/* ——————————————————————————
 * main_category
/* —————————————————————————— */
.main_category {
    padding: 22px 10px
}

.main_category ul {
    font-size: 0
}

.main_category li {
    width: 20%;
    padding: 0 5px;
    display: inline-block
}

.main_category li a {
    display: block;
    text-align: center
}

.main_category li .thumb {
    display: inline-block
}

.main_category li .thumb img {
    width: 100%;
    height: auto
}

.main_category li a > p {
    padding-top: 2.777778vw;
    font-size: 3.2vw;
    white-space: nowrap
}


/* ——————————————————————————
 * module_tit
/* —————————————————————————— */
.module_tit {
    padding: 18px 0;
    position: relative
}

.module_tit h2 {
    font-size: 16px;
    font-weight: 700
}

.module_tit .more {
    display: inline-block;
    line-height: 20px;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.module_tit .more i {
    display: inline-block;
    vertical-align: baseline;
    font-size: 12px;
    margin-left: 1px
}


/* ——————————————————————————
 * main_prod_list_basic
/* —————————————————————————— */
.main_prod_list_basic {
    padding: 0 0 30px !important
}

.main_prod_list_basic.section .sec_tit {
    margin: 0 0 0
}

.service_info_wrap {
    width: 100%;
    padding: 50px 0 50px;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
}

.service_info_wrap .service_info_tit {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.service_info_wrap .service_info_tit span {
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
}

.service_info_wrap .service_info_box {
    width: 100%;
    margin: 0 auto;
}

.service_info_box_tit {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.service_info_table {
    width: 90%;
    margin: 20px auto 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.service_info_table tr:first-of-type td {
    font-size: 18px;
    background: #50749d;
    color: #FFF;
}

.service_info_table th {
    width: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    padding: 5px 0;
    border: 1px solid #e0e0e0;
}

.service_info_table td {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 0;
    color: #50749d;
    border: 1px solid #e0e0e0;
}

.service_info_table .total {
    border-bottom: none;
}

.service_info_table .total th {
    text-align: center;
    padding-top: 14px;
}

.service_info_table .total td {
    font-size: 20px;
    font-weight: bold;
    color: #ebb400;
    padding-top: 14px;
}

.service_info_box_script2 {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    text-align: center;
    line-height: 40px;
}

.service_info_box_script2 span {
    color: #50749d;
    font-weight: bold;
    font-size: 20px;
}

.service_info_box a {
    display: block;
    width: 200px;
    max-width: 90%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 20px auto 0;
    font-size: 14px;
    color: #FFFFFF;
    background: #50749d;
    border-radius: 40px;
}

.service_info_box a img {
    vertical-align: -2px;
    margin-left: 10px;
}

.main_card_banner a {
    display: block;
    position: relative;
}

.main_card_banner .banner_txt {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.main_card_banner p {
    font-size: 4.4445vw;
    font-weight: 300;
}

.main_card_banner p span {
    color: #50749d;
    font-weight: bold;
}

.main_card_banner em {
    font-size: 3.3334vw;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    margin-top: 2.7778vw;
    line-height: 1.3;
}