@charset "utf-8";

@media screen and (max-width : 640px) {

/* ==================================================
Base-Layout
================================================== */
/* body
================================================== */
body {
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	font-size: 100%;
}
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	width: 100%;
	min-width: 320px;
}
.format_top #tmp_wrapper.scroll_mainvs  {
	padding-top: 0 !important;
}
.container{
	padding: 0 20px;
	width: 100%;
}
/* contents
================================================== */
#tmp_contents {
	word-wrap:break-word;
	padding-bottom:20px;
}
/* format-layout
================================================== */
.wrap_col_rgt_navi,
.column_rnavi .wrap_col_main {
	float:none;
}
.col_main {
	padding: 19px 10px 15px;
}
/* free
================================================== */
.format_free .wrap_col_rgt_navi{
	width: 100%;
}
.format_free .col_rgt_navi{
	padding: 37px 10px 40px;
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0;
}
/* ==================================================
header
================================================== */
.format_top .scroll_mainvs #tmp_header {
	position: relative !important;
}
#tmp_header {
	padding:0;
	z-index: 800;
	min-height: 54px;
}
#tmp_header > .container {
	padding: 0 0 0 10px;
}
#tmp_hlogo {
	float:none;
	padding: 7px 0 3px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	width:148px;
	height:40px;
	line-height: 1.3;
	font-size: 1.5rem;
	background-image: url(/shared/site_koho/images/header/hlogo_sp.png);
}
#tmp_hlogo a {
	width:148px;
	height:40px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:148px;
	height:39px;
}
/* sp_menu
================================================== */
#tmp_hnavi_s {
	padding-bottom: 0;
}
#tmp_hnavi_s > ul {
	align-items: normal;
}
#tmp_hnavi_s > ul > li {
	margin-left: 0;
	border-left: 1px solid #dcdde0;
}
#tmp_means > ul > li > a:hover,
#tmp_hnavi_rmenu > a:hover {
	text-decoration: none;
}
#tmp_means {
	display: none;
}
#tmp_hnavi_s > ul > li:not(#tmp_hnavi_rmenu) > a {
	font-size: 68.7%;
	height: 100%;
}
#tmp_hnavi_language > a {
	display: block;
	width: 58px;
	text-decoration: none;
	color: #222222;
	word-break: break-all;
}
#tmp_hnavi_rmenu > a {
	position: relative;
	width: 95px;
	height: 100%;
	min-height: 54px;
	min-width: auto;
	font-size: 87.5%;
	font-weight: normal;
	z-index: 1;
}
#tmp_hnavi_rmenu > a:after{
	content: '';
	position: absolute;
	left: -2px;
	right: -1px;
	top: -1px;
	bottom: -2px;
	opacity: 0;
	border: 2px solid #222222;
	z-index: -1;
}
#tmp_hnavi_language > a > span {
	padding: 31px 0 0;
	text-align: center;
	background-image: url(/shared/site_koho/images/icon/icon_language_sp.png);
	background-size: 21px auto;
	background-position: center 6px;
}
#tmp_hnavi_rmenu > a > span {
    padding: 27px 0 0;
    background-image: url(/shared/site_koho/images/icon/icon_search_sp.png);
	background-size: 21px auto;
	background-position: center 2px;
}
#tmp_hnavi_rmenu > a.active span{
	padding-left: 0;
	padding-top: 26px;
	background-position: center 5px;
}
#tmp_hnavi_rmenu > a.active:after{
	opacity: 1;
}

/* spmenu_open
================================================== */
#tmp_sma_rmenu > .container{
	padding: 0;
}
#tmp_sma_rmenu .sec_searchinfo{
	padding: 21px 29px 19px 31px;
}
#tmp_sma_rmenu .sec_searchinfo .ttl_blog{
	margin-bottom: 22px;
}
#tmp_sma_rmenu .sec_searchinfo .ttl_blog p{
	padding-bottom: 3px;
}
#tmp_sma_rmenu .sec_searchinfo .search_form{
	margin-bottom: 24px;
}
#tmp_sma_rmenu .sec_searchinfo .search_form .sch_ttl{
	margin-bottom: 9px;
}
#tmp_sma_rmenu .sec_searchinfo .search_form .sch_btn input{
	padding-bottom: 9px;
}
#tmp_sma_rmenu .sec_searchinfo .search_blog_ttl{
	margin-bottom: 16px;
}
#tmp_sma_rmenu .lnavi_wrap{
	padding: 26px 30px 35px;
}
#tmp_sma_rmenu .lnavi_blog .lnavi_blog_ttl{
	padding: 19px 17px 15px;
}
#tmp_sma_rmenu .lnavi_blog .lnavi_blog_ttl a{
	margin: -19px -17px -15px;
	padding: 19px 17px 15px 29px;
}
#tmp_sma_rmenu .lnavi_blog .lnavi_blog_cnt{
	padding-bottom: 7px;
	background-image: url(/shared/site_koho/images/icon/border_triangle_sp2.png), -webkit-gradient(linear, left top, left bottom, from(#222222), to(#222222));
	background-image: url(/shared/site_koho/images/icon/border_triangle_sp2.png), -moz-linear-gradient(#222222, #222222);
	background-image: url(/shared/site_koho/images/icon/border_triangle_sp2.png), -o-linear-gradient(#222222, #222222);
	background-image: url(/shared/site_koho/images/icon/border_triangle_sp2.png), linear-gradient(#222222, #222222);
	background-size: 36px auto, calc(100% - 44px) 1px;
	background-position: 1px 0, right top;
}
#tmp_sma_rmenu .lnavi_blog .rnavi_links li{
	margin-bottom: 10px;
	font-size: 81.2%;
}
#tmp_sma_rmenu .lnavi_blog .rnavi_links a{
	padding-left: 12px;
	background-image: url(/shared/site_koho/images/icon/icon_arr_sp.png);
	background-size: 6px auto;
	background-position: 0 7px;
}
#tmp_sma_rmenu .close_btn a{
	padding: 14px 10px 5px 14px;
	font-size: 87.5%;
}
#tmp_sma_rmenu .close_btn span{
	padding: 5px 0 6px 26px;
	background-size: 16px auto;
}


/* gnavi
================================================== */
#tmp_gnavi {
	display:none;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	padding: 23px 0 19px;
	font-size: 75%;
	line-height: 2.5;
}
#tmp_pankuzu .container{
	padding-left: 30px;
	padding-right: 30px;
}
/* lnavi
================================================== */
/* update
================================================== */
#tmp_custom_update{
	margin-bottom: 25px;
}
#tmp_social_plugins{
	float: right;
	clear: right;
}
#tmp_social_plugins .social_media_btn{
	float: right;
}
#tmp_social_plugins .social_media_btn:not(:first-of-type){
	margin-left: 8px;
}
#tmp_update{
	float: right;
	clear: right;
	padding-top: 10px;
	font-size: 75%;
}
/* parent_name
================================================== */
#tmp_parent_name{
	margin-bottom: 9px;
}
#tmp_parent_name p{
	font-size: 87.5%;
}
#tmp_parent_name a{
	background-position: 4px 6px;
}
/* rnavi
================================================== */
/* links */
.rnavi_links li{
	font-size: 100%;
}
.rnavi_links a{
	padding-left: 12px;
	background-size: 8px auto;
	background-position: 0 6px;
}
/* blog */
.rnavi_blog .rnavi_blog_ttl{
	margin-bottom: 19px;
	padding-bottom: 16px;
	font-size: 112.5%;
}
.rnavi_blog .rnavi_blog_ttl p{
	background-position: left bottom 1px;
    background-size: 100% 12px;
}
.rnavi_blog .rnavi_blog_cnt{
	padding: 9px 10px 4px 39px;
}

/* rnavi
================================================== */
.lnavi_blog .lnavi_blog_ttl {
	padding: 17px 17px 10px;
	font-size: 81.2%;
}
.lnavi_blog .lnavi_blog_ttl a{
	margin: -17px -17px -10px;
	padding: 17px 17px 10px 30px;
	background-image: url(/shared/site_koho/images/icon/icon_arr_sm_sp.png);
    background-position: 17px 20px;
    background-size: 8px auto;
}
.col_rgt_navi .lnavi_blog .lnavi_blog_cnt{
	display: none;
}

/* rnavi recommend
================================================== */
#tmp_rnavi_recommend{
	margin-bottom: 21px;
}
#tmp_rnavi_recommend .rnavi_blog_ttl {
    background-image: url(/shared/site_koho/images/icon/recommend_txt_sp.png);
	background-size: 91px auto;
}
#tmp_rnavi_recommend .rnavi_blog_cnt{
	padding: 29px 19px 16px;
}
#tmp_rnavi_recommend .splide{
	display: flex;
	flex-direction: column-reverse;
}
#tmp_rnavi_recommend .recommend_slide_img{
	margin-bottom: 14px;
}
#tmp_rnavi_recommend .recommend_slide_tags{
	margin-bottom: 4px;
}
#tmp_rnavi_recommend .recommend_slide_tags > span{
	padding: 6px 5px 4px;
	min-width: 46px;
	font-size: 68.7%;
}
#tmp_rnavi_recommend .recommend_slide_tags > span:not(:first-of-type){
	margin-left: 6px;
}
#tmp_rnavi_recommend .recommend_slide_ttl{
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3;
}
#tmp_rnavi_recommend .splide__controls{
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 7px;
}
#tmp_rnavi_recommend .splide__progress{
	justify-content: center;
	margin: 0 6px 0 10px;
	padding: 10px 10px 0 5px;
	min-width: 82px;
	text-align: center;
}
#tmp_rnavi_recommend .splide__progress .progress_total{
	padding-left: 7px;
}
#tmp_rnavi_recommend .wrap_controls{
	flex: 1 auto;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 19px;
	padding-left: 21px;
}
#tmp_rnavi_recommend .splide__toggle{
	font-weight: 400;
}
#tmp_rnavi_recommend .splide_common .splide__toggle:before,
#tmp_rnavi_recommend .splide_common .splide__toggle:after{
	margin-top: -1px;
}

/* rnavi banner
================================================== */
.banner_list{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -5px;
}
.banner_list .banner_item{
	margin-bottom: 10px;
	padding: 0 5px;
	width: 50%;
}
/* navi banner */
#tmp_rnavi_banner{
	margin-top: 41px;
}
#tmp_rnavi_banner .banner_item:not(:last-of-type),
#tmp_rnavi_banner .banner_item:last-of-type{
	margin-bottom: 10px;
}
/* common banner */
.format_free #tmp_banner_content{
	padding: 40px 0 60px;
}

.no_javascript #tmp_banner_splide .splide__slide,
#tmp_banner_splide .no-splide .splide__slide {
    margin-bottom: 30px;
    padding: 0 10px;
    width: 100%;
}

.no_javascript #tmp_banner_splide .splide__list,
#tmp_banner_splide .no-splide .splide__list {
	margin: 0 -10px !important;
	display: block;
}

/* inquiry
================================================== */
#tmp_inquiry{
	margin-bottom: 39px;
	padding: 18px 20px 22px;
}
#tmp_inquiry_ttl{
	margin-bottom: 14px;
}
#tmp_inquiry_ttl p {
	font-size: 112.5%;
}

/* search information
================================================== */
.ttl_blog{
    margin-bottom: 20px;
	font-size: 112.5%;
}
.ttl_blog:after{
    top: 0;
    margin-left: 16px;
    height: 16px;
}
.ttl_blog p{
    padding-bottom: 2px;
}
.sec_searchinfo{
	padding: 37px 0 29px;
}
.sec_searchinfo >.container{
	padding-left: 30px;
	padding-right: 30px;
}
.sec_searchinfo .ttl_blog{
	margin-bottom: 20px;
}
.sec_searchinfo .ttl_blog:after {
	top: -1px;
    margin-left: 19px;
    background-image: url(/shared/site_koho/images/icon/search_txt_sp.png);
    width: 38px;
	height: 8px;
}
.sec_searchinfo .ttl_blog p{
	padding-bottom: 0;
}
/* search form */
.sec_searchinfo .search_form{
	margin-bottom: 23px;
}
.sec_searchinfo .search_form .wrap_sch_box{
	flex-direction: column;
}
.sec_searchinfo .search_form .sch_ttl{
	margin-bottom: 8px;
	padding-right: 0;
	width: 100%;
}
.sec_searchinfo .search_form .sch_ttl label{
	font-size: 100%;
}
.sec_searchinfo .search_form .sch_box{
	margin-bottom: 7px;
}
.sec_searchinfo .search_form .sch_box input{
	padding-left: 13px;
	padding-right: 13px;
	background-position: 10px center !important;
	background-size: 72px auto !important;
	min-height: 45px;
}
.sec_searchinfo .search_form .sch_btn{
	position: static;
	width: 100%;
}
.sec_searchinfo .search_form .sch_btn input{
	padding-top: 15px;
	padding-bottom: 8px;
}
/* search blog */
.sec_searchinfo .search_blog{
	flex-direction: column;
	margin-bottom: 17px;
}
.sec_searchinfo .search_blog_ttl{
	margin-bottom: 14px;
	padding-right: 0;
	width: 100%;
	font-size: 100%;
}
.sec_searchinfo .search_blog_links li{
	width: 50%;
}
.sec_searchinfo .search_blog_links a{
	padding: 9px 12px 8px 10px;
}
.sec_searchinfo .search_blog_links span{
	padding-left: 12px;
	background-image: url(/shared/site_koho/images/icon/icon_arr_sp.png);
	background-size: 7px auto;
	background-position: 0 7px;
}
.sec_searchinfo .search_blog_links li:nth-child(2n) a{
	border-right: 1px solid #222222;
}
.sec_searchinfo .search_blog_tags{
	margin-right: -3px;
}
.sec_searchinfo .search_blog_tags li{
	margin-right: 5px;
	margin-bottom: 9px;
}
.sec_searchinfo .search_blog_tags a{
	padding: 11px 19px 9px 15px;
	min-width: 86px;
}
/* news list pattern */
.news_list > ul {
	margin: 0 -10px !important;
}
.news_list > ul > li {
	width: 50%;
	padding: 0 10px !important;
	margin-bottom: 24px !important;
}
.news_list > ul > li .tags,
.news_list > ul > li .date,
.news_list .splide__slide .item_inner .date {
	font-size: 68.7%;
}
.news_list > ul > li .tags{
	margin-right: -3px;
	margin-bottom: 8px !important;
}
.news_list > ul > li .tags span {
    margin:0 2px 3px 0;
}
.news_list > ul > li .tags span a {
    padding: 2px 5px;
}
.news_list > ul > li .txt,
.news_list .splide__slide .item_inner .txt {
	font-size: 87.5%;
}
.section_head h2 {
	font-size: 112.5%;
}
.ttl_blog p:before,
.section_head h2 span:after {
	height: 12px;
	right: -1px;
}
/* popular */
#tmp_popular_content {
	padding: 47px 0 44px;
}
.popular_wrapper .section_head {
	padding-left: 10px;
    margin-bottom: 25px;
}
.popular_wrapper .section_head h2 {
	padding-right: 145px;
	background-image: url(/shared/templates/koho_top/images/popular_ttl_sp.png);
	background-position: right 9px;
	background-size: 122px auto;
}
#tmp_popular_splide {
	margin: 0 -20px;
}
#tmp_popular_splide .splide__slide .item_inner > a .img {
    margin-bottom: 12px;
}
#tmp_popular_splide .splide__slide .item_inner > a .tags {
    margin-bottom: 6px;
}
#tmp_popular_splide .splide__slide .item_inner > a .tags span {
    padding: 6px 6px 3px 3px;
}
#tmp_popular_splide .splide .splide__controls {
	padding: 0 10px 0 20px;
	margin-top: 12px;
	margin-bottom: 34px;
	flex-flow: row wrap;
	justify-content: center;
	max-width: 100%;
}
#tmp_popular_splide .splide .splide__toggle {
	font-size: 104.2%;
	margin-left: 24px;
	padding-top: 5px;
	min-width: 68px;
}
#tmp_popular_splide .splide_common .splide__toggle:before,
#tmp_popular_splide .splide_common .splide__toggle:after{
	margin-top: 2px;
}
#tmp_popular_splide .splide__progress {
	justify-content: center;
    padding: 9px 12px 0 10px;
	min-width: 96px;
}
#tmp_popular_splide .btn_more {
	margin: 0;
	text-align: center;
}
#tmp_popular_splide .btn_more a {
	font-size: 81.2%;
	background-image: url(/shared/site_koho/images/icon/icon_arr_sp.png);
	background-size: 7px auto;
	background-position: 0 3px;
}
.format_free #tmp_popular_content{
	padding-top: 37px;
	padding-bottom: 0;
}
.format_free #tmp_banner{
	padding: 33px 0 40px;
}

/* news
================================================== */
#tmp_news_life_ttl {
	/* position: relative;
	z-index: 1;
	margin: 0 -10px 26px;
	border-top: 1px solid #d7dee9; */
}
#tmp_news_life_ttl .splide{
	width: 100%;
}
#tmp_news_life_ttl:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-color: #d7dee9;
}
#tmp_news_life_ttl .splide__slide {
	/* flex: none; */
}
#tmp_news_life .splide__slide:first-child .ttl:before{
	height: 30px;
}
#tmp_news_life_ttl .splide__arrow {
	opacity: 1;
	top: 0;
	bottom: 0;
	width: 45px;
	height: auto;
	transform: none;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 2px solid #d7dee9;
	border-radius: 0;
	background-color: #222222;
	background-repeat: no-repeat;
	background-size: 13px auto;
}
#tmp_news_life_ttl .splide__arrow--prev {
	left: 0;
	background-image: url(/shared/site_koho/images/icon/icon_arr_prev.png);
	background-position: 13px center;
}
#tmp_news_life_ttl .splide__arrow--next {
	right: 0;
	background-image: url(/shared/site_koho/images/icon/icon_arr_next.png);
	background-position: 18px center;
}
#tmp_news_life_ttl .splide__arrow.disabled {
	background-color: #e9edf3;
}
#tmp_news_life_ttl .splide__arrow--prev.disabled {
	pointer-events: none;
	background-image: url(/shared/site_koho/images/icon/icon_arr_prev_dis.png);
	background-position: 13px center;
}
#tmp_news_life_ttl .splide__arrow--next.disabled {
	pointer-events: none;
	background-image: url(/shared/site_koho/images/icon/icon_arr_next_dis.png);
	background-position: 18px center;
}
#tmp_news_life .splide__slide .ttl {
	/* padding: 5px 11px;
	min-height: 43px;
	display: flex;
	align-items: center; */
}
#tmp_news_life .splide__slide .ttl:after {
	height: 30px;
	margin-top: 0;
}
#tmp_news_life .splide__slide.tab_active .ttl {
	/* border-bottom-width: 3px;
	padding: 11px 10px 7px; */
}
#tmp_news_life .splide__slide .ttl a {
	font-size: 87.5%;
}
#tmp_news_life .splide__slide.tab_active .ttl a {
	font-size: 87.5%;
}
#tmp_news_life .splide__slide.tab_active .ttl a:after {
	height: 6px;
	left: -3px;
    right: -1px;
    bottom: 2px;
}
#tmp_news_life_cnt{
	margin-bottom: 11px;
}
#tmp_news_life_cnt .news_list > ul > li > a .tags {
    margin-bottom: 8px;
	margin-right: 0;
}
#tmp_news_life .list_link{
	padding-left: 3px;
}
#tmp_contents #tmp_news_life .list_link{
	margin-left: 0;
	margin-bottom: 0;
}
#tmp_news_life .list_link li{
	font-size: 81.2%;
}
#tmp_news_life .list_link a {
	padding-left: 14px;
	background-image: url(/shared/site_koho/images/icon/icon_arr_sp.png);
	background-position: 0 3px;
	background-size: 7px auto;
}

/* 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{
	padding-left: 52px;
	background-position: 0 0.2em;
	background-size: 38px auto;
}

.icon_youtube,
.icon_facebook,
.icon_twitter{
	background-position: 0 0.25em;
	background-size: 62px auto;
}

/* Splide control common
================================================== */
.splide_common .splide__arrow{
	width: 58px;
	height: 44px;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_koho/images/icon/icon_arrow_prev_sp.png);
	width: 60px;
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_koho/images/icon/icon_arrow_next_sp.png);
}
.splide_common .splide__progress p {
	font-size: 104.2%;
}
.splide_common .splide__progress .progress_current {
	font-size: 150%;
}
.splide_common .splide__progress .progress_total:before{
	left: 3px;
}
.splide_common .splide__toggle{
	padding-left: 15px;
	font-size: 104.2%;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after{
	margin-top: 2px;
}

/* pnavi
================================================== */
.pnavi {
	right: 10px;
	top: -48px;
}
.pnavi,
.pnavi a,
.pnavi span {
	width: 48px;
	height: 48px;
}
.pnavi a {
	color: #222222;
    background-image: url(/shared/site_koho/images/icon/icon_back_top_sp.png);
	background-size: 20px auto;
}
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* model_change
================================================== */
/* ==================================================
footer
================================================== */
#tmp_footer {
    padding-top: 24px;
}
#tmp_footer .footer_inner {
	flex-flow: column-reverse;
	padding: 0 10px;
}
/* fnavi */
.fnavi {
	display: block;
}
.fnavi a {
	font-size: 87.5%;
}
.fnavi ul {
	min-height: auto;
	padding-left: 7px;
	margin-bottom: 18px;
	border-left-width: 0;
	border-bottom: 1px solid #dcdde0;
}
.fnavi ul.fnavi_left,
.fnavi ul.fnavi_right {
	min-width: auto;
	gap: 0;
}
.fnavi ul li {
	margin-bottom: 16px;
}
.fnavi ul.fnavi_left li:last-child {
	margin-bottom: 13px;
}
.fnavi ul.fnavi_right li {
	margin-bottom: 17px;
}
.fnavi ul.fnavi_right li:last-child {
	margin-bottom: 14px;
}
.fnavi ul li a {
    background-image: url(/shared/site_koho/images/icon/icon_arr_sp.png);
    background-size: 7px auto;
}
/* fnavi_map */
.fnavi_map a{
	background-image: url(/shared/site_koho/images/icon/icon_map_sp.png);
	background-size: 14px auto;
	background-position: 3px 4px;
}
.footer_cnt {
	padding: 9px 0 18px;
	clear:both;
}
#tmp_footer .flogo p {
	width: 104px;
	height: 29px;
	background-image: url(/shared/site_koho/images/footer/flogo.png);
	background-size: 100% auto;
	background-position: 1px 0;
}
#tmp_footer .flogo {
    margin-bottom: 11px;
}
#tmp_footer .flogo p span{
	width: 104px;
	height: 28px;
}
.footer_cnt address {
	font-style:normal;
}
.footer_cnt address span {
	font-size: 87.5%;
}
.copyright {
	padding-top: 17px;
	padding-bottom: 14px;
	font-size: 68.7%;
	line-height: 1.8;
	letter-spacing: 0;
}
.copyright br {
	display: block;
}
/* ==================================================
class
================================================== */

/* float ▼Do not edit
================================================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* youtube ▼Do not edit
================================================== */
#tmp_contents .frame_youtube {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ==================================================
parts
================================================== */
/* parts ▼Do not edit
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	display: block;
	float:none;
	clear:both;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	display: block;
	float:none;
	clear:both;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
#tmp_contents table.col2,
#tmp_contents table.col3 {
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col2 td.col2R,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M,
#tmp_contents table.col3 td.col3R{
	display: block;
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M{
	border-right: 0;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;
}


/* event_cal
================================================== */
/* cate_ttl
================================================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}

/* tmp_means
================================================== */

/* ==================================================
font-family
================================================== */
/* bold */
#tmp_rnavi_recommend .recommend_slide_ttl{
	font-family: "OT-HiraginoUDSansStdN-W6", 'メイリオ', Meiryo, sans-serif;
}

/* ==================================================
header & footer accessibility
================================================== */
/* fsize */
.fsize_small #tmp_wrapper #tmp_hnavi_language > a > span{
	padding-top: 31px;
	padding-bottom: 0;
}
.fsize_small #tmp_wrapper #tmp_hnavi_language > a > span{
	background-position: center 6px;
}
.fsize_small #tmp_wrapper #tmp_hnavi_rmenu > a > span{
	background-position: center 2px;
}
.fsize_big #tmp_hnavi_language > a,
.fsize_big2 #tmp_hnavi_language > a {
	width: auto;
}
.fsize_big2 #tmp_footer .footer_cnt{
	padding-right: 0;
}
.fsize_big2 .rnavi_blog .rnavi_blog_ttl{
	font-size: 112.5%;
}
.fsize_big2 .popular_wrapper .section_head{
	padding-left: 0;
}
.fsize_big2 .popular_wrapper .section_head h2{
	padding-right: 104px;
	font-size: 88%;
}
/* color */
.color_black #tmp_wrapper .pnavi a,
.color_blue #tmp_wrapper .pnavi a{
	background-image: url(/shared/site_koho/images/icon/icon_back_top_sp_yl.png) !important;
}
.color_yellow #tmp_wrapper .pnavi a{
	background-image: url(/shared/site_koho/images/icon/icon_back_top_sp.png) !important;
}
.color_black #tmp_wrapper #tmp_hnavi_rmenu > a:after,
.color_blue #tmp_wrapper #tmp_hnavi_rmenu > a:after{
	border-color: #FFFF00 !important
}
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu > a:after{
	border-color: #000000 !important
}
.color_yellow #tmp_news_life_ttl:after {
	background-color: #000000 !important;
	z-index: auto !important;
}
.color_black #tmp_news_life_ttl:after,
.color_blue #tmp_news_life_ttl:after {
	background-color: #FFFF00 !important;
	z-index: auto !important;
}
.color_black #tmp_wrapper #tmp_news_life_ttl .splide__arrow,
.color_blue #tmp_wrapper #tmp_news_life_ttl .splide__arrow,
.color_yellow #tmp_wrapper #tmp_news_life_ttl .splide__arrow{
	border-left: 1px solid;
	border-right: 1px solid;
}
.color_black #tmp_wrapper #tmp_news_life_ttl .disabled.splide__arrow,
.color_yellow #tmp_wrapper #tmp_news_life_ttl .splide__arrow{
	background-color: #000000 !important;
}
.color_yellow #tmp_wrapper #tmp_news_life_ttl .disabled.splide__arrow,
.color_black #tmp_wrapper #tmp_news_life_ttl .splide__arrow,
.color_blue #tmp_wrapper #tmp_news_life_ttl .splide__arrow{
	background-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper #tmp_news_life_ttl .disabled.splide__arrow{
	background-color: #00008B !important;
}
.color_yellow #tmp_wrapper #tmp_news_life_ttl .disabled.splide__arrow--prev,
.color_black #tmp_wrapper #tmp_news_life_ttl .splide__arrow--prev,
.color_blue #tmp_wrapper #tmp_news_life_ttl .splide__arrow--prev{
	background-image: url(/shared/site_koho/images/icon/icon_arr_prev_dis.png) !important;
}
.color_yellow #tmp_wrapper #tmp_news_life_ttl .splide__arrow--prev,
.color_black #tmp_wrapper #tmp_news_life_ttl .disabled.splide__arrow--prev,
.color_blue #tmp_wrapper #tmp_news_life_ttl .disabled.splide__arrow--prev{
	background-image: url(/shared/site_koho/images/icon/icon_arr_prev.png) !important;
}
.color_yellow #tmp_wrapper #tmp_news_life_ttl .disabled.splide__arrow--next,
.color_black #tmp_wrapper #tmp_news_life_ttl .splide__arrow--next,
.color_blue #tmp_wrapper #tmp_news_life_ttl .splide__arrow--next{
	background-image: url(/shared/site_koho/images/icon/icon_arr_next_dis.png) !important;
}
.color_yellow #tmp_wrapper #tmp_news_life_ttl .splide__arrow--next,
.color_black #tmp_wrapper #tmp_news_life_ttl .disabled.splide__arrow--next,
.color_blue #tmp_wrapper #tmp_news_life_ttl .disabled.splide__arrow--next{
	background-image: url(/shared/site_koho/images/icon/icon_arr_next.png) !important;
}
/* no-js */
.no_javascript #tmp_wrapper #tmp_means{
	display: block;
}
.no_javascript #tmp_wrapper #tmp_hnavi_home{
	display: none;
}
.no_javascript #tmp_wrapper #tmp_hnavi_language{
	margin-left: 0;
	border-left: 1px solid #dcdde0;
}
.no_javascript #tmp_wrapper #tmp_hnavi_language > a{
	font-size: 68.7%;
	height: 100%;
	min-height: 54px;
}
.no_javascript #tmp_popular_splide .splide__list,
#tmp_popular_splide .no-splide .splide__list{
    margin: 0 !important;
	padding: 0 10px !important;
}
#tmp_popular_splide .no-splide .splide__list {
	justify-content: center;
}
.no_javascript #tmp_popular_splide .splide__slide,
#tmp_popular_splide .no-splide .splide__slide {
	padding: 0 10px;
	width: 50%;
}
#tmp_popular_splide .no-splide .splide__slide {
	width: auto;
}

.no_javascript #tmp_news_life_cnt .splide__slide .ttl,
#tmp_news_life_ttl .no-splide .splide__slide .ttl{
    justify-content: center;
}
#tmp_news_life_ttl .no-splide .splide__list{
	flex-direction: column;
}
/* ==================================================
endpart accessibility
================================================== */
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}