@charset "utf-8";
/* CSS Document */

.fv-page{
	background: url(https://www.prime.wte.jp/img/feature_spbk.png) no-repeat ;
	background-size: cover;
	    background-position: 50%;
}

@media screen and (min-width: 1024px) {
	.fv-page{
	background: url(https://www.prime.wte.jp/img/feature_bk.png) no-repeat ;
		background-size: cover;
		background-position: right center;
	}
}

.wrap-page h2{
	font-size: 1.2rem;
	color: #212a54;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
h3{
	font-size: 1.2rem;
	color: #212a54;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.wrap-page h2::after, .wrap-page h2::before,h3::after, h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.wrap-page h2::after,h3::after {
    width: 90%;
    left: 5%;
    height: 2px;
    background-color: #231c5c;
    z-index: 1;
}
.wrap-page h2::before,h3::before {
    width: 100px;
    height: 2px;
    background-color: #f5800d;
    z-index: 2;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.wrap-page{
	max-width: 1200px;
	width: 90%;
	margin: 60px auto;
}
.wrap-page p,.communicative p{
	margin-bottom: 1em;
}
.communicative{
	background:#deeff7;
	width: 100%;
	padding: 60px 0;
	    margin-bottom: 60px;
}
.communicative img{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.communicative_box{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
.wrap-page h2{
	font-size: 1.6rem;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
h3{
	font-size: 1.6rem;
	text-align: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
	h3 span.pc-br{
		display: inline;
	}
.wrap-page h2::after {
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #231c5c;
    z-index: 1;
}
	h3::after {
    width: 90%;
    left: 0;
    height: 2px;
    background-color: #231c5c;
    z-index: 1;
}
h3::before {
    width: 100px;
    height: 2px;
    background-color: #f5800d;
    z-index: 2;
    left: 0;
    bottom: 0;
    transform: none;
}
h3::after {
    width: 100%;
}
.wrap-page{
	width: 96%;
	margin: 100px auto;
	text-align: center;
}

	.wrap-page p{
		line-height: 2;
		font-size:1rem;
	}
	.communicative{
	margin-bottom: 80px;
	}
	.communicative_tx{
		width: 40%;
		display: inline-block;
		vertical-align: middle;
	}
	.communicative_tx p{
		line-height: 2;
		font-size:1rem;
	}
	.communicative img{
	width: 50%;
		display: inline-block;
	margin-left: 9%;
	height: auto;
	margin-top:0;
vertical-align: middle;}
}
@media screen and (min-width: 1300px) {
	h3 span.pc-br{
		display: block;
	}	
}
