@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP',
		"游ゴシック体",
		YuGothic,
		"游ゴシック Medium",
		"Yu Gothic Medium",
		"游ゴシック",
		"Yu Gothic",
		sans-serif;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

ul {
	list-style-type: none;
}

ul li {
	list-style-type: none;
}

.center {
	display: block;
	text-align: center;
}

.large {
	display: block;
	font-size: 18px;
	font-weight: 500;
}

.mt1em {
	margin-top: 1em !important;
}

.mt2em {
	margin-top: 2em !important;
}

.mt3em {
	margin-top: 3em !important;
}

.mt4em {
	margin-top: 4em !important;
}

.link_section {
	margin-top: -87px !important;
	padding-top: 87px !important;
}

/**************************************
						見出し
**************************************/

h2 {
	display: block;
	font-size: 40px;
	font-weight: 500;
	color: #231815;
	margin-bottom: 40px;
	text-align: center;
}

h2#top_copy_title {
	margin-top: 70px;
	letter-spacing: 0.1em;
}

.point_section h3 {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	padding-left: 55px;
	font-size: 80px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 0 #00a9dd,
		-1px -1px 0 #00a9dd,
		-1px 1px 0 #00a9dd,
		1px -1px 0 #00a9dd,
		0px 1px 0 #00a9dd,
		0-1px 0 #00a9dd,
		-1px 0 0 #00a9dd,
		1px 0 0 #00a9dd;
	text-indent: 0.1em;
	line-height: 1;
}

.point_section h3 span {
	color: #f8df2d;
	font-size: 130px;
	margin-top: -10px;
}

h3:before {
	content: url("../images/arw.png");
	position: absolute;
	left: -40px;
	top: 20px;
	z-index: 99;
}

h3 span#point02 {
	position: relative;
}

h3 span#guideline {
	position: absolute;
	right: 0;
	top: 0;
}

h3 span#guideline img {
	max-width: 170px;
}

h3 span.point {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	margin-right: 15px;
}

h4 {
	display: block;
	font-size: 28px;
	color: #00a9dd;
	margin-bottom: 10px;
	line-height: 1;
}

h5 {
	display: block;
	padding: 5px;
	font-size: 21px;
	color: #000;
	border-bottom: 7px solid #f8df2d;
	text-align: center;
}

h6 {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	background-color: #00a9dd;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
}


@media screen and (max-width: 640px) {
	.link_section {
		margin-top: -67px !important;
		padding-top: 67px !important;
	}


	.large {
		font-size: 14px;
	}


	h2 {
		font-size: 26px;
		margin-bottom: 25px;
	}

	.point_section h3 {
		font-size: 34px;
		padding-left: 0;
	}

	.point_section h3 span {
		font-size: 60px;
	}

	h3 span.point {
		width: auto;
		margin-right: 8px;
	}

	.point_section h3 {
		margin-bottom: 15px;
	}

	.point_section h3 img {
		width: 65px;
	}

	h3:before {
		display: none;
	}

	.point_section h3 span {
		margin-top: 0;
	}

	h3 span#guideline {
		position: static;
		margin-left: 30px;
	}

	h4 {
		font-size: 26px;
	}

	h5 {
		font-size: 16px;
	}

}