@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: #034a92;
}

a:hover,
a:focus {
	text-decoration: none;
}

body {
	font-size: 100%;
	font-weight: 500;
	color: #000000;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #b32424;
	font-weight: bold;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 87.5%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #fffcdf;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #EAEAEA;
	/* Setting by CMS sheets */
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper{
	min-width: 1220px;
	background: transparent url(/shared/site_seishin/images/icon/pattern_mask_pc.jpg) no-repeat center top;
}
.container {
	margin: 0 auto;
    max-width: 1000px;
    padding: 0 10px;
}
.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

/* 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: 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: 225px;
	/* デザインによって変更 */
	margin-right: -235px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 0;
	/* デザインによって変更 */
	color: inherit;
}

.format_free .wrap_col_rgt_navi {
	width: 200px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 235px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 210px;
	/* デザインによって変更 */
}

/* header
================================================== */
#tmp_header_wrap{
	padding-bottom: 18px;
}
#tmp_header{
	margin: 0 auto;
	max-width: 1280px;
}
#tmp_header .header_main > .container{
	display: flex;
}
#tmp_header .header_main{
	padding: 16px 0 24px;
}
#tmp_hlogo {
	flex-shrink: 0;
	padding-left: 40px;
	width: 312px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: transparent url(/shared/site_seishin/images/icon/hlogo.png) no-repeat;
    background-size: 100% auto;
	width: 282px;
	height: 65px;
	color: inherit;
}
#tmp_hlogo a {
	display: block;
	width: 282px;
	height: 65px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	position: relative;
	display: block;
	width: 282px;
	height: 62px;
	z-index: -1;
	text-indent: -9999px;
	overflow: hidden;
}
#tmp_header .header_rgt{
	padding: 9px 0 0 48px;
	flex: 1 auto;
	width: 100%;
}
#tmp_search{
	margin-bottom: 4px;
}
#tmp_header .wrap_sch_box{
	display: flex;
	align-items: flex-start;
}
#tmp_header .sch_ttl{
	flex-shrink: 0;
	margin-right: 12px;
}
#tmp_header .sch_ttl label{
	display: inline-block;
	padding: 4px 0 1px 20px;
	background: transparent url(/shared/site_seishin/images/icon/icon_search.png) no-repeat 0 6px;
	color: inherit;
	cursor: pointer;
}
#tmp_header .sch_wrap{
	position: relative;
	display: flex;
	max-width: 251px;
	line-height: 1;
}
#tmp_header .sch_box input,
#tmp_header .sch_btn input{
	display: block;
	width: 100%;
	height: 30px;
	border: 1px solid #4a4a4a;
	line-height: 1.2;
	font-size: 100%;
	font-weight: 500;
	appearance: none;
	box-shadow: none;
}
#tmp_header .sch_box input{
	padding: 5px 6px;
	background-color: #ffffff;
	color: #000000;
	border-right: 0;
}
#tmp_header .sch_btn{
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	min-width: 51px;
}
#tmp_header .sch_btn input{
	padding: 3px 2px 2px;
	background-color: #4a4a4a;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}
#tmp_header .sch_btn input:hover{
	text-decoration: underline;
}
#tmp_header .header_links{
	display: flex;
	flex-flow: row wrap;
	gap: 0 17px;
	padding-left: 11px;
}
#tmp_header .header_links li{
	list-style: none;
	font-size: 85.7%;
	line-height: 1.3;
}
#tmp_header .header_links a{
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
#tmp_header .header_links span{
	display: inline-block;
	padding: 3px 0 3px 10px;
	background: transparent url(/shared/site_seishin/images/icon/arrow_link_icon_bl.png) no-repeat 0 5px;
	background-size: 8px auto;
	color: inherit;
}
#tmp_header .header_links li:hover span{
	text-decoration: underline;
}
#tmp_header .header_links li.show_sp{
	display: none;
}
/* focus */
#tmp_lnavi_ttl a:focus-visible{
	outline-offset: -1px;
}

/* gnavi
================================================== */
#tmp_gnavi{
	clear: both;
	max-width: 980px;
	margin: 0 auto;
}
#tmp_gnavi > .container {
	max-width: 980px;
	padding: 2px;
	border-radius: 5px;
	color: #000000;
	background-color: #FFFFFF;
	box-shadow: 0px 13px 5px -10px #8cdbf6;
}
#tmp_gnavi .gnavi{
	position: relative;
	display: flex;
	list-style: none;
	z-index: 98;
	border: 1px solid #97cbff;
	border-radius: 7px;
}
#tmp_gnavi .gnavi > li{
	position: relative;
	flex: 1 1 calc(100% / 6);
	max-width: 163px;
	margin-top: -3px;
	margin-bottom: -3px;
}
#tmp_gnavi .gnavi > li:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	bottom: 9px;
	border-right: 1px dotted #004da1;
}
#tmp_gnavi .gnavi > li > a{
	position: relative;
    display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 72px;
	height: 100%;
	padding: 15px 3px;
	color: #000000;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#tmp_gnavi .gnavi > li > a span {
	position: relative;
	z-index: 1;
	display: inline-block;
	min-height: 30px;
	padding: 8px 0 5px 30px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 26px auto;
}
#tmp_gnavi .gnavi > li.glist1{
	flex-shrink: 0;
	width: 164px;
	max-width: 164px;
	margin-left: -3px;
}
#tmp_gnavi .gnavi > li.glist6{
	flex-shrink: 0;
	max-width: 164px;
	margin-right: -3px;
}
#tmp_gnavi .gnavi > li.glist1 > a span{
	background-image: url(/shared/site_seishin/images/icon/icon_gnavi_1.png);
	background-size: 24px auto;
}
#tmp_gnavi .gnavi > li.glist2 > a span{
	background-image: url(/shared/site_seishin/images/icon/icon_gnavi_2.png);
    background-size: 21px auto;
}
#tmp_gnavi .gnavi > li.glist3 > a span{
	background-image: url(/shared/site_seishin/images/icon/icon_gnavi_3.png);
    padding-left: 35px;
}
#tmp_gnavi .gnavi > li.glist4 > a span{
	background-image: url(/shared/site_seishin/images/icon/icon_gnavi_4.png);
    background-size: 25px auto;
    padding-left: 32px;
}
#tmp_gnavi .gnavi > li.glist5 > a span{
	background-image: url(/shared/site_seishin/images/icon/icon_gnavi_5.png);
    padding-left: 32px;
}
#tmp_gnavi .gnavi > li.glist6 > a span{
	background-image: url(/shared/site_seishin/images/icon/icon_gnavi_6.png);
    background-size: 23px auto;
}
#tmp_gnavi .gnavi > li.glist1.active > a span,
#tmp_gnavi .gnavi > li.glist1.is_hover > a span,
#tmp_gnavi .gnavi > li.glist1 > a:hover span{
	background-image: url(/shared/site_seishin/images/icon/icon_gnavi_hv_1.png);
}
#tmp_gnavi .gnavi > li.glist2.active > a span,
#tmp_gnavi .gnavi > li.glist2.is_hover > a span,
#tmp_gnavi .gnavi > li.glist2 > a:hover span{
	background-image: url(/shared/site_seishin/images/icon/icon_gnavi_hv_2.png);
}
#tmp_gnavi .gnavi > li.glist3.active > a span,
#tmp_gnavi .gnavi > li.glist3.is_hover > a span,
#tmp_gnavi .gnavi > li.glist3 > a:hover span{
	background-image: url(/shared/site_seishin/images/icon/icon_gnavi_hv_3.png);
}
#tmp_gnavi .gnavi > li.glist4.active > a span,
#tmp_gnavi .gnavi > li.glist4.is_hover > a span,
#tmp_gnavi .gnavi > li.glist4 > a:hover span{
	background-image: url(/shared/site_seishin/images/icon/icon_gnavi_hv_4.png);
}
#tmp_gnavi .gnavi > li.glist5.active > a span,
#tmp_gnavi .gnavi > li.glist5.is_hover > a span,
#tmp_gnavi .gnavi > li.glist5 > a:hover span{
	background-image: url(/shared/site_seishin/images/icon/icon_gnavi_hv_5.png);
}
#tmp_gnavi .gnavi > li.glist6.active > a span,
#tmp_gnavi .gnavi > li.glist6.is_hover > a span,
#tmp_gnavi .gnavi > li.glist6 > a:hover span{
	background-image: url(/shared/site_seishin/images/icon/icon_gnavi_hv_6.png);
}
#tmp_gnavi .gnavi > li.active > a span,
#tmp_gnavi .gnavi > li.is_hover > a span,
#tmp_gnavi .gnavi > li > a:hover span {
	color: #ffffff;
	background-color: #007b9f;
}
#tmp_gnavi .gnavi > li.active > a:after,
#tmp_gnavi .gnavi > li.is_hover > a:after,
#tmp_gnavi .gnavi > li > a:hover:after {
	content: '';
	position: absolute;
    top: 11px;
    bottom: 1px;
	left: 2px;
    right: 2px;
	background-color: #007b9f;
}
#tmp_gnavi .gnavi > li.glist6.active > a:after,
#tmp_gnavi .gnavi > li.glist6.is_hover > a:after,
#tmp_gnavi .gnavi > li.glist6 > a:hover:after {
	right: 3px;
}
#tmp_gnavi .gnavi > li > a:focus-visible{
	outline-offset: -1px;
}
/* dropdown menu */
#tmp_gnavi .drop_down_hidden {
	display: none;
    position: absolute;
	left: 0;
	right: 0;
    top: calc(100% - 14px);
    width: 100%;
	z-index: 10;
}
#tmp_gnavi .drop_down_inner {
	position: relative;
	background-color: #ffffff;
	padding: 14px 44px 6px 19px;
	border: 5px solid rgb(0, 123, 159);
	color: #000000;
	overflow-y: auto;
	z-index: 2;
}
#tmp_gnavi .drop_down_inner ul {
	display: flex;
	flex-flow: row wrap;
	gap: 0 30px;
}
#tmp_gnavi .drop_down_inner li{
	list-style: none;
	width: calc((100% - 60px) / 3);
	line-height: 1.8;
	color: inherit;
}
#tmp_gnavi .drop_down_inner a{
	display: block;
	padding: 4px 0 4px 20px;
	background: transparent url(/shared/site_seishin/images/icon/arrow_link_icon.png) no-repeat 6px 12px;
	color: inherit;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out;
}
#tmp_gnavi .drop_down_inner a:hover{
	background-color: #e2f3fc;
}
#tmp_gnavi .drop_down_inner li:nth-of-type(-n+4){
	padding-bottom: 1px;
}

/* footer
================================================== */
/*pnavi*/
.pnavi{
	position: absolute;
    right: 10px;
    top: -105px;
	z-index: 10;
	display: block;
	border-radius: 50%;
}
.pnavi,
.pnavi a,
.pnavi span{
	width: 95px;
	height: 90px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi span{
	position: relative;
	z-index: -1;
}
.pnavi a{
	padding: 26px 5px 0;
	font-size: 0.75rem;
	font-weight: bold;
	background: url(/shared/site_seishin/images/icon/pnavi_icon.png) no-repeat center top;
	background-size: 100% auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -9999px;
	transition: 0.3s ease-in-out opacity;
}
.pnavi a:hover{
	opacity: 0.7;
}
.no_javascript .pnavi{
	display: block;
}

#tmp_footer {
	margin-top: 57px;
	padding: 300px 0 10px;
	color: #000000;
	background: url(/shared/site_seishin/images/main/bg_footer.jpg) no-repeat center 11px;
}
.format_top #tmp_footer{
	margin-top: 106px;
}
#tmp_footer .container{
	position: relative;
}
/* fnavi  */
.footer_cnt {
    padding: 0px 80px;
	margin-bottom: 25px;
	display: flex;
}
.footer_cnt .footer_name{
	font-size: 114.2%;
	font-weight: bold;
	margin-right: 30px;
}
.footer_cnt .footer_access a{
	font-size: 85.7%;
	border: 1px solid #FFFFFF;
	background: #007b9f;
	color: #FFFFFF;
	text-decoration: none;    
	padding: 2px 5px 0 0;
	display: inline-block;
}
.footer_access a span{
	background: url(/shared/site_seishin/images/icon/local_icon.png) no-repeat 3px center;
	padding-left: 16px;
}
.footer_access a:hover span{
	text-decoration: underline;
}
.footer_cnt .footer_adress{
	flex: 1;
}
.footer_cnt address {
	font-style: normal;
}

.footer_cnt address span {
	margin: 0 7px 0 0;
	display: inline-block;
}

.copyright {
	text-align: center;
	font-size: 85.7%;
}
/* ==================================================
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;
	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: 9px auto;
	background-color: transparent;
	border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_seishin/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_seishin/images/icon/icon_arrow_next_bl.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: #3a3a3a;
	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: #3a3a3a;
}
.splide.is-focus-in .splide__toggle:focus,
.splide__toggle:focus-visible,
.splide__pagination__page:focus-visible,
.splide.is-focus-in .splide__pagination__page:focus,
.splide__slide:focus-visible,
.splide.is-focus-in .splide__slide:focus {
    outline-color: #000000;
}
.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_seishin/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_seishin/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_seishin/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_seishin/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
================================================== */
/* pankuzu
================================================== */
#tmp_pankuzu {
	margin-bottom: 10px;
	line-height: 1.4;
	clear:both;
	font-size: 87.5%;
}
#tmp_pankuzu .pankuzu_lbl{
	display: inline-block;
	margin-right: 10px;
	padding: 4px 5px 2px 5px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	line-height: 1.2;
	color: inherit;
	background-color: #ffffff;
}

/* update
================================================== */
#tmp_wrap_custom_update{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-bottom: 16px;
	margin-top: -8px;
}
#tmp_custom_update {
	font-size: 87.5%;
}
#tmp_update,
#tmp_pageid{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0 !important;
	line-height: 1.2;
	letter-spacing: 0.02em;
}
#tmp_update + #tmp_pageid{
	margin-left: 5px;
}

/* linkicon
================================================== */
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_ppt,
a.icon_txt,
a.icon_img,
a.icon_csv,
a.icon_ichitaro,
a.icon_media,
a.icon_zip {
	padding: 5px 0 5px 38px;
	text-indent:0 !important;
	background-position:0 center;
	background-repeat:no-repeat;
	background-size: 28px auto;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_ppt,
li a.icon_txt,
li a.icon_img,
li a.icon_csv,
li a.icon_ichitaro,
li a.icon_media,
li a.icon_zip {
	background-position:0 center;
	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_ppt {
	background-image:url(/shared/system/images/linkicon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/shared/system/images/linkicon/icon_text.png);
}
a.icon_img {
	background-image:url(/shared/system/images/linkicon/icon_img.png);
}
a.icon_csv {
	background-image:url(/shared/system/images/linkicon/icon_csv.png);
}
a.icon_ichitaro {
	background-image:url(/shared/system/images/linkicon/icon_ichitaro.png);
}
a.icon_media {
	background-image:url(/shared/system/images/linkicon/icon_media.png);
}
a.icon_zip {
	background-image:url(/shared/system/images/linkicon/icon_zip.png);
}

/* externalLink
================================================== */
#tmp_contents a[rel*="external"],
#tmp_main a[rel*="external"] {
	margin-right: 3px;
}
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after{
	content:"";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 11px;
	background: transparent url(/shared/images/icon/arrow_blank.png) no-repeat 0 0;
	background-size: 14px auto;
	color: inherit;
}

/* lnavi
================================================== */
#tmp_lnavi{
    margin-bottom: 12px;
    padding-bottom: 14px;
	background-color: #007B9F;
	border: 1px solid #007B9F;
	border-radius: 5px;
	color: #FFFFFF;
	overflow: hidden;
}
#tmp_lnavi_ttl{
	font-size: 114.2%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2;
}
#tmp_lnavi_ttl p{
	padding: 19px 15px 13px;
}
#tmp_lnavi_ttl a{
	text-decoration: none;
	display: block;
	margin: -19px -15px -13px;
	padding: 19px 24px 13px 15px;
	background: transparent url(/shared/site_seishin/images/icon/arrow_link_wh.png) no-repeat right 12px top 25px;
	color: inherit;
}
#tmp_lnavi_cnt{
    margin-left: 1px;
    background-color: #F5FBFE;
    color: #000000;
}
#tmp_lnavi_cnt ul li{
	position: relative;
	list-style: none;
	z-index: 1;
}
#tmp_lnavi_cnt ul li:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px dotted #007B9F;
	color: #000000;
	pointer-events: none;
	z-index: 1;
}
#tmp_lnavi_cnt ul a{
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px 30px;
	background: transparent url(/shared/site_seishin/images/icon/arrow_link.png) no-repeat 14px 14px;
	transition: background-color 0.3s ease-in-out;
}
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl .active a,
#tmp_lnavi_cnt ul a:hover,
#tmp_lnavi_cnt ul .active a{
	text-decoration: underline;
}
#tmp_lnavi_ttl a:focus-visible,
#tmp_lnavi_cnt ul a:focus-visible{
	outline-offset: -2px;
}

/* yoyaku
================================================== */
#tmp_yoyaku{
    margin: 0 0 20px;
    border: 1px solid #97cbff;
	box-shadow: 0 8px 5px -5px #8cdbf6;
    background-color: #f4faff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f4faff), to(#d7edff));
    background-image: -moz-linear-gradient(#f4faff 60%, #d7edff);
    background-image: -o-linear-gradient(#f4faff 60%, #d7edff);
    background-image: linear-gradient(#f4faff 60%, #d7edff);
	background-repeat: no-repeat;
}
#tmp_yoyaku .yoyaku_ttl{
	margin-right: 6px;
	padding: 11px 12px 15px;
	background-color: transparent;
	background-image: url(/shared/site_seishin/images/main/yoyaku_ttl.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	font-size: 81.2%;
	font-weight: bold;
	text-indent: -9999px;
}
#tmp_yoyaku .yoyaku_ttl > p{
	padding-left: 21px;
}
#tmp_yoyaku .yoyaku_cnt{
    margin: 0 9px 10px;
    padding: 11px 9px 5px;
    background-color: #ffffff;
    border: 1px solid #d9edff;
    color: #000000;
}
#tmp_yoyaku .yoyaku_address{
	margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #cccccc;
}
#tmp_yoyaku .yoyaku_address .item{
    list-style: none;
    display: flex;
    flex-direction: column;
	align-items: flex-start;
}
#tmp_yoyaku .yoyaku_address .item_lbl{
    margin-bottom: 6px;
    padding: 3px 5px 2px;
    background-color: #003366;
    width: 65px;
    border-radius: 2px;
    font-size: 78.5%;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    word-break: break-all;
}
#tmp_yoyaku .yoyaku_address .item_des{
    font-size: 85.7%;
    line-height: 1.2;
}
#tmp_yoyaku .yoyaku_address .item_link a{
    padding: 2px 0 2px 15px;
    background: transparent url(/shared/site_seishin/images/icon/icon_map.png) no-repeat 0 5px;
    font-size: 92.8%;
}
#tmp_yoyaku .yoyaku_address .item:not(:last-of-type){
    margin-bottom: 7px;
}
#tmp_yoyaku .yoyaku_des{
	display: none;
    margin-bottom: 8px;
    padding: 2px 3px 4px;
    font-size: 85.7%;
    line-height: 1.4;
    border-bottom: 1px dotted #cccccc;
}
#tmp_yoyaku .yoyaku_contact{
    text-align: center;
}
#tmp_yoyaku .yoyaku_contact .contact_ttl{
	margin-bottom: 2px;
    padding: 2px 0 0;
    background-color: #cc0033;
    border-radius: 2px;
    font-size: 78.5%;
    color: #ffffff;
    text-align: center;
}
#tmp_yoyaku .yoyaku_contact .contact_tel{
	margin-bottom: 2px;
    font-family: Arial;
    font-size: 157.1%;
    color: #cc0033;
    font-weight: bold;
	line-height: 1.2;
}
#tmp_yoyaku .yoyaku_contact .phone_number{
	display: inline-block;
    padding: 3px 0 3px 25px;
    background: transparent url(/shared/site_seishin/images/icon/icon_tel.png) no-repeat 0 9px;
    color: inherit;
	word-break: break-all;
}
#tmp_yoyaku .yoyaku_contact .contact_time{
    display: flex;
    flex-direction: column;
}
#tmp_yoyaku .yoyaku_contact .time_lbl{
    margin: 0 0 5px;
    padding: 2px 0 0;
    background-color: transparent;
    border: 1px solid #cc0033;
    border-radius: 2px;
    font-size: 78.5%;
    color: #cc0033;
}
#tmp_yoyaku .yoyaku_contact .time_text{
    line-height: 1.4;
}

/* cnavi
================================================== */
#tmp_cnavi .cnavi_list li{
    list-style: none;
}
#tmp_cnavi .cnavi_list li > a{
    display: block;
	width: 220px;
}
#tmp_cnavi .cnavi_list li > a > img{
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: opacity 0.3s ease-in-out;
}
#tmp_cnavi .cnavi_list li:not(:last-of-type){
    margin-bottom: 5px;
}
#tmp_cnavi .cnavi_list li > a:hover > img{
	opacity: 0.7;
}
/* inquiry
================================================== */
#tmp_inquiry{
	margin: 80px 0 60px;
	padding: 30px 21px 11px;
	border: 1px solid #081f51;
	overflow: hidden;
	clear:both;
}
#tmp_inquiry_ttl{
	margin-bottom: 19px;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
}
#tmp_inquiry_cnt{
	line-height: 1.4;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom:10px;
	/* padding:23px 5px 5px;
	background:#f6f6f6 url(/shared/site_seishin/images/icon/scroll_table_icon.png) right 5px no-repeat; */
	background-size:75px 15px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 15px;
	font-size:100%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #8A8A8A;
	color:#000000;
	display:inline-block;
	padding:7px 6px 6px 60px;
	text-decoration:none;
	background:#ffffff url(/shared/site_seishin/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px 20px;
	box-shadow: 0 3px 9px 1px rgba(0, 51, 103, 0.1);
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/site_seishin/images/icon/scroll_table_df.png) 10px center no-repeat;
	background-size:46px 20px;
}
.scroll_table::-webkit-scrollbar{
	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
/* ==================================================
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 #FFFFFF;
}


/* 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 #FFFFFF;
}

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;
}

/* custom div
================================================== */
div.col2:has(div.col2) > div.col2L,
div.col2:has(div.col2) > div.col2R{
	width: calc((99% - 15px) / 2);
}
div.col2:has(div.col2) div.col2 div.col2L,
div.col2:has(div.col2) div.col2 div.col2R{
	width: calc((100% - 15px)/2);
}
div.col2:has(div.col2) div.col2L{
	margin-right: 15px;
}
div.col3:has(div.col2) > div.col3L,
div.col3:has(div.col2) > div.col3M,
div.col3:has(div.col2) > div.col3R{
	width: calc((99% - 30px) / 3);
}
div.col3:has(div.col2) div.col2 div.col2L,
div.col3:has(div.col2) div.col2 div.col2R{
	display: block;
	width: calc((100% - 15px)/2);
}
div.col2:has(div.col3) > div.col2L,
div.col2:has(div.col3) > div.col2R{
	width: calc((99% - 15px)/2);
}
div.col2:has(div.col3) div.col3 div.col3L,
div.col2:has(div.col3) div.col3 div.col3M,
div.col2:has(div.col3) div.col3 div.col3R{
	display: block;
	width: calc((100% - 30px) / 3);
}
div.col3:has(div.col2) > div.col3L,
div.col3:has(div.col2) > div.col3M,
div.col3:has(div.col2) div.col2 div.col2L,
div.col2:has(div.col3) > div.col2L,
div.col2:has(div.col3) div.col3 div.col3L,
div.col2:has(div.col3) div.col3 div.col3M{
	margin-right: 15px;
}

/* ==================================================
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
================================================== */
.color_blue #tmp_footer .pnavi a,
.color_yellow #tmp_footer .pnavi a,
.color_black #tmp_footer .pnavi a {
	text-indent: 0;
	border: 1px solid;
	border-radius: 50%;
	width: 90px;
}
.color_blue #tmp_footer .pnavi a:hover,
.color_yellow #tmp_footer .pnavi a:hover,
.color_black #tmp_footer .pnavi a:hover{
	opacity: 1;
	text-decoration: underline;
}
/* 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_wrapper a.icon_pdf,
.color_blue #tmp_wrapper a.icon_word,
.color_blue #tmp_wrapper a.icon_excel,
.color_blue #tmp_wrapper a.icon_ppt,
.color_blue #tmp_wrapper a.icon_txt,
.color_blue #tmp_wrapper a.icon_img,
.color_blue #tmp_wrapper a.icon_csv,
.color_blue #tmp_wrapper a.icon_ichitaro,
.color_blue #tmp_wrapper a.icon_media,
.color_blue #tmp_wrapper a.icon_zip,
.color_yellow #tmp_wrapper a.icon_pdf,
.color_yellow #tmp_wrapper a.icon_word,
.color_yellow #tmp_wrapper a.icon_excel,
.color_yellow #tmp_wrapper a.icon_ppt,
.color_yellow #tmp_wrapper a.icon_txt,
.color_yellow #tmp_wrapper a.icon_img,
.color_yellow #tmp_wrapper a.icon_csv,
.color_yellow #tmp_wrapper a.icon_ichitaro,
.color_yellow #tmp_wrapper a.icon_media,
.color_yellow #tmp_wrapper a.icon_zip,
.color_black #tmp_wrapper a.icon_pdf,
.color_black #tmp_wrapper a.icon_word,
.color_black #tmp_wrapper a.icon_excel,
.color_black #tmp_wrapper a.icon_ppt,
.color_black #tmp_wrapper a.icon_txt,
.color_black #tmp_wrapper a.icon_img,
.color_black #tmp_wrapper a.icon_csv,
.color_black #tmp_wrapper a.icon_ichitaro,
.color_black #tmp_wrapper a.icon_media,
.color_black #tmp_wrapper a.icon_zip {
	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;
}

/* for header */
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	background-color: transparent !important;
	width: auto;
	height: auto;
}
.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: 2rem !important;
}
.color_black #tmp_wrapper #tmp_yoyaku,
.color_blue #tmp_wrapper #tmp_yoyaku,
.color_yellow #tmp_wrapper #tmp_yoyaku{
	box-shadow: none;
}
.color_black #tmp_wrapper #tmp_yoyaku .yoyaku_ttl,
.color_blue #tmp_wrapper #tmp_yoyaku .yoyaku_ttl,
.color_yellow #tmp_wrapper #tmp_yoyaku .yoyaku_ttl,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	text-indent: inherit;
}
/* lnavi */
.color_black #tmp_wrapper #tmp_wrap_custom_update,
.color_blue #tmp_wrapper #tmp_wrap_custom_update,
.color_yellow #tmp_wrapper #tmp_wrap_custom_update,
.color_black #tmp_wrapper #tmp_wrap_custom_update *,
.color_blue #tmp_wrapper #tmp_wrap_custom_update *,
.color_yellow #tmp_wrapper #tmp_wrap_custom_update *{
	background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_yoyaku .yoyaku_address .item_lbl,
.color_black #tmp_wrapper #tmp_yoyaku .yoyaku_contact .contact_ttl,
.color_blue #tmp_wrapper #tmp_yoyaku .yoyaku_address .item_lbl,
.color_blue #tmp_wrapper #tmp_yoyaku .yoyaku_contact .contact_ttl,
.color_yellow #tmp_wrapper #tmp_yoyaku .yoyaku_address .item_lbl,
.color_yellow #tmp_wrapper #tmp_yoyaku .yoyaku_contact .contact_ttl{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_lnavi_ttl,
.color_blue #tmp_wrapper #tmp_lnavi_ttl,
.color_yellow #tmp_wrapper #tmp_lnavi_ttl{
	border-bottom: 1px solid;
}
.color_black #tmp_wrapper #tmp_lnavi_cnt ul li:before,
.color_blue #tmp_wrapper #tmp_lnavi_cnt ul li:before{
	border-bottom-color: #ffff00;
}
.color_yellow #tmp_wrapper #tmp_lnavi_cnt ul li:before{
	border-bottom-color: #000000;
}
.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_black #tmp_wrapper table.col2 td.col2L,
.color_black #tmp_wrapper table.col3 td.col3L,
.color_black #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_footer,
.color_blue #tmp_wrapper #tmp_footer,
.color_yellow #tmp_wrapper #tmp_footer{
	padding-top: 60px;
	border-top: 1px solid;
}
.color_black #tmp_wrapper #tmp_yoyaku .yoyaku_contact .phone_number,
.color_blue #tmp_wrapper #tmp_yoyaku .yoyaku_contact .phone_number,
.color_yellow #tmp_wrapper #tmp_yoyaku .yoyaku_contact .phone_number{
	padding-left: 0;
}
.color_black #tmp_wrapper #tmp_header .header_link_homepage,
.color_blue #tmp_wrapper #tmp_header .header_link_homepage,
.color_yellow #tmp_wrapper #tmp_header .header_link_homepage{
	border-left: 1px solid;
}
.color_black #tmp_wrapper #tmp_yoyaku .yoyaku_contact .contact_tel,
.color_blue #tmp_wrapper #tmp_yoyaku .yoyaku_contact .contact_tel,
.color_yellow #tmp_wrapper #tmp_yoyaku .yoyaku_contact .contact_tel{
	margin-top: 2px;
}
.color_black #tmp_wrapper #tmp_yoyaku .yoyaku_ttl > p,
.color_blue #tmp_wrapper #tmp_yoyaku .yoyaku_ttl > p,
.color_yellow #tmp_wrapper #tmp_yoyaku .yoyaku_ttl > p{
	padding-left: 0;
	text-align: center;
}
.color_black #tmp_wrapper #tmp_gnavi > .container,
.color_blue #tmp_wrapper #tmp_gnavi > .container,
.color_yellow #tmp_wrapper #tmp_gnavi > .container,
.color_black #tmp_wrapper #tmp_gnavi .gnavi,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi{
	box-shadow: none;
	border-radius: 0;
}
.color_black #tmp_wrapper #tmp_gnavi .gnavi > li:after,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li:after {
	border-color: #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > li:after{
	border-color: #000000;
}
.color_black #tmp_wrapper #tmp_gnavi .gnavi > li,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > li{
	margin: 0 !important;
}
.color_black #tmp_wrapper #tmp_gnavi .gnavi > li > a:after,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li > a:after,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > li > a:after{
	content: none;
}
.color_black #tmp_wrapper #tmp_gnavi .gnavi > li.active > a,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li.active > a,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > li.active > a{
	text-decoration: underline;
}
.color_black #tmp_wrapper #tmp_gnavi .gnavi > li.active > a:hover,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li.active > a:hover,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > li.active > a:hover{
	text-decoration: none;
}
.color_black #tmp_wrapper #tmp_gnavi .gnavi > li > a:hover,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li > a:hover,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > li > a:hover,
.color_black #tmp_wrapper #tmp_gnavi .drop_down_inner a:hover,
.color_blue #tmp_wrapper #tmp_gnavi .drop_down_inner a:hover,
.color_yellow #tmp_wrapper #tmp_gnavi .drop_down_inner a:hover{
	text-decoration: underline;
}
.color_black #tmp_wrapper .fontsize_ttl > img,
.color_blue #tmp_wrapper .fontsize_ttl > img,
.color_yellow #tmp_wrapper .fontsize_ttl > img,
.color_black #tmp_wrapper .color_ttl > img,
.color_blue #tmp_wrapper .color_ttl > img,
.color_yellow #tmp_wrapper .color_ttl > img{
	background-color: #ffffff !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;
}
.fsize_big2 .footer_cnt address span{
	display: block;
}

/* header & lnavi */
.fsize_small #tmp_wrapper #tmp_yoyaku .yoyaku_address .item_link a,
.fsize_small #tmp_wrapper #tmp_yoyaku .yoyaku_contact .phone_number{
	background-position: 0 4px;
}
.fsize_small #tmp_wrapper a.icon_pdf,
.fsize_small #tmp_wrapper a.icon_word,
.fsize_small #tmp_wrapper a.icon_excel{
	padding-top: 8px;
	padding-bottom: 8px;
}
.furigana_on #tmp_wrapper #tmp_yoyaku .yoyaku_address .item_lbl,
.color_black #tmp_wrapper #tmp_yoyaku .yoyaku_address .item_lbl,
.color_blue #tmp_wrapper #tmp_yoyaku .yoyaku_address .item_lbl,
.color_yellow #tmp_wrapper #tmp_yoyaku .yoyaku_address .item_lbl,
.fsize_big #tmp_wrapper #tmp_yoyaku .yoyaku_address .item_lbl,
.fsize_big2 #tmp_wrapper #tmp_yoyaku .yoyaku_address .item_lbl{
	width: auto;
}
.fsize_big2 #tmp_wrapper #tmp_header .sch_btn input{
	font-size: 65%;
}
/* ==================================================
furigana_on
================================================== */
.furigana_on #tmp_header .sch_btn{
	min-width: 122px;
}
.furigana_on #tmp_wrapper a.icon_pdf,
.furigana_on #tmp_wrapper a.icon_word,
.furigana_on #tmp_wrapper a.icon_excel,
.furigana_on #tmp_wrapper a.icon_ppt,
.furigana_on #tmp_wrapper a.icon_txt,
.furigana_on #tmp_wrapper a.icon_img,
.furigana_on #tmp_wrapper a.icon_csv,
.furigana_on #tmp_wrapper a.icon_ichitaro,
.furigana_on #tmp_wrapper a.icon_media,
.furigana_on #tmp_wrapper a.icon_zip {
	line-height: 2.2;
}
/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul: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_contents: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 {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}

