@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
button,
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: #0b47a1;
}
a:hover{
	text-decoration:none;
}
body {
	font-size: 112.5%;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	color: #333333;
	font-weight: 500;
}
.show_sp{
	display: none;
}

/* Styles
================================================== */


/* text */

.txt_red {
	color: #ac1c45;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #106724;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #FCECEC;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #FBFBDF;
	/* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EBF9FC;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #E9E9E9;
	/* Setting by CMS sheets */
}

td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #EDFBEE;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #EDE9FA;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	min-width: 1220px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1220px;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
}

/* 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 {
	position: relative;
	padding: 10px 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: 260px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	/* デザインによって変更 */
	color: inherit;
}

.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: -300px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right:300px;
	min-height:500px;
	/* デザインによって変更 */
}
.format_free .col_main{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(60%, rgba(255, 255, 255, 0.7)), color-stop(70%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0))); 
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%); 
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%); 
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);	
	color: #333333;
	padding-right: 40px;
	padding-top: 105px;
	border-top: 4px solid #7397a9;
	z-index: 1;
}
.type_idx .col_main{
	border: none;
	padding: 0;
	background: transparent;
}
#tmp_wrap_main{
	background-image: url(/shared/templates/saiyo_free/images/main/bg_main.png),
	url(/shared/templates/saiyo_free/images/main/bg_main2.png);
	background-repeat: no-repeat;
	background-position: left top, left bottom -1px;
	background-color: #ffffff;
	background-size: 100% 1001px, 100% 1140px;
	padding-bottom: 288px;
}
#tmp_wrap_main .col_main::before{
	content: "";
	position: absolute;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(60%, rgba(255, 255, 255, 0.7)), color-stop(70%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0))); 
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%); 
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%); 
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);	
	width: 1000%;
	top: -4px;
	right: 100%;
	height: calc(100% + 4px);
    border-top: 4px solid #7397a9;
	z-index: -1;
}
.custom_interview #tmp_main > .container{
    max-width: 1300px;
    padding: 0 10px 0 clamp(10px, calc((100% - 1200px) / 2), 50px);
}
/* header
================================================== */

#tmp_header {
	padding-top: 8px;
	padding-bottom: 1px;
	min-height: 46px;
	color: #333333;
	background-color: #ffffff;
}
#tmp_header .header_wrapper{
	position: relative;
	gap: 0 46px;
}
.format_top #tmp_header .header_wrapper{
	gap: 0 34px;
}
#tmp_hlogo{
	float: left;
	padding-bottom: 7px;
	padding-top: 22px;
}
.format_top #tmp_hlogo{
	padding-left: 17px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	width: 290px;
	height: 40px;
	font-size: 1.5rem;
	color: inherit;
	background: #ffffff url(/shared/site_saiyo/images/header/hlogo.png) no-repeat left top;
	background-size: 100% auto;
}

#tmp_hlogo a {
	display: block;
	width: 290px;
	height: 40px;
}


#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 290px;
	height: 40px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_header .header_inner{
	float: right;
}
#tmp_means{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px 17px;
	margin-bottom: 12px;
	padding-right: 16px;
}
#tmp_header .header_search_wrap{
    display: flex;
    align-items: center;
	justify-content: flex-end;
    gap: 10px 17px;
}
#tmp_sma_search .wrap_sch_row{
	position: relative;
}
#tmp_sma_search .sch_box input {
    width: 230px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #cccccc;
    padding: 2px 65px 2px 33px;
	background-size: 95px auto !important;
	background-position: 41px center !important;
}
#tmp_sma_search .sch_ttl label {
    position: absolute;
    left: 12px;
    top: 7px;
    width: 18px;
    height: 18px;
    overflow: hidden;
    color: #333333;
    background: #ffffff url(/shared/site_saiyo/images/header/search_icon_sp.png) 0 0 no-repeat;
    cursor: pointer;
    background-size: 100% auto;
	text-indent: -9999px;
}
#tmp_sma_search .sch_btn {
    position: absolute;
    right: 3px;
    top: 2px;
    width: 60px;
    bottom: 2px;
}
#tmp_sma_search .sch_btn input{
	cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    color: #ffffff;
    background-color: #000000;
    border: 2px solid #000000;
    font-weight: bold;
    font-size: 88.9%;
	transition: 0.3s ease-in-out color, 0.3s ease-in-out background-color;
}
#tmp_sma_search .sch_btn input:focus,
#tmp_sma_search .sch_btn input:hover{
	color: #000000;
	background-color: #ffffff;
}
#tmp_header .mainsite_link a{
	text-decoration: none;
	position: relative;
    display: inline-block;
    color: #000000;
    background: #ffffff url(/shared/site_saiyo/images/header/mainsite_icon.png) no-repeat 16px center;
    font-size: 77.8%;
	font-weight: bold;
    border: 1px solid #cccccc;
    padding: 8px 14px 6px 43px;
    border-radius: 10px;
}
#tmp_header .mainsite_link a:before {
    content: '';
    position: absolute;
	opacity: 0;
    top: -1px;
    left: -1px;
	bottom: -1px;
	right: -1px;
    border-radius: 10px;
    border: 2px solid #333333;
	transition: 0.3s ease-in-out opacity;
}
#tmp_header .mainsite_link a:hover:before{
	opacity: 1;
}
#tmp_header .mainsite_link a > span{
    display: inline-block;
    color: inherit;
    background: transparent url(/shared/site_saiyo/images/header/mainsite_arrow.png) no-repeat right 0;
    padding-right: 29px;
    padding-top: 1px;
    min-height: 24px;
}
/* hnavi */
#tmp_hnavi_s{
	position: static;
	display: block;
}
#tmp_hnavi_s > ul{
	list-style: none;
	display: flex;
	gap: 0 19px;
}
#tmp_hnavi_s > ul > li{
	position: relative;
}
#tmp_hnavi_s > ul > li > a{
	position: relative;
	text-decoration: none;
	text-align: left;
	display: inline-block;
	color: #333333;
	background-color: #ffffff;
	font-size: 88.9%;
	font-weight: 500;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu{
	text-align: center;
	min-width: 96px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lang > a{
	min-width: 159px;
}
#tmp_hnavi_s > ul > li > a > span{
	position: relative;
	z-index: 2;
	display: inline-block;
	min-height: 20px;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
}
#tmp_hnavi_s > ul > li > a > span:before{
	content: '';
    position: absolute;
	pointer-events: none;
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid #333333;
    transition: 0.3s ease-in-out visibility, 0.3s ease-in-out width;
    visibility: hidden;
    width: 0;
}
#tmp_hnavi_s > ul > li > a:hover > span:before {
    width: 100%;
    visibility: visible;
}
#tmp_hnavi_s > ul > li > a.active > span:before{
	opacity: 0;
	width: 0;
}
#tmp_hnavi_lmenu > a > span{
	padding-left: 27px;
	background-image: url(/shared/site_saiyo/images/header/setting_icon.png);
	background-position: left 1px;
}
#tmp_hnavi_lang > a > span{
	padding-left: 26px;
	background-image: url(/shared/site_saiyo/images/header/lang_icon.png);
	background-position: left 3px;
}
#tmp_hnavi_s > ul > li > a.active{
	z-index: 801;
	text-align: center !important;
	min-width: 90px;
}
#tmp_hnavi_s > ul > li > a.active:before,
#tmp_hnavi_s > ul > li > a.active:after{
	position: absolute;
	content: '';
}
#tmp_hnavi_s > ul > li > a.active:before {
    z-index: 801;
    left: 1px;
    right: 1px;
    bottom: -17px;
    height: 8px;
    background-color: #ffffff;
    width: auto;
    border-bottom: none;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lang > a.active:before{
	left: 0;
}
#tmp_hnavi_s > ul > li > a.active:after{
    top: -9px;
    left: 0;
    right: 0;
    bottom: -14px;
	background-color: #ffffff;
    border: 1px solid #7397a9;
    border-bottom: none;
}
#tmp_hnavi_s > ul > li > a.active > span{
	background-image: url(/shared/site_saiyo/images/header/close_icon.png);
	padding-left: 18px;
	background-position: left 4px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lang > a.active:after{
	left: -1px;
}
/* sma_menu */
.wrap_sma_sch .sma_sch_inner{
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #7397a9;
    padding: 12px 5px 8px 28px;
    margin-top: 13px;
}
.wrap_sma_sch .close_btn{
	display: none;
}
/* menu setting */
#tmp_sma_lmenu{
	text-align: right;
	left: 0;
	right: auto;
	max-width: 894px;
}
#tmp_sma_lmenu .sma_sch_inner{
	display: inline-block;
	min-width: 638px;
	max-width: 725px;
	margin-left: -49px;
}
#tmp_hnavi_s .setting_list{
	list-style: none;
	display: flex;
	gap: 0 25px;
}
#tmp_hnavi_s .setting_list > li{
	text-align: center;
}
#tmp_hnavi_s .setting_list li > a{
	text-decoration: none;
	display: inline-block;
	min-height: 26px;
	color: #333333;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 88.9%;
	font-weight: 500;
	padding-top: 2px;
	padding-left: 31px;
}
#tmp_hnavi_s .setting_list li.func_size > a{
	background-image: url(/shared/site_saiyo/images/header/fsize_icon.png);
}
#tmp_hnavi_s .setting_list li.func_furi > a{
	background-image: url(/shared/site_saiyo/images/header/furi_icon.png);
}
/* menu lang */
#tmp_sma_lang{
	position: absolute;
    z-index: 800;
    display: none;
    left: 0;
	right: auto;
	padding-left: 81px;
}
#tmp_sma_lang .sma_sch_inner{
	width: 572px;
	margin: 13px auto 0;
	padding-top: 15px;
	padding-bottom: 18px;
}
#tmp_header .box_lang_list > ul{
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
#tmp_header .box_lang_list > ul > li{
	position: relative;
}
#tmp_header .box_lang_list > ul > li > a{
	text-decoration: none;
	display: inline-block;
	font-size: 88.9%;
	color: #333333;
	background: #ffffff url(/shared/site_saiyo/images/header/lang_arrow.png) no-repeat left center;
	padding-left: 22px;
}
#tmp_header .box_lang_list > ul > li.back_btn{
	padding-left: 28px;
}
#tmp_header .box_lang_list > ul > li.back_btn:before {
    content: '';
    position: absolute;
    top: -3px;
    bottom: -4px;
    left: 7px;
    border-left: 1px solid #ccd6db;
}
#tmp_header .box_lang_list > ul > li.back_btn > a{
	background-image: url(/shared/site_saiyo/images/header/return_icon.png);
	padding-left: 25px;
}
/* 読み上げボタン（伝えるウェブ） */
.webread-speech.audio-open .webread-speech-buttons{
	margin-bottom: 5px;
}
.webread-speech-buttons .webread-button-speech-start,
.webread-speech-buttons .webread-button-speech-control{
	position: relative;
	padding: 0 9px 3px 30px;
	border: none;
	font-size: 88.9%;
    font-weight: 500;
	color: inherit;
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:left top;
	min-height:25px;
	background-image: url(/shared/site_saiyo/images/header/read_icon.png);
}
.webread-speech-buttons .webread-button-speech-start::before,
.webread-speech-buttons .webread-button-speech-control::before{
    content: '';
    width: 2px;
    height: 15px;
    position: absolute;
    background: #b3b3b3;
    bottom: 10px;
    right: 0;
}
/* 読み上げ設定ボタン（伝えるウェブ） */
.webread-speech-buttons .webread-button-speech-config{
	position: relative;
	padding: 0 0 3px 8px;
	border: none;
	font-size: 88.9%;
    font-weight: 500;
	color: inherit;
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:5px 0;
	min-height:18px;
}
.webread-speech-buttons .webread-button-speech-start:hover,
.webread-speech-buttons .webread-button-speech-control:hover,
.webread-speech-buttons .webread-button-speech-config:hover{
	text-decoration: underline;
	cursor: pointer;
}
 /* webread-config（読み上げ設定）
================================================== */
.webread-config {
	font-size: 14px;
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 14px;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.75);
	border-radius: 5px;
	max-width: 90%;
	width: 600px;
	text-align: left;
	outline: none !important;
}
.webread-config-header {
	padding: 1em;
	color: #FFF;
	background: #05203a;
	text-align: center;
	font-weight: bold;
	position: relative;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #FFF;
}
.webread-config-body {
	color: #000;
	background: #FFF;
	padding: 1.5em;
	max-height: 50vh;
	overflow: auto;
}
.webread-config-body dl,
.webread-config-body dl dt,
.webread-config-body dl dd {
	margin: 0px;
	padding: 0px;
	font-size: inherit;
}
.webread-config-body dl {
	overflow: hidden;
}
.webread-config-body dl dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 8em;
	text-align: right;
}
.webread-config-body dl dd {
	margin: 0px 0px 1em 9em;
	white-space: nowrap;
}
.webread-config-body dl dd:last-child {
	margin-bottom: 0px;
}
.webread-config-body dl dd label {
	margin: 0px 1em 0.8em 0px;
	padding: 0px;
	font-size: inherit;
	white-space: nowrap;
	display: inline-block;
}
.webread-config-body dl dd label input {
	margin: 0px 0.3em 0px 0px;
}
.webread-config-footer {
	color: #000;
	background: #FFF;
	border-top: 1px solid #CCC;
	text-align: right;
	padding: 0.5em;
	border-radius: 0px 0px 5px 5px;
}
.webread-config-button-close {
	font-size: inherit;
	border: none;
	color: #FFF;
	background: #05203a;
	font-weight: normal;
	padding: 0.5em 1em;
	border-radius: 3px;
	cursor: pointer;
}
.webread-config-button-close:hover,
.webread-config-button-close:focus {
	color: #FFF;
	background: #3c4f62;
}
.webread-config-overlay {
	position: fixed;
	z-index: 99998;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #000;
	opacity: 0.75;
}
.webread-config-close {
	font-size: inherit;
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	overflow: hidden;
	text-indent: -1000px;
	background: none;
	padding: 0px;
	border: none;
	cursor: pointer;
	color: #FFF;
}
.webread-config-close:before,
.webread-config-close:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #FFF;
}
.webread-config-close:before {
	transform: rotate(45deg);
}
.webread-config-close:after {
	transform: rotate(-45deg);
}
/* gnavi
================================================== */

.gnavi {
	color: inherit;
	clear: both;
}

.gnavi ul {
	display: flex;
	justify-content: flex-end;
	list-style: none;
}

.gnavi li {
	position: relative;
	width: calc((100% - 20px) / 6);
	margin-left: 4px;
}
.gnavi li > a:before,
.gnavi li > a:after{
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #dedede;
}
.gnavi li > a:after{
	width: 0;
	z-index: 1;
	background-color: #80c0de;
	transition: 0.3s ease-in-out width;
}
.gnavi a {
	position: relative;
	text-decoration: none;
	display: flex;
	height: 100%;
	min-width: 140px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 94.4%;
	color: #333333;
	background-color: #ffffff;
	padding: 5px 0 11px;
	text-align: center;
}
.gnavi li > a:hover:after,
.gnavi li.active > a:after{
	width: 100%;
}
/*pnavi*/
.pnavi{
	position: absolute;
	right: 10px;
    top: -48px;
	z-index: 100;
}
.pnavi,
.pnavi a,
.pnavi span{
	width: 120px;
	height: 48px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi span{
	position: relative;
	text-indent: -9999px;
    z-index: -1;
    overflow: hidden;
}
.pnavi a{
    position: relative;
    background-color: transparent;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}
.pnavi a:before{
    content: '';
    position: absolute;
	z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 48px solid #557889;
}
.pnavi a:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 26px;
    left: 50%;
    top: 20px;
    color: inherit;
    background: transparent url(/shared/site_saiyo/images/footer/ptop_txt.png) no-repeat;
    background-size: 100% auto;
    transform: translateX(-50%);
    transition: top 0.3s ease-in-out;
}
.pnavi a:hover:after,
.pnavi a:focus:after {
    top: 23px;
}
.no_javascript .pnavi{
	display: block;
}
/* footer
================================================== */

#tmp_footer {
    padding-bottom: 28px;
	color: #ffffff;
	background-color: #557889;
}

#tmp_footer .container{
	position: relative;
}
#tmp_footer  .footer_cnt{
    display: flex;
}
#tmp_footer .footer_lft{
	width: 43%;
}
.footer_cnt .footer_info {
    padding: 18px 0 18px 33px;
    border-left: 1px solid #ffffff;
}
.footer_cnt .footer_logo {
    min-height: 70px;
    font-weight: bold;
    font-size: 187.5%;
    color: inherit;
    background: transparent url(/shared/site_saiyo/images/footer/footer_logo.png) no-repeat 2px 0;
    margin-bottom: 34px;
    padding: 11px 0 11px 92px;
}
#tmp_footer .footer_mid{
    text-align: center;
    width: 32.7%;
    padding: 75px 16px 0 10px;
}
#tmp_footer .footer_rgt{
	flex: 1;
}
.footer_cnt .footer_button {
	list-style: none;
}
.footer_cnt .footer_button li {
	margin-bottom: 20px;
	line-height: 1.5;
}
.footer_cnt .footer_button li a {
	display: inline-block;
	min-width: 260px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
    padding: 18px 15px 14px 60px;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: transparent;
	background-repeat: no-repeat;
	border-radius: 30px;
	background-size: 20px auto;
}
.footer_cnt .footer_button li a:hover {
	text-decoration: underline;
}
.footer_cnt .footer_button li.btn_access a {
	background-image: url(/shared/site_saiyo/images/footer/icon_access.png);
	background-position: 24px 18px;
}
.footer_cnt .footer_button li.btn_guide a {
	background-image: url(/shared/site_saiyo/images/footer/icon_guide.png);
	background-position: 24px 20px;
}
.footer_cnt .footer_button li.btn_contact a {
	background-image: url(/shared/site_saiyo/images/footer/icon_contact.png);
	background-position: 24px 20px;
}
/* fnavi  */

.fnavi {
	list-style: none;
	border-left: 1px solid #ffffff;
	padding: 16px 0 14px 18px;
}
.fnavi li {
	margin-bottom: 24px;
	line-height: 1.5;
}
.fnavi li:last-child {
	margin-bottom: 0;
}
.fnavi a {
	display: inline-block;
	padding-left: 24px;
	color: #ffffff;
	background: transparent url(/shared/site_saiyo/images/footer/arr_link_wh_sm.png) no-repeat 0 6px;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	background-size: 14px auto;
	text-decoration: none;
}
.fnavi a:hover {
	text-decoration: underline;
}
.footer_cnt {
	padding: 47px 0 57px;
    font-size: 88.9%;
}

.footer_cnt address {
	line-height: 1.5;
	font-style: normal;
}
.footer_cnt address p {
	margin-bottom: 26px;
}
.footer_cnt address p:last-of-type {
	margin-bottom: 0;
}
.footer_cnt address span {
	margin: 0 1em 0 0;
}

.copyright {
    padding-right: 32px;
    font-size: 77.8%;
    font-weight: bold;
    text-align: center;
}
/* ==================================================
Style Common
================================================== */
/* related link list */
ul.related_link_list{
	list-style: none;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}
ul.related_link_list li{
	width: calc( (100% - 80px) /3 );
	display: flex;
	align-items: center;
	border: 1px solid #dedede;
}
ul.related_link_list li > a,
ul.related_link_list li > .related_link_box{
	position: relative;
	min-height: 238px;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 144.4%;
	width: 100%;
	height: 100%;
	padding: 50px 40px;
	background: #ffffff url(/shared/site_saiyo/images/icon/icon_arrow.png) no-repeat right 23px bottom 23px;
	-webkit-box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
}
#tmp_contents .interview_list_idx ul li a::after,
ul.related_link_list li > a:after,
ul.related_link_list li > .related_link_box:after{
	content: '';
	position: absolute;
	pointer-events: none;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 2px solid #7397a9;
	opacity: 0;
	transition: 0.3s ease-in-out opacity;
}
#tmp_contents .interview_list_idx ul li a:hover::after,
ul.related_link_list li > a:hover:after,
ul.related_link_list li > .related_link_box.hv_active:after{
	opacity: 1;
}
ul.related_link_list li > a:hover,
ul.related_link_list li > .related_link_box.hv_active > .link > a{
	text-decoration: underline;
}
/* ==================================================
Style Hover
================================================== */
#tmp_hnavi_s .setting_list li > a:hover,
#tmp_header .box_lang_list > ul > li > a:hover{
	text-decoration: underline;
}
/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 88.9%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 30px 1px 8px;
	color: #3f6578;
	margin-right: 20px;
	min-width: 100px;
	min-height: 32px;
	text-align: center;
	border: 1px solid #dedede;
	border-radius: 14px;
	background-color: #ffffff;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 3px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 12px;
	z-index: 1;
	transform: translateY(-50%);
	background-color: #ffffff;
}
.splide_common .splide__toggle:after {
	right: 17px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	right: 10px;
	border-style: solid;
	border-width: 5px 0 5px 9px;
	border-color: transparent transparent transparent #ffffff;
	background-color: transparent;
}
.splide_common .splide__toggle > span:before {
	content: '';
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #7397a9;
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	z-index: 0;
}
.splide_common .splide__arrow {
	display: block;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #7397a9;
	background-color: #ffffff;
	transition: 0.3s ease-in-out background-color, 0.3s ease-in-out background-image;
	margin-top: -5px !important;
}
.splide_common .splide__arrow--prev {
	left: 0;
	background-image: url(/shared/site_saiyo/images/icon/prev_icon.png);
}
.splide_common .splide__arrow--next {
	right: 0;
	background-image: url(/shared/site_saiyo/images/icon/next_icon.png);
}
.splide_common .splide__arrow:hover{
	opacity: 1;
	color: #ffffff;
	background-color: #7397a9
}
.splide_common .splide__arrow--prev:hover {
	background-image: url(/shared/site_saiyo/images/icon/prev_icon_wht.png);
}
.splide_common .splide__arrow--next:hover {
	background-image: url(/shared/site_saiyo/images/icon/next_icon_wht.png);
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 28px 0 18px;
	margin-top: 5px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 133.3%;
	line-height: 1;
	color: #3f6578;
	font-weight: bold;
}
.splide_common .splide__progress .progress_total {
    position: relative;
    padding-left: 19px;
    margin-left: 13px;
}
.splide_common .splide__progress .progress_total:before {
    content: '';
    width: 2px;
    height: 71%;
    position: absolute;
    left: 2px;
    top: 3px;
    transform: rotate(13deg);
    background-color: #3f6578;
}
.splide_common .splide__toggle:hover {
	text-decoration: underline;
}
.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: #0000FF !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow  {
	background-color: #00008B !important;
}
.color_black #tmp_wrapper .splide_common .splide__arrow  {
	background-color: #000000 !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow  {
	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 #0000FF;
}
.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_saiyo/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_saiyo/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_saiyo/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_saiyo/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;
}
.color_yellow .splide_common .splide__toggle > span:before,
.color_blue .splide_common .splide__toggle > span:before,
.color_black .splide_common .splide__toggle > span:before {
	background-color: transparent !important;
	border: 1px solid;
}
/* ==================================================
layout
================================================== */
#tmp_anchor{
	margin: 50px 0;
	padding-left: 31px;
	background: url(/shared/site_saiyo/images/main/line_anchor.png) no-repeat left bottom;
	background-size: 1px 95%;
}
#tmp_anchor .anchor_ttl p{
	color: #727272;
	margin-bottom: 0;
	font-weight: bold;
}
#tmp_anchor .anchor_cnt ul{
	font-size: 88.9%;
    margin: 13px 0 0 22px;
}
#tmp_anchor .anchor_cnt ul li{
	margin-bottom: 16px;
}
#tmp_anchor .anchor_cnt ul li a{
	color: #333333;
}
#tmp_anchor .anchor_cnt ul li a:hover{
	text-decoration: none;
}
.no_javascript #tmp_anchor{
	display: none;
}
/* custom_update
================================================== */
#tmp_wrap_rnavi{
	margin-top: 120px;
}
#tmp_rnavi{
	border: 1px solid #dedede;
	border-bottom: none;
}
#tmp_wrap_rnavi .rnavi_title h2{
	color: #333333;
	font-size: 122.2%;
}
#tmp_wrap_rnavi .rnavi_title{
	padding-top: 16px;
	background: url(/shared/site_saiyo/images/main/same_category.png) no-repeat left top;
	margin-bottom: 13px;
}
#tmp_rnavi_ttl{
	padding: 31px 51px 28px 16px;
	font-weight: bold;
	background-color: #2e6b96;
	color: #FFFFFF;
}
#tmp_rnavi_ttl a{
	display: block;
	padding: 31px 51px 28px 16px;
	margin: -31px -51px -28px -16px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(/shared/site_saiyo/images/icon/icon_arrow_wh.png) no-repeat right 7px center;
}
#tmp_rnavi_ttl a:hover{
	text-decoration: underline;
}
#tmp_rnavi_cnt ul{
	list-style: none;
}
#tmp_rnavi_cnt{
	background-color: #fafafa;
	color: #333333;
}
#tmp_rnavi_cnt ul li{
	border-bottom: 1px solid #dedede;
}
#tmp_rnavi_cnt ul li a{
	position: relative;
	display: block;
	color: #557889;
	font-size: 88.9%;
	text-decoration: none;
	background: #fafafa url(/shared/site_saiyo/images/icon/icon_arrow_r.png) right 22px center no-repeat;
	font-weight: bold;
	padding: 13px 35px 11px 15px;
	transition: background-color 0.3s ease-in-out;
}
#tmp_rnavi_cnt ul li a::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background: #7397a9;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#tmp_rnavi_cnt ul li.active a,
#tmp_rnavi_cnt ul li a:hover{
	background-color: #FFFFFF;
}
#tmp_rnavi_cnt ul li.active a::before,
#tmp_rnavi_cnt ul li a:hover::before{
	opacity: 1;
}
#tmp_rnavi_cnt .btn_show_more a{
	text-decoration: none;
	display: block;
	font-size: 77.7%;
	text-align: center;
	padding: 16px 10px 15px;
	color: #333333;
	padding-right: 29px;
	position: relative;
	z-index: 1;
	background-color: #FFFFFF;
	border-bottom: 1px solid #dedede;
	font-weight: bold;
}
#tmp_rnavi_cnt .btn_show_more a > span{
	padding-right: 30px;
	display: inline-block;
	position: relative;
	padding-left: 20px;
	background: url(/shared/site_saiyo/images/icon/plus.png) no-repeat right 10px top 7px;
}
#tmp_rnavi_cnt .btn_show_more a > span::after{
	content: "";
	width: 21px;
	height: 21px;
	right: 3px;
	top: 0;
	position: absolute;
	background-color: #7397a9;
	border-radius: 50px;
	z-index: -1;
}
#tmp_rnavi_cnt .btn_show_more a.hide > span{
	background-image: url(/shared/site_saiyo/images/icon/minus.png);
}
#tmp_rnavi_cnt .btn_show_more a:hover span{
	text-decoration: underline;
}
/* pankuzu
================================================== */
#tmp_pankuzu{
	font-size: 77.7%;
	padding-top: 20px;
	margin-bottom: 93px;
}
/* custom_update
================================================== */
#tmp_wrap_custom_update {
    margin: -93px 0 27px;
    padding: 5px 0 0;
	min-height: 65px;
}
#tmp_custom_update {
	float:right;
	text-align: right;
}
#tmp_print,
#tmp_update,
#tmp_pageid {
	display: inline-block;
	vertical-align: top;
	line-height:1.2;
}
#tmp_update,
#tmp_pageid {
	font-size: 77.8%;
	margin-top: 2px;
}
#tmp_update > span{
    margin-left: 14px;
}
#tmp_pageid {
	margin-left: 10px;
}
#tmp_print {
	margin-bottom: 10px;
}
#tmp_print a{
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    background-color: #333333;
    background-repeat: no-repeat;
    background-image: url(/shared/site_saiyo/images/icon/print.png);
    background-size: auto;
    background-position: 10px center;
    min-width: 64px;
    text-decoration: none;
    text-align: left;
    font-size: 66.6%;
    padding: 5px 7px 3px 29px;
    line-height: 1;
    border-radius: 50px;
    font-weight: bold;
}
#tmp_print a:hover{
	text-decoration: underline;
}
.no_javascript #tmp_print {
	display: none;
}
/* ==================================================
inquiry
================================================== */
#tmp_inquiry{
	overflow-wrap: anywhere;
	border: 1px solid #333333;
	margin: 74px 0 77px;
	padding: 33px 56px 36px;
	background: #FFFFFF url(/shared/site_saiyo/images/main/inquiry/bg_inq.png) no-repeat left top;
}
#tmp_inquiry_ttl{
    margin-bottom: 19px;
}
#tmp_inquiry_ttl h2{
	font-weight: bold;
	font-size: 122.2%;
}
#tmp_inquiry_cnt .inq_ttl{
	font-weight: bold;
}
#tmp_inquiry_cnt p{
	margin-bottom: 3px;
}
#tmp_inquiry_cnt .inq_phone p{
	display: inline-block;
	margin-right: 18px;
}
#tmp_inquiry_cnt .inquiry_btn{
    margin-top: 22px;
	padding-left: 43px;
}
#tmp_inquiry_cnt .inquiry_btn input{
	border: 1px solid #dedede;
	color: #333333;
	font-weight: bold;
	display: block;
	max-width: 295px;
	width: 100%;
	margin: 0 auto;
	padding: 17px 68px 16px 10px;
	border-radius: 50px;
	background: url(/shared/site_saiyo/images/icon/icon_arrow.png) no-repeat right 15px bottom 19px;
	background-color: #ffffff;
	cursor: pointer;
	white-space: normal;
	transition: border-color 0.3s ease-in-out;
}
#tmp_inquiry_cnt .inquiry_btn input:hover{
	text-decoration: underline;
	border: 2px solid #7397a9;
	padding: 16px 67px 15px 9px;
	background-position: right 14px bottom 18px;
}
/* ==================================================
chofu city
================================================== */
.no_javascript #tmp_chofu_city,
.format_top #tmp_chofu_city{
	display: none;
}
#tmp_chofu_city{
	border-radius: 80px;
	background-color: #333333;
	background-image: -webkit-gradient(linear,left bottom, right top,from(rgb(46,107,150)),color-stop(70%, rgb(78,138,174)),to(rgb(110,168,197)));	
	background-image: -o-linear-gradient(bottom left,rgb(46,107,150) 0%,rgb(78,138,174) 70%,rgb(110,168,197) 100%);	
	background-image: -moz-linear-gradient(bottom left,rgb(46,107,150) 0%,rgb(78,138,174) 70%,rgb(110,168,197) 100%);	
	background-image: linear-gradient(135deg,rgb(46,107,150) 0%,rgb(78,138,174) 70%,rgb(110,168,197) 100%);
	color: #FFFFFF;
	padding: 71px 0 80px;
	margin-top: 153px;
	max-width: 1440px;
	margin-left: auto;
    margin-right: auto;
}
#tmp_chofu_city_ttl{
	margin-bottom: 12px;
}
#tmp_chofu_city_ttl h2 br{
	display: none;
}
#tmp_chofu_city_ttl h2{
	font-size: 177.7%;
	color: #FFFFFF;
}
#tmp_chofu_city_cnt{
	background-color: #FFFFFF;
	color: #333333;
	padding: 32px 0 3px;
}
#tmp_chofu_city_cnt ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
#tmp_chofu_city_cnt ul li{
	padding: 0 32px;
	width: 25%;
	margin-bottom: 18px;
	background: url(/shared/site_saiyo/images/main/line_chofu.png) right top repeat-y;
}
#tmp_chofu_city_cnt ul li:last-child{
	background: transparent;
} 
#tmp_chofu_city_cnt ul img{
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: transform 0.3s ease-in-out;
	transform: scale(1);
}
#tmp_chofu_city_cnt ul .chofu_city_image{
	margin-bottom: 21px;
	display: block;
	overflow: hidden;
}
#tmp_chofu_city_cnt ul .chofu_city_caption{
	display: block;
}
#tmp_chofu_city_cnt ul a{
    display: block;
    padding: 10px 45px 6px 0;
    background: url(/shared/site_saiyo/images/icon/icon_arrow.png) no-repeat right calc(50% + 1px);
    font-size: 122.2%;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    line-height: 1.2;
}
#tmp_chofu_city_cnt ul li p.active a,
#tmp_chofu_city_cnt ul a:hover{
	text-decoration: underline;
}
#tmp_chofu_city_cnt ul li p.active img,
#tmp_chofu_city_cnt ul a:hover img{
	transform: scale(1.1);
}
/* ==================================================
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;
}


/* ==================================================
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 .wrap_mc_sp #tmp_switch_sp_style{
	text-align: center;
	color: #ffffff;
	background-color: #2e6b96;
	padding: 0 5px;
	font-weight: bold
}
.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_chofu_city_cnt ul li,
.color_yellow #tmp_chofu_city_cnt ul li,
.color_black #tmp_chofu_city_cnt ul li{
	border-right: 1px solid;
}
.color_blue #tmp_chofu_city_cnt ul li:last-child,
.color_yellow #tmp_chofu_city_cnt ul li:last-child,
.color_black #tmp_chofu_city_cnt ul li:last-child{
	border-right: none;
}
.color_blue #tmp_wrap_main .col_main::before,
.color_yellow #tmp_wrap_main .col_main::before,
.color_black #tmp_wrap_main .col_main::before{
	display: none;
}

.color_yellow #tmp_wrapper #tmp_rnavi_cnt .btn_show_more a > span{
    background-image: url(/shared/site_saiyo/images/icon/plus_black.png) !important
}
.color_yellow #tmp_wrapper #tmp_rnavi_cnt .btn_show_more a.hide > span{
    background-image: url(/shared/site_saiyo/images/icon/minus_black.png) !important
}
.color_blue #tmp_wrapper #tmp_rnavi_cnt .btn_show_more a > span,
.color_black #tmp_wrapper #tmp_rnavi_cnt .btn_show_more a > span{
 	background-image: url(/shared/site_saiyo/images/icon/plus.png) !important
}
.color_blue #tmp_wrapper #tmp_rnavi_cnt .btn_show_more a.hide > span,
.color_black #tmp_wrapper #tmp_rnavi_cnt .btn_show_more a.hide > span{
 	background-image: url(/shared/site_saiyo/images/icon/minus.png) !important
}

.color_blue #tmp_rnavi_cnt .btn_show_more a > span::after,
.color_yellow #tmp_rnavi_cnt .btn_show_more a > span::after,
.color_black #tmp_rnavi_cnt .btn_show_more a > span::after{
	background-color: transparent;
	border: 1px solid;
}
.color_blue.format_free #tmp_wrap_main .col_main,
.color_yellow.format_free #tmp_wrap_main .col_main,
.color_black.format_free #tmp_wrap_main .col_main{
	border-top: none;
}
.color_blue #tmp_rnavi_cnt ul li a:hover,
.color_yellow #tmp_rnavi_cnt ul li a:hover,
.color_black #tmp_rnavi_cnt ul li a:hover,
.color_blue #tmp_rnavi_cnt ul li.active a,
.color_yellow #tmp_rnavi_cnt ul li.active a,
.color_black #tmp_rnavi_cnt ul li.active a{
	text-decoration: underline;
}
.color_blue #tmp_rnavi_cnt ul li a::before,
.color_yellow #tmp_rnavi_cnt ul li a::before,
.color_black #tmp_rnavi_cnt ul li a::before{
	display: none;
}
.color_blue #tmp_print a,
.color_yellow #tmp_print a,
.color_black #tmp_print a,
.color_blue #tmp_chofu_city_cnt,
.color_yellow #tmp_chofu_city_cnt,
.color_black #tmp_chofu_city_cnt,
.color_blue #tmp_chofu_city,
.color_yellow #tmp_chofu_city,
.color_black #tmp_chofu_city {
	border: 1px solid;
}
.color_blue #tmp_rnavi_ttl,
.color_yellow #tmp_rnavi_ttl,
.color_black #tmp_rnavi_ttl{
	border-bottom: 1px solid;
}
/* 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;
}
/* header */
.color_blue #tmp_hlogo h1,
.color_black #tmp_hlogo h1,
.color_yellow #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_black #tmp_hlogo p,
.color_yellow #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_black #tmp_hlogo a,
.color_yellow #tmp_hlogo a,
.color_blue #tmp_hlogo h1 span,
.color_black #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_black #tmp_hlogo p span,
.color_yellow #tmp_hlogo p span{
	width: auto !important;
	height: auto !important;
	text-indent: 0 !important;
}
.color_blue #tmp_sma_search .sch_btn,
.color_black #tmp_sma_search .sch_btn,
.color_yellow #tmp_sma_search .sch_btn,
.color_blue #tmp_header .wrap_sma_sch,
.color_black #tmp_header .wrap_sma_sch,
.color_yellow #tmp_header .wrap_sma_sch{
	background-color: transparent !important;
}
.color_black #tmp_header .box_lang_list > ul > li.back_btn:before,
.color_blue #tmp_header .box_lang_list > ul > li.back_btn:before{
	border-color: #FFFF00 !important;
}
.color_yellow #tmp_header .box_lang_list > ul > li.back_btn:before{
	border-color: #000000 !important;
}
.color_blue #tmp_hnavi_s > ul > li > a.active:after{
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}
.color_black #tmp_hnavi_s > ul > li > a.active:after{
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}
.color_yellow #tmp_hnavi_s > ul > li > a.active:after{
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}
.color_blue #tmp_hnavi_s > ul > li > a > span,
.color_black #tmp_hnavi_s > ul > li > a > span,
.color_yellow #tmp_hnavi_s > ul > li > a > span{
	z-index: 2 !important;
	padding-left: 0 !important;
}
.color_blue #tmp_header .mainsite_link a,
.color_black #tmp_header .mainsite_link a,
.color_yellow #tmp_header .mainsite_link a{
	padding-left: 10px !important;
}
.color_blue #tmp_header .mainsite_link a > span,
.color_black #tmp_header .mainsite_link a > span,
.color_yellow #tmp_header .mainsite_link a > span{
	padding-right: 0;
}
.color_blue #tmp_sma_search .sch_btn input:hover,
.color_black #tmp_sma_search .sch_btn input:hover,
.color_yellow #tmp_sma_search .sch_btn input:hover{
	text-decoration: underline;
}
.color_blue #tmp_hnavi_s > ul > li > a > span:before,
.color_black #tmp_hnavi_s > ul > li > a > span:before,
.color_yellow #tmp_hnavi_s > ul > li > a > span:before,
.color_blue #tmp_header .mainsite_link a:before,
.color_black #tmp_header .mainsite_link a:before,
.color_yellow #tmp_header .mainsite_link a:before{
	content: none;
}
.color_blue #tmp_hnavi_s > ul > li > a.active:before{
	background-color: #00008B !important;
}
.color_black #tmp_hnavi_s > ul > li > a.active:before{
	background-color: #000000 !important;
}
.color_yellow #tmp_hnavi_s > ul > li > a.active:before{
	background-color: #FFFF00 !important;
}
.color_blue #tmp_hnavi_s > ul > li > a:hover > span,
.color_black #tmp_hnavi_s > ul > li > a:hover > span,
.color_yellow #tmp_hnavi_s > ul > li > a:hover > span,
.color_blue #tmp_header .mainsite_link a:hover > span,
.color_black #tmp_header .mainsite_link a:hover > span,
.color_yellow #tmp_header .mainsite_link a:hover > span{
	text-decoration: underline;
}
.color_blue #tmp_sma_search .sch_ttl label,
.color_black #tmp_sma_search .sch_ttl label{
	background-image: url(/shared/site_saiyo/images/header/search_icon_wht_sp.png) !important;
}
.color_yellow #tmp_sma_search .sch_ttl label{
	background-image: url(/shared/site_saiyo/images/header/search_icon_sp.png) !important;
}
.color_blue .gnavi li > a:after,
.color_black .gnavi li > a:after{
	background-color: #FFFF00;
}
.color_yellow .gnavi li > a:after{
	background-color: #000000;
}
/* footer */
.color_blue #tmp_footer,
.color_black #tmp_footer,
.color_yellow #tmp_footer{
	border-top: 1px solid;
}
.color_blue .pnavi,
.color_black .pnavi,
.color_yellow .pnavi,
.color_blue .pnavi a,
.color_black .pnavi a,
.color_yellow .pnavi a,
.color_blue .pnavi span,
.color_black .pnavi span,
.color_yellow .pnavi span {
	width: auto;
    height: auto;
}
.color_blue .pnavi span,
.color_black .pnavi span,
.color_yellow .pnavi span {
	padding: 10px;
	text-indent: 0;
}
.color_blue .pnavi,
.color_black .pnavi,
.color_yellow .pnavi {
    top: -51px;
}
.color_blue .pnavi a,
.color_black .pnavi a,
.color_yellow .pnavi a {
	border: 1px solid;
}
.color_blue .pnavi a:before,
.color_black .pnavi a:before,
.color_yellow .pnavi a:before,
.color_blue .pnavi a:after,
.color_black .pnavi a:after,
.color_yellow .pnavi a:after {
	display: none;
}
.color_blue .footer_cnt .footer_logo,
.color_black .footer_cnt .footer_logo,
.color_yellow .footer_cnt .footer_logo {
	padding-left: 0 !important;
}
/* Common */
.color_blue ul.related_link_list li > a:after,
.color_black ul.related_link_list li > a:after,
.color_yellow ul.related_link_list li > a:after,
.color_blue ul.related_link_list li > .related_link_box:after,
.color_black ul.related_link_list li > .related_link_box:after,
.color_yellow ul.related_link_list li > .related_link_box:after{
	content: none;
}
/* ==================================================
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 #tmp_sma_search .sch_box input{
	height: 50px;
}
.fsize_big2 #tmp_header .mainsite_link a{
	padding-left: 40px;
	background-position: 10px center;
}
.fsize_big2 #tmp_means,
.fsize_big2 #tmp_hnavi_s > ul{
	gap: 5px;
}
.fsize_big2 #tmp_hnavi_s > ul > li > a.active:after{
	bottom: -16px;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}
