@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body #tmp_contents p em {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 105%;
}

a:link {
	color: #003377;
}

body {
	font-size: 100%;
	font-weight: 500;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #c00a0a;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #377231;
	/* 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: #FCDCDC;
	/* Setting by CMS sheets */
}

td.bg_pink,
th.bg_pink {
	color: inherit;
	background-color: #FCDCDC;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #FFFAD5;
	/* 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 {
	min-width: 1240px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 1200px;
	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: 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 280px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 0 0 20px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi.fix_bot {
	position: fixed;
	bottom: 0;
	top: auto !important;
}

.format_free .col_rgt_navi.fix_top {
	position: fixed;
	top: 0;
	bottom: auto !important;
}

.format_free.disp_pc.model_sp .col_rgt_navi {
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
}

.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: -320px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 320px;
	/* デザインによって変更 */
}
.format_free .column_rnavi {
	margin: 0 0 100px;
}
/* rnavi
================================================== */
.rnavi_func {
	margin: 0 0 20px;
	border-top: 2px solid #1d6c6d;
	border-bottom: 2px solid #1d6c6d;
}
.rnavi_func .rnavi_func_ttl {
	font-size: 125%;
	font-weight: bold;
	color: #1d6c6d;
	background-color: transparent;
	border-bottom: 1px solid #bababa;
}
.rnavi_func .rnavi_func_ttl a {
	display: block;
	text-decoration: none;
	color: #1d6c6d;
	background: transparent url(/shared/templates/free/images/icon/icon_caret.png) 100% 28px no-repeat;
	padding: 18px 10px 17px 0;
}
.rnavi_func .rnavi_func_ttl a:hover,
.rnavi_func .rnavi_func_ttl a:focus,
.rnavi_func .rnavi_func_ttl a:active{
	text-decoration: underline;
}
.rnavi_func .rnavi_func_cnt .rnavi_func_list {
	overflow: hidden;
	list-style: none;
}
.rnavi_func .rnavi_func_cnt .rnavi_func_list li {
	border-bottom: 1px dotted #bababa;
}
.rnavi_func .rnavi_func_cnt .rnavi_func_list li:last-child {
	border-bottom-width: 0;
}
.rnavi_func .rnavi_func_cnt .rnavi_func_list li a {
	display: block;
	padding: 18px 10px 14px 18px;
	background: transparent url(/shared/templates/free/images/icon/icon_line_gradient.png) 0 26px no-repeat ;
	color: #181a19;
	text-decoration: none;
}
.rnavi_func .rnavi_func_cnt .rnavi_func_list li.active a,
.rnavi_func .rnavi_func_cnt .rnavi_func_list li a:hover,
.rnavi_func .rnavi_func_cnt .rnavi_func_list li a:focus,
.rnavi_func .rnavi_func_cnt .rnavi_func_list li a:active {
	background-color: #ededed;
}
.rnavi_search {
	margin: 0;
	padding: 16px 20px;
	background: transparent url(/shared/templates/free/images/bg_box_search.jpg) repeat;
	color: #181a19;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.rnavi_search .rnavi_search_ttl {
	margin: 0 0 15px;
	font-size: 125%;
	font-weight: bold;
	padding: 0 0 0 43px;
	line-height: 1.4;
	background: transparent url(/shared/templates/free/images/icon/icon_book_search.png) 0 8px no-repeat;
}
.rnavi_search .rnavi_search_ttl span {
	display: block;
	font-size: 65%;
}
.rnavi_search .rnavi_search_cnt {
	margin: 0 0 6px;
}
.rnavi_search .rnavi_search_cnt .wrap_sch_box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-right: 70px;
	margin-right: -70px;
}
.rnavi_search .rnavi_search_cnt .wrap_sch_box .sch_box input {
	border: 0;
	width: 100%;
	min-height: 34px;
	background-color: #ffffff;
	color: #181a19;
	padding: 3px 10px;
}
.rnavi_search .rnavi_search_cnt .wrap_sch_box_btn {
	position: relative;
	vertical-align: top;
	float: right;
}
.rnavi_search .wrap_sch_box_btn #tmp_rnavi_sch_btn {
	border: none;
	display: block;
	min-height: 34px;
	min-width: 70px;
	padding: 1px;
	background-color: #616161;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 12px;
	text-indent: 12px
}
.rnavi_search .wrap_sch_box_btn #tmp_rnavi_sch_btn:hover,
.rnavi_search .wrap_sch_box_btn #tmp_rnavi_sch_btn:focus,
.rnavi_search .wrap_sch_box_btn #tmp_rnavi_sch_btn:active {
	/* text-decoration: underline; */
}
.rnavi_search .rnavi_search_author {
	text-align: right;
	font-size: 81.2%;
}
.rnavi_search .rnavi_search_author p a {
	text-decoration: underline;
	color: inherit;
	background-color: transparent;
}
.rnavi_search .rnavi_search_author p a:hover,
.rnavi_search .rnavi_search_author p a:focus,
.rnavi_search .rnavi_search_author p a:active {
	text-decoration: none;
}
/* header
================================================== */

#tmp_header {
	padding: 20px 10px 19px;
}

#tmp_hlogo {
	float: left;
}

#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 220px;
	height: 46px;
	background: #ffffff url(/shared/images/header/hlogo.png) no-repeat left center;
}

#tmp_hlogo a {
	display: block;
	width: 220px;
	height: 46px;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 220px;
	height: 46px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
/* tmp_means
================================================== */
#tmp_means {
	max-width: 860px;
	float: right;
	padding: 6px 0 5px;
}
#tmp_setting .mean_setting,
#tmp_setting .mean_function,
#tmp_setting .mean_btn_search,
#tmp_setting .mean_socical {
	float: left;
}
#tmp_setting .mean_setting li,
#tmp_setting .mean_function li {
	display: inline-block;
	margin-right: 18px;
	padding: 9px 0 7px;
}
#tmp_setting .mean_setting li a,
#tmp_setting .mean_function li a {
	display: block;
	padding: 0 0 0 20px;
	font-size: 81.25%;
	color: #181a19;
	text-decoration: none;
}
#tmp_setting li a:hover,
#tmp_setting li a:focus {
	text-decoration: underline;
}
#tmp_setting .mean_setting li.setting_fontsize {
	background: #ffffff url(/shared/images/icon/icon_setting_font.png) no-repeat left center;
	background-size: 17px 12px;
	-webkit-background-size: 17px 12px;
	-moz-background-size: 17px 12px;
}
#tmp_setting .mean_setting li.setting_language {
	background: #ffffff url(/shared/images/icon/icon_setting_language.png) no-repeat left center;
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
	-moz-background-size: 13px 13px;
}
#tmp_setting .mean_function li a {
	padding: 0 0 0 12px;
	background: #ffffff url(/shared/images/icon/icon_arrow_right_green.png) no-repeat left center;
	background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
	-moz-background-size: 8px 10px;
}
#tmp_setting .mean_btn_search p>a {
	display: block;
	width: 150px;
	min-height: 28px;
	border: 2px solid #1d6c6d;
	padding: 6px 5px 4px;
	text-align: center;
	text-decoration: none;
	font-size: 81.25%;
	font-weight: bold;
	color: #ffffff;
	background-color: #1d6c6d;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#tmp_setting .mean_btn_search p>a:hover,
#tmp_setting .mean_btn_search p>a:focus {
	color: #1d6c6d;
	background-color: #ffffff;
}
#tmp_setting .mean_socical {
	margin-left: 30px;
}
#tmp_setting .mean_socical p a {
	display: block;
	width: 32px;
	height: 32px;
	margin: 1px 0 0;
	position: relative;
	text-indent: -9999px;
	background: url(/shared/images/icon/icon_facebook.png) no-repeat left center;
	background-size: 32px 32px;
	-webkit-background-size: 32px 32px;
	-moz-background-size: 32px 32px;
}
#tmp_setting .mean_socical p a:focus,
#tmp_setting .mean_socical p a:hover {
	outline: none;
	opacity: 0.8;
}

/* gnavi
================================================== */
.wrap_gnavi {
	position: relative;
}
.gnavi {
	color: inherit;
	width: 1120px;
	float: left;
	position: relative;
}
.gnavi ul {
	list-style: none;
}

.gnavi li {
	float: left;
}
.gnavi .drop_down_hidden {
	display: none;
}
.gnavi li .drop_down_hidden {
	display: none;
	position: absolute;
	left: 0;
	right: -80px;
	top: 60px;
	padding: 25px 0;
	border-top: 1px solid #1d6c6d;
	color: #181a19;
	background-color: #ffffff;
	z-index: 2;
}
.gnavi li .drop_down_hidden:before,
.gnavi li .drop_down_hidden:after {
	content: '';
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #1d6c6d;
	position: absolute;
	right: 100%;
	top: -1px;
	bottom: 0;
}
.gnavi li .drop_down_hidden:after {
	left: 100%;
}
.gnavi li .drop_down ul {
	display: flex;
	flex-wrap: wrap;
}
.gnavi li .drop_down_hidden li {
	width: 25%;
	line-height: 1.8;
	margin-bottom: 8px;
}
.gnavi a {
	display: block;
	position: relative;
	padding: 13px 39px 18px;
	font-size: 112.5%;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	border-bottom: 5px solid #FFFFFF;
	background-color: #ffffff;
	color: #181a19;
}
.gnavi a:before{
	content: '';
	position: absolute;
	height: 5px;
	right: 0;
	bottom: -5px;
	left: 0;
	z-index: 0;
	background: #1d6c6d;
	transform-origin: left top;
	transform: scale(0, 1);
	transition: transform .3s;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
}
.gnavi .glist1 a:before {
	right: 39px;
}
.gnavi li .drop_down_hidden li a {
	display: inline-block;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	padding: 0 10px 0 16px;
	border: none;
	font-size: 100%;
	font-weight: bold;
	color: #181a19;
	background: #ffffff url(/shared/images/icon/icon_arrow_sub.png) no-repeat left 8px;
}
.gnavi .glist1 a {
	padding-left: 0;
}
.gnavi .active a:before,
.gnavi a:hover:before,
.gnavi a:focus:before {
	transform-origin: left top;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}
.gnavi li .drop_down_hidden li a:before {
	content: none;
}
.gnavi li .drop_down_hidden .active a,
.gnavi li .drop_down_hidden li a:hover,
.gnavi li .drop_down_hidden li a:focus {
	text-decoration: underline;
}
.wrap_gnavi .section_search {
	width: 63px;
	float: right;
	margin: 4px 0 0;
}
#tmp_seach_rmenu a {
	position: relative;
	display: block;
	width: 63px;
	height: 42px;
	border-left: 1px solid #8fbf55;
	border-right: 1px solid #8fbf55;
	background: #eaede6 url(/shared/images/icon/icon_search.png) no-repeat center center;
	background-size: 22px 22px;
	-moz-background-size: 22px 22px;
	-webkit-background-size: 22px 22px;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
}
#tmp_seach_rmenu a.active {
	color: #ffffff;
	background: #8fbf55 url(/shared/images/icon/icon_search_active.png) no-repeat center center;
}
#tmp_seach_rmenu a.active:after {
	content: '';
	height: 20px;
	display: block;
	position: absolute;
	right: -1px;
	left: -1px;
	top: 98%;
	background-color: #8fbf55;
}
#tmp_seach_rmenu a span {
	position: relative;
	z-index: -1;
	width: 62px;
	height: 42px;
	overflow: hidden;
	display: block;
}
#tmp_search {
	display: none;
	position: absolute;
	padding: 20px 0;
	left: 0;
	right: 0;
	top: 99%;
	background-color: #8fbf55;
	z-index: 3;
}
#tmp_search .search_cnt {
	width: 1200px;
	margin: 0 auto;
}
#tmp_search .wrap_sch_box,
#tmp_search .wrap_sch_box_btn {
	display: inline-block;
	margin-right: -5px;
	vertical-align: top;
}
#tmp_search .wrap_sch_box .sch_ttl {
	display: inline-block;
	font-size: 112.5%;
	font-weight: bold;
	padding: 6px 0;
	margin-right: 14px;
	color: #181a19;
	background-color: #8fbf55;
}
#tmp_search .wrap_sch_box .sch_box {
	display: inline-block;
	width: 821px;
	vertical-align: top;
}
#tmp_search .wrap_sch_box .sch_box .input_txt {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: none;
	background-color: #ffffff;
	color: #181a19;
}
#tmp_search .wrap_sch_box_btn .sch_btn {
	width: 120px;
	float: left;
}
#tmp_func_sch_btn {
	width: 120px;
	min-height: 40px;
	font-weight: bold;
	border: none;
	color: #ffffff;
	background-color: #4c652d;
	letter-spacing: 15px;
	text-indent: 14px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_func_sch_btn:hover,
#tmp_func_sch_btn:focus {
	color: #ffffff;
	background-color:#1d6c6d;
}
#tmp_search .wrap_sch_box_btn .close_btn {
	width: 93px;
	float: right;
	margin-left: 40px;
}
#tmp_search .wrap_sch_box_btn .close_btn a {
	width: 93px;
	min-height: 40px;
	display: block;
	padding: 7px 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #4c652d;
	background: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#tmp_search .wrap_sch_box_btn .close_btn a:hover,
#tmp_search .wrap_sch_box_btn .close_btn a:focus {
	color: #ffffff;
	background-color: #4c652d;
}
#tmp_search .wrap_sch_box_btn .close_btn a:before {
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 6px;
	background: url(/shared/images/icon/icon_close_srch.png) no-repeat left center;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_search .wrap_sch_box_btn .close_btn a:hover:before,
#tmp_search .wrap_sch_box_btn .close_btn a:focus:before {
	background-image: url(/shared/images/icon/icon_close_srch_hv.png);
	background-repeat: no-repeat;
}
/* footer
================================================== */

#tmp_footer {
	padding: 50px 0 0;
	color: #181a19;
	background-color: #ededed;
}
#tmp_footer .container {
	margin-bottom: 38px;
}
/* fnavi  */

.fnavi {
	width: 900px;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	padding: 6px 10px 5px;
	color: inherit;
	list-style: none;
}

.fnavi li {
	float: left;
	margin: 0 0 13px;
	width: 175px;
}

.fnavi li a {
	padding: 0 0 0 18px;
	text-decoration: none;
	font-size: 87.5%;
	color: #181a19;
	background: #ededed url(/shared/images/icon/icon_arrow_right_green.png) no-repeat left center;
	background-size: 8px 10px;
	-moz-background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
}
.fnavi li a:hover,
.fnavi li a:focus {
	text-decoration: underline;
}
.footer_cnt {
	width: 220px;
	height: 46px;
	float: left;
	padding: 10px 0;
	margin-right: 69px;
}
.footer_cnt .footer_title {
	display: block;
	width: 220px;
	height: 46px;
	background: #ededed url(/shared/images/header/hlogo.png) no-repeat left center;
}
.footer_cnt .footer_title span {
	display: block;
	width: 220px;
	height: 46px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
.footer_cnt address {
	margin: 0 0 5px;
	font-style: normal;
}

.footer_cnt address span {
	margin: 0 1em 0 0;
}
.wrap_copyright {
	color: #ffffff;
	background: #1d6c6d;
}
#tmp_footer .wrap_copyright .container {
	margin: 0 auto 0;
}
.copyright {
	padding: 15px 0 18px;
	font-size: 75%;
	text-align: center;
}
.pnavi {
	padding: 20px 0 14px;
	border-top: 1px solid #85bc50;
	text-align: center;
	margin-top: 5px;
}
.pnavi .ptop a {
	display: inline-block;
	padding: 11px 0 0;
	text-decoration: none;
	font-size: 100%;
	color: #181a19;
	background: #ffffff url(/shared/images/icon/icon_arrow_top.png) no-repeat center top;
}
.pnavi .ptop a:hover,
.pnavi .ptop a:focus {
	text-decoration: underline;
}
/* ==================================================
layout
================================================== */
#tmp_main_visual {
	position: relative;
	overflow: hidden;
	margin: 0 0 109px;
	color: #181a19;
	background-color: #fffdbc;
}
#tmp_main_visual:after {
	content: '';
	width: 100%;
	height: 250px;
	position: absolute;
	right: 0;
	bottom: -8px;
	z-index: 1;
	background: url(/shared/images/main/main_visual_afer.png) no-repeat center center;
}
.disp_pc #tmp_main_visual .main_visual_slider {
	height: 700px;
}
#tmp_main_visual .slider_item .slide_pc {
	z-index: 1;
	overflow: hidden;
}
#tmp_main_visual .slider_item .slide_sp {
	display: none;
}
#tmp_main_visual .main_visual_slider {
	position: relative;
	width: 100%;
	height: 753px;
	visibility: hidden;
	opacity: 0;
}
#tmp_main_visual .main_visual_slider.slick-initialized {
	visibility: visible;
	opacity: 1;
}
#tmp_main_visual .main_visual_slider .slider_item {
	position: relative;
	height: 755px;
	overflow: hidden;
}
#tmp_main_visual .main_visual_slider .slider_item img {
	width: 100%;
	height: 100%;
}
#tmp_main_visual .main_visual_slider .slick_control {
	position: absolute;
	z-index: 10;
	bottom: 60px;
	left: 0;
}
#tmp_main_visual .main_visual_slider .btn_slides {
	display: inline-block;
	width: 80px;
	min-height: 22px;
	border: 1px solid #ffffff;
}
#tmp_main_visual .main_visual_slider .btn_slides a {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #181a19;
	cursor: pointer;
}
#tmp_main_visual .main_visual_slider .btn_slides.start a:before,
#tmp_main_visual .main_visual_slider .btn_slides.stop a:before {
	content: '';
	width: 7px;
	height: 8px;
	display: inline-block;
	margin: 0 6px 1px 0;
	background: url(/shared/images/icon/icon_start.png) no-repeat center center;
}
#tmp_main_visual .main_visual_slider .btn_slides.stop a:before {
	width: 8px;
	height: 10px;
	margin: 0 6px 0 0;
	background: url(/shared/images/icon/icon_stop.png) no-repeat center center;
}
#tmp_main_visual .main_visual_slider .slick-dots li a {
	border-color: #ffffff;
	border-width: 1px;
	background-color: #181a19;
	cursor: pointer;
}
#tmp_main_visual .main_visual_slider .slick-dots li a:hover,
#tmp_main_visual .main_visual_slider .slick-dots li a:focus {
	outline: none;
	opacity: 0.8;
}
#tmp_main_visual .main_visual_slider .slick-dots .slick-active a {
	border-color: #181a19;
	background-color: #8bbe52
}
#tmp_shinshu_search {
	position: absolute;
	right: 0;
	bottom: -4px;
	width: 450px;
	z-index: 2;
	color: #181a19;
	background: #ffffff;
}
#tmp_shinshu_search .wrap_shinshu_srch_cnt {
	position: relative;
}
#tmp_shinshu_search .wrap_sch_box {
	position: relative;
	width: 450px;
	padding-bottom: 3px;
}
#tmp_shinshu_search .wrap_sch_box:after {
	content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: linear-gradient(to left,#1d6c6d, #91c056);
}
#tmp_shinshu_search .wrap_sch_box .sch_ttl {
	margin-bottom: 4px;
}
#tmp_shinshu_search .wrap_sch_box .sch_ttl label{
	display: block;
	padding: 5px 0 4px 55px;
	font-size: 100%;
	font-weight: bold;
	color: #181a19;
	background: #ffffff url(/shared/images/icon/icon_book_srch.png) no-repeat left center;
	background-size: 46px 44px;
	-webkit-background-size: 46px 44px;
	-moz-background-size: 46px 44px;
}
#tmp_shinshu_search .wrap_sch_box .sch_ttl label .txt_big {
	font-size: 137.5%;
}
#tmp_shinshu_search .wrap_sch_box .sch_box {
	position: relative;
	width: 350px;
	margin-right: 100px;
}

#tmp_shinshu_search .wrap_sch_box .sch_box input {
	width: 100%;
	height: 40px;
	border: none;
}
#tmp_shinshu_search .wrap_sch_box_btn {
	width: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#tmp_shinshu_sch_btn {
	width: 100px;
	min-height: 43px;
	font-weight: bold;
	border: none;
	color: #ffffff;
	background-color: #1d6c6d;
	letter-spacing: 15px;
	text-indent: 14px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#tmp_shinshu_sch_btn:hover,
#tmp_shinshu_sch_btn:focus {
	color: #1d6c6d;
	background-color: #ffffff;
	border: 2px solid #1d6c6d;
}
#tmp_shinshu_search .search_note {
	font-size: 81.25%;
	text-align: right;
	line-height: 1.7;
}
#tmp_shinshu_search .search_note a {
	color: #181a19;
	background: #ffffff
}
#tmp_shinshu_search .search_note a:hover {
	text-decoration: none;
}
/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 50%;
	margin-right: 0;
	float: left;
	padding-right: 12px;
}

div.col2 div.col2R {
	display: table;
	width: 50%;
	float: left;
	padding-left: 12px;
}


/* 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: 33.3%;
	margin-right: 0;
	float: left;
	padding-right: 12px;
}

div.col3 div.col3R {
	display: table;
	width: 33.3%;
	float: left;
	padding-left: 12px;
}
div.col3 div.col3M {
	padding-left: 12px;
}

/* gsearch
================================================== */
#tmp_contents .gsc-selected-option-container.gsc-inline-block {
	box-sizing: content-box;
}

/* ==================================================
portal_free
================================================== */
/* portal:header
================================================== */

.custom_portal #tmp_header {
	background: #3d3d3d;
	color: #ffffff;
	display: block;
	width: 100%;
	margin-bottom: 40px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left:18px;
}

.custom_portal #tmp_header.fixed {
	position: fixed;
	top: 0 !important;
	right: 0;
	background: rgba(22, 17, 14, 0.8);
	padding-bottom: 2px;
	color: #ffffff;
}

.custom_portal #tmp_hlogo {
	float: left;
	padding: 11px 0 0 0;
	background-color: transparent;
	color: #ffffff;
}
.custom_portal #tmp_hlogo p {
	display: block;
	width: 457px;
	height: 48px;
	background: transparent;
	color: #ffffff;
}

.custom_portal #tmp_hlogo a {
	display: block;
	width: 457px;
	height: 48px;
	background-color: transparent;
	color: #ffffff;
}

.custom_portal #tmp_hlogo h1 span,
.custom_portal #tmp_hlogo p span {
	position: relative;
	z-index: 1;
	display: block;
	width: 457px;
	height: 48px;
	overflow: hidden;
	background: transparent url(/shared/site_portal/images/header/logo.png) no-repeat top left;
	text-indent: -9999px;
	color: #ffffff;
}

.custom_portal #tmp_tlink {
	float: right;
}

.custom_portal #tmp_tlink ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.custom_portal #tmp_tlink ul li {
	float: left;
	min-width: 70px;
	border-left: 1px solid #999893;
}

.custom_portal #tmp_tlink ul li a {
	display: block;
	padding: 46px 5px 5px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 81.25%;
	opacity: 0.8;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
}

.custom_portal #tmp_tlink ul li.help_btn a {
	background: transparent url(/shared/site_portal/images/header/help_btn.png) no-repeat center 10px;
}

.custom_portal #tmp_tlink ul li.facebook_btn a {
	background: transparent url(/shared/site_portal/images/header/facebook_btn.png) no-repeat center 10px;
}

.custom_portal #tmp_tlink ul li a:hover,
.custom_portal #tmp_tlink ul li a:focus,
.custom_portal #tmp_tlink ul li a:active {
	opacity: 1;
}

/* portal:footer
================================================== */
.custom_portal #tmp_footer {
	position: relative;
	padding: 15px 0 18px;
	background-color: #1d456d;
	color: #ffffff;
}
.custom_portal #tmp_footer .wrap_footer {
	width: 1200px;
	margin: auto;
}
.custom_portal #tmp_footer .pnavi {
	position: absolute;
	top: -40px;
	width: 1200px;
	margin: auto;
	padding: 0;
	border: none;
	text-align: right;
}
.custom_portal .pnavi {
	text-align: right;
}
.custom_portal .pnavi .ptop a {
	text-indent: 100%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	width: 74px;
	height: 74px;
	border: none;
	color: #ffffff;
	background: transparent url(/shared/site_portal/images/pagetop_btn.png) no-repeat top left;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}

.custom_portal .pnavi .ptop a:hover,
.custom_portal .pnavi .ptop a:focus,
.custom_portal .pnavi .ptop a:active {
	opacity: 0.8;
}
.custom_portal .copyright {
	padding: 0;
}
/* portal_free end
================================================== */

/* ==================================================
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;
	text-align: center;
	font-size: 120%;
	padding: 10px 0 9px;
	color: #181a19;
	background-color: #8fbf55;
	text-decoration: none;
}

.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	color: #ffffff;
	background: #1d6c6d;
	text-decoration: none;
	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 #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}

/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}
.fsize_big .gnavi a{
	padding-left: 15px;
	padding-right: 15px;
}
.fsize_big #tmp_setting .mean_btn_search p>a {
	width: 140px;
	padding-left: 10px;
	padding-right: 10px;
}
/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 .gnavi a{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 89.3%;
}
.fsize_big2 .mean_btn_search {
	clear: both;
}
.fsize_big2 #tmp_setting .mean_btn_search p>a {
	width: 140px;
	padding-left: 10px;
	padding-right: 10px;
}
/* ==================================================
clearfix
================================================== */


/* for modern browser */

#tmp_header:after,
#tmp_setting: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 {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}
/* ==================================================
No Javascript
================================================== */
.no_javascript #tmp_main_visual .main_visual_slider {
	visibility: visible;
	opacity: 1;
	height: 755px;
	overflow-y: scroll;
}
/* Hack IE 11
================================================== */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.fnavi li a {
		background-position: 0 4px;
	}
	#tmp_setting .mean_function li a {
		background-position: 0 2px;
	}
	.gnavi li .drop_down_hidden li a {
		background-position: 0 3px;
	}
	#tmp_main_visual .main_visual_slider .btn_slides a {
		padding-top: 4px;
	}
}

