#wrap {padding-top: 5.5rem;min-height: 100vh;width: 100%;max-width: 1000px;margin: 0 auto;}
#wrap.index {background: url(../img/index.png) no-repeat center / cover;}


/* header */
header {position: fixed;left: 50%;top: 0;transform: translateX(-50%);width: 100%;height: 5.5rem;display: flex;justify-content: space-between;align-items: center;padding: 0 2rem;max-width: 1000px;background-color: #fff;z-index: 100;}
header .prev {height: 100%;width: 4rem;background: url(../img/prev.png) no-repeat 0 center / 1rem;}
header .home {height: 100%;width: 4rem;background: url(../img/header_logo.png) no-repeat 100% center / 1rem;}
header .logo {display: none;}
header .logo img {height: 3.5rem;width: fit-content;}
header h1 {font-weight: 800;font-size: 1.8rem;line-height: 1.3;color: #313131;}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    display: block;
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

header.home {justify-content: center;}
header.home .logo {display: block;}
header.home .prev {display: none;}
header.home .home {display: none;}
header.home h1 {display: none;}


.content {padding: 2rem;}
.content h2 {font-size: 2rem;line-height: 1.3;font-weight: 900;padding-bottom: 1.5rem;}
.content h2 b {color: #fff;font-weight: 700;font-size: inherit;padding: .1rem .2rem;background-color: #26467e;}
.content .banners {display: grid;grid-template-columns: repeat(2, 1fr);gap: 1rem;}
.content .banners > a {min-height: 15rem;border-radius: .5rem;background-color: #2f4668;padding: 1.5rem 1.5rem 2rem;box-shadow: .2rem .2rem .3rem rgba(0, 0, 0, .3);display: flex;flex-direction: column;justify-content: space-between;}
.content .banners > a:nth-of-type(2),
.content .banners > a:nth-of-type(3),
.content .banners > a:nth-of-type(6) {background-color: #0051c9;}
.content .banners > a img {height: 4rem;width: 4rem;object-fit: contain;}
.content .banners > a p {font-size: 1.6rem;font-weight: bold;color: #fff;}
.fullbanner {margin-bottom: 2rem;display: block;}
.fullbanner img {width: 100%;}


.swiper {height: fit-content;}
.slider_intro {padding: 12rem 2rem 0 !important;background: url(../img/slide_bg.png) no-repeat center calc(100% - 2rem) / cover;margin-top: 4rem;}
.slider_intro .swiper-wrapper a {padding: 2.5rem 0 4rem;border-radius: .5rem;display: flex;flex-direction: column;align-items: center;background-image: linear-gradient(60deg,#cbecf8 0, #d0e0ff 100%);}
.slider_intro .swiper-wrapper a h3 {font-size: 2.2rem;font-weight: 900;margin-bottom: 1rem;}
.slider_intro .swiper-wrapper a span {display: block;font-size: 1.6rem;font-weight: bold;padding: .7rem 3rem;border-radius: 10rem;width: fit-content;color: #fff;background-color: #007bad;}
.slider_intro .swiper-wrapper a.s2 {background-image: linear-gradient(60deg,#dbe9d7 0, #f4e1e5 100%);}
.slider_intro .swiper-wrapper a.s2 h3 {color: #666;}
.slider_intro .swiper-wrapper a.s2 span {background-color: #545a55;}


.slider_news {box-shadow: .2rem .3rem .5rem rgba(0, 0, 0, .1);border-radius: .5rem;}
.slider_news .swiper-wrapper a h3 {font-size: 1.8rem;font-weight: bold;line-height: 1.4;padding: 2rem 2rem 3.5rem;word-break: break-all;}
.swiper-pagination {left: 50% !important;bottom: 1.3rem !important;transform: translateX(-50%);width: fit-content !important;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: .2rem !important;}
.swiper-pagination-bullet {background-color: #b5b5b6 !important;opacity: 1 !important;}
.swiper-pagination-bullet-active {background-color: #2a4265 !important;}


/* news */
.news .box {height:10rem;display: flex;margin-bottom: .5rem;}
.news .box img {width: 45vw;height: 100%;object-fit: cover;}
.news .box span {display: flex;flex-direction: column;justify-content: space-between;height: 100%;width: 65vw;padding: 1rem;}
.news .box span .t1 {font-size: 1.6rem;font-weight: bold;line-height: 1.4;margin-bottom: .5rem;}
.news_sub {padding: 2rem;}
.news_sub .box {border-radius: .5rem;padding: 2rem 1.5rem;box-shadow: 0 0 .7rem rgba(0, 0, 0, .1);}
.news_sub .date {font-size: 1.2rem;color: #3e3a39;}
.news_sub h2 {font-size: 1.8rem;font-weight: 800;color: #3e3a39;line-height: 1.3;padding: 1.5rem 0;margin-bottom: 2rem;border-bottom: 1px solid #ddd;}
.news_sub pre {font-size: 1.6rem;line-height: 1.4;color: #767575;margin-bottom: 1.5rem;}
.news_sub img {display: block;width: 100%;}
.news_sub a.newslink {display: flex;justify-content: center;align-items: center;text-align: center;color: #fff;font-size: 1.6rem;font-weight: bold;margin-top: 1.5rem;padding: 1.5rem;background-color: #004fc8;}


/* mean */
.mean {padding: 2rem;}
.mean h2 {font-size: 1.8rem;color: #fff;padding: .8rem 3.2rem;border-radius: 10rem;background-color: #004fc8;display: block;margin: 0 auto;width: fit-content;}
.mean .desc {text-align: center;font-size: 1.4rem;color: #615f5f;line-height: 1.4;display: block;margin: 0 auto;font-weight: bold;margin-bottom: 4rem;}
.mean img {width: 100%;}
.mean .box {margin-top: 1.5rem;padding: 2.5rem 2rem;border-radius: .5rem;background-color: #f8f9fa;}
.mean .box h3 {font-size: 1.6rem;font-weight: bold;line-height: 1.4;margin-bottom: .5rem;}
.mean .box pre {font-size: 1.6rem;line-height: 1.4;color: #767575;margin-bottom: 3rem;}


/* type */
.type {padding: 1rem 2rem 2rem;}
.type .box {box-shadow: .2rem .2rem .5rem rgba(0, 0, 0, .1);margin: 1rem 0 2.5rem;padding: 2.5rem 1rem 1.5rem;border-radius: .5rem;}
.type .box h2 {font-size: 1.8rem;font-weight: 800;color: #2e4568;line-height: 1.4;}
.type .box .desc {font-size: 1.4rem;line-height: 1.4;color: #344b6c;margin-bottom: 2rem;}
.type .box span {font-size: 1.6rem;line-height: 1.4;color: #767575;margin: .5rem 0;display: flex;gap: .5rem;}
.type .box span em {padding: .3rem .8rem;background-color: #004fc8;color: #fff;font-size: 1.4rem;border-radius: 10rem;display: block;height: fit-content;margin-top: .3rem;width: fit-content;}


/* qna_wrap */
.qna_wrap {margin: 2rem;padding: 1.5rem;border-radius: 1rem;overflow: hidden;background-color: #f8f9fa;}
.qna_wrap .box {border-top: 1px solid #ddd;}
.qna_wrap .box:first-of-type {border-top: none;}
.qna_wrap .box .opener {position: relative;font-size: 1.6rem;line-height: 1.4;font-weight: 800;color: #3a455d;padding: 1.5rem 2.5rem 1.5rem 3rem;background: url(../img/qna_open.png) no-repeat calc(100% - 1rem) center / 1.3rem;display: flex;justify-content: space-between;align-items: center;}
.qna_wrap .box .opener::before {content: "";position: absolute;left: .5rem;top: 1.6rem;height: 2rem;width: 2rem;background: url(../img/qna_deco_q.png) no-repeat center / contain;}
.qna_wrap .box.open .opener {background: url(../img/qna_close.png) no-repeat calc(100% - 1rem) center / 1.3rem;}
.qna_wrap .box .opener img {width: 1.5rem;}
.qna_wrap .box .opened {display: none;border-top: 1px solid #c5cedd;}
.qna_wrap .box.open .opened {display: block;}
.qna_wrap .box .opened pre {position: relative;font-size: 1.4rem;line-height: 1.6;color: #004fc8;background-color: #fff;padding: 1rem 1.5rem 1rem 4.5rem;}
.qna_wrap .box .opened pre::before {content:"";position: absolute;left: 1.5rem;top: 1.4rem;height: 1.8rem;width: 1.8rem;background: url(../img/qna_deco_a.png) no-repeat center / contain;}
.qna_wrap .box .opened pre b {line-height: inherit;font-size: inherit;font-weight: 800;color: inherit;}
.qna_wrap .box .opened pre a {font-size: inherit;font-weight: inherit;color: inherit;line-height: inherit;}
#page_title {font-size: 2.2rem;font-weight: 900;color: #26467e;line-height: 1.4;margin-bottom: 4rem;}


/* howto */
.howto {padding: 2rem;}
.howto h2 {font-size: 1.6rem;color: #fff;padding: .5rem 2rem;border-radius: 10rem;margin-bottom: 1.5rem;background-color: #0051c9;}
.howto h3 {font-size: 1.6rem;font-weight: 100;line-height: 1.4;color: #3e3a39;font-weight: bold;margin-bottom: 2rem;}
.howto pre {font-size: 1.6rem;color: #4a4848;line-height: 1.4;margin-bottom: 3rem;}

/* news */
.news-inner {}
.news-inner h2 {
    font-size: 1.9rem;
    font-weight: 800;
    padding-bottom: 3rem;
    padding: 2rem;
}
.news-article {
    height: 12rem;
    display: flex;align-items: center;
    margin: 1rem 0;
}
.news-article img {
    width: 47%;
    height: 100%;
    object-fit: cover;
}
.news-article span {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 53%;
    height: 100%;
    padding: 1rem;
}
.news-article span h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: .5rem;
}
.news-article span p {
    font-size: 1.4rem;
    
}
/* home- news swiper */
.mySwiper {
    width: 100%;
}