@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}

body #tmp_contents p em {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 105%;
}

a:link,
a:active,
a:visited {
	color: #003d6d;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
	background-color: transparent;
	color: #222222;
}


/* Styles
================================================== */
/* text */

.txt_green {
	color: #106724;
	/* Setting by CMS sheets */
}

.txt_red {
	color: #ac1c45;
	/* 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: #feecec;
	/* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #fbffe7;
	/* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #e8ffee;
	/* Setting by CMS sheets */
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	min-width: 1220px;
	margin: 0 auto;
	position: relative;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}

#tmp_contents {
	padding:0 0 40px;
}

/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;
}
.column_rnavi .wrap_col_main {
	width: 100%;
	float: left;
}
/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 260px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -300px;
}
.format_free .column_rnavi .col_main {
	margin-right: 300px;
}
.format_free #tmp_main {
	padding:40px 0 0;
}
.format_free #tmp_wrap_main {
	background-image:url(/shared/site_history/images/main/main_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
}
/* header
================================================== */
#tmp_header {
	padding:30px 0 47px;
	background-color: #ffffff;
	color: #222222;
}
.format_free #tmp_header {
	background-image:url(/shared/site_history/images/header/header_bg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#tmp_header .header_wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo span {
	display:block;
	width:460px;
	height:60px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	font-weight:bold;
	font-size:2rem;
	color: #222222;
	background:#ffffff url(/shared/site_history/images/header/hlogo.png) no-repeat;
}
#tmp_hlogo span {
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_hnavi_s {
	display: none;
}

/* setting
================================================== */
#tmp_setting {
	position: relative;
	z-index: 150;
	float: right;
	width: calc(100% - 470px);
	text-align: right;
	padding-left: 10px;
}
#tmp_setting .prev_top_btn,
#tmp_hnavi_means,
#tmp_hnavi_search {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
#tmp_setting .prev_top_btn a,
#tmp_hnavi_means > ul > li > a,
#tmp_hnavi_search .hnavi_search a {
	display: block;
	font-size: 77.78%;
	text-decoration: none;
	font-weight:bold;
}
#tmp_hnavi_means > ul {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
#tmp_setting .prev_top_btn,
#tmp_hnavi_means > ul > li,
#tmp_hnavi_search .hnavi_search {
	line-height: 1;
}
#tmp_setting .prev_top_btn {
	padding: 9px 10px 0 0;
}
#tmp_setting .prev_top_btn a {
	min-width:170px;
	color:#222222;
	border:1px solid #b1b1b1;
	padding:8px 10px;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
}
#tmp_setting .prev_top_btn a:hover {
	border-color:#d98500;
}
#tmp_hnavi_means > ul > li > a {
	position: relative;
	z-index: 12;
	padding: 16px 5px 13px;
	color: #222222;
	font-weight: bold;
}
#tmp_hnavi_means > ul > li > a::before {
	content:'';
	position:absolute;
	left:0;
	top:15px;
	bottom:12px;
	width:1px;
	border-left:1px solid #cccccc;
}
#tmp_hnavi_means > ul > li > a.active::before,
#tmp_hnavi_means > ul > li#tmp_hnavi_browsing > a::before {
	display:none;
}
#tmp_hnavi_means > ul > li > a.active {
	margin:0 -1px;
	background-color:#ffffff;
	color:#3a3a3a;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
}
#tmp_hnavi_means > ul > li > a > span:not(.show_sp) {
	position: relative;
	display: inline-block;
	padding-top: 3px;
	padding-left: 23px;
	background-position:left center;
	background-repeat:no-repeat;
	min-height:20px;
}
#tmp_hnavi_browsing > a {
	min-width: 113px;
}
#tmp_hnavi_lang > a {
	min-width: 134px;
}
#tmp_hnavi_search > a {
	min-width: 90px;
}
#tmp_hnavi_browsing > a > span {
	background-image:url(/shared/site_history/images/header/hnavi_icon_gear.png);
}
#tmp_hnavi_lang > a > span {
	background-image:url(/shared/site_history/images/header/hnavi_icon_lang.png);
}
#tmp_hnavi_search > a > span {
	background-image:url(/shared/site_history/images/header/hnavi_icon_search.png);
}
#tmp_hnavi_means > ul > li > a.active > span {
	background-image:url(/shared/site_history/images/header/hnavi_icon_close.png) !important;
	padding-left: 27px;
}
#tmp_hnavi_means > ul > li > a:hover span {
	text-decoration: underline;
}
#tmp_hnavi_browsing > a.active {
	min-width: 115px;
}
#tmp_hnavi_lang > a.active {
	min-width: 136px;
}
#tmp_hnavi_search > a.active {
	min-width: 91px;
	margin: 0 0 0 -1px !important;
}
/* search_menu
================================================== */
#tmp_sma_search_menu {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	width: 100%;
	display: none;
	text-align: left;
}
.search_menu_wrap {
	padding:90px 50px 10px;
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius:2px 0 2px 2px;
	-moz-border-radius: 2px 0 2px 2px;
	-webkit-border-radius: 2px 0 2px 2px;
}
.search_menu_wrap .close_btn,
#tmp_sma_lang .close_btn {
	text-align: center;
	line-height: 1.4;
}
.search_menu_wrap .close_btn a,
#tmp_sma_lang .close_btn a {
	padding: 5px 0;
	display:block;
	text-align: center;
	font-size: 88.9%;
	font-weight: bold;
	color: #222222;
	background-color: #ffffff;
}
.search_menu_wrap .close_btn a span,
#tmp_sma_lang .close_btn a span {
	padding: 8px 0 5px 22px;
	display: inline-block;
	background:url(/shared/site_history/images/icon/close_icon.png) no-repeat left center;
}
.search_menu_wrap .close_btn a:hover span,
.search_menu_wrap .close_btn a:focus span {
	text-decoration: underline;
}
/* search_input
================================================== */
.search_input_inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
	width: 100%;
	margin-bottom:55px;
}
.search_input_inner .search_input {
	width: calc((100% - 40px) / 2);
}
.search_input_inner .form_search_input {
	margin-bottom: 13px;
}
.search_input_inner .sch_note {
	font-size: 88.89%;
}
.search_input_inner .sch_note br {
	display: none;
}
.search_input_inner .search_label {
	font-size:133.33%;
	font-weight:bold;
	margin:0 0 10px;
	padding:5px 0 5px 40px;
	background:url(/shared/site_history/images/icon/search_label_icon.png) no-repeat left top;
}
.search_input_inner .search_label label {
	cursor: pointer;
}
.search_input_inner .search_input_keyword .btn_wrap {
	text-align: right;
}
.form_search_input .wrap_sch_row {
	position: relative;
}
.form_search_input .wrap_sch_box .sch_box input[type="text"] {
	width: 100%;
    height: 50px;
    border: 1px solid #cccccc;
    padding: 10px 265px 10px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.form_search_input .form_search_input_pageid .sch_box input[type="text"] {
	padding-right: 75px;
}
.form_search_input .wrap_sch_box .sch_btn {
	position: absolute;
    top: 1px;
    right: 1px;
}
.form_search_input .wrap_sch_box .sch_btn input {
	width: 69px;
	height: 48px;
	border: none;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
	background-color: #3a3a3a;
	background-image: url(/shared/images/icon/icon_search_sp.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px auto;
	color: #ffffff;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}
.form_search_input .wrap_sch_box .sma_search_select {
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 70px;
	min-height: calc(100% - 5px);
	cursor:pointer;
	font-size:88.89%;
	font-weight: bold;
	padding: 10px 27px 8px 14px;
    min-width: 188px;
	line-height: 1.4;
	-moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
	border: none;
	border-left: 1px solid #cccccc ;
	color: #3a3a3a;
	background:#f2f2f2 url(/shared/images/icon/icon_select_arrow.png) right 10px center no-repeat;
	background-size: 14px auto;
}
.form_search_input .wrap_sch_box .sma_search_select option{
	font-weight: bold;
}
.form_search_input .wrap_sch_box .sch_box input[type="text"]:focus {
	outline-offset: 1px;
}
.search_input_inner .btn_sch_view {
	display: inline-block;
    text-decoration: none;
    padding-left: 32px;
	font-size: 88.89%;
	font-weight:bold;
    color: #222222;
    background: transparent url(/shared/site_history/images/icon/arrow_link.png) no-repeat 0 4px;
}
.search_input_pageid .form_search_input {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}
.search_input_pageid .form_search_input_pageid {
	flex: 1;
}
.search_input_pageid .btn_wrap {
	width: 170px;
	padding-left: 7px;
}
.search_input_inner .btn_sch_view:hover,
.search_input_inner .btn_sch_view:focus {
	text-decoration: underline;
}
.form_search_input .wrap_sch_box .sch_btn input:hover,
.form_search_input .wrap_sch_box .sch_btn input:focus {
	background-color: #003d6d;
}
/* sma_cate */
#tmp_sma_cate {
	margin:0 0 28px;
}
#tmp_sma_cate_ttl {
	font-size:133.33%;
	font-weight:bold;
	margin:0 0 15px;
	background:url(/shared/site_history/images/icon/cate_ttl_icon.png) no-repeat left center;
	padding:6px 0 4px 40px;
}
#tmp_sma_cate_cnt ul,
#tmp_sma_cate_cnt ul li,
#tmp_sma_cate_cnt ul li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_sma_cate_cnt ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	list-style:none;
	margin:0 -10px;
}
#tmp_sma_cate_cnt ul li {
	width:33.333333%;
	padding:0 10px;
	margin:0 0 20px;
}
#tmp_sma_cate_cnt ul li a {
	text-decoration:none;
	align-items: center;
	flex-grow:1;
	background:#003d6d url(/shared/site_history/images/icon/arrow_link_wh.png) no-repeat 14px center;
	color:#ffffff;
	padding:5px 10px 5px 44px;
	min-height:60px;
	font-weight:bold;
}
#tmp_sma_cate_cnt ul li a:hover {
	text-decoration:underline;
}
/* sma_setting
================================================== */
#tmp_sma_setting {
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	left: auto;
	z-index: 1;
	padding:17px 3px 17px 23px;
	min-width: 540px;
	display: none;
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#tmp_hnavi_list {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
#tmp_hnavi_list li{
	margin-right:24px;
}
#tmp_hnavi_list li a,
#tmp_switch_pc_style {
	display: inline-block;
    padding: 4px 0 0 32px;
	color: #222222;
	font-weight: bold;
    background: #ffffff url(/shared/site_history/images/icon/arrow_link.png) left center no-repeat;
    min-height: 14px;
	text-decoration: none;
	font-size: 88.9%;
}
#tmp_hnavi_list li a:hover,
#tmp_hnavi_list li a:focus {
	text-decoration: underline;
}

/* heading_menu
================================================== */
#tmp_sma_means {
	position: relative;
	z-index: 800;
}
#tmp_sma_means .container {
	position: relative;
}
#tmp_sma_lang {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	display: none;
}
#tmp_sma_lang:has(.load_more a.hide) ul{
	overflow-y: scroll;
	max-height: 685px;
}
#tmp_sma_lang .lang_wrap{
	overflow-wrap: anywhere;
	padding: 18px 16px 22px;
	margin-right: 36px;
	width:540px;
    color: #222222;
    background-color: #ffffff;
    border: 1px solid #cccccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: left;
	float: right;
}
#tmp_sma_lang ul {
	list-style: none;
	padding:0 0 0 7px;
	margin-bottom: 5px;
}
#tmp_sma_lang ul:after {
	content: '';
	display: table;
	clear: both;
}
#tmp_sma_lang ul li {
    float: left;
    width: 33.33333%;
	margin-bottom: 16px;
	padding-right: 10px;
}
#tmp_sma_lang ul li:nth-child(3n+1){
	clear: left;
}
#tmp_sma_lang ul li:nth-child(3n){
	clear: right;
	padding-left: 5px;
}
#tmp_sma_lang li a {
    display: inline-block;
    font-size: 88.9%;
	font-weight:bold;
    text-decoration: none;
    padding-left: 32px;
	color: inherit;
	background: transparent url(/shared/site_history/images/icon/arrow_link.png) no-repeat 0 6px;
}
#tmp_sma_lang .load_more a {
	display: block;
	padding: 10px 35px 9px;
	font-size: 88.9%;
	font-weight:bold;
	color: #ffffff;
	background: #003d6d url(/shared/site_history/images/icon/arrow_link_wh.png) no-repeat center right 14px;
	border: 1px solid transparent;
	text-decoration: none;
	text-align: center;
}
#tmp_sma_lang .load_more a.hide{
	background: #003d6d;
}
#tmp_sma_lang .load_more a.hide span{
	padding: 2px 2px 2px 18px;
	background: #003d6d url(/shared/images/icon/icon_hnavi_close_wh.png) no-repeat 0 2px;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	background-size: 14px auto;
	display: inline-block;
}
#tmp_sma_lang .load_more a span{
	text-decoration: none;
}
#tmp_sma_setting .close_btn,
#tmp_sma_lang .close_btn {
	display: none;
}
#tmp_sma_lang li a:hover {
	text-decoration:underline;
}
/* gnavi
================================================== */
#tmp_gnavi{
	line-height: 1;
}
body:not(.format_top) #tmp_gnavi {
	background-color: #003d6d;
	color: #ffffff;
}
#tmp_gnavi .gnavi{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 17px 0 16px;
	background-color: #003d6d;
	color: #ffffff;
	z-index: 1;
}
#tmp_gnavi .gnavi li{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	list-style: none;
}
#tmp_gnavi .gnavi a{
	display: block;
	padding: 10px;
	background-color: transparent;
	width: 100%;
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
}
#tmp_gnavi .gnavi li {
	position: relative;
}
#tmp_gnavi .gnavi li:first-child::before,
#tmp_gnavi .gnavi li::after{
	content: '';
	position: absolute;
	top: 50%;
	bottom: 0;
	margin-top:-10px;
	width: 1px;
	height: 20px;
	color: #003d6d;
	background-color: #ffffff;
}
#tmp_gnavi .gnavi li:first-child::before {
	left:0;
}
#tmp_gnavi .gnavi li::after{
	right: 0;
}
#tmp_gnavi .gnavi a:focus{
	outline-offset: -2px;
}
#tmp_gnavi .gnavi li a span {
	position:relative;
	padding:0 0 6px;
}
#tmp_gnavi .gnavi li a span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
	right:0;
    height:4px;
    background:#d98500;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
#tmp_gnavi .gnavi li.active a span::after,
#tmp_gnavi .gnavi li a:hover span::after,
#tmp_gnavi .gnavi li a:focus span::after {
    transform: scale(1, 1);
}
/* top */
.sec_mainvisual #tmp_gnavi{
    position: relative;
    margin-top: -49px;
    z-index: 2;
}
.sec_mainvisual #tmp_gnavi .gnavi {
	max-width: 91.65%;
	padding-left:52px;
	padding-right:52px;
	-webkit-border-radius: 0 40px 40px 0;
	-moz-border-radius: 0 40px 40px 0;
	border-radius: 0 40px 40px 0;
}
.sec_mainvisual #tmp_gnavi .gnavi:before {
	content: '';
	position: absolute;
	top: 0;
	left: -109%;
	background-color: #003d6d;
	width: 109%;
	height: 100%;
	color: #ffffff;
	z-index: -1;
}
.sec_mainvisual #tmp_gnavi .gnavi li:first-child::before,
.sec_mainvisual #tmp_gnavi .gnavi li:last-child::after{
	display:none;
}
.sec_mainvisual #tmp_gnavi .gnavi {
	position:relative;
}
.sec_mainvisual #tmp_gnavi .gnavi::after {
	content:'';
    position: absolute;
    z-index: 3;
	right:-434px;
    bottom:-32px;
	background:url(/shared/templates/history_top/images/icon/mv_vector_rgt.png) no-repeat 0 0;
	width:494px;
	height:176px;
}

/* pankuzu
================================================== */
#tmp_pankuzu{
	padding: 13px 0 7px;
	font-size: 77.8%;
	line-height: 1.8;
}
#tmp_pankuzu a{
	color: #3a3a3a;
}
/* custom_update
================================================== */
#tmp_custom_update {
	float:right;
	text-align:right;
}
#tmp_update,
#tmp_page_id {
	font-size:77.77%;
	line-height:1.4;
}
/* social_plugins
================================================== */
#tmp_social_plugins {
	text-align:center;
	margin:0 0 60px;
}
#tmp_social_plugins .social_media_btn {
	display:inline-block;
	vertical-align:middle;
	margin:0 2px;
}
#tmp_social_plugins .social_media_btn a{
	display: flex;
	align-items: center;
}
#tmp_social_plugins .social_media_btn a:hover img{
	opacity: 0.9;
}
.no_javascript #tmp_social_plugins{
	display: none;
}
/* inquiry
================================================== */
#tmp_inquiry,
#tmp_feedback {
	padding:8px;
	margin:0 0 50px;
	border: 2px solid #003d6d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#tmp_inquiry_ttl,
#tmp_feedback_ttl {
	border-top: 1px solid #003d6d;
	border-left: 1px solid #003d6d;
	border-right: 1px solid #003d6d;
	padding:15px 20px 18px;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}
#tmp_inquiry_ttl h2,
#tmp_feedback_ttl h2 {
	font-size: 133.3%;
	line-height: 1.4;
	font-weight: bold;
}
#tmp_inquiry_cnt,
#tmp_feedback_cnt {
	border-bottom: 1px solid #003d6d;
	border-left: 1px solid #003d6d;
	border-right: 1px solid #003d6d;
	-webkit-border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	border-radius:0 0 2px 2px;
}
/* inquiry */
#tmp_inquiry_cnt {
	padding: 0 18px 12px;
	font-size: 88.9%;
	line-height: 1.5;
}
#tmp_inquiry .inquiry_parts:not(:first-child){
	margin-top: 40px;
}
#tmp_inquiry .inquiry_parts > p:first-child{
	margin-bottom: 11px;
	font-weight: bold;
}
#tmp_inquiry .inquiry_parts p:not(:first-child){
	letter-spacing: 0.02em;
}
#tmp_inquiry .inq_phone p:first-child{
	font-weight: normal;
}
#tmp_inquiry_cnt .inq_phone p {
	display:inline;
}
#tmp_inquiry .inquiry_btn {
	text-align:center;
	display: none;
}
#tmp_inquiry .inquiry_btn:has(a){
	display: block;
}
#tmp_inquiry .inquiry_btn a {
	display:inline-block;
	position:relative;
	text-decoration:none;
    padding: 13px 15px;
    min-width: 240px;
    color: #222222;
	background-color:transparent;
    border: 2px solid transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	z-index:0;
}
#tmp_inquiry .inquiry_btn a::before {
	content:'';
	display:inline-block;
	background:url(/shared/site_history/images/icon/arrow_link.png) no-repeat;
	width:24px;
	height:8px;
	margin:0 5px 3px 0;
}
#tmp_inquiry .inquiry_btn a::after {
	content:'';
	position:absolute;
	top:-1px;
	bottom:-1px;
	left:-1px;
	right:-1px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
	border:1px solid #d9d9d9;
	z-index:-1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_inquiry .inquiry_btn a:hover,
#tmp_inquiry .inquiry_btn a:focus {
	border-color:#003d6d;
}
#tmp_inquiry .inquiry_btn a:hover::after,
#tmp_inquiry .inquiry_btn a:focus::after {
	opacity:0;
}
#tmp_inquiry_cnt .inquiry_memo{
	margin-top: 20px;
}
/* feedback */
#tmp_feedback_cnt {
	padding: 0 0 19px;
}
#tmp_feedback_cnt fieldset{
	float: left;
	padding: 0 22px 20px;
	width: 50%;
}
#tmp_feedback legend{
	margin-bottom: 13px;
	font-weight: bold;
}
#tmp_feedback fieldset > p {
	margin-bottom: 8px;
}
#tmp_feedback fieldset > p input{
	width: 18px;
}
#tmp_feedback_cnt fieldset:nth-child(2n){
	clear: right;
}
#tmp_feedback .submit {
	display:table;
	margin:0 auto;
	position:relative;
	clear:both;
	z-index:1;
}
#tmp_feedback .submit::after {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
	border:1px solid #d9d9d9;
	z-index:-1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_feedback .submit::before {
	content:'';
	position:absolute;
	top:calc(50% - 5px);
	left:calc(50% - 1.8em);
	background:url(/shared/site_history/images/icon/arrow_link.png) no-repeat;
	width:24px;
	height:8px;
}
#tmp_feedback .submit input {
	display: block;
	margin: 0 auto;
    padding: 11px 10px 12px 40px;
    min-width: 240px;
    color: #222222;
	background-color: transparent;
    border: 2px solid transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    font-size: 88.9%;
    text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_feedback .submit input:hover,
#tmp_feedback .submit input:focus{
	border-color:#003d6d;
}
#tmp_feedback .submit:hover::after,
#tmp_feedback .submit:focus::after {
	opacity:0;
}
/* rnavi
================================================== */
#tmp_rnavi {
	margin:0 0 70px;
}
#tmp_rnavi_ttl {
	margin:0 0 14px;
}
#tmp_rnavi_ttl h2 {
	font-size:100%;
	font-weight: bold;
	line-height: 1.3;
}
#tmp_rnavi .rnavi_ctg_ttl {
	padding:16px 14px;
	background-color:#003d6d;
	color:#ffffff;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}
#tmp_rnavi .rnavi_ctg_ttl p {
	font-size: 111.1%;
	font-weight: bold;
	line-height: 1.3;
}
#tmp_rnavi .rnavi_ctg_ttl a {
	display: block;
	margin: -16px -14px;
	padding: 16px 14px 16px 47px;
	text-decoration: none;
	background:url(/shared/site_history/images/icon/arrow_link_wh.png) no-repeat 14px 23px;
	color:#ffffff;
}
#tmp_rnavi .rnavi_ctg_ttl .active a,
#tmp_rnavi .rnavi_ctg_ttl a:hover,
#tmp_rnavi .rnavi_ctg_ttl a:focus{
	text-decoration: underline;
}
#tmp_rnavi .rnavi_ctg_ttl a:focus{
	outline-offset: -2px;
}
#tmp_rnavi .rnavi_ctg_inner{
	border:1px solid #cbcaca;
	padding:13px 0 0;
}
#tmp_rnavi .rnavi_ctg_inner ul {
	list-style: none;
}
#tmp_rnavi .rnavi_ctg_inner ul li {
	font-size: 88.9%;
	line-height: 1.5;
	margin:0 0 13px;
}
#tmp_rnavi .rnavi_ctg_inner ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 5px 10px 5px 44px;
	background: url(/shared/site_history/images/icon/arrow_link.png) no-repeat 13px 12px;
}
#tmp_rnavi .rnavi_ctg_inner ul li a::before{
	content: '';
	position: absolute;
	left: 11px;
	right:11px;
	bottom:6px;
	color: inherit;
	background-color: #fdebbe;
	height: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	z-index: -1;
	opacity:0;
}
#tmp_rnavi .rnavi_ctg_inner ul li.active a:before,
#tmp_rnavi .rnavi_ctg_inner ul li a:hover:before,
#tmp_rnavi .rnavi_ctg_inner ul li a:hover:before {
	opacity:1;
}
.no_javascript #tmp_rnavi .rnavi_ctg_more {
	display:none;
}
#tmp_rnavi .rnavi_ctg_more a {
	display: block;
	padding: 17px 10px 13px;
	color: #222222;
	background-color: #ffffff;
	border-top: 1px solid #cbcaca;
	font-size: 88.9%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#tmp_rnavi .rnavi_ctg_more a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom:2px;
	background: url(/shared/site_history/images/icon/icon_plus.png) no-repeat left center;
	width: 10px;
	height: 10px;
}
#tmp_rnavi .rnavi_ctg_more a.hide:before{
	background-image: url(/shared/site_history/images/icon/icon_minus.png);
}
#tmp_rnavi .rnavi_ctg_more a:hover,
#tmp_rnavi .rnavi_ctg_more a:focus{
	text-decoration: underline;
}
#tmp_rnavi .rnavi_ctg_more a:focus{
	outline-offset: -2px;
}
/* cnavi
================================================== */
#tmp_cnavi {
	margin:0 0 30px;
}
#tmp_cnavi_ttl {
	background:url(/shared/site_history/images/icon/cnavi_ttl_bg.png) repeat-x left 0.6em;
	margin:0 0 10px;
}
#tmp_cnavi_ttl h2 {
	font-size:100%;
	font-weight:bold;
	display:inline-block;
	background-color:#ffffff;
	color:#222222;
	padding-right:10px;
}
#tmp_cnavi_cnt ul {
	list-style:none;
	font-size:88.88%;
}
#tmp_cnavi_cnt ul li {
	margin:0 0 20px;
}
#tmp_cnavi_cnt ul li .cnavi_list {
	display:table;
	width:100%;
}
#tmp_cnavi_cnt ul li .cnavi_list p {
	display:table-cell;
	vertical-align:top;
}
#tmp_cnavi_cnt ul li .cnavi_list .cnavi_list_img {
	width:70px;
}
#tmp_cnavi_cnt ul li .cnavi_list .cnavi_list_img img {
	max-width:100%;
	height:auto;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#tmp_cnavi_cnt ul li .cnavi_list .cnavi_list_link {
	padding-left:10px;
}
#tmp_cnavi_cnt ul li .cnavi_list .cnavi_list_link a {
	background:url(/shared/site_history/images/icon/arrow_link.png) no-repeat left 6px;
	padding:0 0 0 33px;
	color:#222222;
	text-decoration:none;
	display:block;
}
#tmp_cnavi_cnt ul li .cnavi_list .cnavi_list_link a:hover,
#tmp_cnavi_cnt ul li .cnavi_list.active .cnavi_list_link a {
	text-decoration:underline;
}

/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
/* footer
================================================== */
#tmp_footer {
	padding-top:80px;
}
.format_top #tmp_footer {
	padding-top:140px;
}
#tmp_footer .footer_wrapper{
	background-color: #515151;
	color: #ffffff;
}
#tmp_footer .footer_inner{
	position: relative;
	padding: 78px 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.format_top #tmp_footer .footer_inner::before {
	content:'';
	position:absolute;
	left:-263px;
	top:-115px;
	background:url(/shared/site_history/images/footer/footer_vector_lft.png) no-repeat 0 0;
	width:430px;
	height:126px;
	z-index:1;
}
#tmp_footer .pnavi {
	position: absolute;
    top: -29px;
	right: 0;
	z-index:100;
}
#tmp_footer .pnavi,
#tmp_footer .pnavi p,
#tmp_footer .pnavi a,
#tmp_footer .pnavi span {
	display:block;
	width:100px;
	height:100px;
}
#tmp_footer .pnavi span {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
	height: 0;
	background-color: #ffffff;
}
#tmp_footer .pnavi a {
	background:url(/shared/site_history/images/footer/pnavi.png) no-repeat 0 0;
}
#tmp_footer .pnavi a:hover,
#tmp_footer .pnavi a:focus {
	background-image:url(/shared/site_history/images/footer/pnavi_on.png);
}
#tmp_footer .pnavi_fixed.pnavi {
	position: fixed;
	bottom: 30px;
	top: auto;
	right: 50%;
	margin-right: -600px;
	transition: 0.3s opacity ease-in-out;
	-moz-transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
}
#tmp_footer .footer_cnt{
	padding-left: 4px;
}
#tmp_footer .footer_head{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 23px;
}
#tmp_footer .footer_logo{
	font-size: 166.7%;
	line-height: 1.2;
	font-weight: bold;
}
#tmp_footer .footer_code{
	padding-left: 41px;
	font-size: 88.9%;
	font-weight: 300;
	line-height: 1.5;
}
#tmp_footer .footer_address{
	font-size: 88.9%;
	font-weight: 300;
	line-height: 1.5;
}
#tmp_footer address{
	font-style: normal;
}
#tmp_footer .add_row span{
	display: inline-block;
}
#tmp_footer .add_row span:not(:last-of-type){
	padding-right: 16px;
}
#tmp_footer .footer_address p:not(:last-of-type){
	margin-bottom: 9px;
}
#tmp_footer .copyright{
	-ms-flex-item-align: end;
	align-self: flex-end;
    padding-bottom: 4px;
	font-size: 66.7%;
	line-height: 1.4;
	font-weight: 400;
}
#tmp_gnavi .gnavi:after,
#tmp_footer .footer_head:after{
	content: '';
	clear: both;
	display: table;
}
/* ==================================================
layout
================================================== */
.show_sp{
	display: none;
}

/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding: 0;
	width: 50%;
	vertical-align: top;
	text-align: left;
}
table.col2 td.col2L {
	border-right: 18px solid #FFFFFF;
}

/* col2_pub */
div.col2 {
	width: 100%;
}
div.col2 div.col2L,
div.col2 div.col2R{
	float: left;
	width: 50%;
}
div.col2 div.col2L {
	margin-right: 0;
	padding-right: 9px;
}
div.col2 div.col2R {
	padding-left: 9px;
}

/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding: 0;
}
div.col2 div.col2 div.col2L,
div.col2 div.col2 div.col2R{
	width: 47.5%;
}
div.col2 div.col2 div.col2L {
	margin-right: 4%;
}

/* fixed_col2 */
div.fixed_col2 {
	width: 100%;
}
div.fixed_col2 div.fixed_col2L,
div.fixed_col2 div.fixed_col2R{
	float: left;
	width: 48.5%;
}
div.fixed_col2 div.fixed_col2L {
	margin-right: 2%;
}

/* 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.3333333%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 18px solid #FFFFFF;
}

/* div col3 */
div.col3 {
	width: 100%;
}
div.col3 div.col3L,
div.col3 div.col3M,
div.col3 div.col3R{
	width: 33.3333333%;
	float: left;
}
div.col3 div.col3L,
div.col3 div.col3M {
	margin-right: 0;
	padding-right: 12px;
}
div.col3 div.col3R {
	padding-left: 12px;
}
div.col3 div.col3M {
	padding-left: 6px;
	padding-right: 6px;
}
/* tel_link
================================================== */
.tel_link a {
	pointer-events: none;
	color: #222222;
	text-decoration: none;
}
/* ==================================================
easy_on
================================================== */
.easy_on #tmp_contents table.datatable td,
.easy_on#tmp_contents table.enquete_table td {
	overflow-wrap: anywhere;
}
/* ==================================================
accessibility
================================================== */
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_hnavi_lang,
.disp_pc #tmp_hnavi_search {
	display:none;
}
#tmp_switch_sp_style {
	padding:20px 10px;
	font-weight:bold;
	font-size:2rem;
	text-align:center;
	text-decoration:none;
	background-color:#003d6d;
	color:#ffffff;
}
/* ==================================================
accessibility style change:color
================================================== */
/* change_color commons
================================================== */

.color_blue #tmp_footer .pnavi a,
.color_yellow #tmp_footer .pnavi a,
.color_black #tmp_footer .pnavi a,
.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;
}
.color_black #tmp_wrapper #tmp_footer .pnavi,
.color_black #tmp_wrapper #tmp_footer .pnavi a,
.color_black #tmp_wrapper #tmp_footer .pnavi .used_bg_img,
.color_black #tmp_wrapper #tmp_footer .pnavi span,
.color_yellow #tmp_wrapper #tmp_footer .pnavi,
.color_yellow #tmp_wrapper #tmp_footer .pnavi a,
.color_yellow #tmp_wrapper #tmp_footer .pnavi .used_bg_img,
.color_yellow #tmp_wrapper #tmp_footer .pnavi span,
.color_blue #tmp_wrapper #tmp_footer .pnavi,
.color_blue #tmp_wrapper #tmp_footer .pnavi a,
.color_blue #tmp_wrapper #tmp_footer .pnavi .used_bg_img,
.color_blue #tmp_wrapper #tmp_footer .pnavi span{
	width: 130px !important;
	height: 30px !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;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !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;
}

/* start accessibility header & footer
================================================== */
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p {
    height: auto;
}
.color_blue #tmp_wrapper #tmp_hlogo span,
.color_black #tmp_wrapper #tmp_hlogo span,
.color_yellow #tmp_wrapper #tmp_hlogo span {
    text-indent: 0 !important;
}
.color_black #tmp_wrapper #tmp_header,
.color_blue #tmp_wrapper #tmp_header,
.color_yellow #tmp_wrapper #tmp_header{
	border-bottom: 1px solid;
}
.color_black #tmp_wrapper #tmp_gnavi,
.color_black #tmp_wrapper #tmp_gnavi .container,
.color_blue #tmp_wrapper #tmp_gnavi,
.color_blue #tmp_wrapper #tmp_gnavi .container,
.color_yellow #tmp_wrapper #tmp_gnavi,
.color_yellow #tmp_wrapper #tmp_gnavi .container{
	background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_footer .pnavi a,
.color_blue #tmp_wrapper #tmp_footer .pnavi a,
.color_yellow #tmp_wrapper #tmp_footer .pnavi a,
.color_black #tmp_contents ul.box_btn li,
.color_blue #tmp_contents ul.box_btn li,
.color_yellow #tmp_contents ul.box_btn li {
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_gnavi,
.color_blue #tmp_wrapper #tmp_gnavi,
.color_yellow #tmp_wrapper #tmp_gnavi {
	border-bottom: 1px solid;
}
.color_black #tmp_wrapper #tmp_gnavi .gnavi:before,
.color_black #tmp_wrapper #tmp_footer .pnavi:after,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi:before,
.color_blue #tmp_wrapper #tmp_footer .pnavi:after,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi:before,
.color_yellow #tmp_wrapper #tmp_footer .pnavi:after{
	display: none;
}
.color_black #tmp_wrapper #tmp_gnavi .gnavi,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi{
	overflow: hidden;
}
.color_yellow #tmp_gnavi .gnavi li:first-child::before,
.color_yellow #tmp_gnavi .gnavi li::after{
	color: #ffffff;
	background-color: #000000 !important;
}
.color_black #tmp_wrapper #tmp_footer .footer_wrapper,
.color_blue #tmp_wrapper #tmp_footer .footer_wrapper,
.color_yellow #tmp_wrapper #tmp_footer .footer_wrapper{
	border-top: 1px solid;
}
.fsize_big #tmp_wrapper #tmp_footer .pnavi,
.fsize_big2 #tmp_wrapper #tmp_footer .pnavi{
	font-size: 0.9rem;
}
.fsize_big2 #tmp_wrapper #tmp_sma_search .sch_btn input{
	font-size: 1.2rem;
	padding-left: 5px;
	padding-right: 5px;
}
.fsize_big2 #tmp_wrapper #tmp_gnavi .gnavi{
	padding-left: 0;
	padding-right: 0;
}
.fsize_big #tmp_wrapper #tmp_gnavi .gnavi a,
.fsize_big2 #tmp_wrapper #tmp_gnavi .gnavi a{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2rem;
}
.fsize_big2 #tmp_wrapper #tmp_footer .footer_logo{
	font-size: 2rem;
}

/* other
================================================== */
.color_blue #tmp_sma_cate_cnt ul li a,
.color_yellow #tmp_sma_cate_cnt ul li a,
.color_black #tmp_sma_cate_cnt ul li a,
.color_blue #tmp_anchor,
.color_yellow #tmp_anchor,
.color_black #tmp_anchor,
.color_blue #tmp_contents .box_menu_ttl,
.color_yellow #tmp_contents .box_menu_ttl,
.color_black #tmp_contents .box_menu_ttl {
	border:1px solid;
}
.color_blue #tmp_anchor,
.color_yellow #tmp_anchor,
.color_black #tmp_anchor {
	padding:10px;
}
.color_blue .form_search_input .wrap_sch_box .sch_btn input,
.color_yellow .form_search_input .wrap_sch_box .sch_btn input,
.color_black .form_search_input .wrap_sch_box .sch_btn input {
	font-size:1rem !important;
	overflow: visible !important;
	text-indent: inherit !important;
	text-align:center !important;
	border-left:1px solid;
}
.color_blue .sec_mainvisual .mv_inner::before,
.color_yellow .sec_mainvisual .mv_inner::before,
.color_black .sec_mainvisual .mv_inner::before,
.color_blue .sec_mainvisual #tmp_gnavi .gnavi::after,
.color_yellow .sec_mainvisual #tmp_gnavi .gnavi::after,
.color_black .sec_mainvisual #tmp_gnavi .gnavi::after,
.color_blue .sec_wrap .sec_wrap_inner::before,
.color_yellow .sec_wrap .sec_wrap_inner::before,
.color_black .sec_wrap .sec_wrap_inner::before,
.color_blue .sec_event .event_content::before,
.color_yellow .sec_event .event_content::before,
.color_black .sec_event .event_content::before,
.color_blue.format_top #tmp_footer .footer_inner::before,
.color_yellow.format_top #tmp_footer .footer_inner::before,
.color_black.format_top #tmp_footer .footer_inner::before {
	display: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;
}

#tmp_inquiry{
	word-break: break-all;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_hnavi:after,
.gnavi ul: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,
#tmp_wrap_social_button: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_button:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}


