@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #333333;
}

body #tmp_contents p em {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 105%;
}

a:link,
a:active,
a:visited {
	color: #333333;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
	font-weight: 500;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #c01213;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #28771c;
	/* 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_blue,
th.bg_blue {
    color: inherit;
    background-color: #d9e9f8;    /* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
    color: inherit;
    background-color: #eeeeee;    /* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
    color: inherit;
    background-color: #e8f7da;    /* Setting by CMS sheets */
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	position: relative;
	min-width: 1220px;
	margin: 0 auto;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 1220px;
	padding: 0 10px;
	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 {
	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: 240px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px 0 0;
	/* デザインによって変更 */
	color: inherit;
	background-color: transparent;
}

.format_free .column_full .col_main {
	margin-left: 300px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 300px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -300px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 300px;
	/* デザインによって変更 */
}
/* rnavi
================================================== */
#tmp_rnavi{
	color: #333333;
	background-color: #f3f3f3;
	border-radius: 10px;
	overflow: hidden;
}
#tmp_rnavi_ttl{
	color: #ffffff;
	background-color: #761485;
    padding: 20px 10px 17px 23px;
}
#tmp_rnavi_ttl a{
	text-decoration: none;
    display: block;
    font-weight: bold;
    color: inherit;
    background: transparent url(/shared/site_saiyou/images/icon/wht_arr_icon.png) no-repeat 23px center;
    background-size: 8px auto;
    -webkit-background-size: 8px auto;
    -moz-background-size: 8px auto;
    padding: 20px 10px 17px 41px;
    margin: -20px -10px -17px -23px;
}
#tmp_rnavi_cnt{
	padding-bottom: 3px;
}
#tmp_rnavi_cnt li{
	border-top: 1px solid #dcdcdc;
}
#tmp_rnavi_cnt li a{
	text-decoration: none;
    display: block;
    font-size: 88.9%;
    color: #333333;
    background: transparent url(/shared/site_saiyou/images/icon/purple_arr_icon.png) no-repeat 23px 22px;
    padding: 18px 10px 15px 42px;
    background-size: 8px auto;
    -webkit-background-size: 8px auto;
    -moz-background-size: 8px auto;
}
#tmp_rnavi_ttl a:hover,
#tmp_rnavi_ttl a:focus,
#tmp_rnavi_cnt li a:hover,
#tmp_rnavi_cnt li a:focus,
#tmp_rnavi_cnt li.active a{
	text-decoration: underline;
}
/* header
================================================== */

#tmp_header{
	padding: 9px 0 18px;
	min-height: 110px;
	border-top: 8px solid #761485;
}
#tmp_header .container{
	padding: 0 9px;
}
#tmp_header .header_inner{
	display: flex;
	justify-content: space-between;
}
#tmp_hlogo{
	padding-top: 12px;
}
#tmp_hlogo h1,
#tmp_hlogo a {
	display: flex;
	flex-wrap: wrap;
	font-size: 188.9%;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
	font-weight: bold;
}
#tmp_hlogo .hlogo_icon {
	width: 36px;
	padding-top: 18px;
}
#tmp_hlogo .hlogo_icon img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_hlogo .hlogo_title {
	flex: 1;
	padding: 9px 0 0 6px;
	letter-spacing: 1.2px;
}
#tmp_hnavi_s{
	position: static;
	display: block;
	width: 241px;
}
#tmp_hmenu{
	display: none;
}
#tmp_means > ul{
	display: flex;
	list-style: none;
}
#tmp_means > ul > li > a{
	border-right: 1px solid #c2c2c2;
}
#tmp_means > ul > li:first-child > a {
	border-left: 1px solid #c2c2c2;
}
#tmp_means > ul > li > a{
	text-decoration: none;
	display: inline-block;
	width: 121px;
	min-height: 80px;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
	background-repeat: no-repeat;
}
#tmp_means > ul > li > a > span{
	display: block;
	padding: 58px 10px 0;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top 10px center;
}
#tmp_means > ul li#tmp_hnavi_lmenu > a > span{
	background-image: url(/shared/site_saiyou/images/header/setting_icon.png);
}
#tmp_means > ul li#tmp_hnavi_rmenu > a > span{
	color: #c42a06;
	background-image: url(/shared/site_saiyou/images/header/emergency_icon.png);
}
#tmp_means > ul > li > a:hover span,
#tmp_means > ul > li > a.active span{
	text-decoration: underline;
}
/* function_menu
================================================== */
#tmp_hnavi_lmenu {
	position: relative;
}
#tmp_function_menu {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right:0;
	width: 613px;
    z-index: 1;
    border: 4px solid #761485;
	background-color:#761485;
	color:#FFFFFF;
    z-index: 99;
	text-align: left;
}
.function_menu_ttl {
	font-weight: bold;
    font-size: 133.33%;
    padding:8px 110px 11px 19px;
}
.function_menu_ttl p {
	margin:0;
	background:url(/shared/site_saiyou/images/icon/support_icon.png) no-repeat left center;
	padding-left:37px;
	background-size: 24px auto;
}
.function_menu_block {
    background-color: #ffffff;
    color: #333333;
    padding: 19px 17px 12px;
}
.function_menu_block:after {
    content: '';
    display: table;
    clear: both;
}
.function_menu_block .function_menu_lft {
    width: 280px;
    float: left;
}
.function_menu_block ul {
    list-style: none;
    margin: 0;
}
.function_menu_lft ul a {
	font-size:88.89%;
    display: block;
    border: 1px solid #c4b9c5;
    color: #333333;
    text-decoration: none;
    margin: 0 0 7px;
    padding: 15px 10px 13px 53px;
}
.function_menu_lft ul a:hover,
.function_menu_lft ul a:focus {
	text-decoration: underline;
}
.function_menu_lft .setting_speech a {
    background: #ffffff url(/shared/site_saiyou/images/icon/hear_icon.png) no-repeat 7px center;
	background-size: 34px auto;
}
.function_menu_lft .setting_fontsize a {
    background: #ffffff url(/shared/site_saiyou/images/icon/furigana_icon.png) no-repeat 7px center;
	background-size: 34px auto;
}
.function_menu_lft .setting_char a {
    background: #ffffff url(/shared/site_saiyou/images/icon/fsize_icon.png) no-repeat 7px center;
	background-size: 34px auto;
}
.function_menu_lft .setting_fontsize .on {
	display:inline;
}
.function_menu_lft .setting_fontsize .off {
	display: none;
}
.furigana .function_menu_lft .setting_fontsize .on {
	display:none;
}
.furigana .function_menu_lft .setting_fontsize .off {
	display:inline;
}
.function_menu_block .function_menu_rgt {
    width: calc(100% - 280px);
    float: left;
    padding-left: 11px;
}
.language_cnt {
    background-color: #f6eff6;
    color: #333333;
    padding: 11px 12px 22px;
}
.language_ttl {
	font-size:88.89%;
    font-weight: bold;
    background: transparent url(/shared/site_saiyou/images/icon/language_icon.png) no-repeat 2px 5px;
    padding: 7px 7px 23px 35px;
	background-size: 23px auto;
}
.function_menu_block ul:after {
    content: '';
    display: table;
    clear: both;
}
.language_block ul {
    width: auto;
    margin-right: -1px;
}
.language_block li {
    width: 33.3333333%;
    float: left;
    padding-right: 1px;
}
.language_block li:nth-child(3n) {
    clear: right;
}
.language_block li:nth-child(3n+1) {
    clear: left;
}
.language_block li a {
	font-size:88.89%;
    position: relative;
    display: table-cell;
    border: 1px solid #c4b9c5;
	padding: 7px;
    width: 85px;
    height: 85px;
    vertical-align: middle;
    background-color: #ffffff;
    color: #222222;
    text-decoration: none;
    text-align: center;
}
.language_block li a:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(/shared/site_saiyou/images/icon/icon_link_black.png) no-repeat 0 0;
    bottom: 2px;
    right: 2px;
	background-size: 100% auto;
}
.language_block li a:hover,
.language_block li a:focus {
	text-decoration: underline;
}
.function_close_btn {
    position: absolute;
    top: 8px;
    right: 10px;
    min-width:90px;
}
.close_btn {
	display: block;
    font-size: 88.89%;
    border-radius: 2em;
    padding: 5px 10px;
    color: #333333;
    background-color: #ffffff;
    text-decoration: none;
	border:1px solid #ffffff;
}
.close_btn:before {
    content: '';
	display:inline-block;
	vertical-align:middle;
	margin:0 6px 3px 0;
    width: 14px;
    height: 14px;
    background: transparent url(/shared/site_saiyou/images/icon/close_black_icon.png) no-repeat 0 0;
	background-size: 100% auto;
}
.close_btn:hover {
    text-decoration: underline;
}
/* emergency
================================================== */
#tmp_hnavi_rmenu {
	position: relative;
}
#tmp_emergency {    
    position: relative;  
    display: none;
	top: 9px;
    width: 100%;
	margin-bottom: 12px;
    z-index: 99;
	text-align: left;
}
#tmp_emergency .emergency_ttl {
    display: block;
	font-weight: bold;
	background-color:#c80e1d;
	border: 1px solid #c80e1d;
    font-size: 133.33%;
    color: #ffffff;
    padding:14px 110px 8px 26px;
}
#tmp_emergency .emergency_ttl p {
	margin:0;
    background:url(/shared/site_saiyou/images/icon/emergency_icon.png) no-repeat 0 1px;
	padding-left:40px;
	background-size: 28px auto;
}
#tmp_emergency .wrap_emergency_cnt {
    background-color: #fadbdd;
	color: #333333;
	padding: 12px 47px 13px 48px;
}
#tmp_emergency .emergency_cnt {
	background-color: #ffffff;
	color: #000000;
	padding: 14px 15px 6px;
	border: 1px solid #df8a8f;
}
#tmp_emergency .no_cnt {
    font-size: 88.89%;
	margin:0 0 8px;
	line-height:1.4;
}
#tmp_emergency .emergency_cnt ul {
    margin: 0;
    list-style: none;
    font-size: 88.89%;
}
#tmp_emergency .emergency_cnt ul li {
	margin:0 0 8px;
	line-height:1.4;
}
#tmp_emergency .emergency_cnt ul li a {
	display: inline-block;
	color: #c80e1d;
	background: #ffffff url(/shared/site_saiyou/images/icon/emergency_list_icon.png) no-repeat 5px 4px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 22px;
	background-size: 9px auto;
}
#tmp_emergency .emergency_btn {
    background-color: #f9ebe2;
    color: #333333;
    padding: 11px 47px 10px 48px;
}
#tmp_emergency .emergency_btn ul {
    list-style: none;
    margin: 0 -9px;
}
#tmp_emergency .emergency_btn ul:after {
	content: '';
	clear: both;
	display: table;
}
#tmp_emergency .emergency_btn ul li {
    width: 50%;
    float: left;
    padding: 0 9px;
	margin-bottom:0;
}
#tmp_emergency .emergency_btn ul li:nth-child(2n) {
    clear: right;
}
#tmp_emergency .emergency_btn ul li:nth-child(2n+1) {
    clear: left;
}
#tmp_emergency .emergency_btn li a {
    position: relative;
    display: block;
    font-size: 88.89%;
    text-align: center;
    text-decoration: none;
	border:1px solid #ffffff;
    background-color: #ffffff;
    color: #333333;
    padding: 15px 20px 12px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.17);
}
#tmp_emergency .emergency_btn li a:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(/shared/site_saiyou/images/icon/icon_link_brown.png) no-repeat top left;
    bottom: 2px;
    right: 3px;
	background-size: 100% auto;
}
#tmp_emergency .emergency_close_btn {
    position: absolute;
	top: 13px;
    right: 40px;
    min-width:90px;
}
#tmp_emergency .emergency_close_btn p {
	line-height:1.4;
}
#tmp_emergency .emergency_close_btn a {
    color: #c80e1d;
    background-color: #ffffff;
	border:1px solid #ffffff;
}
#tmp_emergency .emergency_close_btn a:before {
    background-image: url(/shared/site_saiyou/images/icon/close_red_icon.png);
}
#tmp_emergency .emergency_cnt ul li a:hover,
#tmp_emergency .emergency_cnt ul li a:focus,
#tmp_emergency .emergency_btn li a:hover,
#tmp_emergency .emergency_btn li a:focus {
	text-decoration: underline;
}
/* gnavi
================================================== */
#tmp_gnavi{
	color: #333333;
	background-color: #f3f3f3;
	padding: 4px 0 0;
	box-shadow: 0 4px 7px 0 rgba(34, 34, 34, 0.15);
	-webkit-box-shadow: 0 4px 7px 0 rgba(34, 34, 34, 0.15);
	-moz-box-shadow: 0 4px 7px 0 rgba(34, 34, 34, 0.15);
}
#tmp_gnavi .gnavi {
	display: flex;
	clear: both;
}
.gnavi ul li{
	padding: 0 23px;
}
.gnavi ul {
	width: 100%;
	display: flex;
	justify-content: center;
	list-style: none;
}
.gnavi a {
	position: relative;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #333333;
	background-color: #f3f3f3;
	padding: 13px 10px 18px;
}
.gnavi a:after{
	content: '';
	position: absolute;
	opacity: 0;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	background-color: #761485;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
}
.gnavi .active a:after,
.gnavi a:hover:after,
.gnavi a:focus:after {
	opacity: 1;
}

/*pnavi*/
.pnavi{
	position: absolute;
	right: 10px;
	top: -20px;
	z-index: 2;
}
.pnavi a{
	text-decoration: none;
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	font-size: 88.9%;
	font-weight: bold;
	text-align: center;
	color: #333333;
	background: #ffffff url(/shared/site_saiyou/images/footer/pnavi_icon.png) center center no-repeat;
	box-shadow: 0 0 20px 0 rgba(34, 34, 34, 0.15);
	background-size: 100% auto;
	text-indent: -9999px;
	border-radius: 50%;
}
.pnavi a span {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.no_javascript .pnavi{
	opacity: 1;
}
/* footer
================================================== */

#tmp_footer {
	color: #ffffff;
	background-color: #333333;
}

#tmp_footer .container{
	position: relative;
}
#tmp_footer .footer_wrapper{
	display: flex;
}
#tmp_footer .footer_main{
	width: 690px;
	padding-right: 20px;
}
#tmp_footer .footer_link{
	flex: 1;
	padding-top: 12px;
}
#tmp_footer .footer_logo{
	margin-bottom: 16px;
}
#tmp_footer .footer_logo p {
    display: block;
    width: 150px;
    height: 47px;
    background: #333333 url(/shared/site_saiyou/images/footer/flogo.png) no-repeat left top;
    color: #ffffff;
}
#tmp_footer .footer_logo span {
    display: block;
    width: 150px;
    height: 47px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
#tmp_footer .footer_info{
	margin-bottom: 22px;
}
#tmp_footer .info_name{
	margin-bottom: 23px;
}
#tmp_footer .footer_btn a{
	text-decoration: none;
	position: relative;
	display: inline-block;
	min-width: 320px;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	border: 2px solid #651c70;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 11px 50px 8px 38px;
}
#tmp_footer .footer_btn a:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 28px;
	width: 8px;
	height: 11px;
	color: inherit;
	background: transparent url(/shared/site_saiyou/images/icon/purple_arr_icon.png) no-repeat;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
/* fnavi  */

.fnavi {
	padding: 9px 0 9px 36px;
	color: inherit;
	list-style: none;
	border-left: 1px solid #ffffff;
}

.fnavi li {
	margin-bottom: 23px;
}
.fnavi li:last-child{
	margin-bottom: 0;
}
.fnavi li a{
	text-decoration: none;
	display: inline-block;
	font-size: 88.9%;
	color: #ffffff;
	background: #333333 url(/shared/site_saiyou/images/icon/wht_arr_icon.png) no-repeat left 5px;
	padding-left: 24px;
	background-size: 8px auto;
	-webkit-background-size: 8px auto;
	-moz-background-size: 8px auto;
}
.footer_cnt {
	padding: 49px 0 45px;
}

.footer_cnt address {
	margin: 0 0 26px;
	font-style: normal;
}

.footer_cnt address span {
	margin: 0 1em 0 0;
}

.copyright {
	font-weight: bold;
	font-size: 77.8%;
}
.pnavi a:hover span,
.pnavi a:focus span,
#tmp_footer .footer_btn a:hover,
#tmp_footer .footer_btn a:focus,
.fnavi li a:hover,
.fnavi li a:focus{
	text-decoration: underline;
}
/* ==================================================
layout
================================================== */
/* pankuzu
================================================== */
#tmp_pankuzu {
	color: #333333;
	background-color: #f3f3f3;
	font-size: 88.9%;
	padding: 14px 0 4px;
	margin-bottom: 3px;
}
.format_top #tmp_pankuzu{
	padding-bottom: 6px;
}
#tmp_pankuzu .pankuzu_inner{
	min-height: 30px;
	color: inherit;
	background: transparent url(/shared/site_saiyou/images/icon/pankuzu_bg.png) no-repeat left 1px;
	padding-left: 33px;
}
#tmp_pankuzu a:hover,
#tmp_pankuzu a:focus {
	text-decoration: none;
}
/* social
================================================== */
#tmp_social_plugins {
	margin: 53px 0 16px;
	padding-right: 19px;
	text-align: right;
}
#tmp_social_plugins .social_media_btn {
	display: inline-block;
	vertical-align: middle;
	margin-left: 11px;
}
#tmp_social_plugins .social_media_btn a {
	display: block;
	line-height: 1;
}
#tmp_social_plugins .social_media_btn img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: 0.3s ease-in-out opacity;
	-webkit-transition: 0.3s ease-in-out opacity;
	-moz-transition: 0.3s ease-in-out opacity;
}
#tmp_social_plugins .social_media_btn a:hover img,
#tmp_social_plugins .social_media_btn a:focus img{
	opacity: 0.7;
}
/* social_plugins
================================================== */
#tmp_custom_update {
    font-size: 77.8%;
	float:right;
	text-align: right;
	clear:both;
}
#tmp_wrap_social_plugins {
	float: left;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn,
#tmp_update {
	display:inline-block;
	vertical-align:top;
}
/* update
================================================== */
#tmp_update {
	margin: 53px 0 16px;
	float: left;
}
/* ==================================================
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;
}

/* inquiry
================================================== */
#tmp_inquiry {
	color: #333333;
	background-color: #f3f3f3;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 50px 50px 36px;
	margin-bottom: 118px;
	overflow: hidden;
}
#tmp_inquiry_ttl {
    font-weight: bold;
	font-size: 166.7%;
    letter-spacing: 2px;
    line-height: 1;
    color: #333333;
    background: #f3f3f3;
    border-left: 2px solid #761485;
    padding: 3px 0 3px 18px;
    margin-bottom: 39px;
}
#tmp_inquiry_ttl p {
	margin-bottom: 8px;
}
#tmp_inquiry_ttl .box_heading_en {
	text-transform: uppercase;
	margin-bottom:0;
	color: #761485;
	background-color: transparent;
	font-size: 60%;
}
#tmp_inquiry_cnt p {
	margin-bottom: 8px;
}
#tmp_inquiry_cnt .inq_ttl{
	display: inline-block;
	min-width: 100px;
	text-align: center;
    font-weight: bold;
    font-size: 88.9%;
    line-height: 1;
    color: #ffffff;
    background-color: #333333;
    padding: 5px 2px 3px;
    margin-right: 8px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#tmp_inquiry_cnt .inq_tel_link img,
#tmp_inquiry_cnt .inq_tel_fax img {
	margin-right: 10px;
	vertical-align: bottom;	
}
#tmp_inquiry_cnt .inq_email a {
	display: inline-block;
	min-height: 20px;
	padding-left: 38px;
	color: inherit;
	background: transparent url(/shared/site_saiyou/images/icon/inq_email_icon.png) no-repeat 4px center;
	background-size: 24px auto;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	text-decoration: none;
}
#tmp_inquiry_cnt .inq_email a:hover,
#tmp_inquiry_cnt .inq_email a:focus {
	text-decoration: underline;
}
.format_top .inq_tel_link {
	margin-top: 12px;
}
/* ==================================================
splide common
================================================== */
.splide_common .splide__arrow {
	width: 72px;
	height: 72px;
	opacity: 1;
	text-indent: -9999px;
	background-color: transparent;
	color: #333333;
	background-repeat: no-repeat;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_saiyou/images/icon/icon_arrow_prev.png);
} 
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_saiyou/images/icon/icon_arrow_next.png);
}
.splide_common .splide__controls {
	position: absolute;
	bottom: 14px;
    right: 75px;
	z-index: 2;
}
.splide_common .splide__toggle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	min-height: 60px;
	border-radius: 50px;
	background-color: #ffffff;
	color: #333333;
	box-shadow: 0 0 20px 0 rgba(34, 34, 34, 0.15);
    vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 22px;
	color: #333333;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 4px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 34px;
	margin-top: 1px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	background-color: #761485;
	color: #ffffff;
}
.splide_common .splide__toggle:after {
	left: 42px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #761485;
	background-color: transparent;
}
.splide__arrow:hover:not(:disabled) {
	opacity: 0.7;
}
.splide_common .splide__toggle:hover {
	text-decoration: underline;
}
/* 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_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
    text-align: center;
    text-decoration: none;
    font-size: 200%;
    font-weight: bold;
    padding: 20px;
    background-color: #58415B;
    color: #ffffff;
}
.wrap_mc_pc #tmp_switch_pc_style {
	background-color: #ffffff;
	color: #333333;
}
/* ==================================================
following_apply
================================================== */
#tmp_footer {
	position: relative;
}
.following_apply {
	position: absolute;
	top: -208px;
	right: 0 !important;
	z-index: 999;
	opacity: 1 !important;
	margin-right: 0 !important;
}
.following_apply .following_apply_inner a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	flex-direction: column;
	width: 140px;
	min-height: 150px;
	background-color: #f1e8f3;
	color: #761485;
	font-weight: bold;
	font-size: 122.2%;
	border-right: 4px solid #761485;
	text-decoration: none;
	border-radius: 20px 0 0 20px;
	padding: 0 2px 0 10px;
	box-shadow: 0 2px 10px 0 rgba(34, 34, 34, 0.15);
}
.following_apply .following_apply_image {
	position: relative;
	top: -7px;
    padding-left: 5px;
}
.following_apply .following_apply_image img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.following_apply .following_apply_ttl {
	display: block;
	margin-top: -3px;
}
.following_apply .following_apply_inner a:hover,
.following_apply .following_apply_inner a:focus {
	text-decoration: underline;
}
.following_fixed {
	position: fixed;
	bottom: 20px;
	top: auto;
}
.no_javascript .following_apply {
	position: fixed;
	top: 62%;
	bottom: auto;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small #tmp_pankuzu .pankuzu_inner{
	background-position: left top;
}

/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 #tmp_pankuzu .pankuzu_inner{
	background-position: left 8px;
}
/* ==================================================
accessibility style change:color
================================================== */
.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;
	height: auto;
}
.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{
	text-indent: 0 !important;
}
.color_blue #tmp_hlogo p,
.color_yellow #tmp_hlogo p,
.color_black #tmp_hlogo p {
    font-weight: bold;
}
.color_blue #tmp_hlogo p a,
.color_yellow #tmp_hlogo p a,
.color_black #tmp_hlogo p a{
	text-decoration: none;
}
.color_blue #tmp_gnavi,
.color_black #tmp_gnavi,
.color_yellow #tmp_gnavi{
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.color_blue .gnavi a:after,
.color_black .gnavi a:after{
	background-color: #ffffff;
}
.color_yellow .gnavi a:after{
	background-color: #0000FF;
}
.color_blue #tmp_inquiry,
.color_black #tmp_inquiry,
.color_yellow #tmp_inquiry,
.color_blue #tmp_rnavi,
.color_black #tmp_rnavi,
.color_yellow #tmp_rnavi{
	border: 2px solid;
}
.color_blue #tmp_inquiry_ttl,
.color_black #tmp_inquiry_ttl,
.color_yellow #tmp_inquiry_ttl{
	padding-bottom: 0;
}
.color_blue #tmp_footer,
.color_blue #tmp_footer,
.color_blue #tmp_footer{
	border-top: 2px solid;
}
.color_blue #tmp_footer .footer_logo,
.color_black #tmp_footer .footer_logo,
.color_yellow #tmp_footer .footer_logo{
	font-weight: bold;
}
.color_blue .pnavi a,
.color_black .pnavi a,
.color_yellow .pnavi a{
	border: 1px solid !important;
	width: auto;
	height: auto;
	border-radius: 0;
	text-indent: 0;
	padding: 5px;
}
.color_blue .pnavi a span,
.color_black .pnavi a span ,
.color_yellow .pnavi a span {
	width: auto;
	height: auto;
	border-radius: 0;
}
.color_blue #tmp_emergency,
.color_black #tmp_emergency,
.color_yellow #tmp_emergency {
	border: 2px solid;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after,
.color_black .splide_common .splide__toggle:before,
.color_black .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_blue .splide_common .splide__toggle:not(.is-active):before,
.color_black .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_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev,
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_saiyou/images/icon/icon_arrow_prev.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next,
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
	background-image: url(/shared/site_saiyou/images/icon/icon_arrow_next.png) !important;
}
.color_blue .following_apply .following_apply_inner a,
.color_black .following_apply .following_apply_inner a,
.color_yellow .following_apply .following_apply_inner a,
.color_blue #tmp_wrapper .splide_common .splide__controls,
.color_black #tmp_wrapper .splide_common .splide__controls,
.color_yellow #tmp_wrapper .splide_common .splide__controls {
	border: 2px solid;
}
.fsize_big2 .following_apply .following_apply_inner a {
	font-size: 1.3rem;
}
.fsize_big2 .splide_common .splide__toggle {
	width: 180px;
}
.fsize_big2 .language_block li a,
.fsize_big .language_block li a {
	font-size: 1rem;
}
/* ==================================================
pattern color blue
================================================== */
.pattern_color_blue #tmp_header,
.pattern_color_blue #tmp_inquiry_ttl,
.pattern_color_blue #tmp_footer .footer_btn a{
	border-color: #2543a3
}
.pattern_color_blue .language_cnt {
	background-color: #f0f4fe;
	color: #333333;
}
.pattern_color_blue #tmp_function_menu {
	border-color: #2543a3;
	background-color: #2543a3;
}
.pattern_color_blue .following_apply .following_apply_inner a {
	border-color: #2543a3;
	background-color: #e2e8fc;
	color: #2543a3;
}
.pattern_color_blue #tmp_pankuzu .pankuzu_inner {
	background-image: url(/shared/site_saiyou/images/icon/pankuzu_bg_blue.png);
}
.pattern_color_blue #tmp_footer .footer_btn a:after {
	background-image: url(/shared/site_saiyou/images/icon/blue_arr_icon.png);
}
.pattern_color_blue .pnavi a {
	background-image: url(/shared/site_saiyou/images/footer/blue_pnavi_icon.png);
}
.pattern_color_blue .splide_common .splide__toggle:before, 
.pattern_color_blue .splide_common .splide__toggle:after,
.pattern_color_blue .gnavi a:after {
	background-color: #2543a3;
}
.pattern_color_blue .splide_common .splide__toggle:not(.is-active):before {
	border-color: transparent transparent transparent #2543a3;
	background-color: transparent;
}
.editable_pattern_color {
	padding: 1em 0;
}
.pattern_color_blue #tmp_inquiry_ttl .box_heading_en {
	color: #2543a3;
}

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}
