﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
html {
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 -webkit-text-size-adjust:100%;
 word-break:normal;
 -moz-tab-size:4;
 -o-tab-size:4;
 tab-size:4;
 font-size:62.5%;
}

body {
	color:#202222;
	font-family:"Noto Sans JP",sans-serif;
	font-size:1.6rem;
	line-height:1.7;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	margin: 0;
}

a {
	color: #0068b7;
	text-decoration: none;
	word-break: break-all;
	box-sizing: border-box;
}

/*
header
//////////////////////////////////////////////////// */

header {
	display: block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 1.0;
}

header h1 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
}

header h1 img {
	vertical-align: top;
}

@media (min-width: 897px) {

	header {
		height: 55px;
	}

}

@media (max-width: 897px) {

	header {
		height: 4.5rem;
	}

	header h1 {
		padding: 10px 15px;
	}

	header h1 img {
		width: 50%;
	}

}

/*
header
//////////////////////////////////////////////////// */

footer {
	display: block;
	padding: 15px 0;
	border-top: 1px solid #ccc;
	text-align: center;
	width: 100%;
	position: relative;
}

footer p img {
	width: 100px;
	height: auto;
	display: inline-block;
}

footer p {
	font-size: 85%;
	color: #888;
}

@media (max-width: 897px) {

	footer p img {
		width: 80px;
	}

}

/*
content
//////////////////////////////////////////////////// */

main {
	display: block;
	margin: 2em auto;
	max-width: 1000px;
}

main ul {
	list-style: none;
	margin: 0 1em;
	padding: 0;
}

main ul li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}

.t_right {
	text-align: right;
}

@media (min-width: 897px) {

	main {
		width: 100%;
	}


}

@media (max-width: 897px) {

	main {
		margin: 0 1.5em;
	}

}

.attention_box {
	border: 2px solid #CC0000;
	padding: 1em 1.5em 0;
	margin: 0 0 2.5em;
}

.attention_box p {
	margin: 1em 0;
}

.attention_box .attention_title {
	font-size: 2.4rem;
	line-height: 1.3;
	color: #CC0000;
	font-weight: bold;
	margin-top: 0;
}

.attention_box p.t_right {
	text-align: right;
}

ul.agree_list {
	margin-bottom: 2em
}

ul.agree_list li {
	padding: 0.25em 0;
	line-height: 1.3;
}

h1.agree_title {
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}

h1.agree_title01 {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 20px 0;
}

.sec_block h2 {
	margin: 1em 0 0;
	font-weight: bold;
}

.sec_block p {
	margin: 1em 0;
}

.sec_block h2 + p {
	margin-top: 0.5em;
}

.indent_1 {
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}



@media (min-width: 897px) {

	.sec_block {
		padding: 2em 0;
		border-top: 1px solid #ccc;
	}

	h1.agree_title {
		margin-bottom: 40px;
	}

}

@media (max-width: 897px) {

	.sec_block {
		padding: 1em 0;
		border-top: 1px solid #ccc;
	}

	.attention_box .attention_title {
		font-size: 1.7rem;
	}

	h1.agree_title01 {
		font-size: 1.7rem;
		font-weight: bold;
		margin: 1.5em 0;
	}

	main h2 {
		font-size: 1.7rem;
	}

}
