@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents01 .contents01_01{
	width: 1080px;
	height: auto;
	padding: 55px 0 90px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 335px;
		padding: 45px 0 60px;
	}
}
.contents01 .contents01_01 h2{
	width: auto;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 70px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 30px;
		font-size: 25px;
		line-height: 33px;
	}
}
.contents01 .contents01_01 h2::before{
	content: '';
	width: 310px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #00683C;
}
.contents01.en .contents01_01 h2::before{
	width: 170px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 h2::before{
		width: 221px;
	}
	.contents01.en .contents01_01 h2::before{
		width: 107px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01{
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 432px;
	height: auto;
	margin: 0;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		width: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(2){
	margin: 0 0 0 82px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(2){
		margin: 40px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto 21px;
	font-size: 29px;
	line-height: 39px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text01{
		margin: 0 auto 13px;
		font-size: 23px;
		line-height: 33px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text01::after{
	content: '';
	width: 23px;
	height: 12px;
	margin: 20px auto 0;
	background-image: url(../img/inquiry/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text01::after{
		width: 22px;
		height: 11px;
		margin: 12px auto 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 a{
	box-sizing: border-box;
	width: 100%;
	height: 81px;
	margin: 0;
	font-size: 22px;
	line-height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 3px 3px 20px 0 rgba(0,0,0,0.19);
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 a{
		height: 61px;
		font-size: 17px;
		line-height: 27px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(1) a{
	background-color: #FFD136;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(2) a{
	color: #ffffff;
	/* background-color: #D32E05; */
	background-color: #999;
	opacity: .5;
	pointer-events: none;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 a .svg{
	content: '';
	width: 25px;
	height: 25px;
	margin: 0 0 0 20px;
	display: block;
	flex-shrink: 1;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 a .svg{
		width: 20px;
		height: 20px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(2) a .svg path{
	fill: #ffffff;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text03{
	width: 100%;
	height: auto;
	margin: 6px auto 0;
	font-size: 16px;
	line-height: 21px;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text03{
		margin: 8px auto 0;
		font-size: 14px;
	}
}
/*.contents01ここまで*/