@charset "UTF-8";
html{
	font-size: 62.5%;
	font-family: sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	-webkit-text-size-adjust:100%;
}
@media screen and (max-width: 767px) {
	html{font-size: 56.25%;}
}

body {
	font-size: 1.6em;
	line-height: 1.8;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

section, aside{
	margin: 1rem;
}

ul, ol, dl, dt, dd{
	padding: 0;
	margin: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2{
	font-size: 2.4rem;
	text-align:center;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
	font-family: serif;
	letter-spacing: 0.5rem;
	margin: 3rem 0;
}
.h2-sub{font-size: 1.4rem;}

h3{
	text-align:center;
	color:#008fc7;
	margin: 1.5rem 0;
	letter-spacing: 0.5rem;
	font-size: 2rem;
}
h4{
	font-size: 1.8rem;
	line-height: 2.5;
}

table{
	border-top: #e7e7e7 solid 1px;
	border-left: #e7e7e7 solid 1px;
	border-collapse:collapse;
	box-sizing:border-box;
}
tr,th,td{
	font-size: 1.4rem;
	border-bottom: #e7e7e7 solid 1px;
	border-right: #e7e7e7 solid 1px;
	padding: 1rem;
	line-height: 1.8;
}

th{
	background-color: #e0eeff;
	font-weight: normal;
	text-align: left;
}

p, li {
	font-size: 1.4rem;
	text-align: left;
	color:#231815;
	line-height: 1.8;
}
p.stl-c{text-align:center;}
p.stl-b{
	font-size: 1.8rem;
	line-height: 2.5;
}
span.hl01{color:#eb6b96;}
span.hl02{font-size:1.6rem;font-weight:bold;}
span.mk01{color:red;}

a img {
	border: none;
	margin: 0px;
}

a:link,a:visited {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.7;
}

.img-box img{width: 100%;}

#container {
	width: 100%;
}

.top-images {
	width: 100vw;
	height: 425px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-images-title{
	color: #FFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 1.2;
	font-weight: bold;
	text-align:center;
	text-shadow:1px 1px 0 #000;
}

/*tablet & pc*/
@media screen and (min-width: 768px) {
	.top-images {margin-top:56px;}
}
/*smartphone*/
@media screen and (max-width: 767px) {
	.top-images {margin-top:40px;}
}
.top-images-s{font-size:1.8rem;}
.top-images-m{font-size:2.4rem;}
.top-images-l{font-size:8rem;}

#contents {
	width: 100%;
	max-width:1240px;
	margin: 2rem auto;
}
.centering-contents p{
	text-align: center;
}

.innerpage-contents-box-s{
	max-width: 600px;
	margin:0 auto;
	padding: 0 1rem;
	border: 1px #aaa solid;
}

ul.list-n li{
	margin:0px 1rem 0 2rem;
	list-style:circle;
}

.sns{
	text-align: right;
}
