@charset "utf-8";

/* ==================================================
contents
================================================== */
#tmp_main_content {
    position: relative;
    color: #222222;
    background-color: #d7dee9;
}
#tmp_main_content .main_content_wrap{
    padding-top: 56px;
    background-image: url(/shared/site_koho/images/main/bg_txt.png);
    background-repeat: repeat-x;
    background-position: 120px 0;
}
#tmp_main_content .main_content_inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow-wrap: anywhere;
}
#tmp_main_content .main_content_inner:before {
    content: '';
    width: 100vw;
    height: auto;
    position: absolute;
    top: -56px;
    bottom: 0;
    right: 100%;
    z-index: -1;
    margin-right: -219px;
    background-image: url(/shared/site_koho/images/main/bg_grid.png);
    background-repeat: repeat-x;
    background-position: right 1px;
}
#tmp_content_left {
    flex: 1 1 430px;
}
#tmp_mainvs {
    padding-bottom: 35px;
}
#tmp_mainvs .mainvs_image {
    margin-bottom: 18px;
    text-align: center;
}
#tmp_mainvs .mainvs_image img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    transition: 0.3s opacity ease-in-out;
}
#tmp_mainvs .link_area.active a{
	text-decoration: underline;
}
#tmp_mainvs .link_area.active img{
	opacity: 0.7;
}
#tmp_mainvs .mainvs_link {
    margin-bottom: 26px;
}
#tmp_mainvs .mainvs_link a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 12px 5px 6px 30px;
    font-weight: bold;
    font-size: 88.9%;
    color: #222222;
    background: #ffffff url(/shared/site_koho/images/icon/icon_arr_big.png) no-repeat 14px 14px;
}
#tmp_mainvs .mainvs_link a:before {
    content: '';
    width: 45px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    border-left: 1px solid #222222;
    border-top: 1px solid #222222;
}
#tmp_mainvs .mainvs_more {
    display: flex;
	flex-flow: row wrap;
    gap: 15px 37px;
    justify-content: center;
    padding-left: 7px;
	text-align: center;
}
#tmp_mainvs .mainvs_more li {
    list-style: none;
}
#tmp_mainvs .mainvs_more li.backnumber {
	width: 100%;
}
#tmp_mainvs .mainvs_more li a {
    display: inline-block;
    padding-left: 16px;
    text-decoration: none;
    font-size: 88.9%;
    color: #222222;
    background: transparent url(/shared/site_koho/images/icon/icon_arr.png) no-repeat 0 4px;
}
#tmp_mainvs .mainvs_link a:hover,
#tmp_mainvs .mainvs_more li a:hover {
    text-decoration: underline;
}
#tmp_content_right {
    position: relative;
    flex: 1 1 730px;
    margin-top: 44px;
    margin-left: 38px;
    border-right: 1px solid #222222;
    border-top: 1px solid #222222;
    color: #222222;
    background-color: #ffffff;
}
#tmp_content_right:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50px;
    height: 60px;
    border-left: 1px solid #222222;
}
#tmp_content_right:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 110px;
    margin-right: -13px;
    height: 26px;
    width: 26px;
    border-left: 1px solid #222222;
    background-color: #ffffff;
    transform: rotate(35deg) skewX(-19deg);
}
#tmp_content_right .month_ttl {
    position: relative;
    display: inline-block;
    min-width: 195px;
    font-size: 266.7%;
    font-weight: bold;
    z-index: 1;
    line-height: 1;
    margin: -48px 0 9px -11px;
}
#tmp_content_right .month_ttl:after {
    content: '';
    width: 100%;
    left: 12px;
    top: 47px;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background-color: #ffffff;
}
#tmp_content_right .month_ttl .number {
    display: inline-block;
    font-size: 166.7%;
    position: relative;
    top: 4px;
}
#tmp_content_right .content_inner {
    position: relative;
    padding: 0 30px;
}
/* news_feature */
#tmp_news_feature {
    margin-bottom: 45px;
}
#tmp_news_feature .section_head {
    margin-bottom: 37px;
}
#tmp_news_feature .section_head h2 {
    padding-right: 95px;
    background-image: url(/shared/templates/koho_top/images/feature_ttl.png);
    background-position: right 10px;
}
/* Scroll content */
.scroll_mainvs #tmp_main_content .main_content_wrap {
    position: fixed;
    left: 0;
    width: 100%;
}
.scroll_mainvs #tmp_content_right .content_inner {
    overflow: hidden;
    height: calc(100% - 41px);
    z-index: 1;
}
#tmp_content_right .content_inner {
	overflow-y: auto;
	max-height: 730px;
}
/* ==================================================
news_life
================================================== */
#tmp_news_life{
    padding-bottom: 36px;
}
#tmp_news_life .section_head {
    margin-bottom: 36px;
}
#tmp_news_life .section_head h2 {
    padding-right: 159px;
    background-image: url(/shared/templates/koho_top/images/life_ttl.png);
    background-position: right 10px;
}
#tmp_news_life .news_list > ul > .cate_tab_0,
#tmp_news_life .news_list > ul > .cate_tab_{
	display: none !important;
}
/* ==================================================
back_number
================================================== */
#tmp_back_number {
    padding: 53px 0 51px;
    color: #222222;
    background-color: #ffffff;
    overflow: hidden;
}
#tmp_back_number {
    padding: 53px 0 51px;
    color: #222222;
    background-color: #ffffff;
    overflow: hidden;
}
#tmp_back_number .section_head {
    margin-bottom: 40px;
}
#tmp_back_number .section_head h2 {
    padding-right: 131px;
    background-image: url(/shared/templates/koho_top/images/back_ttl.png);
    background-position: right 12px;
}
#tmp_tabs_year {
    margin-bottom: 39px;
    padding: 0 56px 0 58px;
}
#tmp_tabs_year ul {
    display: flex;
    list-style: none;
}
#tmp_tabs_year ul li {
    flex: 1 1 192px;
}
#tmp_tabs_year ul li.active {
    flex: 1 1 250px;
}
#tmp_tabs_year ul li a {
    display: block;
    position: relative;
    height: 100%;
    padding: 22px 5px 10px;
    font-size: 88.9%;
    min-height: 72px;
    text-align: center;
    border-bottom: 2px solid #d7dee9;
}
#tmp_tabs_year ul li a:after {
    content: '';
    position: absolute;
    right: 0;
    height: 16px;
    margin-top: 2px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    border-left: 1px solid #222222;
}
#tmp_tabs_year ul li:last-child a:after {
	display:none;
}
#tmp_tabs_year ul li.active a {
    border-bottom-color: #222222;
    font-size: 222.2%;
    padding: 0 5px 10px;
}
#tmp_tabs_year ul li a span {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #222222;
    padding-top: 2px;
}
#tmp_tabs_year ul li:not(.active) a:hover span{
    text-decoration: underline;
}
#tmp_tabs_year ul li.active a span {
    position: relative;
    z-index: 1;
    padding-top: 0;
    font-weight: bold;
}
#tmp_tabs_year ul li.active a span:after {
    content: '';
    height: 19px;
    position: absolute;
    left: -3px;
    right: -5px;
    bottom: 4px;
    z-index: -1;
    padding-bottom: 5px;
    background-color: #d7dee9;
}

#tmp_tabs_cnt {
    position: relative;
    padding-left: 58px;
    z-index: 1;
}
#tmp_tabs_cnt:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: inherit;
    width: 165px;
    z-index: 1;
    pointer-events: none;
}
#tmp_tabs_cnt.left_bur:after{
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(60%, #ffffff), to(rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, #ffffff 0%, #ffffff 60%, rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 60%, rgba(255,255,255,0) 100%);
    background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 60%, rgba(255,255,255,0) 100%);
}
#tmp_tabs_cnt.right_bur:after{
    right: -56px;
    background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(60%, #ffffff), to(rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(right, #ffffff 0%, #ffffff 60%, rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(right, #ffffff 0%, #ffffff 60%, rgba(255,255,255,0) 100%);
    background-image: linear-gradient(-90deg, #ffffff 0%, #ffffff 60%, rgba(255,255,255,0) 100%);
}
#tmp_tabs_cnt .splide__slide{
    width: 255px;
}
#tmp_tabs_cnt.left_bur{
    padding-right: 56px;
}
#tmp_tabs_cnt .splide__slide .item_inner > a {
    display: block;
    text-decoration: none;
    color: #222222;
    background-color: transparent;
    outline-offset: -1px;
}
#tmp_tabs_cnt .splide__slide .img {
    display: block;
    margin-bottom: 29px;
}
#tmp_tabs_cnt .splide__slide .img img{
    max-width: 100%;
    height: auto;
    transition: 0.3s opacity ease-in-out;
}
#tmp_tabs_cnt .splide__slide .date {
    display: block;
    font-size: 88.9%;
}
#tmp_tabs_cnt .splide__slide .txt {
    display: block;
    font-weight: bold;
    font-size: 100%;
    line-height: 1.8;
}
#tmp_tabs_cnt .splide__slide a:hover .img img {
    opacity: 0.7;
}
#tmp_tabs_cnt .splide__slide a:hover .txt {
    text-decoration: underline;
}
#tmp_tabs_cnt.splide:not(.is-overflow) .splide__arrows {
    display: none;
}
#tmp_tabs_cnt .splide__arrow {
	width: 66px;
	height: 50px;
	text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	background-color: transparent;
	border-radius: 0;
    z-index: 2;
}
#tmp_tabs_cnt .splide__arrow:hover:not(:disabled) {
	opacity: 1;
}
#tmp_tabs_cnt .splide__arrow.disabled {
	pointer-events: none;
}
#tmp_tabs_cnt .splide__arrow--prev {
    left: 0;
	background-image: url(/shared/site_koho/images/icon/icon_arrow_prev_bl.png);
}
#tmp_tabs_cnt .splide__arrow--prev.disabled {
	background-image: url(/shared/site_koho/images/icon/icon_arrow_prev_dis.png);
}
#tmp_tabs_cnt .splide__arrow--next {
    right: 0;
	background-image: url(/shared/site_koho/images/icon/icon_arrow_next_bl.png);
}
#tmp_tabs_cnt .splide__arrow--next.disabled {
	background-image: url(/shared/site_koho/images/icon/icon_arrow_next_dis.png);
}

/* ==================================================
searchinfo
================================================== */
.sec_searchinfo{
    padding: 57px 0 71px;
}

/* ==================================================
font-family
================================================== */
/* bold */
#tmp_mainvs .mainvs_link a,
#tmp_content_right .month_ttl,
#tmp_tabs_year ul li.active a span,
#tmp_tabs_cnt .splide__slide .txt {
	font-family: "OT-HiraginoUDSansStdN-W6", 'メイリオ', Meiryo, sans-serif;
}

/* ==================================================
accessibility
================================================== */
/* color */
.color_black #tmp_main_content .main_content_inner:before,
.color_blue #tmp_main_content .main_content_inner:before,
.color_yellow #tmp_main_content .main_content_inner:before {
	display:none;
}
.color_black #tmp_wrapper #tmp_tabs_cnt.left_bur:after{
    background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(60%, #000000), to(rgba(0,0,0,0)));
    background-image: -o-linear-gradient(left, #000000 0%, #000000 60%, rgba(0,0,0,0) 100%);
    background-image: -moz-linear-gradient(left, #000000 0%, #000000 60%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(90deg, #000000 0%, #000000 60%, rgba(0,0,0,0) 100%);
}
.color_black #tmp_wrapper #tmp_tabs_cnt.right_bur:after{
    background-image: -webkit-gradient(linear, right top, left top, from(#000000), color-stop(60%, #000000), to(rgba(0,0,0,0)));
    background-image: -moz-linear-gradient(right, #000000 0%, #000000 60%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(right, #000000 0%, #000000 60%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(-90deg, #000000 0%, #000000 60%, rgba(0,0,0,0) 100%);
}
.color_blue #tmp_wrapper #tmp_tabs_cnt.left_bur:after{
    background-image: -webkit-gradient(linear, left top, right top, from(#00008B), color-stop(60%, #00008B), to(rgba(0,0,139,0)));
    background-image: -moz-linear-gradient(left, #00008B 0%, #00008B 60%, rgba(0,0,139,0) 100%);
    background-image: -o-linear-gradient(left, #00008B 0%, #00008B 60%, rgba(0,0,139,0) 100%);
    background-image: linear-gradient(90deg, #00008B 0%, #00008B 60%, rgba(0,0,139,0) 100%);
}
.color_blue #tmp_wrapper #tmp_tabs_cnt.right_bur:after{
    background-image: -webkit-gradient(linear, right top, left top, from(#00008B), color-stop(60%, #00008B), to(rgba(0,0,139,0)));
    background-image: -o-linear-gradient(right, #00008B 0%, #00008B 60%, rgba(0,0,139,0) 100%);
    background-image: -moz-linear-gradient(right, #00008B 0%, #00008B 60%, rgba(0,0,139,0) 100%);
    background-image: linear-gradient(-90deg, #00008B 0%, #00008B 60%, rgba(0,0,139,0) 100%);
}
.color_yellow #tmp_wrapper #tmp_tabs_cnt.left_bur:after{
    background-image: -webkit-gradient(linear, left top, right top, from(#FFFF00), color-stop(60%, #FFFF00), to(rgba(255,255,0,0)));
    background-image: -moz-linear-gradient(left, #FFFF00 0%, #FFFF00 60%, rgba(255,255,0,0) 100%);
    background-image: -o-linear-gradient(left, #FFFF00 0%, #FFFF00 60%, rgba(255,255,0,0) 100%);
    background-image: linear-gradient(90deg, #FFFF00 0%, #FFFF00 60%, rgba(255,255,0,0) 100%);
}
.color_yellow #tmp_wrapper #tmp_tabs_cnt.right_bur:after{
    background-image: -webkit-gradient(linear, right top, left top, from(#FFFF00), color-stop(60%, #FFFF00), to(rgba(255,255,0,0)));
    background-image: -moz-linear-gradient(right, #FFFF00 0%, #FFFF00 60%, rgba(255,255,0,0) 100%);
    background-image: -o-linear-gradient(right, #FFFF00 0%, #FFFF00 60%, rgba(255,255,0,0) 100%);
    background-image: linear-gradient(-90deg, #FFFF00 0%, #FFFF00 60%, rgba(255,255,0,0) 100%);
}
.color_yellow #tmp_wrapper #tmp_tabs_cnt .splide__arrow--prev {
    background-image: url(/shared/site_koho/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper #tmp_tabs_cnt .splide__arrow--next {
    background-image: url(/shared/site_koho/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper #tmp_tabs_cnt .splide__arrow--prev,
.color_black #tmp_wrapper #tmp_tabs_cnt .splide__arrow--prev {
    background-image: url(/shared/site_koho/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper #tmp_tabs_cnt .splide__arrow--next,
.color_black #tmp_wrapper #tmp_tabs_cnt .splide__arrow--next {
    background-image: url(/shared/site_koho/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_black #tmp_wrapper #tmp_tabs_year ul li a:after,
.color_black #tmp_wrapper #tmp_content_right:before,
.color_black #tmp_wrapper #tmp_content_right:after,
.color_blue #tmp_wrapper #tmp_tabs_year ul li a:after,
.color_blue #tmp_wrapper #tmp_content_right:before,
.color_blue #tmp_wrapper #tmp_content_right:after,
.color_black #tmp_wrapper #tmp_mainvs .mainvs_link a:before,
.color_blue #tmp_wrapper #tmp_mainvs .mainvs_link a:before{
    border-left-color: #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_tabs_year ul li a:after,
.color_yellow #tmp_wrapper #tmp_mainvs .mainvs_link a:before{
    border-left-color: #000000;
}
.color_black #tmp_wrapper #tmp_mainvs .mainvs_link a:before,
.color_blue #tmp_wrapper #tmp_mainvs .mainvs_link a:before{
    border-top-color: #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_mainvs .mainvs_link a:before{
    border-top-color: #000000;
}
.color_black #tmp_wrapper #tmp_content_right .content_inner,
.color_blue #tmp_wrapper #tmp_content_right .content_inner,
.color_yellow #tmp_wrapper #tmp_content_right .content_inner{
    background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_content_right .month_ttl:after,
.color_blue #tmp_wrapper #tmp_content_right .month_ttl:after,
.color_yellow #tmp_wrapper #tmp_content_right .month_ttl:after{
    content: none;
}
.color_black #tmp_wrapper #tmp_content_right:after{
    background-color: #000000 !important;
    border-bottom: 1px solid #FFFF00 !important;
}
.color_blue #tmp_wrapper #tmp_content_right:after{
    background-color: #00008B !important;
    border-bottom: 1px solid #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_content_right:after{
    background-color: #FFFF00 !important;
    border-bottom: 1px solid #000000 !important;
}
/* fsize */
.fsize_small #tmp_wrapper #tmp_mainvs .mainvs_more li a{
    background-position: 0 1px;
}
/* no-js */
.no_javascript #tmp_content_right .content_inner {
    overflow: auto;
    max-height: 730px;
}
.no_javascript #tmp_tabs_year {
	display:none;
}
.no_javascript #tmp_tabs_cnt.splide{
    visibility: visible;
}
.no_javascript #tmp_tabs_cnt.splide:after{
	display:none;
}
.no_javascript #tmp_tabs_cnt.splide .splide__list,
#tmp_tabs_cnt.splide.no-splide .splide__list{
    flex-flow: row wrap;
    margin: 0 -30px !important;
}
.no_javascript #tmp_tabs_cnt.splide .splide__slide,
#tmp_tabs_cnt.splide.no-splide .splide__slide{
    margin-bottom: 30px;
    padding: 0 30px;
    width: 25%;
}


