@charset "utf-8";

* {
	word-break: break-all;
	padding: 0;
	margin: 0;
	box-sizing: inherit;
}

html {
	font-size: 62.5%;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1rem
}

a {
	color: inherit;
	text-decoration: none;
	transition: opacity .3s;
	opacity: 1;
}

a:hover {
	text-decoration: underline;
	opacity: .6
}

dl {
	margin: 1rem auto;
	line-height: 1.85
}

ol,
ul {
	list-style: none
}

table {
	background-color: #fff;
	border-collapse: collapse;
	width: 100%;
	margin: 1.5rem auto;
	font-size: 1.6rem;
}

td,
th {
	border: 1px solid #000;
	vertical-align: top;
	padding: .5rem 1rem
}

th {
	text-align: center;
	background-color: #4d4d4d;
	border-color: #4d4d4d;
	font-weight: 400;
	color: #fff
}

section {
	font-size: 1.6rem;
	margin: 0;
	padding: 2rem 0;
}

.inner {
	max-width: 94rem;
	margin: 0 auto;
	padding: 0 1rem
}

.indent {
	margin: 1rem 2rem;
}

.list-note > li,
.list-point > li,
.list-check > li {
	position: relative;
	padding-left: 1.25em
}

.list-note > li::before,
.list-point > li::before,
.list-check > li::before {
	position: absolute;
	top: 0;
	left: 0;
}

.list-note > li::before {
	content: '※'
}

.list-point > li::before {
	content: '・'
}

.list-check > li::before {
	content: '';
	display: inline-block;
	background: url(/images/ico_check01.svg) 0 .5em/contain no-repeat;
	width: .8508rem;
	height: 100%;
}

.page-title {
	text-align: center;
	color: #09194f;
	font-size: 2.4rem;
	padding: 0;
	padding-bottom: 2rem
}

.section-title {
	justify-content: center;
	display: flex;
	border-radius: 1.8rem;
	max-width: 38rem;
	width: 100%;
	height: 3.5rem;
	margin: 0 auto 3rem;
	align-items: center;
	background-color: #09194f;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400
}

@media (min-width:751px) {
	.wrapper {
		padding: 9.7rem 0 0rem
	}

	.pc {
		display: inherit
	}

	.sp {
		display: none !important
	}
}

@media (max-width:750px) {
	.wrapper {
		padding-top: 5rem
	}

	.pc {
		display: none !important
	}

	.sp {
		display: inherit
	}

}
