@charset "utf-8";
/* ==================================================
top
================================================== */
/* movie
================================================== */
#tmp_mv {
	position: relative;
	margin:0 0 77px;
}
.sp_only,
.video_source {
	display: none;
}
#tmp_mv_source .player_btn {
	position: absolute;
	display: block;
	width: 90px;
	height: 90px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	-webkit-transform: translate(-50%, -50%) scale(0.8);
	-moz-transform: translate(-50%, -50%) scale(0.8);
	background: transparent url(/shared/site_rn2025/images/icon/player_icon.png) no-repeat top left;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	color: #000000;
	text-indent: -9999px;
	opacity: 0;
	visibility: visible;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_mv_source .player_btn:focus {
	opacity:1;
}
#tmp_mv_source .player_btn.paused {
	background: transparent url(/shared/site_rn2025/images/icon/player_icon_paused.png) no-repeat top left;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}
#tmp_mv_source .player_btn.show {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
}
#tmp_video_modal {
	display: none;
}
#tmp_mv_source {
	position: relative;
}
#tmp_mv_source video {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_mv .video_ratio:before {
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 87px;
	background-color: #000000;
	color: #ffffff;
	bottom: -9px;
	z-index: 1;
}
#tmp_mv .video_ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#tmp_mv_img img {
	vertical-align: top;
	width:100%;
	height:auto;
}
.video_background {
	display: none;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #ffffff;
	background-color: #000000;
}
.video_control {
	background-color: #000000;
	color: #ffffff;
	float: right;
	border-radius: 3px;
	display: flex;
	margin: 10px 10px 0 0;
}
.no_javascript .video_control {
	display: none;
}
.video_control a {
	position: relative;
	display: flex;
	text-decoration: none;
	color: #ffffff;
	align-items: center;
	justify-content: center;
	position: relative;
}
.video_control a:hover,
.video_control a:focus,
.video_control a:active {
	text-decoration: underline;
}
.video_control .mute,
.video_control .unmute,
.video_control .sub_link,
.video_control .mode_change {
	padding: 8px 18px 8px 18px;
}
.video_control .mute,
.video_control .unmute {
	padding-top: 12px;
	padding-bottom: 11px;
}
.video_control .mute::after,
.video_control .unmute::after,
.video_control .mode_change::after {
	content: "";
	position: absolute;
	top: 9px;
	bottom: 9px;
}
.video_control .mute::after,
.video_control .unmute::after {
	right: 0;
	border-right: 1px solid #ffffff;
}
.video_control .sub_link + .mode_change::after {
	left: 0;
	border-left: 1px solid #ffffff;
}
.mv_img .video_control .mode_change::after {
	border-left: none;
}
.video_control,
.video_control .mute,
.video_control .unmute,
.video_control .sub_link,
.video_control .mode_change {
	display: none;
}
.video #tmp_mv_img {
	display: none;
}
.video .video_background {
	display: block;
}
.video .video_control .mute,
.video .video_control .sub_link {
	display: flex;
}
.mv_img #tmp_mv_img {
	display: block;
}
.mv_img .video_control .mute,
.mv_img .video_control .unmute,
.mv_img .video_control .sub_link {
	display: none !important;
}
/* video_scroll */
.video_scroll {
	position: absolute;
	bottom: -9px;
	left: 50%;
	width: 69px;
	height: 76px;
	z-index: 2;
	margin-left:-36px;
}
.video_scroll a {
	display:block;
	width: 69px;
	height: 76px;
	background: transparent url(/shared/site_rn2025/images/icon/scroll_mv.png) no-repeat;
	animation: arrowHome 1.6s 0.2s 2;
}
.video_scroll span {
	display:block;
	width: 69px;
	height: 76px;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
	text-align:left;
}
.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);
  }
  60% {
 transform: translateY(40px);
  }
  80% {
 transform: translateY(0);
  }
}
/* mv_link */
.mv_link {
	position: absolute;
    bottom: 22px;
    right: 15px;
	z-index: 1;
}
.mv_link a{
	color:#888888 !important;
	background: transparent url(/shared/site_rn2025/images/icon/arrow_mv_gray.png) no-repeat bottom 5px right 0;
	background-size:20px auto;
	-webkit-background-size:20px auto;
	-moz-background-size:20px auto;
    padding-right: 30px;
	text-decoration:none;
}
.mv_link a:hover,
.mv_link a:focus {
	text-decoration: underline;
}
/* mainvs
================================================== */
#tmp_mainvs {
	margin:0 0 70px;
}
#tmp_mv + #tmp_mainvs {
	display:none;
}
#tmp_mv_splide.mv_gallery {
	border: 2px solid #dbdbdb;
}
#tmp_mv_splide.splide:not(.is-active) .splide__list {
	aspect-ratio: 2.4 / 1;
}
.mv_slider .mv_item img {
	display: block;
}
.mv_slider .mv_item .pc_disp a {
	display:block;
}
.mv_slider .mv_item .sp_disp {
	display: none;
}
.mv_item img {
	vertical-align: top;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.mv_gallery {
	position: relative;
}
.mv_number {
	display: none;
}
.mv_thumb .is-active {
	color: #ffffff;
	background-color: #326489;
}
.mv_thumb .is-active .active .thumb_img {
	opacity: 1;
}
.mv_thumb .is-active .active .thumb_img img {
	display: block;
}
.mv_thumb_item,
.thumb_item{
	height: 100%;
}
.thumb_item_wrap {
	display: block;
	height: inherit;
}
.thumb_item {
	display: block;
	border: 1px solid #dbdbdb;
	border-right: none;
	padding: 16px 5px 15px 13px;
}
.mv_thumb li:first-child .thumb_item {
	border-left: none;
}
.sort_item.is-active .thumb_item {
	background-color: #326489;
	color: #ffffff;
	border-color: #326489;
}
.thumb_item .thumb_img {
	width: 60px;
	float: left;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.thumb_item .thumb_img img {
	vertical-align: top;
}
.thumb_item .thumb_link {
	overflow: hidden;
}
.thumb_item .thumb_link p {
	font-size: 87.5%;
	line-height: 1.875;
	position: relative;
	top: 0;
	padding-left: 11px;
	padding-right: 12px;
	display: inline-block;
	text-decoration: none;
	color: #222222;
}
.thumb_item.active .thumb_img {
	opacity: 0.7;
}
#tmp_mainvs .mv_slider .splide__slide{
	border: none;
}
.sort_item.is-active .thumb_item .thumb_link p {
	color: #ffffff;
	text-decoration: underline;
}
.thumb_item_wrap:hover,
.thumb_item_wrap:focus,
.thumb_item_wrap:active {
	text-decoration: underline;
}
.mv_slider .mv_item a:focus-visible,
.thumb_item_wrap{
	outline-offset: -1px;
}
/* Mv Splide */
#tmp_mv_splide .mv_thumb_item,
#tmp_mv_splide .splide__controls,
#tmp_mv_thumb .mv_item,
#tmp_new_slider .splide__controls{
	display: none;
}
#tmp_mv_thumb .splide__list .splide__slide{
	flex: 1;
}
/* Mv Splide, New Splide */
#tmp_mv_splide .splide__arrow,
#tmp_new_slider .splide__arrow{
	display: block;
	width: 35px;
	height: 35px;
	transform: none;
	text-indent: -9999px;
	border-radius: 0;
	color: inherit;
	background-color: transparent;
	background-size: 100% auto;
	opacity: 1;
}
#tmp_new_slider .splide__arrow{
	position: absolute;
	width: 74px;
	height: 74px;
	margin-top: -46px;
	transform: translate(0, -100%);
}
#tmp_mv_splide .splide__arrow,
#tmp_new_slider .splide__arrow{
	background-image: url(/shared/site_rn2025/images/icon/slide_prev.png);
}
#tmp_mv_splide .splide__arrow.splide__arrow--next,
#tmp_new_slider .splide__arrow.splide__arrow--next{

	background-image: url(/shared/site_rn2025/images/icon/slide_next.png);
}
#tmp_new_slider .splide__arrows .splide__arrow--prev{
	left: 50%;
    margin-left: -615px;
}
#tmp_new_slider .splide__arrows .splide__arrow--next{
    right: 50%;
    margin-right: -615px;
}
#tmp_new_slider .splide__arrow--prev::after,
#tmp_new_slider .splide__arrow--next::after {
	display:none;
}
.no_javascript #tmp_mv_splide.splide:not(.is-active) .splide__list {
	aspect-ratio: auto;
}
/* block_ttl
================================================== */
.block_ttl {
	margin:0 0 47px;
}
.block_ttl .ttl_en {
	display:inline-block;
	position:relative;
	text-transform: uppercase;
	font-weight: bold;
	background-color: transparent;
	color: #b7bbba;
	padding-right: 78px;
	margin-bottom:10px;
}
.block_ttl .ttl_en::after {
	content:'';
	position:absolute;
	top:0.7em;
	right:-6px;
	width:70px;
	height:2px;
	background-color:#326489;
	color:#ffffff;
}
.block_ttl h2 {
	font-family: "游明朝", "Yu Mincho", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 200%;
	line-height:1.4;
	color: #222222;
	background-color: transparent;
	font-weight: 500;
}
/* announcement
================================================== */
#tmp_top_announcement {
	margin:0 0 70px;
	clear:both;
}
#tmp_top_announcement ul {
	border:1px solid #cdcfce;
	padding:10px 18px 5px;
	list-style:none;
}
#tmp_top_announcement ul li {
	margin:0 0 5px;
	padding-left:14px;
	background:url(/shared/site_rn2025/images/icon/blue_arrow_icon.png) no-repeat left 0.5em;
	background-size: 9px auto;
	-webkit-background-size: 9px auto;
	-moz-background-size: 9px auto;
}
#tmp_top_announcement ul li a {
	text-decoration:none;
	color:#222222;
	background-color:transparent;
}
#tmp_top_announcement ul li a:hover,
#tmp_top_announcement ul li a:focus {
	text-decoration:underline;
}

/* topics
================================================== */
#tmp_topics {
	margin-bottom: 73px;
	clear:both;
}
#tmp_topics_ttl h2{
	margin-left: -10px;
}
#tmp_topics_cnt {
	padding-bottom: 35px;
	border-bottom: 2px solid #dbdbdb;
}
#tmp_topics_cnt ul {
	list-style: none;
	margin: 0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	gap:0 24px;
}
#tmp_topics_cnt li {
	width: calc((100% - 96px)/5);
	margin-bottom: 26px;
	font-size: 112.5%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_topics_cnt li.topics_view_btn a {
	-webkit-justify-content: center;
    justify-content: center;
}
#tmp_topics_cnt li.topics_view_btn a:after {
	content: '';
	display: block;
	width: 30px;
	height: 11px;
	background: transparent url(/shared/site_rn2025/images/icon/wh_arrow_icon.png) no-repeat right center;
	color: #222222;
}
#tmp_topics_cnt li a {
	position: relative;
	border-radius:6px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, right bottom, from(#326489), to(#2b5676));
	background: -moz-linear-gradient(left, #326489, #2b5676);
	background:linear-gradient(to left, #326489, #2b5676);
	background-color: #2b5676;
	color: #ffffff;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	flex-grow:1;
	text-align:center;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	padding: 16px 27px 14px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all  0.1s ease;
	-webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
}
#tmp_topics_cnt li a:hover,
#tmp_topics_cnt li a:focus {
	opacity:0.84;
}
#tmp_topics_cnt .topics_img {
	display:block;
	width:100%;
	padding: 0 0 20px;
	height: 140px;
}
#tmp_topics_cnt .topics_img img {
	max-width:none;
	max-height:100%;
	width:auto;
}
#tmp_topics_cnt .topics_link {
	display:table;
	margin:0 auto;
}
#tmp_topics_cnt .topics_link_inner {
	display:table-cell;
	vertical-align:middle;
	height:50px;
}
#tmp_topics_cnt li.topics_view_btn a {
	background: -webkit-gradient(linear, left top, right bottom, from(#424242), to(#333333));
	background: -moz-linear-gradient(left, #424242, #333333);
	background:linear-gradient(to left, #424242, #333333);
	background-color: #333333;
}
#tmp_topics_cnt li.topics_view_btn .topics_link_inner {
	height:100%;
}
/* new
================================================== */
#tmp_new {
	margin:0 0 80px;
	overflow: hidden;
	clear:both;
}
#tmp_new_slider {
	position: relative;
}
.used_javascript #tmp_new_cnt > .container {
	padding:0;
	width:auto;
}
.new_item {
	position: relative;
	width: 374px !important;
	padding: 0 17px;
}
.no_javascript .new_item:nth-child(3n+1){
	clear:both;
}
.new_img {
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.new_img img {
	vertical-align: top;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.new_item.active img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.new_cnt {
	position: relative;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 30px;
	min-height:160px;
	display: flex;
	flex-direction: column;
}
.new_cnt:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	background: #326489;
	bottom: -1px;
	left: 0;
	max-width: 0;
	transition: max-width 0.3s ease-in-out;
	-webkit-transition: max-width 0.3s ease-in-out;
	-moz-transition: max-width 0.3s ease-in-out;
}
.new_item.active .new_cnt:before {
	max-width: 100%;
}
.new_cnt:after {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 10px;
	background: transparent url(/shared/site_rn2025/images/icon/blue_arrow_top.png) no-repeat top left;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	color: #222222;
	bottom: 12px;
	right: 2px;
}
.new_tab {
	color: #326489;
	background-color: transparent;
	font-size: 87.5%;
	margin-top: 15px;
}
.new_ttl {
	margin-bottom: 27px;
}
.new_ttl a {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
	letter-spacing: -0.75px;
}
.new_date {
	color: #555555;
	background-color: transparent;
	margin-top: auto;
}
.no_javascript .new_slider {
	display: block;
	overflow-y:auto;
	height:420px;
}
.no_javascript .new_ttl a:hover,
.no_javascript .new_ttl a:focus {
	text-decoration:underline;
}
/* new_btn */
.new_btn {
	margin-top: 30px;
	text-align: right;
}
.new_btn p {
	padding:10px 0;
}
.new_btn a {
	text-align:center;
	display: inline-block;
	position:relative;
	min-width: 220px;
	min-height: 40px;
	color: #ffffff;
	background: -moz-linear-gradient(to left, #424242, #333333);
	background: -webkit-linear-gradient(to left, #424242, #333333);
	background: linear-gradient(to left, #424242, #333333);
	background-color: #333334;
	text-decoration: none;
	padding: 8px 10px  8px 40px;
	border-radius:4px;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.new_btn a:after{
	content:'';
	display: inline-block;
	width:32px;
	height:14px;
	background:url(/shared/site_rn2025/images/icon/wh_arrow_icon.png) no-repeat right center;
}
.new_btn a:hover,
.new_btn a:focus {
	opacity:0.84;
}
/* link_btn
================================================== */
#tmp_link,
#tmp_link_txt {
	clear:both;
}
#tmp_link_txt .link_btn{
	padding-top:60px;
	border-top:2px solid #dbdbdb;
}
#tmp_link_txt #tmp_link_ttl + .link_btn{
	border-top:none;
	padding-top:0;
}
.link_btn,
.link_img_btn {
	list-style: none;
	margin: 0;
	padding:0 0 32px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	gap:0 30px;
}
.link_btn li,
.link_img_btn li {
	width: calc((100% - 60px)/3);
	margin-bottom: 20px;
	font-size: 112.5%;
}
.link_btn li .link_item,
.link_img_btn li .link_item {
	color: #222222;
	background-color:#ffffff;
	position: relative;
	border: 1px solid #dbdbdb;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	transition: 0.1s all ease-in-out;
	-moz-transition: 0.1s all ease-in-out;
	-webkit-transition: 0.1s all ease-in-out;
}
.link_img_btn li .link_item,
.link_btn li .link_item {
	display: table;
	width:100%;
}
.link_img_btn li .link_item p,
.link_btn li .link_item p {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}
.link_img_btn li .link_item .link_img,
.link_btn li .link_item .link_img {
	width:139px;
	vertical-align:top;
	overflow:hidden;
}
.link_img_btn li .link_item .link_img img,
.link_btn li .link_item .link_img img {
	max-width:100%;
	height:auto;
	vertical-align: top;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
}
.link_img_btn li .link_item .link_txt a,
.link_btn li .link_item .link_txt a {
	text-decoration: none;
	color: #222222;
	background-color:transparent;
	padding:26px 25px 20px;
	display:block;
}
.link_img_btn li .link_item.active .link_txt a,
.link_btn li .link_item.active .link_txt a {
	color: #ffffff;
	background-color:transparent;
}
.link_img_btn li .link_item:after,
.link_btn li .link_item:after {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 10px;
	background: transparent url(/shared/site_rn2025/images/icon/blue_arrow_top.png) no-repeat top left;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	color: #222222;
	bottom: 10px;
	right: 10px;
}
.no_javascript .link_btn li .link_item .link_txt a:hover,
.no_javascript .link_btn li .link_item .link_txt a:focus,
.no_javascript .link_img_btn li .link_item .link_txt a:hover,
.no_javascript .link_img_btn li .link_item .link_txt a:focus,
.link_img_btn li .link_item.active,
.link_btn li .link_item.active {
	color: #FFFFFF;
	background-color: #326489;
	border-color:#326489;
}
.link_img_btn li .link_item.active:after,
.link_btn li .link_item.active:after {
	background-image:url(/shared/site_rn2025/images/icon/arrow_fnavi_white.png);
}
/* guidance
================================================== */
#tmp_guidance {
	color: #222222;
	background-color: #efefef;
	border-top:1px solid #efefef;
	padding-top: 32px;
	padding-bottom: 104px;
	clear:both;
}
#tmp_guidance_ttl {
	margin-bottom:23px;
}
#tmp_guidance .block_ttl .ttl_en {
	display:inline-block;
	position:relative;
	text-transform: uppercase;
	font-weight: bold;
	background-color: transparent;
	color: #b7bbba;
	margin-bottom:10px;
}
#tmp_guidance .block_ttl h2 {
	font-family: "游明朝", "Yu Mincho", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 150%;
	line-height:1.4;
	color: #222222;
	background-color: transparent;
	font-weight: 500;
}
.guidance_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.guidance_list .guidance_sub_list {
	width: 220px;
}
.guidance_sub_list > div > p a {
	display: block;
	color: #333333;
	font-size: 112.5%;
	font-weight: 500;
	padding-left: 30px;
	padding-bottom: 9px;
	border-bottom: 1px solid #326489;
	color: #333333;
	background-color: transparent;
	text-decoration: none;
	pointer-events: none;
}
.guidance_sub_list > .guidance_ttl_01 a {
	background: transparent url(/shared/site_rn2025/images/icon/guidance_icon01.png) no-repeat 2px 4px;
}
.guidance_sub_list > .guidance_ttl_02 a {
	background: transparent url(/shared/site_rn2025/images/icon/guidance_icon02.png) no-repeat 2px 4px;
	padding-left: 34px;
}
.guidance_sub_list > .guidance_ttl_03 a {
	background: transparent url(/shared/site_rn2025/images/icon/guidance_icon03.png) no-repeat 2px 4px;
}
.guidance_sub_list > .guidance_ttl_04 a {
	background: transparent url(/shared/site_rn2025/images/icon/guidance_icon04.png) no-repeat 2px 4px;
}
.guidance_sub_list > .guidance_ttl_05 a {
	background: transparent url(/shared/site_rn2025/images/icon/guidance_icon05.png) no-repeat 2px 4px;
}
.guidance_sub_list ul {
	list-style: none;
	margin: 0;
	padding-top: 25px;
	padding-left: 2px;
}
.guidance_sub_list li {
	margin-bottom: 14px;
}
.guidance_sub_list li a {
	display: inline-block;
	color: #333333;
	background: transparent url(/shared/site_rn2025/images/icon/blue_arrow_icon.png) no-repeat 0 8px;
	background-size: 9px 8px;
	-webkit-background-size: 9px 8px;
	-moz-background-size: 9px 8px;
	text-decoration: none;
	padding-left: 18px;
}
.guidance_sub_list li a:hover,
.guidance_sub_list li a:focus,
.guidance_sub_list li a:active {
	text-decoration: underline;
}
.guidance_fnavi_ttl {
	position:relative;
	margin:0 0 5px;
}
.guidance_fnavi_ttl p a {
	display:block;
	padding:0 30px 2px 0;
	text-decoration:none;
	color: #333333;
	background:transparent url(/shared/site_rn2025/images/navi/fnavi_icon_off.png) no-repeat center right;
}
.opened .guidance_fnavi_ttl p a {
	background-image:url(/shared/site_rn2025/images/navi/fnavi_icon_on.png);
}
.guidance_fnavi_ttl p a:hover,
.guidance_fnavi_ttl p a:focus {
	text-decoration:underline;
}
.guidance_cnt {
	padding:25px 0 0 2px;
}
.guidance_sub_list .guidance_cnt ul {
	padding:0;
}

/* external
================================================== */
.thumb_item_wrap[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]) .thumb_link p:after,
#tmp_top_announcement ul li a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):after,
.new_ttl a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):after,
.link_img_btn li .link_item .link_txt a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):after,
.link_btn li .link_item .link_txt a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):after,
.guidance_sub_list li a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):after {
	content:"";
	display:inline-block;
	vertical-align:text-top;
	width:15px;
	height:15px;
	margin-left:5px;
	background:url(/shared/site_rn2025/images/icon/icon_external_link.png) no-repeat 0 0;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
.thumb_item_wrap[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]) .thumb_link p:after {
	margin-top:3px;
}
#tmp_top_announcement ul li a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):after,
.new_ttl a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):after,
.link_img_btn li .link_item .link_txt a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):after,
.link_btn li .link_item .link_txt a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):after,
.guidance_sub_list li a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):after {
	margin-top:6px;
}
#tmp_topics_cnt li a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):after {
	content: '';
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(/shared/site_rn2025/images/icon/icon_external_link_w.png) no-repeat top left;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	color: #222222;
	bottom: 8px;
	right: 8px;
}
.link_img_btn li .link_item.active .link_txt a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):after,
.no_javascript .link_img_btn li .link_item .link_txt a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):hover:after,
.link_btn li .link_item.active .link_txt a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):after,
.no_javascript .link_btn li .link_item .link_txt a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):hover:after,
.sort_item.is-active .thumb_item_wrap[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="kobe.j-server.com"]):not([href*="www-city-kobe-lg-jp.translate.goog"]) .thumb_link p:after {
	background: transparent url(/shared/site_rn2025/images/icon/icon_external_link_w.png) no-repeat top left;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_new_slider .splide__arrow--prev,
.color_black #tmp_new_slider .splide__arrow--prev,
.color_yellow #tmp_new_slider .splide__arrow--prev {
    background-image: url(/shared/site_rn2025/images/icon/slide_prev.png) !important;
}
.color_blue #tmp_new_slider .splide__arrow--next,
.color_black #tmp_new_slider .splide__arrow--next,
.color_yellow #tmp_new_slider .splide__arrow--next {
    background-image: url(/shared/site_rn2025/images/icon/slide_next.png) !important;
}
.color_yellow #tmp_new_slider .splide__arrow {
    background-image: url(/shared/site_rn2025/images/icon/slide_prev_bl.png) !important;
}
.color_yellow #tmp_new_slider .splide__arrow.splide__arrow--next {
    background-image: url(/shared/site_rn2025/images/icon/slide_next_bl.png) !important;
}
.color_blue #tmp_new_slider .splide__arrow,
.color_black #tmp_new_slider .splide__arrow {
    background-image: url(/shared/site_rn2025/images/icon/slide_prev_yl.png) !important;
}
.color_blue #tmp_new_slider .splide__arrow.splide__arrow--next,
.color_black #tmp_new_slider .splide__arrow.splide__arrow--next {
    background-image: url(/shared/site_rn2025/images/icon/slide_next_yl.png) !important;
}
.color_yellow #tmp_mv_splide .splide__arrow.splide__arrow--prev {
    background: url(/shared/site_rn2025/images/icon/slide_prev_bl.png) 0 0 no-repeat!important;
	background-size: 100% auto!important;
}
.color_yellow #tmp_mv_splide .splide__arrow.splide__arrow--next {
    background: url(/shared/site_rn2025/images/icon/slide_next_bl.png) 0 0 no-repeat!important;
	background-size: 100% auto!important;
}
.color_blue #tmp_mv_splide .splide__arrow.splide__arrow--prev,
.color_black #tmp_mv_splide .splide__arrow.splide__arrow--prev {
    background: url(/shared/site_rn2025/images/icon/slide_prev_yl.png) 0 0 no-repeat!important;
	background-size: 100% auto!important;
}
.color_blue #tmp_mv_splide .splide__arrow.splide__arrow--next,
.color_black #tmp_mv_splide .splide__arrow.splide__arrow--next {
    background: url(/shared/site_rn2025/images/icon/slide_next_yl.png) 0 0 no-repeat!important;
	background-size: 100% auto!important;
}
/* accessibility style change:font-size
================================================== */
.fsize_big #tmp_topics_cnt li a,
.fsize_big2 #tmp_topics_cnt li a {
	height:auto !important;
}

/* ==================================================
No Javascript
================================================== */
#tmp_mv_splide.no-splide .splide__list,
#tmp_mv_splide.no-splide .mv_thumb_item{
	display: block;
}
.no_javascript #tmp_mv_splide.mv_gallery,
.no_javascript #tmp_new_slider.splide{
	visibility: visible;
}
#tmp_new_slider.no-splide .splide__list{
	justify-content: center;
}
.no_javascript .mv_slider {
	display: block;
	height: 600px;
	overflow: scroll;
	border:2px solid #dbdbdb;
}
.no_javascript .mv_gallery:before {
	display: none;
}
.no_javascript .mv_slider .mv_item {
	position: relative;
	opacity: 1;
	visibility: visible;
}
.no_javascript .mv_thumb {
	display: none;
}
.no_javascript .new_item {
	float: left;
	margin-bottom: 34px;
}
/* ==================================================
ClearFix
================================================== */
.mv_thumb ul:after,
.thumb_item:after,
#tmp_topics_cnt ul:after,
.link_img_btn:after,
.link_btn:after,
.no_javascript .new_slider:after {
	content: '';
	display: table;
	clear: both;
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}
