html {
    scrollbar-gutter: stable;
}

.tpl_top_index #top_photo_wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0 0 120px 0;
    overflow: visible;
}

.tpl_top_index #top_photo_wrap #top_photo_left {
    width: 18.73%;
    max-width: 285px;
}

.tpl_top_index #top_photo_wrap #top_photo_left .top_left_menu {}

.tpl_top_index #top_photo_wrap #top_photo_left .top_left_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 0.388vw, 8px);
}

.tpl_top_index #top_photo_wrap #top_photo_left .top_left_menu ul li {}

.tpl_top_index #top_photo_wrap #top_photo_left .top_left_menu ul li a {
    width: 100%;
    display: block;
    border: clamp(0px, 0.145vw, 3px) solid #74DBD3;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 700;
    padding: clamp(0px, 1.943vw, 40px) clamp(0px, 0.485vw, 10px) clamp(0px, 1.943vw, 40px) clamp(0px, 3.984vw, 82px);
    font-size: clamp(0px, 0.923vw, 1.9rem);
    color: #333333;
    text-decoration: none;
    position: relative;
    background-image: url(/img/top/icon-left-menu01.png);
    background-repeat: no-repeat;
    background-size: clamp(0px, 1.943vw, 40px);
    background-position: center left clamp(0px, 1.263vw, 26px);
    background-color: #E5F9F2;
}

.tpl_top_index #top_photo_wrap #top_photo_left .top_left_menu ul li a:hover {
    background-color: #C1F0E1;
}

.tpl_top_index #top_photo_wrap #top_photo_left .top_left_menu ul li a.icon-left-menu01 {
    background-image: url(/img/top/icon-left-menu01.png);
}

.tpl_top_index #top_photo_wrap #top_photo_left .top_left_menu ul li a.icon-left-menu02 {
    background-image: url(/img/top/icon-left-menu02.png);
}

.tpl_top_index #top_photo_wrap #top_photo_left .top_left_menu ul li a.icon-left-menu03 {
    background-image: url(/img/top/icon-left-menu03.png);
}

.tpl_top_index #top_photo_wrap #top_photo_left .top_left_menu ul li a.icon-left-menu04 {
    background-image: url(/img/top/icon-left-menu04.png);
}

.tpl_top_index #top_photo_wrap #top_photo_left .top_left_menu ul li a.icon-left-menu05 {
    background-image: url(/img/top/icon-left-menu05.png);
}

.tpl_top_index #top_photo_wrap #top_photo_left .top_left_menu ul li a::after {
    content: "";
    display: block;
    border-radius: 0 4px 4px 0;
    background: #74DBD3;
    width: 3%;
    height: 56.6%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tpl_top_index #top_photo_wrap #top_photo {
    width: 58.82%;
    max-width: 1200px;
    margin: 0;
    position: relative;
}

.tpl_top_index #top_photo_wrap #top_photo .top_photo_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Zen Maru Gothic";
    color: #ffffff;
    z-index: 2;
    font-size: clamp(0px, 1.26vw, 2.6rem);
    width: 100%;
    text-align: center;
}

.tpl_top_index #top_photo_wrap #top_photo .slide_control_box1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -50px;
    left: 50%;
    gap: 8px;
    transform: translateX(-50%);
}

.tpl_top_index #top_photo_wrap #top_photo .slide_control_box1 .slide_pagination {
    width: auto;
    margin: 0 20px 0 0;
    display: flex;
    gap: 8px;
}

.tpl_top_index #top_photo_wrap #top_photo .slide_control_box1 .slide_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #74DBD3;
}

.tpl_top_index #top_photo_wrap #top_photo .slide_control_box1 .slide_control_stop {
    display: none;
}

.tpl_top_index #top_photo_wrap #top_photo .slide_control_box1 .slide_control_play {
    display: none;
}

.tpl_top_index #top_photo_wrap #top_photo .slide_control_box1 .slide_control_prev {
    background-image: url(/img/top/icon-slide-prev.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    outline: none;
    border-radius: 4px;
    background-color: #E5F9F2;
    border: 1px solid #74DBD3;
    background-position: center;
    background-size: 16px;
}

.tpl_top_index #top_photo_wrap #top_photo .slide_control_box1 .slide_control_next {
    background-image: url(/img/top/icon-slide-next.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    outline: none;
    border-radius: 4px;
    background-color: #E5F9F2;
    border: 1px solid #74DBD3;
    background-position: center;
    background-size: 16px;}

.tpl_top_index #top_photo_wrap #top_photo .slide_control_box1 .slide_control_pause {
    background-image: url(/img/top/icon-slide-pause.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    outline: none;
    border-radius: 4px;
    background-color: #E5F9F2;
    border: 1px solid #74DBD3;
    background-position: center;
    background-size: 11px;
}

.tpl_top_index #top_photo_wrap #top_photo .slide_control_box1 .slide_control_prev:hover,
.tpl_top_index #top_photo_wrap #top_photo .slide_control_box1 .slide_control_next:hover,
.tpl_top_index #top_photo_wrap #top_photo .slide_control_box1 .slide_control_pause:hover {
    background-color: #C1F0E1;
}


.tpl_top_index #top_photo_wrap #top_photo_right {
    width: 18.73%;
    max-width: 285px;
}

.tpl_top_index #mymainback {
    width: 100%;
    padding: 0;
}

.tpl_top_index #mymainback #main .top_bg_img_wrap {
    background-image: url(/img/top/top-bg01.jpg), url(/img/top/top-bg02.jpg);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 287px auto, 327px auto;
}

.tpl_top_index #mymainback #main .top_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.tpl_top_index #mymainback #main .top_wrap .top_global_menu {
    margin: 0 0 80px;
}

.tpl_top_index #mymainback #main .top_wrap .top_global_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 14px;
}

.tpl_top_index #mymainback #main .top_wrap .top_global_menu ul li {
    width: 189px;
}

.tpl_top_index #mymainback #main .top_wrap .top_global_menu ul li a {
    padding: 113px 4px 22px;
    width: 100%;
    display: block;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 2.0rem;
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center top 30px;
    font-weight: 700;
    font-size: 1.7rem;
    color: #333333;
    background-color: #E5F9F2;
    border: 2px solid #74DBD3;
}

.tpl_top_index #mymainback #main .top_wrap .top_global_menu ul li a:hover {
    background-color: #C1F0E1;
}

.tpl_top_index #mymainback #main .top_wrap .top_global_menu ul li a.icon-global-menu01 {
    background-image: url(/img/top/icon-global-menu01.png);
}

.tpl_top_index #mymainback #main .top_wrap .top_global_menu ul li a.icon-global-menu02 {
    background-image: url(/img/top/icon-global-menu02.png);
}

.tpl_top_index #mymainback #main .top_wrap .top_global_menu ul li a.icon-global-menu03 {
    background-image: url(/img/top/icon-global-menu03.png);
}

.tpl_top_index #mymainback #main .top_wrap .top_global_menu ul li a.icon-global-menu04 {
    background-image: url(/img/top/icon-global-menu04.png);
}

.tpl_top_index #mymainback #main .top_wrap .top_global_menu ul li a.icon-global-menu05 {
    background-image: url(/img/top/icon-global-menu05.png);
}

.tpl_top_index #mymainback #main .top_wrap .top_global_menu ul li a.icon-global-menu06 {
    background-image: url(/img/top/icon-global-menu06.png);
}

.tpl_top_index #mymainback #main .top_wrap .top_global_menu ul li a.icon-global-menu07 {
    background-image: url(/img/top/icon-global-menu07.png);
}


.tpl_top_index #mymainback #main .top_wrap #top_important {
    display: flex;
    padding: 0;
    border-radius: 8px;
    background: none;
    overflow: hidden;
    border: 2px solid #D01B3D;
    margin: 0 0 80px;
}

.tpl_top_index #mymainback #main .top_wrap #top_important .top_important_ttl {
    width: 240px;
    background-color: #D01B3D;
    padding: 110px 10px 70px;
    box-sizing: border-box;
    background-image: url(/img/top/icon-important.png);
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: center top 63px;
}

.tpl_top_index #mymainback #main .top_wrap #top_important .top_important_ttl h2 {
    color: #ffffff;
    font-size: 2.0rem;
    margin: 0;
}

.tpl_top_index #mymainback #main .top_wrap #top_important .top_important_list {
    width: 100%;
    flex: 1;
    padding: 30px 30px 20px;
}

.tpl_top_index #mymainback #main .top_wrap #top_important .top_important_list ul {}

.tpl_top_index #mymainback #main .top_wrap #top_important .top_important_list ul li {
    border-bottom: 1px solid #E6E6E6;
    padding: 0 0 10px;
    margin: 0 0 15px;
}

.tpl_top_index #mymainback #main .top_wrap #top_important .top_important_list ul li .article_date {
    font-size: 1.4rem;
    vertical-align: middle;
}

.tpl_top_index #mymainback #main .top_wrap #top_important .top_important_list ul li .article_title {
    font-size: 1.6rem;
}

.tpl_top_index #mymainback #main .top_wrap #top_important .top_important_list ul li .article_title a {
    color: #1A0DAB;
}

.tpl_top_index #mymainback #main .top_wrap #top_important .top_important_list .link_box {
    justify-content: end;
}

.tpl_top_index #mymainback #main .top_wrap #top_important .top_important_list .link_box .link_ichiran {
    width: 155px;
}

.tpl_top_index #mymainback #main .top_wrap #top_important .top_important_list .link_box .link_ichiran a {
    border-radius: 100px;
    border: 2px solid #EFEFEF;
}

.tpl_top_index #mymainback #main .top_wrap #top_important .top_important_list .link_box .link_rss {
    width: 155px;
}

.tpl_top_index #mymainback #main .top_wrap #top_important .top_important_list .link_box .link_rss a {
    border-radius: 100px;
    border: 2px solid #EFEFEF;
}

.tpl_top_index #mymainback #main .top_wrap .top_news {
    margin: 0 0 80px;
}

.tpl_top_index #mymainback #main .top_wrap .top_news h2 {
    text-align: center;
    margin: 0 0 32px;
}

.tpl_top_index #mymainback #main .top_wrap .top_news h2 span {
    position: relative;
    font-family: "Zen Maru Gothic";
    font-size: 3.2rem;
    font-weight: 700;
    position: relative;
}

.tpl_top_index #mymainback #main .top_wrap .top_news h2 span::before {
    content: "";
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 4px;
    background-color: #74DBD3;
}

.tpl_top_index #mymainback #main .top_wrap .top_news h2 span::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 4px;
    background-color: #74DBD3;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap {
    display: flex;
    gap: 28px;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap .top_news_koho {
    box-shadow: 0 0 10px 0 rgba(80, 80, 80, 0.20);
    width: 328px;
    min-height: 600px;
    padding: 44px;
    box-sizing: border-box;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap .top_news_koho h3 {
    font-size: 1.6rem;
    margin: 0 0 45px;
    position: relative;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap .top_news_koho h3::after {
    content: "";
    display: block;
    position: absolute;
    width: 79px;
    height: 4px;
    background: #74DBD3;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap .top_news_koho h3 strong {
    font-size: 2.0rem;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap .top_news_koho ul.banner_list {
    margin: 0 0 25px;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap .top_news_koho ul.banner_list li {
    width: 100%;
    display: none;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap .top_news_koho ul.banner_list li:first-of-type {
    display: block;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap .top_news_koho>a {
    width: 100%;
    border: 2px solid #EFEFEF;
    border-radius: 100px;
    text-decoration: none;
    color: #333333;
    display: flex;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 25px;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap {
    flex: 1;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_title {}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_title ul {
    gap: 16px;
    border-bottom: 2px solid #74DBD3;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_title ul li {}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_title ul li button {
    border: 2px solid #74DBD3;
    border-radius: 8px 8px 0 0;
    color: #333333;
    font-size: 2.0rem;
    margin: 0 0 -2px 0;
    padding: 30px 10px 20px;
    background: #E5F9F2;
    position: relative;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_title ul li[aria-selected="true"] button {
    border-bottom: 2px solid #ffffff;
    color: #333333;
    background: #ffffff;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_title ul li[aria-selected="true"] button::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100px;
    height: 4px;
    background-color: #74DBD3;
    transform: translateX(-50%);
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail {
    padding: 40px 0;
    border: none;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .top_tab_detail_list ul li {
    margin: 0 0 24px;
    padding: 0 0 24px;
    border-bottom: 1px solid #EFEFEF;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .top_tab_detail_list ul li .article_date {
    font-size: 1.4rem;
    vertical-align: middle;
    width: calc(14em + 10px);
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .top_tab_detail_list ul li .article_date .icon_new {
    vertical-align: middle;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .top_tab_detail_list ul li .article_title {
    font-size: 1.6rem;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .top_tab_detail_list ul li .article_title a {
    color: #1A0DAB;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .link_box {
    padding: 0;
    margin: 40px 0 0;
    justify-content: end;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .link_box .link_ichiran {
    width: 180px;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .link_box .link_ichiran a {
    background-color: #ffffff;
    border: 2px solid #EFEFEF;
    border-radius: 100px;
    padding: 10px 0;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .link_box .link_rss {
    width: 180px;
}

.tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .link_box .link_rss a {
    background-color: #ffffff;
    border: 2px solid #EFEFEF;
    border-radius: 100px;
    padding: 10px 0;
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide {
    margin: 0 0 80px;
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide h2 {
    text-align: center;
    margin: 0 0 32px;
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide h2 span {
    position: relative;
    font-family: "Zen Maru Gothic";
    font-size: 3.2rem;
    font-weight: 700;
    position: relative;
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide h2 span::before {
    content: "";
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 4px;
    background-color: #74DBD3;
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide h2 span::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 4px;
    background-color: #74DBD3;
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 34px;
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide ul li {
    width: 163px;
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide ul li a {
    color: #333333;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    padding: 106% 0 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    position: relative;
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide ul li a::before {
    content: "";
    display: block;
    border: 1px solid #74DBD3;
    border-radius: 100%;
    width: 100%;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide ul li a::after {
    content: "";
    display: block;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 90%;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    left: 6%;
    transform: translateY(6%);
    overflow: hidden;
    transition: all 1s ease;
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide ul li a:hover::after {
    background-size: 120%;
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide ul li a.icon-life-guide01::after {
    background-image: url(/img/top/icon-life-guide01.png);
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide ul li a.icon-life-guide02::after {
    background-image: url(/img/top/icon-life-guide02.png);
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide ul li a.icon-life-guide03::after {
    background-image: url(/img/top/icon-life-guide03.png);
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide ul li a.icon-life-guide04::after {
    background-image: url(/img/top/icon-life-guide04.png);
}

.tpl_top_index #mymainback #main .top_wrap .top_life_guide ul li a.icon-life-guide05::after {
    background-image: url(/img/top/icon-life-guide05.png);
}


.tpl_top_index #mymainback #main .top_wrap .top_topics {
    margin: 0 0 80px;
}

.tpl_top_index #mymainback #main .top_wrap .top_topics h2 {
    text-align: center;
    margin: 0 0 32px;
}

.tpl_top_index #mymainback #main .top_wrap .top_topics h2 span {
    position: relative;
    font-family: "Zen Maru Gothic";
    font-size: 3.2rem;
    font-weight: 700;
    position: relative;
}

.tpl_top_index #mymainback #main .top_wrap .top_topics h2 span::before {
    content: "";
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 4px;
    background-color: #74DBD3;
}

.tpl_top_index #mymainback #main .top_wrap .top_topics h2 span::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 4px;
    background-color: #74DBD3;
}

.tpl_top_index #mymainback #main .top_wrap .top_topics .top_tab_detail_box2 {
    box-shadow: 0 0 10px 0 rgba(80, 80, 80, 0.20);
    padding: 50px 50px 24px;
}

.tpl_top_index #mymainback #main .top_wrap .top_topics .top_tab_detail_list ul li {
    margin: 0 0 24px;
    padding: 0 0 24px;
    border-bottom: 1px solid #EFEFEF;
}

.tpl_top_index #mymainback #main .top_wrap .top_topics .top_tab_detail_list ul li .article_date {
    font-size: 1.4rem;
    vertical-align: middle;
    width: calc(14em + 10px);
}

.tpl_top_index #mymainback #main .top_wrap .top_topics .top_tab_detail_list ul li .article_date .icon_new {
    vertical-align: middle;
}

.tpl_top_index #mymainback #main .top_wrap .top_topics .top_tab_detail_list ul li .article_title {
    font-size: 1.6rem;
}

.tpl_top_index #mymainback #main .top_wrap .top_topics .top_tab_detail_list ul li .article_title a {
    color: #1A0DAB;
}

.tpl_top_index #mymainback #main .top_wrap .top_topics .link_box {
    padding: 0;
    margin: 40px 0 0;
    justify-content: end;
}

.tpl_top_index #mymainback #main .top_wrap .top_topics .link_box .link_ichiran {
    width: 180px;
}

.tpl_top_index #mymainback #main .top_wrap .top_topics .link_box .link_ichiran a {
    background-color: #ffffff;
    border: 2px solid #EFEFEF;
    border-radius: 100px;
    padding: 10px 0;
}

.tpl_top_index #mymainback #main .top_wrap .top_topics .link_box .link_rss {
    width: 180px;
}

.tpl_top_index #mymainback #main .top_wrap .top_topics .link_box .link_rss a {
    background-color: #ffffff;
    border: 2px solid #EFEFEF;
    border-radius: 100px;
    padding: 10px 0;
}

.tpl_top_index #mymainback #main .top_bg_blue_wrap {
    background: #E5F9F2;
    padding: 96px 0;
}

.tpl_top_index #mymainback #main .top_wrap .top_about {
    margin: 0;
}

.tpl_top_index #mymainback #main .top_wrap .top_about h2 {
    text-align: center;
    margin: 0 0 32px;
}

.tpl_top_index #mymainback #main .top_wrap .top_about h2 span {
    position: relative;
    font-family: "Zen Maru Gothic";
    font-size: 3.2rem;
    font-weight: 700;
    position: relative;
}

.tpl_top_index #mymainback #main .top_wrap .top_about h2 span::before {
    content: "";
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 4px;
    background-color: #74DBD3;
}

.tpl_top_index #mymainback #main .top_wrap .top_about h2 span::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 4px;
    background-color: #74DBD3;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout {
    gap: 24px;
    display: flex;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout01 {
    box-shadow: 0 0 10px 0 rgba(80, 80, 80, 0.20);
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 30px 60px;
    width: 405px;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout01 h3 {
    margin: 0 0 70px;
    font-size: 2.0rem;
    position: relative;
    text-align: center;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout01 h3 strong {
    font-size: 2.3rem;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout01 h3::after {
    content: "";
    display: block;
    position: absolute;
    width: 79px;
    height: 4px;
    background: #74DBD3;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout01 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout01 ul li a {
    color: #333333;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout01 ul li a::after {
    content: "";
    background-image: url(/img/common/icon-target-blank.png);
    margin: 0 0 0 10px;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout01 ul li a img {
    width: 32px;
    vertical-align: middle;
    margin: 0 16px 0 0;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout03 ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 18px;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout03 ul li {
    width: 245px;
    border-radius: 8px;
    background: var(--rgb-255255255, #FFF);
    box-shadow: 0 0 10px 0 rgba(80, 80, 80, 0.20);
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout03 ul li a {
    font-size: 1.6rem;
    padding: 214px 25px 30px;
    color: #333333;
    text-decoration: none;
    border-radius: 8px;
    background-color: #ffffff;
    display: block;
    font-weight: 700;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout03 ul li:nth-of-type(1) a {
    background-image: url(/img/top/icon-about01.jpg);
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout03 ul li:nth-of-type(2) a {
    background-image: url(/img/top/icon-about02.jpg);
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout03 ul li:nth-of-type(3) a {
    background-image: url(/img/top/icon-about03.jpg);
}


.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 {
    box-shadow: 0 0 10px 0 rgba(80, 80, 80, 0.20);
    background: #ffffff;
    border-radius: 16px;
    padding: 26px 55px;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 h3 {
    margin: 0 0 40px;
    font-size: 2.0rem;
    position: relative;
    text-align: center;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 h3 strong {
    font-size: 2.3rem;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 h3::after {
    content: "";
    display: block;
    position: absolute;
    width: 79px;
    height: 4px;
    background: #74DBD3;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou {
    margin: 0;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box .top_jinkou_list dl {
    display: block;
    text-align: center;
    padding: 72px 0 0 0;
    font-size: 1.6rem;
    width: 100px;
    background-repeat: no-repeat;
    background-size: 66px;
    background-position: center top;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box .top_jinkou_list dl:nth-of-type(1) {
    background-image: url(/img/top/icon-jinkou01.png);
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box .top_jinkou_list dl:nth-of-type(2) {
    background-image: url(/img/top/icon-jinkou02.png);
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box .top_jinkou_list dl:nth-of-type(3) {
    background-image: url(/img/top/icon-jinkou03.png);
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box .top_jinkou_list dl:nth-of-type(4) {
    background-image: url(/img/top/icon-jinkou04.png);
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box .top_jinkou_list dl dt {
    display: block;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box .top_jinkou_list dl dd {
    display: block;
    font-weight: 700;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box .top_jinkou_link_box a {
    font-size: 1.6rem;
    color: #333333;
    text-decoration: none;
    display: block;
    width: 149px;
    padding: 7px;
    border: 1px solid #24406B;
    border-radius: 100px;
    text-align: center;
    margin: 0 0 8px;
}

.tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box .top_jinkou_link_box .top_jinkou_date {
    font-size: 1.4rem;
    text-align: center;
}

.tpl_top_index #mymainback #main .top_bg_white_wrap {
    background: #ffffff;
    padding: 80px 0;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect {
    margin: 0 0 80px;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect h2 {
    text-align: center;
    margin: 0 0 32px;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect h2 span {
    position: relative;
    font-family: "Zen Maru Gothic";
    font-size: 3.2rem;
    font-weight: 700;
    position: relative;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect h2 span::before {
    content: "";
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 4px;
    background-color: #74DBD3;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect h2 span::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 4px;
    background-color: #74DBD3;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect #top_banner_2_list {}

.tpl_top_index #mymainback #main .top_wrap .top_connect #top_banner_2_list ul {
    padding: 0;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect #top_banner_2_list img {
    width: 378px;
    height: auto;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect .slide_control_box1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect .slide_control_box1 .slide_pagination {
    width: auto;
    margin: 0 20px 0 0;
    display: flex;
    gap: 8px;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect .slide_control_box1 .slide_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #74DBD3;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect .slide_control_box1 .slide_control_stop {
    display: none;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect .slide_control_box1 .slide_control_play {
    display: none;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect .slide_control_box1 .slide_control_prev {
    background-image: url(/img/top/icon-slide-prev.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    outline: none;
    border-radius: 4px;
    background-color: #E5F9F2;
    border: 1px solid #74DBD3;
    background-position: center;
    background-size: 16px;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect .slide_control_box1 .slide_control_next {
    background-image: url(/img/top/icon-slide-next.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    outline: none;
    border-radius: 4px;
    background-color: #E5F9F2;
    border: 1px solid #74DBD3;
    background-position: center;
    background-size: 16px;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect .slide_control_box1 .slide_control_pause {
    background-image: url(/img/top/icon-slide-pause.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    outline: none;
    border-radius: 4px;
    background-color: #E5F9F2;
    border: 1px solid #74DBD3;
    background-position: center;
    background-size: 11px;
}

.tpl_top_index #mymainback #main .top_wrap .top_connect .slide_control_box1 .slide_control_prev:hover,
.tpl_top_index #mymainback #main .top_wrap .top_connect .slide_control_box1 .slide_control_next:hover,
.tpl_top_index #mymainback #main .top_wrap .top_connect .slide_control_box1 .slide_control_pause:hover {
    background-color: #C1F0E1;
}

.tpl_top_index #mymainback #main .top_wrap .top_banner {
    margin: 0 0 80px;
}

.tpl_top_index #mymainback #main .top_wrap .top_banner h3 {
    font-size: 2.3rem;
    position: relative;
    padding: 0 0 0 24px;
}

.tpl_top_index #mymainback #main .top_wrap .top_banner h3::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    background: #74DBD3;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tpl_top_index #mymainback #main .top_wrap .top_banner .banner_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.tpl_top_index #mymainback #main .top_wrap .top_banner .banner_list li {
    width: 180px;
}

@media screen and (max-width: 670px) {
    .tpl_top_index #top_photo_wrap {
        padding: 15px;
        margin: 0 0 60px;
    }

    .tpl_top_index #top_photo_wrap #top_photo_left {
        display: none;
    }

    .tpl_top_index #top_photo_wrap #top_photo {
        width: 100%;
    }

    .tpl_top_index #top_photo_wrap #top_photo .top_photo_text {
        font-size: clamp(0px, 4.26vw, 1.6rem);
    }

    .tpl_top_index #top_photo_wrap #top_photo #top_photo_list {
        border-radius: 16px;
    }

    .tpl_top_index #top_photo_wrap #top_photo #top_photo_list img {
aspect-ratio: 335 / 374;
    height: auto;
        object-fit: cover;
    }

    .tpl_top_index #top_photo_wrap #top_photo_right {
        display: none;
    }

    .tpl_top_index #mymainback {
        margin: 0;
    }

    .tpl_top_index #mymainback #main .top_bg_img_wrap {
        padding: 0;
    }

    .tpl_top_index #mymainback #main .top_wrap {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_global_menu {
        margin: 0 0 40px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_global_menu ul {
        flex-wrap: wrap;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_global_menu ul li {
        width: calc(50% - 8px);
    }

    .tpl_top_index #mymainback #main .top_wrap .top_global_menu ul li a {
        background-size: 40px;
        padding: 80px 10px 22px;
        font-size: 1.6rem;
    }

    .tpl_top_index #mymainback #main .top_wrap #top_important {
        display: block;
        margin: 0 0 40px;
    }

    .tpl_top_index #mymainback #main .top_wrap #top_important .top_important_ttl {
        width: 100%;
        padding: 16px;
        background-image: none;
    }

    .tpl_top_index #mymainback #main .top_wrap #top_important .top_important_list {
        padding: 20px;
        box-sizing: border-box;
    }

    .tpl_top_index #mymainback #main .top_wrap #top_important .top_important_list ul {}

    .tpl_top_index #mymainback #main .top_wrap #top_important .top_important_list .link_box {
        justify-content: center;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news {
        margin: 0 0 40px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap {
        flex-direction: column-reverse;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap .top_news_koho {
        width: 100%;
        padding: 40px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap .top_news_koho h3 {
        text-align: center;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap .top_news_koho ul.banner_list {
        justify-content: center;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap .top_news_koho>a:last-of-type {
        margin: 0;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap {
        flex: 1;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_title {
        display: block;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_title ul {
        gap: 6px;
        border-bottom: 2px solid #74DBD3;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_title ul li {}

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_title ul li button {
        border: 2px solid #74DBD3;
        border-radius: 8px 8px 0 0;
        color: #333333;
        font-size: 1.6rem;
        margin: 0 0 -2px 0;
        background: #E5F9F2;
        position: relative;
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        min-height: 90px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_title ul li[aria-selected="true"] button {
        border-bottom: 2px solid #ffffff;
        color: #333333;
        background: #ffffff;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_title ul li[aria-selected="true"] button::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0px;
        width: 40px;
        height: 4px;
        background-color: #74DBD3;
        transform: translateX(-50%);
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .top_tab_detail_box {
        display: none !important;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .top_tab_detail_box.detail_on {
        display: block !important;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail {
        padding: 0;
        border: none;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .top_tab_detail_list ul li {
        margin: 0 0 24px;
        padding: 0 0 24px;
        border-bottom: 1px solid #EFEFEF;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .top_tab_detail_list ul li .article_date {
        font-size: 1.4rem;
        vertical-align: middle;
        width: calc(14em + 10px);
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .top_tab_detail_list ul li .article_title {
        font-size: 1.6rem;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .top_tab_detail_list ul li .article_title a {
        color: #1A0DAB;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .link_box {
        padding: 0;
        margin: 40px 0 0;
        justify-content: end;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .link_box .link_ichiran {
        width: 180px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .link_box .link_ichiran a {
        background-color: #ffffff;
        border: 2px solid #EFEFEF;
        border-radius: 100px;
        padding: 10px 0;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .link_box .link_rss {
        width: 180px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_news .top_news_wrap #top_tab_wrap #top_tab_detail .link_box .link_rss a {
        background-color: #ffffff;
        border: 2px solid #EFEFEF;
        border-radius: 100px;
        padding: 10px 0;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_life_guide {
        margin: 0 0 40px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_life_guide ul {
        flex-wrap: wrap;
        justify-content: start;
        gap: 16px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_life_guide ul li {
        width: calc(50% - 8px);
    }

    .tpl_top_index #mymainback #main .top_wrap .top_topics {
        margin: 0 0 40px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_topics h2 {
        background: none;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_topics h2 span {
        background: none;
        padding: 0;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_topics .top_tab_detail_box2 {
        display: block;
        padding: 20px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_topics .link_box {
        justify-content: center;
    }

    .tpl_top_index #mymainback #main .top_bg_blue_wrap {
        padding: 40px 0;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_about {
        margin: 0;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout {
        flex-direction: column-reverse;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout01 {
        box-sizing: border-box;
        width: 100%;
        padding: 20px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout01 h3 {
        margin: 0 0 40px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout03 ul {
        flex-direction: column;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout03 ul li {
        width: 100%;
        min-height: 120px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout03 ul li a {
        padding: 50px 184px 50px 24px;
        background-size: 50%;
        background-position: right top;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 {
        padding: 20px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box {
        flex-wrap: wrap;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box .top_jinkou_list {
        gap: 6px;
        justify-content: center;
        margin: 0 0 20px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box .top_jinkou_list dl {
        width: 70px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box .top_jinkou_list dl dt {
        display: block;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box .top_jinkou_list dl dd {
        font-size: 1.4rem;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_about .top_about_layout .top_about_layout02 .top_about_layout04 .top_jinkou .top_jinkou_box .top_jinkou_link_box {
        display: flex;
        align-items: center;
    }

    .tpl_top_index #mymainback #main .top_bg_white_wrap {
        padding: 40px 0;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_connect {
        margin: 0 0 40px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_connect #top_banner_2_list {}

    .tpl_top_index #mymainback #main .top_wrap .top_connect #top_banner_2_list ul {
        padding: 0;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_connect #top_banner_2_list img {
        width: 378px;
        height: auto;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_banner {
        margin: 0 0 40px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_banner .banner_list {
        gap: 14px;
    }

    .tpl_top_index #mymainback #main .top_wrap .top_banner .banner_list li {
        width: calc(50% - 7px);
    }
}