@charset "utf-8";
html,
body{ overflow:auto; }
body{
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FFF;
	position: relative;
	-webkit-text-size-adjust: none;
}
a:link{ text-decoration: none; }
a:visited{ text-decoration: none; }
a:hover{ text-decoration: none; }
img{
	height: auto;
	vertical-align: top;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* ----- clearfix ----- */
.clearfix { zoom: 1; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

/* ---------------------------------------------------------
	ヘッダー
---------------------------------------------------------*/
header{
	position: fixed;
	height: 60px;
	width: 100%;
	margin-bottom: 1em;
	padding: 10px 15px;
	background: #FFF;
	border-bottom: 5px solid #F00;
	box-shadow: 0 1px 5px  rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 5px  rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 5px  rgba(0, 0, 0, 0.4);
	z-index: 4;
}
header h1{ float: left; }
header a#menu{
	float: right;
	width: 36px;
	height: 36px;
	background: #F00 url(../_common/header_menu.png) no-repeat right center;
	background-size: contain;
	border: 2px solid #F00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
nav#sp_menu ul li{
	padding-left: 15px;
}
nav#sp_menu ul li.pc{
	background: url(../_common/nav_pc.png) no-repeat 10px center;
	background-size: 20px;
}
nav#sp_menu ul li.ski{
	background: #555 url(../_common/nav_ski.png) no-repeat 10px center;
	background-size: 20px;
}
nav#sp_menu ul li.mypage{
	background: #09F url(../_common/nav_mypage.png) no-repeat 10px center;
	background-size: 20px;
}
nav#sp_menu ul li.ql{
	background: #555 url(../_common/nav_ql.png) no-repeat 10px center;
	background-size: 20px;
}
nav#sp_menu ul li.rado{
	background: url(../_common/nav_rado.png) no-repeat 10px center;
	background-size: 20px;
}
nav#sp_menu ul li a span{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
nav#sp_menu ul li.spsns::before{
	content: '\f164';
	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{
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
	color: #E6E6E6;
	font-weight: 900;
	font-size: 18px;
	font-family: "Font Awesome 5 Brands";
}
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';
}

/* ---------------------------------------------------------
	本文
---------------------------------------------------------*/
section{
	margin-bottom: 20px;
}
#contents{
	margin-bottom: 5em;
	font-size: 14px;
	font-size: 1.4rem;
}
article{
	margin: 0 1em 2em;
}
article h2{
	margin-bottom: 0.5em;
	padding: 5px 5px 5px 10px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
	background: #FFF;
	border: 1px solid #CCC;
	border-top: 2px solid #EF810F;
}
article h2 span{
	padding-right: 5px;
	border-left: 5px solid #EF810F;
}

/* ---------------------------------------------------------
	パンくず
---------------------------------------------------------*/
ol#pankuz{
	margin-bottom: 10px;
	font-size: 10px;
	font-size: 1.0rem;
	line-height:1.2;
}
ol#pankuz li{
	display: inline-block;
}
ol#pankuz li a::after{ content: " > "; }

/* ---------------------------------------------------------
	ページアンカー
---------------------------------------------------------*/
#pagetop{
	padding: 5px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	background: #FFF;
	border-top: 1px solid #CCC;
}
p#pgTop{
	float: right;
	height: 25px;
	padding-top: 0.25em;
	background: url(../_common/btn_pgtop.png) no-repeat center right;
	background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	-ms-background-size: 25px 25px;
	-o-background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
}
p#pgTop a{
	padding-right: 28px;
	color: #333;
}
a.back{
	display:inline-block;
	width: 50px;
	height: 25px;
	padding: 0.25em 0 0 5px;
	text-align: center;
	color:#333;
	background: url(../_common/btn_back.png) no-repeat;
	background-size: 50px 25px;
	-moz-background-size: 50px 25px;
	-ms-background-size: 50px 25px;
	-o-background-size: 25px 25px;
	-webkit-background-size: 50px 25px;
}
/* ---------------------------------------------------------
	共通：フッター
---------------------------------------------------------*/
footer #footer_common{
	padding: 10px 10px 0 10px;
	background: #FFF;
}
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: 1.2rem;
}
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: flex;
	flex-flow: row-reverse  wrap;
	align-items: center;
	font-size: 10px;
	font-size: 1.0rem;
}
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: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: strech;
}
footer dl#info,
footer dl#use{
	width: 18%;
	text-align: left;
}
footer dl#site{
	margin-top: 52px;
	width: 60%;
	text-align: left;
}
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;
}
footer dl#site dt{
	margin-bottom: 3px;
	padding: 3px 5px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #073987;
	border-radius: 5px;
}
footer dl#site dd ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	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: 1.2rem;
}

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: 1.2rem;
	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;
}
@media screen and (max-width: 820px){
	footer{
		border-top: 5px solid #FF0000;
	}
	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: 1.2rem;
		font-weight: normal;
	}
	#kaigai ul li{
		font-size: 16px;
		font-size: 1.6rem;
	}
}
@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: 1.0rem;
		color: #FFF;
	}
	#kaigai ul li{
		font-size: 14px;
		font-size: 1.4rem;
	}
}