@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 120.0rem;
	height: auto;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	padding: 10.0rem 0;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 35.3rem;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 3.5rem;
	font-size: 3.0rem;
	line-height: 3.0rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text01{
		margin: 0 0 2.5rem;
		font-size: 2.0rem;
		line-height: 2.0rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 3.5rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		text-align: left;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.6rem;
	line-height: 3.0rem;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .link01{
	width: 30.0rem;
	height: 7.2rem;
	margin: 0;
	font-size: 2.0rem;
	line-height: 2.0rem;
	border: .1rem solid #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_01 > .link01:hover{
	color: #ffffff;
	background-color: #000000;
	opacity: 1;
}
.contents01 .contents01_01 .contents01_01_01 > .link01::before{
	content: '';
	width: 5.0rem;
	height: 1.2rem;
	background-image: url(../img/thanks/contents01/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	top: 2.5rem;
	bottom: auto;
	left: auto;
	right: -2.5rem;
	margin: auto;
}
/*.contents01ここまで*/