@charset "UTF-8";
html{ font-size: 6.25%; }
body{
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-size: 14rem;
	line-height: 1.5;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	
/*
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-family: Verdana, Geneva, Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "Noto Sans CJK JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
	color: #333;
	background: #FFF;
}
#contents h1.normal{
	z-index: 10;
	position: relative;
	width: 100%;
	color: #FFF;
	padding: 5px 5px 5px 1.8em;
	background: #548BA7;
	border-radius: 10px 10px 0 0;
	/* border-bottom: 6px solid #F5F5F5; */
}
#contents h1.normal::after{
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	content: '';
	width: 8px;
	height: 8px;
	border: solid 4px #FFF;
	border-radius: 100%;
}
#contents h1.ribbon{
	position: relative;
	width: 100%;
	padding: 11px 0;
	line-height: 1.0;
	font-size: 24px;
	font-size: 24rem;
	text-align: center;
	color: #FFF;
	border-top: 1px solid #548BA7;
	border-bottom: 1px solid #548BA7;
	background: repeating-linear-gradient(-45deg, #548BA7, #548BA7 6px,#83B3B7 0px, #83B3B7 12px);
}
#contents h1.ribbon:first-of-type{
	margin-top: 0;
}
#contents h1.ribbon::before,
#contents h1.ribbon::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
#contents h1.ribbon::before{
	top: 0;
	left: 0;
	border-width: 26px 0px 26px 28px;
	border-color: transparent transparent transparent #F5F5F5;
	border-style: solid;
}
#contents h1.ribbon::after{
	top: 0;
	right: 0;
	border-width: 26px 28px 26px 0px;
	border-color: transparent #F5F5F5 transparent transparent;
	border-style: solid;
}
#contents .wline{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 30px;
	font-size: 30rem;
	font-weight: normal;
}
#contents .wline br{
	display: none;
}
#contents .wline > span{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 15px;
	text-align: center;
}
#contents .wline > span::before,
#contents .wline > span::after{
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 2px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
#contents .wline > span::before{
	right: 100%;
}
#contents .wline > span::after{
	left: 100%;
}
#contents .wline > span > span{
	margin-right: 20px;
	font-size: 21px;
	font-size: 21rem;
}


a:link{
	color: #00328B;
	text-decoration: underline;
	-webkit-transition: 300ms;
	transition: 300ms;
}
a:visited{
	color: #359FF3;
	text-decoration: underline;
}
a:hover{
	color: #359FF3;
	text-decoration: none;
}
a[href^="tel:"] {
	pointer-events: none;
}
img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
img.ofi{
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
span.ngt{
	color: #FF0;
	background: #0C2F76 url(../__common/fuji/moon-solid.png) no-repeat left center;
	background-size: 24px;
}
span.mng{
	color: #FF0;
	background: #0096C4 url(../__common/fuji/sun-solid.png) no-repeat left center;
	background-size: 24px;
}

/* ----- clearfix ----- */
.clearfix { zoom: 1; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.flexbox {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.fix_center{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

/* ---------------------------------------------------------
	海外旅行ティッカー
---------------------------------------------------------*/
/*
@keyframes ticker{
	0%{
		transform: translateX(100%);
		visibility: visible;
	}
	100%{
		transform: translateX(-100%);
	}
}
*/
#kaigai{
	z-index: 100;
	top: 0;
	width: 100%;
	overflow: hidden;
	background: #d5001d;
}
#kaigai br{
	display: none;
}
#kaigai ul{
	padding: 10px 0;
	text-align: center;
}
#kaigai ul li{
	font-size: 18rem;
	color: #FFF;
}
div#kaigai ul li a{
	color: #FF0;
}
div#kaigai ul li a:hover{
	text-decoration: none;
}
@media screen and (max-width: 820px){
	#kaigai ul li{
		font-size: 16rem;
	}
}
@media screen and (max-width: 428px){
	#kaigai ul{
		padding: 8px 0;
		line-height: 1.2;
	}
	#kaigai ul li{
		font-size: 14rem;
	}
	#kaigai br{
		display: block;
	}
}

/* ---------------------------------------------------------
	オールドコンテンツ
---------------------------------------------------------*/
.old_fix_center{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}
#main{
	float: left;
	width: 700px;
}
aside#side{
	float: right;
	width: 240px;
}

/* ---------------------------------------------------------
	レイアウト
---------------------------------------------------------*/
#wrap{
	width: 100%;
}
#contents > .flexbox:not(:first-of-type){
	margin-top: 50px;
}
#contents .flexbox{
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	/* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contents article{
	margin-top: 50px;
}
#contents h1.wline{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 28px;
	font-size: 28rem;
	font-weight: normal;
}
#contents h1.wline br{
	display: none;
}
#contents h1.wline > span{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	text-align: center;
}
#contents h1.wline > span::before,
#contents h1.wline > span::after{
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 2px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
#contents h1.wline > span::before{
	right: 100%;
}
#contents h1.wline > span::after{
	left: 100%;
}
#contents h1.wline > span > span{
	margin-right: 20px;
	font-size: 21px;
	font-size: 21rem;
}

/* ---------------------------------------------------------
	ヘッダー
---------------------------------------------------------*/
header{
	background: #FFF;
	border-bottom: 5px solid #00328B;
}
header > .flexbox{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header a:link{
	text-decoration: none;
}
header > .fix_center > h1{
	max-width: 360px;
	margin-top: 5px;
	font-size: 12px;
	font-size: 12rem;
	line-height: 1.2;
	color: #505050;
}
header > .fix_center > h1 a{
	display: block;
	width: 230px;
	height: 39.1px;
	margin-top: 3px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../__common/logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
header > .fix_center > h1 a:hover{
	transform: scale(1.05);
}
header > .fix_center > p{
	margin-top: 5px;
	font-size: 10px;
	font-size: 10rem;
	text-align: center;
}
header > .fix_center > p a{
	display: block;
}
header > .fix_center > p a img{
	max-height: 60px;
}
/*
header > .fix_center > ul#head_link{
	width: 285px;
	text-align: right;
}
ul#head_link li{
	display: inline-block;
	font-size: 18px;
	font-size: 18rem;
	font-weight: bold;
	vertical-align: middle;
}
ul#head_link li#mypage{
	margin-left: 20px;
}
ul#head_link li#time{
	display: block;
	font-size: 14px;
	font-size: 14rem;
	font-weight: normal;
}
ul#head_link li#time dl{
	margin-top: -3px;
	line-height: 1.2;
	text-align: right;
}
ul#head_link li#time dl dt,
ul#head_link li#time dl dd{
	display: inline;
}
ul#head_link li#time dl dt::after{
	content: '：';
}
ul#head_link li a{
	display: block;
	color: #00328B;
}
ul#head_link li a:hover{
	color: #359FF3 !important;
}
ul#head_link li a::before{
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-size: 24rem;
	font-weight: 900;
	padding-right: 3px;
}
ul#head_link li#contact a::before{
	content: '\f0e0';
}
ul#head_link li#mypage a::before{
	content: '\f406';
}
ul#head_link li.sns{
	margin-right: 8px;
	font-size: 16px;
	font-size: 16rem;
	font-weight: normal;
}
ul#head_link li.sns:last-of-type{
	margin-right: 0;
}
ul#head_link li.sns a::before{
	font-family: "Font Awesome 5 Brands";
	font-size: 20px;
	font-size: 20rem;
}
ul#head_link li#fb a{
	color: #4267b2;
}
ul#head_link li#fb a::before{
	content: '\f082';
}
ul#head_link li#tw a{
	color: #1da1f2;
}
ul#head_link li#tw a::before{
	content: '\f081';
}
ul#head_link li#ig a{
	color: #000;
}
ul#head_link li#ig a::before{
	content: '\f16d';
	margin-right: 3px;
	padding: 2px;
	font-size: 16px;
	font-size: 16rem;
	color: #fff;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	border-radius: 3px;
}
*/


/* ---------------------------------------------------------
	ヘッダー：PCナビゲーション
---------------------------------------------------------*/
/*
header nav#pc_nav{
	margin-top: 10px;
}
*/
header nav#pc_nav > div{
	padding-top: 3px;
}
header nav#pc_nav > .nav_1st,
footer #foot_nav{
	position: relative;
	z-index: 10;
	padding-top: 8px;
	background: #359FF3;
}
footer #foot_nav{
	padding: 0 0 8px 0;
}
header nav#pc_nav > .nav_2nd{
	position: relative;
	z-index: 20;
	padding-top: 8px;
	background: #85C5F8;
}
header nav#pc_nav > .nav_3rd{
	position: relative;
	z-index: 30;
	background: #B8DDFB;
}
nav#pc_nav > div > ul,
footer #foot_nav > ul{
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
footer #foot_nav > ul{
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
nav#pc_nav ul li a,
footer #foot_nav > ul li a{
	display: block;
	padding: 10px 0;
	font-size: 16px;
	font-size: 16rem;
	color: #000;
	background: #FFF;
	border-radius: 5px 5px 0 0;
}
nav#pc_nav .nav_1st > ul > li > a > span{
	display: block;
	font-size: 14px;
}
footer #foot_nav > ul li a{
	background: #85C5F8;
	border-radius: 0 0 5px 5px;
}
nav#pc_nav ul li.rado a,
nav#pc_nav ul li.home a,
footer #foot_nav > ul li.rado a,
footer #foot_nav > ul li.home a{
	padding: 5px 0;
	font-size: 12px;
	font-size: 12rem;
}
nav#pc_nav > div > ul li,
footer #foot_nav > ul li{
	margin-left: 10px;
	color: #000;
	font-size: 14px;
	font-size: 14rem;
	line-height: 1.2;
	text-align: center;
}
nav#pc_nav > div > ul li:last-of-type,
footer #foot_nav > ul li:last-of-type{
	margin-right: 0;
}
nav#pc_nav ul li.active a,
nav#pc_nav ul li a:hover,
footer #foot_nav > ul li.active a,
footer #foot_nav > ul li a:hover{
	color: #00328B;
	font-weight: bold;
}
nav#pc_nav > .nav_1st > ul,
footer #foot_nav > ul{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
nav#pc_nav > .nav_1st > ul li:not(.rado):not(.home),
footer #foot_nav > ul li:not(.rado):not(.home){
	-webkit-box-flex: auto;
	-ms-flex: auto;
	flex: auto;
}
nav#pc_nav .nav_1st > ul > li.rado,
nav#pc_nav .nav_1st > ul > li.home,
footer #foot_nav > ul li.rado,
footer #foot_nav > ul li.home{
	margin-left: 0;
	font-size: 12px;
	font-size: 12rem;
}
nav#pc_nav .nav_1st > ul > li.rado a,
nav#pc_nav .nav_1st > ul > li.home a,
footer #foot_nav > ul li.rado a,
footer #foot_nav > ul li.home a{
	width: 60px;
	color: #000;
}
nav#pc_nav .nav_1st > ul > li.rado.active a,
nav#pc_nav .nav_1st > ul > li.rado a:hover
nav#pc_nav .nav_1st > ul > li.home.active a,
nav#pc_nav .nav_1st > ul > li.home a:hover,
footer #foot_nav > ul li.rado .active a,
footer #foot_nav > ul li.rado a:hover
footer #foot_nav > ul li.home.active a,
footer #foot_nav > ul li.home a:hover{
	color: #00328B;
}
nav#pc_nav .nav_1st > ul > li.rado a::before,
footer #foot_nav > ul li.rado a::before{
	content: '';
	display: block;
	margin: 0 auto;
	padding-bottom: 5px;
	width: 25px;
	height: 25px;
	background: url(../__common/icon_rado.png) no-repeat left center;
	background-size: contain;
}
nav#pc_nav .nav_1st > ul > li.home a::before,
footer #foot_nav > ul li.home a::before{
	content: '\f015\A';
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-size: 24rem;
	font-weight: 900;
}
nav#pc_nav > div > ul ul{
	margin-top: 5px;
}
nav#pc_nav > div:not(.nav_3rd) > ul li:not(.home).active a,
nav#pc_nav > div:not(.nav_3rd) > ul li:not(.home) a:hover{
	-webkit-filter: drop-shadow(0px -3px 3px rgba(0,0,0,0.3));
	filter: drop-shadow(0px -3px 3px rgba(0,0,0,0.3));
}
footer #foot_nav > ul li:not(.home).active a,
footer #foot_nav > ul li:not(.home) a:hover{
	-webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.3));
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.3));
}
nav#pc_nav > .nav_1st > ul li:not(.home).active a,
nav#pc_nav > .nav_1st > ul li:not(.home) a:hover{
	background: #85C5F8;
}
footer #foot_nav > ul li:not(.home).active a,
footer #foot_nav > ul li:not(.home) a:hover{
	background: #FFF;
}
nav#pc_nav > .nav_2nd > ul li a{
	padding: 10px 30px;
}
nav#pc_nav > .nav_2nd > ul li.active a,
nav#pc_nav > .nav_2nd > ul li a:hover{
	background: #B8DDFB;
}
nav#pc_nav > .nav_2nd > ul > li > span{
	margin-right: 3px;
	padding: 2px 3px;
	line-height: 1.2;
	font-size: 12px;
	font-size: 12rem;
	font-weight: bold;
	border-radius: 3px;
}
nav#pc_nav > .nav_2nd ul.nav_area > li span{
	margin-right: 10px;
	font-size: 14px;
	font-size: 14rem;
}
nav#pc_nav > .nav_3rd > ul{
	padding: 5px 0 10px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
nav#pc_nav > .nav_3rd > ul > li{
	display:flex;
	/*
	width: calc((100% - 20px) / 3);
	*/
	min-height: 3em;
	margin-top: 5px;
	line-height: 1.5;
}
nav#pc_nav > .nav_3rd > ul > li a{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 3px 10px;
	color: #00328B;
	background: #FFF;
	border-radius: 5px;
}
nav#pc_nav > .nav_3rd > ul > li a:hover,
nav#pc_nav > .nav_3rd > ul > li.active a{
	font-weight: bold;
	color: #FFF;
	background: #00328B;
}
nav#pc_nav > .nav_3rd > ul > li a span{
	display: block;
	font-size: 14px;
	font-size: 14rem;
}
nav#pc_nav ul li a br{
	display: none;
}
nav#pc_nav ul li.nav_outlink a[target="_blank"]{
	padding: 10px 8px;
	line-height: 1.3;
	font-size: 14px;
	font-size: 14rem;
}
nav#pc_nav ul li.nav_outlink a[target="_blank"]:hover{
	font-weight: bold;
	background: #00328B;
	color: #FFF;
}
nav#pc_nav ul li.nav_outlink a[target="_blank"] span{
	display: block;
}
nav#pc_nav ul > li > ul#nav1st_dep > li > a[target="_blank"]::before,
nav#pc_nav ul li.nav_outlink a[target="_blank"] span::before{
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	margin-right: 3px;
	vertical-align: 1px;
	font-weight: 900;
}

#nav_goto{
	padding: 5px 0 10px;
	background: #00328B;
}
#nav_goto a{
	display: block;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
#nav_goto a:hover{
	text-decoration: underline;
}
#nav_goto a em{
	color: #FF0;
}
#nav_goto a span{
	display: inline-block;
	padding: 3px 5px;
	color: #00328B;
	background: #FF0;
	border-radius: 3px;
}
#nav_goto a:hover span{
	color: #FFF;
	background: #F00;
}

/* ---------------------------------------------------------
	ヘッダー：SPナビゲーション
---------------------------------------------------------*/
header #sp{
	display: none;
	position: relative;
	padding: 10px;
	background: #F5F5F5;
}
#sp h1#sp_h1{
	width: 150px;
}
h1#sp_h1 a{
	display: block;
}
#sp #sp_nav{
	position: absolute;
	top: calc(50% + 4px);
	right: 10px;
	transform: translateY(-50%);
}
#sp_nav a{
	display: block;
	padding: 0.5em 0.6em;
	line-height: 1.2;
	font-weight: bold;
	color: #FFF;
	background-color: #0051A3;
	border-radius: 3px;
	text-decoration: none !important;
	cursor: pointer;
}
#sp_nav a::after{
	margin-left: 5px;
	font-family: "Font Awesome 5 Free";
	content: '\f0c9';
	font-weight: 900;
}

nav#sp_menu ul li.rado{
    background: url(../__common/icon_rado.png) no-repeat 10px center;
    background-size: 20px;
}
nav#sp_menu ul li.ql{
    background: #666 url(../__common/icon_ql.png) no-repeat 10px center;
    background-size: 20px;
}
nav#sp_menu ul li.ski{
    background: #666 url(../__common/icon_ski.png) no-repeat 10px center;
    background-size: 20px;
}
nav#sp_menu ul li.mypage{
    background: #09F url(../__common/icon_mypage.png) no-repeat 10px center;
    background-size: 20px;
}
nav#sp_menu ul li.home,
nav#sp_menu ul li.air,
nav#sp_menu ul li.bus,
nav#sp_menu ul li.comment,
nav#sp_menu ul li.spsite{
	position: relative;
}
nav#sp_menu ul li.spsite,
nav#sp_menu ul li.spsns{
    background: #666;
}
/*
nav#sp_menu ul li.air::before{
	content: '\f072';
}
nav#sp_menu ul li.bus::before{
	content: '\f207';
}

#sp_nav a[target="_blank"]{
	padding: 10px 8px;
	line-height: 1.3;
	font-size: 14px;
	font-size: 14rem;
}
#sp_nav a[target="_blank"]:hover{
	font-weight: bold;
	background: #00328B;
	color: #FFF;
}
#sp_nav a[target="_blank"] span{
	display: block;
}
#sp_nav a[target="_blank"]::before{
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	margin-right: 3px;
	vertical-align: 1px;
	font-weight: 900;
}
*/
nav#sp_menu ul li.home::before{
	content: '\f015';
}
nav#sp_menu ul li.comment::before{
	content: '\f4ad';
}
nav#sp_menu ul li.nav_outlink::before{
	content: '\f35d';
}
nav#sp_menu ul li.spsite::before{
	content: '\f0ac';
}
nav#sp_menu ul li.travel::before{
	content: '\f0d6';
}
nav#sp_menu ul li.pick::before{
	content: '\f5a2';
}
nav#sp_menu ul li.bus::before{
	content: '\f5b6';
}
nav#sp_menu ul li.spsns::before{
	content: '\f164';
}
nav#sp_menu ul li.fb::before{
	content: '\f082';
}
nav#sp_menu ul li.xtw::before{
	content: '\e61a';
}
nav#sp_menu ul li.ig::before{
	content: '\f16d';
}
nav#sp_menu ul li.ln::before{
	content: '\f3c0';
}
nav#sp_menu ul li::before{
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
	color: #E6E6E6;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
}
nav#sp_menu ul li.sns::before{
	font-family: "Font Awesome 5 Brands";
}
.mm-navbar{
	color: #FFF;
	font-weight: bold;
	background: #333;
}
.mm-panel{
	background: #505050;
}
nav#sp_menu ul li a.mm-listitem__text{
	padding: 10px 10px 10px 40px;
	color: #FFF;
	font-weight: bold;
}
nav#sp_menu ul li a span{
	display: block;
	font-size: 12px;
	font-size: 12rem;
}
nav#sp_menu ul li a span:not(.ngt),
nav#sp_menu ul li a span:not(.mng){
	display: inline-block;
	margin-right: 5px;
	padding: 1px 3px 1px 16px;
	background-size: 16px;
	border-radius: 3px;
}
nav#sp_menu .mm-panel ul.mm-listview li.mm-listitem span:not(.ngt):not(.mng){
	display: block;
	padding: 0;
}
nav#sp_menu ul li a span.mm-counter{
	min-width: 20px;
	font-size: 14px;
	font-size: 14rem;
	font-weight: bold;
	color: #FFF;
	line-height: 1.0;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	float: none;
}
.mm-btn_next:after,
.mm-btn_prev:before{
	border-color: #FFF;
}
.mm-listitem__btn:after,
.mm-listitem__btn:before{
	border-color: #FFF;
}
.mm-listitem:after{
	left: 0;
}
.mm-btn_next:after{
	right: 10px;
}
.mm-navbar a{
	padding: 15px 0;
}
.mm-navbar a.fa-user{
	border-right: 1px solid #FFF;
}
.mm-navbar a.spapl{
	display: block;
	width: 100%;
	margin-top: -33px;
	padding: 0;
	font-weight: normal;
	background: #666;
	border-top: 1px solid #999;
	border-bottom: 1px solid #FFF;
}
.mm-navbar a.spapl img{
	width: auto;
	height: 75px;
}

/* ---------------------------------------------------------
	パンくず&ページ先頭
--------------------------------------------------------- */
ol#pankuz{
	margin: 10px auto 20px;
}
ol#pankuz::before{
	/*
	content: "\f015";
	font-family: "Font Awesome 5 Free";
	color: #00328B;
	font-weight: 900;
	*/
	content: "";
    padding-left: 20px;
	background: url(../__common/icon_rado.png) no-repeat left center;
	background-size: 17px;
}
ol#pankuz li{
	display: inline-block;
}
ol#pankuz li::after{
	content: ">";
	margin-left: 5px;
}
ol#pankuz li:last-of-type::after{ content: ""; }
ol#pankuz li span{
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	font-size: 12rem;
}
#pgscrl{
	position: fixed;
	z-index: 2;
	bottom: 50px;
	right: 2%;
	text-align: center;
}
#pgscrl a{
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	padding: 0;
	color: #FFF;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#pgscrl a::before{
	content: '';
	width: 15px;
	height: 15px;
	border: 0px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -8px;
}
#pgscrl a:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	text-decoration: none;
}

/* ---------------------------------------------------------
	コンテンツ：ニュース
---------------------------------------------------------*/
article#news_wrapper{
	width: calc(45% - 30px);
}
article#news_wrapper h1 > span{
	display: inline-block;
	margin-right: 5px;
	padding: 2px 5px;
	font-size: 14px;
	font-size: 14rem;
	font-weight: bold;
	text-align: center;
	color: #548BA7;
	border-radius: 3px;
	background: #FFF;
}
article#news_wrapper #news{
	height: 470px;
	overflow: auto;
}
#news section a{
	padding: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	background: #FFF;
}
#news section a:hover{
	color: #16160E;
	background: #FFFFDD;
}
#news section > a > .summary{
	width: calc(100% - 110px);
}
#news .summary > span{
	display: inline-block;
	margin-right: 5px;
	padding: 2px 5px;
	font-size: 12px;
	font-size: 12rem;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #83B3B7;
	border-radius: 3px;
}
#news .summary > span > span{
	display: block;
	margin-top: 2px;
	line-height: 1.2;
	font-weight: normal;
}
#news .summary > span.dep{
	width: 5em;
}
#news .summary > span.area{
	width: 9em;
}
#news a:hover .summary > span.dep,
#news a:hover .summary > span.area{
	background: #00328B;
}
#news section time{
	font-size: 14px;
	font-size: 14rem;
}
#news section a h2{
	margin-top: 5px;
	line-height: 1.2;
	font-size: 16px;
	font-size: 16rem;
	text-decoration: underline;
}
#news section a:hover h2{
	color: #1592E6;
}
#news section a p{
	margin-top: 5px;
}
#news section a figure{
	width: 100px;
}
#news section a:hover figure{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/* ---------------------------------------------------------
	フッター
---------------------------------------------------------*/
footer{
	margin-top: 100px;
}
footer a:link{
	text-decoration: none;
}
footer #foot_nav{
	background: #359FF3;
}
/*
#foot_nav > ul{
	padding-bottom: 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
#foot_nav > ul > li{
	color: #000;
	margin-right: 3px;
	font-size: 14px;
	font-size: 14rem;
	line-height: 1.2;
	text-align: center;
}
#foot_nav > ul li a{
	display: block;
	font-size: 16px;
	font-size: 16rem;
	color: #000;
}
#foot_nav > ul > li:not(.rado) a,
#foot_nav > ul > li:not(.home) a{
	display: block;
	padding: 10px 0;
	font-size: 16px;
	font-size: 16rem;
	color: #000;
	background: #85C5F8;
	border-radius: 0 0 5px 5px;
}
#foot_nav > ul li.active a,
#foot_nav > ul li a:hover{
	font-weight: bold;
	color: #00328B;
	background: #FFF;
	-webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.3));
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.3));
}
#foot_nav > ul > li.rado,
#foot_nav > ul > li.home{
	width: 60px;
	margin-bottom: 3px;
}
#foot_nav > ul > li.rado a,
#foot_nav > ul > li.home a{
	padding: 5px 0;
	font-size: 12px;
	font-size: 12rem;
	color: #000;
	-webkit-filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
#foot_nav > ul > li.rado a::before{
	content: '';
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 25px;
	height: 25px;
	background: url(../__common/icon_rado.png) no-repeat left center;
	background-size: contain;
}
#foot_nav > ul > li.home a::before{
	content: '\f015\A';
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-size: 24rem;
	font-weight: 900;
}
#foot_nav > ul > li.rado.active a,
#foot_nav > ul > li.home a:hover{
	color: #00328B;
	-webkit-filter: drop-shadow(0px 0px 3px rgba(255,255,255,1));
	filter: drop-shadow(0px 0px 3px rgba(255,255,255,1));
}
#foot_nav > ul > li:not(.rado):not(.home):not(.nav_outlink){
	width: 60%;
}
#foot_nav > ul ul#dep{
	margin-bottom: 3px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#foot_nav > ul ul#dep li{
	width: 25%;
	margin-right: 10px;
}
#foot_nav > ul ul#dep > li:last-of-type{
	margin-right: 0;
}
#foot_nav > ul li br{
	display: none;
}
#foot_nav > ul li.nav_outlink a[target="_blank"]{
	padding: 10px 8px;
	line-height: 1.3;
	font-size: 14px;
	font-size: 14rem;
}
#foot_nav > ul li.nav_outlink a[target="_blank"]:hover{
	color: #FFF;
	background: #00328B;
}
#foot_nav > ul li.nav_outlink a[target="_blank"] span{
	display: block;
}
#foot_nav > ul ul#dep li a[target="_blank"]::before,
#foot_nav > ul li.nav_outlink a[target="_blank"] span::before{
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	margin-right: 3px;
	vertical-align: 1px;
	font-weight: 900;
}
footer dl#company{
	margin: 20px auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	font-size: 14rem;
}
dl#company dt{
	margin-right: 50px;
	width: 200px;
}
dl#company dt a{
	display: block;
	width: 200px;
	height: 34px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../__common/logo.png);
	background-repeat: no-repeat;
	background-size: 200px;
}
dl#company dt a:hover{
	transform: scale(1.05);
}
dl#company > dd > ul > li{
	display: inline-block;
	margin-right: 20px;
}
dl#company > dd > ul > li::before{
    content: "";
    position: relative;
    top: -2px;
    margin-right: 5px;
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #00328B;
    border-radius: 50%;
}
footer small{
	display: block;
	padding: 15px 0;
	font-size: 12px;
	font-size: 12rem;
	color: #FFF;
	text-align: center;
	background: #00328B;
}
*/

/* ---------------------------------------------------------
	レスポンシブ
--------------------------------------------------------- */
@media screen and (max-width: 1200px){
	header > .fix_center,
	nav#pc_nav > div,
	ol#pankuz,
	#contents > .fix_center,
	footer #foot_nav,
	footer #foot_skilist,
	footer #company{
		padding: 0 10px;
	}
	header nav#pc_nav ul li:not(.home) a,
	footer #foot_nav > ul li:not(.home) a{
		font-size: 14px;
		font-size: 14rem;
	}
	nav#pc_nav > div > ul > li > ul > li,
	#foot_nav > ul > li > ul > li{
		font-size: 14px;
		font-size: 14rem;
	}
	nav#pc_nav > div > ul > li,
	nav#pc_nav > div > ul > li span,
	nav#pc_nav ul li.nav_outlink a[target="_blank"] span,
	footer #foot_nav > ul li,
	footer #foot_nav > ul li.nav_outlink a[target="_blank"] span,
	footer dl#company dd{
		font-size: 12px !important;
		font-size: 12rem !important;
	}
	nav#pc_nav ul > li > ul#nav1st_dep > li a[target="_blank"]::before{
		vertical-align: 0;
	}
	header > .fix_center > p{
		margin-left: 5%;
	}
}
@media screen and (max-width: 1180px){
	.fix_center{
		padding: 5px 10px;
	}
}
@media screen and (max-width: 926px){
	header > .fix_center > p{
		margin-left: -1%;
	}
}
@media screen and (max-width: 820px){
	#foot_nav > ul > li:not(.home):not(.nav_outlink){
		width: 50%;
	}
	#foot_nav > ul ul#dep li{
		width: auto;
		margin-right: 5px;
	}
	#foot_nav > ul ul#dep li a{
		padding: 10px 15px;
	}
	header > .fix_center > p{
		margin-left: 0%;
	}
	header > .fix_center > ul#head_link{
		width: auto;
	}
}
@media screen and (max-width: 768px){
	header > .fix_center,
	header nav#pc_nav{
		display: none;
	}
	header{
		border-bottom: none;
	}
	header #sp{
		display: block;
		margin-bottom: 10px;
		padding: 18px 10px 10px;
		background: #FFF url(../__common/header_line.png) repeat-x;
		border-bottom: 1px solid #ABABAB;
		box-shadow: 0 3px #CCC;
		-moz-box-shadow: 0 3px #CCC;
		-ms-box-shadow: 0 3px #CCC;
		-o-box-shadow: 0 3px #CCC;
		-webkit-box-shadow: 0 3px #CCC;
	}
	/*
	header #sp h1 a img{
		-webkit-filter: drop-shadow(0px 0 3px rgba(255,255,255,1));
		filter: drop-shadow(0px 0px 3px rgba(255,255,255,1));
	}
	*/
	#nav_goto{
		margin-top: -13px;
		position: relative;
		z-index: 1;
	}
	#nav_goto em{
		display: block;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
	#foot_nav > ul > li:not(.home) a{
		padding: 10px 5px;
	}
	footer #foot_skilist{
		display: none;
	}
	dl#company dt{
		margin-right: 20px;
	}
	dl#company > dd > ul > li{
		margin-right: 10px;
	}
	footer{
		border-top: 5px solid #359FF3;
	}
	footer #foot_nav{
		display: none;
	}
	footer dl#company{
		display: block;
	}
	dl#company dt{
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 568px){
	#contents h1.wline br{
		display: inline;
	}
}
@media screen and (max-width: 567px){
}

/* ---------------------------------------------------------
	共通：ヘッダー
---------------------------------------------------------*/
header > .fix_center > ul#head_link{
	display: grid;
	margin-top: 10px;
	grid-template-columns: auto auto auto auto;
	grid-template-rows: 24px 36px;
	gap: 5px 10px;
}
ul#head_link li{
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
}
ul#head_link li a{
	display: block;
	transition: 0.3s;
}
ul#head_link li#mypage{
	font-size: 18px;
	font-size: 18rem;
	grid-column: 1 / 5;
	grid-row: 2 / 3;
}
ul#head_link li#mypage a{
	color: #359FF3;
	float: right;
}
ul#head_link li#mypage a:hover{
	color: #00328B;
}
ul#head_link li#mypage a::before{
	content: '\f406';
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-size: 24rem;
	font-weight: 900;
	padding-right: 3px;
}
ul#head_link li.sns a{
	padding-left: 22px;
	font-size: 16px;
	font-size: 16rem;
	font-weight: normal;
	background-size: 20px !important;
}
ul#head_link li.sns a:hover{
	color: #00328B !important;
	background-color: rgba(255, 255, 255, 0.4) !important;
	background-blend-mode: lighten !important;
}
ul#head_link li.sns:last-of-type{
	margin-right: 0;
}
ul#head_link li#fb a{
	color: #0865fe;
}
ul#head_link li#fb a{
	background: url(/__common/sns_square-facebook.svg) no-repeat left center;
}
ul#head_link li#xtw a{
	color: #0f1419;
}
ul#head_link li#xtw a{
	background: url(/__common/sns_square-x-twitter.svg) no-repeat left center;
}
ul#head_link li#ig a{
	color: #7638fa;
}
ul#head_link li#ig a{
	background: url(/__common/sns_square-instagram.svg) no-repeat left center;
}
ul#head_link li#ln a{
	color: #06c655;
}
ul#head_link li#ln a{
	background: url(/__common/sns_square-line.svg) no-repeat left center;
}


/* ---------------------------------------------------------
	共通：フッター
---------------------------------------------------------*/
footer #footer_common{
	margin-top: 10px;
}
footer #footer_common > .fix_center{
	position: relative;
}
footer a:link{ color: #333; }
footer a:visited{ color: #666; }
footer aside{
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 10px;
	font-size: 12px;
	font-size: 12rem;
}
footer aside ul li{
	display: inline-block;
	margin-right: 20px;
}
footer aside ul li a{
    position: relative;
    padding-left: 10px;
}
footer aside ul li a:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #666;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

footer dl#footlogo{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
	-webkit-flex-flow: row-reverse wrap;
	flex-flow: row-reverse  wrap;
	align-items: center;
	font-size: 10px;
	font-size: 10rem;
}
footer dl#footlogo dt{
	margin-left: 20px;
}
footer dl#footlogo dt a{
	display: block;
}
footer dl#footlogo dt a:hover img{
	opacity: 0.6;
}
footer #footlink{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: strech;
	align-content: strech;
}
footer dl#info,
footer dl#use{ width: 18%; }
footer dl#site{
	margin-top: 52px;
	width: 60%;
}
footer dl#info dt,
footer dl#use dt{
	margin-bottom: 3px;
	padding: 3px 5px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
footer dl#site dt{
	margin-bottom: 3px;
	padding: 3px 5px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #073987;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
footer dl#site dd ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
	justify-content: flex-start;
	-webkit-justify-content:  flex-start;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	gap: 0 20px;
}
footer dl#info dd a,
footer dl#use dd a,
footer dl#site dd ul li a{
    position: relative;
    padding-left: 10px;
	font-size: 12px;
	font-size: 12rem;
}

footer dl#info dd a::before,
footer dl#use dd a::before,
footer dl#site dd ul li a::before{
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #1D2087;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}
footer dl#info dd a::before,
footer dl#use dd a::before{ border-left: solid 6px #666; }

footer small{
	display: block;
	margin-top: 10px;
	padding: 5px 0;
	font-size: 12px;
	font-size: 12rem;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: #FFF;
	background: #359FF3;	
	box-shadow: 0 -3px #1D2087;
	-moz-box-shadow: 0 -3px #1D2087;
	-ms-box-shadow: 0 -3px #1D2087;
	-o-box-shadow: 0 -3px #1D2087;
	-webkit-box-shadow: 0 -3px #1D2087;
}
#kaigai{
	z-index: 100;
	top: 0;
	width: 100%;
	overflow: hidden;
	background: #d5001d;
}
#kaigai br{
	display: none;
}
#kaigai ul{
	padding: 10px 0;
	text-align: center;
}
#kaigai ul li{
	font-size: 18rem;
	color: #FFF;
}
div#kaigai ul li a{
	color: #FF0;
}
div#kaigai ul li a:hover{
	text-decoration: none;
}
@media screen and (max-width: 820px){
	footer{
		border-top: 5px solid #83B3B6;
	}
	footer aside{
		right: 10px;
	}
	footer dl#footlogo dt{
		margin-left: 10px;
		width: 180px;
	}
	footer dl#info,
	footer dl#use{
		width: 18%;
	}
	footer dl#site{
		margin-top: 40px;
		width: 60%;
	}
	footer dl#info dt,
	footer dl#use dt{
		font-size: 12px;
		font-size: 12rem;
		font-weight: normal;
	}
	#kaigai ul li{
		font-size: 16px;
		font-size: 16rem;
	}
}
@media screen and (max-width: 430px){
	footer aside,
	footer aside dl#footlogo{
		position: relative;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin: 0 auto 10px;
		text-align: center;
	}
	footer aside dl#footlogo dt{ margin: 5px 0 0; }
	footer aside ul{
		padding-top: 5px;
		border-top: 1px solid #CCC;
	}
	footer dl#info,
	footer dl#use{
		width: 48%;
		margin-bottom: 10px;
	}
	footer dl#site{
		width: 100%;
		margin-top: 0;
	}
	footer small{
		text-align: center;
		font-size: 10px;
		font-size: 10rem;
		color: #FFF;
	}
	#kaigai ul li{
		font-size: 14px;
		font-size: 14rem;
	}
}

/* ---------------------------------------------------------
	共通：メンテナンス
---------------------------------------------------------*/
#contents #sliderBox{
	margin-bottom: 20px;
}
section#news.emg{
	border: none;
	padding: 0;
}
#news.emg .scrollArea{
	max-height: 260px;
}
#news dl#maintenance,
#main_title dl#maintenance{
	margin-bottom: 20px;
	background: #FFFFE0;
}
#main_title dl#maintenance{
	text-align: center;
}
#news dl#maintenance dt,
#main_title dl#maintenance dt{
	padding: 5px 10px;
	font-size: 16px;
	font-size: 16rem;
	font-weight: bold;
	text-align: center;
	color: #FF0;
	background: #00328B;
	border-radius: 8px 8px 0 0;
}
#news dl#maintenance dt span,
#main_title dl#maintenance dt span{
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	font-size: 12rem;
	font-weight: normal;
}
#news dl#maintenance dd,
#main_title dl#maintenance dd{
	padding: 5px 10px;
	border: 2px solid #00328B;
	border-radius: 0 0 8px 8px;
}
#news dl#maintenance dd em,
#main_title dl#maintenance dd em{
	margin-top: 0.5em;
	display: block;
	font-weight: bold;
	color: #F00;
}
#news dl#maintenance dd table,
#main_title dl#maintenance dd table{
	margin: 0 auto 0.5em;
	font-weight: bold;
}
#news dl#maintenance dd table th,
#main_title dl#maintenance dd table th{
	padding-right: 10px;
	text-align: left;
}
#news dl#maintenance dd table td,
#main_title dl#maintenance dd table td{
	color: #F00;
	text-align: left;
}
