@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
*/

a:link,
a:active,
a:visited {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 112.5%;
	font-weight: 500;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #7A131C;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #1C4339;
	/* 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_pink,
th.bg_pink {
	color: inherit;
	background-color: #FDD6E8;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #FFFFBF;
	/* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #DFF3F4;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #F4F5F9;
	/* Setting by CMS sheets */
}

td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #E2EBD0;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #E9E0F3;
	/* Setting by CMS sheets */
}

td.bg_cream,
th.bg_cream {
	color:inherit;
	background-color:#FBF3DE;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	min-width: 1240px;
	margin: 0 auto;
	padding-top: 93px;
	background-color: #dddcce;
	color: #000000;
}
.format_top #tmp_wrapper{
	background-color: #8ab78f;
}
.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 16px 0 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 236px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 0;
	/* デザインによって変更 */
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -276px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 276px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main.col_main_cnt {
	margin-right: 0;
	/* デザインによって変更 */
}


/* header
================================================== */
#tmp_header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 0 13px;
	background-color: #ffffff;
	color: #333333;
	z-index: 99;
}
#tmp_header .header_wrapper	{
	display: flex;
	align-items: center;
	gap: 0 10px;
	min-height: 65px;
}
#tmp_hlogo {
	flex-shrink: 0;
	margin-top: 1px;
	width: 70px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: #ffffff url(/shared/site_moridai/images/header/hlogo.png) no-repeat;
	background-size: contain;
	width: 70px;
	height: 64px;
}
#tmp_hlogo a {
	display: block;
	width: 70px;
	height: 64px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 70px;
	height: 64px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_means{
	flex: 1 auto;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding-right: 32px;
	align-items: center;
	gap: 0 32px;
}

/* gnavi
================================================== */
/* gnavi */
#tmp_gnavi{
	position: relative;
}
.gnavi {
	display: flex;
}
.gnavi > li {
	position: relative;
	flex: 1 1 auto;
	text-align: center;
	list-style: none;
}
.gnavi > li.active:before,
.gnavi > li.is_hover:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 9px);
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 23px;
	border-color: transparent transparent #000000;
}
.gnavi > li.active:before{
	border-bottom-width: 19px;
}
.gnavi > li > a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 10px 4px;
	width: 126px;
	height: 100%;
	max-width: 100%;
	font-size: 88.89%;
	line-height: 1.5;
	font-weight: bold;
	color: #333333;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	pointer-events: none;
}
.gnavi > li:nth-child(5) > a,
.gnavi > li:nth-child(6) > a{
	pointer-events: auto;
}

.gnavi > li > a:before,
.gnavi > li:last-of-type > a:after{
	content: '';
	position: absolute;
	top: 3px;
	bottom: 5px;
	width: 1px;
	border-left: 1px solid #333333;
}
.gnavi > li > a:before{
	left: 0;
}
.gnavi > li:last-of-type > a:after{
	right: 0;
}

/* dropdown */
.dropdown_hidden{
	display: none;
    position: absolute;
	left: 0;
	right: 0;
    top: calc(100% + 28px);
    width: 100%;
	z-index: 99;
}
.dropdown_hidden:before{
	content: '';
	position: absolute;
	left: 0;
	top: -34px;
    height: 40px;
	right: 0;
}
.dropdown_hidden .dropdown_inner{
	background-color: #ffffff;
	border: 2px solid #000000;
	color: #333333;
	text-align: left;
	overflow-y: auto;
}
.dropdown_hidden .dropdown_links {
	display: flex;
	flex-flow: row wrap;
	gap: 31px 0;
	padding: 25px 10px 29px 27px;
	pointer-events: all;
}
.dropdown_hidden .dropdown_links li{
	list-style: none;
	padding-right: 10px;
	width: 25%;
}
.dropdown_hidden .dropdown_links a{
	display: inline-block;
	background-color: transparent;
	font-size: 88.89%;
	line-height: 1.5;
	color: inherit;
}
.dropdown_hidden .dropdown_links a > span{
	display: inline-block;
	padding-top: 12px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	min-width: 58px;
	color: inherit;
}

/* hnavi
================================================== */
#tmp_hnavi_s{
	display: block;
	position: static;
	flex-shrink: 0;
	margin-bottom: 1px;
	z-index: 99;
}
#tmp_hnavi_s > ul{
	display: flex;
	align-items: center;
	gap: 0 32px;
}
#tmp_hnavi_s > ul > li{
	list-style: none;
}
#tmp_hnavi_s > ul > li > a{
	display: block;
	background-color: transparent;
	color: inherit;
}
#tmp_hnavi_lmenu > a{
	padding: 9px 10px 6px;
	min-width: 126px;
	border: 1px solid #333333;
	border-radius: 8px;
	font-size: 77.78%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#tmp_hnavi_mmenu > a{
	width: 32px;
	height: 32px;
}
#tmp_hnavi_mmenu > a > img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: opacity 0.3s ease-in-out;
}
#tmp_hnavi_rmenu{
	display: none;
}

/* footer
================================================== */
#tmp_footer .footer_wrapper{
	padding: 25px 0 47px;
	border-top: 1px solid #000000;
}
#tmp_footer .pnavi{
	margin-bottom: 29px;
	text-align: center;
}
#tmp_footer .pnavi a{
	display: inline-block;
	padding: 12px 5px 5px;
	background: transparent url(/shared/site_moridai/images/footer/icon_back_top.png) no-repeat center top;
	font-size: 77.78%;
	line-height: 1.5;
	color: inherit;
	text-decoration: none;
}
#tmp_footer .footer_cnt{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 0 10px;
	margin-bottom: 43px;
}
#tmp_footer .footer_info{
	flex-shrink: 0;
	width: 44.16%;
}
#tmp_footer .finfo_head{
	display: flex;
	align-items: flex-end;
	gap: 0 21px;
	margin-bottom: 28px;
}
#tmp_footer .flogo{
	flex-shrink: 0;
	display: inline-block;
	margin-left: -3px;
	background: transparent url(/shared/site_moridai/images/footer/flogo.png) no-repeat center top;
	background-size: 100% auto;
	width: 130px;
	font-weight: bold;
	height: 116px;
}
#tmp_footer .flogo > span{
	display: inline-block;
	text-indent: -9999px;
}
#tmp_footer .finfo{
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	padding-bottom: 3px;
}
#tmp_footer .finfo .finfo_name{
	font-size: 155.55%;
	font-weight: bold;
	line-height: 1.2;
}
#tmp_footer .finfo .finfo_cop{
	letter-spacing: 0.05em;
}
#tmp_footer .finfo_address{
	font-style: normal;
}
#tmp_footer .footer_links{
	display: flex;
	flex: 1 auto;
	justify-content: flex-end;
	align-items: center;
	flex-flow: row wrap;
	gap: 30px 21px;
	margin-bottom: -2px;
	width: 100%;
}
#tmp_footer .fnavi_list{
	display: flex;
    justify-content: flex-end;
    flex: 1 auto;
}
#tmp_footer .fnavi{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	position: relative;
	padding: 0 10px 0 40px;
	width: 191px;
	max-width: 50%;
}
#tmp_footer .fnavi:not(:nth-child(2n)):after{
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	top: 3px;
	bottom: 2px;
	border-right: 1px solid #333333;
}
#tmp_footer .fnavi li{
	list-style: none;
}
#tmp_footer .fnavi a{
	display: inline-block;
}
#tmp_footer .fnavi li:not(:last-of-type){
	margin-bottom: 23px;
}
#tmp_footer .flink{
	flex-shrink: 0;
}
#tmp_footer .flink a{
	display: flex;
	align-items: center;
	column-gap: 16px;
	padding: 5px 14px 4px 13px;
	background-color: #f7f7f7;
	border: 2px solid #f7f7f7;
	border-radius: 8px;
	color: #222222;
	line-height: 1.3;
	text-decoration: none;
	transition: border-color 0.3s ease-in-out;
}
#tmp_footer .flink_icon{
	flex-shrink: 0;
	width: 46px;
}
#tmp_footer .flink_icon img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_footer .copyright {
	font-size: 77.78%;
	text-align: center;
	letter-spacing: 0.03em;
}

/* btn fixed - moridai follow
================================================== */
#tmp_moridai_follow{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 98;
	pointer-events: none;
}
.no_javascript #tmp_moridai_follow{
	position: absolute;
	top: 600px;
	bottom: auto;
}
#tmp_moridai_follow a{
	display: flex;
	align-items: center;
	padding: 33px 26px 32px;
	padding: 25px 15px;
	background-color: #f39938;
	width: 91px;
	width: 50px;
	box-shadow: 0 4px 9px 0 rgba(53, 83, 43, 1);
	border-radius: 10px 0 0 10px;
	font-size: 133.33%;
	font-size: 111.12%;
	color: #000000;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	pointer-events: all;
	writing-mode: vertical-lr;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* setting hover
================================================== */
#tmp_hnavi_lmenu > a:hover,
#tmp_moridai_follow a:hover{
	background-color: #000000;
	color: #ffffff;
}
#tmp_footer .flink a:hover{
	border-color: #02a1c7;
}
#tmp_hnavi_mmenu > a:hover > img{
	opacity: 0.7;
}
#tmp_hnavi_lmenu > a:hover{
	font-weight: 500;
}
.gnavi > li:not(.active) > a:hover,
#tmp_footer .pnavi a:hover{
	text-decoration: underline;
}
.dropdown_hidden .dropdown_links a:hover{
	text-decoration: none;
}


/* pankuzu
================================================== */
#tmp_pankuzu {
	padding-top: 18px;
	margin-bottom: 24px;
	font-size: 88.9%;
}
/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin: 14px 0 20px;
}
#tmp_pankuzu + #tmp_wrap_custom_update {
	margin-top: 42px;
}
#tmp_custom_update {
	float: right;
}
#tmp_update {
	font-size: 77.8%;
	padding-right: 3px;
}
/* rnavi
================================================== */
#tmp_rnavi_ttl,
#tmp_rnavi_ttl p {
	border-radius: 9px 9px 0 0;
}
#tmp_rnavi_ttl{
	line-height: 1.5;
	font-size: 111.1%;
	font-weight: bold;
	border-bottom-width: 0;
	color: inherit;
	background-color: #8ab78f;
}
#tmp_rnavi_ttl p{
	padding: 22px 10px 20px 17px;
}
#tmp_rnavi_ttl a,
#tmp_rnavi_cnt li a {
	color: inherit;
	background: transparent url(/shared/site_moridai/images/icon/link_icon.png) no-repeat;
}
#tmp_rnavi_ttl a{
	display: block;
	margin: -22px -10px -20px -17px;
	padding: 22px 10px 20px 45px;
	background-position: 17px 29px;
}
#tmp_rnavi_cnt ul li{
	list-style: none;
	color: inherit;
	background-color: #b9cabb;
	font-size: 88.9%;
	line-height: 1.5;
}
#tmp_rnavi_cnt ul li:last-child {
	border-bottom-width: 1px;
}
#tmp_rnavi_cnt ul li:last-child,
#tmp_rnavi_cnt ul li:last-child a {
	border-radius: 0 0 9px 9px;
}
#tmp_rnavi_cnt li a{
	display: block;
	padding: 17px 18px 15px 42px;
	color: inherit;
	background-position: 17px 20px;
	overflow-wrap: break-word;
	text-decoration: underline;
}
#tmp_rnavi_cnt li a:hover,
#tmp_rnavi_cnt .active a{
	background-color: #ecebd7;
	text-decoration: none;
}
/* inquiry
================================================== */
#tmp_inquiry{
	margin: 60px 0;
	border: solid 1px #ffffff;
	background-color: #ffffff;
	color: inherit;
	border-radius: 9px;
	overflow: hidden;
	clear:both;
}
#tmp_inquiry:last-child {
	margin-bottom: 0;
}
#tmp_inquiry_ttl{
	padding: 17px 19px 15px;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#000000),to(#000000));
	background-image: -moz-linear-gradient(#000000,#000000);
	background-image: -o-linear-gradient(#000000,#000000);
	background-image: linear-gradient(#000000,#000000);
	background-size: calc(100% - 38px) 1px;
	background-position: center bottom;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p {
	font-size: 122.2%;
	font-weight: bold;
}
#tmp_inquiry_cnt{
	padding: 20px 19px 29px;
}
#tmp_inquiry_cnt .inquiry_parts {
	overflow-wrap: break-word;
}
#tmp_inquiry_cnt .inquiry_parts p {
	line-height: 1.6;
}
#tmp_inquiry_cnt .inq_tel,
#tmp_inquiry_cnt .inq_fax {
	display: inline-block;
	vertical-align: top;
}
#tmp_inquiry_cnt .inq_tel {
	margin-right: 13px;
}
/* gmap link
================================================== */
#tmp_gmap_link{
	margin: 49px 0 60px;
	padding-right: 12px;
	text-align: center;
}
#tmp_gmap_link a{
	display: block;
	margin: 0 auto;
	padding: 10px 26px 9px;
	color: #ffffff;
	background-color: #666666;
	border: 1px solid #666666;
	max-width: 440px;
	font-weight: bold;
	text-align: center;
	border-radius: 9px;
	transition: 0.3s background-color,0.3s border-color;
}
#tmp_gmap_link span{
	display: inline-block;
	padding: 5px 34px 3px 0;
	background: transparent url(/shared/site_moridai/images/icon/gmap_link_icon.png) no-repeat right center;
	color: inherit;
}
#tmp_gmap_link a:hover {
	background-color: #000000;
	border-color: #000000;
}

/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    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: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	position: static;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	background-color: transparent;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_moridai/images/icon/arrow_slide_prev.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_moridai/images/icon/arrow_slide_next.png);
}
.splide_common .splide__progress {
    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: #000000;
	font-weight: bold;
}
.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: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #000000;
	color: #ffffff;
}
.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_moridai/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_moridai/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_moridai/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_moridai/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: #000000 !important;
}

/* ==================================================
layout
================================================== */
.show_sp{
	display: none;
}

/* ==================================================
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: 15px solid #dddcce;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	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: 15px solid #dddcce;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}

/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom: 30px;
	padding: 29px 15px 20px;
	background: #F5F5F5 url(/shared/site_moridai/images/icon/scroll_table_icon.png) right 9px no-repeat;
	background-size: 83px 15px;
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin: 0 0 16px;
	font-size: 100%;
	line-height:1.2;
}
.scroll_table_switch a {
	border: 1px solid #cdcfde;
	color:#333333;
	display:inline-block;
	padding: 6px 5px 7px 60px;
	text-decoration:none;
	background: #FFFFFF url(/shared/site_moridai/images/icon/scroll_table_ex.png) 6px center no-repeat;
	background-size: 48px 22px;
	box-shadow: 0 4px 2px 0 rgba(96, 103, 120, 0.45);
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/shared/site_moridai/images/icon/scroll_table_df.png) 6px center no-repeat;
	background-size: 48px 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* linkicon
================================================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	margin: 0;
	text-indent:0 !important;
	background-position:4px 0.2em;
	background-repeat:no-repeat;
	padding-left: 32px;
}
a.icon_pdf {
	background-image:url(/shared/system/images/linkicon/icon_pdf.gif);
	background-position:4px 0.3em;
}
a.icon_word {
	background-image:url(/shared/system/images/linkicon/icon_word.gif);
}
a.icon_excel {
	background-image:url(/shared/system/images/linkicon/icon_excel.gif);
}


/* ==================================================
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;
}


/* 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;
}

/* color end */
.color_black #tmp_rnavi_ttl,
.color_blue #tmp_rnavi_ttl,
.color_yellow #tmp_rnavi_ttl,
.color_black #tmp_rnavi_cnt ul li a,
.color_blue #tmp_rnavi_cnt ul li a,
.color_yellow #tmp_rnavi_cnt ul li a{
	border: 1px solid;
}
.color_black #tmp_rnavi_cnt ul li a,
.color_blue #tmp_rnavi_cnt ul li a,
.color_yellow #tmp_rnavi_cnt ul li a{
	border-top: none;
}
.color_black #tmp_rnavi_cnt .active a,
.color_blue #tmp_rnavi_cnt .active a,
.color_yellow #tmp_rnavi_cnt .active a {
	font-weight: bold;
}
.color_black #tmp_rnavi_cnt .active a,
.color_blue #tmp_rnavi_cnt .active a {
	background-color: #FFFF00 !important;
	color: #0000FF !important;
}
.color_yellow #tmp_rnavi_cnt .active a{
	background-color: #000000 !important;
	color: #FFFFFF !important;
}
.color_black #tmp_rnavi_cnt li a:hover,
.color_blue #tmp_rnavi_cnt li a:hover,
.color_yellow #tmp_rnavi_cnt li a:hover{
	text-decoration: none;
}
.color_black #tmp_inquiry_ttl,
.color_blue #tmp_inquiry_ttl,
.color_yellow #tmp_inquiry_ttl {
	border-bottom: 1px solid;
}
.color_black #tmp_hnavi_lmenu > a:hover,
.color_blue #tmp_hnavi_lmenu > a:hover,
.color_yellow #tmp_hnavi_lmenu > a:hover{
	text-decoration: underline;
	font-weight: 700;
}
.color_black #tmp_moridai_follow a:hover,
.color_black #tmp_wrapper .btn_simple a,
.color_black #tmp_footer .flink a:hover,
.color_blue #tmp_moridai_follow a:hover,
.color_blue #tmp_wrapper .btn_simple a:hover,
.color_blue #tmp_footer .flink a:hover,
.color_yellow #tmp_moridai_follow a:hover,
.color_yellow #tmp_wrapper .btn_simple a:hover,
.color_yellow #tmp_footer .flink a:hover{
	text-decoration: underline;
}

/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small a.icon_pdf,
.fsize_small a.icon_word,
.fsize_small a.icon_excel {
    background-position: left top;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}

/* header & footer - accessibility
================================================== */
/* color */
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_footer .flogo,
.color_blue #tmp_wrapper #tmp_footer .flogo,
.color_yellow #tmp_wrapper #tmp_footer .flogo{
	width: auto;
	height: auto !important;
}
.color_black #tmp_wrapper #tmp_hlogo,
.color_blue #tmp_wrapper #tmp_hlogo,
.color_yellow #tmp_wrapper #tmp_hlogo{
	width: auto !important;
	max-width: 20%;
}
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo h1{
	font-size: 1rem !important;
}
.color_black #tmp_wrapper #tmp_footer .flogo > span,
.color_blue #tmp_wrapper #tmp_footer .flogo > span,
.color_yellow #tmp_wrapper #tmp_footer .flogo > span,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	text-indent: inherit;
}
.color_black #tmp_wrapper #tmp_hnavi_mmenu > a > img,
.color_blue #tmp_wrapper #tmp_hnavi_mmenu > a > img,
.color_yellow #tmp_wrapper #tmp_hnavi_mmenu > a > img{
	background-color: #ffffff !important;
}
.color_black #tmp_wrapper #tmp_moridai_follow,
.color_blue #tmp_wrapper #tmp_moridai_follow,
.color_yellow #tmp_wrapper #tmp_moridai_follow{
	background-color: transparent !important;
}
.color_black #tmp_wrapper .gnavi > li > a:before,
.color_black #tmp_wrapper .gnavi > li:last-of-type > a:after,
.color_black #tmp_wrapper #tmp_footer .fnavi:not(:nth-child(2n)):after,
.color_blue #tmp_wrapper .gnavi > li > a:before,
.color_blue #tmp_wrapper .gnavi > li:last-of-type > a:after,
.color_blue #tmp_wrapper #tmp_footer .fnavi:not(:nth-child(2n)):after{
	border-color: #FFFF00;
}
.color_yellow #tmp_wrapper .gnavi > li > a:before,
.color_yellow #tmp_wrapper .gnavi > li:last-of-type > a:after,
.color_yellow #tmp_wrapper #tmp_footer .fnavi:not(:nth-child(2n)):after{
	border-color: #000000;
}
.color_black #tmp_wrapper .gnavi > li.active:before,
.color_black #tmp_wrapper .gnavi > li.is_hover:before,
.color_blue #tmp_wrapper .gnavi > li.active:before,
.color_blue #tmp_wrapper .gnavi > li.is_hover:before{
	border-bottom-color: #FFFF00;
}
.color_yellow #tmp_wrapper .gnavi > li.active:before,
.color_yellow #tmp_wrapper .gnavi > li.is_hover:before{
	border-bottom-color: #000000;
}
.color_black #tmp_wrapper #tmp_moridai_follow a,
.color_blue #tmp_wrapper #tmp_moridai_follow a,
.color_yellow #tmp_wrapper #tmp_moridai_follow a{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_footer .flogo,
.color_blue #tmp_wrapper #tmp_footer .flogo,
.color_yellow #tmp_wrapper #tmp_footer .flogo{
	align-self: flex-start;
}
/* fsize */
.fsize_small .gnavi > li.active:before,
.fsize_small .gnavi > li.is_hover:before {
	top: calc(100% + 13px);
}
.fsize_big2 .gnavi > li.active:before,
.fsize_big2 .gnavi > li.is_hover:before {
	top: calc(100% - 6px);
}
/* no-js */
.no_javascript #tmp_wrapper{
	padding-top: 0;
}
.no_javascript #tmp_header{
	position: relative;
}
/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi: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,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}
