@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 118.0rem;
	height: auto;
	padding: 10.0rem 0 10.0rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 32.0rem;
		padding: 8.0rem 0 8.0rem;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 6.8rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		margin: 0 0 3.8rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 1.0rem;
	font-size: 4.5rem;
	line-height: 4.5rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text01{
		font-size: 3.0rem;
		line-height: 3.0rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 2.2rem;
	line-height: 2.2rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text02{
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	padding: 0 0 1.5rem;
	margin: 0;
	border-bottom: .2rem solid #DF2127;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
	}
}
.contents01 .contents01_01 .contents01_01_02 > .text01{
	width: auto;
	height: auto;
	margin: 0 auto .5rem;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #000142;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 > .text02{
	width: auto;
	height: auto;
	margin: 0 auto .5rem;
	font-size: 2.6rem;
	line-height: 3.2rem;
	color: #000142;
	display: block;
}
.contents01 .contents01_01 .contents01_01_03{
	width: 100%;
	height: auto;
	margin: 3.5rem 0 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_04{
	width: auto;
	height: auto;
	margin: 5.0rem 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 76.7rem) {
	.contents01 .contents01_01 .contents01_01_04{
		width: 100%;
		margin: 3.6rem 0 0;
		justify-content: space-between;
	}
}
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_01,
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_03{
	width: 9.0rem;
	height: auto;
	margin: 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 76.7rem) {
	.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_01,
	.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_03{
		width: 7.0rem;
	}
}
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_02{
	width: 20.0rem;
	height: auto;
	margin: 0 2.0rem;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 76.7rem) {
	.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_02{
		width: 12.0rem;
		margin: 0;
	}
}
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_01 a,
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_02 a,
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_03 a{
	box-sizing: border-box;
	width: 100%;
	height: 5.0rem;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.9rem;
	color: #B7B7B7;
	border: .1rem solid #B7B7B7;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_01 a:hover,
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_02 a:hover,
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_03 a:hover{
	color: #ffffff;
	background-color: #B7B7B7;
	opacity: 1;
}
/*.contents01ここまで*/