@charset "UTF-8";
/* CSS Document */

/*reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
img,abbr,acronym,fieldset,a {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,img {
	display: block;
}

/* ----- */
h1 {
	margin-top: 30px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	color: #423E3E;
	font-weight: 500;
}
h2 {
	margin-top: 50px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.95rem;
	letter-spacing: 0.03em;
	line-height: 3;
	color: #423E3E;
	font-weight: 400;
}
.contents {
	width: 45vw;
	margin-top: 7vh;
	margin-left: auto;
	margin-right: auto;
}
.contents p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
	color: #423E3E;
	font-weight: 300;
}
.contents ul {
	list-style-type:disc;
}
.contents ul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.85rem;
	letter-spacing: 0.03em;
	line-height: 2;
	color: #423E3E;
	font-weight: 300;
}
h3 {
	margin-top: 100px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.95rem;
	letter-spacing: 0.03em;
	color: #423E3E;
	font-weight: 400;	
}
h4 {
	margin-top: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	line-height: 3;
	color: #423E3E;
	font-weight: 400;
}
.law {
	width: 45vw;
	margin-top: 7vh;
	margin-left: auto;
	margin-right: auto;
}
.law dl dt{
	display: inline-block;
	float: left;
	clear: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.85rem;
    font-weight: 300;
	color: #423E3E;
	width: 45%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	align-self: flex-start;
	margin-bottom: 10px;
}
.law dl dd{
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.8rem;
	line-height: 1.5;
	font-weight: 300;
	color: #423E3E;
	width: 50%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
footer {
	margin-top: 200px;
	display: block;
	font-weight: 100;
    text-align: center;
    width: 100%;
  }	
footer a {
	margin-bottom: 50px;
	text-align: center;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	letter-spacing: 0.03em;
	color: #423E3E;
	font-weight: 300;	
}
footer img{
	width: 50px;
	margin-top: 5vh;
	margin-bottom: 15vh;
	margin-left: auto;
	margin-right: auto;
}
.sns-rink {
	display: inline-block;
	vertical-align: top;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.sns-rink a {
	color: #423E3E;
}
.sns-rink a:hover {
	color: rgba(2,48,76,0.56);
} 
footer p {
	margin-top: 10vh;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.03em;
	color: #423E3E;
	font-weight: 300;
	
}
@media screen and (max-width: 767px) {
	
 .contents{
	width: 80vw;
}
.law{
	width: 85vw;
}


	