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

h2.secTitle {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
h2.secTitle::after {
	content: " ";
	border-bottom: 2px solid #5cb9ed;
	display: block;
	width: 10%;
	margin: 0 auto 1em;
}
p.subTitle {
	text-align: center;
	margin: -1em 0 2em;
}

.bgActive {
	padding: 1em 3%;
	background: #5cb9ed;
}
.bgActive * {
	color: #fff;
}
.bgActive .secTitle::after {
	border-bottom: 2px solid #fff;
}

/* kv */
#kv {
	width: 100%;
	height: 75vh;
	background: url(/common/img/kv-top.jpg?230901) no-repeat;
	/* background: url(/common/img/kv-top_sale.jpg?210423) no-repeat; */
	background-size: cover;
	margin: 0 0 40px;
	text-align: center;
	position: relative;
}
#kv .sale {
	width: 100%;
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#kv h2 {
	width: 94%;
	margin: 0 auto 2em;
}
#kv .message {
	width: 100%;
	background: rgba(240,118,122,0.8);
	padding: 0.5em 0;
}
#kv p {
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
}
#kv .sub {
	font-size: 16px;
	font-size: 1.6rem;
}
#kv p strong {
	font-size: 17px;
	font-size: 1.7rem;
	color: #fff;
	font-weight: bold;;
}
#kv p span {
	display: block;
	line-height: 1.3;
	color: #fff;
	padding: 1em 1em 0.5em;
}

#campaign p {
	text-align: center;
}

#campaign strong {
	display: block;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	background: #FF0033;
	color: #fff;
	margin: 0 0 1em;
	padding: 10px 0;
}
#campaign img {
	margin: 0 0 1em;
}

#campaign a {
	display: inline-block;
    width: 100%;
    background: #333;
    margin: 0 auto 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 14px 0;
    position: relative;
    color: #fff;
}
#campaign a:hover {
	background: #888;
	color: #fff;
}
#campaign i {
	position: absolute;
	right: 5%;
	color: #fff;
}

#wrapper #paypay {
	margin: 0 0 30px;
}

#paypay h2 {
	background: #f03;
	padding: 5px 15px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
}
#paypay h2 strong {
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
}
#paypay p {
	padding: 15px 15px 0;
	text-align: center;
}
#paypay p strong {
	color: #f03;
}

#wrapper #information {
	margin: 0 0 40px;
}

#wrapper #tpoint {
	text-align: center;
	margin: 0;
	padding: 0 0 30px;
}
/* #tpoint h2 {
	margin: 0 0 1em;
}
#tpoint p {
	color: #5cb9ed;
	font-size: 18px;
	font-size: 1.8rem;
} */
#payComment {
	text-align: center;
	padding: 1em 0 30px;
}
#payComment li {
	font-size: 13px;
}
#payComment li strong {
	font-size: 13px;
	color:#f03;
}

#news .headline,
#news .date {
	display: block;
}
#news ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height:0;
}
section#news {
	margin: -30px 0 60px;
}
#news .headline {
	width: 70%;
	clear: both;
	float: right;
}
#news .date {
	width: 30%;
	float: left;
}
#news .toBlog {
	background: #5cb9ed;
	color: #fff;
	display: block;
	width: 100%;
	border: none;
	margin: 30px 0;
	padding: 15px 0;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	text-align: center;
	border-radius: 6px;
}
#news .toBlog a {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
}
#news .toBlog span {
	display: block;
	color: #fff;
}
#news .toBlog i {
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(-5%, -50%);
	-webkit-transform: translate(-5%, -50%);
	-ms-transform: translate(-5%, -50%);
	color: #fff;
}
#wrapper #lineFriend {
	width: 100%;
	margin: 0 0 40px;
}

/* service */
#service li {
	background: #fff;
	margin: 0 0 1em;
}
#service li h3 {
	background: #2B556E;
	padding: 5px 15px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
}
#service li p {
	color: #2B556E;
	padding: 15px 15px;
}
#service .more {
	text-align: center;
}
#service .more a {
	display: inline-block;
	width: 100%;
	background: #333;
	margin: 0 auto 15px;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	line-height: 1;
	font-size:16px;
	font-size: 1.6rem;
	padding: 14px 0;
	position: relative;
	color: #fff;
}
#service .more a:hover {
	background: #888;
	color: #fff;
}
#service .more i {
	position: absolute;
	right: 5%;
}

@media screen and (min-width: 813px) {

	/* kv */
	#kv {
		width: 1280px;
		height: 800px;
		background: url(/common/img/kv-top_pc.jpg?230901) no-repeat;
		/* background: url(/common/img/kv-top_pc_sale.jpg?210423) no-repeat; */
		margin: 0 auto 40px;
		text-align: center;
		position: relative;
		padding: 680px 0 0 0;
	}
	#kv h2 {
		margin: 0 0 3em;
	}

	#campaign strong {
		font-size: 24px;
		font-size: 2.4rem;
	}

	#campaign a {
		width: 750px;
		background: #333;
		margin: 0 auto 15px;
		text-align: center;
		text-decoration: none;
		border-radius: 6px;
		line-height: 1;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 14px 0;
		position: relative;
		color: #fff;
	}

	#wrapper #information {
		display: flex;
		justify-content: space-between;
		margin: 0 0 20px;
	}
	#news {
		width: 48%;
	}
	#news ul {
		width: 640px;
		margin: 0 auto;
	}
	#news .date {
		width: 100px;
	}
	#news .headline {
		width: 530px;
	}
	#news .toBlog {
		width: 100%;
	}
	#wrapper #lineFriend {
		width: 48%;
		margin: 0 0 30px;
	}
	#service ul {
		margin: 0 0 2em;
	}
	#service ul li {
		float: left;
		width: 32%;
		margin: 0 2% 0 0;
	}
	#service ul li:nth-child(2){
		width: 32%;
	}
	#service ul li:last-child {
		float: right;
		margin: 0;
	}
	#service .more {
		width: 50%;
		margin: 0 auto;
	}

}

