@charset "UTF-8";
/* CSS Document */
.threeplan-block1 p {
	margin-top: 25px;
	line-height: 2;
}
.threeplan-block1 span {
	color: #F77727;
}
.quotation {
	text-align: center;
	margin-top: 30px;
}
.quotation img {
	width: 90%;
}
.threeplan-block2 {
	background-image: url("../img/price/threeplan-bg.png");
	background-repeat: no-repeat;
	background-position: 102% -8%;
	border: solid 4px #F77727;
	margin-top: 80px;
	padding: 25px 15px 30px;
}
.threeplan-block2 h3 img {
	width: 71%;
}
.block-text1 {
	line-height: 2;
	margin-top: 10px;
}
.block-text1 span {
	color: #F77727;
}
.threeplan-img_flex {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.greenbg-text {
	font-size: 2.5rem;
	color: #FFF;
	background-color: #21b11e;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1;
	text-align: center;
	font-weight: 600;
	margin-top: 40px;
}
.block-text2 {
  margin-top: 30px;
	display: flex;
	padding-left: 50px;
	padding-right: 50px;
	align-items: center;
}
.block-text2 p {
	line-height: 2;
	margin-left: 20px;
}
.block-text2 p span {
  	color: #F77727;
}
.threeplan-block3 {
	background-color: #21b11e;
	padding: 25px 25px 25px 213px;
	position: relative;
	margin-top: 80px;
}
.illust {
	position: absolute;
	left: 2%;
	top: -18px;
}
.block-text3 p {
	line-height: 2;
	color: #FFF;
	margin-top: 10px;
}
.block-text3 .pc-img {
	width: 94%;
}
.threeplan-block4 {
	margin-top: 40px;
}
.threeplan-block4 img {
	width: 100%;
}
.contact-banner {
	margin-top: 80px;
	text-align: center;
}
.contact-banner a {
	display: inline-block;
	max-width: 703px;
}
.contact-banner img {
	width: 100%;
}
.threeplan-block1_title h2 img {
	width: 100%;
}
.paint-banner {
	margin-top: 80px;
	text-align: center;
}

@media only screen and (max-width:520px){
	.content-wrapper {
	display: block!important;
}
	.mv-lower h2 img {
		width: 53%;
	}
	.threeplan-block1 p {
		margin-top: 20px;
	}
	.threeplan-block1 {
		margin-bottom: 40px;
	}
	.threeplan-block1_title {
		background-image: url("../img/top/title_bg_rainbow.jpg");
		padding-top: 15px;
		padding-bottom: 15px;
		background-size: cover;
	}
		.threeplan-block1_title h2 img{
			width: 78%;
	}
	.threeplan-img_flex img {
		width: 40%;
	}
	.threeplan-img_flex {
		margin-top: 25px;
	}
	.greenbg-text {
		font-size: 1.6rem;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 25px;
	}
	.threeplan-block2 {
		padding: 20px 15px 25px;
		background-image: url("../img/price/threeplan-bg_sp.png");
		background-position: 103% -4%;
		margin-top: 40px;
	}
	.block-text2 {
		margin-top: 25px;
		align-items: flex-start;
		padding-left: 10px;
		padding-right: 10px;
	}
	.block-text2 p {
		margin-left: 15px;
	}
	.block-text2 img {
		width: 35%;
	}
	.menu ul {
		margin-bottom: 35px;
	}
	.threeplan-block3 {
		padding: 15px 0px 20px 0px;
		margin-top: 40px;
	}
	.block-text3 img {
		width: 75%;
	}
	.block-text3 p {
		width: 77%;
	}
	.illust {
		width: 20%;
		position: absolute;
		right: 15px;
		bottom: 20px;
		top: auto;
		left: auto;
	}
	.threeplan-block4 img {
		margin-top: 25px;
	}
	.contact-banner a {
		margin-top: 60px;
	}
}




