@charset "UTF-8";
/* ======================================================
　　利用規約
====================================================== */



/* reset
====================================================== */
html, body, h1, h2, h3, h4, h5, h6,
ul, ol, dl, li, dt, dd, p, span,
div, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button, input, select, textarea {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	border: none;
	background: transparent;
}
article, header, footer, aside,
figure, figcaption, nav, section {
	display: block;
}
html {
	font-size: 62.5%;
	height: 100%;
	overflow-y: scroll;
}
body {
	padding-right: 0 !important;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
img {
	image-rendering: auto;
}



/* style
====================================================== */
/* common ---------------------------------------*/
h1, h2, h3, h4, h5, h6,
ul, ol, dl, li, dt, dd, p, span, a,
table, th, td,
button, input, select, textarea {
  line-height: 170%;
}
@media screen and (max-width: 768px) {
	h1, h2, h3, h4, h5, h6,
	ul, ol, dl, li, dt, dd, p, span, a,
	table, th, td,
	button, input, select, textarea {
		line-height: 150%;
	}
}

body {
	min-width: 320px;
	color: #000;
	font-size: 1.4rem;
	font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
	font-weight: 400;
	background: #e5e5e5;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.3rem;
	}
}

a {
	color: #333;
	text-decoration: none;
}


/* header ---------------------------------------*/
header {
	padding: 30px 10px 30px;
}
.header-wrapper-logo-title {
	width: calc(304px * 0.5);
	height: calc(115px * 0.5);
	margin: auto;
}
@media screen and (max-width: 820px) {
	.header-wrapper-logo-title {
		width: calc(304px * 0.329);
		height: calc(115px * 0.329);
	}
}
.header-wrapper-logo-title p a img {
	width: 100%;
}


/* wrapper ---------------------------------------*/
.wrapper {
	max-width: 780px;
	margin: 40px auto 0;
}
@media screen and (max-width: 820px) {
	.wrapper {
		margin: 20px auto 0;
		padding: 0 20px;
	}
}
.mv-wrapper-title h1 {
	font-size: 2rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.mv-wrapper-title h1 {
		font-size: 1.6rem;
	}
}

section.content {
	margin-top: 70px;
}
@media screen and (max-width: 820px) {
	section.content {
		margin-top: 50px;
	}
}
.content-wrapper a {
	color: #415daa;
	text-decoration: none;
	background: linear-gradient(#415daa, #415daa) 0 100% no-repeat;
	background-size: 100% 1px;
	word-break: break-all;
	position: relative;
}
.content-wrapper a:hover {
    animation: textLinkUnderline-privacyNumListItem .2s ease-out .1s 1 normal both;
}
@keyframes textLinkUnderline-privacyNumListItem {
	0% {
		background-size: 0 1px;
	}
	to {
		background-size: 100% 1px;
	}
}

.main-article-summary {
	font-size: 1.4rem;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.main-article-summary p {
		font-size: 1.3rem;
	}
}

.main-article-box > dl:last-child,
.main-article-box > dl > dd ol:last-child,
.main-article-box > dl > dd ol li:last-child {
	margin-bottom: 0;
}
.main-article-box > dl > dd ol.list-none {
	list-style: none;
	margin-left: 0;
}

.main-article-box > dl {
	margin-bottom: 40px;
}
.main-article-box > dl > dt {
	font-size: 1.4rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.main-article-box > dl > dt {
		font-size: 1.3rem;
	}
}
.main-article-box > dl > dd {
	font-size: 1.4rem;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.main-article-box > dl > dd {
		font-size: 1.3rem;
	}
}
.main-article-box > dl > dd > ol {
	list-style-type: decimal;
	margin: 0 0 12px 17px;
}
.main-article-box > dl > dd > ol > li {
	font-size: 1.4rem;
	margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
	.main-article-box > dl > dd > ol > li {
		font-size: 1.3rem;
	}
}
.main-article-box > dl > dd > ol > li > ol {
	margin: 10px 0 10px 30px;
}
.main-article-box > dl > dd > ol > li > ol > li {
	font-size: 1.4rem;
	margin-bottom: 5px;
	counter-increment: cnt;
}
@media screen and (max-width: 768px) {
	.main-article-box > dl > dd > ol > li > ol > li {
		font-size: 1.3rem;
	}
}
.main-article-box > dl > dd > ol > li > ol > li:before {
	width: 38px;
	display:inline-block;
	margin-left: -38px;
	content: "（" counter(cnt) "）";
}
.main-article-box > dl > dd > ol > li > ol > li > dl {
	margin-top: -24px;
}

.main-article-enactment {
	margin-top: 50px;
}
.main-article-enactment p {
	font-size: 1.4rem;
	line-height: 150%;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.main-article-enactment p {
		font-size: 1.3rem;
	}
}


/* footer ---------------------------------------*/
footer {
	margin-top: 100px;
	padding: 28px 0 30px;
	background: #000;
}
.footer-wrapper {
	max-width: 780px;
	margin: auto;
}
@media screen and (max-width: 820px) {
	.footer-wrapper {
		padding: 0 20px;
	}
}

.footer-wrapper-top p {
	color: #aaa;
	font-size: 1.4rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.footer-wrapper-top p {
		font-size: 1.3rem;
	}
}

.footer-wrapper-mid {
	color: #fff;
	text-align: center;
	margin: 8px auto 0;
}
.footer-wrapper-mid nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-wrapper-mid nav ul li {
	margin-right: 20px;
}
.footer-wrapper-mid nav ul li:last-child {
	margin-right: 0;
}
.footer-wrapper-mid nav ul li a {
	color: #aaa;
	font-size: 1.4rem;
	display: block;
	transition: color .5s;
}
@media screen and (max-width: 768px) {
	.footer-wrapper-mid nav ul li a {
		font-size: 1.3rem;
	}
}
.footer-wrapper-mid nav ul li a:hover {
	color: #fff;
}

.footer-wrapper-bot {
	margin: 8px auto 0;
}
.footer-wrapper-bot p {
	color: #aaa;
	font-size: 1.2rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.footer-wrapper-bot p {
		font-size: 1.1rem;
	}
}




