@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	background-image: url(../img/special/cloth_bg.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width:767px) {
	.contents01{
		background-image: url(../img/special/cloth_bg_sp.jpg);
	}
}
.contents01 .contents01_01{
	width: 980px;
	height: 267px;
	text-align: center;
	margin: 0 auto 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01{
		width: 100%;
		height: 200px;
	}
}
.contents01 .contents01_01 h2{
	width: 420px;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01 h2{
		width: 263px;
	}
}
.contents01 .contents01_01 h2 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

.contents02{
	width: 100%;
	height: auto;
	text-align: center;
}
.contents02_01{
	width: 980px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-top: 81px;
}
@media only screen and (max-width:767px) {
	.contents02_01 {
		width: 100%;
		padding: 55px 25px 0px;
	}
}
.contents02_01 h3{
	font-size: 30px;
	line-height: 40px;
}
@media only screen and (max-width:767px) {
	.contents02_01 h3 {
		font-size: 24px;
		line-height: 34px;
	}
}
.contents02_01 p.top_text{
	font-size: 17px;
	line-height: 27px;
	margin-top: 26px;
}
@media only screen and (max-width:767px) {
	.contents02_01 p.top_text {
		font-size: 16px;
		line-height: 26px;
	}
}
.contents02_01 .contents02_01_01{
	width: 980px;
	height: auto;
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01 {
		width: 100%;
		justify-content: space-between;
	}
}
.contents02_01 .contents02_01_01 a{
	width: 220px;
	height: auto;
	margin: 33px 33px 0 0;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01 a {
		width: calc(100%/2 - 10px);
		margin-right: 0px;
		margin: 20px 20px 0 0;
	}
}
.contents02_01 .contents02_01_01 a:nth-of-type(1),
.contents02_01 .contents02_01_01 a:nth-of-type(2),
.contents02_01 .contents02_01_01 a:nth-of-type(3),
.contents02_01 .contents02_01_01 a:nth-of-type(4){
	margin-top: 0;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01 a:nth-of-type(1),
	.contents02_01 .contents02_01_01 a:nth-of-type(2){
		margin-top: 0;
	}
	.contents02_01 .contents02_01_01 a:nth-of-type(3),
	.contents02_01 .contents02_01_01 a:nth-of-type(4){
		margin-top: 20px;
	}
}
.contents02_01 .contents02_01_01 a:nth-of-type(4n){
	margin-right: 0;
}
@media only screen and (max-width:767px) {
	.contents02_01 .contents02_01_01 a:nth-of-type(2n){
		margin-right: 0;
	}
}
.contents02_01 .contents02_01_01 a img{
	width: 100%;
	height: auto;
}
.contents02_01 .contents02_01_01 a h4{
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	margin-top: 10px;
	text-align: left;
}
.contents02_01 .contents02_01_01 a p{
	font-size: 14px;
	line-height: 24px;
	color: #747474;
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.contents02_01 .contents02_01_01 a p{
		line-height: 23px;
	}
}
.contents02_01 .contents02_01_01 a p span{
	font-size: 14px;
	line-height: 24px;
	color: #CB453D;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02_01 .contents02_01_01 a p span{
		display: inline;
	}
}
@media only screen and (max-width: 530px) {
	.contents02_01 .contents02_01_01 a p span{
		display: block;
	}
}