@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
#tmp_wrapper *,
#tmp_wrapper *:before,
#tmp_wrapper *:after {
	box-sizing: border-box;
}

body,
input,
select,
textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}
body #tmp_contents p em {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:105%;
}
a:link {
	color:#1a59ab;
}
a:hover {
    color: #222222;
    text-decoration: none;
}
body {
	font-size:87.5%;
}
body.body_stop {
    overflow: hidden;
}
.used_bg_img a,
.used_bg_img span {
    display: block;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#ae0036; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#034c18; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
.txt_brown {
	color:#845900; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
.txt_big {
	font-size:130%; /* Setting by CMS sheets */
}
.txt_small {
	font-size:86%; /* Setting by CMS sheets */
}
/* bgcolor */
td.bg_light_blue,
th.bg_light_blue {
	color:inherit;
	background-color:#DEEFEF; /* デザインによって変更 */
}
td.bg_pink,
th.bg_pink {
	color:inherit;
	background-color:#FFDFDF; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#C4E1C4; /* デザインによって変更 */
}
td.bg_cream,
th.bg_cream {
	color:inherit;
	background-color:#FFFFCC; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width:1240px;
	margin:0 auto;
    overflow-x: hidden;
}
.col_main {
	padding:0 0 19px;
}
.format_top #tmp_main {
    margin: -28px 0 0;
    padding: 68px 0 0;
    min-width: 1200px;
}
.format_free #tmp_main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 50px;
}
.format_free #tmp_wrap_main {
    background: url("/shared/templates/top_re/images/top_cnt06_tri.png") left top no-repeat;
}
.format_free #tmp_wrap_main.idx_rnavi {
    background: url("/shared/templates/top_re/images/top_cnt01_tri.png") right top no-repeat;
}
.format_free #tmp_wrap_main.movie_cnt,
.format_free #tmp_wrap_main.miryoku_cnt,
.format_free #tmp_wrap_main.corona_cnt,
.format_free #tmp_wrap_main.chiji_cnt {
    background: none;
}
.format_free .column_cnt.miryoku_cnt #tmp_main {
    max-width: 100%;
    padding-bottom: 0;
}
.format_free .column_cnt.miryoku_cnt .col_main {
    padding-bottom: 0;
}
#tmp_pankuzu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0 15px;
}
.format_free #tmp_wrap_main.movie_cnt .col_main {
    padding-top: 0;
}

/* header
================================================== */
#tmp_wrap_header {
    border-top: 3px solid #087cbf;
    background: url("/shared/site_re/images/head_bg.jpg") top center repeat-x;
    position: relative;
}
.format_top #tmp_wrap_header {
    height: 100vh;
    min-height: 583px;
}
.format_top.format_emergency #tmp_wrap_header {
    height: auto;
    min-height: 0;
    min-height: initial;
}
.no_javascript.format_top #tmp_wrap_header {
    height: auto;
    min-height: 0;
    min-height: initial;
}
#tmp_header {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
#tmp_hlogo {
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 500;
    background-color: #FFFFFF;
    border: 3px solid #087cbf;
    border-top: none;
    box-shadow: 0 2px 15px 2px rgba(0,0,0,0.1);
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:184px;
	height:89px;
    background: url("/shared/site_re/images/logo.jpg") top left no-repeat;
}
#tmp_hlogo a {
	display:block;
	width:184px;
	height:89px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width:184px;
	height:89px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* gnavi
================================================== */
.gnavi {
    background-color: #ad0036;
	color:#FFFFFF;
	clear:both;
}
.format_top .gnavi {
    width: 1200px;
    margin: 0 auto;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1200;
}
.format_top.format_emergency .gnavi {
    position: relative;
}
.format_top.fsize_big .gnavi a {
    padding-left: 20px;
    padding-right: 20px;
}
.format_top.fsize_big2 .gnavi a {
    padding-left: 3px;
    padding-right: 3px;
}
.format_top.no_javascript .gnavi {
    position: relative;
    bottom: 0;
    margin: 40px auto 0;
}
.format_top .gnavi ul {
    display: flex;
    padding: 0;
    justify-content: center;
    box-shadow: 0 4px 15px 2px rgba(0,0,0,0.2);
}
.format_free .gnavi ul {
    position: relative;
}
.gnavi ul {
    display: flex;
    padding: 0 0 0 186px;
    width: 1200px;
    margin: 0 auto;
	list-style:none;
}
.gnavi li {
}
.gnavi a {
	display:block;
    padding: 20px 26px 18px;
	text-align:center;
	text-decoration:none;
    color: inherit;
    font-size: 114.2%;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: bold;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration:underline;
}
.gnavi li a:after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 34px);
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.gnavi li:last-child a:after {
    display: none;
}

.format_top .gnavi a {
    display: block;
    padding: 20px 41px 18px 42px;
    color: inherit;
}
.format_top .gnavi ul li:first-child a {
    padding-left: 16px;
}
.format_top .gnavi ul li:last-child a {
    padding-right: 16px;
}
.gnavi ul li .drop_down_hidden,
.format_top .gnavi ul li .drop_down_hidden {
	display: none;
}
.gnavi ul li .drop_down_hidden ul,
.format_top .gnavi ul li .drop_down_hidden ul {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #FFFFFF;
    border: 2px solid #ae0036;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 28px 27px 16px;
    /* display: none; */
    z-index: 100;
    box-shadow: none;
}
.format_free .gnavi ul li .drop_down_hidden ul {
    border-top: 0;
}
.gnavi ul li:hover a + .drop_down_hidden ul,
.format_top .gnavi ul li:hover a + .drop_down_hidden ul {
    display: flex;
}
.gnavi ul li .drop_down_hidden ul li,
.format_top .gnavi .drop_down_hidden ul li ul li {
    width: 272px;
    margin: 0 18px 10px 0;
}
.gnavi ul li .drop_down_hidden ul li:nth-child(4n),
.format_top .gnavi ul li .drop_down_hidden ul li:nth-child(4n) {
    margin-right: 0;
}
.gnavi ul li .drop_down_hidden ul li a,
.gnavi ul li:first-child .drop_down_hidden ul li a,
.gnavi ul li .drop_down_hidden ul li:first-child a,
.format_top .gnavi ul li .drop_down_hidden ul li a,
.format_top .gnavi ul li:first-child .drop_down_hidden ul li a,
.format_top .gnavi ul li .drop_down_hidden ul li:first-child a {
    background: #f5ecef url("/shared/site_re/images/icon/red_arrow.png") calc(100% - 15px) center no-repeat;
    color: #222222;
    padding: 22px 36px 19px 20px;
    text-align: left;
    text-decoration: none !important;
}
.gnavi ul li .drop_down_hidden ul li a:hover,
.gnavi ul li:first-child .drop_down_hidden ul li a:hover,
.gnavi ul li .drop_down_hidden ul li:first-child a:hover,
.format_top .gnavi ul li .drop_down_hidden ul li a:hover,
.format_top .gnavi ul li:first-child .drop_down_hidden ul li a:hover,
.format_top .gnavi ul li .drop_down_hidden ul li:first-child a:hover,
.gnavi ul li .drop_down_hidden ul li a:focus,
.gnavi ul li:first-child .drop_down_hidden ul li a:focus,
.gnavi ul li .drop_down_hidden ul li:first-child a:focus,
.format_top .gnavi ul li .drop_down_hidden ul li a:focus,
.format_top .gnavi ul li:first-child .drop_down_hidden ul li a:focus,
.format_top .gnavi ul li .drop_down_hidden ul li:first-child a:focus {
    background-color: #FCE2EA;
}

.gnavi li .drop_down_hidden a:after {
    display: none;
}
/* footer
================================================== */
#tmp_footer {
    min-width: 1200px;
	padding:5px 0 0;
	color:inherit;
    border-top: 4px solid #d4f0ff;
    background: url("/shared/site_re/images/footer/foot_bg_map.png") calc(50% + 446px) calc(100% - 33px) no-repeat,url("/shared/site_re/images/footer/foot_bg.png") left bottom repeat-x;
    position: relative;
}
.pnavi {
    width: 1200px;
    margin: 0 auto;
}
.pnavi .ptop {
    width: 111px;
    position: absolute;
    right: calc(50% - 600px);
    top: -56px;
}
.pnavi .ptop a {
    display: block;
    background: url("/shared/site_re/images/footer/page_top.png") left top no-repeat;
    width: 111px;
    height: 111px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}
.pnavi .ptop a.fixTop {
    position: fixed;
    top: auto;
    bottom: 20px;
    right: calc(50% - 600px);
    margin: auto;
    z-index: 1000;
}
/* fnavi  */
.fnavi {
	padding:33px 0 24px;
	color:inherit;
	list-style:none;
    border-bottom: 1px solid #dddddd;
    width: 1200px;
    margin: 0 auto;
}
.fnavi li {
	margin:0 30px 0 0;
	float:left;
}
.fnavi li:last-child {
	margin-right:0;
}
.fnavi li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 0 0 0 21px;
    background: url("/shared/site_re/images/icon/blue_arrow.png") left 0.25em no-repeat;
    font-size: 114.2%;
}
.fnavi li a:hover,
.fnavi li a:focus {
    color: #024aa1;
    text-decoration: underline;
}
.footer_cnt {
    width: 1200px;
    margin: 0 auto;
	padding:44px 0 40px;
    position: relative;
}
.footer_cnt address {
	margin:0 0 40px;
	font-style:normal;
    padding: 0 0 0 98px;
    background: url("/shared/site_re/images/footer/foot_logo.png") left 4px no-repeat;
}
.footer_cnt address span {
	margin:0 1em 0 0;
    font-size: 114.2%;
    display: block;
}
.footer_cnt address span.address_ttl {
    display: inline-block;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 6px;
}
.fnavi2 {
    display: flex;
    list-style: none;
}
.fnavi2 li {
    margin: 0 20px 0 0;
    min-width: 170px;
}
.fnavi2 li a {
    color: #FFFFFF;
    background-color: #1A59AB;
    border: 2px solid #1A59AB;
    text-decoration: none;
    display: block;
    padding: 10px 10px 7px;
    font-size: 114.2%;
    text-align: center;
}
.fnavi2 li a:hover,
.fnavi2 li a:focus {
    background-color: #FFFFFF;
    color: #1A59AB;
}
.copyright {
	text-align:center;
    color: #FFFFFF;
    background-color: #087cbf;
    font-size: 85.7%;
    padding: 8px 0 7px;
}

/* ==================================================
layout
================================================== */
.column_cnt .wrap_col_main {
    clear: both;
}
/* col_rgt_navi
============================== */
.wrap_col_rgt_navi {
	float:right;
}
.column_rnavi .wrap_col_main {
	width:100%;
	float:left;
	clear: both;
}
.column_lnavi .wrap_col_main {
	width: 100%;
	float: right;
	clear:none;
}
.format_free .wrap_col_rgt_navi {
	width:240px;
}
.column_lnavi .wrap_col_rgt_navi,
.format_free .column_lnavi .wrap_col_rgt_navi {
	float:left;
	clear: both;
}
.format_free .col_rgt_navi {
	padding: 0;
}
.format_free .movie_cnt .col_rgt_navi,
.format_free .col_rgt_navi.idx_nav {
    box-shadow: none;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-290px;
}
.format_free .column_lnavi .wrap_col_main {
	margin-left: -290px;
}
.format_free .column_rnavi .col_main {
	margin-right:290px;
}
.format_free .column_lnavi .col_main {
	margin-left:290px;
	clear: both;
}
/* ==================================================
CMS-function
================================================== */
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel,
#tmp_main a.icon_ppt,
#tmp_main a.icon_jtd,
#tmp_main a.icon_odf,
#tmp_main a.icon_odt,
#tmp_main a.icon_ods,
#tmp_main a.icon_xdw,
#tmp_main a.icon_mp3 {
	display:inline-block;
}
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_ppt,
a.icon_jtd,
a.icon_odf,
a.icon_odt,
a.icon_ods,
a.icon_xdw,
a.icon_mp3 {
	margin:0 3px;
	padding-left:52px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_ppt,
li a.icon_jtd,
li a.icon_odf,
li a.icon_odt,
li a.icon_ods,
li a.icon_xdw,
li a.icon_mp3 {
	background-position:0 0.3em;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.4em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.4em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.4em;
}
a.icon_ppt {
	background:url(/shared/system/images/linkicon/icon_ppt.gif) no-repeat 0 0.4em;
}
a.icon_jtd {
	background:url(/shared/system/images/linkicon/icon_jtd.gif) no-repeat 0 0.4em;
}
a.icon_odf,
a.icon_odt,
a.icon_ods {
	background:url(/shared/system/images/linkicon/icon_odf.gif) no-repeat 0 0.4em;
}
a.icon_xdw {
	background:url(/shared/system/images/linkicon/icon_xdw.gif) no-repeat 0 0.4em;
}
a.icon_mp3 {
	background:url(/shared/system/images/linkicon/icon_mp3.gif) no-repeat 0 0.4em;
}

/* ==================================================
CMS-library
================================================== */
#tmp_means {
 color:inherit;
 float:right;
    display: flex;
}
.custom_kids #tmp_means {
    margin: 0;
}
.custom_kids #tmp_hnavi2 {
    float: none;
}
.custom_kids #tmp_hnavi2 li:first-child {
    margin-right: 0;
}
.custom_kids #tmp_means_secondary {
    min-width: 0;
    min-width: initial;
}
.custom_kids #tmp_means_secondary .wrap_head_emergency_cnt {
    left: -961px;
}
#tmp_means img {
 vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
 display:none; /* Do not edit */
}
/* primary
============================== */
#tmp_means_primary {
 margin:2px 0 0;
}
#tmp_hnavi {
    display: flex;
    background-color: #e1f0fa;
    color: inherit;
    margin: 15px 0 0;
    padding: 11px 0 9px;
}
#tmp_hnavi li {
    list-style: none;
    border-right: 1px solid #000000;
    padding: 0 20px;
    line-height: 1.15;
    position: relative;
    float: none;
}
#tmp_hnavi li#tmp_hnavi_box {
    border-right: none;
}
#tmp_hnavi li.sp_close {
    display: none;
}
#tmp_hnavi li a,
.custom_kids #tmp_hnavi li a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 11px 20px 9px;
    margin: -11px -20px -9px;
}
#tmp_hnavi li a:hover,
.custom_kids #tmp_hnavi li a:hover {
    background-color: #cee9fa;
}
#tmp_hnavi li .hnavi_list ul li a:hover,
#tmp_hnavi li .hnavi_list ul li a li a:hover,
#tmp_hnavi li#tmp_hnavi_box.active a {
    background-color: #cee9fa;
}
#tmp_hnavi li#tmp_hnavi_box.active .hnavi_list a {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
}
#tmp_hnavi li#tmp_hnavi_box.active .hnavi_list a:hover {
    border: 2px solid #1a59ab;
}
#tmp_hnavi li#tmp_hnavi_box.active .hnavi_list ul li .list_btn {
    border: none;
}
#tmp_hnavi li .hnavi_list {
    display: none;
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    z-index: 1000;
    width: 230px;
    background-color: #cee9fa;
    padding: 10px 10px 8px;
}
.no_javascript #tmp_hnavi_box:hover .hnavi_list,
#tmp_hnavi li.active .hnavi_list {
    display: block;
}
#tmp_hnavi li .hnavi_list ul {
    list-style: none;
}
#tmp_hnavi li .hnavi_list ul li {
    margin: 0 0 3px;
    border: none;
    padding: 0;
    text-align: center;
}
#tmp_hnavi li .hnavi_list ul li a {
    display: block;
    background-color: #FFFFFF;
    color: inherit;
    text-decoration: none;
    padding: 12px 10px 10px 16px;
    margin: 0;
    text-align: left;
    font-size: 114.2%;
}
#tmp_hnavi li .hnavi_list ul li .list_btn {
    background: none !important;
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 0 0 28px;
    font-weight: bold;
    margin-top: 8px;
}
#tmp_hnavi li .hnavi_list ul li .list_btn:before,
#tmp_hnavi li .hnavi_list ul li .list_btn:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 7px;
    left: 5px;
}
#tmp_hnavi li .hnavi_list ul li .list_btn:before {
    transform: rotate(45deg);
}
#tmp_hnavi li .hnavi_list ul li .list_btn:after {
    transform: rotate(-45deg);
}
#tmp_main .rsfloating.rsexpanded {
    max-width: 1200px;
    margin: 0 auto 20px;
}
.nihongo-menu {
    display: none;
}
/* secondary
============================== */
#tmp_means_secondary {
    max-width: 236px;
 margin:0;
 clear:both;
}
#tmp_hnavi2 {
    display: flex;
    margin: 6px 0 0 6px;
}
.format_free #tmp_hnavi2 {
    margin-bottom: 6px;
}
#tmp_hnavi2 li {
    list-style: none;
    margin: 0 0 0 10px;
}
#tmp_hnavi2 li a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    min-height: 63px;
    font-size: 114.2%;
    text-align: center;
    padding: 34px 8px 2px;
    letter-spacing: 0.5px;
}
#tmp_hnavi2 li.head_search a {
    background: #1a59ab url("/shared/site_re/images/icon/search_icon.jpg") center 9px no-repeat;
    border: 2px solid #1a59ab;
    width: 120px;
}
#tmp_hnavi2 li.head_emergency a {
    background: #bb0000 url("/shared/site_re/images/icon/emergency_icon.jpg") center 7px no-repeat;
    border: 2px solid #bb0000;
    width: 90px;
}
#tmp_hnavi2 li.head_search a:hover {
    background: #FFFFFF url("/shared/site_re/images/icon/search_icon_on.jpg") center 9px no-repeat;
    color: #087cbf;
    border-color: #087cbf;
}
#tmp_hnavi2 li.head_emergency a:hover {
    background: #FFFFFF url("/shared/site_re/images/icon/emergency_icon_on.jpg") center 7px no-repeat;
    color: #bb0000;
}
#tmp_means_secondary .wrap_head_emergency_cnt {
    background-color: #bb0000;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    top: calc(100% - 6px);
    left: 0;
    z-index: 100;
    padding: 10px 30px 10px 220px;
    display: none;
}
.format_top #tmp_means_secondary .wrap_head_emergency_cnt {
    top: 100%;
	left:-20px;
	width:1240px;
}
.no_javascript.format_top #tmp_means_secondary .wrap_head_emergency_cnt,
.format_top.format_emergency #tmp_means_secondary .wrap_head_emergency_cnt,
.format_free #tmp_means_secondary .wrap_head_emergency_cnt {
    position: relative;
    top: 0px;
    left: -984px;
    width: 1240px;
    margin-top: -6px;
}
.no_javascript.format_top #tmp_means_secondary .wrap_head_emergency_cnt,
.format_top.format_emergency #tmp_means_secondary .wrap_head_emergency_cnt {
    margin-top: 0;
    display: block;
}

#tmp_means_secondary .wrap_head_emergency_cnt:after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(-50vw + 620px);
    background-color: #bb0000;
    z-index: 1;
}
#tmp_means_secondary .head_emergency_cnt {
    background-color: #FFFFFF;
    color: #000000;
    position: relative;
    z-index: 1000;
    padding: 10px 20px 8px;
}
#tmp_means_secondary .head_emergency_cnt .emergency_list {
    padding-right: 5em;
}
#tmp_means_secondary .head_emergency_cnt .emergency_list ul {
    list-style: none;
}
#tmp_means_secondary .head_emergency_cnt .emergency_list li {
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    position: relative;
    font-size: 114.2%;
}
#tmp_means_secondary .head_emergency_cnt .emergency_list li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #bb0000;
    position: absolute;
    top: 0.5em;
    left: 0;

    border-radius: 50px;
}
#tmp_means_secondary .head_emergency_cnt .emergency_link {
    border-top:1px solid #dddddd;
    text-align: right;
    padding: 7px 0 0 0;
}
#tmp_means_secondary .head_emergency_cnt .emergency_link li {
    display: inline-block;
    margin: 0 0 0 14px;
}
#tmp_means_secondary .head_emergency_cnt .emergency_link li a {
    display: block;
    padding: 0 0 0 23px;
    background: url("/shared/site_re/images/icon/red_arrow.png") left center no-repeat;
    font-size: 114.2%;
    color: inherit;
    text-decoration: none;
}
#tmp_means_secondary .head_emergency_cnt .cnt_close_btn {
    position: absolute;
    top: 5px;
    right: 18px;
}
#tmp_means_secondary .head_emergency_cnt .cnt_close_btn a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 114.2%;
    font-weight: bold;
}
#tmp_means_secondary .head_emergency_cnt .cnt_close_btn a:before,
#tmp_means_secondary .head_emergency_cnt .cnt_close_btn a:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 11px;
    left: 0;
}
#tmp_means_secondary .head_emergency_cnt .cnt_close_btn a:before {
    transform: rotate(45deg);
}
#tmp_means_secondary .head_emergency_cnt .cnt_close_btn a:after {
    transform: rotate(-45deg);
}
/* update
============================== */
#tmp_update {
	margin:9px 0 19px;
	text-align:right;
	float: right;
}
/* social_plugins
============================== */
#tmp_wrap_social_button {
	float:right;
    list-style: none;
}
#tmp_wrap_social_button li {
    float: left;
}
#tmp_wrap_social_button .social_media_btn {
	margin:2px 8px 0px 10px;
	padding:0 0 10px;
    float: right;
}
#tmp_social_plugins {
    float: right;
    margin-top: 10px;
    margin-bottom: 12px;
}
.social_media_btn {
	margin:0 0 0 10px;
    float: right;
}
.social_media_btn.facebook_btn {
    margin-left: 0;
}
#tmp_wrap_social_button .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:40px 0;
	border:2px solid #cee9f9;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:17px 19px 15px;
	color:inherit;
	background-color:#cee9f9;
    font-weight: bold;
}
#tmp_contents #tmp_inquiry_ttl p {
	margin-bottom:0 !important;
    font-size: 122.2%;
}
#tmp_inquiry_cnt {
	padding:0 19px 5px 19px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:19px 0 54px;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:1.1em auto 0;
    padding: 10px 76px 8px 24px;
    display: block;
    border: none;
    color: #222222;
    background: #FFFFFF url("/shared/site_re/images/icon/blue_arrow.png") calc(100% - 13px) center no-repeat;
    box-shadow: 0 4px 8px 4px rgba(7,105,162,0.15);
    cursor: pointer;
}
#tmp_inquiry_cnt .inquiry_btn:hover,
#tmp_inquiry_cnt .inquiry_btn:focus {
    background-color: #d3efff;
}
/* feedback
============================== */
#tmp_feedback {
	margin:40px 0;
	border:2px solid #cee9f9;
	clear:both;
}
#tmp_feedback_ttl {
	padding: 16px 18px 14px;
    color: inherit;
    background-color: #cee9f9;
    font-weight: bold;
}
#tmp_contents #tmp_feedback_ttl p {
	margin-bottom:0 !important;
    font-size: 122.2%;
}
#tmp_feedback_cnt {
	padding:21px 18px 27px;
}
#tmp_contents #tmp_feedback_cnt p {
    margin: 0 10px 1px 3px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.1em 0;
	font-weight:bold;
	clear:both;
	width:100%;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit input {
	margin:1.1em auto 0 !important;
    padding: 10px 142px 10px 24px;
    display: block;
    border: none;
    color: #222222;
    background: #FFFFFF url(/shared/site_re/images/icon/blue_arrow.png) calc(100% - 16px) center no-repeat;
    box-shadow: 0 4px 8px 4px rgba(7,105,162,0.15);
    cursor: pointer;
}
#tmp_feedback_cnt .submit input:hover,
#tmp_feedback_cnt .submit input:focus {
    background-color: #d3efff;
}
/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	width:50%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
/* col2_pub */
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
    margin: 0 2% 1.8em 0;
}
div.col2 div.col2R {
	display:table;
	width:48.5%;
	float:left;
    margin: 0 0 1.8em;
}
/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
/* col3
================================================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width:33.33%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}

/* ==================================================
accessibility
================================================== */

/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.wrap_mc_sp {
    min-width: 1200px;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
    color: #FFFFFF;
    background-color: #1A59AB;
    text-decoration: none;
    display: block;
    padding: 12px 10px 10px;
    font-size: 114.2%;
    text-align: center;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display:none;
}

/* ==================================================
accessibility style change:color
================================================== */
/* change_color commons
================================================== */
.color_blue .pnavi .ptop a,
.color_yellow .pnavi .ptop a,
.color_black .pnavi .ptop 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 *,
.color_blue #tmp_top_cnt03,
.color_yellow #tmp_top_cnt03,
.color_black #tmp_top_cnt03,
.color_blue #tmp_top_cnt05 #tmp_cnt05_area,
.color_yellow #tmp_top_cnt05 #tmp_cnt05_area,
.color_black #tmp_top_cnt05 #tmp_cnt05_area {
	background-image:none !important;
	list-style-image:none !important;
}
.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index:auto !important;
}
.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color:transparent !important;
}
.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding:0 !important;
	border:none !important;
}
/* headding */
.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding:5px !important;
	border:none !important;
}
.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border:none !important;
	padding:0 !important;
}
/* icon */
.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin:0 !important;
	padding:0 !important;
}
/* used_bg_img */
.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width:auto !important;
	height:auto !important;
}
.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width:auto !important;
	height:auto !important;
	text-decoration:underline !important;
}
.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index:1 !important;
	height:auto !important;
}
/* for Firefox3.0 */
.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color:transparent !important;
}
/* for google box common */
#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color:#FFFFFF !important;
}
.color_blue a,
.color_yellow a,
.color_black a {
    text-decoration: underline !important;
}
.color_blue a:hover,
.color_blue a:focus,
.color_yellow a:hover,
.color_yellow a:focus,
.color_black a:hover,
.color_black a:focus {
    text-decoration: none !important;
}
.color_blue .pnavi .ptop a,
.color_yellow .pnavi .ptop a,
.color_black .pnavi .ptop a {
    text-indent: 0 !important;
    text-align: center !important;
    padding: 12px !important;
}
.color_blue #tmp_move_ttl,
.color_yellow #tmp_move_ttl,
.color_black #tmp_move_ttl {
    padding-left: 0 !important;
}
.color_blue #tmp_move_gallery_btn .prev span,
.color_blue #tmp_move_gallery_btn .next span,
.color_yellow #tmp_move_gallery_btn .prev span,
.color_yellow #tmp_move_gallery_btn .next span,
.color_black #tmp_move_gallery_btn .prev span,
.color_black #tmp_move_gallery_btn .next span {
	text-indent:0 !important;
}
/* bg:blue
/* text:yellow
/* link:white
================================================== */
.color_blue.format_top #tmp_main,
.color_blue.format_top #tmp_main *,
.color_blue #tmp_footer,
.color_blue #tmp_footer *,
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color:#FFFF00 !important;
    background:none !important;
	background-color:#00008B !important;
	border-color:#FFFF00 !important;
}
.color_blue.format_top #tmp_main a,
.color_blue.format_top #tmp_main a span,
.color_blue #tmp_footer a,
.color_blue #tmp_footer a span,
.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.format_top #tmp_main,
.color_yellow.format_top #tmp_main *,
.color_yellow  #tmp_footer,
.color_yellow  #tmp_footer *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color:#000000 !important;
    background:none !important;
	background-color:#FFFF00 !important;
	border-color:#000000 !important;
}
.color_yellow.format_top #tmp_main a,
.color_yellow.format_top #tmp_main a span,
.color_yellow  #tmp_footer a,
.color_yellow  #tmp_footer a span,
.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.format_top #tmp_main,
.color_black.format_top #tmp_main *,
.color_black #tmp_footer,
.color_black #tmp_footer *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color:#FFFF00 !important;
    background:none !important;
	background-color:#000000 !important;
	border-color:#FFFF00 !important;
}
.color_black.format_top #tmp_main a,
.color_black.format_top #tmp_main a span,
.color_black #tmp_footer a,
.color_black #tmp_footer a span,
.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;
}

.color_blue #tmp_footer .pnavi .ptop a {
    background-color: #00008B !important;
}
.color_yellow #tmp_footer .pnavi .ptop a {
    background-color: #FFFF00 !important;
}
.color_black #tmp_footer .pnavi .ptop a {
    background-color: #000000 !important;
}
.color_blue input[type="text"] {
    border: 2px solid #FFFF00 !important;
}
.color_yellow input[type="text"] {
    border: 2px solid #000000 !important;
}
.color_black input[type="text"] {
    border: 2px solid #FFFF00 !important;
}
.color_blue #tmp_cnt02_search .search_txt,
.color_yellow #tmp_cnt02_search .search_txt,
.color_black #tmp_cnt02_search .search_txt {
    padding: 6px 8px !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size:75% !important;
}
/* big
================================================== */
.fsize_big {
	font-size:125% !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:175% !important;
}
.fsize_big2 ul.chiji_kiji li .list a {
	bottom: 15px;
}
/* ==================================================
キッズサイト
================================================== */
.custom_kids #tmp_wrapper2 {
    width: 1200px;
	margin:0 auto;
}
.format_free.custom_kids #tmp_wrap_main {
    background: none;
    padding: 0;
}
.custom_kids .used_bg_img span {
	position: relative;
	z-index: -1;
	overflow: hidden;
}
/* ==================================================
kids
================================================== */
.format_free.custom_kids .column_lnavi .col_main {
	padding-top:24px;
}
.custom_kids .wrap_col_lft_navi {
	float:left;
	position:relative;
	z-index:1;
	width:224px;
	margin-right:-256px;
}
.custom_kids #tmp_main {
	background:url(/shared/images/kids/main/main_bg.gif) repeat-y left top;
}
.custom_kids #tmp_pnavi {
	margin-top:0;
}
.custom_kids .pnavi {
	background:url(/shared/images/kids/main/main_bg.gif) repeat-y 20px top;
}
/* gnavi_kids
============================== */
#tmp_gnavi_kids {
	background:url(/shared/images/kids/navi/gnavi/gnavi_bg.png) no-repeat left top;
	padding:10px 160px 25px 155px;
	clear:both;
	-webkit-border-radius:12px 12px 0 0;/* Webkit */
	-moz-border-radius:12px 12px 0 0;/* Mozilla */
	border-radius:12px 12px 0 0;/* CSS3 */
}
#tmp_gnavi_kids_ttl {
	float:left;
	width:240px;
}
#tmp_gnavi_kids_ttl a,
#tmp_gnavi_kids_ttl p span {
	width:240px;
	height:155px;
}
#tmp_gnavi_kids_ttl p span {
    position: relative;
    z-index: -1;
}

#tmp_gnavi_kids_ttl p {
	margin:0 !important;
}
#tmp_gnavi_kids_ttl a {
	background:url(/shared/images/kids/header/klogo.gif) no-repeat left top;
}
#tmp_gnavi_kids_cnt {
	float:right;
	width:540px;
}
#tmp_gnavi_kids_cnt p {
	float:left;
	width:165px;
	height:40px;
}
#tmp_gnavi_kids_cnt ul {
	list-style:none !important;
	list-style-image:none !important;
	float:left;
	margin:0 !important;
}
#tmp_gnavi_kids_cnt ul li,
#tmp_contents #tmp_gnavi_kids_cnt ul li {
	float:left;
    padding-left: 0;
    margin-bottom: 0;
}
#tmp_gnavi_kids_cnt ul li:before,
#tmp_contents #tmp_gnavi_kids_cnt ul li:before {
    display: none;
}
#tmp_gnavi_kids_shiro,
#tmp_gnavi_kids_manabo {
	clear:both;
}
#tmp_gnavi_kids_shiro .ttl {
	background:url(/shared/images/kids/navi/gnavi/shiro_ttl.gif) no-repeat left top;
    margin: 0;
}
#tmp_gnavi_kids_manabo .ttl {
	background:url(/shared/images/kids/navi/gnavi/manabo_ttl.gif) no-repeat left top;
    margin: 0;
}
#tmp_gnavi_kids_shiro .ttl span,
#tmp_gnavi_kids_manabo .ttl span {
    position: relative;
    z-index: -1;
}
#tmp_gnavi_kids_shiro ul li.shiro1 a {
	background:url(/shared/images/kids/navi/gnavi/shiro_navi01.gif) no-repeat left top;
}
#tmp_gnavi_kids_shiro ul li.shiro1 a,
#tmp_gnavi_kids_shiro ul li.shiro1 span {
	width:123px;
	height:40px;
}
#tmp_gnavi_kids_shiro ul li.shiro1 span {
    position: relative;
    z-index: -1;
}
#tmp_gnavi_kids_shiro ul li.shiro2 a {
	background:url(/shared/images/kids/navi/gnavi/shiro_navi02.gif) no-repeat left top;
	width:100px;
	height:40px;
}
#tmp_gnavi_kids_shiro ul li.shiro2 a,
#tmp_gnavi_kids_shiro ul li.shiro2 span {
	width:100px;
	height:40px;
}
#tmp_gnavi_kids_manabo ul li a,
#tmp_gnavi_kids_manabo ul li span {
	width:94px;
	height:40px;
}
#tmp_gnavi_kids_shiro ul li.shiro2 span,
#tmp_gnavi_kids_manabo ul li span {
    position: relative;
    z-index: -1;
}
#tmp_gnavi_kids_manabo ul li.manabo1 a,
#tmp_gnavi_kids_manabo ul li.manabo1 span {
	width:90px;
}
#tmp_gnavi_kids_manabo ul li.manabo1 a {
	background:url(/shared/images/kids/navi/gnavi/manabo_navi01.gif) no-repeat left top;
}
#tmp_gnavi_kids_manabo ul li.manabo2 a {
	background:url(/shared/images/kids/navi/gnavi/manabo_navi02.gif) no-repeat left top;
}
#tmp_gnavi_kids_manabo ul li.manabo3 a {
	background:url(/shared/images/kids/navi/gnavi/manabo_navi03.gif) no-repeat left top;
}
#tmp_gnavi_kids_manabo ul li.manabo4 a {
	background:url(/shared/images/kids/navi/gnavi/manabo_navi04.gif) no-repeat left top;
}
/* lnavi_kids
============================== */
#tmp_lnavi_kids {
	margin:0 0 5px;
}
#tmp_lnavi_kids_ttl {
	border-top:3px solid #0062ac;
	border-bottom:3px solid #0062ac;
	background-color:#007cbf;
	color:#ffffff;
	font-weight:bold;
	font-size:114.3%;
	padding:0 9px;
}
#tmp_lnavi_kids_ttl a {
	display:block;
	padding:10px 0 10px 30px;
	text-decoration:none;
	color:#007cbf;
	background:url(/shared/images/kids/navi/lnavi/lnavi_ttl_icon.png) no-repeat left 10px;
	text-shadow:0px 2px 1px #FFFFFF, 2px 2px 1px #FFFFFF, 2px 0px 1px #FFFFFF, 2px -2px 1px #FFFFFF, 0px -2px 1px #FFFFFF, -2px -2px 1px #FFFFFF, -2px 2px 1px #FFFFFF, -2px 0px 1px #FFFFFF;
}
#tmp_lnavi_kids_cnt {
	padding:10px 8px 0;
}
#tmp_lnavi_kids_cnt ul {
	padding:5px;
	color:inherit;
	background-color:#FFFFFF;
	list-style:none;
	list-style-image:none;
}
#tmp_lnavi_kids_cnt ul li {
	background:url(/shared/images/kids/navi/lnavi/lnavi_list.gif) no-repeat 5px 2px;
	padding:3px 5px 5px 15px;
	margin-bottom:3px;
	border-bottom:2px dotted #85D0F4;
}
#tmp_lnavi_kids_cnt ul li a {
	color:#3b6eb4;
	background-color:transparent;
	text-decoration:none;
}
#tmp_lnavi_kids_cnt ul li img {
	vertical-align:top;
}
/* cnavi_kids
============================== */
#tmp_cnavi_kids {
	margin:0 0 10px;
	padding:0 10px;
}
#tmp_cnavi_kids ul {
	list-style:none;
	list-style-image:none;
}
#tmp_cnavi_kids ul li {
	margin-bottom:8px;
}
#tmp_cnavi_kids ul li a,
#tmp_cnavi_kids ul li span {
	width:160px;
	height:90px;
}
#tmp_cnavi_kids ul li.cnavi_kids1 a {
	background:url(/shared/images/kids/navi/lnavi/jiman_btn.gif) no-repeat left top;
}
#tmp_cnavi_kids ul li.cnavi_kids2 a {
	background:url(/shared/images/kids/navi/lnavi/quiz_btn.gif) no-repeat left top;
}
#tmp_cnavi_kids ul li.cnavi_kids2 {
	margin-left:48px;
}
/* ==================================================
かごしまサイトナビ
================================================== */
.head_search_cnt {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    justify-content: center;
    flex-direction: column;
    z-index: 5000;
    overflow: auto;
    padding: 50px 0;
}
.head_search_cnt #tmp_cnt02_box {
    width: 1200px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 36px 30px 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: url("/shared/templates/top_re/images/top_cnt04_bg.png") center repeat;
}
.head_search_cnt #tmp_cnt02_box h2,
.head_search_cnt #tmp_cnt02_box .box_ttl{
    text-align: center;
    font-size: 257.1%;
    font-weight: bold;
    margin: 0 0 7px;
    width: 100%;
}
.head_search_cnt #tmp_cnt02_box h2:before,
.head_search_cnt #tmp_cnt02_box h2:after,
.head_search_cnt #tmp_cnt02_box .box_ttl:before,
.head_search_cnt #tmp_cnt02_box .box_ttl:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 6px;
    margin: -0.2em 20px 0 15px;
}
.head_search_cnt #tmp_cnt02_box h2:before,
.head_search_cnt #tmp_cnt02_box .box_ttl:before {
    background: #1a59ab;
    background: -moz-linear-gradient(left, #1a59ab 0%, #5ad2fa 100%);
    background: -webkit-linear-gradient(left, #1a59ab 0%,#5ad2fa 100%);
    background: linear-gradient(to right, #1a59ab 0%,#5ad2fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a59ab', endColorstr='#5ad2fa',GradientType=1 );
}
.head_search_cnt #tmp_cnt02_box h2:after,
.head_search_cnt #tmp_cnt02_box .box_ttl:after {
    background: #5ad2fa;
    background: -moz-linear-gradient(left, #5ad2fa 0%, #1a59ab 100%);
    background: -webkit-linear-gradient(left, #5ad2fa 0%,#1a59ab 100%);
    background: linear-gradient(to right, #5ad2fa 0%,#1a59ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ad2fa', endColorstr='#1a59ab',GradientType=1 );
    margin-right: 0;
}
.head_search_cnt #tmp_cnt02_search {
    width: 432px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #1b59ac;
    margin: 0 18px 18px 0;
    padding: 12px 19px 18px;
}
.head_search_cnt #tmp_cnt02_search h3,
.head_search_cnt #tmp_cnt02_search .search_ttl {
    position: relative;
    padding: 0 0 6px;
    font-size: 157.1%;
    font-weight: bold;
    margin: 0 0 20px;
}
.head_search_cnt #tmp_cnt02_search h3:after,
.head_search_cnt #tmp_cnt02_search .search_ttl:after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1a59ab;
    background: -moz-linear-gradient(left, #1a59ab 0%, #5ad2fa 100%);
    background: -webkit-linear-gradient(left, #1a59ab 0%,#5ad2fa 100%);
    background: linear-gradient(to right, #1a59ab 0%,#5ad2fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a59ab', endColorstr='#5ad2fa',GradientType=1 );
}
.head_search_cnt #tmp_cnt02_search .search_txt {
    border: none;
    background-color: #f2f2f2;
    padding: 8px;
    font-size: 114.2%;
    width: 312px;
    vertical-align: top;
}

.head_search_cnt #tmp_cnt02_search .search_btn {
    color: #FFFFFF;
    background-color: #1b59ac;
    border: 2px solid #1b59ac;
    padding: 5px 10px 4px 16px;
    font-size: 128.5%;
    width: 80px;
    cursor: pointer;
    letter-spacing: 5px;
    vertical-align: top;
}
.head_search_cnt #tmp_cnt02_search .search_btn:hover,
.head_search_cnt #tmp_cnt02_search .search_btn:focus {
    color: #1b59ac;
    background-color: #FFFFFF;
}
.head_search_cnt #tmp_cnt02_search .seach_link {
    text-align: right;
    margin: 8px 0 0;
}
.head_search_cnt #tmp_cnt02_search .seach_link a {
    display: inline-block;
    padding: 0 0 0 24px;
    background: url(/shared/site_re/images/icon/blue_arrow.png) left center no-repeat;
    font-size: 114.2%;
    color: inherit;
    text-decoration: none;
}
.head_search_cnt #tmp_cnt02_search .seach_link a:hover,
.head_search_cnt #tmp_cnt02_search .seach_link a:focus {
    text-decoration: underline;
}
.head_search_cnt #tmp_cnt02_search ul {
    margin: 0 0 15px;
}
.head_search_cnt #tmp_cnt02_search ul li {
    display: inline-block;
    margin: 0 0 10px 0;
}
.head_search_cnt #tmp_cnt02_search ul li a {
    display: block;
    color: inherit;
    background-color: #fafcaf;
    text-decoration: none;
    padding: 5px 16px 3px;
    border-radius: 20px;
    font-size: 114.2%;
}
.head_search_cnt #tmp_cnt02_search ul li a:hover,
.head_search_cnt #tmp_cnt02_search ul li a:focus {
    background-color: #fce5af;
}

.head_search_cnt #tmp_cnt02_search .site_navi_link a {
    display: block;
    background: #077cbf;
    padding: 12px 10px 9px 77px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    font-size: 157.1%;
    font-weight: bold;
    line-height: 1.3;
    border: 1px solid #077cbf;
    box-shadow: 0 4px 15px 2px rgba(7,105,162,0.15);
}
.head_search_cnt #tmp_cnt02_search .site_navi_link a:hover,
.head_search_cnt #tmp_cnt02_search .site_navi_link a:focus {
    background-color: #FFFFFF;
    color: #077cbf;
}

.head_search_cnt #tmp_cnt02_search .site_navi_link a:before {
    content: "";
    display: block;
    background: #FFFFFF url("/shared/templates/top_re/images/sitenavi_icon.jpg") center no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.head_search_cnt #tmp_cnt02_search .site_navi_link a span {
    display: block;
    font-size: 72.7%;
    font-weight: normal;
}
.head_search_cnt #tmp_cnt02_link {
    width: 690px;
}
.head_search_cnt #tmp_cnt02_link .side_icon,
.head_search_cnt #tmp_cnt02_link .top_icon {
    display: flex;
    flex-wrap: wrap;
}
.head_search_cnt #tmp_cnt02_link .side_icon {
    margin: 0 0 24px;
}
.head_search_cnt #tmp_cnt02_link .side_icon li {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #1fd89e;
    width: 218px;
    min-height: 69px;
    margin: 0 18px 18px 0;
    position: relative;
    box-shadow: 0 4px 15px 2px rgba(7,105,162,0.15);
}
.head_search_cnt #tmp_cnt02_link .side_icon li:nth-child(3n),
.head_search_cnt #tmp_cnt02_link .top_icon li:nth-child(3n) {
    margin-right: 0;
}
.head_search_cnt #tmp_cnt02_link .top_icon li {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #1fd89e;
    width: 218px;
    min-height: 68px;
    margin: 0 18px 18px 0;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 15px 2px rgba(7,105,162,0.15);
}
.head_search_cnt #tmp_cnt02_link ul li a {
    display: flex;
    color: inherit;
    text-decoration: none;
    font-size: 114.2%;
    position: relative;
    z-index: 1;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}
.head_search_cnt #tmp_cnt02_link ul.side_icon li a {
    padding: 13px 10px 10px 44px;
}
.head_search_cnt #tmp_cnt02_link ul li:hover,
.head_search_cnt #tmp_cnt02_link ul li:focus {
    background-color: rgb(207,246,234);
}
.head_search_cnt #tmp_cnt02_link ul li:hover img,
.head_search_cnt #tmp_cnt02_link ul li:focus img {
    mix-blend-mode: multiply;
}

.head_search_cnt #tmp_cnt02_link ul li img {
    position: absolute;
    margin: auto;
}
.head_search_cnt #tmp_cnt02_link ul.side_icon li img {
    left: 14px;
    top: 0;
    bottom: 0;
}
.head_search_cnt #tmp_cnt02_link ul.top_icon li a {
    padding: 66px 10px 13px 10px;
}
.head_search_cnt #tmp_cnt02_link ul.top_icon li img {
    top: -33px;
    left: 0;
    right: 0;
    bottom: 0;
}
.head_search_cnt .head_search_cnt_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0,0,0,0.6);
}
.head_search_cnt #tmp_cnt02_box .nav_list {
    display: table;
    border: 1px solid #087cbf;
    color: #222222;
    background-color: #FFFFFF;
    justify-content: space-between;
    width: 100%;
    margin: 22px 0 0;
}
.head_search_cnt #tmp_cnt02_box .nav_list li {
    display: table-cell;
    border-right: 1px solid #087cbf;
}
.head_search_cnt #tmp_cnt02_box .nav_list li:last-child {
    border-right: none;
}
.head_search_cnt #tmp_cnt02_box .nav_list li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 20px 40px 17px 15px;
    background: #FFFFFF url("/shared/site_re/images/icon/blue_arrow.png") calc(100% - 19px) center no-repeat;
    border: 1px solid #FFFFFF;
    font-size: 114.2%;
}
.head_search_cnt #tmp_cnt02_box .nav_list li a:hover,
.head_search_cnt #tmp_cnt02_box .nav_list li a:focus {
    border: 1px solid #087cbf;
    background-color: #f0f8fd;
}
#tmp_wrap_kagoshima_nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
}
#tmp_wrap_kagoshima_nav #tmp_wrap_kagoshima_nav_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.6);
}
#tmp_kagoshima_nav {
    width: 1200px;
    margin: auto;
    position: relative;
    z-index: 10000;
    max-height: auto;
}
#tmp_kagoshima_nav_cnt {
    padding: 28px 30px;
    background-color: #84c3f4;
}
#tmp_kagoshima_nav h2,
#tmp_kagoshima_nav .kagoshima_nav_ttl {
    background-color: #087cbf;
    color: #FFFFFF;
    text-align: center;
    padding: 6px 10px 4px;
    font-size: 200%;
}
#tmp_kagoshima_nav h2:before,
#tmp_kagoshima_nav .kagoshima_nav_ttl:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #FFFFFF url(/shared/templates/top_re/images/sitenavi_icon.jpg) center no-repeat;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    margin: -6px 8px 0 0;
}
#tmp_kagoshima_nav_cnt #tmp_nav_pankuzu {
    display: none;
    font-size: 114.2%;
    margin: 0 0 14px;
}
#tmp_kagoshima_nav_cnt #tmp_nav_pankuzu a {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 17px;
    background-color: #FFFFFF;
    border-radius: 5px;
    text-decoration: none;
    color: inherit;
}
#tmp_kagoshima_nav_cnt #tmp_nav_pankuzu a:hover,
#tmp_kagoshima_nav_cnt #tmp_nav_pankuzu a:focus {
    background-color: #087cbf;
    color: #FFFFFF;
}
#tmp_kagoshima_nav_cnt #tmp_nav_pankuzu .pankuzu_nav .active span {
    cursor: pointer;
}
#tmp_kagoshima_nav_cnt #tmp_nav_pankuzu .pankuzu_nav .active span:hover {
    text-decoration: underline;
}
#tmp_kagoshima_nav_cnt #tmp_nav_pankuzu .pankuzu_nav .active:last-child span {
    cursor: auto;
    text-decoration: none !important;
}
#tmp_kagoshima_nav .nav_comment {
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    margin: 0 0 17px 65px;
    padding: 12px 15px;
    font-size: 128.5%;
    font-weight: bold;
}
#tmp_kagoshima_nav .nav_comment:before,
#tmp_kagoshima_nav .nav_comment:after {
    content: "";
    display: block;
    position: absolute;
}
#tmp_kagoshima_nav .nav_comment:before {
    background: #FFFFFF url("/shared/site_re/images/icon/site_icon.png") center/32px no-repeat;
    border: 2px solid #087cbf;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    top: 2px;
    left: -64px;
}
#tmp_kagoshima_nav .nav_comment:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #ffffff transparent transparent;
    top: 20px;
    left: -10px;
}
#tmp_kagoshima_nav .nav_comment.comment_idx {
    display: none;
}
#tmp_kagoshima_nav_list {
    margin-top: -1.4em;
}
#tmp_kagoshima_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}
#tmp_kagoshima_nav ul li {
    width: calc(50% - 2px);
    margin: 0 0 4px;
    box-shadow: 0 4px 15px 2px rgba(7,105,162,0.15);
}
#tmp_kagoshima_nav ul li a {
    background: #FFFFFF url("/shared/site_re/images/icon/blue_arrow.png") calc(100% - 17px) center no-repeat;
    padding: 17px 40px 12px 17px;
    color: #222222;
    font-size: 142.8%;
    text-decoration: none;
    font-weight: bold;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#tmp_kagoshima_nav ul li a:hover,
#tmp_kagoshima_nav ul li a:focus {
    background: #087cbf url("/shared/site_re/images/icon/white_arrow.png") calc(100% - 17px) center no-repeat;
    color: #FFFFFF;
}
#tmp_kagoshima_nav ul {
    display: none;
}
#tmp_kagoshima_nav ul.active {
    display: flex;
}
.head_search_cnt .close_btn,
#tmp_kagoshima_nav .close_btn {
    position: absolute;
    bottom: calc(100% + 9px);
    right: 0;
}
.head_search_cnt .close_btn2,
#tmp_kagoshima_nav .close_btn2 {
    display: none;
}
.head_search_cnt .close_btn a,
.head_search_cnt .close_btn2 a,
#tmp_kagoshima_nav .close_btn a,
#tmp_kagoshima_nav .close_btn2 a {
    display: inline-block;
    font-size: 114.2%;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 0 0 26px;
    position: relative;
    text-decoration: none;
}
.head_search_cnt .close_btn a:before,
.head_search_cnt .close_btn a:after,
.head_search_cnt .close_btn2 a:before,
.head_search_cnt .close_btn2 a:after,
#tmp_kagoshima_nav .close_btn a:before,
#tmp_kagoshima_nav .close_btn a:after,
#tmp_kagoshima_nav .close_btn2 a:before,
#tmp_kagoshima_nav .close_btn2 a:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 11px;
    left: 2px;
}
.head_search_cnt .close_btn a:before,
.head_search_cnt .close_btn2 a:before,
#tmp_kagoshima_nav .close_btn a:before,
#tmp_kagoshima_nav .close_btn2 a:before {
    transform: rotate(45deg);
}
.head_search_cnt .close_btn a:after,
.head_search_cnt .close_btn2 a:after,
#tmp_kagoshima_nav .close_btn a:after,
#tmp_kagoshima_nav .close_btn2 a:after {
    transform: rotate(-45deg);
}
/* ==================================================
文字サイズ対応
================================================== */
.format_top.fsize_big .format_top #tmp_main,
.format_top.fsize_big2 .format_top #tmp_main {
    padding-top: 248px;
}
.format_top.fsize_big .gnavi,
.format_top.fsize_big2 .gnavi {
    position: relative;
    bottom: auto;
}


.fsize_big #tmp_cnt02_search .search_btn,
.fsize_big2 #tmp_cnt02_search .search_btn,
.format_top.fsize_big #tmp_cnt02_search .search_btn,
.format_top.fsize_big2 #tmp_cnt02_search .search_btn {
    padding-left: 1px;
    padding-right: 1px;
}
.format_top.fsize_big #tmp_cnt02_link ul.top_icon li img,
.format_top.fsize_big2 #tmp_cnt02_link ul.top_icon li img,
.format_top.fsize_big .head_search_cnt #tmp_cnt02_link ul.top_icon li img,
.format_top.fsize_big2 .head_search_cnt #tmp_cnt02_link ul.top_icon li img {
    top: -90px;
}
.format_top.fsize_big #tmp_emergency,
.format_top.fsize_big2 #tmp_emergency {
    margin-top: 160px;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
#tmp_gnavi_kids:after,
#tmp_gnavi_kids_shiro:after,
#tmp_gnavi_kids_manabo:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}

