@charset "utf-8";

/* pattern common
================================================== */
.gallery_list{
    display: flex;
    flex-flow: row wrap;
}
.gallery_list .item{
    list-style: none;
}
.gallery_list a{
    display: flex;
    flex-direction: column;
    background-color: transparent;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.gallery_list .item_img{
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 5px 18px 2px rgba(0, 51, 103, 0.25);
    border-radius: 10px;
    overflow: hidden;
    color: #222222;
}
.gallery_list .item_img:before,
.sec_mainvisual_warning .special_post > a > span.img:before,
.sec_mainvisual_warning .warning_related ul > li > a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #047cc1;
    border-radius: 10px;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
}
.gallery_list .item_img img{
    vertical-align: top;
    width: 100%;
    height: auto;
}
.gallery_list .item_date{
    margin-bottom: 2px;
    font-size: 77.8%;
    line-height: 1.3;
    font-weight: bold;
}
.gallery_list .item_des{
    display: inline-block;
	padding: 3px 0 3px 17px;
	background: transparent url(/shared/images/icon/arrow_link_bl.png) no-repeat 0 11px;
    font-weight: 500;
    font-size: 88.9%;
    line-height: 1.6;
    color: inherit;
}
.gallery_list a:hover .item_img:before,
.sec_mainvisual_warning .special_post > a:hover > span.img:before,
.sec_mainvisual_warning .warning_related ul > li > a:hover:before{
    opacity: 1;
}
.gallery_list a:hover .item_des{
    text-decoration: underline;
}

/* mainvisual style
================================================== */
.sec_mainvisual{
    position: relative;
}
.sec_mainvisual .splide__slide{
    position: relative;
    height: 810px;
    overflow: hidden;
}
.sec_mainvisual .splide__slide > p{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 1440px;
    transform: translate(-50%, -50%);
}
.sec_mainvisual .splide__slide img{
    vertical-align: top;
    width: 100%;
    height: auto;
}
.sec_mainvisual .splide__controls{
    display: flex;
    position: absolute;
    left: 0;
    left: max(0px, calc((100% - 1400px)/2));
    bottom: 30px;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1400px;
    z-index: 2;
}
.sec_mainvisual .splide__arrow{
    display: inline-block;
    position: relative;
    top: 0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center calc(50% + 1px);
    background-size: 8px auto;
    width: 44px;
    height: 44px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #0261bf;
    opacity: 1;
    text-indent: -9999px;
    transform: none;
    transition: background-color 0.3s ease-in-out, background-image 0.3s ease-in-out;
}
.sec_mainvisual .splide__arrows--ltr{
    margin-right: 20px;
}
.sec_mainvisual .splide__arrow--prev{
    left: 0;
    background-image: url(/shared/templates/top/images/arrow_prev.png);
}
.sec_mainvisual .splide__arrow--next{
    right: 0;
    background-image: url(/shared/templates/top/images/arrow_next.png);
}
.sec_mainvisual .mv_catch{
    position: absolute;
    top: 57px;
    left: 0;
    left: max(0px, calc((100% - 1366px)/2));
    margin: 0 auto;
    max-width: 1366px;
    padding: 0 20px;
    z-index: 1;
    pointer-events: none;
}
.sec_mainvisual .mv_catch p{
    background: transparent url(/shared/templates/top/images/mv_catch.png) no-repeat;
    background-size: 100% auto;
    width: 624px;
    height: 288px;
    max-width: 100%;
    color: inherit;
    text-indent: -9999px;
}
.sec_mainvisual .mv_charm{
    position: absolute;
    right: 0;
    top: 191px;
    width: 120px;
    height: 210px;
    z-index: 2;
    overflow: hidden;
}
.sec_mainvisual .mv_charm p{
    width: 100%;
    height: 100%;
}
.sec_mainvisual .mv_charm a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent url(/shared/templates/top/images/charm_btn.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    color: inherit;
    text-align: center;
    text-decoration: none;
    writing-mode: vertical-rl;
}
.sec_mainvisual .mv_charm a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/shared/templates/top/images/charm_btn_hv.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.sec_mainvisual .mv_charm a:after {
	content: '';
    width: 83px;
    height: 132px;
    position: absolute;
    left: 33px;
    top: 24px;
    background-image: url(/shared/templates/top/images/charm_txt.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
	z-index:5;
}
.sec_mainvisual .mv_charm span{
    display: inline-block;
    text-indent: -9999px;
}
.sec_mainvisual .mv_charm br{
    display: none;
}
.sec_mainvisual .mv_charm a:hover:before {
    opacity: 1;
}
.sec_mainvisual .mv_charm a:focus-visible{
    outline-offset: -2px;
}
/* hover */
.sec_mainvisual .splide__arrow:hover,
.sec_mainvisual .splide__arrow:focus-visible{
    background-color: #0261bf;
    color: #ffffff;
}
.sec_mainvisual .splide__arrow:focus-visible {
    outline: none !important;
}
.sec_mainvisual .splide__arrow--prev:hover,
.sec_mainvisual .splide__arrow--prev:focus-visible{
    background-image: url(/shared/templates/top/images/arrow_prev_wh.png);
}
.sec_mainvisual .splide__arrow--next:hover,
.sec_mainvisual .splide__arrow--next:focus-visible{
    background-image: url(/shared/templates/top/images/arrow_next_wh.png);
}
/* mainvisual warning
================================================== */
.sec_mainvisual_warning{
    color: #333333;
    background-color: #fff7d7;
    padding: 29px 0 40px;
}
.sec_mainvisual_warning .warning_wrap{
    color: #222222;
    background-color: #ffffff;
    border: 3px solid #047cc2;
    padding: 37px 57px 47px;
    border-radius: 10px;
}
.sec_mainvisual_warning .warning_ttl{
    text-align: center;
    border-bottom: 2px solid #047cc2;
    padding-bottom: 18px;
    margin-bottom: 23px;
}
.sec_mainvisual_warning .warning_ttl h2{
    font-size: 177.8%;
    color: #047cc2;
}
.sec_mainvisual_warning.red .warning_wrap{
    border-color: #c20423;
}
.sec_mainvisual_warning.red .warning_ttl{
    border-bottom-color: #c20423;
}
.sec_mainvisual_warning.red .warning_ttl h2{
    color: #c20423;
}
.sec_mainvisual_warning .info_caption{
    font-weight: bold;
    font-size: 111.1%;
    margin-bottom: 5px;
}
.sec_mainvisual_warning .info_des{
    line-height: 1.5;
    margin-bottom: 24px;
}
.sec_mainvisual_warning .warning_row{
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin-top: 19px;
    margin-bottom: 40px;
}
.sec_mainvisual_warning .warning_row .common_ttl h3{
	font-size: 122.2%;
}
.sec_mainvisual_warning .common_ttl{
    margin-bottom: 7px;
}
.sec_mainvisual_warning .special_col .common_ttl{
    margin-bottom: 14px;
}
.sec_mainvisual_warning .warning_row .news_col,
.sec_mainvisual_warning .warning_row .special_col{
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 22px 29px 25px;
}
.sec_mainvisual_warning .warning_row .news_col{
    flex: 1;
}
.sec_mainvisual_warning .warning_row .special_col{
    width: 34%;
}
.sec_mainvisual_warning .special_col .special_post > a{
    display: block;
    text-decoration: none;
    color: #222222;
    background-color: #ffffff;
}
.sec_mainvisual_warning .special_post > a > span{
    display: block;
}
.sec_mainvisual_warning .special_post > a > span.img{
    position: relative;
    margin-bottom: 11px;
    border-radius: 10px;
    box-shadow: 0 5px 18px 2px rgba(0, 51, 103, 0.25);
    overflow: hidden;
}
.sec_mainvisual_warning .special_post > a > span.img img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.sec_mainvisual_warning .special_post > a > span.link{
    font-size: 88.9%;
    line-height: 1.6;
    padding-left: 17px;
    background: transparent url(/shared/images/icon/arrow_link_bl.png) no-repeat 0 8px;
}
.sec_mainvisual_warning .special_col .special_post > a:hover .link{
    text-decoration: underline;
}
.sec_mainvisual_warning .news_col ul{
    list-style: none;
}
.sec_mainvisual_warning .news_col ul > li{
    line-height: 1.7;
}
.sec_mainvisual_warning .news_col ul > li:not(:last-child){
    margin-bottom: 17px;
}
.sec_mainvisual_warning .news_col ul > li > a{
    display: inline-block;
    color: #034a92;
    background: transparent url(/shared/templates/top/images/list_icon.png) no-repeat left 11px;
    padding-left: 15px;
}
.sec_mainvisual_warning .warning_related ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sec_mainvisual_warning .warning_related ul > li{
    width: calc((100% - 40px) / 3);
}
.sec_mainvisual_warning .warning_related ul > li > a{
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 20px 20px 19px 40px;
    font-weight: bold;
    color: #222222;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 20px center, right bottom;
    background-image: url(/shared/images/icon/arrow_link_bl.png), url(/shared/images/icon/pattern_box_wave.png);
    box-shadow: 0 5px 18px 2px rgba(0, 51, 103, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.furigana_on .sec_mainvisual_warning .warning_related ul > li > a{
    display: block;
    height: auto;
}
/* buttonHoverAnim */
.mv_charm p {
	position: relative;
}
.mv_charm p .bubble_wrap {
	position: absolute;
	bottom: -50px;
	z-index: 2;
	width: 22px;
	height: 50px;
	opacity: 0;
	pointer-events: none;
}
.mv_charm p .bubble_img {
	width: 100%;
	height: auto;
	display: block;
}
.mv_charm p .bubble_wrap.left {
	left: 45px;
}
.mv_charm p .bubble_wrap.right {
	right: 8px;
}
.mv_charm p.is-bubble .bubble_wrap.left {
	animation: bubbleUp 2.0s ease-out forwards;
}
.mv_charm p.is-bubble .bubble_wrap.right {
	animation: bubbleUp 2.0s ease-out .5s forwards;
}
.mv_charm p.is-bubble .bubble_wrap.left .bubble_img {
	animation: bubbleSwingLeft .8s ease-in-out infinite alternate !important;
}
.mv_charm p.is-bubble .bubble_wrap.right .bubble_img {
	animation: bubbleSwingRight .8s ease-in-out infinite alternate !important;
}
/* 上昇 */
@keyframes bubbleUp {
	0% {
		bottom: -10px;
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	75% {
		opacity: .6;
	}
	100% {
		bottom: 138px;
		opacity: 0;
	}
}
/* 左右ゆらぎ */
@keyframes bubbleSwingLeft {
	0% {
        transform: translateX(-12px);
    }
	100% {
        transform: translateX(8px);
    }
}
@keyframes bubbleSwingRight {
	0% {
        transform: translateX(6px);
    }
	100% {
        transform: translateX(-2px);
    }
}

/* pickup style
================================================== */
.sec_pickup{
    padding: 71px 0 35px;
}
.sec_pickup .sec_title{
    margin-bottom: 41px;
}
.sec_pickup .sec_title h2{
    padding-bottom: 33px;
    background-image: url(/shared/templates/top/images/pickup_title_txt.png);
}
.sec_pickup .pickup_content{
    display: flex;
    justify-content: center;
    gap: 0 40px;
}
.sec_pickup .gallery_list{
    gap: 40px;
    padding-top: 9px;
    max-width: calc(50% - 20px);
}
.sec_pickup .gallery_list li{
    flex: 1;
    max-width: 270px;
}
.sec_pickup .gallery_list .item_img{
    margin-bottom: 8px;
}
.sec_pickup .gallery_list .item_des{
    padding-left: 18px;
    font-size: 100%;
}
.sec_pickup .pickup_links{
    flex: 1;
}
.sec_pickup .pickup_links li{
    padding: 21px 0 22px;
    border-bottom: 1px solid #cccccc;
}
.sec_pickup .pickup_links a{
    background-position: 0 12px;
    font-size: 100%;
}
.sec_pickup .pickup_links li:first-of-type{
    padding-top: 0;
}

/* search style
================================================== */
.sec_search{
    position: relative;
    margin-top: 60px;
    padding: 124px 0 164px;
    background-repeat: no-repeat;
    background-image: url(/shared/templates/top/images/search_wave_top.png),url(/shared/templates/top/images/search_wave_btm.png), linear-gradient(#c8f2fa, #c8f2fa);
    background-size: 100% 300px, 100% 300px, 100% calc(100% - 600px);
    background-position: center top, center bottom, 0 300px;
    z-index: 1;
}
.sec_search:before,
.sec_search:after{
    content: '';
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    color: inherit;
    z-index: -1;
}
.sec_search:before{
    top: -45px;
    right: 50%;
    margin-right: 360px;
    background-image: url(/shared/templates/top/images/search_pattern_lft.png);
    width: 370px;
    height: 158px;
}
.sec_search:after{
    bottom: 26px;
    left: 50%;
    margin-left: 492px;
    background-image: url(/shared/templates/top/images/search_pattern_rgt.png);
    background-size: auto 168px;
    max-width: calc(50% - 492px);
    width: 208px;
    height: 168px;
}
.sec_search .sec_title h2{
    background-image: url(/shared/templates/top/images/search_title_txt.png);
}

/* release style
================================================== */
.release_wrapper{
    padding: 83px 0 100px;
}
.release_wrapper .sec_title h2{
    padding-bottom: 31px;
    background-image: url(/shared/templates/top/images/release_title_txt.png);
}
.release_wrapper .sec_title.press_ttl {
    margin-bottom: 18px;
}
.release_wrapper .press_link {
    text-align: right;
}
.release_wrapper .release_blog{
    padding: 25px 28px 10px;
    background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#14c0e2), to(#047cc1));
	background-image: -moz-linear-gradient(#14c0e2 0%, #047cc1 100%);
	background-image: -o-linear-gradient(#14c0e2 0%, #047cc1 100%);
	background-image: linear-gradient(#14c0e2 0%, #047cc1 100%);
	background-size: 1px 100%;
	background-repeat: no-repeat;
	border:1px solid #e6e6e6;
	border-radius: 6px;
    color: #222222;
}
.release_wrapper .common_ttl{
    margin-bottom: 7px;
}
.release_wrapper .common_ttl h3 {
	font-size: 133.3%;
    line-height: 1.5;
    font-weight: bold;
}
.release_wrapper .gallery_list{
    gap: 0 28px;
}
.release_wrapper .gallery_list .item{
    margin-bottom: 20px;
    width: calc(25% - 21px);
}
.release_wrapper .gallery_list .item_img{
    position: relative;
    margin-bottom: 12px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.release_wrapper .gallery_list .item_img img {
    position: absolute;
    vertical-align: top;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
}
.release_wrapper .release_blog .link_simple{
    margin-top: 17px;
    padding-top: 13px;
    border-top: 1px solid #e5e5e5;
    text-align: right;
}
.release_wrapper .release_blog .link_simple a{
    margin-right: -3px;
    padding-left: 19px;
}
.release_wrapper .release_accordion .common_ttl a{
    display: inline-block;
    background-color: transparent;
    color: inherit;
    cursor: text !important;
    text-decoration: none;
}
.release_wrapper .release_tbl{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.release_wrapper .release_tbl .date,
.release_wrapper .release_tbl .text{
    vertical-align: top;
    padding-top: 12px;
    padding-bottom: 7px;
    line-height: 1.5;
}
.release_wrapper .release_tbl .date{
    position: relative;
    padding-left: 0;
    padding-right: 6px;
    top: 2px;
    width: 129px;
    font-size: 88.9%;
    font-weight: bold;
}
.release_wrapper .release_tbl .text{
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
}
.release_wrapper .release_tbl .text p{
    display: inline-block;
    padding-left: 17px;
    background: transparent url(/shared/images/icon/arrow_link_bl.png) no-repeat left 0.45em;
}
.release_wrapper .release_tbl .text a{
    color: inherit;
    text-decoration: none;
    display: inline-block;
}
.release_wrapper .release_tbl .text a:hover{
    text-decoration: underline;
}
.release_wrapper .release_tbl .text a + img{
    margin-left: 11px;
}
.release_wrapper #tmp_release_event{
    padding: 23px 30px 10px;
}
.release_wrapper #tmp_release_event .common_ttl{
    margin-bottom: 22px;
}
.release_wrapper #tmp_release_event .link_simple{
    margin-top: 0;
}
.release_wrapper .release_blog:not(:last-child){
    margin-bottom: 40px;
}

/* government style
================================================== */
.sec_government{
    position: relative;
    margin-bottom: 50px;
    padding: 114px 0 140px;
    background-repeat: no-repeat;
    background-image: url(/shared/templates/top/images/government_wave_top.png), url(/shared/templates/top/images/government_wave_btm.png), linear-gradient(0deg, #b1effa, #f0f9fc);
    background-size: 100% 200px, 100% 400px, 100% calc(100% - 200px);
    background-position: center top, center bottom, 0 100px;
    z-index: 1;
}
.sec_government:before{
    content: '';
    position: absolute;
    top: 119px;
    right: 50%;
    margin-right: 468px;
    background: transparent url(/shared/templates/top/images/government_pattern.png) no-repeat;
    width: 206px;
    height: 124px;
    color: inherit;
    z-index: -1;
}
.sec_government .sec_title{
    margin-bottom: 50px;
}
.sec_government .sec_title h2{
    padding-bottom: 31px;
    background-image: url(/shared/templates/top/images/government_title_txt.png);
}
.sec_government .government_cnt{
    display: flex;
    justify-content: center;
}
/* common */
.sec_government .item a{
    position: relative;
    display: flex;
    background-color: #047cc1;
    height: 100%;
    box-shadow: 0 5px 18px 2px rgba(0, 51, 103, 0.25);
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.sec_government .item a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #047cc1;
    border-radius: 10px;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
}
.sec_government .item_img{
    flex-shrink: 0;
}
.sec_government .item_img img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.sec_government .item_des{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6px;
    font-weight: bold;
    line-height: 1.5;
}
.sec_government .item a:hover{
    background-color: #ffffff;
    color: #047cc1;
}
.sec_government .item a:hover:before{
    opacity: 1;
}
/* img large */
.sec_government .government_large{
    flex-shrink: 0;
    margin-right: 30px;
    width: 31.66%;
}
.sec_government .government_large .item{
    height: 100%;
}
.sec_government .government_large a{
    flex-direction: column;
    text-align: center;
}
.sec_government .government_large .item_des{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 111.1%;
}
/* img list */
.sec_government .gorverment_list{
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    flex: 1;
}
.sec_government .gorverment_list .item{
    width: calc(50% - 15px);
    list-style: none;
}
.sec_government .gorverment_list .item_img{
    width: 140px;
    align-self: center;
}
.sec_government .gorverment_list .item_des{
    padding-left: 7.6%;
}

/* recommend style
================================================== */
.sec_recommend{
    padding: 41px 0 96px;
    overflow: hidden;
}
.sec_recommend .sec_title h2{
    padding-bottom: 29px;
    background-image: url(/shared/templates/top/images/recommend_title_txt.png);
}
.sec_recommend .gallery_list{
    gap: 0 40px;
}
.sec_recommend .gallery_list .item{
    margin-bottom: 24px;
    width: calc(25% - 30px);
}
.sec_recommend .gallery_list .item_img{
    margin-bottom: 7px;
    box-shadow: 0 5px 18px 2px rgba(0, 51, 103, 0.1);
}
.sec_recommend .gallery_list .item_des{
    padding-left: 18px;
    background-position: 0 12px;
    font-size: 100%;
}
.sec_recommend .link_simple{
    text-align: right;
}

/* accessibility style
================================================== */
/* color */
.color_black #tmp_wrapper .sec_government .item a:before,
.color_blue #tmp_wrapper .sec_government .item a:before,
.color_yellow #tmp_wrapper .sec_government .item a:before,
.color_black #tmp_wrapper .gallery_list .item_img:before,
.color_blue #tmp_wrapper .gallery_list .item_img:before,
.color_yellow #tmp_wrapper .gallery_list .item_img:before,
.color_black #tmp_wrapper .sec_government:before,
.color_blue #tmp_wrapper .sec_government:before,
.color_yellow #tmp_wrapper .sec_government:before,
.color_black #tmp_wrapper .sec_search:before,
.color_black #tmp_wrapper .sec_search:after,
.color_blue #tmp_wrapper .sec_search:before,
.color_blue #tmp_wrapper .sec_search:after,
.color_yellow #tmp_wrapper .sec_search:before,
.color_yellow #tmp_wrapper .sec_search:after,
.color_black #tmp_wrapper .sec_mainvisual .mv_charm a:before,
.color_blue #tmp_wrapper .sec_mainvisual .mv_charm a:before,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_charm a:before,
.color_black .sec_mainvisual_warning .special_post > a > span.img:before,
.color_blue .sec_mainvisual_warning .special_post > a > span.img:before,
.color_yellow .sec_mainvisual_warning .special_post > a > span.img:before,
.color_black .sec_mainvisual_warning .warning_related ul > li > a:before,
.color_blue .sec_mainvisual_warning .warning_related ul > li > a:before,
.color_yellow .sec_mainvisual_warning .warning_related ul > li > a:before,
.color_black .sec_mainvisual .mv_charm a:after,
.color_blue .sec_mainvisual .mv_charm a:after,
.color_yellow .sec_mainvisual .mv_charm a:after{
    content: none;
}
.color_black #tmp_wrapper .sec_government .item a,
.color_blue #tmp_wrapper .sec_government .item a,
.color_yellow #tmp_wrapper .sec_government .item a,
.color_black .sec_mainvisual_warning .warning_related ul > li > a,
.color_blue .sec_mainvisual_warning .warning_related ul > li > a,
.color_yellow .sec_mainvisual_warning .warning_related ul > li > a{
    border: 1px solid;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_charm,
.color_blue #tmp_wrapper .sec_mainvisual .mv_charm,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_charm,
.color_black #tmp_wrapper .sec_mainvisual .splide__controls,
.color_blue #tmp_wrapper .sec_mainvisual .splide__controls,
.color_yellow #tmp_wrapper .sec_mainvisual .splide__controls{
    background-color: transparent !important;
}
.color_black #tmp_wrapper .sec_mainvisual .splide__arrow--prev,
.color_blue #tmp_wrapper .sec_mainvisual .splide__arrow--prev{
    background-image: url(/shared/templates/top/images/arrow_prev_wh.png) !important;
}
.color_yellow #tmp_wrapper .sec_mainvisual .splide__arrow--prev{
    background-image: url(/shared/templates/top/images/arrow_prev_bl.png) !important;
}
.color_black #tmp_wrapper .sec_mainvisual .splide__arrow--next,
.color_blue #tmp_wrapper .sec_mainvisual .splide__arrow--next{
    background-image: url(/shared/templates/top/images/arrow_next_wh.png) !important;
}
.color_yellow #tmp_wrapper .sec_mainvisual .splide__arrow--next{
    background-image: url(/shared/templates/top/images/arrow_next_bl.png) !important;
}
.color_black #tmp_wrapper .sec_government .item a:hover,
.color_blue #tmp_wrapper .sec_government .item a:hover,
.color_yellow #tmp_wrapper .sec_government .item a:hover,
.color_black .sec_mainvisual_warning .warning_related ul > li > a:hover,
.color_blue .sec_mainvisual_warning .warning_related ul > li > a:hover,
.color_yellow .sec_mainvisual_warning .warning_related ul > li > a:hover{
    text-decoration: underline;
}
.color_black #tmp_wrapper .release_wrapper .release_tbl .text a:focus-visible,
.color_blue #tmp_wrapper .release_wrapper .release_tbl .text a:focus-visible,
.color_yellow #tmp_wrapper .release_wrapper .release_tbl .text a:focus-visible{
    outline-offset: -1px;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_catch,
.color_blue #tmp_wrapper .sec_mainvisual .mv_catch,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_catch{
    background-color: transparent !important;
    overflow-y: auto;
    pointer-events: auto;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_charm span,
.color_blue #tmp_wrapper .sec_mainvisual .mv_charm span,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_charm span,
.color_black #tmp_wrapper .sec_mainvisual .mv_catch p,
.color_blue #tmp_wrapper .sec_mainvisual .mv_catch p,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_catch p{
    text-indent: inherit;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_catch p,
.color_blue #tmp_wrapper .sec_mainvisual .mv_catch p,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_catch p{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 20px;
    font-size: 111.1%;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_catch span,
.color_blue #tmp_wrapper .sec_mainvisual .mv_catch span,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_catch span{
    display: block;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_charm,
.color_blue #tmp_wrapper .sec_mainvisual .mv_charm,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_charm{
    width: auto;
    min-width: 120px;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_charm a,
.color_blue #tmp_wrapper .sec_mainvisual .mv_charm a,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_charm a{
    padding: 10px;
    border: 1px solid;
    border-right: none;
}
.color_black #tmp_wrapper .sec_mainvisual .mv_charm br,
.color_blue #tmp_wrapper .sec_mainvisual .mv_charm br,
.color_yellow #tmp_wrapper .sec_mainvisual .mv_charm br{
    display: block;
}
.color_black #tmp_wrapper .release_wrapper .release_accordion .common_ttl a,
.color_blue #tmp_wrapper .release_wrapper .release_accordion .common_ttl a{
    color: #ffff00 !important;
}
.color_yellow #tmp_wrapper .release_wrapper .release_accordion .common_ttl a{
    color: #000000 !important;
}
.color_black #tmp_wrapper .release_wrapper .release_tbl .text p:before,
.color_blue #tmp_wrapper .release_wrapper .release_tbl .text p:before,
.color_yellow #tmp_wrapper .release_wrapper .release_tbl .text p:before{
    background-image: none;
}
.color_black .mv_charm p .bubble_wrap,
.color_blue .mv_charm p .bubble_wrap,
.color_yellow .mv_charm p .bubble_wrap {
    display: none !important;
    animation: none;
}
/* fsize */
.fsize_small #tmp_wrapper .gallery_list .item_des,
.fsize_small #tmp_wrapper .release_wrapper .release_tbl .text a{
    background-position: 0 7px;
}
.fsize_small .sec_mainvisual_warning .special_post > a > span.link{
    background-position: 0 4px;
}
.fsize_big #tmp_wrapper .release_wrapper .release_tbl .date{
    width: 150px;
}
.fsize_big2 #tmp_wrapper .release_wrapper .release_tbl .date{
    width: 200px;
}
/* no-js */
.no_javascript #tmp_wrapper .sec_mainvisual .splide{
    visibility: visible;
}
.no_javascript #tmp_wrapper .sec_mainvisual .splide__track{
    max-height: 810px;
    overflow-y: auto;
}
.no_javascript #tmp_wrapper .sec_mainvisual .splide__list,
.sec_mainvisual .splide.no-splide .splide__list{
    flex-direction: column;
}
.no_javascript #tmp_wrapper .sec_mainvisual .splide__slide:not(:last-child),
.sec_mainvisual .splide.no-splide .splide__slide:not(:last-child){
    margin-bottom: 10px;
}

