/* ===================================================================
GWキャンペーン
=================================================================== */

.cont-cp-gw{
	background:#f6ecec url(../img/bg_cp_summer2019.png) center top no-repeat;
	background-size: contain;
	padding-bottom: 5%;
}
.cont-cp-gw .mv-cp-gw{
	text-align: center;
	padding: 0 0 3%;
	/*margin-right: 7vw;*/
}
.cont-cp-gw .cont-set-cp h4{
	position: relative;
	text-align: center;
	color: #384566;
	margin-bottom: 3em;
}
.cont-cp-gw .cont-set-cp h4:before,
.cont-cp-gw .cont-set-cp h4:after{
	content: "";
	display: block;
	position: absolute;
	width: calc(50% - 120px);
	border-bottom: solid 1px #384566;
top: 50%;
}
.cont-cp-gw .cont-set-cp h4:before{left: 0;}
.cont-cp-gw .cont-set-cp h4:after{right: 0;}
.cont-gw-outloine{
	background-color: #fff;
	max-width: 1000px;
	width: calc(100% - 20px);
	margin: 0 auto 40px;
	position: relative;
}
.cont-gw-outloine .ribbon-left{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 10%;
	text-align: left;
}
.cont-gw-outloine .ribbon-right{
	position: absolute;
	right: 0;
	top: 0;
	width: 15%;
	text-align: left;
}
.cont-gw-outloine .ribbon-left img{
	vertical-align: bottom;
}
.cont-gw-outloine .ribbon-right img{
	vertical-align: baseline;
	width: 100%;
}
.cont-gw-outloine .inner{
	padding: 6%;
	text-align: center;
	position: relative;
	z-index: 1;
}
.cont-gw-outloine .inner h3{
	color: #384566;
	margin-bottom: 1em;
}
.cont-gw-outloine .inner p{
	line-height: 1.8em;
}
.cont-cp-gw .cont-set-cp{
	max-width: 1240px;
	width: calc(100% - 20px);
	margin: 0 auto;
}
.cont-cp-gw .cont-set-cp .cont-set-plans .item-set{
	background-color: #fff;
    border: solid 4px #dfdff3;
    position: relative;
}
.cont-cp-gw .cont-set-cp .cont-set-plans .item-set:nth-child(even){
	margin-right: 0;
}
.cont-cp-gw .cont-set-cp .cont-set-plans .item-set .body{
	padding: 9% 6% 6%;
	text-align: center;
}
.cont-cp-gw .cont-set-cp .cont-set-plans .item-set .ribbon{
	width: 340px;
    height: 66px;
    position: absolute;
    top: -33px;
    left: 50%;
    margin-left: -170px;
    background: url(../img/h4_ribbon_cp_summer2019.png) center center no-repeat;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: .05em;
}
.cont-cp-gw .cont-set-cp .cont-set-plans .item-set .ribbon span{
	display: inline-block;
    padding-top: 21px;
}
.cont-cp-gw .cont-set-cp .cont-set-plans .item-set .photo{
	margin-bottom: 4%;
}
.cont-cp-gw .cont-present-taxedo{
	background-color: #1aaddb;
	color: #fff;
}
.cont-present-taxedo .body{
	padding: 4% 6% 2% 6%;
	font-size: 20px;
}
.cont-present-taxedo .body h5{
	margin-bottom: 3%;
}
.cont-present-taxedo .body p{
	margin-bottom: 1em;
	line-height: 1.8em;
}
.cont-present-taxedo .body p span{
	font-size: 1.3em;
	color: #fff939;
}
@media (min-width: 769px) {/*PC*/
	.cont-gw-outloine .inner h3{
		font-size: 28px;
		line-height: 1.2em;
		margin-bottom: .5em;
	}
	.cont-cp-gw .cont-set-cp h4{
		font-size: 32px;
	}
	.cont-cp-gw .cont-set-cp h4:before,
	.cont-cp-gw .cont-set-cp h4:after{
		width: calc(50% - 260px);
	}
	.cont-cp-gw .cont-set-cp .cont-set-plans .item-set{
		width: 48%;
	    float: left;
	    margin-right: 4%;
	    margin-bottom: 60px;
	}
	.cont-cp-gw .cont-set-cp .cont-set-plans .item-set:nth-child(even){
		margin-right: 0;
	}
	.cont-present-taxedo{
		overflow: hidden;
		margin-bottom: 5%;
	}
	.cont-present-taxedo .body{
		float: left;
		width: 65%;
	}
	.cont-present-taxedo .photo{
		float: left;
		width: 35%;
	}
}
@media (max-width: 768px) {/*SP*/
	.cont-cp-gw{
		background:#f6ecec url(../img/bg_cp_summer2019.png) center top no-repeat;
		background-size: 140%;
	}
	.cont-gw-outloine .inner h3{
		font-size: 16px;
	}
	.cont-gw-outloine .inner p{
		font-size: 12px;
	}
	.cont-cp-gw .cont-set-cp .cont-set-plans .item-set .ribbon{
		width: 250px;
	    height: 32px;
	    top: -20px;
	    left: 50%;
	    margin-left: -125px;
	    font-size: 18px;
	    background-size: cover;
    }
    .cont-cp-gw .cont-set-cp .cont-set-plans .item-set .ribbon span{
	    padding-top: 7px;
    }
    .cont-cp-gw .cont-set-cp .cont-set-plans .item-set{
	    margin-bottom: 30px;
    }
    .cont-cp-gw .cont-present-taxedo .body{
	    font-size: 12px;
    }
    .cont-cp-gw .cont-present-taxedo .photo{
	    text-align: center;
	    padding: 0 5% 5%;
    }
	
}