@media screen and (min-width: 769px) {
	.pc{ display: block;}
	.sp{ display: none;}
}
@media screen and (max-width: 768px) {
	.pc{ display: none !important;}
	.sp{ display: block;}
}

a{
	color: #000;
	text-decoration: none;
	word-break: break-all;
}
a:hover{
	text-decoration: underline;
}
a.link-txt{
	margin: 0 5px;
	text-decoration: underline;
}
a.link-txt:hover{
	text-decoration: none;
}
h2 a.link-txt{
	color: #fff;
}
ul,
ol{
	margin: 0;
	padding: 0;
}
ul li,
ol li{
	list-style: none;
}
ul.list-a{
	padding-left: 1em;
}
ul.list-a li{
	list-style: disc;
	margin-bottom: 10px;
}
ul.list-a li:last-of-type{
	margin-bottom: 0;
}
dd{
	margin-left: 0;
}
.txt-c{
	text-align: center;
}
.l-txt{
	font-size: 120%;
}
.txt-red{
	color: #c00;
}
.img-caprion{
	margin-bottom: 20px;
	font-size: 86%;
	text-align: right !important;
}

/* btn */
.red-b-btn,
.gray-b-btn{
	width: 80%;
	margin: 70px auto;
}
.gray-btn a,
.gray-b-btn a,
.red-b-btn a{
	display: block;
	padding: 15px;
	border: solid 3px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.7);
	color: #fff;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.gray-btn a:hover,
.gray-b-btn a:hover,
.red-b-btn a:hover{
	opacity: 0.7;
}
/* gray-btn */
.gray-btn{
	width: 100%;
	margin: 0 auto;
}
.gray-btn a,
.gray-b-btn a{
	background: linear-gradient(130deg, #7e7e7e, #000);
	border-color: #000;
}
.gray-btn a{
	padding: 10px;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.7);
	font-size: 110%;
}

/* red-b-btn */
.red-b-btn a{
	background: linear-gradient(130deg, #ff8080, #f00);
	border-color: #f00;
}

/* tgl-btn */
.tgl-btn{
	display: block;
	position: relative;
	background: #000;
	padding: 20px;
	margin: 30px auto 0;
	min-width: 12em;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.tgl-btn::after{
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	content: " ";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.tgl-btn:hover{
	opacity: 0.7;
}

/* common-header */
#common-header{
	background: #FFDF8A;
	padding-top: 107px;
}
.main-visual{
	position: relative;
	width: 100%;
}
.main-visual h1{
	margin: 0;
}
.main-visual h1 img{
	width: 100%;
}
.header-btn{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.header-btn .gray-btn{
	width: 60%;
}
.period-area{
	background: #000;
}
.period-inr{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.period-inr img{
	width: 85%;
}

/* contents-area */
#contents-area{
	background: url(/campaign/20win/images/bk.jpg) fixed no-repeat center top #000;
	padding: 30px;
}
.contents-inr{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

/* section-inr */
.section-inr{
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
}

/* tab-area */
.tab-wrap{
	display: flex;
	justify-content: space-between;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	border-right: solid 3px #fff;
}
.tab-wrap li{
	width: calc(100% / 3);
	background: rgba(0,0,0,1);
}
.tab-wrap li:hover,
.tab-wrap li.current{
	background: rgba(255,255,255,0.4);
}
.tab-wrap li a{
	display: block;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-size: 150%;
	text-align: center;
	text-decoration: none;
}
.tab-wrap li:hover a,
.tab-wrap li.current a{
	text-decoration: underline;
	color: #000;
}

/* main-contents */
.main-contents{
	background: rgba(255,255,255,0.4);
	padding: 30px;
	border: solid 3px #fff;
}
.tab-area + .main-contents{
	border-top: none;
}
.main-contents h2{
	background: #000;
	padding: 30px 0;
	margin: 30px 0 0;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.main-contents h2 span{
	display: block;
	margin-top: 5px;
	font-size: 86%;
	font-weight: normal;
}
.main-contents h2.icn{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	position: relative;
	padding-left: 86px;
}
.main-contents h2.icn::before{
	display: block;
	position: absolute;
	left: 20px;
	content: " ";
	width: 56px;
	height: 56px;
}
.main-contents h2.icn.step1::before{
	background: url(/campaign/20win/images/step1.png) no-repeat center;
	background-size: 100%;
}
.main-contents h2.icn.step2::before{
	background: url(/campaign/20win/images/step2.png) no-repeat center;
	background-size: 100%;
}
.main-contents h2.icn.step3::before{
	background: url(/campaign/20win/images/step3.png) no-repeat center;
	background-size: 100%;
}
.main-contents h2.icn.step4::before{
	background: url(/campaign/20win/images/step4.png) no-repeat center;
	background-size: 100%;
}
.main-contents h3{
	margin: 20px 0 10px;
	font-size: 130%;
	font-weight: bold;
}

/* bg */
.bg-translucent{
	background: rgba(255,255,255,0.5);
	padding: 20px;
	margin-bottom: 20px;
}
.bg-translucent .bg-translucent{
	margin-left: 7%;
	margin-right: 7%;
	padding: 20px 5%;
}
.bg-translucent .bg-gray{
	background: #e0e0e0;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 20px;
	padding: 20px 5%;
}
.bg-translucent-b{
	background: rgba(0,0,0,0.1);
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.bg-translucent-b img{
	width: 100%;
	max-width: 950px;
}
.bg-translucent-b p{
	text-align: left;
}
.bg-translucent:last-of-type,
.bg-translucent-b p:last-of-type,
.bg-gray:last-of-type{
	margin-bottom: 0;
}
.bg-translucent-b2{
	background: rgba(0,0,0,0.3);
	padding: 20px;
}
.bg-red,
.bg-green,
.bg-blue{
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.bg-red{
	background: #BD272D;
}
.bg-green{
	background: #006837;
}
.bg-blue{
	background: #2E318E;
}
.bg-red h3,
.bg-green h3,
.bg-blue h3{
	margin: 0 0 20px;
	color: #fff;
	text-align: center;
	font-size: 150%;
}
.bg-red .section-inr,
.bg-green .section-inr,
.bg-blue .section-inr{
	margin-bottom: 0;
}
.bg-red .section-inr p,
.bg-green .section-inr p,
.bg-blue .section-inr p{
	margin-top: 0;
}
.bg-red .bg-translucent-b{
	padding: 50px 75px;
}
.bg-green img{
	width: 100%;
	max-width: 1000px;
}

/* flex-col */
.flex,
.flex-col2,
.flex-col3,
.flex-col4{
	display: flex;
}
.flex-col2,
.flex-col3,
.flex-col4{
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-item{
	background: #fff;
	margin-bottom: 20px;
}
.flex-item h2{
	padding: 15px 0;
	margin: 0;
	font-size: 120%;
}
.flex-item-inr{
	padding: 20px;
}
.flex-item-inr img{
	width: 100%;
}
/* cashback */
.cashback.flex-col2 .flex-item{
	width: 49%;
	background: rgba(255,255,255,0.6);
	border: solid 3px #fff;
}

/* col2 */
.flex-col2 .flex-item{
	width: 49.5%;
}
/* col3 */
.flex-col3 .flex-item{
	width: 32%;
}
/* col4 */
.flex-col4 .flex-item{
	width: 22%;
}

/* flex-col-img */
.flex-col-img{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flex-col-img img{
	width: 40%;
	max-width: 250px;
	margin-right: 20px;
}
.flex-col-img p{
	width: 60%;
	max-width: 680px;
	text-align: center;
}
.flex-col-img.l-img img{
	max-width: 340px;
}
.flex-col-img.l-img ol{
    width: 60%;
	margin: 0 auto;
}
.flex-col-img.l-img ol li{
	position: relative;
	margin-bottom: 40px;
	font-size: 120%;
	line-height: 1.6;
	text-align: center;
}
.flex-col-img.l-img ol li:last-of-type{
	margin-bottom: 0;
}
.flex-col-img.l-img ol li::after{
	display: block;
	position: absolute;
	top: auto;
	left: 50%;
	content: " ";
	width: 0;
	height: 0;
	bottom: -28px;
	margin-top: 0;
	margin-left: -20px;
	border-top: 15px solid #000;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 0px solid transparent;
}
.flex-col-img.l-img ol li:last-of-type::after{
	display: none;
}

/* product */
.product-link{
	margin-top: 20px;
}
.product-link.flex-col3{
	justify-content: flex-start;
}
.product-link .flex-item{
	background: rgba(255,255,255,0.5);
	position: relative;
	margin: 0 0.65% 20px;
	box-shadow: 5px 8px 0 rgba(0,0,0,0.5);
}
/*.product-link .flex-item:nth-of-type(3n),
.product-link .flex-item:last-of-type{
	margin-right: 0;
}*/
.product-link .flex-item::after{
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	content: " ";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid #000;
	border-bottom: 10px solid #000;
}
.product-link .flex-item:hover{
	opacity: 0.7;
}
.product-link .flex-item-inr{
	padding: 0;
	text-align: center;
}
.product-link .flex-item-inr a{
	display: block;
	position: relative;
	color: #333;
	text-decoration: none;
}
.product-link .flex-item-inr img{
	max-width: 400px;
}
.product-link .flex-item-inr .txt-area{
	padding: 20px;
}
.product-title{
	font-weight: bold;
	padding-bottom: 15px;
	margin-top: 0;
	border-bottom: solid 1px #000;
}
.product-title span{
	padding-right: 10px;
	color: #ff1890;
}

/* product-list */
.product-list{
	text-align: center;
}
.product-list .section-inr{
	padding: 50px 30px 30px;
	text-align: left;
}
.product-list h3:first-of-type{
	margin-top: 0;
}
.product-list ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1180px;
}
.product-list ul li{
	width: 150px;
	margin-bottom:20px;
	word-break: keep-all;
}

/* apply-step */
.apply-step h2.icn{
	min-height: 4.5em;
	padding-left: 35%;
	font-size: 110%;
}
.apply-step h2.icn::before{
	left: 7%;
	width: 22%;
}
.apply-step .flex-item{
	position: relative;
	border: solid 1px #000;
}
.apply-step .flex-item::after{
	display: block;
	position: absolute;
	top: 50%;
	right: -12%;
	content: " ";
	width: 0;
	height: 0;
	margin-top: -10px;
	border-top: 19px solid transparent;
	border-left: 15px solid #000;
	border-right: 0px solid transparent;
	border-bottom: 19px solid transparent;
}
.apply-step .flex-item:last-of-type::after{
	display: none;
}
.apply-step .flex-item-inr{
	text-align: center;
}
.apply-step .flex-item-inr img{
	max-width: 200px;
}
@media all and (-ms-high-contrast: none){/* IE10以上 */
	h2.icn::before{
		top: 50%;
		margin-top: -28px;
	}
}

/* register */
.bg-translucent-b2.flex{
	justify-content: center;
	align-items: center;
}
.bg-translucent-b2.flex > p{
	width: 40%;
	text-align: center;
}
.bg-translucent-b2.flex .register{
	width: 60%;
}
.register ul{
	width: 100%;
}
.register ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	padding: 20px;
	border-left: solid 10px #000;
	margin-bottom: 20px;
}
.register ul li p{
	width: 100%;
	margin: 0;
}
.register ul li p:first-of-type{
	width: 8em;
	margin-right: 10px;
	text-align: center;
}
.register ul li p.flex{
	justify-content: space-between;
	align-items: center;
}
.register ul li p .qr{
	width: 70px;
}

/* caution-table */
.caution-table{
	width: 90%;
	margin: 10px auto 0;
	border: solid 1px #000;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
}
.caution-table th,
.caution-table td{
	padding: 5px;
}
.caution-table th{
	background: #000;
	border-right: solid 1px #fff;
	color: #fff;
}
.caution-table th:last-of-type{
	border-right: solid 1px #000;
}
.caution-table td{
	border: solid 1px #000;
}

/* faq-title */
h3.faq-title{
	padding: 20px;
	background: linear-gradient(130deg, #EAD69E, #D6AE3C);
	border: solid 2px #CB9B0C;
	color: #fff;
	font-size: 200% !important;
	font-weight: bold;
	text-align: center;
}
.faq-list + h3.faq-title{
	margin-top: 30px;
}
h3.faq-title a:link{
	color: #fff;
}
/* faq-list */
.faq-list{
	width: 100%;
	margin: 10px 0;
}
.faq-list p{
	margin: 0;
	line-height: 1.4;
}
.faq-q,
.faq-a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
}
.faq-q{
	position: relative;
	padding-right: 40px;
	border: solid 1px #000;
	font-size: 130%;
	cursor: pointer;
}
.faq-a{
	font-size: 110%;
}
.faq-q::after,
.faq-q.faq-open::after{
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 24px;
	height: 24px;
	margin: -12px 0 0 20px;
	font-size: 24px;
	font-weight: bold;
}
.faq-q::after{
	content: "＋";
}
.faq-q.faq-open::after{
	content: "－";
}
.faq-q > p:first-of-type,
.faq-a > p:first-of-type{
	display: inline-block;
	min-width: 75px;
	padding: 20px 8px;
	margin-right: 15px;
	font-size: 24px;
	text-align: center;
}
.faq-a > p:first-of-type{
	background: #CB9B0C;
	color: #fff;
}
.faq-a > p + *{
	width: 90%;
}
.faq-a .caution-table{
	width: 100%;
	margin-bottom: 10px;
}


/* contents-footer */
#contents-footer{
	margin-bottom: 50px;
	color: #000;
	text-align: center;
}
#contents-footer-inr{
	padding: 0 20px;
}
#contents-footer h3{
	font-size: 170%;
	padding-bottom: 5px;
	border-bottom: solid 2px #000;
}
#contents-footer p{
	font-size: 110%;
}
#contents-footer p span{
	font-size: 150%;
}
#contents-footer a{
	color: #000;
}
#contents-footer .pc{
	display: inline-block;
}
.c-f-address{
	margin: 20px auto;
}
.c-f-company{
	padding: 15px;
	border: solid 2px #000;
}


/* footer */
footer{
	background: #000;
	color: #fff;
}
#copyright{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}
#copyright p{
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.pagetop{
	position: fixed;
	right: 1%;
	bottom: 55px;
}
.pagetop a:hover{
	opacity: 0.7;
}
.pagetop img{
	width: 66px;
}


@media screen and (max-width: 768px) {
	#contents-area,
	.main-contents{
		padding-left: 12px;
		padding-right: 12px;
	}
	.section-inr,
	.bg-translucent,
	.bg-translucent-b,
	.bg-translucent-b2,
	.bg-red, .bg-green, .bg-blue{
		padding: 20px 10px 10px;
	}
	.bg-red .bg-translucent-b{
		padding: 15px;
	}
	.flex-item-inr{
		padding: 12px;
	}
	.bg-translucent .bg-translucent{
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 0;
		margin-right: 0;
	}
	.apply-step .flex-item:last-of-type,
	.register ul li:last-of-type,
	.bg-blue .bg-translucent-b:last-of-type{
		margin-bottom: 0;
	}
	
	.cashback.flex-col2 .flex-item{
		width: 48%;
	}

	/* btn */
	.gray-b-btn,
	.red-b-btn{
		width: 90%;
	}
	
	/* common-header */
	#common-header{
		padding-top: 46px;
	}
	.header-btn{
		bottom: 20px;
	}
	.header-btn .gray-btn{
		width: 90%;
	}
	.header-btn .gray-btn a{
		padding: 13px;
		font-size: 140%;
	}
	.period-inr{
		padding: 15px 0;
	}
	.period-inr img{
		width: 95%;
	}
	
	/* tab-area */
	.tab-wrap li a{
		font-size: 120%;
	}
	
	/* flex-col */
	.flex-col4{
		display: block;
	}
	.flex-col3 .flex-item{
		width: 48%;
	}
	.flex-col4 .flex-item{
		width: 100%;
	}
	
	/* flex-col-img */
	.flex-col-img{
		display: block;
		text-align: center;
	}
	.flex-col-img img{
		width: 100%;
		margin: 0 0 20px;
	}
	.flex-col-img p,
	.flex-col-img.l-img ol{
		width:  100%;
	}

	/* product */
	.product-link .flex-col3{
		justify-content: space-between;
	}
	.product-link .flex-item{
		margin-right: 0;
	}
	
	/* apply-step */
	.apply-step h2.icn{
		padding: 25px 10px 25px 86px;
		min-height: inherit;
		font-size: 130%;
	}
	.apply-step h2.icn::before{
		left: 20px;
		width: 56px;
	}
	.apply-step .flex-item{
		margin-bottom: 40px;
	}
	.apply-step .flex-item::after{
		top: auto;
		left: 50%;
		bottom: -28px;
		margin-top: 0;
		margin-left: -20px;
		border-top: 15px solid #000;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-bottom: 0px solid transparent;
	}
	.apply-step .flex-item-inr{
		display: flex;
		align-items: center;
	}
	.apply-step .flex-item-inr img{
		width: 35%;
	}
	.apply-step .flex-item-inr p{
		width: 65%;
	}
	/* register */
	.bg-translucent-b2.flex{
		display: block;
	}
	.bg-translucent-b2.flex > p{
		width: 100%;
		margin-top: 0;
	}
	.bg-translucent-b2.flex .register{
		width: 100%;
	}
	.register ul li,
	.register p.flex,
	.register .qr{
		display: block;
	}
	.register ul li p:first-of-type{
		width: auto;
		margin-bottom: 10px;
	}
	.register .qr{
		margin: 10px auto 0;
	}
	
	/* faq */
	.faq-q > p:first-of-type,
	.faq-a > p:first-of-type{
		margin-right: 10px;
	}

	/* contents-footer */
	.c-f-address{
		line-height: 1.6;
	}



}
