@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body #tmp_contents p em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 105%;
}

a:link,
a:active,
a:visited {
	color: #1570bb;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
	color: #222222;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #d11818;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #0f614f;
	/* 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_blue,
th.bg_blue {
	color: inherit;
	background-color: #e8fefc;
	/* Setting by CMS sheets */
}

td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #ebfbf2;
	/* 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;
	padding: 0 10px;
	margin: 0 auto;
}


/* 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;
}

/* header
================================================== */
#tmp_header {
	position: relative;
	margin: 0 auto 19px;
	color: #222222;
	background-color: #ffffff;
	border-bottom: 1px solid #4698c2;
	z-index: 800;
}
.format_top #tmp_header {
	margin-bottom: 0;
	color: #ffffff;
	background-color: #055a86;
	border-bottom: none;
}
.format_top #tmp_header > .container {
	max-width: 1440px;
	width: 100%;
	padding: 0;
}
#tmp_header .header_inner {
	position: relative;
	color: #222222;
	background-color: #ffffff;
}
#tmp_header:before,
#tmp_header .header_inner:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 11px;
	background: #4698c2;
	z-index: 1;
}
.format_top #tmp_header:before {
	content: none;
}
.format_free #tmp_header:before,
.format_top #tmp_header .header_inner:before {
	content: '';
}
#tmp_hlogo {
	float: left;
	width: 160px;
	padding:11px 0 0;
}
.format_top #tmp_hlogo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	float: none;
	width: 258px;
	height: 196px;
	padding: 5px 15px 20px;
	border-radius: 0 0 20px 0;
	border: 2px solid #ffffff;
	color: #222222;
	background-color: #ffffff;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	font-size: 133.3%;
}
#tmp_hlogo h1,
#tmp_hlogo h1 span {
	display: block;
	width: 160px;
	height: 150px;
}
#tmp_hlogo p,
#tmp_hlogo p a,
#tmp_hlogo p span {
	display: block;
	width: 160px;
	height: 140px;
}
#tmp_hlogo p a {
	text-decoration: none;
	font-weight: bold;
}
#tmp_hlogo p {
	background: transparent url(/shared/site_shoubou/images/header/hlogo.png) no-repeat 0 0;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	color: inherit;
}
#tmp_hlogo h1 {
	background: url(/shared/site_shoubou/images/header/hlogo_top.png) no-repeat 0 0;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	position: relative;
	overflow: hidden;
	z-index: -1;
}

/* sp_menu
================================================== */
.lmenu#tmp_wrapper:before {
    content: "";
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 699;
    display: block;
    background-color: rgba(0,0,0,0.5) !important;
}
#tmp_navi_main,
#tmp_hnavi_s > ul,
#tmp_gnavi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#tmp_navi_main {
	float: right;
	width: calc(100% - 171px);
	padding-bottom: 20px;
}
.format_top #tmp_navi_main {
	padding: 0 30px 20px;
	width: calc(100% - 258px);
	min-height: 109px;
	border-bottom: 1px solid #ffffff;
}
#tmp_hnavi_s{
	display: block;
	margin-bottom: 41px;
	position: relative;
	z-index: 1000;
}
.format_top #tmp_hnavi_s {
	margin-bottom: 9px;
}
#tmp_hnavi_s li{
	list-style: none;
}
#tmp_hnavi_s > ul > li:not(:last-of-type){
	margin-right: 4px;
}
#tmp_hnavi_s > ul > li > a {
	display: inline-block;
	margin-bottom: 10px;
	min-width: 209px;
	background-repeat: no-repeat;
	background-position: 19px center;
	border-radius: 0 0 10px 10px;
	border-width: 2px;
	border-style: solid;
	font-size: 77.8%;
	text-align: center;
	text-decoration: none;
}
#tmp_hnavi_s > ul > li > a.active {
	margin-bottom: 0;
	padding-bottom: 17px;
	border-radius: 0;
	font-weight: bold;
}
#tmp_hnavi_s > ul > li > a span {
	display: inline-block;
	color: inherit;
}
#tmp_hnavi_lmenu > a {
	position: relative;
	color: #ffffff;
	background-color: #044465;
	border-color: #044465;
	padding: 6px 6px 6px 14px;
}
#tmp_hnavi_lmenu > a.active {
	color: #044465;
	background-color: #e7f2f8;
}
#tmp_hnavi_lmenu > a.active:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -7px;
	width: 100%;
	height: 10px;
	background-color: #e7f2f8;
	z-index: 999;
}
#tmp_hnavi_lmenu > a span {
	padding: 1px 0 0 30px;
	min-height: 24px;
	background: transparent url(/shared/site_shoubou/images/header/hnavi_search_icon.png) no-repeat left center;
	background-size: 20px auto;
}
#tmp_hnavi_lmenu > a.active span {
	padding-left: 20px;
	background-image: url(/shared/site_shoubou/images/header/hnavi_close_icon.png);
	background-size: 14px auto;
}
#tmp_hnavi_lmenu br {
	display: none;
}
#tmp_hnavi_rmenu > a {
	padding: 6px 6px 6px 9px;
	font-weight:bold;
	color: #5d5057;
	background-color: #d6ecf8;
	border-color: #d6ecf8;
}
#tmp_hnavi_rmenu > a span.rmenu_pref {
	padding: 4px 0 0 32px;
	min-height: 24px;
	background: transparent url(/shared/site_shoubou/images/header/hnavi_site_icon.png) no-repeat left center;
	padding-right:0.8em;
	letter-spacing:0.2em;
}
#tmp_hnavi_lmenu > a:hover,
#tmp_hnavi_rmenu > a:hover {
	background-color:#ffffff;
	color:#222222;
	border-color:#000000;
	border-top:none;
	padding-top:8px;
}
#tmp_hnavi_lmenu > a:hover span {
	background-image:url(/shared/site_shoubou/images/header/hnavi_search_icon_on.png);
}

#tmp_sma_lmenu {
	display: none;
	position: absolute;
	text-align: left;
	left: 0;
	width: 100%;
}
.menu_inner {
	padding: 53px 0 56px;
	color: #222222;
	background-color: #e7f2f8;
	border-top: 2px solid #044465;
	border-bottom: 2px solid #044465;
}
.infosearch_wrapper {
	color: inherit;
	background-color: #ffffff;
	border-radius: 20px;
}
/* h_infosearch */
#tmp_h_infosearch {
	padding: 52px 27px 31px 23px;
	margin-bottom: 30px;
}
#tmp_h_infosearch .infosearch_ttl {
	display: inline-block;
    padding-right: 209px;
	margin-bottom: 36px;
	color: inherit;
	background: transparent url(/shared/site_shoubou/images/main/bg_search_keyword.png) no-repeat right center;
	font-size: 166.7%;
	font-weight: bold;
}
#tmp_h_infosearch .infosearch_subttl {
    margin-bottom: 12px;
    font-size: 122.2%;
    font-weight: bold;
}
#tmp_h_infosearch .infosearch_forms{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
}
#tmp_h_infosearch .infosearch_form{
    width: 50%;
}
#tmp_h_infosearch .infosearch_subttl label {
    cursor: pointer;
}
#tmp_h_infosearch .wrap_sch_box,
#tmp_h_infosearch .wrap_query_pageid {
    position: relative;
}
#tmp_h_infosearch .sch_box input,
#tmp_h_infosearch .sch_btn input,
#tmp_h_infosearch .input_query_pageid input,
#tmp_h_infosearch .submit_search_pageid input {
    display: block;
    padding: 7px 10px 5px;
    width: 100%;
    height: 100%;
    border: none;
    appearance: none;
	font-weight: bold;
}
#tmp_h_infosearch .sch_box input,
#tmp_h_infosearch .input_query_pageid input {
	border-radius: 6px;
	box-shadow: 0 0 6px 4px rgba(236,231,231,0.75);
}
#tmp_h_infosearch .sch_box input {
	color: #222222;
    background-color: #ffffff;
}
#tmp_h_infosearch .sch_btn input,
#tmp_h_infosearch .submit_search_pageid input {
    color: #ffffff;
    background-color: #044465;
    border-color: #044465;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	border-radius: 0 6px 6px 0;
}
#tmp_h_infosearch .sch_btn input:hover,
#tmp_h_infosearch .sch_btn input:focus,
#tmp_h_infosearch .submit_search_pageid input:focus,
#tmp_h_infosearch .submit_search_pageid input:hover {
	text-decoration: underline;
}
#tmp_h_infosearch .sch_box input,
#tmp_h_infosearch .input_query_pageid input {
    height: 54px;
    padding-right: 108px;
}
#tmp_h_infosearch .sch_btn,
#tmp_h_infosearch .submit_search_pageid {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 98px;
}
#tmp_h_infosearch .infosearch_form_link {
	margin-top: 7px;
	text-align: right;
}
#tmp_h_infosearch .infosearch_form_link a {
	display: inline-block;
	padding-left: 27px;
	color: inherit;
	background: transparent url(/shared/site_shoubou/images/icon/icon_box_arrow_gray.png) no-repeat 0 1px;
	background-size: 18px auto;
	min-height: 20px;
	font-size: 88.9%;
	text-decoration: none;
}
#tmp_h_infosearch .infosearch_keywords {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 39px;
	margin-top: 28px;
}

/* h_means */
#tmp_h_means {
	padding: 20px;
}
#tmp_h_means .means_list,
#tmp_h_means .means_list li,
#tmp_switch_pc_style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_h_means .means_list {
	margin: 0 -10px;
}
#tmp_h_means .means_list li {
	width: 33.333333%;
	padding: 0 10px;
}
#tmp_h_means .means_list li:nth-child(4n+1) {
	clear: left;
}
#tmp_h_means .means_list li:nth-child(4n) {
	clear: right;
}
#tmp_h_means .means_list a,
#tmp_switch_pc_style {
	display: block;
	min-height: 70px;
	width: 100%;
	padding-left: 70px;
	border-radius: 4px;
	color: #000000;
	background-color: #2389be;
	background-repeat: no-repeat;
	background-position: 14px center;
	font-size: 88.9%;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 0 6px 4px rgba(236,231,231,0.75);
	line-height: 1.5;
	overflow: hidden;
}
#tmp_h_means .means_list .link_foreign a {
	background-image: url(/shared/site_shoubou/images/icon/icon_language.png);
}
#tmp_h_means .means_list .link_fsize a {
	background-image: url(/shared/site_shoubou/images/icon/icon_fsize.png);
}
#tmp_h_means .means_list .link_voice a {
	background-image: url(/shared/site_shoubou/images/icon/icon_read_loud.png);
}
#tmp_h_means .means_list .link_furigana a {
	background-image: url(/shared/site_shoubou/images/icon/icon_furigana.png);
}
#tmp_switch_pc_style {
	background-image: url(/shared/site_shoubou/images/icon/icon_pc.png);
}
#tmp_h_means .means_list a span,
#tmp_switch_pc_style span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	color: #222222;
	background: #ffffff url(/shared/site_shoubou/images/icon/icon_box_arrow_gray.png) no-repeat right 10px center;
	background-size: 18px auto;
	padding: 10px 34px 10px 14px;
}

/* close_btn */
.close_btn {
	display: block;
	text-align: center;
	color: #ffffff;
    background-color: #044465;
	border-bottom: 1px solid #044465;
}
.close_btn a {
	position: relative;
    display: block;
    color: inherit;
    background-color: transparent;
    font-weight: bold;
    font-size: 88.9%;
    padding: 28px 10px 28px 13px;
	text-decoration: none;
}
.close_btn a:before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	background: transparent url(/shared/site_shoubou/images/header/hnavi_close_wh_icon.png) no-repeat;
	background-size: 100% auto;
}
.close_btn a:hover,
.close_btn a:focus {
	text-decoration: underline;
}

/* gnavi
================================================== */
#tmp_gnavi,
.gnavi {
	width: 100%;
}
.format_top #tmp_gnavi {
	max-width: 1028px;
}
.gnavi {
	color: inherit;
	clear: both;
}
.gnavi ul {
	list-style: none;
}
.gnavi li {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	position: relative;
}
.gnavi li.glist1 {
	width: 10.7%;
}
.gnavi li.glist2 {
	width: 14.5%;
}
.gnavi li.glist3 {
	width: 16.3%;
}
.gnavi li.glist4 {
	width: 14.3%;
}
.gnavi li.glist5 {
	width: 14.5%;
}
.gnavi li.glist6 {
	width: 16%;
}
.gnavi li.glist7 {
	width: 13.7%;
}
.gnavi li:before,
.gnavi li:after {
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	border-right: 1px solid #cccccc;
}
.gnavi li:first-child:before {
	content: '';
	left: 0;
}
.gnavi li:after {
	content: '';
	right: 0;
}
.gnavi a {
	display: block;
	width: 100%;
	padding: 2px 2px;
	color: inherit;
	background-color: transparent;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	border-radius: 10px;
	overflow: hidden;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	color: #ffffff;
	background-color: #044465;
}
.gnavi a:focus-visible {
	outline-offset: -1px;
	text-decoration: underline;
}
.gnavi a.active:focus-visible span {
	text-decoration: underline;
}
.gnavi li > a span {
	position: relative;
	display: block;
}
.no_javascript .gnavi {
	visibility: visible;
}
/* update
================================================== */
#tmp_wrap_custom_update {
	margin-bottom:23px;
	text-align: right;
}
#tmp_custom_update,
#tmp_page_id,
#tmp_update {
	display: inline-block;
	vertical-align: middle;
}
#tmp_custom_update {
	font-size: 77.8%;
}
#tmp_update {
	margin-left: 12px;
}
#tmp_print {
	margin: 2px 11px 0 0;
	display:inline-block;
	vertical-align:top;
	line-height:1.1;
	font-size: 85.7%;
}
#tmp_print a{
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    min-width: 65px;
    min-height: 20px;
	font-weight: bold;
    color: #ffffff;
    background: #044465 url(/shared/site_shoubou/images/icon/icon_print.png) no-repeat 10px center;
	background-size: 16px auto;
    padding: 4px 5px 1px 32px;
    border: 1px solid #044465;
    border-radius: 50px;
	text-align: left;
}
#tmp_print a:hover,
#tmp_print a:focus {
    text-decoration: underline;
}
.no_javascript #tmp_print {
	display: none;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	margin-bottom: 128px;
	font-size: 77.8%;
	color: #222222;
	background-color: #FFFFFF;
}

/* rnavi
================================================== */
#tmp_rnavi {
    margin-bottom: 29px;
	border-radius: 20px;
    box-shadow: 0 0 6px 4px rgba(236,231,231,0.75);
	overflow: hidden;
}
#tmp_rnavi #tmp_rnavi_ttl {
	padding: 25px 11px 17px;
	color: #ffffff;
	background-color: #044465;
}
#tmp_rnavi #tmp_rnavi_ttl h2 {
	font-size: 111.1%;
	font-weight: bold;
}
#tmp_rnavi #tmp_rnavi_ttl a {
    margin: -24px -10px -16px -10px;
    padding: 24px 10px 16px 39px;
    color: #ffffff;
	background: #044465 url(/shared/site_shoubou/images/icon/icon_rnavi.png) no-repeat 9px 29px;
	background-size: 22px auto;
    text-decoration: none;
    display: block;
}
#tmp_rnavi #tmp_rnavi_ttl a:hover,
#tmp_rnavi #tmp_rnavi_ttl a:focus {
	text-decoration: underline;
}
#tmp_rnavi #tmp_rnavi_cnt {
    overflow: hidden;
}
#tmp_rnavi #tmp_rnavi_cnt li a {
    position: relative;
    display: block;
    padding: 9px 14px 2px 38px;
	min-height: 43px;
    font-size: 88.9%;
    text-decoration: none;
    color: inherit;
	background: #ffffff url(/shared/site_shoubou/images/icon/icon_box_arrow_gray.png) no-repeat 9px 11px;
	background-size: 18px auto;
    line-height: 1.5;
    border-top: 1px solid #044465;
	transition: background-color 0.3s ease-in-out;
}
#tmp_rnavi #tmp_rnavi_cnt li.active a,
#tmp_rnavi #tmp_rnavi_cnt li a:hover,
#tmp_rnavi #tmp_rnavi_cnt li a:focus {
	background-color: #e4f6ff;
}
/* btn_wrap */
.btn_wrap {
	text-align: center;
}
.btn_wrap a {
    display: inline-block;
	position: relative;
    background-color: #ffffff;
    color: #222222;
	padding-left: 20px;
    font-size: 88.9%;
    text-align: center;
    text-decoration: none;
}
.btn_wrap a:hover,
.btn_wrap a:focus {
	text-decoration: underline;
}
.btn_wrap a:before,
.btn_wrap a:after {
	content: '';
	width: 14px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 12px;
	background-color: #044465;
}
.btn_wrap a:after {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
}
.btn_wrap a.hide:after {
	transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
}
#tmp_rnavi_cnt .btn_wrap {
	padding: 8px 0 5px;
	border-top: 1px solid #044465;
}
/* rnavi_moshimo_shoubou */
#tmp_rnavi_moshimo_shoubou .moshimo_shoubou .moshimo_link a:after {
	right: 16px;
}

/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}

/* pnavi
================================================== */
.pnavi{
	position: absolute;
	right: 0;
	top: -98px;
	z-index: 100;
	opacity: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: 0.3s opacity ease-in-out;
	-moz-transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
}
.pnavi .ptop {
	text-align:left;
}
.pnavi,
.pnavi a{
	width: 62px;
	height: 62px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi span{
	position: relative;
	z-index: -1;
}
.pnavi a{
	position: relative;
	color: #ffffff;
	background-color: #044465;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s background-color ease-in-out, 0.3s color ease-in-out, 0.3s border ease-in-out;
	-moz-transition: 0.3s background-color ease-in-out, 0.3s color ease-in-out, 0.3s border ease-in-out;
	-webkit-transition: 0.3s background-color ease-in-out, 0.3s color ease-in-out, 0.3s border ease-in-out;
	text-indent: -9999px;
	border: 2px solid #044465;
	overflow: hidden;
}
.pnavi a:hover,
.pnavi a:focus{
	color: #044465;
    background-color: #e7f2f8;
	border-color: #e7f2f8;
}
.pnavi a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 22px;
	color: inherit;
	background: transparent url(/shared/site_shoubou/images/icon/icon_back_top.png) no-repeat center center;
	background-size: 100% auto;
	transform: translate(-50%,-50%);
	transition: 0.3s background-image ease-in-out;
	-moz-transition: 0.3s background-image ease-in-out;
	-webkit-transition: 0.3s background-image ease-in-out;
}
.pnavi a:hover:before,
.pnavi a:focus:before {
	background-image: url(/shared/site_shoubou/images/icon/icon_back_top_hover.png);
}
.pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	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;
}
.no_javascript .pnavi{
	opacity: 1;
}
/* footer
================================================== */

#tmp_footer {
	color: #ffffff;
	background-color: #044465;
	border-top: 5px solid #4698c2;
	text-align: center;
}

#tmp_footer .container{
	position: relative;
	width: 1380px;
	padding: 0;
}
.disp_pc #tmp_footer .container {
	width: inherit;
}
.footer_cnt {
	padding: 70px 0 64px;
}
/* fnavi  */
.fnavi {
	display: inline-block;
	list-style: none;
	margin-bottom: 5px;
}
.fnavi li {
	float: left;
	position: relative;
	margin-bottom: 30px;
	padding: 8px 30px 6px 34px;
}
.fnavi li:before,
.fnavi li:after {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #ffffff;
}
.fnavi li:last-child {
	margin-right: 0;
}
.fnavi li:first-child:before {
    content: '';
    left: 0;
}
.fnavi li:after {
    content: '';
    right: -1px;
}
.fnavi li a {
    display: inline-block;
    color: inherit;
    padding-left: 26px;
    background: transparent url(/shared/site_shoubou/images/icon/icon_rnavi.png) no-repeat 0 5px;
    background-size: 16px auto;
    text-decoration: none;
}
.fnavi li a:hover,
.fnavi li a:focus {
	text-decoration: underline;
}
.footer_cnt address {
	font-style: normal;
}
.footer_add_intro {
	margin-bottom: 9px;
}
.footer_add_intro p {
	display: inline-block;
	font-size: 111.1%;
}
.footer_add_intro .footer_name {
    font-size: 166.7%;
    margin-right: 36px;
}
.footer_add address span {
	margin-right: 18px;
}
.footer_add address p span:last-child {
	margin-right: 0;
}

.copyright {
	margin-top: 22px;
	text-align: center;
}
/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px auto;
    background-color: #222222;
	color: #ffffff;
	transition: opacity 0.3s ease-in-out;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_shoubou/images/icon/icon_arrow_prev.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_shoubou/images/icon/icon_arrow_next.png);
}
.splide_common .splide__arrow:hover:not(:disabled) {
	opacity: 0.7;
}
.splide_common .splide__progress {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #222222;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow,
.color_black #tmp_wrapper .splide_common .splide__arrow {
	border: 1px solid #ffff00 !important;
	background-color: #000000 !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow {
	border: 1px solid #000000 !important;
	background-color: #ffff00 !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_shoubou/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_shoubou/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_shoubou/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_shoubou/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;
}

/* ==================================================
style common
================================================== */
.show_sp{
	display: none;
}

/* box_arrow_common
================================================== */
.wrap_box_arrow_common {
	list-style:none !important;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
.box_arrow_common {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	position:relative;
	background-color:#ffffff;
	color:inherit;
	box-shadow: 0 0 6px 4px rgba(245,243,243,0.75);
}
.box_arrow_common::after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border:2px solid #222222;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	opacity:0;
}
.box_arrow_common .item_img {
	width: 100%;
	overflow:hidden;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-border-radius:20px 20px 0 0;
	-moz-border-radius:20px 20px 0 0;
	border-radius:20px 20px 0 0;
}
.box_arrow_common img {
	max-height:none;
	max-width:100%;
	height:auto;
	vertical-align: top;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.box_arrow_common.active img {
	transform: scale(1.05);
}
.box_arrow_common .item_link {
	font-size:88.88%;
}
.box_arrow_common .item_link a {
	position: relative;
	text-decoration: none;
	color: #222222;
	background-color: #ffffff;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-grow:1;
	align-items: center;
	-webkit-border-radius:0 0 20px 20px;
	-moz-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;
	min-height: 86px;
	padding: 12px 50px 12px 28px;
}
.box_arrow_common .item_link a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 18px;
	color: inherit;
	background: transparent url(/shared/site_shoubou/images/icon/icon_box_arrow_gray.png) no-repeat;
	background-size: 100% auto;
	transform: translateY(-50%);
}
.no_javascript .box_arrow_common a:hover,
.no_javascript .box_arrow_common a:focus {
	text-decoration: underline;
}
/* hover */
.box_arrow_common.active::after {
	opacity:1;
}
.box_arrow_common.active .item_link a:after {
	background-image:url(/shared/site_shoubou/images/icon/icon_box_arrow_blue.png);
}
/* rnavi_moshimo_shoubou */
#tmp_rnavi_moshimo_shoubou .wrap_box_arrow_common li {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
#tmp_rnavi_moshimo_shoubou .box_arrow_common {
	flex-direction:row;
}
#tmp_rnavi_moshimo_shoubou .box_arrow_common .item_img {
	width: 80px;
	min-height:80px;
	-webkit-border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	border-radius:20px 0 0 20px;
	position:relative;
}
#tmp_rnavi_moshimo_shoubou .box_arrow_common .item_img img {
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	max-width:none;
	width:auto;
	height:100%;
}
#tmp_rnavi_moshimo_shoubou .box_arrow_common .item_link {
	width: calc(100% - 80px);
	flex-grow:1;
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	border-radius:0 20px 20px 0;
}
#tmp_rnavi_moshimo_shoubou .box_arrow_common .item_link a {
	width:100%;
	min-height:80px;
    padding:5px 44px 5px 10px;
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	border-radius:0 20px 20px 0;
}
#tmp_rnavi_moshimo_shoubou .box_arrow_common .item_link a:after {
    width: 18px;
    height: 18px;
    right: 16px;
    top: calc(50% - 1px);
}
.no_javascript .box_arrow_common::after {
	display:none;
}
/* box_link_common
================================================== */
.box_link_common {
	text-align: center;
}
.box_link_common a {
    display: inline-block;
    width: 320px;
    padding: 12px 40px 10px;
    position: relative;
    color: #ffffff;
    background-color: #044465;
    font-weight: bold;
	border: 2px solid #044465;
    font-size: 88.9%;
    border-radius: 26px;
    text-decoration: none;
}
.box_link_common a:hover,
.box_link_common a:focus {
    color: #222222;
    background-color: #ffffff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.box_link_common a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 18px;
	height: 18px;
	color: inherit;
	background: transparent url(/shared/site_shoubou/images/icon/icon_box_arrow_wh.png) no-repeat;
	background-size: 100% auto;
	transform: translateY(-50%);
}
.box_link_common a:hover:after,
.box_link_common a:focus:after {
	background-image:url(/shared/site_shoubou/images/icon/icon_box_arrow_blue.png);
}

/* よく見られている情報
================================================== */
.infosearch_keyword_list {
	padding: 90px 0 30px;
}
.infosearch_keyword_list ul {
	max-width: 840px;
	margin: 0 auto;
}
.infosearch_keyword_list li {
    float: left;
    margin-bottom: 10px;
	margin-right: 38px;
    list-style: none;
}
.infosearch_keyword_list li:last-child {
	margin-right: 0;
}
.infosearch_keyword_list li a {
	display: inline-block;
	padding-left: 28px;
	color: inherit;
	background: transparent url(/shared/site_shoubou/images/icon/icon_box_arrow_gray.png) no-repeat 0 4px;
	background-size: 18px auto;
	min-height: 22px;
	text-decoration: none;
}
#tmp_h_infosearch .infosearch_keyword_list {
	padding: 0;
	flex: 1;
}
#tmp_h_infosearch .infosearch_keyword_list ul {
	max-width: none;
	margin: 0;
}
.no_javascript .infosearch_keyword_list {
	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;
}

/* inquiry & feedback
================================================== */
#tmp_inquiry{
	word-break: break-all;
}
#tmp_inquiry,
#tmp_feedback {
	border:1px solid #044465;
	border-radius: 20px;
	overflow: hidden;
	clear:both;
}
#tmp_inquiry_ttl,
#tmp_feedback_ttl {
	padding: 20px 15px 17px 19px;
	color: #ffffff;
	background-color:#044465;
	border-bottom: 1px solid #044465;
}
#tmp_inquiry_ttl h2,
#tmp_feedback_ttl h2 {
	font-size: 133.3%;
	font-weight: bold;
}
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback_cnt .submit {
	clear:both;
	text-align: center;
}
#tmp_inquiry_cnt .inquiry_btn input,
#tmp_feedback_cnt .submit input {
	min-width: 322px;
	padding: 13px 41px 11px 44px;
	color: #ffffff;
	background: #044465 url(/shared/site_shoubou/images/icon/icon_box_arrow_wh.png) no-repeat center right 14px;
	background-size: 18px auto;
    border: 1px solid #044465;
	border-radius: 26px;
	cursor: pointer;
	font-size: 88.9%;
	font-weight: bold;
}
#tmp_inquiry_cnt .inquiry_btn input:hover,
#tmp_feedback_cnt .submit input:hover {
	text-decoration: underline;
}
#tmp_inquiry_cnt p,
#tmp_feedback_cnt p {
	margin-bottom: 3px;
}
/* inquiry */
#tmp_inquiry {
	margin:60px 0 35px;
}
#tmp_inquiry_cnt {
	padding: 28px 18px 9px;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin-top: 29px;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
	word-break: break-all;
}
#tmp_inquiry_cnt .inquiry_parts a{
	font-weight: bold;
}
#tmp_inquiry_cnt .inquiry_parts a:hover,
#tmp_inquiry_cnt .inquiry_parts a:focus{
	text-decoration: none;
}
/* feedback */
#tmp_feedback {
	margin:60px 0 27px;
}
#tmp_feedback_cnt {
	padding: 14px 21px 22px;
}
#tmp_feedback fieldset {
	margin-bottom: 16px;
}
#tmp_feedback fieldset legend {
	margin-bottom: 5px;
	font-weight: bold;
}
#tmp_feedback fieldset > p {
	display: inline-block;
	margin-right: 25px;
}
#tmp_feedback fieldset input {
	margin-right: 6px;
    transform: scale(1.2);
}
#tmp_feedback_cnt .submit {
	margin-top: 18px;
}
/* ==================================================
Redirect Modal
================================================== */
#tmp_redirect_modal{
	position: fixed;
	max-height: 100%;
	overflow: auto;
	width: 100%;
	max-width: 800px;
	background-color: #ffffff;
	color: #000000;
	border: 4px solid #000066;
	-webkit-box-shadow:0px 0px 7px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.15);
	z-index: 1000900;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	padding: 73px 55px 70px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#tmp_redirect_modal_ttl{
	font-size: 166.6%;
	line-height: 1.5;
	margin-bottom: 40px;
	font-weight: bold;
	color: #000066;
}
#tmp_redirect_modal_cnt{
	padding-bottom: 47px;
}
#tmp_redirect_modal_cnt:after{
	content: '';
	display: table;
	clear: both;
}
#tmp_redirect_modal_cnt .redirect_modal_cnt_col{
	width: 50%;
	float: left;
	padding: 0 30px;
	box-sizing: border-box;
}
#tmp_redirect_modal_cnt .modal_btn{
	display: block;
	font-size: 177.7%;
	line-height: 1.2;
	color: #ffffff;
	background-color: #1368d7;
	padding: 22px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
}
#tmp_redirect_modal_cnt .modal_btn:hover,
#tmp_redirect_modal_cnt .modal_btn:focus,
#tmp_redirect_modal_cnt .modal_btn:active{
	text-decoration: underline;
}
#tmp_redirect_modal_note{
	font-size: 100%;
	line-height: 2;
}
#tmp_redirect_modal_cnt .stay_btn{
	background-color: #098539;
}

/* ==================================================
accessibility
================================================== */
/* ふりがな対応
================================================== */
.furigana_on #tmp_h_means .means_list a span,
.furigana_on .box_arrow_common .item_link a,
.furigana_on #tmp_rnavi_moshimo_shoubou .box_arrow_common .item_link a {
	display:block !important;
}
/* 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;
}
#tmp_switch_sp_style {
	padding: 10px;
	background-color: #055a86;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #4698c2;
	text-decoration: none;
}
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}
.disp_pc #tmp_hnavi_s,
.disp_pc .lmenu #tmp_sma_lmenu {
	display: block;
}

#tmp_sma_menu{
	display: none;
}
.disp_pc #tmp_navi_main {
	align-content: flex-end;
}
/* ==================================================
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;
}

.color_blue #tmp_mainvs_wrap .splide__slide span *,
.color_yellow #tmp_mainvs_wrap .splide__slide span *,
.color_black #tmp_mainvs_wrap .splide__slide span * {
	background: inherit !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;
}

/* clear shadow */
.color_blue #tmp_h_infosearch .sch_box input,
.color_black #tmp_h_infosearch .sch_box input,
.color_yellow #tmp_h_infosearch .sch_box input,
.color_blue #tmp_h_infosearch .input_query_pageid input,
.color_black #tmp_h_infosearch .input_query_pageid input,
.color_yellow #tmp_h_infosearch .input_query_pageid input,
.color_blue #tmp_h_means .means_list a,
.color_black #tmp_h_means .means_list a,
.color_yellow #tmp_h_means .means_list a,
.color_blue #tmp_rnavi,
.color_black #tmp_rnavi,
.color_yellow #tmp_rnavi {
	box-shadow: none !important;
}
.color_blue #tmp_h_infosearch .sch_box input,
.color_black #tmp_h_infosearch .sch_box input,
.color_blue #tmp_h_infosearch .input_query_pageid input,
.color_black #tmp_h_infosearch .input_query_pageid input,
.color_blue #tmp_h_infosearch .sch_btn input,
.color_black #tmp_h_infosearch .sch_btn input,
.color_blue #tmp_h_infosearch .submit_search_pageid input,
.color_black #tmp_h_infosearch .submit_search_pageid input,
.color_blue #tmp_h_means .means_list a,
.color_black #tmp_h_means .means_list a,
.color_blue #tmp_rnavi,
.color_black #tmp_rnavi {
	border: 2px solid #ffff00 !important;
}
.color_yellow #tmp_h_infosearch .sch_box input,
.color_yellow #tmp_h_infosearch .sch_btn input,
.color_yellow #tmp_h_infosearch .input_query_pageid input,
.color_yellow #tmp_h_infosearch .submit_search_pageid input,
.color_yellow #tmp_h_means .means_list a,
.color_yellow #tmp_rnavi {
	border: 2px solid #000000!important;
}
/* header */
.color_blue #tmp_header:before,
.color_black #tmp_header:before,
.color_yellow #tmp_header:before,
.color_blue #tmp_header .header_inner:before,
.color_black #tmp_header .header_inner:before,
.color_yellow #tmp_header .header_inner:before,
.color_blue #tmp_hnavi_lmenu > a:after,
.color_black #tmp_hnavi_lmenu > a:after,
.color_yellow #tmp_hnavi_lmenu > a:after {
	display: none;
}
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo span,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo span,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo span{
	width: auto !important;
	height: auto !important;
}
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	text-indent: inherit !important;
}
.color_blue #tmp_wrapper .gnavi .active a,
.color_black #tmp_wrapper .gnavi .active a,
.color_blue #tmp_wrapper .gnavi .active a span,
.color_black #tmp_wrapper .gnavi .active a span {
	color: #000000 !important;
	background-color: #ffff00 !important;
}
.color_yellow #tmp_wrapper .gnavi .active a,
.color_yellow #tmp_wrapper .gnavi .active a span {
	color: #ffff00 !important;
	background-color: #000000 !important;
}
.color_yellow .gnavi li:before,
.color_yellow .gnavi li:after {
	border-color: #000000;
}

/* common */
.color_blue #tmp_wrapper .box_arrow_common,
.color_black #tmp_wrapper .box_arrow_common,
.color_yellow #tmp_wrapper .box_arrow_common {
	border: 1px solid !important;
	box-shadow: none !important;
}


/* footer */
.color_blue .fnavi li:before,
.color_blue .fnavi li:after,
.color_black .fnavi li:before,
.color_black .fnavi li:after {
	border-color: #ffff00;
}
.color_yellow .fnavi li:before,
.color_yellow .fnavi li:after {
	border-color: #000000;
}
.color_blue .fnavi li:after,
.color_black .fnavi li:after,
.color_yellow .fnavi li:after {
	right: 0;
}
.color_blue #tmp_wrapper .pnavi a:before,
.color_black #tmp_wrapper .pnavi a:before {
	background-image: url(/shared/site_shoubou/images/icon/icon_back_top_yellow.png) !important;
}
.color_yellow #tmp_wrapper .pnavi a:before {
	background-image: url(/shared/site_shoubou/images/icon/icon_back_top_bl.png) !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small #tmp_h_infosearch .infosearch_form_link a,
.fsize_small #tmp_h_infosearch .infosearch_keyword_list li a {
	padding-left: 22px;
	background-position: top left;
	background-size: 14px auto;
}
.fsize_small .fnavi li a {
    background-position: left top;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 #tmp_wrapper #tmp_hlogo h1,
.fsize_big2 #tmp_wrapper #tmp_hlogo p {
	font-size: 150%;
}
.fsize_big2 #tmp_h_means .means_list a {
	min-height: 90px;
}
/* ==================================================
means
================================================== */
#tmp_means{
    position: relative;
    padding: 10px;
	float: right;
    color: #ffffff;
    background-color: #175237;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#tmp_means .means_inner{
    overflow: hidden;
}
#tmp_means .changestyle_area{
    float: left;
}
#tmp_means .setting_fontsize {
    width: 265px;
}
#tmp_means .setting_color{
    width: 248px;
}
#tmp_means .changestyle_area .fontsize_ttl,
#tmp_means .changestyle_area .color_ttl{
    float: left;
    margin-right: 8px;
    padding-top: 8px;
    font-size: 88.8%;
    font-weight: bold;
}
#tmp_means .changestyle_area{
    padding-right: 10px;
}
#tmp_means .changestyle_area li{
    margin-bottom: 4px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-right: -1px;
}
#tmp_means .changestyle_area a{
    display: inline-block;
	vertical-align: middle;
	background-color: #ffffff;
    padding: 11px 2px;
	min-width: 38px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
	line-height: 1;
	text-decoration: none;
	color: #222222;
	font-size: 77.8%;
	text-align: center;
    font-weight: bold;
}
#tmp_means .changestyle_area a#tmp_fsize_big,
#tmp_means .changestyle_area a#tmp_fsize_big2{
    font-size: 83.3%;
}
#tmp_means .changestyle_area .list_fontsize a#tmp_fsize_small{
    font-weight: 500;
}
#tmp_means .changestyle_area a:hover,
#tmp_means .changestyle_area a:focus{
    text-decoration: underline;
}
#tmp_means .changestyle_area .list_fontsize a,
#tmp_means .changestyle_area .list_color a#tmp_color_default{
    min-width: 48px;
}
#tmp_means .changestyle_area .list_color a#tmp_color_blue{
	color: #ffff00;
	background-color: #0000ff;
	border-color: #ffffff;
}
#tmp_means .list_fontsize,
#tmp_means .list_color{
    padding: 2px 0 0 2px;
    overflow: hidden;
}
#tmp_means .changestyle_area .list_color a#tmp_color_yellow{
	color: #222222;
	background-color: #ffff00;
	border-color: #ffffff;
}
#tmp_means .changestyle_area .list_color a#tmp_color_black{
	color: #ffff00;
	background-color: #000000;
	border-color: #ffffff;
}
#tmp_inquiry{
	word-break: break-all;
}

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
.header_inner: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,
.infosearch_keyword_list ul:after,
#tmp_h_means .means_list:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}