@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
*/

a:link,
a:active,
a:visited {
	color: #00756e;
}

a:hover{
	text-decoration:none;
}

body {
	font-size: 100%;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #990000;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #007500;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #FCECEC;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #FBFBDF;
	/* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EBF9FC;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #E9E9E9;
	/* Setting by CMS sheets */
}

td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #EDFBEE;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #EDE9FA;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 100%;
	max-width: 1280px;
	padding: 0 10px;
	margin: 0 auto;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 10px 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #FFFFFF;
}

.format_free .wrap_col_rgt_navi {
	width: 265px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px 0;
	/* デザインによって変更 */
	color: inherit;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -285px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 285px;
	/* デザインによって変更 */
}


/* header
================================================== */
#tmp_header {
	padding: 16px 15px 15px 5px;
	min-height: 46px;
}
#tmp_header .container {
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
}
#tmp_header .container::before,
#tmp_header .container::after {
	content: none;
}

#tmp_hlogo {
    display: flex;
    align-items: center;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 347px;
	height: 74px;
	background-image: url(/shared/site_gan_rn/images/header/logo.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
#tmp_hlogo a {
	display: block;
	width: 347px;
	height: 74px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 347px;
	height: 74px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#tmp_means .hmenu_top {
	display: flex;
	margin-bottom: 12px;
}

#tmp_hnavi {
	display: flex;
	list-style: none;
	margin-right: 26px;
	padding-top: 8px;
}
#tmp_hnavi li:not(:last-child) {
	margin-right: 20px;
}
#tmp_hnavi .hnavi_moji a,
#tmp_hnavi .hnavi_read a {
	display: inline-block;
	text-decoration: none;
	color: #000000;
	font-size: 87.5%;
}
#tmp_hnavi li a:hover,
#tmp_hnavi li a:focus {
	text-decoration: underline;
}
#tmp_hnavi .hnavi_moji a::before {
	display: inline-block;
	width: 35px;
	height: 26px;
	content: "";
	margin-right: 9px;
	background-image: url(/shared/site_gan_rn/images/icon/fsize_icon.png);
	background-repeat: no-repeat;
	background-size: 35px auto;
	background-position: left center;
	vertical-align: middle;
}
#tmp_hnavi .hnavi_read a::before {
	display: inline-block;
	width: 40px;
	height: 25px;
	content: "";
	margin-right: 8px;
	background-image: url(/shared/site_gan_rn/images/icon/read_icon.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: left center;
	vertical-align: middle;
}

/* 検索窓 */
#tmp_search {
	max-width: 264px;
	margin-right: 23px;
    position: relative;
}
#tmp_search .sch_ttl{
	display: none;
}
/* 入力フィールド */
#tmp_query_top {
    min-height: 38px;
    width: 100%;
    padding: 4px 42px 5px 19px;
    border: 1px solid #00847c;
	border-radius: 20px;
}
#tmp_query_top:focus-visible {
    outline-color: #000000;
}
#tmp_query_top::placeholder {
	color: #000000;
	font-size: 87.5%;
}
/* 検索ボタン */
#tmp_func_sch_btn_top {
    position: absolute;
    top: 0;
    right: 1px;
    width: 42px;
    min-height: 38px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: 1px;
    border: none;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: transparent;
    color: inherit;
    background-image: url(/shared/site_gan_rn/images/icon/icon_search.png);
    background-repeat: no-repeat;
    background-position: right 14px top 9px;
    background-size: auto 19px;
}

/* アクセスボタン */
#tmp_access a {
	display: block;
	min-width: 140px;
    padding: 6px 6px 6px 33px;
	text-decoration: none;
	background-color: #00847c;
	background-image: url(/shared/site_gan_rn/images/icon/icon_access.png);
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: left 12px top 9px;
	border-radius: 20px;
	color: #ffffff;
}
#tmp_access a:hover,
#tmp_access a:focus {
	text-decoration: underline;
}

/* メニュー */
#tmp_menu {
	display: flex;
	justify-content: space-between;
	list-style: none;
	gap: 0 10px;
}
#tmp_menu a {
	background-color: transparent;
	text-decoration: none;
	color: #00847c;
	font-weight: 700;
}
#tmp_menu a:hover,
#tmp_menu a:focus {
	text-decoration: underline;
}

/* gnavi
================================================== */

.gnavi {
	color: inherit;
	clear: both;
}

.gnavi ul {
	list-style: none;
}

.gnavi li {
	width: 120px;
	float: left;
}

.gnavi a {
	display: block;
	text-align: center;
	text-decoration: none;
}

.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration: underline;
}

/*pnavi*/
.pnavi{
	position: absolute;
	right: 0;
	display: none;
	top: -42px;
	z-index: 100;
	border-radius: 50%;
	transition: 0.3s opacity ease-in-out;
}
.pnavi,
.pnavi a,
.pnavi span{
	width: 75px;
	height: 75px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi span{
	position: relative;
	z-index: -1;
}
.pnavi a{
	padding: 26px 5px 0;
	font-size: 0.75rem;
	font-weight: bold;
	color: #0176a7;
	background: #FFFFFF url(/shared/images/icon/icon_back_top.png) no-repeat center 5px;
	background-size: 14px auto;
	border: 1px solid #007bae;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s all ease-in-out;
	box-shadow: 0 2px 8px 2px rgba(11, 73, 154, 0.5);
}
.pnavi a:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #01a0c7;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s opacity ease-in-out;
}
.pnavi a:focus:after,
.pnavi a:hover:after{
	opacity: 1;
	visibility: visible;
	transition: 0.3s opacity ease-in-out;
}
.pnavi a:hover,
.pnavi a:focus{
	color: #0176a7;
	background-color: #eefcff;
}
.pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
	right: 50%;
	margin-right: -600px;
	transition: 0.3s opacity ease-in-out;
}
.no_javascript .pnavi{
	display: block;
}
/* footer
================================================== */

#tmp_footer {
	border-top: 10px solid #f5f8fa;
	color: inherit;
}
.format_top #tmp_footer{
	border-top: none;
}
#tmp_footer .container {
	max-width: 1045px;
	position: relative;
}


.footer_cnt {
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
	padding: 63px 0 78px;
}
#tmp_footer .footer_cnt::after {
	content: none;
}
.footer_cnt .ft_logo {
	margin-bottom: 19px;
	width: 355px;
	height: 80px;
	background: #FFFFFF url(/shared/site_gan_rn/images/footer/ft_logo.jpg) no-repeat;
	background-size: 100% auto;
	font-weight: bold;
	color: #222222;
}
.footer_cnt .ft_logo > span{
	display: inline-block;
	text-indent: -9999px;
	position: relative;
	z-index: -1;
}
.footer_cnt address {
	margin-bottom: 52px;
	line-height: 2;
	font-style: normal;
}
.footer_cnt address .sp_show {
	display: none;
}
.footer_cnt address span {
	margin: 0 1em 0 0;
}

.footer_cnt .ft_pc_banner {
	display: block;
}
.footer_cnt .ft_sp_banner {
	display: none;
}
.footer_cnt .ft_pc_banner,
.footer_cnt .ft_sp_banner {
	line-height: 0;
}
.footer_cnt .ft_pc_banner img,
.footer_cnt .ft_sp_banner img {
	width: 100%;
	height: auto;
}


/* fnavi  */
.fnavi {
	display: flex;
	flex-direction: column;
	width: fit-content;
	margin-left: auto;
	margin-bottom: 63px;
	color: inherit;
	list-style: none;
}
.fnavi li {
	display: inline-block;
	margin-bottom: 8px;
}
.fnavi li:last-child {
	margin-bottom: 0;
}
.fnavi li a {
	display: inline-block;
	padding-right: 30px;
	color: #000000;
	position: relative;
}
.fnavi li a:hover,
.fnavi li a:focus {
	text-decoration: none;
}
.fnavi li a::after {
	display: block;
	content: "";
	width: 21px;
	height: 20px;
	background-image: url(/shared/site_gan_rn/images/icon/icon_arrow_long_right_green.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 21px auto;
	position: absolute;
	top: 7px;
	right: 0;
}

/* sns */
.sns_list {
	list-style: none;
}
.sns_list li:not(:last-child) {
	margin-bottom: 10px;
}
.sns_list a {
    display: flex;
	gap: 0 20px;
	padding: 13px 25px 14px 19px;
	min-width: 330px;
    border-radius: 15px;
    border: 1px solid #00a49d;
    background-color: #ffffff;
	background-image: url(/shared/site_gan_rn/images/icon/icon_arrow_next_green.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 8px auto;
    text-decoration: none;
	color: #00756e;
}

.sns_list a:hover,
.sns_list a:focus {
    text-decoration: underline;
}
.sns_list .image {
    display: inline-block;
    line-height: 0;
}
.sns_list .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.sns_list .text {
    display: flex;
    align-items: center;
    flex: 1;
    font-weight: 700;
}

.sns_list .icon_link a {
	padding: 14px 25px 14px 42px;
}


.copyright {
	padding: 20px 10px;
	background-color: #1278d1;
	background-image: -webkit-gradient( linear, left top, right top, from(rgb(18,120,209)), to(rgb(0,132,124)));
	background-image: -moz-linear-gradient( left, rgb(18,120,209) 0%, rgb(0,132,124) 100%);
	background-image: -o-linear-gradient( left, rgb(18,120,209) 0%, rgb(0,132,124) 100%);
	background-image: linear-gradient( 90deg, rgb(18,120,209) 0%, rgb(0,132,124) 100%);
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
}


/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
	padding: 6px 14px 6px 17px;
	background-color: #00756e;
	border: 1px solid #00756e;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	color: inherit;
	position: absolute;
	right: 485px;
	bottom: 88px;
	z-index: 100;
}
.splide__pagination {
	padding: 0;
	position: static;
}
.splide__pagination > li {
	margin-right: 5px;
	line-height: 0;
}
.splide__pagination > li:last-child {
	margin-right: 0;
}
.splide__pagination__page {
    margin: 0;
    background-color: #00756e;
    width: 11px;
    height: 11px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    opacity: 1;
}
.splide__pagination__page.is-active {
    background: #ffffff;
    transform: scale(1);
    z-index: 1;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	color: #ffffff;
	margin-right: 2px;
	padding-left: 15px;
	min-width: 73px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 3px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
	background-color: #ffffff;
}
.splide_common .splide__toggle:after {
	left: 6px;
}
.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 #ffffff;
	background-color: transparent;
}
.splide_common .splide__arrow {
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	background-color: transparent;
	border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_gan_rn/images/icon/icon_circle_arrow_prev_wh.png);
	left: 2em;
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_gan_rn/images/icon/icon_circle_arrow_next_wh.png);
	right: 2em;
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	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_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/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/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/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;
}

/* ==================================================
layout
================================================== */
/* pankuzu
================================================== */
#tmp_pankuzu_wrap{
	min-height: 50px;
	padding: 14px 0 10px;
	color: #222222;
	background-color: #C4DDF4;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(196, 221, 244, 1)), to(rgba(192, 224, 222, 1)));
	background-image: -o-linear-gradient(left, rgba(196, 221, 244, 1) 0%, rgba(192, 224, 222, 1) 100%);
	background-image: -moz-linear-gradient(left, rgba(196, 221, 244, 1) 0%, rgba(192, 224, 222, 1) 100%);
	background-image: linear-gradient(90deg, rgba(196, 221, 244, 1) 0%, rgba(192, 224, 222, 1) 100%);
}
#tmp_pankuzu_wrap .container{
	max-width: 1172px;
}
#tmp_pankuzu_wrap .pankuzu_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 30px;
	align-items: start;
}
#tmp_pankuzu {
	word-break: break-word;
	clear:both;
}
#tmp_pankuzu a{
	color: inherit;
	background-color: transparent;
}
/* update
================================================== */
#tmp_wrap_custom_update{
	flex-shrink: 0;
}
#tmp_custom_update{
	display: flex;
	gap: 10px;
}
#tmp_social_plugins .social_media_btn{
	display: inline-block;
	margin-right: 10px;
}
/* inquiry
================================================== */
#tmp_inquiry{
	margin-top: 44px;
	margin-bottom: 32px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 15px;
	overflow: hidden;
}
#tmp_inquiry_ttl{
	color: #0055a2;
	background-color: #e1f2fb;
	border-bottom: 1px solid #cccccc;
	padding: 6px 20px 7px;
}
#tmp_inquiry_ttl p,
#tmp_inquiry_ttl h2{
	font-size: 100%;
	font-weight: bold;
}
#tmp_inquiry_cnt{
	padding: 13px 37px 2px;
}
#tmp_inquiry_cnt p{
	margin-bottom: 9px;
}
#tmp_inquiry_cnt .inq_ttl {
    font-weight: bold;
}
#tmp_inquiry_cnt .inquiry_btn{
	margin: 13px 0;
}
#tmp_inquiry_cnt .inquiry_btn input{
    cursor: pointer;
    display: inline-block;
    min-width: 252px;
    white-space: normal;
    font-weight: bold;
    border: 1px solid #cccccc;
    color: #0055a2;
    background: #f5f8fa url(/shared/site_gan_rn/images/icon/btn_link_arrow.png) no-repeat right 7px center;
	background-size: 8px auto;
    padding: 7px 38px 7px 36px;
    border-radius: 50px;
}
#tmp_inquiry_cnt .inquiry_btn input:hover{
	text-decoration: underline;
}
/* feedback
================================================== */
#tmp_feedback{
	background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 15px;
    overflow: hidden;
	margin-top: 32px;
}
#tmp_feedback_ttl{
    color: #ffffff;
    background-color: #666666;
    border-bottom: 1px solid #cccccc;
    padding: 6px 20px 7px;
}
#tmp_feedback_ttl p,
#tmp_feedback_ttl h2 {
	font-size: 100%;
	font-weight: bold;
}
#tmp_feedback_cnt{
	padding: 13px 36px 23px;
}
#tmp_feedback_cnt fieldset{
	margin-bottom: 9px;
}
#tmp_feedback_cnt fieldset legend {
	font-weight:bold;
	margin-bottom: 10px;
}
#tmp_feedback_cnt fieldset p {
	display:inline-block;
	margin: 0 2em 0 0;
}
#tmp_feedback_cnt fieldset label{
	cursor: pointer;
}
#tmp_feedback_cnt .submit {
	margin-top: 12px;
}
#tmp_feedback_cnt .submit input,
#tmp_feedback_cnt .submit button {
	cursor: pointer;
    display: inline-block;
    min-width: 252px;
    white-space: normal;
	font-size: 100%;
    font-weight: bold;
    border: 1px solid #cccccc;
    color: #0055a2;
    background: #f5f8fa url(/shared/site_gan_rn/images/icon/btn_link_arrow.png) no-repeat right 6px center;
	background-size: 8px auto;
    padding: 7px 38px 7px 36px;
    border-radius: 50px;
}
#tmp_feedback_cnt .submit input:hover,
#tmp_feedback_cnt .submit button:hover{
	text-decoration: underline;
}
/* ==================================================
CMS-function
================================================== */
#tmp_inquiry{
	word-break: break-all;
}

/* Scroll Table */
.scroll_table {
	overflow-x:auto;
	margin-bottom:24px;
	padding:34px 0px 5px;
	background:#ffffff url(/shared/site_gan_rn/images/icon/scroll_table_icon.png) right 0 no-repeat;
	background-size:100px auto;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 10px;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #d4d4d4;
	color:#000000;
    display: inline-block;
    padding: 16px 10px 16px 86px;
    text-decoration: none;
	background:#ffffff url(/shared/site_gan_rn/images/icon/scroll_table_ex.png) 7px center no-repeat;
	background-size:74px auto;
	min-width:211px;
	text-align:center;
	letter-spacing: -0.04em;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/shared/site_gan_rn/images/icon/scroll_table_df.png) 7px center no-repeat;
    background-size: 74px auto;
}
.scroll_table::-webkit-scrollbar{
 	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 	background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 	background: #BCBCBC;
}
.style_cleaned{
	table-layout: auto!important;
}
.style_cleaned.remove_white_space,
.style_cleaned.remove_white_space *{
	white-space: normal!important;
}
.style_cleaned.remove_width,
.style_cleaned.remove_width *{
	width: auto!important;
}
.style_cleaned.remove_width input,
.style_cleaned.remove_width textarea{
	width: 100%!important;
}
.style_cleaned.remove_min_width,
.style_cleaned.remove_min_width *{
	min-width: auto!important;
}
.style_cleaned.remove_padding_left,
.style_cleaned.remove_padding_left *{
	padding-left: 1px!important;
}
.style_cleaned.remove_padding_right,
.style_cleaned.remove_padding_right *{
	padding-right: 1px!important;
}
/* rnavi
================================================== */
#tmp_rnavi,
#tmp_lnavi{
	margin-bottom: 30px;
	border-radius: 17px;
	overflow: hidden;
}
#tmp_rnavi_ttl,
#tmp_lnavi_ttl{
	padding: 26px 22px 27px;
	font-weight: bold;
	color: #ffffff;
	background-color: #1278d1;
	background-image: -webkit-gradient(linear, left top, right top, from(rgb(18, 120, 209)), to(rgb(0, 132, 124)));
	background-image: -o-linear-gradient(left, rgb(18, 120, 209) 0%, rgb(0, 132, 124) 100%);
	background-image: -moz-linear-gradient(left, rgb(18, 120, 209) 0%, rgb(0, 132, 124) 100%);
	background-image: linear-gradient(90deg, rgb(18, 120, 209) 0%, rgb(0, 132, 124) 100%);
	line-height: 1.5;
}
#tmp_rnavi_ttl a,
#tmp_lnavi_ttl a{
	display: block;
	margin: -19px -15px -17px;
	padding: 19px 15px 17px;
	text-decoration: none;
	color: inherit;
}
#tmp_lnavi_cnt,
#tmp_rnavi_cnt{
	color: #000000;
	background-color: #f5f8fa;
	padding: 14px 17px 7px;
}
#tmp_rnavi_cnt li,
#tmp_lnavi_cnt li{
	list-style: none;
	line-height: 1.5;
	margin-bottom: 16px;
}
#tmp_rnavi_cnt li a,
#tmp_lnavi_cnt li a{
    display: block;
    text-decoration: none;
    color: inherit;
    background: transparent url(/shared/site_gan_rn/images/icon/rnavi_link_icon.png) no-repeat left 7px;
    transition: background-color 0.3s ease-in-out;
    padding-left: 13px;
}
#tmp_rnavi_cnt li a:hover,
#tmp_lnavi_cnt li a:hover{
	text-decoration: underline;
}

/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}


/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}

.color_blue #tmp_rnavi,
.color_black #tmp_rnavi,
.color_yellow #tmp_rnavi,
.color_blue #tmp_lnavi,
.color_black #tmp_lnavi,
.color_yellow #tmp_lnavi{
	border: 1px solid;
}
.color_blue #tmp_rnavi_ttl,
.color_black #tmp_rnavi_ttl,
.color_yellow #tmp_rnavi_ttl,
.color_blue #tmp_lnavi_ttl,
.color_black #tmp_lnavi_ttl,
.color_yellow #tmp_lnavi_ttl{
	border-bottom: 1px solid;
}
/* ==================================================
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;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */
/* ==================================================
accessibility style header & footer
================================================== */
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper .footer_cnt .ft_logo,
.color_blue #tmp_wrapper .footer_cnt .ft_logo,
.color_yellow #tmp_wrapper .footer_cnt .ft_logo{
	height: auto !important;
}
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo h1{
	font-size: 1rem !important;
}
.color_black #tmp_wrapper .footer_cnt .ft_logo > span,
.color_blue #tmp_wrapper .footer_cnt .ft_logo > span,
.color_yellow #tmp_wrapper .footer_cnt .ft_logo > span,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	text-indent: inherit;
}
.color_black #tmp_wrapper #tmp_access a,
.color_blue #tmp_wrapper #tmp_access a,
.color_yellow #tmp_wrapper #tmp_access a{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_query_top::placeholder,
.color_blue #tmp_wrapper #tmp_query_top::placeholder{
	color: #FFFF00;
}
.color_black #tmp_wrapper #tmp_hnavi .hnavi_moji a::before,
.color_blue #tmp_wrapper #tmp_hnavi .hnavi_moji a::before,
.color_yellow #tmp_wrapper #tmp_hnavi .hnavi_moji a::before,
.color_black #tmp_wrapper #tmp_hnavi .hnavi_read a::before,
.color_blue #tmp_wrapper #tmp_hnavi .hnavi_read a::before,
.color_yellow #tmp_wrapper #tmp_hnavi .hnavi_read a::before{
	content: none;
}
.color_black #tmp_wrapper #tmp_func_sch_btn_top,
.color_blue #tmp_wrapper #tmp_func_sch_btn_top{
	background-image: url(/shared/site_gan_rn/images/icon/icon_search_yl.png) !important;
}
.color_yellow #tmp_wrapper #tmp_func_sch_btn_top{
	background-image: url(/shared/site_gan_rn/images/icon/icon_search_bl.png) !important;
}
.format_top.color_black #tmp_wrapper #tmp_footer,
.format_top.color_blue #tmp_wrapper #tmp_footer,
.format_top.color_yellow #tmp_wrapper #tmp_footer{
	border-top: 10px solid;
}
.color_black #tmp_wrapper .sns_list .image img,
.color_blue #tmp_wrapper .sns_list .image img,
.color_yellow #tmp_wrapper .sns_list .image img{
	background-color: #FFFFFF !important;
	color: #000000 !important;
}
.color_black #tmp_wrapper .copyright,
.color_blue #tmp_wrapper .copyright,
.color_yellow #tmp_wrapper .copyright,
.color_black #tmp_wrapper #tmp_pankuzu_wrap,
.color_blue #tmp_wrapper #tmp_pankuzu_wrap,
.color_yellow #tmp_wrapper #tmp_pankuzu_wrap{
	border-top: 1px solid;
}
.color_black #tmp_wrapper #tmp_pankuzu_wrap,
.color_blue #tmp_wrapper #tmp_pankuzu_wrap,
.color_yellow #tmp_wrapper #tmp_pankuzu_wrap{
	border-bottom: 1px solid;
}
.furigana_on #tmp_wrapper .sns_list a{
	align-items: center;
}
.furigana_on #tmp_wrapper .sns_list .text{
	display: inline-block;
}
/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}
@media screen and (max-width : 1080px) {
	#tmp_hlogo h1,
	#tmp_hlogo p {
		display:inline-block;
		width:230px;
		height:49px;
	}
	#tmp_hlogo a {
		width:230px;
		height:49px;
	}
	#tmp_hlogo h1 span,
	#tmp_hlogo p span {
		width:230px;
		height:49px;
	}

	#tmp_means {
		display: none;
	}

	#tmp_hnavi_s {
		display: block;
		position: static;
	}
	#tmp_hnavi_s ul {
		list-style: none;
	}
	#tmp_header #tmp_sma_rmenu .container {
		display: block;
		padding: 0 20px;
	}
	#tmp_sma_rmenu {
		padding: 20px 0;
		background-color: #ffffff;
		background-image: -moz-linear-gradient( -57.16deg, rgb(196,221,244,0.502) 0%, rgb(192,224,222,0.502) 100%);
		background-image: -webkit-linear-gradient( -57.16deg, rgb(196,221,244,0.502) 0%, rgb(192,224,222,0.502) 100%);
		background-image: -ms-linear-gradient( -57.16deg, rgb(196,221,244,0.502) 0%, rgb(192,224,222,0.502) 100%);
		background-image: linear-gradient( -57.16deg, rgb(196,221,244,0.502) 0%, rgb(192,224,222,0.502) 100%);
	}

	/* ハンバーガーボタン */
	#tmp_hamburger_menu {
		position: relative;
	}
	#tmp_hamburger_menu > a {
		display: block;
		padding: 43px 5px 5px 5px;
		width: 63px;
		height: 70px;
		background-image: url(/shared/site_gan_rn/images/icon/icon_open.png);
		background-repeat: no-repeat;
		background-size: 40px auto;
		background-position: top 20px center;
		background-color: #ffffff;
		text-decoration: none;
		text-align: center;
		color: #00847c;
		font-size: 89%;
		position: relative;
		z-index: 999;
	}
	#tmp_hamburger_menu > a.active {
		background-image: url(/shared/site_gan_rn/images/icon/icon_close.png);
		background-repeat: no-repeat;
		background-size: 40px auto;
		background-position: top 19px center;
		background-color: #ffffff;
		color: #00847c;
		position: relative;
		transition: none;
	}
	#tmp_hamburger_menu > a span {
		font-size: 80%;
	}

	/* 検索窓 */
	#tmp_sma_search {
		max-width: 100%;
		margin-bottom: 9px;
		position: relative;
	}
	#tmp_sma_search .sch_ttl{
		display: none;
	}
	/* 入力フィールド */
	#tmp_sma_query {
		min-height: 38px;
		width: 100%;
		padding: 4px 42px 5px 19px;
		border: 1px solid #00847c;
		border-radius: 20px;
	}
	#tmp_sma_query:focus-visible {
		outline-color: #000000;
	}
	#tmp_sma_query::placeholder {
		color: #000000;
		font-size: 100%;
	}
	/* 検索ボタン */
	#tmp_sma_func_sch_btn {
		position: absolute;
		top: 0;
		right: 1px;
		width: 42px;
		min-height: 38px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		cursor: pointer;
		letter-spacing: 1px;
		border: none;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		background-color: transparent;
		color: inherit;
		background-image: url(/shared/site_gan_rn/images/icon/icon_search.png);
		background-repeat: no-repeat;
		background-position: right 14px top 9px;
		background-size: auto 19px;
	}

	#tmp_sma_setting {
		margin-bottom: 12px;
	}
	#tmp_sma_setting ul {
		display: flex;
		list-style: none;
		gap: 0 8px;
	}
	#tmp_sma_setting ul li {
		width: calc(50% - 4px);
	}
	#tmp_sma_setting .hnavi_moji a,
	#tmp_sma_setting .hnavi_read a {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 60px;
		padding: 7px 10px 7px 59px;
		background-color: #ffffff;
		border: 1px solid #00847c;
		border-radius: 15px;
		text-decoration: none;
		line-height: 1.2;
		text-align: left;
		color: #000000;
		font-size: 100%;
	}
	#tmp_sma_setting .hnavi_moji a {
		background-image: url(/shared/site_gan_rn/images/icon/fsize_icon.png);
		background-repeat: no-repeat;
		background-size: 28px auto;
		background-position: left 16px center;
	}
	#tmp_sma_setting .hnavi_read a {
		background-image: url(/shared/site_gan_rn/images/icon/read_icon.png);
		background-repeat: no-repeat;
		background-size: 31px auto;
		background-position: left 16px center;
	}

	/* アクセスボタン */
	#tmp_sma_access {
		margin-bottom: 12px;
	}
	#tmp_sma_access a {
		display: inline-block;
		min-width: 140px;
		padding: 10px 10px 10px 35px;
		text-decoration: none;
		background-color: #00847c;
		background-image: url(/shared/site_gan_rn/images/icon/icon_access.png);
		background-repeat: no-repeat;
		background-size: 14px auto;
		background-position: left 12px center;
		border-radius: 20px;
		letter-spacing: 0.14em;
		color: #ffffff;
	}

	#tmp_sma_cnavi {
		margin-bottom: 22px;
	}
	#tmp_sma_cnavi ul {
		list-style: none;
	}
	#tmp_sma_cnavi ul li:not(:last-child) {
		margin-bottom: 7px;
	}
	#tmp_sma_cnavi a {
		display: block;
		width: 100%;
		padding: 13px 40px 13px 20px;
		border-radius: 15px;
		background-color: #00847c;
		background-image: url(/shared/site_gan_rn/images/icon/icon_arrow_next_white.png), -webkit-gradient( linear, left top, right top, from(rgb(18,120,209)), to(rgb(0,132,124)));
		background-image: url(/shared/site_gan_rn/images/icon/icon_arrow_next_white.png), -moz-linear-gradient( left, rgb(18,120,209) 0%, rgb(0,132,124) 100%);
		background-image: url(/shared/site_gan_rn/images/icon/icon_arrow_next_white.png), -o-linear-gradient( left, rgb(18,120,209) 0%, rgb(0,132,124) 100%);
		background-image: url(/shared/site_gan_rn/images/icon/icon_arrow_next_white.png), linear-gradient( 90deg, rgb(18,120,209) 0%, rgb(0,132,124) 100%);
		background-repeat: no-repeat;
		background-position: right 21px center, left top;
		background-size: 10px auto, 100% 100%;
		text-decoration: none;
		text-align: left;
		letter-spacing: 0.14em;
		color: #ffffff;
		font-size: 100%;
		font-weight: 700;
		position: relative;
		overflow: hidden;
	}
	#tmp_sma_rmenu .close_btn a {
		display: inline-block;
		min-width: 165px;
		padding: 13px 10px 14px;
		background-color: #ffffff;
		border: 1px solid #00847c;
		border-radius: 15px;
		text-decoration: none;
		line-height: 1.2;
		text-align: center;
		color: #000000;
		font-size: 100%;
	}
	#tmp_sma_rmenu .close_btn span {
		margin-left: -10px;
		padding-left: 24px;
		background-image: url(/shared/site_gan_rn/images/icon/icon_close_btn.png);
		background-repeat: no-repeat;
		background-size: 17px auto;
		background-position: left center;
	}
	/* accessibility */
	.color_black #tmp_wrapper #tmp_sma_query::placeholder,
	.color_blue #tmp_wrapper #tmp_sma_query::placeholder{
		color: #FFFF00;
	}
	.color_black #tmp_wrapper #tmp_sma_access a,
	.color_blue #tmp_wrapper #tmp_sma_access a,
	.color_yellow #tmp_wrapper #tmp_sma_access a,
	.color_black #tmp_wrapper #tmp_sma_cnavi a,
	.color_blue #tmp_wrapper #tmp_sma_cnavi a,
	.color_yellow #tmp_wrapper #tmp_sma_cnavi a,
	.color_black #tmp_wrapper #tmp_sma_rmenu .close_btn a,
	.color_blue #tmp_wrapper #tmp_sma_rmenu .close_btn a,
	.color_yellow #tmp_wrapper #tmp_sma_rmenu .close_btn a,
	.color_black #tmp_wrapper #tmp_header #tmp_sma_rmenu,
	.color_blue #tmp_wrapper #tmp_header #tmp_sma_rmenu,
	.color_yellow #tmp_wrapper #tmp_header #tmp_sma_rmenu,
	.color_black #tmp_wrapper #tmp_hamburger_menu > a,
	.color_blue #tmp_wrapper #tmp_hamburger_menu > a,
	.color_yellow #tmp_wrapper #tmp_hamburger_menu > a{
		border: 1px solid;
	}
	.fsize_big #tmp_wrapper #tmp_hamburger_menu > a,
	.fsize_big2 #tmp_wrapper #tmp_hamburger_menu > a{
		padding-left: 2px;
		padding-right: 2px;
		font-size: 1rem;
	}
	.furigana_on #tmp_wrapper #tmp_sma_setting .hnavi_moji a,
	.furigana_on #tmp_wrapper #tmp_sma_setting .hnavi_read a{
		flex-wrap: wrap;
	}
	.color_black #tmp_wrapper #tmp_sma_func_sch_btn,
	.color_blue #tmp_wrapper #tmp_sma_func_sch_btn{
		background-image: url(/shared/site_gan_rn/images/icon/icon_search_yl.png) !important;
	}
	.color_yellow #tmp_wrapper #tmp_sma_func_sch_btn{
		background-image: url(/shared/site_gan_rn/images/icon/icon_search_bl.png) !important;
	}
}
@media screen and (min-width : 641px) and (max-width : 1210px) {
	/* header
	================================================== */
	#tmp_hlogo h1,
	#tmp_hlogo p {
		width: 300px;
		height: 63px;
	}
	#tmp_hlogo a {
		width: 300px;
		height: 63px;
	}
	#tmp_hlogo h1 span,
	#tmp_hlogo p span {
		width: 300px;
		height: 63px;
	}

	#tmp_hnavi {
		margin-right: 17px;
	}
	#tmp_hnavi li:not(:last-child) {
		margin-right: 15px;
	}
	#tmp_hnavi .hnavi_moji a,
	#tmp_hnavi .hnavi_read a {
		font-size: 80%;
	}
	#tmp_hnavi .hnavi_moji a::before {
		width: 25px;
		height: 18px;
		margin-right: 6px;
		background-size: 25px auto;
	}
	#tmp_hnavi .hnavi_read a::before {
		width: 30px;
		height: 18px;
		margin-right: 5px;
		background-size: 30px auto;
	}

	/* 検索窓 */
	#tmp_search {
		max-width: 250px;
		margin-right: 18px;
	}

	/* 入力フィールド */
	#tmp_query_top::placeholder {
		font-size: 80%;
	}

	/* アクセスボタン */
	#tmp_access a {
		display: flex;
		align-items: center;
		min-width: 125px;
		min-height: 38px;
		font-size: 80%;
	}

	#tmp_menu a {
		font-size: 80%;
	}
}
@media screen and (min-width : 641px) and (max-width: 800px) {
	#tmp_wrapper{
		min-width: 800px;
	}
}