@charset "UTF-8";

.sp_img{
	display: none;
}

.main_visual{
    width: 840px;
    margin-bottom: 120px;
    position: relative;
    margin-top: 109px;
    margin-left: auto;
    margin-right: auto;
}

.main_visual img {
	width: 100%;
	height: auto;
}

.content_inner{
	width: 1000px;
	margin: auto;
}

.content_inner img{
	width: 100%;
	height: auto;
}

.item01{
    width: 850px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 130px;
}

.item02{
    width: 850px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 130px;
}

.item03{
    margin-bottom: 140px;
    margin-left: auto;
    margin-right: auto;
    width: 850px;
}

.item04{
    width: 630px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 57px;
}
.yoyaku_btn {
    margin-left: auto;
    margin-bottom: 100px;
    margin-right: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 730px;
}
.norikaewari_bn_01 {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 39px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.shaken_bn_01 {
    margin-bottom: 100px;
    width: 730px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn_contents .btn_item:last-child{
	margin-right: 0;
}
.ecowari_bn_01 {
    width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}





/*Mobile*/
@media screen and (max-width: 736px) {

	.sp_img{
		display: block;
	}

	.pc_img{
		display: none;
	}

	.content_inner{
		width: 90%;
	}

	body{
		padding-bottom: 0;
	}

	.main_visual{
    margin: 12vw auto 15vw;
    width: 100%;
	}

	.contents_item01,
	.contents_item02{
		width: 100%;
		margin-bottom: 12vw;
	}

	.btn_contents .btn_item{
		width: 100%;
		margin-right: 0;
		margin-bottom: 3vw;
	}

	.btn_contents{
		margin-bottom: 10vw;
	}

	.item01{
		width: 100%;
		margin-bottom: 15vw;
	}

	.item02{
		width: 100%;
		margin-bottom: 20vw;
	}

	.item04{
		width: 100%;
	}
.item03 {
    width: 100%;
}
.yoyaku_btn {
    width: 100%;
}
.norikaewari_bn_01   {
    width: 100%;
}
.shaken_bn_01 {
    width: 100%;
}
.ecowari_bn_01 {
    width: 100%;
}

}
.yoyaku_btn:hover {
    -webkit-opacity: 0.7;
    opacity: 0.7;
}
.norikaewari_bn_01:hover {
    -webkit-opacity: 0.7;
    opacity: 0.7;
}
.shaken_bn_01:hover {
    -webkit-opacity: 0.7;
    opacity: 0.7;
}
.ecowari_bn_01:hover {
    -webkit-opacity: 0.7;
    opacity: 0.7;
}
