@charset "utf-8";

@import url('/shared/fonts/typesquare_font/ot_hiraginoudsansstdn_w4/OT-HiraginoUDSansStdN-W4.css');
@import url('/shared/fonts/typesquare_font/ot_hiraginoudsansstdn_w6/OT-HiraginoUDSansStdN-W6.css');

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "OT-HiraginoUDSansStdN-W4", 'メイリオ', Meiryo, sans-serif;
}

th,
optgroup,
strong,
b {
	font-family: "OT-HiraginoUDSansStdN-W6", 'メイリオ', Meiryo, sans-serif;
}

a:link,
a:active,
a:visited {
	color: #2463b0;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 112.5%; /* 18px */
	color: #222222;
	font-weight: 500;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #A8353A;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #106521;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #FCECEC;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #FBFBDF;
	/* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EBF9FC;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #E9E9E9;
	/* Setting by CMS sheets */
}

td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #EDFBEE;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #EDE9FA;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1220px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}
#tmp_contents {
	padding:0 0 40px;
	position:relative;
	z-index:0;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;
}
.column_rnavi .wrap_col_main {
	width: 100%;
	float: left;
}
.col_main {
	padding: 41px 40px;
	background-color: #ffffff;
	color: #222222;
}

/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 240px;
}
.format_free .col_rgt_navi {
	padding: 10px 0 0;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -280px;
}
.format_free .column_rnavi .col_main {
	margin-right: 280px;
}

/* header
================================================== */
#tmp_header {
	position: relative;
	padding: 16px 0;
	min-height: 100px;
	border-bottom: 1px solid #222222;
	background-color: #ffffff;
	color: #222222;
	z-index: 100;
}
.format_top .scroll_mainvs #tmp_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.format_top #tmp_wrapper.scroll_mainvs {
	padding-top: 100px;
}
#tmp_header .header_inner {
	display: flex;
	justify-content: space-between;
}
#tmp_hlogo {
	float: left;
	padding: 6px 0 0;
}

#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 347px;
	height: 56px;
	color: #222222;
	background: #ffffff url(/shared/site_koho/images/header/hlogo.png) no-repeat left top;
	background-size: 100% auto;
}

#tmp_hlogo a {
	display: block;
	width: 347px;
	height: 56px;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 347px;
	height: 55px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_means_wrap {
	display: flex;
	justify-content: flex-end;
	flex-flow: row wrap;
	align-items: center;
}
#tmp_hnavi_s {
	position: static;
	display: block;
	padding-bottom: 2px;
}

#tmp_means {
	padding: 10px 0;
}
#tmp_means > ul,
#tmp_hnavi_s > ul {
	display: flex;
	list-style: none;
	align-items: center;
}
#tmp_means > ul > li,
#tmp_hnavi_s > ul > li {
	margin-left: 46px;
}
#tmp_means > ul > li > a {
	text-decoration: none;
	display: inline-block;
	font-size: 88.9%;
	color: #222222;
}
#tmp_means > ul > li > a:hover,
#tmp_hnavi_rmenu > a:hover {
	text-decoration: underline;
}
#tmp_hnavi_rmenu > a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	min-width: 240px;
	min-height: 60px;
	text-decoration: none;
	border: 1px solid transparent;
	color: #ffffff;
	background-color: #222222;
}
#tmp_means > ul > li > a > span,
#tmp_hnavi_s > ul > li > a > span {
	display: block;
	background-repeat: no-repeat;
}
#tmp_hnavi_language > a > span{
	padding: 2px 0 1px 31px;
    background-image: url(/shared/site_koho/images/icon/icon_language.png);
    background-position: 0 4px;
}
#tmp_hnavi_home > a > span{
	padding: 5px 0 1px 34px;
	background-image: url(/shared/site_koho/images/icon/icon_pc.png);
	background-position: 0 5px;
}
#tmp_hnavi_rmenu > a > span{
    padding: 4px 0 1px 31px;
    background-image: url(/shared/site_koho/images/icon/icon_search.png);
    background-position: 0 5px;
}
#tmp_hnavi_rmenu > a.active{
	background-color: #ffffff;
	border-color: #222222;
	color: #222222;
}
#tmp_hnavi_rmenu > a.active span{
	padding-left: 24px;
	background-image: url(/shared/site_koho/images/icon/icon_close.png);
	background-position: 0 8px;
	background-size: 16px auto;
}

/* spmenu_open
================================================== */
.spmenu_open {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    min-height: 100%;
    color: #222222;
    z-index: 101;
}
.spmenu_open.menu_search:before{
	content: '';
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(34, 34, 34, 0.5);
	color: #222222;
}
#tmp_sma_rmenu {
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100% + 1px);
    text-align: left;
	pointer-events: none;
	z-index: 100;
}
#tmp_sma_rmenu > .container{
	pointer-events: auto;
}
#tmp_sma_rmenu .sec_searchinfo{
	padding: 33px 30px 44px;
	background-color: #ffffff;
	color: #222222;
}
#tmp_sma_rmenu .lnavi_wrap{
	padding: 33px 30px 44px;
	background-color: #d7dee9;
	color: #222222;
}
/* close btn */
#tmp_sma_rmenu .close_btn a{
	display: block;
	padding: 7px 10px 7px 12px;
	background-color: #ffffff;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	width: 100%;
	color: #222222;
	font-size: 88.9%;
	text-decoration: none;
	text-align: center;
}
#tmp_sma_rmenu .close_btn span{
	display: inline-block;
	padding: 8px 0 5px 30px;
	background: transparent url(/shared/site_koho/images/icon/icon_close.png) no-repeat left center;
	background-size: 20px auto;
	color: inherit;
}
#tmp_sma_rmenu .close_btn a:hover span{
	text-decoration: underline;
}
/* gnavi
================================================== */

.gnavi {
	color: inherit;
	clear: both;
}

.gnavi ul {
	list-style: none;
}

.gnavi li {
	width: 120px;
	float: left;
}

.gnavi a {
	display: block;
	padding: 13px 10px 11px;
	text-align: center;
	text-decoration: none;
}

.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration: underline;
}

/*pnavi*/
.pnavi{
	position: absolute;
	right: 9px;
    top: -66px;
	z-index: 96;
	display: block;
	border-radius: 50%;
	transition: 0.3s opacity ease-in-out;
}
.pnavi,
.pnavi a,
.pnavi span{
	width: 54px;
	height: 54px;
	overflow: hidden;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi span{
	position: relative;
	z-index: -1;
}
.pnavi a {
	font-size: 0.75rem;
	font-weight: bold;
	color: #222222;
	background: #FFFFFF url(/shared/site_koho/images/icon/icon_back_top.png) no-repeat center center;
	background-size: 22px auto;
	border: 1px solid #222222;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	text-transform: uppercase;
}
.pnavi a:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #222222;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 0;
	visibility: hidden;
}
.pnavi a:focus:after,
.pnavi a:hover:after{
	opacity: 1;
	visibility: visible;
	transition: 0.3s opacity ease-in-out;
}
.pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
	right: 50%;
	margin-right: -600px;
}
.no_javascript .pnavi{
	display: block;
}
/* footer
================================================== */

#tmp_footer {
	padding-top: 38px;
	color: inherit;
	border-top: 1px solid #222222;
}

#tmp_footer .container{
	position: relative;
}
#tmp_footer .footer_inner {
	display: flex;
	justify-content: space-between;
	padding: 0 11px 34px 0;
}
#tmp_footer .flogo {
	margin-bottom: 20px;
}
#tmp_footer .flogo p {
	display: block;
	width: 140px;
	height: 39px;
	font-size: 166.7%;
	color: #222222;
	background: #ffffff url(/shared/site_koho/images/footer/flogo.png);
}
#tmp_footer .flogo p span {
	display: block;
	position: relative;
	width: 140px;
	height: 38px;
	z-index: -1;
	overflow: hidden;
}
/* fnavi  */

.fnavi {
	display: flex;
	align-items: center;
}
.fnavi a {
	display: inline-block;
	padding: 3px 0 2px 20px;
	text-decoration: none;
	font-size: 88.9%;
	color: #222222;
	background: #ffffff url(/shared/site_koho/images/icon/icon_map.png) no-repeat left 3px;
}
.fnavi a:hover {
	text-decoration: underline;
}
.fnavi ul {
	display: flex;
	flex-flow: column;
	justify-content: center;
	min-height: 127px;
	list-style: none;
	padding-left: 30px;
	gap: 21px;
	border-left: 1px solid #dcdde0;
}

.fnavi ul.fnavi_left {
	min-width: 210px;
	padding-right: 10px;
    gap: 17px;
}
.fnavi ul.fnavi_right {
	min-width: 255px;
}
.fnavi ul li a {
	padding: 3px 0 2px 14px;
	background-image: url(/shared/site_koho/images/icon/icon_arr.png);
	background-position: 0 6px;
}
.fnavi ul.fnavi_left li a {
	padding-left: 16px;
}
/* fnavi_map */
.fnavi_map {
	margin-right: 34px;
	margin-bottom: 5px;
}
.fnavi_map a {
	display: inline-block;
	padding: 5px 0 2px 29px;
	text-decoration: none;
	font-size: 88.9%;
	color: #222222;
	background: #ffffff url(/shared/site_koho/images/icon/icon_map.png) no-repeat left 3px;
}
.fnavi_map a:hover {
	text-decoration: underline;
}
.footer_cnt{
	padding-right: 10px;
}
.footer_cnt address {
	margin: 0 0 5px;
	font-style: normal;
}
.footer_cnt address span {
	display: block;
	margin: 0 0 2px;
}
.copyright {
	padding: 10px 10px 11px;
	text-align: center;
	font-size: 66.7%;
	color: #ffffff;
	background-color: #222222;
	letter-spacing: 0.01em;
}
.copyright br {
	display: none;
}
/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 0 0 14px;
	color: #222222;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 3px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 6px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 7px 0 8px 9px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__toggle:hover {
	text-decoration: underline;
}
.splide_common .splide__arrow {
	position: static;
	width: 66px;
	height: 50px;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	background-color: transparent;
	border-radius: 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.splide_common .splide__arrow:hover:not(.disabled) {
	opacity: 0.7;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_koho/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_koho/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #222222;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
    width: 1px;
    height: 90%;
    position: absolute;
    left: 4px;
    top: 0;
    transform: rotate(18deg);
    background-color: #222222;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_koho/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_koho/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_koho/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_koho/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}

/* ==================================================
layout
================================================== */
.link_hidden{
	display: none;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	padding: 48px 0 38px;
	background-color: #e9edf3;
	font-size:77.8%;
	line-height: 1.6;
    color: #222222;
}
#tmp_pankuzu a{
	display: inline-block;
	background-color: transparent;
	color: inherit;
}

/* update
================================================== */
#tmp_custom_update{
	margin: 0 -3px 16px 0;
}
#tmp_social_plugins{
	float: left;
}
#tmp_social_plugins .social_media_btn{
	float: left;
	margin-bottom: 5px;
}
#tmp_social_plugins .social_media_btn a{
	display: block;
	line-height: 1;
	min-height: 20px;
	transition: 0.3s ease-in-out opacity;
}
#tmp_social_plugins .social_media_btn img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_social_plugins .social_media_btn a:hover,
#tmp_social_plugins .social_media_btn a:focus{
	opacity: 0.7;
}
#tmp_social_plugins .social_media_btn:not(:first-of-type){
	margin-left: 6px;
}
#tmp_update{
	float: right;
	padding-top: 5px;
	font-size: 77.8%;
	line-height: 1.2;
}
#tmp_update span{
	display: flex;
	padding-bottom: 5px;
}
#tmp_contents #tmp_custom_update p{
	margin-bottom: 0;
}
/* parent_name
================================================== */
#tmp_parent_name{
	margin-bottom: 8px;
}
#tmp_parent_name p{
	display: inline-block;
	font-size: 100%;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
}
#tmp_parent_name a{
	display: inline-block;
	padding: 3px 16px 2px 20px;
	background: transparent url(/shared/site_koho/images/icon/icon_arr.png) no-repeat 4px 9px;
	color: inherit;
	text-decoration: none;
}
#tmp_parent_name a:hover{
	text-decoration: underline;
}
/* rnavi
================================================== */
/* links */
.rnavi_links li{
	margin-bottom: 3px;
	list-style: none;
	font-size: 77.8%;
}
.rnavi_links a{
	display: inline-block;
	padding: 4px 0 4px 13px;
	background: transparent url(/shared/site_koho/images/icon/icon_arr_sm.png) no-repeat 0 7px;
	color: inherit;
	text-decoration: none;
}
.rnavi_links li:last-of-type{
	margin-bottom: 0;
}
/* blog */
.rnavi_blog .rnavi_blog_ttl{
	margin-bottom: 27px;
    padding-bottom: 17px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 144.4%;
	font-weight: bold;
	color: inherit;
}
.rnavi_blog .rnavi_blog_ttl p{
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)) no-repeat left bottom 3px;
	background: -moz-linear-gradient(#ffffff, #ffffff) no-repeat left bottom 3px;
	background: -o-linear-gradient(#ffffff, #ffffff) no-repeat left bottom 3px;
	background: linear-gradient(#ffffff, #ffffff) no-repeat left bottom 3px;
	background-size: 100% 14px;
	color: #222222;
}
.rnavi_blog .rnavi_blog_cnt{
	padding: 15px 14px 10px;
	background-color: #ffffff;
	border: 1px solid #222222;
	color: #222222;
}

/* rnavi
================================================== */
.lnavi_blog{
	background-color: #ffffff;
	border: 1px solid #222222;
	color: #222222;
}
.lnavi_blog .lnavi_blog_ttl {
	padding: 13px 8px 11px 14px;
	font-size: 77.8%;
	font-weight: bold;
}
.lnavi_blog .lnavi_blog_ttl a{
	display: block;
	margin: -13px -8px -11px -14px;
	padding: 13px 8px 11px 27px;
	background: transparent url(/shared/site_koho/images/icon/icon_arr_sm.png) no-repeat 14px 18px;
	color: inherit;
	text-decoration: none;
}
.lnavi_blog .lnavi_blog_cnt {
	padding: 20px 8px 6px 13px;
	background-image: url(/shared/site_koho/images/icon/border_triangle_pc.png), -webkit-gradient(linear, left top, left bottom, from(#222222), to(#222222));
	background-image: url(/shared/site_koho/images/icon/border_triangle_pc.png), -moz-linear-gradient(#222222, #222222);
	background-image: url(/shared/site_koho/images/icon/border_triangle_pc.png), -o-linear-gradient(#222222, #222222);
	background-image: url(/shared/site_koho/images/icon/border_triangle_pc.png), linear-gradient(#222222, #222222);
	background-size: 36px auto, calc(100% - 42px) 1px;
	background-repeat: no-repeat;
	background-position: left top, right top;
	color: #222222;
}
.lnavi_blog .accordion_switch {
	font-size: 77.7%;
	color: #222222;
	position: relative;
	border-bottom:2px solid #d7dee9;
	display:block;
	margin: 0 0 10px;
	padding:10px 0 5px;
}
.lnavi_blog .accordion_switch:hover span{
	text-decoration: underline;
}
.lnavi_blog .accordion_switch span {
	display:inline-block;
	position:relative;
	padding-left:20px;
}
.lnavi_blog .accordion_switch span::before,
.lnavi_blog .accordion_switch span::after {
	content:'';
	position:absolute;
	background-color:#222222;
	color:#ffffff;
}
.lnavi_blog .accordion_switch span::before {
	top:9px;
	left:0;
	width:12px;
	height:2px;
}
.lnavi_blog .accordion_switch span::after {
	top:4px;
	left:5px;
	width:2px;
	height:12px;
}
.lnavi_blog .ac_active .accordion_switch span::after {
	display:none;
}
.lnavi_blog .cate_tab_0,
.lnavi_blog .cate_tab_ {
	display: none;
}
/* rnavi recommend
================================================== */
#tmp_rnavi_recommend{
	margin-bottom: 20px;
}
#tmp_rnavi_recommend .rnavi_blog_ttl{
	background-image: url(/shared/site_koho/images/icon/recommend_txt_pc.png);
}
#tmp_rnavi_recommend .rnavi_blog_cnt{
	padding: 20px 15px;
}
#tmp_rnavi_recommend .recommend_slide_inner a{
	display:block;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
#tmp_rnavi_recommend .recommend_slide_img{
	margin-bottom: 13px;
}
#tmp_rnavi_recommend .recommend_slide_img img{
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: opacity 0.3s ease-in-out;
}
#tmp_rnavi_recommend .recommend_slide_tags{
	display: flex;
	flex-flow: row wrap;
	list-style:none;
	margin-bottom: 10px;
}
#tmp_rnavi_recommend .recommend_slide_tags li {
	flex: 0 1 auto;
	margin-bottom: 9px;
	font-size: 77.8%;
	line-height: 1.2;
}
#tmp_rnavi_recommend .recommend_slide_tags li:not(:last-of-type){
	margin-right: 10px;
}
#tmp_rnavi_recommend .recommend_slide_tags li a {
	padding: 4px 5px;
	background-color: #d7dee9;
	min-width: 58px;
	border-radius: 12px;
	color: #222222;
}
#tmp_rnavi_recommend .recommend_slide_date{
	font-size: 77.7%;
	margin-bottom: 3px;
}
#tmp_rnavi_recommend .recommend_slide_ttl {
	font-size: 88.9%;
	line-height: 1.5;
	font-weight: 500;
}
#tmp_rnavi_recommend .no-splide .splide__list{
	flex-direction: column;
}
#tmp_rnavi_recommend .no-splide .splide__controls{
	display: none;
}
#tmp_rnavi_recommend .splide__slide:not(:last-of-type){
	margin-bottom: 23px;
}
#tmp_rnavi_recommend .recommend_slide_link_area{
	margin-bottom: 10px;
}
#tmp_rnavi_recommend .recommend_slide_link_area.active a,
#tmp_rnavi_recommend .recommend_slide_tags li a:hover,
#tmp_rnavi_recommend .recommend_slide_tags li a:focus,
#tmp_rnavi_recommend .recommend_slide_ttl a:hover,
#tmp_rnavi_recommend .recommend_slide_ttl a:focus {
	text-decoration:underline;
}
#tmp_rnavi_recommend .recommend_slide_link_area.active img{
	opacity: 0.7;
}

/* rnavi banner
================================================== */
.banner_list .banner_item{
	list-style: none;
}
.banner_list .banner_item a{
	display: block;
}
.banner_list .banner_item img{
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: opacity 0.3s ease-in-out;
}
/* rnavi banner */
#tmp_rnavi_banner{
	margin-top: 40px;
}
#tmp_rnavi_banner .banner_item:not(:last-of-type){
	margin-bottom: 20px;
}
/* common banner */
#tmp_banner{
	padding: 52px 0 30px;
	background-color: #e9edf3;
	color: #333333;
	overflow: hidden;
}
#tmp_banner .banner_list{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -30px;
}
#tmp_banner .banner_item{
	margin-bottom: 30px;
	padding: 0 30px;
	width: 50%;
}

/* banner_content
================================================== */
#tmp_banner_content {
    padding: 52px 0 20px;
    color: #222222;
    background-color: #e9edf3;
}
.format_free #tmp_banner_content{
	padding: 72px 0 60px;
}
#tmp_banner_splide .splide {
    display: flex;
    flex-flow: column-reverse;
}
#tmp_banner_splide .splide__slide .item_inner > a {
    background-color: transparent;
    outline-offset: -1px;
}
#tmp_banner_splide .splide__slide .item_inner a:hover img{
	opacity: 0.7;
}
#tmp_banner_splide .splide .splide__controls {
    margin: 23px auto 0;
    max-width:354px;
}
#tmp_banner_splide .splide .splide__toggle {
    font-weight: normal;
    font-size: 88.9%;
    margin-right: 0;
    margin-left: 51px;
}
#tmp_banner_splide .splide_common .splide__toggle:before,
#tmp_banner_splide .splide_common .splide__toggle:after {
    margin-top: 0;
}
#tmp_banner_splide .splide__progress {
    min-width: 79px;
    padding: 0 6px 0 5px;
    justify-content: center;
}
#tmp_banner_splide .splide__progress p {
    font-weight: normal;
}
#tmp_banner_splide .splide__progress .progress_total {
    padding-left: 7px;
}
#tmp_banner_splide .btn_more {
    position: relative;
    z-index: 1;
    margin-left: calc(26.52% + 354px);
    margin-top: -34px;
}
#tmp_banner_splide .btn_more a {
    display: inline-block;
    padding-left: 15px;
    text-decoration: none;
    font-size: 88.9%;
    color: #222222;
    background: transparent url(/shared/site_koho/images/icon/icon_arr.png) no-repeat 0 5px;
}
#tmp_banner_splide .btn_more a:hover {
    text-decoration: underline;
}
.no_javascript #tmp_banner_splide .splide {
    visibility: visible;
}
.no_javascript #tmp_banner_splide .splide__slide,
#tmp_banner_splide .no-splide .splide__slide {
    margin-bottom: 30px;
    padding: 0 30px;
    width: 50%;
}
.no_javascript #tmp_banner_splide .splide__list,
#tmp_banner_splide .no-splide .splide__list {
	margin: 0 -30px !important;
}

/* inquiry
================================================== */
#tmp_inquiry{
	margin-bottom: 39px;
	padding: 27px 31px;
	border: 1px solid #222222;
	clear:both;
}
#tmp_inquiry_ttl{
	margin-bottom: 20px;
}
#tmp_inquiry_ttl h2 {
	font-size: 122.2%;
	font-weight: bold;
	line-height: 1.4;
}
#tmp_inquiry_cnt{
	word-break:break-all;
	word-wrap:break-word;
	line-height: 1.5;
}

/* search information
================================================== */
.ttl_blog{
	margin-bottom: 38px;
	font-size: 133.3%;
	font-weight: bold;
}
.ttl_blog:after{
	content: '';
	position: relative;
	display: inline-block;
	margin-left: 25px;
	top: -3px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
	height: 12px;
	color: inherit;
}
#tmp_contents .ttl_blog p {
	margin-bottom: 0;
}
.sec_searchinfo{
	padding: 55px 0 49px;
	background-color: #ffffff;
	color: #222222;
}
.sec_searchinfo .ttl_blog{
	margin-bottom: 49px;
}
.sec_searchinfo .ttl_blog:after{
	margin-left: 23px;
	background-image: url(/shared/site_koho/images/icon/search_txt_pc.png);
	width: 54px;
}
/* search form */
.sec_searchinfo .search_form{
	margin-bottom: 50px;
}
.sec_searchinfo .search_form .wrap_sch_box{
	display: flex;
}
.sec_searchinfo .search_form .sch_ttl{
	flex-shrink: 0;
	align-self: center;
	padding-right: 10px;
	width: 241px;
}
.sec_searchinfo .search_form .sch_ttl label{
	display: inline-block;
	font-size: 111.1%;
	font-weight: bold;
	cursor: pointer;
}
.sec_searchinfo .search_form .sch_wrap{
	position: relative;
	align-self: flex-start;
	flex: 1 auto;
	width: 100%;
}
.sec_searchinfo .search_form .sch_box input,
.sec_searchinfo .search_form .sch_btn input{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0;
	border: 1px solid #222222;
	line-height: 1.2;
	appearance: none;
	box-shadow: none;
}
.sec_searchinfo .search_form .sch_box input{
	padding: 5px 206px 7px 21px;
	min-height: 60px;
	background-color: #ffffff;
	font-size: 88.9%;
	color: #222222;
}
.sec_searchinfo .search_form .sch_box input::placeholder{
	color: #222222;
}
.sec_searchinfo .search_form .sch_btn{
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	width: 200px;
	z-index: 2;
}
.sec_searchinfo .search_form .sch_btn input{
	padding: 8px 10px 4px;
	background-color: #222222;
	border-color: #222222;
	font-weight: 500;
	color: #ffffff;
	cursor: pointer;
}
.sec_searchinfo .search_form .sch_btn input:hover{
	text-decoration: underline;
}
/* search blog */
.sec_searchinfo .search_blog{
	display: flex;
	margin-bottom: 40px;
}
.sec_searchinfo .search_blog_ttl{
	flex-shrink: 0;
	padding: 3px 10px 0 0;
	width: 241px;
	font-size: 111.1%;
	font-weight: bold;
}
.sec_searchinfo .search_blog_cnt{
	flex: 1 auto;
	width: 100%;
}
.sec_searchinfo .search_blog_cnt ul{
	display: flex;
	flex-flow: row wrap;
}
.sec_searchinfo .search_blog_cnt li{
	list-style: none;
	font-weight: 500;
}
.sec_searchinfo .search_blog_cnt a{
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
.sec_searchinfo .search_blog_links li{
	margin-bottom: 10px;
	width: 25%;
}
.sec_searchinfo .search_blog_links a{
	display: block;
	padding: 5px 10px 6px;
	height: 100%;
	border-left: 1px solid #222222;
	text-align: center;
}
.sec_searchinfo .search_blog_links span{
	display: inline-block;
	padding: 2px 0 2px 17px;
	background: transparent url(/shared/site_koho/images/icon/icon_arr.png) no-repeat 0 8px;
	color: inherit;
}
.sec_searchinfo .search_blog_links li:nth-child(4n) a,
.sec_searchinfo .search_blog_links li:last-child a{
	border-right: 1px solid #222222;
}
.sec_searchinfo .search_blog_tags li{
	margin: 0 11px 10px 0;
}
.sec_searchinfo .search_blog_tags a{
	display: inline-block;
	padding: 10px 10px 7px 9px;
	min-width: 80px;
	border: 1px solid #222222;
	border-radius: 22px;
}
.sec_searchinfo .search_blog_tags li:last-of-type{
	margin-right: 0;
}
.sec_searchinfo .search_blog:last-child{
	margin-bottom: 0;
}
/* news list pattern */
.section_head h2{
    display: inline-block;
    font-size: 133.3%;
    background-repeat: no-repeat;
}
.ttl_blog p {
	color: #222222;
	background-color:transparent;
}
.ttl_blog p,
.section_head h2 span {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.ttl_blog p:before,
.section_head h2 span:after {
    content: '';
    height: 14px;
    position: absolute;
    left: 0;
    right: 2px;
    bottom: 0;
    z-index: -1;
    padding-bottom: 5px;
    background-color: #d7dee9;
}
/* news_list
================================================== */
.news_list > ul {
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px !important;
}
.news_list > ul > li {
    width: 33.33333%;
    padding: 0 18px !important;
    margin-bottom: 24px !important;
}
.news_list > ul > li a,
.news_list .splide__slide .item_inner a {
    display: block;
    text-decoration: none;
    color: #222222;
    background-color: transparent;
	outline-offset: -1px;
}
.news_list > ul > li .img,
.news_list .splide__slide .item_inner .img {
    display: block;
    margin-bottom: 12px !important;
}
.news_list > ul > li .img img,
.news_list .splide__slide .item_inner > .img img {
    vertical-align: top;
    width: 100%;
    height: auto;
    transition: 0.3s opacity ease-in-out;
}
.news_list > ul > li .tags,
.news_list > ul > li .date,
.news_list .splide__slide .item_inner .date {
    display: block;
    font-size: 77.8%;
}
.news_list > ul > li .tags{
	line-height:1.3 !important;
    margin-bottom: 17px !important;
}
.news_list > ul > li .tags span {
    display: inline-block;
    margin:0 5px 5px 0;
}
.news_list > ul > li .tags span:has(a:empty){
	display: none;
}
.news_list > ul > li .tags span a {
    display: inline-block;
    padding: 2px 7px;
    border: 1px solid transparent;
    background-color: #d7dee9;
    border-radius: 12px;
}
.news_list > ul > li .date {
    margin-bottom: 3px !important;
}
.news_list > ul > li .txt{
	margin-bottom: 0.8em;
}
.news_list > ul > li .txt,
.news_list .splide__slide .item_inner .txt {
    display: block;
    font-size: 88.9%;
    font-weight: bold;
    line-height: 1.5;
}
.news_list > ul > li a:hover,
.news_list .news_cnt.active a,
.news_list .splide__slide .item_inner a:hover {
    text-decoration: underline;
}
.news_list .news_cnt.active img{
	opacity: 0.7;
}
/* switch_read_more */
ul > li.switch_read_more {
	width:100% !important;
	padding:0 !important;
	text-align:center;
	font-size:83.33%;
}
ul > li.switch_read_more a {
	display:inline-block;
	min-width:140px;
	margin:0 auto;
	padding:0 15px 9px;
	border-bottom:2px solid #d7dee9;
}
ul > li.switch_read_more span {
	display:inline-block;
	position:relative;
	padding-left:20px;
}
ul > li.switch_read_more span::before,
ul > li.switch_read_more span::after {
	content:'';
	position:absolute;
	background-color:#222222;
	color:#ffffff;
}
ul > li.switch_read_more span::before {
	top:9px;
	left:0;
	width:12px;
	height:2px;
}
ul > li.switch_read_more span::after {
	top:4px;
	left:5px;
	width:2px;
	height:12px;
}
ul > li.switch_read_more a.hide span::after {
	display:none;
}
ul > li.switch_read_more a:hover span {
	text-decoration:underline;
}
/* popular_content
================================================== */
#tmp_popular_content {
    padding: 52px 0 60px;
    color: #222222;
    background-color: #e9edf3;
}
.popular_wrapper .section_head {
    margin-bottom: 49px;
}
.popular_wrapper .section_head h2 {
    padding-right: 203px;
    background-image: url(/shared/templates/koho_top/images/popular_ttl.png);
    background-position: right 12px;
}
.popular_wrapper .section_head h2 span:after {
    background-color: #ffffff;
    bottom: 1px;
}
#tmp_popular_splide .splide {
    display: flex;
    flex-flow: column-reverse;
}
#tmp_popular_splide .splide__slide .item_inner > a {
    background-color: transparent;
    outline-offset: -1px;
}
#tmp_popular_splide .splide__slide .item_inner > a .img {
    margin-bottom: 9px;
}
#tmp_popular_splide .splide__slide .item_inner > a .tags {
    margin-bottom: 20px;
	line-height: 1.3;
}
#tmp_popular_splide .splide__slide .item_inner > a .tags span {
    background-color: #ffffff;
    padding: 3px 7px 0 3px;
}
#tmp_popular_splide .splide__slide .item_inner > a .txt {
    font-size: 100%;
}
#tmp_popular_splide .splide__slide .item_inner.active .txt{
	text-decoration: underline;
}
#tmp_popular_splide .splide__slide .item_inner.active .img{
	opacity: 0.7;
}
#tmp_popular_splide .splide .splide__controls {
    margin: 53px auto 0;
    max-width:354px;
}
#tmp_popular_splide .splide .splide__toggle {
    font-weight: normal;
    font-size: 88.9%;
    margin-right: 0;
    margin-left: 51px;
}
#tmp_popular_splide .splide_common .splide__toggle:before,
#tmp_popular_splide .splide_common .splide__toggle:after {
    margin-top: 0;
}
#tmp_popular_splide .splide__progress {
    min-width: 79px;
    padding: 0 6px 0 5px;
    justify-content: center;
}
#tmp_popular_splide .splide__progress p {
    font-weight: normal;
}
#tmp_popular_splide .splide__progress .progress_total {
    padding-left: 7px;
}
#tmp_popular_splide .btn_more {
    position: relative;
    z-index: 1;
    margin-left: calc(26.52% + 354px);
    margin-top: -34px;
}
#tmp_popular_splide .btn_more a {
    display: inline-block;
    padding-left: 15px;
    text-decoration: none;
    font-size: 88.9%;
    color: #222222;
    background: transparent url(/shared/site_koho/images/icon/icon_arr.png) no-repeat 0 5px;
}
#tmp_popular_splide .btn_more a:hover {
    text-decoration: underline;
}
.format_free #tmp_popular_content{
	padding: 49px 0 11px;
}

/* news
================================================== */
#tmp_news_life .splide__slide .ttl {
    position: relative;
    height: 100%;
    min-height: 35px;
    text-align: center;
	padding-top: 2px;
    border-bottom: 2px solid #d7dee9;
}
#tmp_news_life .splide__slide .ttl:after {
    content: '';
    position: absolute;
    right: 0;
    height: 30px;
    margin-top: -5px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    border-left: 1px solid #222222;
}
#tmp_news_life .splide__slide:first-child .ttl:before {
    content: '';
    position: absolute;
    left: 0;
    height: 30px;
    margin-top: -5px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    border-left: 1px solid #222222;
}
#tmp_news_life .splide__slide:last-child .ttl:after {
	/* display:none; */
}
#tmp_news_life .splide__slide.tab_active .ttl {
    border-bottom-color: #222222;
	padding-top: 0;
}
#tmp_news_life .splide__slide .ttl a {
    display: inline-block;
    text-align: center;
    font-size: 77.78%;
    text-decoration: none;
    color: #222222;
}
#tmp_news_life .splide__slide.tab_active .ttl a {
    position: relative;
    font-size: 88.89%;
    font-weight: bold;
	outline-offset: -1px;
}
#tmp_news_life .splide__slide:not(.tab_active) .ttl:hover a{
    position: relative;
	outline-offset: -1px;
}
#tmp_news_life .splide__slide:not(.tab_active) .ttl:hover a:after{
    content: '';
    height: 10px;
    position: absolute;
    left: -2px;
    right: -1px;
    bottom: 4px;
    z-index: -1;
    padding-bottom: 5px;
    background-color: #d7dee9;
}
#tmp_news_life .splide__slide.tab_active .ttl a:after {
    content: '';
    height: 10px;
    position: absolute;
    left: -2px;
    right: -1px;
    bottom: 4px;
    z-index: -1;
    padding-bottom: 5px;
    background-color: #d7dee9;
}
#tmp_news_life_ttl {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#tmp_news_life_ttl .splide{
	width: 100%
}
/* top */
#tmp_news_life_ttl .splide__slide {
    flex: 1 1 auto;
    border: none;
}
#tmp_news_life_ttl .splide.is-initialized .splide__slide {
	cursor: pointer;
}
#tmp_news_life_cnt{
    margin-bottom: 38px;
}
#tmp_news_life_cnt .news_list > ul > li > a .tags {
    margin-bottom: 14px;
}
#tmp_news_life .list_link {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
    text-align: center;
}
#tmp_contents #tmp_news_life .list_link{
	margin: 0;
}
#tmp_news_life .list_link li{
	list-style: none;
	font-size: 88.9%;
}
#tmp_news_life .list_link a{
    display: inline-block;
    padding-left: 16px;
    text-decoration: none;
    color: #222222;
    background: transparent url(/shared/site_koho/images/icon/icon_arr.png) no-repeat 0 4px;
}
#tmp_news_life .list_link a:hover{
    text-decoration: underline;
}

/* linkicon
================================================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel,
#tmp_main a.icon_text,
#tmp_main a.icon_ppt,
#tmp_main a.icon_zip,
#tmp_main a.icon_csv,
#tmp_main .icon_youtube,
#tmp_main .icon_facebook,
#tmp_main .icon_twitter {
	display:inline-block;
	vertical-align:top;
	background-repeat:no-repeat;
	text-indent:0 !important;
}
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_text,
a.icon_ppt,
a.icon_zip,
a.icon_csv{
	padding-left: 50px;
	background-position: 2px 0.2em;
	background-size: 40px auto;
	background-repeat: no-repeat;
}
a.icon_pdf {
	background-image:url(/shared/system/images/linkicon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/shared/system/images/linkicon/icon_word.png);
}
a.icon_excel {
	background-image:url(/shared/system/images/linkicon/icon_excel.png);
}
a.icon_text {
	background-image:url(/shared/system/images/linkicon/icon_text.png);
}
a.icon_ppt {
	background-image:url(/shared/system/images/linkicon/icon_ppt.png);
}
a.icon_zip {
	background-image:url(/shared/system/images/linkicon/icon_zip.png);
}
a.icon_csv {
	background-image:url(/shared/system/images/linkicon/icon_csv.png);
}

.icon_youtube,
.icon_facebook,
.icon_twitter{
	padding-left: 74px;
	background-position: 0 0.35em;
	background-size: 66px auto;
	background-repeat: no-repeat;
}
.icon_youtube {
	background-image:url(/shared/system/images/linkicon/icon_youtube.png);
}
.icon_facebook {
	background-image:url(/shared/system/images/linkicon/icon_facebook.png);
}
.icon_twitter {
	background-image:url(/shared/system/images/linkicon/icon_twitter.png);
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom:33px;
	padding:33px 14px 15px;
	background:#eaedf0 url(/shared/site_koho/images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px auto;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:20px 0 17px;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #d5d5d4;
	color:#222222;
	display:inline-block;
	padding:7px 9px 7px 65px;
	text-decoration:none;
	background:#ffffff url(/shared/site_koho/images/icon/scroll_table_ex.png) 8px center no-repeat;
	background-size:49px auto;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background-image: url(/shared/site_koho/images/icon/scroll_table_df.png);
}
.scroll_table::-webkit-scrollbar{
 	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 	background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 	background: #BCBCBC;
}

/* hover */
.banner_list .banner_item a:hover img,
#tmp_rnavi_recommend .recommend_slide_inner a:hover .recommend_slide_img img{
	opacity: 0.7;
}
.sec_searchinfo .search_blog_tags a:hover,
.sec_searchinfo .search_blog_links a:hover span,
.lnavi_blog .lnavi_blog_ttl a:hover,
.rnavi_links a:hover,
#tmp_rnavi_recommend .recommend_slide_inner a:hover .recommend_slide_ttl{
	text-decoration: underline;
}
#tmp_rnavi_recommend .recommend_slide_inner a:focus-visible{
	outline-offset: -2px;
}


/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 18px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 49%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 49%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 18px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 32%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 32%;
	float: left;
}
/* ==================================================
font-family
================================================== */
/* bold */
.section_head h2,
#tmp_hnavi_rmenu > a,
.pnavi a,
.splide_common .splide__toggle,
.rnavi_blog .rnavi_blog_ttl,
.lnavi_blog .lnavi_blog_ttl,
#tmp_inquiry_ttl h2,
.ttl_blog,
.sec_searchinfo .search_form .sch_ttl label,
.sec_searchinfo .search_blog_ttl,
.news_list > ul > li .txt,
.news_list .splide__slide .item_inner .txt,
#tmp_news_life .splide__slide.tab_active .ttl a,
.no_javascript #tmp_news_life .splide__slide .ttl{
	font-family: "OT-HiraginoUDSansStdN-W6", 'メイリオ', Meiryo, sans-serif;
}
/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}

/* logo */
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span,
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span,
.color_black #tmp_footer .flogo p,
.color_black #tmp_footer .flogo p span,
.color_blue #tmp_footer .flogo p,
.color_blue #tmp_footer .flogo p span,
.color_yellow #tmp_footer .flogo p,
.color_yellow #tmp_footer .flogo p span {
	width: auto !important;
	height: auto !important;
}

/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}

/* ==================================================
header & footer accessibility
================================================== */
.no_javascript #tmp_popular_splide .splide {
    visibility: visible;
}
.no_javascript #tmp_popular_splide .splide__list,
#tmp_popular_splide .no-splide .splide__list {
	flex-flow: row wrap;
    margin: 0 -30px !important;
}
.no_javascript #tmp_popular_splide .splide__slide,
#tmp_popular_splide .no-splide .splide__slide {
    margin-bottom: 30px;
    padding: 0 30px;
    width: 25%;
}
.no_javascript #tmp_popular_splide .btn_more,
#tmp_popular_splide .no-splide + .btn_more{
    margin-top: 0;
}
.color_black #tmp_wrapper #tmp_sma_rmenu,
.color_black #tmp_wrapper #tmp_sma_rmenu .container,
.color_blue #tmp_wrapper #tmp_sma_rmenu,
.color_blue #tmp_wrapper #tmp_sma_rmenu .container,
.color_yellow #tmp_wrapper #tmp_sma_rmenu,
.color_yellow #tmp_wrapper #tmp_sma_rmenu .container{
	background-color: transparent !important;
}
.color_black #tmp_wrapper .pnavi a,
.color_blue #tmp_wrapper .pnavi a,
.color_yellow #tmp_wrapper .pnavi a {
	border-width:2px !important;
}
.color_black #tmp_wrapper .pnavi a,
.color_blue #tmp_wrapper .pnavi a{
	background-image: url(/shared/site_koho/images/icon/icon_back_top_yl.png) !important;
}
.color_yellow #tmp_wrapper .pnavi a{
	background-image: url(/shared/site_koho/images/icon/icon_back_top.png) !important;
}
.color_black #tmp_wrapper .pnavi span,
.color_blue #tmp_wrapper .pnavi span,
.color_yellow #tmp_wrapper .pnavi span{
	z-index: -1 !important;
}
.color_black #tmp_wrapper .ttl_blog p:before,
.color_blue #tmp_wrapper .ttl_blog p:before,
.color_yellow #tmp_wrapper .ttl_blog p:before {
	display:none !important;
}
/* fsize */
.fsize_small #tmp_wrapper #tmp_hnavi_language > a > span{
	padding-top: 4px;
	padding-bottom: 2px;
}
.fsize_small #tmp_wrapper #tmp_hnavi_home > a > span,
.fsize_small #tmp_wrapper #tmp_hnavi_language > a > span,
.fsize_small #tmp_wrapper #tmp_hnavi_rmenu > a > span,
.fsize_small #tmp_wrapper .fnavi a{
	background-position: 0 0;
}
.fsize_small #tmp_wrapper #tmp_popular_splide .btn_more a {
	background-position: 0 1px;
}
/* ==================================================
endpart accessibility
================================================== */
.color_black #tmp_wrapper table.col2 td.col2L,
.color_black #tmp_wrapper table.col3 td.col3L,
.color_black #tmp_wrapper table.col3 td.col3M,
.color_blue #tmp_wrapper table.col2 td.col2L,
.color_blue #tmp_wrapper table.col3 td.col3L,
.color_blue #tmp_wrapper table.col3 td.col3M,
.color_yellow #tmp_wrapper table.col2 td.col2L,
.color_yellow #tmp_wrapper table.col3 td.col3L,
.color_yellow #tmp_wrapper table.col3 td.col3M{
	border-color: transparent !important;
}

.color_black #tmp_wrapper #tmp_rnavi_recommend .recommend_slide_tags > span,
.color_blue #tmp_wrapper #tmp_rnavi_recommend .recommend_slide_tags > span,
.color_yellow #tmp_wrapper #tmp_rnavi_recommend .recommend_slide_tags > span{
	border: 1px solid;
}

.color_black #tmp_wrapper #tmp_pankuzu,
.color_blue #tmp_wrapper #tmp_pankuzu,
.color_yellow #tmp_wrapper #tmp_pankuzu,
.color_black #tmp_wrapper .lnavi_blog .lnavi_blog_cnt,
.color_blue #tmp_wrapper .lnavi_blog .lnavi_blog_cnt,
.color_yellow #tmp_wrapper .lnavi_blog .lnavi_blog_cnt,
.color_black #tmp_wrapper #tmp_wrap_main .sec_searchinfo,
.color_blue #tmp_wrapper #tmp_wrap_main .sec_searchinfo,
.color_yellow #tmp_wrapper #tmp_wrap_main .sec_searchinfo{
	border-top: 1px solid;
}

.color_black #tmp_wrapper .ttl_blog:after,
.color_blue #tmp_wrapper .ttl_blog:after,
.color_yellow #tmp_wrapper .ttl_blog:after{
	content: none;
}

.color_black #tmp_wrapper .news_list > ul > li > a .tags span,
.color_blue #tmp_wrapper .news_list > ul > li > a .tags span,
.color_yellow #tmp_wrapper .news_list > ul > li > a .tags span{
    border: 1px solid;
}
.color_black #tmp_wrapper .section_head h2,
.color_blue #tmp_wrapper .section_head h2,
.color_yellow #tmp_wrapper .section_head h2{
    padding-right: 0 !important;
}
.color_black #tmp_wrapper #tmp_news_life .splide__slide .ttl:after,
.color_blue #tmp_wrapper #tmp_news_life .splide__slide .ttl:after{
    border-left-color: #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_news_life .splide__slide .ttl:after{
    border-left-color: #000000;
}

/* no-js */
.no_javascript.format_free #tmp_popular_content,
.no_javascript.format_free #tmp_banner,
.no_javascript .lnavi_blog .accordion_area > p,
.no_javascript .lnavi_blog .accordion_area.tab2,
.no_javascript .lnavi_blog .accordion_area.tab3,
.no_javascript .lnavi_blog .accordion_area.tab4,
.no_javascript .lnavi_blog .accordion_area.tab5 {
	display: none;
}
.no_javascript #tmp_rnavi_recommend .splide{
	visibility: visible;
}
.no_javascript #tmp_rnavi_recommend .splide__list{
	flex-direction: column;
}
.no_javascript #tmp_news_life .splide__slide .ttl {
	font-weight:bold;
	text-align:left;
}
.no_javascript #tmp_news_life .splide__slide .ttl a {
	font-size:100%;
}
.no_javascript #tmp_news_life_cnt .splide{
    visibility: visible;
}
.no_javascript #tmp_news_life_cnt .splide__list,
#tmp_news_life_cnt .no-splide .splide__list{
    flex-direction: column;
}
.no_javascript #tmp_news_life_cnt .splide__slide:not(:last-of-type),
#tmp_news_life_cnt .no-splide .splide__slide:not(:last-of-type){
    margin-bottom: 20px;
}
.no_javascript #tmp_news_life_cnt .splide__slide .ttl,
#tmp_news_life_cnt .no-splide .splide__slide .ttl,
.no_javascript #tmp_contents #tmp_news_life_cnt .splide__slide .ttl,
#tmp_contents #tmp_news_life_cnt .no-splide .splide__slide .ttl{
    margin-bottom: 16px;
	display: none;
}
.no_javascript #tmp_news_life_cnt .splide__slide .ttl,
#tmp_news_life_cnt .no-splide .splide__slide .ttl,
.no_javascript #tmp_contents #tmp_news_life_cnt .splide__slide .ttl,
#tmp_contents #tmp_news_life_cnt .no-splide .splide__slide .ttl{
    margin-bottom: 16px;
	display: none;
}
.no_javascript #tmp_news_life_cnt .splide__slide .ttl:after,
#tmp_news_life_cnt .no-splide .splide__slide .ttl:after{
    content: none;
}
/* fsize */
.fsize_small #tmp_wrapper .sec_searchinfo .search_blog_links span{
	background-position: 0 4px;
}
.fsize_small #tmp_wrapper #tmp_news_life .list_link a{
	background-position: 0 1px;
}
.fsize_big2 #tmp_footer .footer_cnt{
	padding-right: 26px;
}

.fsize_big2 .rnavi_blog .rnavi_blog_ttl{
	font-size: 140%;
}
/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after,
#tmp_rnavi .recommend_slide_tags:after,
#tmp_custom_update:after,
#tmp_social_plugins:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}

