@charset "utf-8";

#contents{
	background: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.4;
	color: #515151;
	text-align: center;
	padding-top: 0;
}

#contents .inner {
	width: 100%;
	max-width: 980px;
}

.container-wrap {
	min-width: auto;
}

.display-sp {
	display: none;
}
.display-pc {
	display: block;
}

.mv{
	text-align: center;
}

a {
    color: #ff8d96;
    text-decoration: underline;
}

.off-txt {
	margin: 30px auto 0;
	text-align: center;
	color: #ff3333;
	font-size: 18px;
	font-weight: 700;
}

/* ============== 全体背景色 =================== */
.content-wrap {
	background:#fff;
	padding-bottom: 50px;
}

.base-box {
	margin: 60px auto 0;
	width: 92%;
	max-width: 880px;
    padding: 30px;
    font-size: 14px;

	border-radius: 20px;
    box-sizing: border-box;
	text-align: left;
}

.entry-step,
.hp-att-area {background: #fffef2;}

/* ================= 期間＆開催中のキャンペーンタイトル ====================== */

.hp-att-area .tt-2 {
    margin: 30px 0px 3px;
    font-size: 130%;
    font-weight: 600;
	 vertical-align: middle;
	color: #ff8d96;
}

.hp-att-area .tt-2:first-child {
	margin-top: 0;
}


/* ================= テキスト ====================== */

.hp-att-area h3 img {
	margin: 0 auto;
}
.hp-att-area p {
    margin: 7px 7px 0 7px;
}
.hp-att-area .list-notes {
    padding: 0 0 0 1em;
	text-indent: -1em
}

.cp-detail-att-text {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	margin: 0px;
}

.fc-pink {color:#ff8d96;}

.fs-l {font-size: 140%;}
.fs-s {font-size: 80%;}


/* entry-step
=============================*/

.entry-step {
	text-align: center;
	position: relative;
}

.entry-step h3 {
	line-height: 1.6;
}
.entry-step .entry-step-att {
	display: block;
	margin-top: 30px;
}

.entry-step-img .display-pc {
	display: inline-block;
}

.entry-step-list li {
	width: 48%;
	display: block;
	border: 4px solid #ff8d96;
	border-radius: 10px;
	text-align: center;
	font-size: 120%;
	padding: 20px 10px 10px;
	box-sizing: border-box;
	min-height: 268px;

}

.entry-step-list li:first-child {
	float: left;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/malaysia1808/img/entry-step-list01-num.png) no-repeat #fff;
		background-position: 6px 6px;
}

.entry-step-list li:last-child {
	float: right;
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/malaysia1808/img/entry-step-list02-num.png) no-repeat #fff;
	background-position: 6px 6px;
}

/* appDownload
=============================*/
.appDownload {
    text-align: center;
}

.myPontaInner h3{
    font-size: 3.0rem;
    font-weight: 700;
    color: #fa872e;
}

.appDownload h4 {
    padding: 2px;
    border: 2px solid #665545;
	background-color: #fff;
    border-radius: 5px;
}

.myPontaInner .howtoImg {
    max-width: 430px;
    margin: 0 auto;
}

.appDownload .appList{
    display: table;
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 20px auto 10px;
}

.appDownload .appList li{
    display: table-cell;
    width: 45%;
    padding: 0 5%;
}

.appDownload .appList li img{
    margin-top: 40px;
}

.appDownload .appList li img:first-child {
    margin-top: 20px;
}

.qrImg {
    max-width: 119px;
    margin: 0 auto;
}

/* accordion
=============================*/
.accordion {
    margin: 0 auto;
    padding: 0;
	max-width: 880px;
	width: 92%;
}

.accordion.parkson-detail {
	width: 100%;
}

.accordion label {
    margin: 0 auto;
    padding: 0;
    display: block;
    cursor : pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.accordion label.label-parkson {
	display: inline-block;
}

.accordion input {
    display: none;
}

h3.acco-ttl {
    margin: 0 auto;
    padding: 2% 0;
    text-align: center;
    background: #f7882f;
    border-radius: 10px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#accordion-bar01:checked + label h3.acco-ttl {
    border-radius: 10px 10px 0 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.accordion > ul {
    list-style: none;
}

.accordion > ul#links02 {
	clear: both;
}

.accordion > ul > li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#accordion-bar01:checked ~ #links01 > li,
#accordion-bar02:checked ~ #links02 > li {
    max-height: 2000px;
    opacity: 1;
}

.acco-ttl .arrow,
.parkson-detail-btn .arrow-black {
  position: relative;
  padding-left: 48px;
}

.parkson-detail-btn .arrow-black {
	padding-left: 20px;
}

.acco-ttl .arrow::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    margin: auto;
    top: -10px;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
}

.parkson-detail-btn .arrow-black::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    margin: auto;
    top: -2px;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: solid 1px #ff8d96;
    border-right: solid 1px #ff8d96;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(135deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
}


#accordion-bar01:checked + label .acco-ttl .arrow::before {
    top: 0;
    bottom: -5px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

	/*======== step ========*/
.col-wrap {
    width: 100%;
    margin: 0 auto;
	    text-align: center;
    padding: 4% 0 0;
    font-weight: 700;
    border: solid 4px #f7882f;
    border-top: none;
    border-radius: 0 0 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.col-wrap .col .step-img{
    max-width: 190px;
    margin: 0 auto;
}

.col-wrap .col p {
    margin: 10px auto;
}

/*Parkson
=============================*/
.parkson {
	border: 4px solid #ff8d96;
}

.parkson h3 {
	text-align: center;
}

.parkson h3 span {
	display:  inline-block;
	padding: 0 5px 0px;
	line-height: 1;
	color: #ff8d96;
	border-bottom: 2px solid #ff8d96;
}

.parkson img {
	border: 1px solid #8b8b8b;
	box-sizing: border-box;
}

.parkson .logo {
	max-width: 134px;
	padding: 5px;
}

.fl-l {
	float: left;
	width: 40%;
	margin-right: 2%;
}

.fl-r {
	float: right;
	width: 58%;
}



@media (min-width: 768px){
	.col-wrap .col {
		display: inline-block;
		width: 30%;
		margin-right: 2%;
		margin-bottom: 40px;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.col-wrap li.col:nth-child(2n+1) {
		margin-right: 0%;
	}
}

@media screen and (max-width: 767px) {

	.display-pc {
		display: none;
	}

	.display-sp {
		display: block;
	}

	.content-wrap {
	padding: 0 0 30px 0;
	}
	.off-txt {
	    margin: 20px auto 0;
	    font-size: 1.8rem;
	}
	.base-box {
		width: 92%;
		padding: 20px 10px;
		border-radius: 10px;
	}

	.hp-att-area .tt-2 {
		margin-bottom: 10px;
	}

	.appDownload .appList li {
	    padding: 0 3%;
	}

	.myPontaInner h4 {
	    font-size: 1.4rem;
	}

	.accordion {
		margin: 0 auto;
		width: 90%;
	}

	h3.acco-ttl-sp {
		position: relative;
		margin: 0 auto;
		padding: 3% 0;
		text-align: center;
		font-size: 1.4rem;
		font-weight: 700;
		color: #fff;
		background: #f7882f;
		border-radius: 5px;
	}

	#accordion-bar01:checked + label h3.acco-ttl-sp {
    	    border-radius: 5px 5px 0 0;
    }
	 h3.acco-ttl-sp::after {
			content: "";
			display: block;
			position: absolute;
			width: 8px;
			height: 8px;
			margin: auto;
			top: -8%;
			bottom: 0;
			left: 88%;
			border-top: solid 3px #fff;
			border-right: solid 3px #fff;
			-webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
			-webkit-transition: all .15s linear;
			-moz-transition: all .15s linear;
			transition: all .15s linear;
    }

    #accordion-bar01:checked + label h3.acco-ttl-sp::after {
        top: 0;
        bottom: -8%;
        left: 88%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all .15s linear;
        -moz-transition: all .15s linear;
        transition: all .15s linear;
    }

	.col-wrap .col {
		display: inline-block;
		width: 47%;
		margin-right: 2%;
		margin-bottom: 5%;
		font-size: 1.2rem;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.col-wrap li.col:nth-child(2n) {
		margin-right: 0%;
	}

	h3.parkson-detail-btn {
		margin-top: 10px;
	}

	.fl-l {
		float: none;
		width: auto;
		margin-right: 0%;
	}

	.fl-r {
		float: none;
		width: auto;
	}

	.logo-sp {text-align:  center;}

	.entry-step-img .display-pc {
		display: none;
	}
	.entry-step-img .display-sp {
		display: inline-block;
	}

	.entry-step-list li {
	width: 90%;
	display: inline-block;
	font-size: 120%;
}

.entry-step-list li:first-child {
	float: none;
	background-size: 23px;
}

.entry-step-list li:last-child {
	float: none;
	margin-top: 10px;
	background-size: 23px;
}

}

.mT10 {
	margin-top: 10px;
}
.mT20 {
	margin-top: 20px;
}

.mT25 {
	margin-top: 25px;
}

.mT30 {
	margin-top: 30px;
}

.mT50 {
	margin-top: 50px;
}

.mT60 {
	margin-top: 60px;
}

