@charset "utf-8";

/* ==================================================
common
================================================== */
.box_border_wrap {
	position: relative;
}
.sec_government_infor .government_infor_top .government_top_lft::before,
.box_border_wrap::before{
	position: absolute;
	left: 0;
	top: 59px;
	z-index: -1;
	content: "";
	height: calc(100% - 20px);
	width: calc(50% + 151px);
	background-color: #7f3654;
}
.sec_government_infor .government_infor_top .line_wrap,
.box_border_wrap .line_wrap{
	position: absolute;
	right: calc(50% - 98px);
	bottom: -65px;
	overflow: hidden;
	z-index: -1;
}

/* ==================================================
Mainvs
================================================== */
#tmp_warning_top + #tmp_mainvs {
    display: none;
}
#tmp_mainvs{
	position: relative;
	padding-top: 20px;
	padding-bottom: 66px;
	overflow: hidden;
}
#tmp_mainvs:before,
#tmp_mainvs:after{
	content: '';
	position: absolute;
	top: 20px;
	bottom: 0;
	width: 120px;
	pointer-events: none;
	max-width: calc(50% - 621px);
}
#tmp_mainvs:before{
	right: calc(50% + 621px);
	background: url(/shared/templates/top/images/icon/mainvs_lft_pattern.png) right top no-repeat;
}
#tmp_mainvs:after{
	left: calc(50% + 621px);
	background: url(/shared/templates/top/images/icon/mainvs_rgt_pattern.png) 0 0 no-repeat;
}
#tmp_mainvs .mainvs_row{
	display: flex;
	justify-content: center;
}
#tmp_mainvs .mainvs_lft{
	display: flex;
	width: calc(52.5% + 20px);
	padding-right: 20px;
}
#tmp_mainvs .mainvs_rgt{
	width: calc(47.5% - 20px);
	position: relative;
	border-left: 1px solid #7f3654;
	padding-left: 39px;
}
#tmp_mainvs .mainvs_rgt.pc_empty{
	display: none;
}
#tmp_mainvs .mainvs_rgt::before,
#tmp_mainvs .mainvs_rgt::after{
	content: '';
	position: absolute;
	top: 0;
	left: 7px;
	bottom: 0;
	width: 9px;
	border-left: 1px solid #7f3654;
	border-right: 1px solid #7f3654;
}
#tmp_mainvs .mainvs_rgt::after{
	left: 23px;
}
#tmp_mainvs .mainvs_rgt .inner{
	color: #ffffff;
	background-color: #7f3654;
	padding: 30px 0 27px 29px;
}
#tmp_mainvs .mainvs_rgt .inner::before{
	content: '';
	position: absolute;
	top: 0;
	left: 39px;
	height: 100%;
	width: 1000%;
	background-color: #7f3654;
	z-index: -1;
}
#tmp_mainvs .box_thumb{
	display: flex;
	font-weight: bold;
	box-shadow: 0px 5px 18px 2px rgba(28, 28, 28, 0.1);
}
#tmp_mainvs .box_thumb .thumb_img img{
	display: block;
	max-width: 100%;
}
#tmp_mainvs .box_thumb .thumb_cnt{
	display: flex;
	align-items: center;
	padding: 8px 15px;
}
#tmp_mainvs .box_thumb .thumb_txt{
	line-height: 1.5;
	margin-top: 0;
}
#tmp_mainvs .box_thumb .thumb_txt > a{
	display: inline-block;
	color: #222222;
	background-color: #ffffff;
}
#tmp_mainvs .mainvs_lft .mainvs_lg{
	display: flex;
}
#tmp_mainvs .mainvs_lg .box_thumb{
	flex-direction: column;
	border: 1px solid #7f3654;
}
#tmp_mainvs .mainvs_lg .item_wrap,
#tmp_mainvs .mainvs_lg .box_thumb{
	height: 100%;
}
#tmp_mainvs .mainvs_lg .box_thumb .thumb_cnt{
	flex: 1;
}
#tmp_mainvs .mainvs_lg .box_thumb .thumb_txt{
	font-size: 111.11%;
	line-height: 1.6;
}
#tmp_mainvs .mainvs_rgt .box_thumb .thumb_img{
	flex-shrink: 0;
	max-width: 46.2%;
	display: flex;
	align-items: center;
}
#tmp_mainvs_slide .item_wrap{
	margin-bottom: 20px;
	opacity: 0;
	transform: translate(0);
	left: 4%;
	transition: opacity .6s ease,left .6s ease;
	transition-delay: 0s;
	position: relative;
}
#tmp_mainvs_slide .item_wrap:nth-child(1){
	left: 8%;
}
#tmp_mainvs_slide .item_wrap:nth-child(2){
	left: 25%;
}
#tmp_mainvs_slide .item_wrap:nth-child(3){
	left: 42%;
}
#tmp_mainvs_slide .is-active .item_list{
	overflow: hidden;
}
#tmp_mainvs_slide .is-active .item_list .item_wrap{
	opacity: 1;
	left: 0;
	transition: opacity .3s ease,left .3s ease;
	transition-delay: 0.6s;
}
#tmp_mainvs_slide .is-active .item_list .item_wrap:nth-child(2){
	transition-duration: 0.6s;
}
#tmp_mainvs_slide .is-active .item_list .item_wrap:nth-child(3){
	transition-duration: 0.9s;
}


#tmp_mainvs .splide__controls{
	justify-content: flex-end;
	margin-top: -1px;
}
#tmp_mainvs .splide__arrows{
	margin-left: 10px;
}
#tmp_mainvs .splide__arrow{
	width: 28px;
	height: 28px;
	color: #2a2a2a;
	background-color: #ffffff;
	background-image: url(/shared/templates/top/images/icon/icon_arrow_prev_mainvs.png);
	background-size: 8px auto;
	box-shadow: 0 5px 18px 2px rgba(28, 28, 28, 0.1);
}
#tmp_mainvs .splide__arrow--next{
	background-image: url(/shared/templates/top/images/icon/icon_arrow_next_mainvs.png);
}
#tmp_mainvs .splide__controls .splide__progress{
	margin-left: 17px;
}
#tmp_mainvs_slide_sp_wrap{
	display: none
}
#tmp_mainvs .splide__arrow:focus-visible{
	outline-offset: -3px;
}
/* ==================================================
Warning
================================================== */
#tmp_warning_top {
    position: relative;
    z-index: 1;
    background-color: #fffae4;
	margin-top: 20px;
    padding: 40px 0 79px;
}
#tmp_warning_top:before,
#tmp_warning_top:after{
	content: '';
	position: absolute;
	top: 18px;
	bottom: 0;
	pointer-events: none;
	background-image: url(/shared/templates/top/images/main/warning_bg.png);
	background-repeat: no-repeat;
}
#tmp_warning_top:before{
	width: 120px;
	max-width: calc(50% - 621px);
	right: calc(50% + 621px);
	background-position: right top;
}
#tmp_warning_top:after{
	width: 120px;
	max-width: calc(50% - 621px);
	left: calc(50% + 621px);
	background-position: left top;
}
#tmp_warning_top .warning_inner {
    color: inherit;
    background-color: #ffffff;
    padding: 48px 42px 57px;
    border: 3px solid #7f3654;
}
#tmp_warning_top .warning_ttl {
    text-align: center;
    color: #7f3654;
    background-color: #ffffff;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fab148;
}
#tmp_warning_top .warning_ttl h2 {
    font-size: 177.8%;
}
#tmp_warning_top .des {
    margin-bottom: 26px;
}
#tmp_warning_top .warning_row {
    display: flex;
    padding: 0 2px;
}
#tmp_warning_top .warning_row .warning_col2 {
    flex: 1;
}
#tmp_warning_top .warning_row .warning_col2:nth-child(2) {
    padding: 0 5px 1px 30px;
    max-width: calc(50% + 13px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	gap: 20px 0;
}
#tmp_warning_top .latest_info {
    color: inherit;
    background-color: #ffffff;
    border: 1px solid #7f3654;
    padding: 24px 15px 11px 19px;
    height: 100%;
}
#tmp_warning_top .latest_info .latest_ttl {
    text-align: center;
    margin-bottom: 10px;
    color: #7f3654;
    background-color: transparent;
    font-weight: bold;
}
#tmp_warning_top .latest_info .latest_link_list {
    list-style: none;
}
#tmp_warning_top .latest_link_list li {
    margin-bottom: 11px;
}
#tmp_warning_top .latest_link_list li a {
    color: #333333;
	background-position: left 5px;
    padding-left: 21px;
}
#tmp_warning_top .special_info,
#tmp_warning_top .special_info_inner {
    display: flex;
    align-items: center;
}
#tmp_warning_top .special_info {
    align-items: flex-start;
    padding-right: 1px;
}
#tmp_warning_top .special_info_inner {
    flex: 1;
    color: inherit;
    background-color: #ffffff;
    border: 1px solid #7f3654;
    box-shadow: 0 5px 14px 2px rgba(28, 28, 28, 0.1);
}
#tmp_warning_top .special_info .special_info_inner:has(.special_cnt:first-child){
	min-height: 200px;
}
#tmp_warning_top .special_info_inner img {
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: transform 0.3s ease-in-out;
}
#tmp_warning_top .special_info .special_cnt{
    padding: 9px 10px 6px 22px;
	flex: 1;
}
#tmp_warning_top .special_info .special_img_wrap{
    width: 57%;
}
#tmp_warning_top .special_info .special_img {
    overflow: hidden;
}
#tmp_warning_top .special_cnt .simple_link{
    margin-bottom: 1px;
    font-weight: bold;
}
#tmp_warning_top .special_cnt .simple_link a {
	background-position: left 5px;
	padding-left: 21px;
}
#tmp_warning_top .special_text {
    margin-bottom: 3px;
    font-size: 77.8%;
    line-height: 1.5;
}
#tmp_warning_top .warning_related_list {
    list-style: none;
    display: flex;
    gap: 0 10px;
	height: 100%;
}
#tmp_warning_top .warning_col2:first-child .warning_related_list{
	height: auto;
	margin-top: 10px;
}
#tmp_warning_top .warning_related_list li {
    width: calc((100% - 20px) / 3);
    box-shadow: 0 5px 18px 2px rgba(28, 28, 28, 0.15);
}
#tmp_warning_top .warning_related_list li > a {
	text-decoration: none;
    display: flex;
    height: 100%;
    padding: 34px 8px 18px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #7f3654;
    color: inherit;
    background-color: #fcf9f3;
}
#tmp_warning_top .warning_related_list .list_icon {
    margin-bottom: 24px;
}
#tmp_warning_top .warning_related_list .list_cnt {
    flex: 1;
    font-size: 111.1%;
    font-weight: bold;
    line-height: 1.2;
    display: flex;
    align-items: center;
}
.furigana_on #tmp_warning_top .warning_related_list .list_cnt{
	display: block;
}
#tmp_warning_top .special_info .special_img img,
#tmp_warning_top .warning_related_list .list_icon img {
    height: auto;
    vertical-align: top;
}
#tmp_warning_top .special_info .special_img img {
	width: 100%;
}
#tmp_warning_top .warning_related_list .list_icon img {
	max-width: 68px;
}
#tmp_warning_top .special_info_inner.active a,
#tmp_warning_top .warning_related_list li > a:hover{
	text-decoration: underline;
}
#tmp_warning_top .special_info_inner.active img {
    transform: scale(1.157);
}
/* ==================================================
お知らせ
================================================== */
#tmp_warning_top ~ #tmp_news {
    margin-top: -41px;
	background-image: url(/shared/templates/top/images/icon/bg_news.png), url(/shared/templates/top/images/icon/warning_news_line_pc.png),-webkit-gradient(linear,left top, left bottom,from(#fffae4),to(#fffae4)),-webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#ffffff)),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
	background-image: url(/shared/templates/top/images/icon/bg_news.png), url(/shared/templates/top/images/icon/warning_news_line_pc.png),-moz-linear-gradient(#fffae4,#fffae4),-moz-linear-gradient(#ffffff,#ffffff),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
	background-image: url(/shared/templates/top/images/icon/bg_news.png), url(/shared/templates/top/images/icon/warning_news_line_pc.png),-o-linear-gradient(#fffae4,#fffae4),-o-linear-gradient(#ffffff,#ffffff),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
	background-image: url(/shared/templates/top/images/icon/bg_news.png), url(/shared/templates/top/images/icon/warning_news_line_pc.png),linear-gradient(#fffae4,#fffae4),linear-gradient(#ffffff,#ffffff),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
	background-position: calc(50% + 605px) 93px, center top, left -2px, right 2px, center top;
}
#tmp_warning_top ~ #tmp_news .section_ttl{
	padding-top: 145px;
}
#tmp_news {
    background-image: url(/shared/templates/top/images/icon/bg_news.png), url(/shared/templates/top/images/icon/news_line_pc.png), -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#ffffff)),-webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#ffffff)),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
	background-image: url(/shared/templates/top/images/icon/bg_news.png), url(/shared/templates/top/images/icon/news_line_pc.png), -moz-linear-gradient(#ffffff,#ffffff),-moz-linear-gradient(#ffffff,#ffffff),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
    background-image: url(/shared/templates/top/images/icon/bg_news.png), url(/shared/templates/top/images/icon/news_line_pc.png), -o-linear-gradient(#ffffff,#ffffff),-o-linear-gradient(#ffffff,#ffffff),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
    background-image: url(/shared/templates/top/images/icon/bg_news.png), url(/shared/templates/top/images/icon/news_line_pc.png), linear-gradient(#ffffff,#ffffff),linear-gradient(#ffffff,#ffffff),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x;
    background-position: calc(50% + 605px) 93px, center top, left -2px, right 2px, center top;
    background-size: auto, auto, calc(50% - 600px) 42px, calc(50% - 600px) 42px, auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#tmp_news .box_border_wrap{
	margin-bottom: 135px;
}
#tmp_news .box_border_wrap::after{
	content: '';
	position: absolute;
	left: 0;
	top: 59px;
	z-index: -1;
	height: calc(100% - 20px);
	width: calc(50% + 45px);
	background: url(/shared/templates/top/images/icon/img_news_af.jpg) no-repeat;
	background-position: right top;
	background-size: cover;
}
#tmp_news .section_ttl {
	position: relative;
	padding-top: 153px;
	margin-bottom: 69px;
}
#tmp_news .section_ttl h2 {
	background-image: url(/shared/templates/top/images/icon/news_ttl_pc.png);
	padding-bottom: 27px;
}
#tmp_news .news_thumb_wrap a.box_thumb,
#tmp_news_col2 {
    display: flex;
}
#tmp_news ul{
	list-style: none;
}
#tmp_news .news_rss .simple_link a {
    background-position: left 5px;
}
#tmp_news .news_thumb_wrap a.box_thumb .thumb_img,
#tmp_event_slide_wrap .splide__slide .thumb_img {
    box-shadow: 0 5px 14px 1.5px rgba(28,28,28,0.1);
}
/* what_news */
#tmp_what_news .box_border {
    padding: 18px 17px 15px;
}
#tmp_news .news_thumb_wrap {
    margin-bottom: 40px;
}
#tmp_news .news_thumb_wrap a.box_thumb {
    width: 100%;
}
#tmp_news .news_thumb_wrap a.box_thumb .thumb_img {
    width: 430px;
    flex-shrink: 0;
}
#tmp_news .news_thumb_wrap a.box_thumb .thumb_cnt {
	padding: 17px 0 23px 27px;
    flex: 1;
}
#tmp_news .news_thumb_wrap a.box_thumb .thumb_date {
	font-size: 100%;
}
#tmp_news .news_thumb_wrap a.box_thumb .thumb_txt {
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 1px;
    font-size: 111.1%;
    font-weight: bold;
}
#tmp_news_col2 {
    gap: 0 33px;
}
#tmp_news_col2 .news_col {
    width: 50%;
    padding: 0;
}
#tmp_news_col2 .news_col:before {
	content: none;
}
#tmp_news_col2 .news_col:nth-child(1) {
    padding-right: 5px;
}
#tmp_news_col2 .news_col .section_sub_ttl h3 {
	padding: 0 12px 0 4px;
	margin-bottom: 17px;
}
#tmp_news_col2 .news_col:nth-child(1) .section_sub_ttl h3 {
	padding-right: 20px;
}
#tmp_news_col2 .news_col .section_sub_ttl::after {
    top: 14px;
}
#tmp_news_col2 .news_col_list ul {
	padding-bottom: 24px;
	border-bottom: 1px solid #cccccc;
}
#tmp_news_col2 .news_col_list ul > li {
	padding-bottom: 0;
	background-image: none;
}
#tmp_news_col2 .news_col_list ul .simple_link a {
    padding-left: 23px;
    background-position: 1px 5px;
}
#tmp_news_col2 .news_rss {
	margin-top: 15px;
}

/* event_infor */
#tmp_event_infor .section_sub_ttl {
    margin-top: -16px;
}
#tmp_event_infor.box_border_wrap::before,
#tmp_event_infor.box_border_wrap::after{
	right: 0;
	left: auto;
}
#tmp_event_infor.box_border_wrap .line_wrap{
	right: auto;
	left: calc(50% - 100px);
	bottom: -65px;
}
#tmp_event_infor.box_border_wrap::before{
    height: calc(100% - 19px);
}
#tmp_event_infor.box_border_wrap::after{
	height: calc(100% - 19px);
	background-image: url(/shared/templates/top/images/icon/img_event_af.jpg);
	background-position: left top;
}
#tmp_event_infor .box_border {
    position: relative;
}
#tmp_event_infor .news_rss {
    position: relative;
    display: flex;
    justify-content: right;
    margin-top: 0;
    padding-right: 68px;
}
#tmp_event_infor .news_rss ul {
    margin-top: -40px;
    width: 350px;
    justify-content: flex-end;
    padding-left: 10px;
}
#tmp_event_infor .news_rss .type_cms{
	display: none;
}
/* event splide */
#tmp_event_slide_wrap.splide_common_wrap{
	padding: 21px 68px 10px 70px;
	overflow: hidden;
}
#tmp_event_slide {
	position: relative;
	margin-bottom: 37px;
}
#tmp_event_slide::before,
#tmp_event_slide::after {
	content: '';
	position: absolute;
	background-color: transparent;
	color: #222222;
	width: 68px;
	height: 100%;
	z-index: 1;
}
#tmp_event_slide::before {
	left: -70px;
	width: 70px;
}
#tmp_event_slide::after {
	right: -68px;
}
#tmp_event_slide_wrap .splide__track {
    overflow: visible;
}
#tmp_event_slide_wrap .splide__slide {
    opacity: 1 !important;
	position: relative;
}
#tmp_event_slide_wrap #tmp_event_slide.no-splide .splide__slide{
	z-index: 0;
}
#tmp_event_slide_wrap .splide__slide:not(.is-visible) {
	z-index: -1;
}
#tmp_event_slide_wrap .splide__slide .thumb_cnt {
    padding: 14px 0 0;
}
#tmp_event_slide_wrap .splide__slide a.box_thumb .thumb_txt {
    margin-top: 5px;
    padding-left: 21px;
    background-position: 1px 6px;
}
#tmp_event_slide_wrap .splide__controls {
    border-top: 1px solid #cccccc;
    justify-content: right;
    padding-right: 350px;
    padding-top: 13px;
}
#tmp_event_slide_wrap .splide__controls .splide__arrows {
    position: absolute;
    right: 12px;
    z-index: 2;
}
#tmp_event_slide_wrap .splide__controls .splide__arrows--ltr {
    left: 12px;
    right: auto;
}
#tmp_event_slide_wrap .splide__controls .splide__arrow{
	margin-top: 80px;
}
#tmp_event_slide_wrap .btn_show_more {
    display: none;
}

/* ==================================================
目的から探す
================================================== */
.sec_search_purpose {
	padding: 86px 0 115px;
	background: url(/shared/templates/top/images/main/bg_search_purpose.png) center 68px no-repeat;
}
.sec_search_purpose .section_ttl {
	margin-bottom: 59px;
}
.sec_search_purpose .section_ttl h2 {
    background-image: url(/shared/templates/top/images/icon/search_by_purpose_ttl_pc.png);
    padding-bottom: 28px;
}
.sec_search_purpose .search_purpose {
	margin-top: 40px;
	padding-top: 60px;
	border-top: 1px solid #cccccc;
}
.sec_search_purpose .search_form_wrap {
    margin-bottom: 0 !important;
}
.sec_search_purpose .search_popular_keywords {
    margin-top: 21px;
}

/* ==================================================
知事室・県政情報
================================================== */
.sec_government_infor{
	overflow: hidden;
	padding-top: 105px;
	padding-bottom: 79px;
	background-image: url(/shared/templates/top/images/main/right_line_wh.png), -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#ffffff)),-webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#ffffff)),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
	background-image: url(/shared/templates/top/images/main/right_line_wh.png), -moz-linear-gradient(#ffffff,#ffffff),-moz-linear-gradient(#ffffff,#ffffff),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
	background-image: url(/shared/templates/top/images/main/right_line_wh.png), -o-linear-gradient(#ffffff,#ffffff),-o-linear-gradient(#ffffff,#ffffff),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
	background-image: url(/shared/templates/top/images/main/right_line_wh.png), linear-gradient(#ffffff,#ffffff),linear-gradient(#ffffff,#ffffff),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
	background-position: center top, left 1px, right -2px, center top;
	background-size: auto, calc(50% - 600px) 42px, calc(50% - 600px) 42px, auto;
}
.sec_government_infor  .section_ttl {
    margin-bottom: 58px;
}
.sec_government_infor .section_ttl h2{
	padding-bottom: 28px;
	background-image: url(/shared/templates/top/images/main/government_infor_en.png);
}
.sec_government_infor .government_infor_top {
    display: flex;
    gap: 40px;
    margin-bottom: 13px;
}
.sec_government_infor .government_infor_top .line_wrap {
    right: calc(50% - 131px);
    bottom: -49px;
}
.sec_government_infor .government_infor_top .government_top_lft::before{
    width: 1000%;
    right: calc(50% - 182px);
    left: auto;
    height: 135px;
    top: auto;
    bottom: -24px;
    background-position: right -3px bottom, 5px bottom;
}
.government_infor_top .government_top_lft {
    width: calc(46% - 2px);
	position: relative;
}
.government_infor_top .government_top_rgt {
   flex: 1;
}
.government_infor_top a{
	border: 1px solid #7f3654;
	box-shadow: 0 5px 14px 2px rgba(28, 28, 28, 0.1);
	text-decoration: none;
	color: #222222;
	font-weight: bold;
	background-color: #ffffff;	
}
.government_infor_top .government_top_lft a{
    display: flex;
    align-items: center;
    font-size: 111.1%;
    height: 100%;
}
.government_infor_top .government_top_lft .thumb_img {
    width: calc(51% + 3px);
}
.government_infor_top .government_top_lft a .thumb_txt {
    padding: 10px 10px 0 calc(5% + 2px);
	font-size: 100%;
	margin-top: 0;
	flex: 1;
}
.government_infor_top .government_top_rgt ul {
    display: flex;
    list-style: none;
    gap: 20px;
	height: 100%;
}
.government_infor_top .government_top_rgt ul li {
    width: 33.33%;
}
.government_infor_top .government_top_rgt ul a{
	display: block;
    text-align: center;
	height: 100%;
}
.government_infor_top .government_top_rgt ul .thumb_txt {
	padding: 12px 5px 10px 7px;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 0;
	font-size: 100%;
}
.furigana_on .government_infor_top .government_top_rgt ul .thumb_txt{
	padding-top: 18px;
	display: block;
}
.sec_government_infor .related_infor{
	text-align: right;
	padding-right: 10px;
	margin-bottom: 22px;
	font-weight: bold;
}
.sec_government_infor .related_infor a{
	background-position: left 7px;
	padding-left: 20px;
}
.government_infor_btm ul {
    display: flex;
    list-style: none;
    gap: 40px;
}
.government_infor_btm ul li {
    width: 50%;
    border: 1px solid #7f3654;
    box-shadow: 0 5px 14px 2px rgba(28, 28, 28, 0.1);
}
.government_infor_btm ul li a {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #222222;
    text-decoration: none;
    height: 100%;
    background-color: #ffffff;
}
.government_infor_btm ul li a .thumb_img {
    width: calc(50% - 7px);
}
.government_infor_btm ul li a .thumb_txt {
	display: block;
    padding: 1px 16px 0 calc(6% - 3px);
    line-height: 1.7;
	flex: 1;
	font-size: 100%;
	margin-top: 0;
}
.sec_relations_media{
	position: relative;
	margin-bottom: 153px;
}
.sec_relations_media::before{
	content: "";
	position: absolute;
	z-index: -1;
    right: 0;
    top: -221px;
	width: 50%;
	height: 351px;
	background: url(/shared/templates/top/images/main/bg_media.png) no-repeat;
	background-position: 350px top;
}
.relations_media_cnt{
	display: flex;
	padding: 21px 4.9% 33px 5%;
	gap: 30px;
}
.relations_media_cnt .cnt_col3 {
	flex: 1;
	width: calc((100% - 60px) / 3);
}
.government_relations_media .section_sub_ttl{
	margin-top: -16px;
}
.relations_media_list{
	width: calc(66% - 2px);
}
.relations_media_list a{
	display: block;
	text-decoration: none;
}
.relations_media_list .thumb_img{
	margin-bottom: 10px;
	display: block;
	box-shadow: 0 5px 14px 2px rgba(28, 28, 28, 0.1);
}
.relations_media_list .simple_link{
	display: block;
	padding-left: 20px;
	background-position: left 7px;
}
.relations_media_social{
	flex: 1;
}
.relations_media_social ul{
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	margin: 0 -10px;
	justify-content: space-between;
	align-content: start;
}
.relations_media_social li{
	width: 50%;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 21px;
}
.relations_media_social li img{
	max-width: 28px;
	height: auto;
	vertical-align: top;
}
.relations_media_social li a{
	display: flex;
	flex-direction: column;
	text-decoration: none;
	border: 1px solid #7f3654;
	box-shadow: 0 5px 14px 2px rgba(28, 28, 28, 0.1);
	background-color: #fcf9f3;
	height: 100%;
}
.relations_media_social li .media_social_img{
	min-height: 50px;
	padding: 18px 0 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.relations_media_social li .thumb_txt{
	padding: 0 10% 3px;
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	color: #222222;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 0;
	flex: 1;
}
.furigana_on .relations_media_social li .thumb_txt{
	display: block;
}
.relations_media_social .sns_more {
    text-align: right;
    padding: 0 1px 0 0;
    margin-top: -12px;
	font-weight: bold;
}
.relations_media_social .sns_more  a{
	background-position: left 6px;
}
/* ==================================================
おすすめサイト
================================================== */
.box_recommendation{
	padding: 105px 0 36px 0;
	overflow: hidden;
    background-image: url(/shared/templates/top/images/icon/news_line_pc.png), -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#ffffff)),-webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#ffffff)),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
	background-image: url(/shared/templates/top/images/icon/news_line_pc.png), -moz-linear-gradient(#ffffff,#ffffff),-moz-linear-gradient(#ffffff,#ffffff),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
    background-image: url(/shared/templates/top/images/icon/news_line_pc.png), -o-linear-gradient(#ffffff,#ffffff),-o-linear-gradient(#ffffff,#ffffff),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
    background-image: url(/shared/templates/top/images/icon/news_line_pc.png), linear-gradient(#ffffff,#ffffff),linear-gradient(#ffffff,#ffffff),url(/shared/templates/top/images/icon/news_line_repeat_pc.png);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
    background-position: calc(50% - 56px) top, left -2px, right 2px, center top;
    background-size: auto, calc(50% - 600px) 42px, calc(50% - 537px) 42px, auto;
}
.box_recommendation .section_ttl h2{
    background-image: url(/shared/templates/top/images/main/recommendation_ttl.png);
}
/* ==================================================
バナー広告
================================================== */
.sec_publicity{
    padding: 98px 0 14px 0;
    border-top: 1px solid #cccccc;
}
#tmp_publicity_ttl{
    min-width: 250px;
}
#tmp_publicity_ttl .ttl_double_line{
	font-size: 133.3%;
	padding-left: 21px;
    background-size: 3px auto;
	margin-bottom: 6px;
}
#tmp_publicity_ttl .simple_link{
    background-position: left 7px;
}
#tmp_publicity{
    display: flex;
}
#tmp_publicity_cnt ul{
    list-style: none;
    display: flex;
    padding-top: 7px;
    gap: 25px 50px;
    flex-wrap: wrap;
}
#tmp_publicity_cnt ul a{
	position: relative;
    display: block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#tmp_publicity_cnt ul a img {
    vertical-align: top;
}
#tmp_publicity_cnt ul a::before{
	content: '';
	position: absolute;
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border: 2px solid #7f3654;
	opacity: 0;
	transition: 0.3s ease-in-out opacity;
}
#tmp_publicity_cnt ul a:hover::before{
	opacity: 1;
}
/* ==================================================
hover common
================================================== */

/* ==================================================
accessibility
================================================== */

/* accessibility common */
.color_black #tmp_news .box_border_wrap::before,
.color_blue #tmp_news .box_border_wrap::before,
.color_yellow #tmp_news .box_border_wrap::before,
.color_black #tmp_news .box_border_wrap::after,
.color_blue #tmp_news .box_border_wrap::after,
.color_yellow #tmp_news .box_border_wrap::after,
.color_blue #tmp_mainvs:before,
.color_black #tmp_mainvs:before,
.color_yellow #tmp_mainvs:before,
.color_blue #tmp_mainvs:after,
.color_black #tmp_mainvs:after,
.color_yellow #tmp_mainvs:after,
.color_blue #tmp_mainvs .mainvs_rgt:before,
.color_black #tmp_mainvs .mainvs_rgt:before,
.color_yellow #tmp_mainvs .mainvs_rgt:before,
.color_blue #tmp_mainvs .mainvs_rgt:after,
.color_black #tmp_mainvs .mainvs_rgt:after,
.color_yellow #tmp_mainvs .mainvs_rgt:after,
.color_blue #tmp_warning_top:before,
.color_black #tmp_warning_top:before,
.color_yellow #tmp_warning_top:before,
.color_blue #tmp_warning_top:after,
.color_black #tmp_warning_top:after,
.color_yellow #tmp_warning_top:after {
    content: none;
}
.color_blue .sec_government_infor .government_infor_top .line_wrap,
.color_black .sec_government_infor .government_infor_top .line_wrap,
.color_yellow .sec_government_infor .government_infor_top .line_wrap,
.color_blue .box_border_wrap .line_wrap,
.color_black .box_border_wrap .line_wrap,
.color_yellow .box_border_wrap .line_wrap {
	display: none !important;
}
.fsize_small #tmp_event_infor.box_border_wrap .line_wrap,
.fsize_small .box_border_wrap .line_wrap {
	bottom: -61px;
}
.fsize_big2 #tmp_event_infor.box_border_wrap .line_wrap,
.fsize_big2 .box_border_wrap .line_wrap {
	bottom: -69px;
}

/* accessibility mainvs */
.color_blue #tmp_mainvs .mainvs_rgt .box_thumb,
.color_black #tmp_mainvs .mainvs_rgt .box_thumb,
.color_yellow #tmp_mainvs .mainvs_rgt .box_thumb{
	border: 1px solid;
}
.color_blue #tmp_mainvs .splide__controls,
.color_black #tmp_mainvs .splide__controls,
.color_yellow #tmp_mainvs .splide__controls{
	margin-top: 0;
}
/* accessibility お知らせ */
.fsize_small #tmp_event_infor .news_rss ul {
    margin-top: -30px;
    width: 260px;
}
.fsize_small #tmp_event_slide_wrap .splide__controls {
    padding-right: 260px;
}
.fsize_big #tmp_event_slide_wrap .splide__controls {
    padding-right: 380px;
}
.fsize_big #tmp_event_infor .news_rss ul {
    width: 380px;
    gap: 0 15px;
}
.fsize_big2 #tmp_event_slide_wrap .splide__controls {
    padding-right: 454px;
}
.fsize_big2 #tmp_event_infor .news_rss ul {
    margin-top: -55px;
    width: 454px;
    gap: 0 10px;
}
/* accessibility 目的から探す */
/* accessibility 知事室・県政情報 */
.color_blue .sec_government_infor,
.color_black .sec_government_infor,
.color_yellow .sec_government_infor {
   border-top: 1px solid;
}
.color_black .sec_relations_media::before,
.color_blue .sec_relations_media::before,
.color_yellow .sec_relations_media::before{
	display: none;
}
.color_black .government_relations_media .box_border::before,
.color_blue .government_relations_media .box_border::before,
.color_yellow .government_relations_media .box_border::before{
	border-bottom: 1px solid;
	z-index: 1;
}
.fsize_small .sec_government_infor .government_infor_top .line_wrap {
    bottom: -47px;
}
.fsize_big2 .sec_government_infor .government_infor_top .line_wrap {
    bottom: -53px;
}
/* accessibility おすすめサイト */
.color_blue .sec_recommendation,
.color_yellow .sec_recommendation,
.color_black .sec_recommendation{
    border-top: 1px solid;
}
.color_blue .sec_recommendation .recommendation_cnt .thumb_txt,
.color_yellow .sec_recommendation .recommendation_cnt .thumb_txt,
.color_black .sec_recommendation .recommendation_cnt .thumb_txt{
    padding-left: 0;
}
/* accessibility バナー広告 */

/* ==================================================
noJS & no-splide
================================================== */
#tmp_event_infor .splide_common.no-splide .splide__list,
.no_javascript #tmp_event_infor .splide_common .splide__list {
	gap: 20px;
}
#tmp_event_infor .splide_common.no-splide .splide__slide,
.no_javascript #tmp_event_infor .splide_common .splide__slide {
	width: calc((100% - 40px) / 3);
}
.no_javascript #tmp_mainvs .mainvs_row{
	background-color: #7f3654;
	color: #ffffff;
}
.no_javascript #tmp_mainvs .mainvs_rgt{
	width: 100%;
}
.no_javascript #tmp_mainvs_slide .splide__list,
#tmp_mainvs_slide.splide_common.no-splide .splide__list{
	display: block;
}
.no_javascript #tmp_mainvs_slide .splide__list{
	max-height: 445px;
	display: flex;
	gap: 20px 10px;
	overflow-y: auto;
}
.no_javascript #tmp_mainvs_slide .item_wrap,
#tmp_mainvs_slide.splide_common.no-splide .item_list .item_wrap{
	opacity: 1;
	transform: none;
	left: 0!important;
}
.no_javascript #tmp_mainvs_slide .item_wrap{
	width: calc((100% - 10px) / 2);
}
.no_javascript #tmp_mainvs .box_thumb {
	height: 100%;
    flex-direction: column;
}
.no_javascript #tmp_mainvs .mainvs_rgt .box_thumb .thumb_img{
	max-width: 100%;
}
.no_javascript #tmp_mainvs .box_thumb .thumb_cnt{
	flex: 1;
}
.no_javascript #tmp_event_slide::before,
.no_javascript #tmp_event_slide::after {
	content: none;
}
.no_javascript #tmp_event_slide_wrap .splide__slide:not(.is-visible) {
	z-index: auto;
}
.no_javascript #tmp_mainvs .box_thumb .thumb_txt > a:hover{
	text-decoration: underline;
}
.no_javascript #tmp_warning_top .special_info_inner a:hover{
	text-decoration: none;
}
/* ==================================================
print
================================================== */
@media print {
}
