@charset "utf-8";
#web_page {
	width: 90%;
	margin: 0 auto;
}
.explan {
	margin: 20px 0;
}
.explan p.title {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.8;
    margin-bottom: 15px;
}
.explan p.url {
	font-size: 0.875rem;
}
.web01, .web02 {
	display: flex;
	flex-flow: row wrap; 
	justify-content: space-between;
	align-items: flex-start;
}
.web02 {
	margin-top: 50px;
}

.web_pc {
	width: 70%;
}
.web_sp {
	width: 25%;
}
.web_pc img, .web_sp img {
	width: 100%;
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
	
.explan p.title {
	font-size: 4.2vw;
}
.explan p.url {
	font-size: 2vw;
}
.web01, .web02 {
	flex-direction: column;
}

.web_pc {
	width: 90%;
	margin: 0 auto;
}
.web_sp {
	width: 60%;
	margin: 30px auto 0;
}
	
}

