@charset "utf-8";

/* ==================================================
contents
================================================== */
.right_frame_show .left_content,
.left_frame_show .right_content {
	visibility: hidden;
}
.line_ttl {
	display: table;
	width: 100%;
	margin: 12px 0 17px;
}
.opened .line_ttl {
	margin: 12px 0 9px;
}
.line_ttl::before,
.line_ttl::after {
	content: "";
	display: table-cell;
	background: url(/shared/templates/top/images/line_bg.png) repeat-x left center;
	width: 50%;
}
.line_ttl_kenminadv {
	width: 100%;
	margin: 12px 0 26px;
	padding-bottom: 9px;;
	background: url(/shared/templates/top/images/line_bg.png) repeat-x left center;
}
.line_ttl h2 {
	display: table-cell;
	font-size: 137.5%;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	white-space: nowrap;
	padding: 0 19px 0 17px;
	letter-spacing: 2px;
}
.used_javascript #tmp_search_purpose,
.used_javascript #tmp_addition_link,
.used_javascript .box_news,
.used_javascript #tmp_adv,
.used_javascript #tmp_related,
.used_javascript #tmp_sns {
	visibility: hidden;
}
.used_javascript .left_frame_show .opened #tmp_search_purpose,
.used_javascript .left_frame_show .opened #tmp_addition_link,
.used_javascript .left_frame_show .opened .box_news,
.used_javascript .left_frame_show .opened #tmp_adv,
.used_javascript .right_frame_show .opened #tmp_related,
.used_javascript .right_frame_show .opened #tmp_sns {
	visibility: visible;
}
.left_frame_show .sns_iframes {
	display: none;
}
/* ==================================================
detail_contents_left
================================================== */
.format_top #tmp_main {
	position: relative;
}
#tmp_detail_controls {
	display: none;
}
.used_javascript #tmp_detail_controls {
	top: 0;
	display: none;
	width: 100%;
}
.used_javascript #tmp_detail_controls p {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	overflow:hidden;
	z-index: 100;
}
.left_frame_show #tmp_detail_controls,
.right_frame_show #tmp_detail_controls {
	position:fixed;
	display: block;
	z-index: 10;
	width: 100px;
	margin-left: -50px;
	top: 250px;
}
.left_frame_show #tmp_detail_controls p,
.right_frame_show #tmp_detail_controls p {
	height: auto !important;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.left_frame_show #tmp_detail_controls .btn_control span,
.right_frame_show #tmp_detail_controls .btn_control span {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.right_frame_show #tmp_detail_controls {
	margin-right: -50px;
}
.left_frame_show #tmp_detail_controls .btn_control,
.right_frame_show #tmp_detail_controls  .btn_control{
	padding-top: 0;
}
#tmp_detail_controls .btn_control {
	justify-content: center;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 180px;
	text-decoration: none;
}
#tmp_detail_controls .btn_control:before {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
}
.left_frame_show #tmp_detail_controls .btn_control:hover:before,
.left_frame_show #tmp_detail_controls .btn_control:focus:before,
.right_frame_show #tmp_detail_controls .btn_control:hover:before,
.right_frame_show #tmp_detail_controls .btn_control:focus:before {
	border: 2px solid #37698d;
	z-index: 1;
}
#tmp_detail_controls .btn_control span {
	display: block;
	color: #000000;
	background-color: #ffffff;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 50px;
	height: 220px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	/* box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); */
	box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.3),
			14px 0px 15px -15px rgba(0,0,0,0.3);
}
#tmp_detail_controls .btn_control span:after{
	content: '';
	position: absolute;
	bottom: 13px;
	width: 6px;
	height: 9px;
	left: 50%;
	margin-left: -3px;
	z-index: 1;
}
#tmp_detail_controls .btn_control .btn_gray{
	background-color: #cedce7;
	background-image: url(/shared/templates/top/images/text_left.png);
	margin-left: auto;
	box-shadow: -10px 0px 10px -5px rgba(0,0,0,0.3);
}
#tmp_detail_controls .btn_control .btn_gray:after{
	background: url(/shared/templates/top/images/icon/arrow_left_gray.png) 0 0 no-repeat;
}
.left_frame_show #tmp_detail_controls .btn_control .btn_gray:hover,
.left_frame_show #tmp_detail_controls .btn_control:focus .btn_gray {
	background-color: #ffffff;
}
#tmp_detail_controls .btn_control .btn_white{
	background-image: url(/shared/templates/top/images/text_right.png);
	margin-right: auto;
}
#tmp_detail_controls .btn_control .btn_white:after{
	background: url(/shared/templates/top/images/icon/arrow_right_black.png) 0 0 no-repeat;
}
.right_frame_show #tmp_detail_controls .btn_control .btn_white:hover,
.right_frame_show #tmp_detail_controls .btn_control:focus .btn_white {
	background-color: #cedce7;
}
@keyframes focusFrameSwitchR {
	50% {transform: translate(4px, 0px);}
	75% {transform: translate(4px, 0px);}
}
@keyframes focusFrameSwitchL {
	50% {transform: translate(-4px, 0px);}
	75% {transform: translate(-4px, 0px);}
}
#tmp_detail_contents .container {
	max-width: 1400px;
	padding: 0 10px;
}
#tmp_detail_contents .left_content .container {
	padding: 0 20px;
}
#tmp_detail_contents .right_content .opened .container {
	max-width: 1420px;
}
#tmp_detail_contents .opened .container,
.no_javascript #tmp_detail_contents .left_content .container  {
	padding: 0;
}
#tmp_detail_contents{
	position: relative;
	height: 1100px;
	overflow: hidden;
	margin-bottom: 60px;
}
.left_frame_show #tmp_detail_contents,
.right_frame_show #tmp_detail_contents {
	margin-bottom: 0;
}
.no_javascript #tmp_detail_contents{
	height: auto;
}
#tmp_detail_contents .detail_content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	visibility: hidden;
}
#tmp_detail_contents .detail_content.opened,
.no_javascript #tmp_detail_contents .detail_content {
	visibility: visible;
}
.no_javascript #tmp_detail_contents .detail_content{
	position: relative;
	width: 100%;
}
#tmp_detail_contents .detail_content:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	z-index: 10;
	background-color: #000000;
}
#tmp_detail_contents .detail_content.deactive:before{
	opacity: 0.75;
	visibility: visible;
}
#tmp_detail_contents .right_content .detail_content{
	left: 50%;
}
#tmp_detail_contents .right_content .detail_content {
	display: none;
}
.right_frame_show #tmp_detail_contents .right_content .detail_content {
	display: block;
}
.no_javascript #tmp_detail_contents .right_content .detail_content{
	left: 0;
}
#tmp_detail_contents .detail_content .inside{
	max-width: 720px;
	padding: 0 0 23px;
	width: 100%;
}
.no_javascript #tmp_detail_contents .detail_content .inside {
	max-width: 100%;
	margin: 0 auto;
	float: none;
}
#tmp_detail_contents .detail_content.opened .inside{
	max-width: 100%;
}
#tmp_detail_contents .right_content .detail_content .inside{
	float: left;
}
#tmp_detail_contents .left_content .detail_content .inside{
	/*float: right;*/
}
/* emergency */
#tmp_wrap_emergency {
	margin: 0 0 7px;
	display: none;
}
#tmp_emergency_import {
	display: none;
}
.no_javascript #tmp_emergency_import,
.no_javascript #tmp_wrap_emergency {
	display: block;
}
.opened #tmp_wrap_emergency {
	margin: 0;
}
#tmp_emergency_import .container {
	padding: 0 10px 0 20px;
}
#tmp_wrap_emergency .info_left{
	display: block;
	width: auto;
}
.opened #tmp_wrap_emergency .info_left,
.no_javascript #tmp_wrap_emergency .info_left,
#tmp_emergency_import .info_left {
	width: 1230px;
	display: table-cell;
}
.opened #tmp_wrap_emergency .info_right ul,
.opened #tmp_emergency_import .info_right ul {
	display: block;
}
.opened #tmp_wrap_emergency .info_right li,
.opened #tmp_emergency_import .info_right li {
	width: 170px;
}
#tmp_emergency_import .info_left {
	display: table-cell;
}
#tmp_wrap_emergency .info_left .emergency,
#tmp_emergency_import .info_left .emergency {
	display: table;
	width: 100%;
	height: 84px;
	margin-bottom: 9px;
}
.opened #tmp_wrap_emergency .info_left .emergency {
	margin-bottom: 16px;
}
#tmp_wrap_emergency .info_left .emergency_ttl,
#tmp_emergency_import .info_left .emergency_ttl{
	display: table-cell;
	vertical-align: middle;
	background-color: #c3161c;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	width: 95px;
	padding: 10px 10px 8px;
	letter-spacing: 1px;
}
#tmp_wrap_emergency .info_left .emergency_ttl p{
	font-size: 100%;
}
#tmp_wrap_emergency .info_left .emergency_cnt,
#tmp_emergency_import .info_left .emergency_cnt{
	display: table-cell;
	vertical-align: middle;
	color: #000000;
	background-color: #e6e6e6;
	font-size: 87.5%;
	padding: 10px 22px;
}
#tmp_wrap_emergency .info_left ul li,
#tmp_emergency_import .info_left ul li {
	list-style: none;
}
#tmp_wrap_emergency .info_left ul li a,
#tmp_emergency_import .info_left ul li a {
	padding: 2px 0 1px 9px;
	display: inline-block;
	text-decoration: none;
	color: #000000;
	background: transparent url(/shared/templates/top/images/icon/arrow_right_red.png) 0 5px no-repeat;
}
#tmp_wrap_emergency .info_left ul li a:hover,
#tmp_wrap_emergency .info_left ul li a:focus,
#tmp_wrap_emergency .info_left ul li a:active,
#tmp_emergency_import .info_left ul li a:hover,
#tmp_emergency_import .info_left ul li a:focus,
#tmp_emergency_import .info_left ul li a:active {
	text-decoration:underline;
}
#tmp_wrap_emergency .info_right {
	display: block;
	font-size: 87.5%;
}
#tmp_emergency_import .info_right,
.left_frame_show #tmp_wrap_emergency .info_right,
.right_frame_show #tmp_emergency_import .info_right {
	display: table-cell;
	width: 170px;
	vertical-align: top;
}
#tmp_wrap_emergency .info_right ul,
#tmp_emergency_import .info_right ul{
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 15px;
}
#tmp_emergency_import .info_right ul{
	display: block;
}
#tmp_wrap_emergency .info_right li,
#tmp_emergency_import .info_right li{
	width: 50%;
	padding: 0 10px;
	margin-bottom: 4px;
}
#tmp_emergency_import .info_right li{
	width: auto;
}
#tmp_wrap_emergency .info_right a,
#tmp_emergency_import .info_right a{
	display: block;
	color: #c3161c;
	background-color: #ffffff;
	text-decoration: none;
	border: 1px solid #e9585d;
	text-align: center;
	padding: 10px 10px 9px 11px;
	box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-moz-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
}
#tmp_wrap_emergency .info_right a:before,
#tmp_emergency_import .info_right a::before {
	content: '';
	width: 6px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;
	background: #ffffff url(/shared/templates/top/images/icon/arrow_right_red.png) 0 0 no-repeat;
}
#tmp_wrap_emergency .info_right a:hover,
#tmp_wrap_emergency .info_right a:active,
#tmp_wrap_emergency .info_right a:focus,
#tmp_emergency_import .info_right a:hover,
#tmp_emergency_import .info_right a:active,
#tmp_emergency_import .info_right a:focus{
	background-color: #fff7f7;
}
.section_box_banner {
	text-align: center;
	margin: 0 0 16px;
}
.opened .section_box_banner {
	margin-bottom:23px;
}
.section_box_banner p img {
	max-width: 100%;
	height: auto;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
}
.section_box_banner a:hover img {
	opacity:0.7;
}
/* read_all */
.emergency .read_all {
	border-top:1px solid #fff;
	margin-top:10px;
	padding-top:10px;
	text-align:right;
	clear:both;
}
.emergency .read_all p {
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 1em;
	background-repeat:no-repeat;
	background-position:left center;
}
.emergency .read_all .list {
	background-image:url(/shared/images/icon/arrow_right_red_s.png);
	padding-left:12px;
}
.emergency .read_all .rss {
	background-image:url(/shared/images/icon/rss_icon_red.png);
	padding-left:18px;
}
.emergency .read_all a {
	color:#000;
	text-decoration:none;
}
.emergency .read_all a:hover,
.emergency .read_all a:focus,
.emergency .read_all a:active {
	text-decoration:underline;
}
/* section_search */
.section_search_wrap,
.opened .section_search_wrap {
	margin-bottom: 6px;
}
.used_javascript .section_search_wrap .search_keyword {
	width: 100%;
	float:none;
}
.used_javascript .opened .section_search_wrap .search_keyword,
.section_search_wrap .search_keyword {
	width: 813px;
	float: left;
}
.section_search_wrap .search_id {
	width: 580px;
	float: left;
	border-left: 2px solid #686868;
}
.used_javascript .section_search_wrap .search_id {
	display: none;
}
.used_javascript .opened .section_search_wrap .search_id {
	display: block;
}
#tmp_search_id {
	float: none;
	display: table;
	margin: 0 0 9px;
}
#tmp_search_id .query_label {
	line-height:1.2;
	width: 151px;
	display: table-cell;
	border-left: none;
	background-color: transparent;
	padding: 3px 10px;
	text-align: center;
	font-size: 112.5%;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
}
#tmp_wrap_query,
#tmp_wrap_query_id {
	display: table-cell;
	position: relative;
	padding: 0;
}
.opened #tmp_wrap_query {
	display: table-cell;
	vertical-align: top;
	padding: 4px 0 0;
}
.opened #tmp_wrap_query_id {
	padding: 2px 0 0;
}
#id_search_txt {
	width: 395px;
	min-height: 40px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	padding: 1px 48px 1px 10px;
}
#id_search_btn {
	width: 48px;
	height: 38px;
	background: #37698d url(/shared/images/icon/search.png) center center no-repeat;
	color: #ffffff;
	cursor: pointer;
	border: 0;
	position: absolute;
	top: 1px;
	right: 1px;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.opened #id_search_btn {
	top: 3px;
}
#id_search_btn {
	background-color: #686868;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
}
#id_search_btn:hover,
#id_search_btn:focus {
	background-color: #444444;
}
#tmp_search .query_link {
	display: table-cell;
	width: auto;
	vertical-align: middle;
	padding-left: 15px;
	text-align: left;
}
.opened #tmp_search .query_link{
	padding-left: 23px;
	padding-top: 7px;
}
#tmp_search .query_link a {
	display: inline-block;
	color: #37698d;
	background: transparent url(/shared/images/icon/arrow_right_blue.png) left 4px no-repeat;
	-moz-background-size: 6px 10px;
	-webkit-background-size: 6px 10px;
	background-size: 6px 10px;
	padding: 0 0 0 12px;
	font-size: 81.3%;
	text-decoration: none;
}
#tmp_search .query_link a:hover,
#tmp_search .query_link a:active,
#tmp_search .query_link a:focus{
	text-decoration: underline;
}
.used_javascript #tmp_keywords {
	display: none;
}
.opened #tmp_keywords,

#tmp_keywords{
	display: table;
	margin:0;
}
#tmp_keywords .keywords_ttl{
	display: table-cell;
	vertical-align: middle;
	width: 260px;
	height:40px;
	padding: 0 18px;
	border-left: 2px solid #37698d;
}
#tmp_keywords .keywords_ttl h2 {
	font-size: 112.5%;
	background-color: transparent;
	color: #000000;
	font-weight: bold;
}
#tmp_keywords .keywords_cnt{
	display: table-cell;
	vertical-align: middle;
	line-height: 1.8;
}
#tmp_keywords .keywords_cnt ul{
	list-style: none;
}
#tmp_keywords .keywords_cnt li{
	display: inline-block;
	font-size: 87.5%;
	margin-right: 9px;
}
#tmp_keywords .keywords_cnt a{
	color: #37698d;
	background-color: #e0e6ec;
	border:1px solid #e0e6ec;
	display: block;
	line-height: 1.43;
	text-decoration: none;
	padding: 0 9px;
}
#tmp_keywords .keywords_cnt a:hover,
#tmp_keywords .keywords_cnt a:focus,
#tmp_keywords .keywords_cnt a:active{
	text-decoration: underline;
}
.search_id .search_id_text {
	font-size: 87.5%;
	padding: 16px 27px 11px;
}
/* tmp_search_purpose */
#tmp_search_purpose{
	margin-bottom: 30px;
}
.opened #tmp_search_purpose{
	padding-top: 16px;
	margin-bottom: 0;
}
#tmp_search_purpose .search_purpose_cnt {
	padding: 6px 0 0;
	font-size: 112.5%;
	font-weight: bold;
}
#tmp_search_purpose .search_purpose_cnt ul {
	margin: 0 -8px 0 -9px;
	list-style: none;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.used_javascript #tmp_search_purpose .search_purpose_cnt ul {
	margin: 0 -6px 0 -7px;
}
#tmp_search_purpose .search_purpose_cnt li,
.used_javascript .opened #tmp_search_purpose .search_purpose_cnt li {
	width: 12.5%;
	padding: 0 8px 0 9px;
	margin: 0 0 11px;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
}
.used_javascript #tmp_search_purpose .search_purpose_cnt li {
	width: 25%;
	padding: 0 6px 0 7px;
}
.used_javascript #tmp_search_purpose .search_purpose_cnt li:nth-child(4n+1) {
	clear: both;
}
.used_javascript .opened #tmp_search_purpose .search_purpose_cnt li:nth-child(4n+1) {
	clear: none;
}
#tmp_search_purpose .search_purpose_cnt li a {
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	gap:5px;
	align-items:center;
	width:100%;
	height:100%;
	padding:10px 5px;
	border: 1px solid #e6e6e6;
	text-decoration: none;
	color: #000000;
	background-color:#ffffff;
	-webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-moz-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
}
#tmp_search_purpose .search_purpose_cnt li a span {
	display:block;
}
#tmp_search_purpose .search_purpose_cnt li a:hover {
	background-color: #e8eff6;
}
#tmp_search_purpose .search_purpose_cnt .cnt_icon {
	width:30px;
	flex-shrink:0;
}
#tmp_search_purpose .search_purpose_cnt .cnt_icon img {
	max-width:100%;
	height:auto;
}
/* tmp_search_category */
#tmp_search_category{
	margin-bottom: 30px;
}
.opened #tmp_search_category{
	padding-top: 10px;
	margin-bottom: 25px;
}
#tmp_search_category .search_purpose_cnt {
	padding: 6px 0 0;
	font-size: 112.5%;
	font-weight: bold;
}
#tmp_search_category .search_purpose_cnt ul {
	margin: 0 -8px 0 -9px;
	list-style: none;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.used_javascript #tmp_search_category .search_purpose_cnt ul {
	margin: 0 -6px 0 -7px;
}
#tmp_search_category .search_purpose_cnt li,
.used_javascript .opened #tmp_search_category .search_purpose_cnt li {
	width: 12.5%;
	padding: 0 8px 0 9px;
	margin: 0 0 11px;
}
.used_javascript #tmp_search_category .search_purpose_cnt li {
	width: 25%;
	padding: 0 6px 0 7px;
}
.used_javascript #tmp_search_category .search_purpose_cnt li:nth-child(4n+1) {
	clear: both;
}
.used_javascript .opened #tmp_search_category .search_purpose_cnt li:nth-child(4n+1) {
	clear: none;
}
#tmp_search_category .search_purpose_cnt li a {
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	gap:5px;
	align-items:center;
	width:100%;
	height:100%;
	padding:10px 5px;
	border: 1px solid #e6e6e6;
	text-decoration: none;
	color: #000000;
	background-color:#ffffff;
	-webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-moz-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
}
#tmp_search_category .search_purpose_cnt li a span {
	display:block;
}
#tmp_search_category .search_purpose_cnt li a:hover {
	background-color: #e8eff6;
}
#tmp_search_category .search_purpose_cnt .cnt_icon {
	width:30px;
	flex-shrink:0;
}
#tmp_search_category .search_purpose_cnt .cnt_icon img {
	max-width:100%;
	height:auto;
}
/* main_info */
#tmp_main_info_wrap{
	padding-bottom: 31px;
	margin: 0 0 40px;
}
.no_javascript #tmp_main_info_wrap,
.opened #tmp_main_info_wrap {
	width: 50%;
	float: left;
	padding-right: 24px;
	padding-bottom: 0;
}
#tmp_main_info .main_info_ttl {
	font-size: 112.5%;
	font-weight: bold;
	letter-spacing: 1.5px;
}
#tmp_main_info .main_info_ttl h2{
	font-size: 100%;
}
#tmp_main_info .main_info_ttl a {
	color: #000000;
	background-color: #f0f0f0;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 11px 10px 11px 16px;
}
#tmp_main_info .main_info_ttl a:hover{
	text-decoration: underline;
}
#tmp_main_info .active .main_info_ttl a{
	color: #ffffff;
	background-color: #37698d;
	position: relative;
}
#tmp_main_info .active .main_info_ttl a:after{
	content: "";
	display: block;
	border: 10px solid transparent;
	border-top-color: #37698d;
	border-bottom-width: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}
#tmp_main_info .main_info_cnt{
	padding-top: 10px;
}
#tmp_main_info .main_info_cnt ul{
	list-style: none;
}
#tmp_main_info .main_info_cnt li{
	border-top: 1px dotted #cccccc;
}
#tmp_main_info .main_info_cnt li,
#tmp_main_info .main_info_cnt .nocnt {
	font-size: 87.5%;
}
#tmp_main_info .main_info_cnt li:first-child{
	border-top: none;
}
#tmp_main_info .main_info_cnt li a{
	color: #000000;
	text-decoration: none;
	padding: 15px 40px 15px 21px;
	display: block;
	background: #ffffff url(/shared/templates/top/images/icon/arrow_right_blue_extra.png) right center no-repeat;
	transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
}
.opened #tmp_main_info .main_info_cnt li a {
	padding: 17px 40px 17px 26px;
}
#tmp_main_info .main_info_cnt li:first-child a{
	padding-bottom: 16px;
}
#tmp_main_info .main_info_cnt li a:hover,
#tmp_main_info .main_info_cnt li a:active,
#tmp_main_info .main_info_cnt li a:focus{
	text-decoration: underline;
	color: #326485;
}
#tmp_main_info .main_info_cnt_bottom{
	text-align: center;
	border-top: 1px dotted #cccccc;
	padding: 10px;
}
.opened #tmp_main_info .main_info_cnt_bottom {
	padding: 30px 10px 30px 18px;
}
#tmp_main_info .main_info_read_all{
	display: inline-block;
	padding-right: 14px;
}
.opened #tmp_main_info .main_info_read_all {
	padding-right: 20px;
}
#tmp_main_info .main_info_read_all a{
	display: block;
	color: #000000;
	font-size: 87.5%;
	text-decoration: none;
	border: 1px solid #85b8dd;
	box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-moz-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	padding: 8px 8px 8px 12px;
	min-width: 200px;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
}
.opened #tmp_main_info .main_info_read_all a {
	padding: 8px 8px 8px 17px;
}
#tmp_main_info .main_info_read_all a:before{
	content: '';
	width: 6px;
	height: 10px;
	background: url(/shared/templates/top/images/icon/arrow_right_blue.png) 0 0 no-repeat;
	display: inline-block;
	margin-right: 2px;
}
.opened #tmp_main_info .main_info_read_all a:before {
	margin-right: 9px;
}
#tmp_main_info .main_info_read_all a:hover,
#tmp_main_info .main_info_read_all a:active,
#tmp_main_info .main_info_read_all a:focus{
	background-color: #e8eff6;
}
#tmp_main_info .main_info_rss{
	display: inline-block;
	padding-left: 14px;
}
#tmp_main_info .main_info_rss a{
	display: inline-block;
	font-size: 87.5%;
	text-decoration: none;
	padding-left: 16px;
	color: #000000;
	background: #ffffff url(/shared/templates/top/images/icon/rss.jpg) 0 3px no-repeat;
}
#tmp_main_info .main_info_rss a:hover,
#tmp_main_info .main_info_rss a:active,
#tmp_main_info .main_info_rss a:focus{
	text-decoration: underline;
}
/*tab layout*/
.used_javascript #tmp_main_info{
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}
#tmp_main_info_wrap .main_info_wrap {
	margin:0 0 30px;
	border: 1px solid #cccccc;
}
.used_javascript #tmp_main_info_wrap .main_info_wrap {
	margin:0;
	border:none;
}
#tmp_main_info.tab_area {
	position: relative;
	padding-top: 49px;
}
#tmp_main_info.tab_area .main_info_ttl{
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
#tmp_main_info.tab_area .main_info_wrap:nth-child(2) .main_info_ttl{
	left: 50%;
	border-left: 1px solid #cccccc;
}
/* event */
#tmp_event{
	min-width: 700px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	margin:0 0 40px;
}
.no_javascript #tmp_event,
.opened #tmp_event{
	opacity: 1;
	width: 50%;
	float: left;
}
#tmp_event .event_ttl{
	background-color: transparent;
	padding: 4px 0 4px 14px;
	color: #000000;
	font-weight: bold;
	border-left: 2px solid #37698d;
	vertical-align: middle;
	font-size: 112.5%;
	margin: 0 0 14px;
}
#tmp_event .event_ttl h2{
	font-size: 100%;
}
#tmp_event .event_cnt{
	position: relative;
	padding: 0 0 0 7px;
}
.no_javascript #tmp_event .event_cnt {
	height: 550px;
	overflow-y: auto;
}
#tmp_event .event_item{
	float: left;
	padding: 0 12px;
	width: 50%;
}
#tmp_event .event_item_thumb {
	position: relative;
	overflow: hidden;
}
#tmp_event .event_item_thumb img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
}
#tmp_event .event_item.active .event_item_thumb img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
#tmp_event .event_item_cnt{
	margin-top: 0;
	padding: 16px 5px 15px 0;
	color: #000000;
	position: relative;
	z-index: 1;
	background: #ffffff;
}
#tmp_event .event_item_ttl{
	margin-bottom: 12px;
}
#tmp_event .event_item_ttl a{
	display:block;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}
#tmp_event .active .event_item_ttl a,
#tmp_event .event_item_ttl a:hover,
#tmp_event .event_item_ttl a:focus,
#tmp_event .event_item_ttl a:active{
	text-decoration: underline;
}
#tmp_event .event_item_desc p {
	line-height:1.4;
	font-size: 87.5%;
	color: #666666;
	background-color: transparent;
	display:table-cell;
	vertical-align:top;
}
#tmp_event .event_item_desc .cat {
	width:4.8em;
	white-space:nowrap;
}
#tmp_event .event_item_desc .cat span {
	display:block;
	text-align:center;
	border: 1px solid #37698d;
	padding: 0 5px;
	color: #37698d;
	background-color: transparent;
}
#tmp_event .event_item_desc .cat {
    padding-right:10px;
}
#tmp_event .slick-arrow {
	width: 36px;
	height: 36px;
	background-color: rgba(55,105,141,0.9);
	position: absolute;
	z-index: 2;
	top: 33%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transition: 0.3s background-color;
	-webkit-transition: 0.3s background-color;
	-moz-transition: 0.3s background-color;
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}
#tmp_event .slick-arrow:hover,
#tmp_event .slick-arrow:focus,
#tmp_event .slick-arrow:active{
	background-color: #37698d;
}
#tmp_event .slick-arrow span {
	width: 36px;
	height: 36px;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
#tmp_event .slick-arrow:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#tmp_event .slick-prev{
	left: 0;
}
#tmp_event .slick-prev:before{
	background: transparent url(/shared/templates/top/images/icon/arrow_left_white.png) center center no-repeat;
}
#tmp_event .slick-next{
	right: 0;
}
#tmp_event .slick-next:before{
	background: transparent url(/shared/templates/top/images/icon/arrow_right_white.png) center center no-repeat;
}
#tmp_event .slick_control{
	display: none;
	text-align: center;
	padding-top: 7px;
}
.left_frame_show #tmp_event .slick_control{
	display: block;
}
#tmp_event .btn_slides a{
	width: 23px;
	height: 23px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #37698d;
	position: relative;
}
#tmp_event .btn_slides a:before{
	border-color: transparent transparent transparent #37698d;
	height: 9px;
	position: absolute;
	left: 6px;
	top: 6px;
}
#tmp_event .btn_slides.stop a:before{
	border-width: 0 0 0 9px;
}
#tmp_event .btn_slides.start a:before{
	border-width: 5px 0 5px 9px;
	left: 7px;
}
#tmp_event .slick-dots{
	border-left: none;
	margin-left: 7px;
	margin-right: 25px;
	position: relative;
	top: -1px;
}
#tmp_event .slick-dots li{
	width: 16px;
	height: 16px;
	margin: 0 2px 0 2px;
	background-color: #ffffff;
}
#tmp_event .slick-dots li button,
#tmp_event .slick-dots li a{
	background-color: #85b8dd;
	border-width: 0;
	width: 10px;
	height: 10px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	overflow: visible;
	position: relative;
	top: 3px;
	left: 3px;
	padding: 0;
}
#tmp_event .slick-dots li button:before,
#tmp_event .slick-dots li a:before{
	content: '';
	position: absolute;
	left: -3px;
	opacity: 0;
	top: -3px;
	background-color: #37698d;
	border: 3px solid #9bb4c6;
	z-index: 1;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#tmp_event .slick-dots li button:hover,
#tmp_event .slick-dots li button:focus,
#tmp_event .slick-dots li button:active,
#tmp_event .slick-dots li a:active,
#tmp_event .slick-dots li a:hover,
#tmp_event .slick-dots li a:focus{
	background-color: #37698d;
}
#tmp_event .slick-dots .slick-active button:before,
#tmp_event .slick-dots .slick-active a:before{
	opacity: 1;
}
/* addition link */
#tmp_addition_link {
	text-align: center;
	margin:0 0 47px;
	padding: 0 70px 0 55px;
	clear:both;
}
#tmp_addition_link p {
	font-size: 87.5%;
	width: 25%;
	float: left;
	padding: 0 10px;
	margin: 0 0 10px;
}
#tmp_addition_link p a {
	display: block;
	color: #000000;
	text-decoration: none;
	border: 1px solid #85b8dd;
	box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-moz-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	padding: 11px 8px 8px 13px;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
}
#tmp_addition_link p a::before{
	content: '';
	width: 6px;
	height: 10px;
	background: url(/shared/templates/top/images/icon/arrow_right_blue.png) 0 0 no-repeat;
	display: inline-block;
	margin-right: 11px;
}
#tmp_addition_link p a:hover,
#tmp_addition_link p a:active,
#tmp_addition_link p a:focus{
	background-color: #e8eff6;
}
/* news */
#tmp_news{
	width: 50%;
	float: left;
	padding-right: 16px;
}
#tmp_news .line_ttl h2{
	padding: 0 21px 0 25px;
}
#tmp_news .news_left{
	width: 50%;
	float: left;
	padding-right: 12px;
}
#tmp_news .news_left .line_ttl{
	margin: 0 -1px 29px;
}
#tmp_news .news_cnt ul {
	list-style:none;
}
#tmp_news .news_cnt ul li {
	margin:0 0 18px;
}
#tmp_news .news_cnt ul li a {
	text-decoration:none;
	display: table;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-moz-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
}
#tmp_news .news_cnt ul li .cnt_icon,
#tmp_news .news_cnt ul li .cnt_txt {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
}
#tmp_news .news_cnt ul li:nth-child(4) .cnt_icon,
#tmp_news .news_cnt ul li:nth-child(4) .cnt_txt {
	height: 60px;
}
#tmp_news .news_cnt ul li .cnt_icon {
	width: 68px;
	text-align: center;
	padding-left: 3px;
}
#tmp_news .news_cnt ul li .cnt_txt {
	padding: 5px 10px 5px 0;
	padding-right: 10px;
}
#tmp_news .news_cnt ul li .cnt_txt a {
	display: block;
	color: #000000;
	text-decoration: none;
}
#tmp_news .news_cnt ul li a:hover {
	background-color: #e8eff6;
}
#tmp_news .news_right{
	width: 50%;
	float: right;
	padding-left: 12px;
	padding-top: 15px;
}
#tmp_news .news_item_lg{
	background: #ffffff url(/shared/templates/top/images/bg_gradient_news.jpg) left top no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	border: 1px solid #e6e6e6;
	box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-moz-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	margin-bottom: 20px;
}
#tmp_news .news_item_lg.active {
	background-position:left bottom;
	background-image:url(/shared/templates/top/images/bg_gradient_news_on.jpg);
}
#tmp_news .news_item a {
	display:block;
	padding:20px;
	text-decoration:none;
	color:#000;
	background-color:transparent;
}
#tmp_news .news_item_thumb {
	text-align: center;
	width:222px;
	margin:0 auto 16px;
}
#tmp_news .news_item_thumb img {
	max-width: 100%;
	height: auto;
	border:1px solid #c4c4c4;
	vertical-align:top;
}
#tmp_news .news_item_ttl {
	text-align: center;
	position: relative;
}
#tmp_news .news_item_ttl strong{
	font-size: 112.5%;
}
#tmp_news .news_item a{
	color: #000000;
	background-color: transparent;
	display: block;
	text-decoration: none;
}
/* notice */
#tmp_notice{
	float: right;
	width: 50%;
	padding-top: 14px;
	padding-left: 19px;
}
#tmp_notice .notice_left{
	float: left;
	width: 50%;
	padding-right: 11px;
}
#tmp_notice .notice_left_inside {
	border: 1px solid #85b8dd;
	border-bottom:none;
	box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-moz-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
}
#tmp_notice .notice_item_lg {
	border-bottom: 1px solid #85b8dd;
}
#tmp_notice .notice_item {
	border: 1px solid #ffffff;
	border-bottom: none;
	font-size: 112.5%;
	font-weight: bold;
}
#tmp_notice .notice_item a {
	display: table;
	width: 100%;
	text-decoration: none;
	color: #000000;
	background: #ffffff url(/shared/templates/top/images/notice_ttl.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}
#tmp_notice .notice_item a:hover {
	background-image:url(/shared/templates/top/images/notice_ttl_on.jpg);
	background-position:left bottom;
}
#tmp_notice .notice_item_ttl,
#tmp_notice .notice_item_img {
	display: table-cell;
	height:128px;
}
#tmp_notice .notice_item_ttl {
	width: 210px;
	padding-left: 23px;
	vertical-align:middle;
}
#tmp_notice .notice_item_ttl span {
	padding-left: 20px;
	background: url(/shared/templates/top/images/icon/arrow_right_blue.png) left center no-repeat;
}
#tmp_notice .notice_item_img {
	width: 116px;
	vertical-align: bottom;
    text-align: right;
}
#tmp_notice .notice_item_img img {
	max-width: 100%;
	height: auto;
    vertical-align: bottom;
}
/* notice_item_box */
#tmp_notice .notice_item_box{
	padding: 9px 16px 13px 25px;
	border-bottom: 1px solid #85b8dd;
	min-height: 165px;
}
#tmp_notice .notice_item_box_ttl{
	padding-bottom: 5px;
}
#tmp_notice .notice_item_box_ttl h3{
	float: left;
	color: #000000;
	font-size: 112.5%;
}
#tmp_notice .notice_item_box_ttl .read_all{
	float: right;
	margin-top: 5px;
}
#tmp_notice .notice_item_box_ttl .read_all a{
	display: block;
	font-size: 75%;
	color: #37698d;
	padding-left: 19px;
	background: #ffffff url(/shared/templates/top/images/icon/arrow_right_blue.png) left center no-repeat;
	text-decoration: none;
	letter-spacing: 1px;
}
#tmp_notice .notice_item_box .read_all a:hover,
#tmp_notice .notice_item_box .read_all a:active,
#tmp_notice .notice_item_box .read_all a:focus{
	text-decoration: underline;
}
#tmp_notice .notice_item_box_child {
	display:table;
	width:100%;
	clear:both;
}
#tmp_notice .notice_item_box_child_thumb,
#tmp_notice .notice_item_box_child_cnt {
	display:table-cell;
	vertical-align:top;
}
#tmp_notice .notice_item_box_child_thumb {
	width: 125px;
}
#tmp_notice .notice_item_box_child_thumb img {
	max-width: 100%;
	height: auto;
}
#tmp_notice .notice_item_box_child_cnt {
	background: #ffffff url(/shared/templates/top/images/icon/triangle_icon.png) right bottom no-repeat;
	color: #000000;
	font-size: 87.5%;
	line-height: 1.7;
	padding: 5px 0 8px 20px;
}
#tmp_notice .notice_item_box_child_cnt a{
	display:block;
	color: #000000;
	text-decoration: none;
}
#tmp_notice .notice_item_box_child_cnt a:hover,
#tmp_notice .notice_item_box_child_cnt a:active,
#tmp_notice .notice_item_box_child_cnt a:focus,
#tmp_notice .active .notice_item_box_child_cnt a{
	text-decoration: underline;
	color:#37698d;
}
#tmp_notice .notice_item_bottom_link {
	font-size: 112.5%;
	font-weight: bold;
	border-bottom: 1px solid #85b8dd;
}
#tmp_notice .notice_item_bottom_link a{
	display: block;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	padding: 12px 10px 9px 24px;
}
#tmp_notice .notice_item_bottom_link a:before{
	content: '';
	width: 6px;
	height: 10px;
	background: #ffffff url(/shared/templates/top/images/icon/arrow_right_blue.png) 0 0 no-repeat;
	display: inline-block;
	margin-right: 15px;
}
#tmp_notice .notice_item_bottom_link a:hover,
#tmp_notice .notice_item_bottom_link a:active,
#tmp_notice .notice_item_bottom_link a:focus{
	text-decoration: underline;
	color:#37698d;
}
#tmp_notice .notice_right{
	width: 50%;
	float: right;
	padding-left: 13px;
}
#tmp_notice .notice_sm_btn {
	list-style:none;
}
#tmp_notice .notice_sm_btn li {
	margin:0 0 32px;
}
#tmp_notice .notice_sm_btn li a {
	text-decoration: none;
	display: table;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-moz-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
}
#tmp_notice .notice_sm_btn li a:hover,
#tmp_notice .notice_sm_btn li a:focus {
	background-color: #e8eff6;
}
#tmp_notice .notice_sm_btn li .cnt_icon,
#tmp_notice .notice_sm_btn li .cnt_txt {
	display: table-cell;
	vertical-align: middle;
}
#tmp_notice .notice_sm_btn li .cnt_icon {
	width:145px;
}
#tmp_notice .notice_sm_btn li .cnt_icon img {
	max-width: 100%;
	height: auto;
}
#tmp_notice .notice_sm_btn li .cnt_txt {
	padding:10px 10px 10px 25px;
}
/* adv */
#tmp_adv {
	padding-top: 10px;
	margin: 0 0 45px;
}
#tmp_adv .slick_list {
	padding: 0 15px;
	position: relative;
	list-style: none;
}
.no_javascript #tmp_adv .slick_list li {
	float:left;
	width:20%;
	margin:0 0 10px;
	padding:0 7px;
}
.no_javascript #tmp_adv .slick_list li img {
	max-width: 100%;
}
.no_javascript #tmp_adv .slick_list li:nth-child(5n+1) {
	clear:both;
}
#tmp_adv .slick_list .slick-slide {
	padding-top: 5px;
	padding-bottom: 10px;
}
#tmp_adv .slick_list .slick-slide a {
	display: block;
	margin: 0 36px;
	border: 1px solid #e6e6e6;
	box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-moz-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	transition: 0.3s border-color;
	-webkit-transition: 0.3s border-color;
	-moz-transition: 0.3s border-color;
}
#tmp_adv .slick_list .slick-slide a:hover,
#tmp_adv .slick_list .slick-slide a:focus,
#tmp_adv .slick_list .slick-slide a:active {
	border-color: #37698d;
}

#tmp_adv .slick_list img {
	width: 100%;
	height: auto;
}
#tmp_adv .slick-arrow {
	width: 36px;
	height: 36px;
	background-color: rgba(55,105,141,0.9);
	position: absolute;
	z-index: 2;
	top: 50%;
	margin: -2px 0 0;
	transition: 0.3s background-color;
	-webkit-transition: 0.3s background-color;
	-moz-transition: 0.3s background-color;
}
#tmp_adv .slick-arrow:hover,
#tmp_adv .slick-arrow:focus,
#tmp_adv .slick-arrow:active{
	background-color: #37698d;
}
#tmp_adv .slick-arrow span {
	width: 36px;
	height: 36px;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
#tmp_adv .slick-arrow:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#tmp_adv .slick-prev{
	left: 0;
}
#tmp_adv .slick-prev:before{
	background: transparent url(/shared/templates/top/images/icon/arrow_left_white.png) center center no-repeat;
}
#tmp_adv .slick-next{
	right: 0;
}
#tmp_adv .slick-next:before{
	background: transparent url(/shared/templates/top/images/icon/arrow_right_white.png) center center no-repeat;
}
#tmp_adv .slick_control{
	text-align: center;
	padding-top: 11px;
	padding-left: 6px;
}
#tmp_adv .btn_slides a{
	width: 23px;
	height: 23px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #37698d;
	position: relative;
}
#tmp_adv .btn_slides a:before{
	border-color: transparent transparent transparent #37698d;
	height: 9px;
	position: absolute;
	left: 6px;
	top: 6px;
}
#tmp_adv .btn_slides.stop a:before{
	border-width: 0 0 0 9px;
}
#tmp_adv .btn_slides.start a:before{
	border-width: 5px 0 5px 9px;
	left: 7px;
}
#tmp_adv .slick-dots{
	border-left: none;
	margin-left: 7px;
	position: relative;
	top: -1px;
}
#tmp_adv .slick-dots li{
	width: 16px;
	height: 16px;
	margin: 0 2px 0 2px;
	background-color: #ffffff;
}
#tmp_adv .slick-dots li button,
#tmp_adv .slick-dots li a{
	background-color: #85b8dd;
	border-width: 0;
	width: 10px;
	height: 10px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	overflow: visible;
	position: relative;
	top: 3px;
	left: 3px;
}
#tmp_adv .slick-dots li button:before,
#tmp_adv .slick-dots li a:before{
	content: '';
	position: absolute;
	left: -3px;
	opacity: 0;
	top: -3px;
	background-color: #37698d;
	border: 3px solid #9bb4c6;
	z-index: 1;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#tmp_adv .slick-dots li button:hover,
#tmp_adv .slick-dots li button:focus,
#tmp_adv .slick-dots li button:active,
#tmp_adv .slick-dots li a:active,
#tmp_adv .slick-dots li a:hover,
#tmp_adv .slick-dots li a:focus{
	background-color: #37698d;
}
#tmp_adv .slick-dots .slick-active button:before,
#tmp_adv .slick-dots .slick-active a:before{
	opacity: 1;
}
/* ==================================================
detail_contents_right
================================================== */
/* main slick right */
.shadow_box_lg {
	position: relative;
	background-color: #000000;
	color: #ffffff;
}
.shadow_box_lg_thumb {
	position: relative;
	overflow: hidden;
}
.shadow_box_lg_thumb img {
	width: 100%;
	height: auto;
}
.shadow_box_lg_thumb:before {
	content: '';
	background: url(/shared/templates/top/images/shadow_large.png) 0 0 repeat-x;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 150px;
	width: 100%;
}
.shadow_box_lg_ttl {
	position: absolute;
	bottom: 8px;
	font-size: 93.8%;
	margin:0 125px 0 14px;
	padding:0 0 1px;
	z-index: 2;
	letter-spacing: 0.7px;
	max-height: 100%;
	overflow: auto;
	display:inline-block;
}
.shadow_box_lg a {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	text-shadow:
		#000 2px 0px,  #000 -2px 0px,
		#000 0px -2px, #000 0px 2px,
		#000 2px 2px , #000 -2px 2px,
		#000 2px -2px, #000 -2px -2px,
		#000 1px 2px,  #000 -1px 2px,
		#000 1px -2px, #000 -1px -2px,
		#000 2px 1px,  #000 -2px 1px,
		#000 2px -1px, #000 -2px -1px;
}
.shadow_box_lg a:hover .shadow_box_lg_ttl,
.shadow_box_lg a:focus .shadow_box_lg_ttl,
.shadow_box_lg.active a .shadow_box_lg_ttl {
	border-bottom:1px solid #dddddd;
	padding-bottom:0;
}
.shadow_box_lg a:hover .shadow_box_lg_thumb img,
.shadow_box_lg a:focus .shadow_box_lg_thumb img,
.shadow_box_lg.active .shadow_box_lg_thumb img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transition: transform 0.5s ease-in-out;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
}
.no_javascript .main_slick_right,
.opened .main_slick_right {
	padding-right: 10px;
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.no_javascript .main_slick_right {
	height: 525px;
	overflow: auto;
}
.main_slick_right .slide_slide {
	display: none;
}
.main_slick_right .slide_slide:first-child,
.main_slick_right .slick-initialized .slide_slide,
.no_javascript .main_slick_right .slide_slide {
	display: block;
}
.main_slick_right .slick_wrap .slick_control{
	position: absolute;
	right: 6px;
	bottom: 11px;
	z-index: 2;
}
.main_slick_right .slick_wrap .btn_slides a{
	width: 23px;
	height: 23px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #ffffff;
	position: relative;
}
.main_slick_right .slick_wrap .btn_slides a:before{
	border-color: transparent transparent transparent #ffffff;
	height: 9px;
	position: absolute;
	left: 6px;
	top: 6px;
}
.main_slick_right .slick_wrap .btn_slides.stop a:before{
	border-width: 0 0 0 9px;
}
.main_slick_right .slick_wrap .btn_slides.start a:before{
	border-width: 5px 0 5px 9px;
	left: 7px;
}
.main_slick_right .slick_wrap .slick-dots{
	border-left: none;
	margin-left: 0px;
	padding-left: 9px;
}
.main_slick_right .slick_wrap .slick-dots li{
	width: 16px;
	height: 16px;
}
.main_slick_right .slick_wrap .slick-dots li button,
.main_slick_right .slick_wrap .slick-dots li a{
	background-color: #ffffff;
	color: #000000;
	border-width: 0px;
	width: 10px;
	height: 10px;
	position: relative;
	top: 3px;
	left: 3px;
	z-index: 1;
	overflow: visible;
}
.main_slick_right .slick_wrap .slick-dots li button:before,
.main_slick_right .slick_wrap .slick-dots li a:before{
	content: '';
	position: absolute;
	left: -3px;
	top: -3px;
	border: 3px solid #9f9f9d;
	background-color: #ffffff;
	color: #000000;
	opacity: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	z-index: 2;
}
.main_slick_right .slick_wrap .slick-dots .slick-active button:before,
.main_slick_right .slick_wrap .slick-dots .slick-active a:before{
	opacity: 1;
}
/* topic */
#tmp_topic{
	padding: 72px 0 0;
}
.no_javascript #tmp_topic,
.opened #tmp_topic {
	width: 50%;
	padding-left: 10px;
	float: left;
	padding-top: 36px;
	clear: right;
}
#tmp_topic .topic_ttl h2 {
	position: relative;
	color: #275272;
	background: transparent url(/shared/templates/top/images/topic_ttl.png) 0 0 no-repeat;
	margin: 0 auto 50px;
	text-align:center;
}
#tmp_topic .topic_ttl h2,
#tmp_topic .topic_ttl span {
	width: 303px;
	height: 49px;
}
#tmp_topic .topic_ttl span {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.no_javascript #tmp_topic .topic_ttl,
.opened #tmp_topic .topic_ttl {
	margin: 0 auto 31px;
}
#tmp_topic .topic_cnt ul {
	list-style: none;
	margin: 0 -2px 0 -3px;
}
#tmp_topic .topic_cnt li {
	float: left;
	padding: 0 2px 0 3px;
	width: 33.3%;
}
#tmp_topic .topic_cnt li:nth-child(3n+1) {
	clear:both;
}
.used_javascript #tmp_topic .topic_cnt li {
	min-height: 156px;
}
.used_javascript .opened #tmp_topic .topic_cnt li {
	display:block;
}
#tmp_topic .topic_cnt li a {
	overflow: auto;
	display:block;
	text-decoration:none;
	position: relative;
	color: #ffffff;
	background-color: #000000;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	margin-bottom:40px;
	text-shadow:
		#000 2px 0px,  #000 -2px 0px,
		#000 0px -2px, #000 0px 2px,
		#000 2px 2px , #000 -2px 2px,
		#000 2px -2px, #000 -2px -2px,
		#000 1px 2px,  #000 -1px 2px,
		#000 1px -2px, #000 -1px -2px,
		#000 2px 1px,  #000 -2px 1px,
		#000 2px -1px, #000 -2px -1px;
}
#tmp_topic .topic_cnt li .cnt_txt {
	position: absolute;
	bottom: 4px;
	left: 0;
	z-index: 2;
	font-size: 93.8%;
	margin: 7px 5px 0;
	padding:0 0 1px;
	max-height: 100%;
	display:inline-block;
}
#tmp_topic .topic_cnt li a:hover .cnt_txt,
#tmp_topic .topic_cnt li a:active .cnt_txt,
#tmp_topic .topic_cnt li a:focus .cnt_txt {
	border-bottom:1px solid #dddddd;
	padding-bottom:0;
}
#tmp_topic .topic_cnt li .cnt_icon {
	position: relative;
	overflow: hidden;
}
#tmp_topic .topic_cnt li .cnt_icon::before{
	content: '';
	background: url(/shared/templates/top/images/shadow_small.png) 0 0 repeat-x;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 78px;
	width: 100%;
}
#tmp_topic .topic_cnt li .cnt_icon img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
}
#tmp_topic .topic_cnt li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
/* related */
#tmp_related{
	width: 50%;
	padding-right: 10px;
	float: left;
	clear: left;
	padding-top: 11px;
	opacity: 0;
	transition: 1s opacity;
	-webkit-transition: 1s opacity;
	-moz-transition: 1s opacity;
}
.no_javascript #tmp_related,
.opened #tmp_related {
	opacity: 1;
}
#tmp_related .related_ttl{
	color: #275272;
	background: url(/shared/templates/top/images/r_ttl.png) 0 0 no-repeat;
	padding: 29px 10px 30px 33px;
	font-size: 112.5%;
	letter-spacing: 7px;
	margin-bottom: 24px;
}
#tmp_related .related_ttl h2{
	font-size: 100%;
}
#tmp_related .related_cnt{
	overflow: hidden;
	position: relative;
}
.no_javascript #tmp_related .related_cnt{
	overflow-y: auto;
	height: 600px;
}
#tmp_related .related_slider{
	margin: 0 -4px;
}
#tmp_related .related_item {
	padding: 0 8px;
}
.no_javascript #tmp_related .slick_slide {
	width: 220px;
	float: left;
	margin-bottom:20px;
}
.no_javascript #tmp_related .slick_slide:nth-child(3n+1) {
	clear:both;
}
#tmp_related .related_item_ttl {
	font-size: 87.5%;
	line-height: 1.8;
	padding: 2px 3px;
}
#tmp_related .related_item a {
	display:block;
	text-decoration:none;
	color: #000000;
	background-color: transparent;
}
#tmp_related .related_item_thumb {
	overflow:hidden;
}
#tmp_related .related_item_thumb img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
}
#tmp_topic .topic_cnt li a:hover img,
#tmp_related .related_item a:active img,
#tmp_related .related_item a:focus img,
#tmp_related .related_item.active a img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
#tmp_topic .topic_cnt li a:hover,
#tmp_related .related_item a:active,
#tmp_related .related_item a:focus,
#tmp_related .related_item.active a {
	text-decoration:underline;
}
#tmp_related .slick-arrow{
	width: 36px;
	height: 36px;
	background-color: rgba(55,105,141,0.9);
	position: absolute;
	z-index: 2;
	top: 104px;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	transition: 0.3s background-color;
	-webkit-transition: 0.3s background-color;
	-moz-transition: 0.3s background-color;
}
#tmp_related .slick-arrow:hover,
#tmp_related .slick-arrow:focus,
#tmp_related .slick-arrow:active{
	background-color: #37698d;
}
#tmp_related .slick-arrow span {
	width: 36px;
	height: 36px;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
#tmp_related .slick-arrow:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#tmp_related .slick-prev{
	left: 4px;
}
#tmp_related .slick-prev:before{
	background: transparent url(/shared/templates/top/images/icon/arrow_left_white.png) center center no-repeat;
}
#tmp_related .slick-next{
	right: 4px;
}
#tmp_related .slick-next:before{
	background: transparent url(/shared/templates/top/images/icon/arrow_right_white.png) center center no-repeat;
}
#tmp_related .slick_control{
	text-align: center;
	padding-top: 39px;
	padding-left: 9px;
}
#tmp_related .btn_slides a{
	width: 23px;
	height: 23px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #37698d;
	position: relative;
}
#tmp_related .btn_slides a:before{
	border-color: transparent transparent transparent #37698d;
	height: 9px;
	position: absolute;
	left: 6px;
	top: 6px;
}
#tmp_related .btn_slides.stop a:before{
	border-width: 0 0 0 9px;
}
#tmp_related .btn_slides.start a:before{
	border-width: 5px 0 5px 9px;
	left: 7px;
}
#tmp_related .slick-dots{
	border-left: none;
	margin-left: 9px;
}
#tmp_related .slick-dots li{
	width: 16px;
	height: 16px;
}
#tmp_related .slick-dots li button,
#tmp_related .slick-dots li a{
	background-color: #85b8dd;
	border-width: 0px;
	width: 10px;
	height: 10px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	position: relative;
	overflow: visible;
	top: 3px;
	left: 3px;
}
#tmp_related .slick-dots li button:before,
#tmp_related .slick-dots li a:before{
	content: '';
	position: absolute;
	left: -3px;
	opacity: 0;
	top: -3px;
	background-color: #37698d;
	border: 3px solid #9bb4c6;
	z-index: 1;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#tmp_related .slick-dots li button:hover,
#tmp_related .slick-dots li button:focus,
#tmp_related .slick-dots li button:active,
#tmp_related .slick-dots li a:active,
#tmp_related .slick-dots li a:hover,
#tmp_related .slick-dots li a:focus{
	background-color: #37698d;
}
#tmp_related .slick-dots .slick-active button:before,
#tmp_related .slick-dots .slick-active a:before{
	opacity: 1;
}
/* sns */
.sns_skip {
	overflow: hidden;
}
.sns_skip a {
	display: block;
	height: 0;
	margin-left: 5px;
	padding-left: 2px;
}
.sns_skip a:focus {
	display: inline;
}
#tmp_sns{
	width: 50%;
	padding-left: 10px;
	float: right;
	padding-top: 11px;
	margin-bottom: 38px;
	opacity: 0;
	transition: 1s opacity;
	-webkit-transition: 1s opacity;
	-moz-transition: 1s opacity;
}
.no_javascript #tmp_sns,
.opened #tmp_sns{
	opacity: 1;
}
#tmp_sns .sns_cntL {
	float: left;
	width: 500px;
}
#tmp_sns .sns_cntR {
	float:right;
	width:180px;
}
#tmp_sns .sns_ttl{
	color: #275272;
	background: url(/shared/templates/top/images/s_ttl.png) 0 0 no-repeat;
	padding: 26px 10px 17px 33px;
	font-size: 112.5%;
	letter-spacing: 7px;
}
#tmp_sns .sns_ttl h2{
	font-size: 100%;
}
#tmp_sns .sns_iframes{
	border: 1px solid #cccccc;
}
.no_javascript #tmp_sns .sns_iframes {
	border:none;
}
.no_javascript #tmp_sns .sns_iframe {
	border: 1px solid #cccccc;
	margin-bottom:20px;
}
#tmp_sns .sns_iframe_ttl{
	font-weight: bold;
}
#tmp_sns .sns_iframe_ttl a{
	color: #000000;
	display: block;
	background-color: #d2ddf9;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #d2ddf9;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	padding: 6px 5px 4px;
}
#tmp_sns .sns_iframe_ttl a:hover{
	text-decoration: underline;
}
#tmp_sns .active .sns_iframe_ttl a{
	background-color: #ffffff;
	border-color: #ebedf0;
	text-decoration: none!important;
}
.fsize_big #tmp_sns .sns_iframes.tab_area{
	padding-top: 43px;
}
.fsize_big2 #tmp_sns .sns_iframes.tab_area{
	padding-top: 55px;
}
#tmp_sns .sns_iframes.tab_area{
	position: relative;
	padding-top: 36px;
}
#tmp_sns .sns_iframes.tab_area .sns_iframe_ttl{
	position: absolute;
	top: 0;
	width: 25%;
	z-index: 1;
	border-left: 1px solid #cccccc;
}
#tmp_sns .sns_iframes.tab_area .sns_iframe:nth-child(1) .sns_iframe_ttl{
	left: 0;
	border-left: none;
}
#tmp_sns .sns_iframes.tab_area .sns_iframe:nth-child(2) .sns_iframe_ttl{
	left: 25%;
}
#tmp_sns .sns_iframes.tab_area .sns_iframe:nth-child(3) .sns_iframe_ttl{
	left: 50%;
}
#tmp_sns .sns_iframes.tab_area .sns_iframe:nth-child(4) .sns_iframe_ttl{
	left: 75%;
}
#tmp_kenmin_sns .sns_link,
#tmp_sns .sns_link {
	list-style: none;
}
#tmp_kenmin_sns .sns_link li,
#tmp_sns .sns_link li {
	margin:0 0 20px;
}
#tmp_kenmin_sns .sns_link li p,
#tmp_sns .sns_link li p {
	display: flex;
}
#tmp_kenmin_sns .sns_link_item a,
#tmp_sns .sns_link_item a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 80px;
	padding: 5px 8px 5px 37px;
	font-size: 87.5%;
	color: #000000;
	background-color: #ffffff;
	background-image:linear-gradient(131deg,#eef9ff 0%,#eef9ff 50%,#daf1ff 50%,#daf1ff 100%);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	-moz-box-shadow: 0.5px 0.866px 3px 0px rgba(11, 2, 5, 0.2);
	text-decoration: none;
}
#tmp_kenmin_sns .sns_link_item a span,
#tmp_sns .sns_link_item a span {
	position: relative;
}
#tmp_kenmin_sns .sns_link_item a span:before,
#tmp_sns .sns_link_item a span:before {
	position: absolute;
	content: '';
	top: -3px;
	left: -36px;
	width: 32px;
	height: 27px;
	background-repeat: no-repeat;
	background-size: contain;
}
#tmp_kenmin_sns .sns_link_item a:after,
#tmp_sns .sns_link_item a:after {
	position: absolute;
	content: '';
	bottom: 2px;
	right: 2px;
	border-top: 10px solid transparent;
	border-right: 10px solid #1da1f2;
}
#tmp_kenmin_sns .sns_link_item a:hover,
#tmp_sns .sns_link_item a:hover {
	padding: 3px 6px 3px 35px;
}
#tmp_kenmin_sns .sns_link_tw .sns_link_item a span:before,
#tmp_sns .sns_link_tw .sns_link_item a span:before {
	background-image: url(/shared/templates/top/images/icon/sns_olive1.png);
}
#tmp_kenmin_sns .sns_link_tw .sns_link_item a,
#tmp_sns .sns_link_tw .sns_link_item a {
	border-color: #1da1f2;
}
#tmp_kenmin_sns .sns_link_fb .sns_link_item a span:before,
#tmp_sns .sns_link_fb .sns_link_item a span:before {
	background-image: url(/shared/templates/top/images/icon/sns_olive2.png);
}
#tmp_kenmin_sns .sns_link_fb .sns_link_item a,
#tmp_sns .sns_link_fb .sns_link_item a {
	background-image:linear-gradient(131deg,#ebf1ff 0%,#ebf1ff 50%,#e0e9ff 50%,#e0e9ff 100%);
	border-color:#3f5c9a;
}
#tmp_kenmin_sns .sns_link_fb .sns_link_item a:after,
#tmp_sns .sns_link_fb .sns_link_item a:after {
	border-top: 10px solid transparent;
	border-right: 10px solid #3f5c9a;
}
#tmp_kenmin_sns .sns_link_yt .sns_link_item a span:before,
#tmp_sns .sns_link_yt .sns_link_item a span:before {
	background-image: url(/shared/templates/top/images/icon/sns_olive3.png);
}
#tmp_kenmin_sns .sns_link_yt .sns_link_item a,
#tmp_sns .sns_link_yt .sns_link_item a {
	background-image:linear-gradient(131deg,#ffeded 0%,#ffeded 50%,#ffe3e3 50%,#ffe3e3 100%);
	border-color:#d35757;
}
#tmp_kenmin_sns .sns_link_yt .sns_link_item a:after,
#tmp_sns .sns_link_yt .sns_link_item a:after {
	border-top: 10px solid transparent;
	border-right: 10px solid #d35757;
}
#tmp_kenmin_sns .sns_link_ins .sns_link_item a span:before,
#tmp_sns .sns_link_ins .sns_link_item a span:before {
	background-image: url(/shared/templates/top/images/icon/sns_olive4.png);
}
#tmp_kenmin_sns .sns_link_ins .sns_link_item a,
#tmp_sns .sns_link_ins .sns_link_item a {
	background-image:linear-gradient(131deg,#fff6f9 0%,#fff6f9 50%,#ffebf4 50%,#ffebf4 100%);
	border-color:#e65e99;
}
#tmp_kenmin_sns .sns_link_ins .sns_link_item a:after,
#tmp_sns .sns_link_ins .sns_link_item a:after {
	border-top: 10px solid transparent;
	border-right: 10px solid #e65e99;
}
#tmp_kenmin_sns .sns_link_item a:hover,
#tmp_kenmin_sns .sns_link_item a:active,
#tmp_kenmin_sns .sns_link_item a:focus,
#tmp_sns .sns_link_item a:hover,
#tmp_sns .sns_link_item a:active,
#tmp_sns .sns_link_item a:focus {
	border-width:2px;
}
/* kenmin_sns */
#tmp_kenmin_sns {
	display: flex;
	padding-top: 18px;
	margin-bottom: 18px;
	border-top: 2px solid #ededed;
}
#tmp_kenmin_sns .sns_link {
	display: flex;
	justify-content: center;
	width: 100%;
}
#tmp_kenmin_sns .sns_link li {
	width: 180px;
	margin: 0 4px 0 3px;
}
#tmp_kenmin_sns .sns_link_item a {
	min-height: 50px;
}
#tmp_emergency_import .info_left .emergency {
	margin-bottom: 30px;
}
/* pickup */
#tmp_pickup {
	margin-bottom: 35px;
	min-width: 1408px;
	margin-right: -8px;
	overflow: hidden;
}
#tmp_pickup .pickup_item {
	padding: 0 16px 0 0;
}
#tmp_pickup .pickup_item a {
	text-decoration:none;
}
#tmp_pickup .pickup_item a:hover {
	text-decoration: underline;
}
#tmp_pickup .pickup_item .pickup_item_thumb {
	overflow: hidden;
}
#tmp_pickup .pickup_item .pickup_item_thumb img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
}
#tmp_pickup .pickup_item a:hover img,
#tmp_pickup .pickup_item a:active img,
#tmp_pickup .pickup_item a:focus img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
#tmp_pickup .pickup_item .pickup_item_cnt .pickup_item_ttl p a {
	display: block;
	color: #000000;
	font-size: 87.5%;
	text-decoration: none;
}
.no_javascript .pickup_item {
	display:inline-block;
	vertical-align:top;
	width:15%;
}
#tmp_pickup .slick-arrow {
	top: 40%;
	z-index: 1;
}
#tmp_pickup .slick-arrow {
	width: 36px;
	height: 36px;
	background-color: rgba(55,105,141,0.9);
	position: absolute;
	z-index: 2;
	top: 33%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transition: 0.3s background-color;
	-webkit-transition: 0.3s background-color;
	-moz-transition: 0.3s background-color;
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}
#tmp_pickup .slick-arrow span {
	width: 36px;
	height: 36px;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
#tmp_pickup .slick-arrow:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#tmp_pickup .slick-prev::before {
	background: transparent url(/shared/templates/top/images/icon/arrow_left_white.png) center center no-repeat;
}
#tmp_pickup .slick-next::before {
	background:transparent url(/shared/templates/top/images/icon/arrow_right_white.png) center center no-repeat;
}
#tmp_pickup .slick-next {
	right: 13px;
}
#tmp_pickup .slick_control {
	text-align: center;
}
#tmp_pickup .slick_control .btn_slides {
	display: none;
}
#tmp_pickup .slick_control .slick-dots {
	margin-left: 0;
    padding-left: 0;
    border-left: none;
}
#tmp_pickup .slick_control .slick-dots li {
	width: 16px;
    height: 16px;
    margin: 0 2px 0 2px;
    background-color: #ffffff;
}
#tmp_pickup .slick_control .slick-dots li button,
#tmp_pickup .slick_control .slick-dots li a {
	background-color: #85b8dd;
    border-width: 0;
    width: 10px;
    height: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    overflow: visible;
    position: relative;
    top: 3px;
    left: 3px;
}
#tmp_pickup .slick_control .slick-dots li button:before,
#tmp_pickup .slick_control .slick-dots li a:before {
	content: '';
    position: absolute;
    left: -3px;
    opacity: 0;
    top: -3px;
    background-color: #37698d;
    border: 3px solid #9bb4c6;
    z-index: 1;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
#tmp_pickup .slick_control .slick-dots li button:hover,
#tmp_pickup .slick_control .slick-dots li button:focus,
#tmp_pickup .slick_control .slick-dots li button:active,
#tmp_pickup .slick_control .slick-dots li a:active,
#tmp_pickup .slick_control .slick-dots li a:hover,
#tmp_pickup .slick_control .slick-dots li a:focus{
	background-color: #37698d;
}
#tmp_pickup .slick_control .slick-dots .slick-active button:before,
#tmp_pickup .slick_control .slick-dots .slick-active a:before{
	opacity: 1;
}
#tmp_pickup .pickup_btn {
	display: none;
}
/* sns */
#tmp_kenmin_sns .sns_link_item a,
#tmp_sns .sns_link_tw .sns_link_item a {
	background-image: linear-gradient(131deg, #f2f2f2 0%, #f2f2f2 50%, #e6e6e6 50%, #e6e6e6 100%);
}
#tmp_kenmin_sns .sns_link_tw .sns_link_item a,
#tmp_sns .sns_link_tw .sns_link_item a {
	border-color: #444444;
}
#tmp_kenmin_sns .sns_link_item a:after,
#tmp_sns .sns_link_tw .sns_link_item a:after {
	border-right: 10px solid #444444;
}
/* ==================================================
clearfix
================================================== */
.gnavi > ul::after,
.left_gnavi .sub_cnt ul::after,
.section_search_wrap:after,
#tmp_addition_link::after,
#tmp_notice .notice_item_box_ttl::after,
#tmp_topic .topic_cnt ul::after,
#tmp_search_purpose .search_purpose_cnt::after,
.box_news::after,
#tmp_notice .notice_item_box_child::after,
#tmp_event .event_cnt::after,
#tmp_adv::after,
#tmp_adv .slick_list::after {
	content: '';
	clear: both;
	display: table;
}
/* ==================================================
print
================================================== */
@media print {
	/* for Firefox */
	#tmp_main:after,
	.col_nm:after {
		content:""; /* 変更しない */
		height:1px; /* 変更しない */
	}
	}