@charset "utf-8";

.keyvisual h1 {
	font-weight: bold;
	font-size: 21px;
	color: #000000;
}
.keyvisual h1 .sub_txt {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}
.keyvisual h1 .note_txt {
	display: block;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
	.keyvisual h1 {
		font-size: 38px;
	}
	.keyvisual h1 .sub_txt {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.keyvisual h1 .note_txt {
		font-size: 20px;
		margin-top: 15px;
		margin-bottom: 45px;
	}
}

.contents {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #4c4c4c;
}
.contents h2 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.contents h3 {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-bottom: 1em;
}

.contents .note_txt {
	text-align: center;
	font-size: 12px;
	color: #343434;
}
.contents .note_txt .bold_txt{
	font-weight: bold;
}

.link_img_outer {
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	justify-content: center;
}

.link_img_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	max-width: 460px;
	width: 100%;
	margin: 0 auto;
}
.link_img_wrap .link_img {
	max-width: 560px;
	width: 100%;
	margin-bottom: 20px;
}
.link_btn {
	display: flex;
	align-items: center;
	font-weight: bold;
	position: relative;
	color: #fff;
	background-color: #c3002f;
	text-decoration: none;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	max-width: 560px;
	font-size: 18px;
	padding: 0px 13px;
	height: 67px;
}
.link_btn .sub_txt {
	font-size: 0.85em;
	font-weight: normal;
}
a.icon-right-arrow:after {
	top: 0;
	bottom: 0;
	height: 20px;
	margin: auto;
}
.add_information {
	background-color: #eeeeee;
	padding: 10px;
	margin-top: 50px;
}
.add_information h4{
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
.add_information p{
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}
section.contents:last-of-type {
	border-bottom: none;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.link_img_outer {
		column-gap: 3.6vw;
		justify-content: center;
	}
	.link_img_wrap {
		width: 30%;
		max-width: 560px;
		min-width: 320px;
		margin: 0;
	}
	.contents h2 {
		font-size: 30px;
	}
	.contents .note_txt {
		font-size: 18px;
	}
	.contents h3 {
		font-size: 26px;
	}
	.add_information {
		padding: 10px 20px;
	}
	.add_information h4{
		font-size: 18px;
	}
	.add_information p{
		font-size: 16px;
	}
}

@media only screen and (min-width: 960px) {
	.link_img_outer {
		column-gap: 34px;
		justify-content: center;
	}
	.link_img_wrap {
		width: 30%;
		max-width: 560px;
		min-width: 320px;
		margin: 0;
	}
	.link_btn {
		font-size: 18px;
		height: 78px;
	}
	.contents .note_txt {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.contents h2 {
		font-size: 30px;
		text-align: center;
	}
	.contents .note_txt {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.contents h3 {
		font-size: 26px;
	}
	.add_information {
		padding: 10px 20px;
		max-width: 1150px;
		margin: 0 auto;
		margin-top: 50px;
	}
	.add_information h4{
		font-size: 18px;
	}
	.add_information p{
		font-size: 16px;
	}

}

.link_btn:hover {
	color: #fff;
	background-color: #920023;
	text-decoration: none;
}
.link_btn.icon-right-arrow:hover:after {
	right: 10px;
}
