@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01 {
		width: 100%;
		padding: 0 5%;
	}
}
.contents01 .contents01_01 h2{
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.004em;
	padding: 47px 0 0;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01 h2 {
		font-size: 24px;
		padding-top: 20px;
	}
}
.contents01 .contents01_01 p{
	font-size: 15px;
	line-height: 25px;
	padding: 5px 0 0;
}
.contents01_01_01{
	width: 100%;
	height: auto;
	padding-top: 63px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
	.contents01_01_01 {
		padding-top: 35px;
	}
}
.contents01_01_01 .contents01_01_01_01{
	width: 220px;
	height: auto;
	display: block;
	text-align: right;
	margin: 33px 33px 0 0;
	transition: .5s;
	position: relative;
}
@media only screen and (max-width:767px) {
	.contents01_01_01 .contents01_01_01_01 {
		width: calc(100% / 2 - 10px);
		margin: 20px 20px 0 0;
	}
}
.contents01_01_01 .contents01_01_01_01:nth-of-type(1),
.contents01_01_01 .contents01_01_01_01:nth-of-type(2),
.contents01_01_01 .contents01_01_01_01:nth-of-type(3),
.contents01_01_01 .contents01_01_01_01:nth-of-type(4){
	margin-top: 0;
}
@media only screen and (max-width:767px) {
	.contents01_01_01 .contents01_01_01_01:nth-of-type(1),
	.contents01_01_01 .contents01_01_01_01:nth-of-type(2){
		margin-top: 0;
	}
	.contents01_01_01 .contents01_01_01_01:nth-of-type(3),
	.contents01_01_01 .contents01_01_01_01:nth-of-type(4){
		margin-top: 20px;
	}
}
.contents01_01_01 .contents01_01_01_01:nth-of-type(4n){
	margin-right: 0;
}
@media only screen and (max-width:767px) {
	.contents01_01_01 .contents01_01_01_01:nth-of-type(2n){
		margin-right: 0;
	}
}
.contents01_01_01 .contents01_01_01_01:hover{
	opacity: 0.5;
	transition: .5s;
}
.contents01_01_01 .contents01_01_01_01 img{
	width: 100%;
	height: auto;
	display: block;
}
.contents01_01_01 .contents01_01_01_01 h4{
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	text-align: left;
	margin-top: 15px;
}
.contents01_01_01 .contents01_01_01_01 p{
	font-size: 14px;
	line-height: 24px;
	color: #747474;
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.contents01_01_01 .contents01_01_01_01 p{
		line-height: 23px;
	}
}
.contents01_01_01 .contents01_01_01_01 p span{
	font-size: 14px;
	line-height: 24px;
	color: #CB453D;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01_01_01 .contents01_01_01_01 p span{
		display: inline;
	}
}
@media only screen and (max-width: 530px) {
	.contents01_01_01 .contents01_01_01_01 p span{
		display: block;
	}
}
.inc_guide .inc_guide_01{
	padding-top: 113px;
}
@media only screen and (max-width:767px) {
	.inc_guide .inc_guide_01 {
		padding-top: 30px;
	}
}
.contents01_01_01 .contents01_01_01_01 button{
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(../img/common/icon011.svg);
	/*background-color: rgba(255, 255, 255, .5);*/
	background-repeat: no-repeat;
	background-size: 23px auto;
	background-position: center;
	transition: all .5s;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
	cursor: pointer;
}
.contents01_01_01 .contents01_01_01_01 .active{
	background-image: url(../img/common/icon013.svg);
}
.contents01_01_01 .contents01_01_01_01 button span{
	display: none;
}
.inc_guide .inc_guide_01{
	padding-top: 113px;
}