@charset "UTF-8";

.sp_img{
	display: none;
}

.main_visual{
    width: 100%;
    margin-bottom: 90px;
    position: relative;
    margin-top: 70px;
}

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

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

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

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

.item02{
    width: 730px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 131px;
}
.btn_norikaewari_cp {
    width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
}

.item02 img{
}

.item02_text{
	width: 365px;
	margin: 0 auto 10px;
}

.item03{
	margin-bottom: 100px;
}

.item04{
    width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.item04 a{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.item04 a:hover{
	opacity: 0.7;
}

.item05{
	width: 730px;
	margin: 0 auto 80px;
}

.btn_contents{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.btn_contents .btn_item:last-child{
	margin-right: 0;
}
.btn_norikaewari_cp a .pc_img {
    -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;
	}

	.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: 106px;
	}

	.item04{
		width: 100%;
	}
.btn_norikaewari_cp   {
    width: 100%;
    margin-bottom: 98px;
}

}
.btn_norikaewari_cp a .pc_img:hover {
    -webkit-opacity: 0.7;
    opacity: 0.7;
}
