@charset "utf-8";
/* ==================================================
layout
================================================== */
.format_top .col_main {
    padding: 0;
}
/* ==================================================
contents
================================================== */
.section_video:before,
.section_video:after,
.section_video .video_inner:before,
.section_video .video_inner:after{
	content: '';
	display: table;
}
.section_video:after,
.section_video .video_inner:after{
	clear: both;
}
.section_video {
	position: relative;
	height: 100vh;
	overflow:hidden;
}
.section_video .video_inner {
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.section_video .video_background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow: hidden;
}
.section_video .video_foreground{
	position: relative;
}
#tmp_player {
    width: 100%;
    height: 100%;
}
.section_video .video_foreground iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-aspect-ratio: 16/9) {
    .section_video .video_foreground {
        height: 300%;
		top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .section_video .video_foreground {
		height: 100%;
		width: 120%;
		left: -10%;
    }
}
.section_video .wrap_yamagata_special{
	position: absolute;
	right: 0;
	bottom: 0;
}
.section_video .yamagata_special{
	position: absolute;
	right: 100px;
	bottom: 25px;
	z-index: 10;
}
.section_video .wrap_yamagata_special .yamagata_special{
	bottom: 100px;
}
.section_video .yamagata_special2{
	position: absolute;
	right: 315px;
	bottom: 10px;
	z-index: 11;
}
.section_video .yamagata_special .link_btn,
.section_video .yamagata_special2 .link_btn {
	display: block;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
.section_video .yamagata_special .link_btn:hover,
.section_video .yamagata_special .link_btn:focus,
.section_video .yamagata_special2 .link_btn:hover,
.section_video .yamagata_special2 .link_btn:focus{
	animation: arrowHomeX 1.4s infinite;
}
@keyframes arrowHomeX {
  0%,75%,100% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-10px);
  }
  30% {
    transform: translateX(20px);
  }
  45% {
    transform: translateX(-10px);
  }
}
.section_video .yamagata_special .item_close,
.section_video .yamagata_special2 .item_close{
	display: none;
}
.section_video .video_scroll {
	position: absolute;
	left: 50%;
	margin-left: -628px;
	bottom: 32px;
	z-index: 11;
	width: 36px;
	height: 165px;
}
.section_video .video_scroll .video_scroll_btn {
	overflow: hidden;
	width: 36px;
	height: 165px;
	background: transparent url(/shared/images/main/icon_scroll.png) no-repeat;
	text-indent: -9999px;
	animation: arrowHome 1.6s 0.2s 3;
}
.section_video .video_scroll .video_scroll_btn:focus,
.section_video .video_scroll .video_scroll_btn:hover {
	animation-play-state: paused;
}
@keyframes arrowHome {
  0%,75%,100% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-10px);
  }
  30% {
    transform: translateY(20px);
  }
  45% {
    transform: translateY(-10px);
  }
}
.video_foreground:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 1;
}
.video_play .img_background:before{
	display: none;
}
.section_video .image_visual_sp {
	display: none;
}
/* メンビジュアルギャラリー */
#tmp_mainvs_slider,
#tmp_mainvs_slider .wrap_mainvs_slider,
#tmp_mainvs_slider .slick_slides,
#tmp_mainvs_slider .slick-list {
	height:100% !important;
}
#tmp_mainvs_slider .slick-list {
    z-index: 0;
}
#tmp_mainvs_slider .slick-slider .slick-track,
#tmp_mainvs_slider .slick-list {
	/* Global values */
	transform: inherit !important;
	transform: initial !important;
	transform: unset !important;
}
#tmp_mainvs_slider {
	display:block;
	visibility:visible;
	width:100%;
	position: relative;
	top: 0;
	left: 0;
}
.video_flag .section_video .video_inner {
	display: table-cell;
}
.section_video .video_inner {
    display: block;
}
#tmp_mainvs_slider .image_visual_pc {
    display: block;
	visibility: visible;
}
#tmp_mainvs_slider .image_visual_pc img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100vh;
    max-width: none;
    position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
#tmp_mainvs_slider .image_visual_sp {
    display: none;
    visibility:hidden;
}
#tmp_mainvs_slider .ttl_visual {
    display: block;
    position: absolute;
    top: 100px;
    right: 100px;
    background-color: rgba(255,255,255,0.7);
    color:#183a83;
    padding: 9px 10px;
    font-size: 87.5%;
    font-weight: bold;
}
#tmp_mainvs_slider .gallery_slide a .ttl_visual {
    padding-left: 32px;
    background: rgba(255,255,255,0.7) url(/shared/images/icon/icon_arrow_cycle.png) no-repeat 10px 11px;
}
.no_javascript #tmp_mainvs_slider .gallery_slide:not(:first-child){
    display: none;
    visibility: hidden;
}
.section_video .wrap_buttons_control {
	display:none;
}
.used_javascript .section_video .wrap_buttons_control,
.used_javascript #tmp_mainvs_slider .slick_control {
	display:block;
	position:absolute;
	bottom:37px;
	left:50%;
	margin-left:-575px;
	z-index:20;
}
/* button */
#play_button {
	display:none;
}
.section_video .buttons_control a,
#tmp_mainvs_slider .btn_slides a {
	display:inline-block;
	vertical-align:middle;
	border:1px solid #ffffff;
	margin-left:9px;
	min-width:auto;
	color:#ffffff;
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.5);
	position:relative;
	transition:all 0.2s ease-in-out;
}
#tmp_mainvs_slider .btn_slides a {
	border:none;
}
.section_video #play_button,
.section_video #play_button span,
.section_video #pause_button,
.section_video #pause_button span,
.section_video #mute_button,
.section_video #mute_button span,
#tmp_mainvs_slider .btn_slides,
#tmp_mainvs_slider .btn_slides a,
#tmp_mainvs_slider .btn_slides span {
	width:40px;
	height:40px;
}
.section_video #play_button span,
.section_video #mute_button span,
.section_video #pause_button span,
#tmp_mainvs_slider .btn_slides span {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
}
#play_button,
#pause_button,
#mute_button,
#tmp_mainvs_slider .btn_slides a {
	background-position:center center;
	background-repeat:no-repeat;
}
#tmp_mainvs_slider .btn_slides a::before {
	display:none;
}
/* play_button */
#play_button,
#tmp_mainvs_slider .btn_slides.start a {
	background-image: url(/shared/templates/top/images/icon_play.png);
}
#play_button:hover,
#tmp_mainvs_slider .btn_slides.start a:hover,
#play_button:focus,
#tmp_mainvs_slider .btn_slides.start a:focus {
	background-color:#ffffff;
	color:#1a3878;
	background-image:url(/shared/templates/top/images/icon_play_hover.png);
}
#pause_button,
#tmp_mainvs_slider .btn_slides.stop a {
	background-image:url(/shared/templates/top/images/icon_stop.png);
}
#pause_button:hover,
#tmp_mainvs_slider .btn_slides.stop a:hover,
#pause_button:focus,
#tmp_mainvs_slider .btn_slides.stop a:focus {
	background-color:#ffffff;
	color:#1a3878;
	background-image:url(/shared/templates/top/images/icon_stop_hover.png);
}
/* mute_button */
#mute_button {
	background-image:url(/shared/templates/top/images/icon_mute.png);
}
#mute_button:hover {
	background-color:#ffffff;
	color:#1a3878;
	background-image:url(/shared/templates/top/images/icon_mute_hover.png);
}
#mute_button.volume_down {
	background-image: url(/shared/templates/top/images/icon_unmute.png);
}
#mute_button.volume_down:hover {
	background-image:url(/shared/templates/top/images/icon_unmute_hover.png);
}
/* movie_cc */
.section_video .movie_cc {
	font-size:75%;
	line-height:1.2;
	text-decoration:none;
	display:block;
	padding:12px 10px 5px 30px;
	text-decoration:none;
	min-width:86px;
	min-height:38px;
	background: url(/shared/templates/top/images/icon_movie.png) no-repeat 5px center;
}
.section_video .movie_cc:hover,
.section_video .movie_cc:focus {
	background-color:#ffffff;
	color:#1a3878;
	background-image:url(/shared/templates/top/images/icon_movie_hover.png);
}
/* slick-dots */
#tmp_mainvs_slider .slick-dots {
	vertical-align:middle;
	padding:0 8px 0 14px;
}
#tmp_mainvs_slider .slick-dots li,
#tmp_mainvs_slider .slick-dots li a {
	width:20px;
	height:20px;
}
#tmp_mainvs_slider .slick-dots li a,
.section_video .view_switch_btn a {
	border:1px solid #ffffff;
}
#tmp_mainvs_slider .slick-dots li a,
#tmp_mainvs_slider .btn_slides a,
.section_video .movie_cc a,
.section_video .view_switch_btn a {
	color:#ffffff;
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.5);
}
#tmp_mainvs_slider .slick-dots li a:hover,
#tmp_mainvs_slider .slick-dots .slick-active a {
	background-color:#1a3878;
}
#play_button.stop a:hover,
#play_button.play a:hover,
#mute_button.stop a:hover,
#mute_button.play a:hover,
.section_video .movie_cc a:hover,
.section_video .movie_cc a:focus,
.section_video .view_switch_btn a:hover {
	background-color:#ffffff;
	color:#1a3878;
}
/* view_switch_btn */
.section_video .view_switch_btn {
	display:inline-block;
	visibility: visible;
	vertical-align:top;
	font-size:75%;
	text-align:center;
	line-height:1.2;
}
.section_video .view_switch_btn a {
	display:block;
	padding:4px 5px;
	text-decoration:none;
	min-width:100px;
	min-height:38px;
}
.video_none .section_video .view_switch_btn {
	display:none;
	visibility: hidden;
}
/* ==================================================
Common Part
================================================== */
.format_top #tmp_wrapper {
	min-width: 1280px;
}
.format_top .container {
	width: 1280px;
    padding: 0 20px;
}
.sm_container {
    width: 803px;
    min-width: 803px;
    margin: 0 auto;
}
.section_ttl {
	position: relative;
	background: transparent url(/shared/templates/top/images/yama_icon.png) no-repeat center 0;
	font-size: 87.5%;
	text-align: center;
	margin: 0 0 7px;
	padding: 83px 0 0;
}
.section_ttl h2 {
	position: relative;
}
.section_ttl h2:before {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    height: 2px;
    top: 45px;
    left: 0;
    right: 50%;
    margin-right: 165px;
	background: transparent url(/shared/templates/top/images/section_ttl_border.png) repeat-x 0 0;
	z-index: -1;
}
.section_ttl h2:after {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    height: 2px;
    top: 45px;
    right: 0;
    left: 50%;
    margin-left: 165px;
    background: transparent url(/shared/templates/top/images/section_ttl_border.png) repeat-x 0 0;
	z-index: -1;
}
.section_ttl span {
	display: inline-block;
	text-indent: -9999px;
}
.sm_ttl {
    font-family: "游明朝", "Yu Mincho", "メイリオ", serif;
    font-size: 175%;
    background: url(/shared/images/icon/icon_sm_ttl.png) no-repeat 3px 10px, url(/shared/images/sm_ttl_border.png) no-repeat 0 100%;
    background-size: auto auto, 100% 1px;
    -webkit-background-size: auto auto, 100% 1px;
	-moz-background-size: auto auto, 100% 1px;
	margin: 0 0 21px;
	padding: 0 0 4px 39px;
	font-weight: bold;
}
/* ==================================================
Emgergency
================================================== */
#tmp_emergency,
#tmp_emergency_m,
#tmp_emergency_server {
	color: #ffffff;
	background-color:#a20000;
	background-image:url(/shared/templates/top/images/bg_emergency.png);
	background-repeat:repeat-x;
	background-position:top left;
	border-top: 1px solid #ffffff;
	padding: 0 0 3px;
}
#tmp_emergency_m,
#tmp_emergency_server {
	border-top: none;
	display:none;
}
#tmp_emergency .emergency_ttl,
#tmp_emergency_m .emergency_ttl,
#tmp_emergency_server .emergency_ttl {
	font-size: 87.5%;
	font-family: "游明朝", "Yu Mincho", "メイリオ", serif;
	text-align: center;
	padding: 23px 0 28px;
	font-weight: bold;
}
#tmp_emergency .emergency_ttl span,
#tmp_emergency_m .emergency_ttl span,
#tmp_emergency_server .emergency_ttl span {
    font-size: 242.8%;
	display: block;
    line-height: 1.5;
}
#tmp_emergency .emergency_cnt,
#tmp_emergency_m .emergency_cnt,
#tmp_emergency_server .emergency_cnt {
	color: #bf0c30;
	background-color:#ffffff;
	background-image:url(/shared/templates/top/images/bg_emergency_list.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	padding: 35px 0 28px 32px;
}
#tmp_emergency_m .emergency_cnt,
#tmp_emergency_server .emergency_cnt {
	padding: 20px 0 20px 32px;
}
#tmp_emergency .emergency_cnt ul,
#tmp_emergency_m .emergency_cnt ul,
#tmp_emergency_server .emergency_cnt ul {
	margin-left: 30px;
}
#tmp_emergency .emergency_cnt ul li,
#tmp_emergency_m .emergency_cnt ul li,
#tmp_emergency_server .emergency_cnt ul li {
	margin-bottom: 10px;
}
#tmp_emergency .emergency_cnt p,
#tmp_emergency_m .emergency_cnt p,
#tmp_emergency_server .emergency_cnt p {
	font-weight: bold;
	margin-bottom:10px;
}
#tmp_emergency .emergency_cnt p span,
#tmp_emergency_m .emergency_cnt p span,
#tmp_emergency_server .emergency_cnt p span {
	display: inline-block;
	padding: 0 32px 0 0;
}
#tmp_emergency .emergency_cnt p a,
#tmp_emergency_m .emergency_cnt p a,
#tmp_emergency_server .emergency_cnt p a {
	color: #bf0c30;
}
#tmp_emergency .emergency_cnt p a:hover,
#tmp_emergency .emergency_cnt p a:focus,
#tmp_emergency .emergency_cnt p a:active,
#tmp_emergency_m .emergency_cnt p a:hover,
#tmp_emergency_m .emergency_cnt p a:focus,
#tmp_emergency_m .emergency_cnt p a:active,
#tmp_emergency_server .emergency_cnt p a:hover,
#tmp_emergency_server .emergency_cnt p a:focus,
#tmp_emergency_server .emergency_cnt p a:active {
	text-decoration: none;
}
/* ==================================================
Disaster
================================================== */
#tmp_disaster {
	background: transparent url(/shared/templates/top/images/bg_disaster.png) no-repeat top left;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	padding: 0 0 3px;
}
#tmp_disaster .disaster_ttl {
	font-size: 87.5%;
	font-family: "游明朝", "Yu Mincho", "メイリオ", serif;
	text-align: center;
	color: #bb0b2c;
	padding: 25px 0 23px;
	font-weight: bold;
}
#tmp_disaster .disaster_ttl span {
	font-size: 171.4%;
	color: #222222;
	display: block;
}
#tmp_disaster .disaster_cnt {
	background-color: #ffffff;
	color: #222222;
}
#tmp_disaster .disaster_list {
	margin: 0 auto;
	list-style: none;
}
#tmp_disaster .disaster_list li {
    float:left;
	width:16.6%;
	padding: 0 0 0 1px;
	background: transparent url(/shared/templates/top/images/disaster_border.png) no-repeat top left;
	background-size: 1px 100%;
	-webkit-background-size: 1px 100%;
	-moz-background-size: 1px 100%;
}
#tmp_disaster .disaster_list li:nth-child(6),
#tmp_disaster .disaster_list li:last-child {
    padding-right: 1px;
    padding-left: 1px;
    background: url(/shared/templates/top/images/disaster_border.png) no-repeat top left,transparent url(/shared/templates/top/images/disaster_border.png) no-repeat top right;
}
#tmp_disaster .disaster_list li p {
	height: 100%;
}
#tmp_disaster .disaster_list li a {
	display: inline-block;
	width:100%;
	height: 100%;
	position:relative;
	color: #222222;
	background: #ffffff;
	text-decoration: none;
	padding: 20px;
}
#tmp_disaster .disaster_list li:first-child a {
	color: #bf0c30;
	background: #ffffff;
}
#tmp_disaster .disaster_list li:first-child .slide_btn.pink_bg a:hover{
	color: #222222;
	background: #ffffff;
}
#tmp_disaster .disaster_list li a::after {
	position:absolute;
	content:"";
	top:28px;
	right:10px;
	width:11px;
	height:18px;
	background: url(/shared/images/icon/icon_arrow_red.png) no-repeat right top;
	background-size: 7px auto;
	-webkit-background-size: 7px auto;
	-moz-background-size: 7px auto;
}
/* ==================================================
Know Yamagata
================================================== */
#tmp_know {
	position: relative;
	padding: 62px 0 140px;
	overflow: hidden;
}
#tmp_know .container {
	position: relative;
	z-index: 1;
}
#tmp_know:before {
    content: "";
	z-index:-1;
    position: absolute;
    display: block;
    width: auto;
	height: 365px;
	top: 0;
    left: 0;
    margin-right: -70px;
	right: 50%;
	background: transparent url(/shared/templates/top/images/pattern_bg04.png) no-repeat top left;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_know:after {
    content: "";
    position: absolute;
    display: block;
    width: auto;
    height: 400px;
    left: 50%;
    margin-left: -145px;
	right: 0;
	bottom: 0;
	background: transparent url(/shared/templates/top/images/pattern_bg01.png) no-repeat bottom left;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_know .section_ttl .know_ttl {
	margin: 0 auto;
	padding: 90px 0 0;
	background: transparent url(/shared/templates/top/images/bg_knowyama_ttl.png) no-repeat center 0;
}
#tmp_know .know_slider {
	padding: 0 0 65px;
}
#tmp_know .know_slide {
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	height:360px;
	overflow-y:auto;
}
.used_javascript #tmp_know .know_slide {
	height:auto;
	overflow:visible
}
#tmp_know .know_slider .know_slide .slick-track {
	margin:0 -10px;
}
#tmp_know .know_slider .know_slide .know_item {
	width: 420px !important;
	float: left;
	padding:0 10px;
	margin: 0 0 20px;
}
#tmp_know .know_slider .know_slide .know_item:nth-child(3n+1) {
	clear:both;
}
#tmp_know .know_slide .know_img {
	box-shadow: 0 0 3px 0 rgba(204,204,204,1);
	-moz-box-shadow: 0 0 3px 0 rgba(204,204,204,1);
	-webkit-box-shadow: 0 0 3px 0 rgba(204,204,204,1);
}
#tmp_know .know_slide .know_txt {
	text-align: center;
	padding: 27px 10px 0;
}
#tmp_know .know_slide .know_txt a {
	color: #222222;
	font-size: 112.5%;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#tmp_know .know_slide .hover_item .know_txt a {
	color: #0049ba;
	text-decoration: underline;
}
#tmp_know .slick_control {
	text-align: center;
	margin: 27px 0 0;
}
#tmp_know .btn_slides a {
	font-size: 87.5%;
	text-decoration: none;
	color: #222222;
	text-transform: uppercase;
}
#tmp_know .btn_slides.stop a:before,
#tmp_know .btn_slides.start a:before {
	margin-right: 7px;
}
#tmp_know .slick-dots {
    position: relative;
    top: -2px;
	margin-left: 22px;
}
#tmp_know .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 9px;
}
#tmp_know .slick-dots li button,
#tmp_know .slick-dots li a {
	width: 14px;
	height: 14px;
	border: none;
	background-color: #d9d9d9;
}
.model_sp #tmp_wantknow .slick-dots .slick-active a {
    outline: none;
}
#tmp_know .slick-dots .slick-active a,
.model_pc #tmp_know .slick-dots li a:hover{
	background-color: #183a83;
	color:inherit;
}
#tmp_know .slick-arrow {
	top: 136px;
}
#tmp_know .slick-prev {
	left: -18px;
}
#tmp_know .slick-next {
	right: -18px;
}
/* ==================================================
Charm Yamagata
================================================== */
.charm_block {
	padding: 0 0 40px;
}
.charm_list {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}
.charm_list .charm_item {
	width: 20%;
	float: left;
	padding: 0 10px;
	margin: 0 0 20px;
}
.charm_list .charm_item:nth-child(5n) {
	clear: right;
}
.charm_list .charm_item:nth-child(5n + 1) {
	clear: left;
}
.charm_list .charm_item .charm_cnt {
	text-align: center;
}
.charm_list .charm_item .charm_img {
	margin: 0 0 23px;
	box-shadow: 0 0 3px 0 rgba(204,204,204,1);
	-moz-box-shadow: 0 0 3px 0 rgba(204,204,204,1);
	-webkit-box-shadow: 0 0 3px 0 rgba(204,204,204,1);
}
.charm_list .charm_item .charm_ttl {
	padding: 0 0 7px;
}
.charm_list .charm_item .charm_ttl .charm_txt {
	display: block;
	color: #222222;
	font-size: 112.5%;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	padding: 5px;
}
.charm_list .charm_item .hover_item .charm_ttl .charm_txt {
	color: #0049ba;
	text-decoration: underline;
}
/* ==================================================
KIHON
================================================== */
.kihon_lft {
	width: 50%;
	float: left;
	padding: 0 10px 0 0;
}
.kihon_lft .governor_img {
	box-shadow: 0 0 3px 0 rgba(204,204,204,1);
	-moz-box-shadow: 0 0 3px 0 rgba(204,204,204,1);
	-webkit-box-shadow: 0 0 3px 0 rgba(204,204,204,1);
}
.kihon_lft .governor_img a {
	display: block;
	position: relative;
	overflow:hidden;
	background-color:#ffffff;
}
.kihon_lft .governor_img a:after {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #183a83;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.kihon_rgt {
	width: 50%;
	float: right;
}
.kihon_rgt .kihon_list {
	list-style: none;
	margin: 0 -10px 0 0;
	padding: 0;
}
.kihon_rgt .kihon_list li {
	float: left;
	width: 33.33%;
	padding: 0 10px;
	position: relative;
}
.kihon_rgt .kihon_list li p {
	box-shadow: 0 0 3px 0 rgba(204,204,204,1);
	-moz-box-shadow: 0 0 3px 0 rgba(204,204,204,1);
	-webkit-box-shadow: 0 0 3px 0 rgba(204,204,204,1);
}
/* ==================================================
Search For Information
================================================== */
#tmp_search_info {
	position: relative;
	padding: 80px 0 105px;
	overflow: hidden;
	background: transparent url(/shared/templates/top/images/bg_search.png) no-repeat top left;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}
#tmp_search_info:before {
    content: "";
    position: absolute;
    display: block;
    width: auto;
    height: 333px;
	left: 0;
	right: 50%;
	margin-right: 0;
	top: 0;
	background: transparent url(/shared/templates/top/images/pattern_bg02.png) no-repeat top left;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
#tmp_search_info:after {
    content: "";
    position: absolute;
    display: block;
    width: auto;
    height: 323px;
    left: 50%;
    right: 0;
    margin-left: 0;
    bottom: 0;
    background: transparent url(/shared/templates/top/images/pattern_bg03.png) repeat left bottom;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	z-index: 1;
}
#tmp_search_info .container {
	position: relative;
	z-index: 2;
}
#tmp_search_info .section_ttl .search_info_ttl {
    position: relative;
    margin: 0 auto;
    padding: 90px 0 0;
	background: transparent url(/shared/templates/top/images/bg_search_ttl.png) no-repeat center 0;
}
/* ==================================================
Search Info Form
================================================== */
#tmp_search_info .sm_ttl {
	font-size: 125%;
	background-size: 28px auto, auto 1px;
    -webkit-background-size: 28px auto, auto 1px;
	-moz-background-size: 28px auto, auto 1px;
	padding: 8px 0 8px 39px;
	font-weight: bold;
}
#tmp_search_info .info_cnt {
	width: 100%;
	padding: 0 0 50px;
}
#tmp_search_info .info_lft {
	width: 475px;
	float: left;
	padding: 0 12px 0 0;
}
#tmp_search_info .info_search_frm {
    padding: 0 0 30px;
}

#tmp_search_info .info_search_frm .wrap_sch_box {
    position: relative;
    margin-bottom: 7px;
}

#tmp_search_info .info_search_frm .sch_ttl {
    position: absolute;
    top: 11px;
    left: 12px;
    width: 17px;
    height: 17px;
    background: transparent url(/shared/images/header/icon_search.png) no-repeat 0 0;
    color: #000000;
    background-size: 17px;
    -webkit-background-size: 17px;
    -moz-background-size: 17px;
    text-indent: -9999px;
}

#tmp_search_info .info_search_frm .sch_ttl label {
    display: block;
}

#tmp_search_info .info_search_frm .sch_box {
    float: left;
    width: calc(100% - 60px);
}

#tmp_search_info .info_search_frm .sch_box input {
    border: 1px solid #d1d1d1;
    border-right: none;
    width: 100%;
    min-height: 40px;
    padding: 0 10px 0 35px;
}

#tmp_search_info .info_search_frm .sch_btn input {
    width: 60px;
    min-height: 40px;
    border: none;
    background-color: #183a83;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	white-space: normal;
}
#tmp_search_info .info_search_frm .sch_btn input:hover,
#tmp_search_info .info_search_frm .sch_btn input:focus,
#tmp_search_info .info_search_frm .sch_btn input:active {
    cursor: pointer;
    background-color: #001d5a;
}
#tmp_search_info .info_frm_btn a {
    display: inline-block;
    text-decoration: none;
    background: transparent url(/shared/images/icon/icon_arrow_cycle.png) no-repeat 0 3px;
    color: #222222;
    padding-left: 22px;
}
#tmp_search_info .info_frm_btn a:hover,
#tmp_search_info .info_frm_btn a:focus,
#tmp_search_info .info_frm_btn a:active {
	text-decoration: underline;
}
#tmp_search_info .keyword_list {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}
#tmp_search_info .keyword_list li {
	margin: 0 0 12px;
	padding: 0 10px;
	width: 50%;
	float: left;
}
#tmp_search_info .keyword_list li:nth-child(2n) {
	clear: right;
}
#tmp_search_info .keyword_list li:nth-child(2n+1) {
	clear: left;
}
#tmp_search_info .keyword_list li a {
	display: block;
	background: #ffffff;
	color: #222222;
	box-shadow: 0 0 3px 0 rgba(204,204,204,1);
    -moz-box-shadow: 0 0 3px 0 rgba(204,204,204,1);
	-webkit-box-shadow: 0 0 3px 0 rgba(204,204,204,1);
	text-decoration: none;
	font-weight: bold;
	padding: 9px 30px 9px 14px;
}
#tmp_search_info .keyword_list li a::after {
	position:absolute;
	content:"";
	right:10px;
	top:50%;
	transform:translateY(-50%);
	width:18px;
	height:7px;
	background: url(/shared/images/icon/icon_arrow_btn.png) no-repeat top right;
	background-size: 13px auto;
	-webkit-background-size: 13px auto;
	-moz-background-size: 13px auto;
}
#tmp_search_info .keyword_list li a:hover,
#tmp_search_info .keyword_list li a:focus,
#tmp_search_info .keyword_list li a:active {
	color: #ffffff;
}
#tmp_search_info .keyword_list li a:focus::before {
	display:none;
}
#tmp_search_info .keyword_list li a:focus {
	background-color: #183a83;
}
#tmp_search_info .keyword_list li a:hover::after,
#tmp_search_info .keyword_list li a:focus::after {
	background: url(/shared/images/icon/icon_arrow_w_btn.png) no-repeat top right;
	background-size: 13px auto;
	-webkit-background-size: 13px auto;
	-moz-background-size: 13px auto;
}
#tmp_search_info .keyword_btn a {
	display: block;
    padding: 10px 25px 8px 18px;
	background:#ffffff url(/shared/images/bg_condition_btn.png) no-repeat top left;
	color: #222222;
	background-size: 2px 100%x;
    -webkit-background-size: 2px 100%;
    -moz-background-size: 2px 100%;
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 0 3px rgba(204,204,204,1);
    -webkit-box-shadow: 0 0 3px rgba(204,204,204,1);
    -moz-box-shadow: 0 0 3px rgba(204,204,204,1);
}
#tmp_search_info .keyword_btn a::after {
	position:absolute;
	content:"";
	right:10px;
	top:50%;
	transform:translateY(-50%);
	width:9px;
	height:17px;
	background:transparent url(/shared/images/header/icon_arrow_blue.png) no-repeat right center;
 	background-size: 6px 12px;
    -webkit-background-size:6px 12px;
    -moz-background-size: 6px 12px;
}
#tmp_search_info .keyword_btn a:hover,
#tmp_search_info .keyword_btn a:focus,
#tmp_search_info .keyword_btn a:active {
	color: #ffffff;
}
#tmp_search_info .keyword_btn a:focus {
	background-color: #183a83;
}
#tmp_search_info .keyword_btn a:hover::after,
#tmp_search_info .keyword_btn a:focus::after {
	background:url(/shared/images/header/icon_arrow_hv.png) no-repeat right center;
	background-size: 6px 12px;
    -webkit-background-size:6px 12px;
    -moz-background-size: 6px 12px;
}
#tmp_search_info .info_rgt {
    width: calc(100% - 475px);
    float: right;
    padding: 0 0 0 30px;
}
#tmp_search_info .info_rgt .condition_list {
    margin: 0 -2px 0;
    list-style: none;
}
#tmp_search_info .condition_list li {
    float: left;
    width: 20%;
    padding: 0 4px;
    margin-bottom: 12px;
}
#tmp_search_info .condition_list li:nth-child(5n) {
    clear: right;
}
#tmp_search_info .condition_list li:nth-child(5n + 1) {
    clear: left;
}
#tmp_search_info .condition_list .condition_cnt {
    position: relative;
    box-shadow: 0 0 3px rgba(204,204,204,1);
    -webkit-box-shadow: 0 0 3px rgba(204,204,204,1);
    -moz-box-shadow: 0 0 3px rgba(204,204,204,1);
    background-color: #ffffff;
    font-weight: bold;
    color: #000000;
    text-align: center;
    padding: 17px 5px 5px;
    border: 1px solid #ffffff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_search_info .condition_list .condition_cnt:after {
    content: '';
    position: absolute;
    display: block;
    width: 21px;
    height: 15px;
    background: #ffffff url(/shared/images/icon/icon_arrow_square.png) no-repeat 100% 100%;
    bottom: -1px;
    right: -1px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_search_info .condition_list .condition_img {
	width:90px;
	margin:0 auto;
}
#tmp_search_info .condition_list .condition_img img {
	max-width:100%;
	height:auto;
}
#tmp_search_info .condition_list .condition_txt {
    display: table-cell;
    width: 300px;
    height: 60px;
    vertical-align: middle;
    font-size: 93.7%;
    line-height: 1.2;
}
#tmp_search_info .condition_list .condition_txt span {
    display: block;
}
#tmp_search_info .condition_list .condition_cnt a {
	color: #000;
	background-color:#ffffff;
	text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_search_info .condition_list .condition_cnt.hover_item {
    border-color: #183a83;
}
#tmp_search_info .condition_list .condition_cnt.hover_item a{
    color: #0049ba;
    background-color:transparent;
}
#tmp_search_info .condition_list .condition_cnt.hover_item:after {
    width: 21px;
    height: 15px;
    bottom: 0;
    right: 0;
    background: #ffffff url(/shared/images/icon/icon_arrow_square_hv.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
#tmp_search_info .condition_block .condition_btn a {
    display: block;
    text-decoration: none;
    font-size: 125%;
    font-weight: bold;
    background: url(/shared/images/bg_condition_btn.png) no-repeat top left, url(/shared/images/header/icon_arrow_blue.png) no-repeat 95% center;
    background-size: auto auto, 6px 12px;
    background-color: #ffffff;
    color: #222222;
    box-shadow: 0 0 3px rgba(204,204,204,1);
    -webkit-box-shadow: 0 0 3px rgba(204,204,204,1);
    -moz-box-shadow: 0 0 3px rgba(204,204,204,1);
    padding: 10px 25px 8px 18px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_search_info .condition_block .condition_btn a:hover,
#tmp_search_info .condition_block .condition_btn a:focus,
#tmp_search_info .condition_block .condition_btn a:active {
    color: #0049ba;
}
#tmp_search_info .info_list {
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}
#tmp_search_info .info_list li {
	float: left;
	width: 25%;
	padding: 0 10px;
}
#tmp_search_info .info_list li:nth-child(4n) {
	clear: right;
}
#tmp_search_info .info_list li:nth-child(4n + 1) {
	clear: left;
}
#tmp_search_info .info_list li > div {
    box-shadow: 0 0 3px rgba(204,204,204,1);
    -webkit-box-shadow: 0 0 3px rgba(204,204,204,1);
    -moz-box-shadow: 0 0 3px rgba(204,204,204,1);
}
#tmp_search_info .info_link {
	font-family: "游明朝", "Yu Mincho", "メイリオ", serif;
	background-color: #ffffff;
	text-align: center;
	padding: 17px 10px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_search_info .info_ttl {
	font-size: 137.5%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	font-weight: bold;
}
#tmp_search_info .info_desc {
    font-size: 75%;
	color: #999999;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_search_info .info_list .info_img p {
	display: block;
	overflow: hidden;
}
#tmp_search_info .info_list .info_ttl a {
	color: #222222;
	background-color:transparent;
	text-decoration:none;
}
#tmp_search_info .hover_item .info_link {
	background-color: #183a83;
}
#tmp_search_info .hover_item .info_ttl a,
#tmp_search_info .hover_item .info_desc {
	color: #ffffff;
}
/* ==================================================
NEWS & TOPICS
================================================== */
#tmp_news {
	position: relative;
	padding: 143px 0 98px;
	overflow: hidden;
}
#tmp_news .container {
	position: relative;
	z-index: 1;
}
#tmp_news:before {
    content: "";
    position: absolute;
    display: block;
    width: auto;
	height: 365px;
	top: 0;
    left: 0;
    margin-right: 0;
	right: 50%;
	background: transparent url(/shared/templates/top/images/pattern_bg04.png) no-repeat top left;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_news .section_ttl .news_ttl {
	margin: 0 auto 30px;
	padding: 90px 0 0;
	background: transparent url(/shared/templates/top/images/bg_news_ttl.png) no-repeat center 10px;
}
#tmp_news .section_ttl h2:before,
#tmp_news .section_ttl h2:after {
	top: 58px;
}
#tmp_news .news_block {
	margin: 0 -10px;
}
.news_block .expand_btn {
	display: none;
}
#tmp_news .news_block > div {
	width: 33.33%;
	float: left;
	padding: 0 10px;
}
#tmp_news .news_block > div:nth-child(3n) {
	clear: right;
}
#tmp_news .news_block > div:nth-child(3n + 1) {
	clear: left;
}
/* box_news */
#tmp_news .news_block .box_news {
	padding:21px 19px 11px 19px;
	margin:0 0 38px;
	-webkit-box-shadow: 0 0 3px rgba(204, 204, 204, 1);
	-moz-box-shadow: 0 0 3px rgba(204, 204, 204, 1);
	box-shadow: 0 0 3px rgba(204, 204, 204, 1);
}
#tmp_news .news_block .box_news_ttl h3 {
	font-size: 150%;
	margin:0;
    background: url(/shared/images/icon/icon_sm_ttl.png) no-repeat 5px 5px, url(/shared/images/sm_ttl_border.png) no-repeat 0 100%;
	padding-bottom:6px;
}
#tmp_news .news_block .box_news_ttl .switch {
	display:none;
}
#tmp_news .news_block .box_news_cnt {
	padding:8px 0;
}
#tmp_news .news_block ul {
	margin: 0;
	padding: 8px 0 6px 1px;
	list-style: none;
}
#tmp_news .news_block li {
	margin: 0 0 12px;
	border-bottom: 1px dotted #cccccc;
	padding: 0 0 13px;
}
#tmp_news .news_block li a {
	color: #0049ba;
}
#tmp_news .news_block li a:hover,
#tmp_news .news_block li a:focus {
	text-decoration:none;
}
#tmp_news .news_block li p.date {
	display: table-cell;
	width: 80px;
	color: #222222;
	padding-right: 5px;
}
#tmp_news .news_block li p.link {
	display: table-cell;
}
#tmp_news .news_block .block_btn {
	text-align:center;
}
#tmp_news .news_block .news_btn {
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
	width: 40%;
	display: inline-block;
}
#tmp_news .news_block .news_btn a {
	display: block;
	padding: 8px 10px 5px;
	border: 1px solid #183a83;
	text-decoration: none;
}
#tmp_news .news_block .news_btn a:after {
	content: '';
    position: absolute;
    display: block;
    width: 19px;
	height: 6px;
	opacity: 1;
    background: transparent url(/shared/images/icon/icon_haft_btn.png) no-repeat top left;
    background-size: 19px auto;
    -webkit-background-size: 19px auto;
    -moz-background-size: 19px auto;
    top: 15px;
	right: -13px;
	left: auto;
}
#tmp_news .news_block .news_btn a:hover,
#tmp_news .news_block .news_btn a:focus,
#tmp_news .news_block .news_btn a:active {
	background-color: #ffffff;
	color: #0049ba;
}
/* ==================================================
STORY
================================================== */
#tmp_story {
	position: relative;
	padding: 68px 0 105px;
	overflow: hidden;
	background: transparent url(/shared/templates/top/images/bg_story.png) no-repeat center top;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
}
#tmp_story .container {
	position: relative;
	z-index: 1;
}
#tmp_story .section_ttl {
	background: transparent url(/shared/templates/top/images/icon_book.png) no-repeat center 0;
	padding: 50px 0 0;
}
#tmp_story .section_ttl .news_ttl {
	margin: 0 auto 60px;
	padding: 130px 0 0;
	background: transparent url(/shared/templates/top/images/bg_story_ttl.png) no-repeat center 0;
}
#tmp_story .section_ttl h2:before {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    height: 2px;
    top: 95px;
    left: 0;
    right: 50%;
    margin-right: 260px;
    background: transparent url(/shared/templates/top/images/section_ttl_border.png) repeat-x 0 0;
    z-index: -1;
}
#tmp_story .section_ttl h2:after {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    height: 2px;
    top: 95px;
    right: 0;
    left: 50%;
    margin-left: 260px;
    background: transparent url(/shared/templates/top/images/section_ttl_border.png) repeat-x 0 0;
    z-index: -1;
}
#tmp_story .story_block {
	max-width:1440px;
	margin:0 auto;
}
#tmp_story .story_block_ttl p{
	font-family: "游明朝", "Yu Mincho", "メイリオ", serif;
	font-size:150%;
	line-height: 2;
	font-weight:bold;
	text-align:center;
	margin-bottom:60px;
}
#tmp_story .story_block .story_block_cnt{
	margin-bottom:60px;
}
#tmp_story .story_block .story_block_cnt ul{
	list-style:none;
}
#tmp_story .story_block .story_block_cnt ul li{
	width:25%;
	float:left;
}
#tmp_story .story_block .story_block_cnt ul li img{
	width: 100%;
	height: auto;
}
#tmp_story .story_block p img,
#tmp_story .story_block p:hover img,
#tmp_story .story_block p:focus img{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#tmp_story .story_block .story_btn {
	text-align: center;
}
#tmp_story .story_block .story_btn a {
	position: relative;
	font-family: "游明朝", "Yu Mincho", "メイリオ", serif;
	display: block;
	max-width: 240px;
	margin: 0 auto;
	padding: 8px 10px 5px;
	background-color: #4d4087;
	color: #ffffff;
	border: 1px solid #4d4087;
	text-decoration: none;
}
#tmp_story .story_block .story_btn a:after {
	content: '';
    position: absolute;
    display: block;
    width: 19px;
	height: 6px;
	opacity: 1;
    background: transparent url(/shared/images/icon/icon_haft_btn.png) no-repeat top left;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    top: 15px;
	right: -13px;
	left: auto;
}
#tmp_story .story_block .story_btn a:hover,
#tmp_story .story_block .story_btn a:focus,
#tmp_story .story_block .story_btn a:active {
	background-color: #ffffff;
	color: #0049ba;
}
/* ==================================================
Want to Know
================================================== */
#tmp_wantknow {
	position: relative;
	padding: 65px 0 74px;
}
#tmp_wantknow .container {
	position: relative;
	z-index: 1;
}
#tmp_wantknow .section_ttl {
	background: none;
	padding: 23px 0 0;
}
#tmp_wantknow .section_ttl .wantknow_ttl {
	margin: 0 auto;
    padding: 73px 0 0;
    background: transparent url(/shared/templates/top/images/bg_wantknow_ttl.png) no-repeat center 10px;
}
#tmp_wantknow .section_ttl h2:before {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    height: 2px;
    top: 40px;
    left: 0;
    right: 50%;
    margin-right: 195px;
    background: transparent url(/shared/templates/top/images/section_ttl_border.png) repeat-x 0 0;
    z-index: -1;
}
#tmp_wantknow .section_ttl h2:after {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    height: 2px;
    top: 40px;
    right: 0;
    left: 50%;
    margin-left: 195px;
    background: transparent url(/shared/templates/top/images/section_ttl_border.png) repeat-x 0 0;
    z-index: -1;
}
#tmp_wantknow .want_slider {
	margin: 0 -10px;
	height:130px;
	overflow-y:auto;
}
.used_javascript #tmp_wantknow .want_slider {
	height:auto;
	overflow:visible
}
#tmp_wantknow .want_slider .want_item {
	float:left;
	width:242px;
	padding:0 10px;
	margin:0 0 10px;
}
#tmp_wantknow .slick-slider {
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#tmp_wantknow .slick_control {
	text-align: center;
	margin: 19px 0 0;
}
#tmp_wantknow .btn_slides a {
	font-size: 87.5%;
	text-decoration: none;
	color: #222222;
	text-transform: uppercase;
}
#tmp_wantknow .btn_slides.stop a:before,
#tmp_wantknow .btn_slides.start a:before {
	margin-right: 7px;
}
#tmp_wantknow .slick-dots {
    position: relative;
    top: -2px;
	margin-left: 22px;
}
#tmp_wantknow .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 9px;
}
#tmp_wantknow .slick-dots li button,
#tmp_wantknow .slick-dots li a {
	width: 14px;
	height: 14px;
	border: none;
	background-color: #d9d9d9;
}
.model_sp #tmp_wantknow .slick-dots .slick-active a {
    outline: none;
}
#tmp_wantknow .slick-dots .slick-active a,
.model_pc #tmp_wantknow .slick-dots li a:hover{
	background-color: #183a83;
	color: inherit;
}
#tmp_wantknow .slick-arrow {
	top: 47px;
}
#tmp_wantknow .slick-prev {
	left: -10px;
}
#tmp_wantknow .slick-next {
	right: -20px;
}
/* ==================================================
ADVERTISEMENT
================================================== */
#tmp_publicity {
	position: relative;
	padding: 79px 0 64px;
	margin: 0 0 53px;
	overflow: hidden;
	background: transparent url(/shared/templates/top/images/bg_adv.png) no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}
#tmp_publicity .container {
	position: relative;
	z-index: 1;
}
#tmp_publicity #tmp_publicity_ttl {
	background: none;
	padding: 23px 0 0;
}
#tmp_publicity #tmp_publicity_ttl h2 {
	margin: 0 auto;
    padding: 73px 0 0;
    position: relative;
    background: transparent url(/shared/templates/top/images/bg_adv_ttl.png) no-repeat center 10px;
}
#tmp_publicity #tmp_publicity_ttl h2:before {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    height: 2px;
    top: 40px;
    left: 0;
    right: 50%;
    margin-right: 165px;
    background: transparent url(/shared/templates/top/images/section_ttl_border.png) repeat-x 0 0;
    z-index: -1;
}
#tmp_publicity #tmp_publicity_ttl h2:after {
    content: '';
    position: absolute;
    display: block;
    width: auto;
    height: 2px;
    top: 40px;
    right: 0;
    left: 50%;
    margin-left: 165px;
    background: transparent url(/shared/templates/top/images/section_ttl_border.png) repeat-x 0 0;
    z-index: -1;
}
#tmp_publicity #tmp_publicity_ttl h2 span {
    display: inline-block;
    text-indent: -9999px;
}
#tmp_publicity #tmp_publicity_cnt ul {
	margin: 0 -28px 37px;
	padding: 0;
	list-style: none;
}
#tmp_publicity #tmp_publicity_cnt ul li {
	float: left;
	margin: 0 0 10px;
	width: 20% !important;
	padding: 0 28px;
}
#tmp_publicity #tmp_publicity_cnt ul li a {
	display: block;
}
#tmp_publicity #tmp_publicity_cnt ul li img {
	max-width: 100%;
	height: auto;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	border: 1px solid transparent;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#tmp_publicity #tmp_publicity_cnt ul li a:hover img,
#tmp_publicity #tmp_publicity_cnt ul li a:focus img,
#tmp_publicity #tmp_publicity_cnt ul li a:active img {
	border: 1px solid #001d5a;
}
#tmp_publicity #tmp_publicity_cnt .adv_btn {
	text-align: center;
}
#tmp_publicity #tmp_publicity_cnt .adv_btn a {
	position: relative;
	display: block;
	font-size: 87.5%;
	max-width: 170px;
	margin: 0 auto;
	padding: 8px 10px;
	background-color: #183a83;
	color: #ffffff;
	border: 1px solid #183a83;
	text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_publicity #tmp_publicity_cnt .adv_btn a:after {
	content: '';
    position: absolute;
    display: block;
    width: 19px;
    height: 6px;
    background: transparent url(/shared/images/icon/icon_haft_btn.png) no-repeat top left;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    top: 15px;
    right: -13px;
}
/* fix-slider */
.used_javascript.format_top .slick_slides {
    visibility: hidden;
    opacity: 0;
}
.used_javascript.format_top .slick_slides.slick-initialized {
    visibility: visible;
    opacity: 1;
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_story .story_block ul:after,
#tmp_disaster .disaster_list:after,
.charm_block .charm_list:after,
.kihon_block:after,
.kihon_rgt .kihon_list:after,
#tmp_search_info .info_cnt,
#tmp_search_info .keyword_list:after,
#tmp_search_info .condition_list:after,
#tmp_search_info .info_list:after,
#tmp_news .news_block:after,
#tmp_story .story_list:after,
#tmp_publicity #tmp_publicity_cnt ul:after,
#tmp_know .know_inner:after,
#tmp_know .know_slider .know_slide:after,
#tmp_wantknow .want_slider:after{
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}

