@charset "utf-8";

/* 共通
========================================================*/
li{ list-style: none; }
.sp, .br-sp { display: none;}
.content-wrap img { vertical-align: top;}
.content-wrap a { color: #0071ba; text-decoration: underline;}
.mt-5 { margin-top: 5px;}
.mt-10 { margin-top: 10px;}
.mt-20 { margin-top: 20px;}
.mt-30 { margin-top: 30px;}
.color-att{ color: #e60012;}

/* コンテンツ（PC：980px以上）
========================================================*/
/* 共通
=============================*/
#contents{
	background: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.4;
	color: #333333;
	padding: 0;
}

.content-wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #333;
	font-size: 1.4rem;
 	background: #0268bc;
}

/* ================= MV ====================== */
.mv {
	background: -webkit-linear-gradient(top, rgba(0,41,113,1) 17%,rgba(0,138,213,1) 62%,rgba(176,220,236,1) 100%);
	background: linear-gradient(to bottom, rgba(0,41,113,1) 17%,rgba(0,138,213,1) 62%,rgba(176,220,236,1) 100%);
	margin-bottom: 35px;
}

/* ================= ポイントプログラム ====================== */
.sec01_inner {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pkn_1907/img/bg_01.png) top 10% left/250px no-repeat,url(https://pntc.sslcs.cdngc.net/cdn/campaign/pkn_1907/img/bg_02.png) top -8% right/310px no-repeat;
	max-width: 1100px;
	margin: auto;
}
.sec_ttl {
	margin: 0 auto;
	text-align: center;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pkn_1907/img/ttl_bg.png) #b1b9f9;
}
.sec_ttl img {
	width: 400px;
}
.jaccs {
	padding-top: 25px;
}
.jaccs li{
	width: 220px;
	position: relative;
	margin: 0 auto 12px;
}
.p-program {
   width: 900px;
	margin: 0 auto;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	box-sizing: border-box;
	-webkit-box-pack: justify;
	 -ms-flex-pack: justify;
   justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.p-program li{
	width: 166px;
	margin-bottom: 10px;
}
.p-program li:hover,.jaccs li:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.icon_new {
	color: #fff;
	font-weight: 400;
	background: #ff4851;
	border-radius: 3px;
	padding: 0 14px;
	position: absolute;
	top:10%;
	 left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.sec01 p {
	margin: 5px 0 45px;
line-height: 1.6;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.sec01 .bg01 {
	position: absolute;
	top:10%;
	left:3%;
	width: 300px;
	z-index:0;
}
.sec01 .bg02 {
	position: absolute;
	bottom:-10px;
	right:7%;
	width: 110px;
}

/* ================= 参加方法 ====================== */
.sec02 {
	margin: 30px 0 45px;
}
.sec02 .row{
	margin: 30px auto 0;
	width: 855px;
}
.sec02 .row .col-2 {
	display: inline-block;
	width: 420px;
}
.sec02 .row .col-2:nth-child(1) {
	padding-right: 15px;
}

/* ================= 会員情報注意喚起エリア ====================== */
.caution_area {
	background: #fff5ab;
	padding: 10px 0 15px;
	border-top: solid #a7b2f6 4px;
	border-bottom: solid #a7b2f6 4px;
}
.att-txt {
	width: 74%;
	margin: 15px auto 13px;
	font-size: 1.9rem;
	color: #ff2449;
	font-weight: 600;
	text-align: center;
	line-height: 1.8;
}
.att-txt:before {
	content: "";
	display:inline-block;
	background-size: contain;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pkn_1902/img/caution.png);
	width: 33px;
	height: 30px;
	margin: 0 5px -5px 0;
}
.btn-area {
	width: 85%;
	margin: auto;
}
	.btn-area a{
	text-decoration: none;
	}
.btn-area .btn:hover{
	opacity: 0.8;
}

/* ================= 注釈 ====================== */
/* 終了テキスト
.end_txt {
	color:#FF070B;
}
*/
.cp-att-area{
	margin: 40px auto;
	padding: 0 10px 40px;
	max-width: 845px;
	width: 90%;
	line-height: 1.5;
	background: #fff;
	border: solid 3px #7ed0fc;
	border-radius: 20px;
	box-sizing: border-box;
}
.cp-att-txt{
	text-align: left;
	max-width: 90%;
	margin: 0 auto;
}
.cp-att h4{
	font-size: 20px;
	margin: 25px 0 8px;
	position: relative;	
	display: block;
	color:#5D332A;
	font-weight:bold;
}
.cp-att h4 span{
	padding-left: 18px;
}
.cp-att h4::before{
	content:"";
	background-color: #ff5fa0;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	position: absolute;
	top:6px;
	left:0;
}
.list-ind li,.list-num li{
	text-indent: -15px;
	padding-left: 15px;
	list-style: none;
}
.point-list a{
	margin-left: 10px;
}


/* コンテンツ（TB：979px以下）
========================================================*/
@media screen and (max-width: 979px) {
	.p-program {
			width: 95%;
	}
	.p-program li{
		width: 19%;
	}
	.jaccs li{
	width: 23%;
}
	.sec01_inner {
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pkn_1907/img/bg_01.png) top 10% left/26% no-repeat,url(https://pntc.sslcs.cdngc.net/cdn/campaign/pkn_1907/img/bg_02.png) top -6% right/32% no-repeat;
	}
	.sec02 .row{
		width: 90%;
	}
	.sec02 .row .col-2 {
		width: 49%;
	}
	.sec02 .row .col-2:nth-child(1) {
		padding-right: 2%;
	}
	.att-txt {
		width: 90%;
		line-height: 1.6;
	}
	.btn-area {
		width: 92%;
		margin: auto;
	}
	.btn-area .btn{
	width: 80%;
	}
	.btn-area .ponta02{
		margin-top:-1%;
	}
	.cp-att-area{
	width: 92%;
}
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
    .pc, .br-pc { display: none;}
    .sp, .br-sp { display: block;}
    .content-wrap {
			width: 100%;
    }
	.mv {
	margin-bottom: 6%;
	}
	.sec_ttl img {
	width: 80%;
	}
	.p-program {
    width: 92%;
	}
	.p-program li{
		width: 48%;
		margin-bottom: 3%;
	}
		.jaccs {
		padding-top: 5%;
	}
	.jaccs li{
		width: 55%;
		margin: 0 auto 3%;
	}
		.icon_new {		
		width: 35%;
		padding: 0;
		font-size: 3.8vw;
		top:9%;
	}
	.sec01 p {
		margin: 0 auto 0;
		padding-bottom: 30%;
		font-size: 1.5rem;
		width: 90%;
	}
	.sec01_inner {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pkn_1907/img/bg_01.png) bottom left -10%/40% no-repeat,url(https://pntc.sslcs.cdngc.net/cdn/campaign/pkn_1907/img/bg_02.png) bottom right -40%/65% no-repeat;
	max-width: 1100px;
	margin: auto;
}
.sec02 {
	margin: 5% 0 8%;
}
.sec02 .row{
	width: 95%;
}
.sec02 .row .col-2 {
  display: block;
  width: 90%;
	margin: 0 auto 5%;
}
.sec02 .row .col-2:nth-child(1) {
    padding-right: 0;
}
	.caution_area {
	padding: 4% 0;
}
.att-txt {
	width: 84%;
	margin: 0 auto 13px;
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.6;
	text-indent: -35px;
	padding-left: 35px;
}
	.att-txt:before {
	margin: 0 1% -1.5% 0;
}
	.btn-area {
	width: 95%;
	margin: auto;
}
		.btn-area .btn{
	width: 100%;
	margin: auto;
}
	.cp-att-area{
	margin: 8% auto 5%;
	padding: 0 5% 8%;
	width: 93%;
}
.cp-att-txt{
	max-width: 100%;
}

.cp-att h4{
	font-size: 1.8rem;
	margin: 5% 0 2%;
}
.cp-att h4 span{
	padding-left: 20px;
}


}
