@charset "utf-8";
/* **************************************************

アプリ紹介ページ用CSS

Copyright (c) Dospara Co., Ltd. All rights reserved.

***************************************************** */


/* content===========================================

・Base Setting
・Basic character setting
・Layout Setting
・看板エリア
・キャンペーンエリア
・特徴エリア
・ステップエリア
・下部エリア
・DJ（メルマガ）用

===================================================== */


/* Base Setting
=========================================================================================== */
#container {
	width: 100%;
}
.column2R #main {
	float: none;
	width: auto;
}
.tit_bar {
	margin-bottom: 20px;
}
.app {
	margin-top: 4px;
	color: #444444;
	font-size: 18px;
}
.app p {
    margin-bottom: 20px;
}
.app img {
	max-width: 300px;
	display: block;
  margin: 10px auto;
}

.app a:hover img {
	opacity: 0.8;
 	filter: alpha(opacity=80);
 	-ms-filter: "alpha(opacity=80)";
}

.breadCrumb {
	display: block;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.bgf4f4f4 {
	margin:20px 0 0 0;
}


.indent {
  text-indent:-99999px;
}
.sp {display:none;}


.red {color:#cc0000;}

.left {float:left;}
.right {float:right;}



@media screen and (max-width:479px){
	#container {
		margin-bottom: 0px;
	}

	.app {
		width: 100%;
		font-size: 4.5vw;
	}

	.app img {
		width: 100%;
	}
.app img.pc {
	display: none;
}
	.breadCrumb {
		width: 98%;
		margin-left: 1%;
		line-height: 130%;
	}
  .stepArea figcaption {
    margin-left: 2vw !important;
    margin-right: 2vw !important;
  }
  .stepArea figcaption span {
    font-size: 6.5vw !important;
    margin-right: 0.5vw !important;
  }
  .stepArea figure p {
    font-size: 4.5vw;
  }

  .sp {display:inherit;}
  .pc {display:none;}

}




/* Basic character setting
=========================================================================================== */


.app .notes {
	clear: both;
	padding-left: 1.0em;
	text-indent: -1.0em;
	font-size: 90% !important;
}

.app .notes li {
	margin-bottom: 7px;
}

.app strong {
	color: #ff0000;
}

.app .orange {
	color: #ff7200;
}


@media screen and (max-width:479px){
	.app p {
		width: 90%;
		margin:0 auto;
		margin-bottom: 18px;
		font-size: 1.0em;
	}

}


/* Layout Setting
=========================================================================================== */
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div[class$="Area"]:nth-of-type(even) {
	/*background-color: #f4f4f4;*/
}


/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/* clearFix一気がけ */
.app .ttlArea:after,
.app .campArea:after,
.app .feaArea:after,
.app .feaArea ul:after,
.app .stepArea:after,
.app .stepArea .stBox:after,
.app .feaArea .feaSmall li:after,
.app .btnArea:after {
	content: " ";
    display: block;
    clear: both;
}

/* Page Top */

#pageTop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 50px;
}

#pageTop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

#pageTop a:hover {
	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-ms-filter: "alpha(opacity=70)";
}

.pagetop {
	width: 970px;
	margin: 0px auto;
}

@media screen and (max-width:479px){
	#pageTop {
		bottom: 0px;
		right: 10px;
	}

	.pagetop {
		display: none;
	}
}




/* 看板エリア
=========================================================================================== */
.app .ttlArea {
	width:100%;
	margin: 0px auto;
  height:440px;
  background:url(../5info/img/members_apps/app_mem_fv_pc.jpg) no-repeat top;
}


.navArea {
  width:970px;
  margin:20px auto;
  padding:20px 0;
  border-top:dashed 1px #777;
  border-bottom:solid 1px #aaa;
  text-align:center;
}

.navArea li {
  display:inline-block;
  height:60px;
  margin:0 10px;
}

.navArea li a {
  display:block;
  width:100%;
  height:60px;
  text-align:left;
  text-indent:-999999px;
}

.navArea li.block01 {width:245px;}
.navArea li.block02 {width:195px;}
.navArea li.block03 {width:235px;}
.navArea li.block04 {width:195px;}


.navArea li.block01 a {background:url(../5info/img/members_apps/app_mem_nav_pc1_off.png) no-repeat top;}
.navArea li.block02 a {background:url(../5info/img/members_apps/app_mem_nav_pc2_off.png) no-repeat top;}
.navArea li.block03 a {background:url(../5info/img/members_apps/app_mem_nav_pc3_off.png) no-repeat top;}
.navArea li.block04 a {background:url(../5info/img/members_apps/app_mem_nav_pc4_off.png) no-repeat top;}


.navArea li.block01 a:hover {background:url(../5info/img/members_apps/app_mem_nav_pc1_on.png) no-repeat top;}
.navArea li.block02 a:hover {background:url(../5info/img/members_apps/app_mem_nav_pc2_on.png) no-repeat top;}
.navArea li.block03 a:hover {background:url(../5info/img/members_apps/app_mem_nav_pc3_on.png) no-repeat top;}
.navArea li.block04 a:hover {background:url(../5info/img/members_apps/app_mem_nav_pc4_on.png) no-repeat top;}



@media screen and (max-width:479px){
	.app .ttlArea {
		width: auto;
    height:auto;
    background:url(/5info/img/members_apps/app_mem_fv_sp.jpg) no-repeat top;
    background-size:100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 56.25%;
    padding-left:20px;
    padding-right:20px;
	}

  .fv_content {
    width:100%;
    margin:0 auto;
    text-align:center;
    padding:15px;
    box-sizing:border-box;
    background:rgba(256,256,256,0.9);
    border:solid 1px #ccc;
    border-radius:10px;
  }
  .fv_content p {margin:0 auto 10px;}
  .fv_content p.txtArea {
    width:100%;
    text-align:left;
  }



	.app .ttlArea ul {
		float: none;
		width: 100%;
	}

	.app .ttlArea .fv_content li {
		width:44%;
		display: inline-block;
		padding: 0px;
    margin:0 2%;
	}


.spNav {
  width:100%;
  padding:0 20px;
  box-sizing:border-box;
}
.navArea {
  width:100%;
  padding:20px 0 10px;
}

.navArea li {
  display:block;
  width:50%;
  height:auto;
  margin:0;
  padding:0 0 10px;
  box-sizing:border-box;
}

.navArea li a {
  display:block;
  width:100%;
  height:auto;
  text-indent:0;
}

.navArea li:nth-child(odd) {float:left;padding-right:5px;}
.navArea li:nth-child(even) {float:right;padding-left:5px;}
}


/* タイトル画像エリア
=========================================================================================== */
.couponBnr {
    text-align: center; margin: 30px 0 60px;
}
.couponBnr p {
    font-size: 24px;
    /*background: #EEBE35;*/
    padding: 10px;
    text-align: center;
    color: #D50211;
    font-weight: bold;
}
.couponBnr img {
    max-width: 100%;
}



/* キャンペーンエリア
=========================================================================================== */
.app .campArea .orange {
	margin-bottom: 0px;
}

.app .campArea .orange a {
	display: block;
	width: 970px;
	margin: 0px auto;
	padding: 9px 0px;
	color: #ff7200;
	font-size: 1.285em;
	text-align: center;
}

.app .campArea .orange a em {
	padding-left: 29px;
	background-image: url(../5info/img/members_apps/00orangearrow.png);
	background-position: left center;
	background-repeat: no-repeat;
}



@media screen and (max-width:479px){
	.app .campArea {
		margin-top: 32px;
	}

	.app .campArea .orange a {
		width: auto;
	}
}




/* 特徴エリア
=========================================================================================== */
.contentsArea {
  width:970px;
  margin:0 auto 40px;
  text-align:left;
}
.contentsArea h3 {
  margin:0 auto 50px;
}
.contentsArea .contentBlock {
  width:100%;
  display:block;
  padding:0 50px;
  margin:0 auto 50px;
  font-size:1.2em;
  line-height:1.6em;
  box-sizing:border-box;
}

.contentsArea .contentBlock .imgBlock,
.contentsArea .contentBlock .txtBlock {
  width:50%;
  height:100%;
  margin:0;
  padding:0;
  display:block;
  text-align:left;
  vertical-align:middle;
}

.contentsArea .contentBlock h4 {
  font-size:1.7em;
  line-height:1.5em;
  font-weight:100;
  margin:0 0 20px;
}

.contentsArea .contentBlock p {
  margin:0 0 40px;
  padding:0 20px 0 0;
}

.contentsArea .left {float:left;}
.contentsArea .right {float:right;}


.contentsArea ul a,
.contentsArea .contentBlock a {
    padding-left: 20px;
    background-image: url(../5info/img/members_apps/00linkarrow.png);
    background-position: left 4px;
    background-repeat: no-repeat;
}


.contentsArea ul {
  width:100%;
  display:table;
  padding:0 50px;
  margin:0 auto 50px;
  font-size:1.2em;
  line-height:1.6em;
  box-sizing:border-box;
}

.contentsArea ul li {
  width:33.3%;
  margin:0;
  padding:0 20px;
  box-sizing:border-box;
  display:table-cell;
  text-align:left;
  vertical-align:top;
}

.contentsArea ul li img,
.contentsArea ul li h4 {
  margin:0 auto 20px;
}
.contentsArea ul li p {
  width:100%;
  padding:0!important;
  margin:0 auto 20px;
}






@media screen and (max-width:479px){
.contentsArea {
  width:100%;
  margin:0 auto 20px;
  text-align:left;
}
.contentsArea h3 {
  margin:0 auto 20px;
}
.contentsArea .contentBlock {
  width:100%;
  display:block;
  padding:0 20px;
  margin:0 auto 20px;
  box-sizing:border-box;
}
.contentsArea .right,
.contentsArea .left {float:inherit;}

.contentsArea .contentBlock .imgBlock,
.contentsArea .contentBlock .txtBlock {
  width:100%;
  height:auto;
  margin:0 auto 10px;
  box-sizing:border-box;
}

.contentsArea .contentBlock .imgBlock {
  padding:0 20px;
}

.contentsArea .contentBlock h4 {
  margin:0 0 10px;
}

.contentsArea .contentBlock p {
  margin:0 0 20px;
  padding:0;
}


.contentsArea ul {
  width:100%;
  display:block;
  padding:0;
  margin:0 auto 40px;
}

.contentsArea ul li {
  width:100%;
  margin:0 auto 20px;
  padding:0 20px;
  display:block;
  text-align:center;
}

.contentsArea ul li h4 {
  margin:0 auto 10px;
  text-align:center;
  font-size:1.7em
}
.contentsArea ul li img {width:60%;}
.contentsArea ul li p {
  width:100%;
  padding:0!important;
  margin:0 auto 10px;
  text-align:center;
  font-size:1.2em;
  line-height:1.6em;
}




}








/* ステップエリア（メルマガ流入用ページにも使用されているので変更時注意）
=========================================================================================== */
.app .stepArea {
  	width:970px;
  	margin:0 auto 50px;
	padding:0;
}
.stBox {
    margin: 30px 0 0;
}
.stBox h3 {
  font-size: 24px;
  text-align: left;
  border-bottom: 2px solid #d50211;
  margin-bottom: 40px;
}
.stBox h3 span {
  padding: 5px;
  border-radius: 5px 0 0 0;
  color: #d50211;
  margin-right: 10px;
  font-size: 40px;
}
.stBox h4 {
  color: #444;
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}
.stBox .flexBox2clm {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0;
}

.stBox .flexBox1clm {
  width: 50%;
  box-sizing: border-box;
  padding: 30px 0;
  margin: 0 auto;
}

.app .stepArea1{font-size:18px;}

.stepArea p.subTit {
  width:100%;
  font-size:1.7em;
  line-height:1.6em;
  text-align:center;
  padding:20px 0;
  margin:0 auto 20px;
  border-bottom:dashed 1px #aaa;
}

.stepArea ul {
  width:100%;
  display:table;
  margin:0 auto 50px;
    position: relative;
}
.stepArea ul li {
  width:50%;
  display:table-cell;
  box-sizing:border-box;
  text-align: center;
}
.stepArea ul li img {
    max-width: 240px;
    display: block;
    margin: 10px auto;    
}

.stepArea  ul li .content {
  width:100%;
  background:#fff;
  text-align:center;
  padding:20px 0;
  box-sizing:border-box;
}


.stepArea ul li .content strong {font-size:1.6em;color:#222;font-weight:100;}
.stepArea ul li .content p {
  width:100%;
  margin:0 auto 10px;
}

.stepArea ul.appstore{ width: auto;}
.stepArea ul.appstore li img{ width: 230px; margin: 0 0;}

.stepArea p.note {
  width:100%;
  text-align:left;
  margin:10px auto;
  font-size:0.9em;
  line-height:1.4em;
  color:#222;
}
.stepArea p.screen img {
    border: 1px solid #444;
}
.flowbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flowbox + h4 {
    border-top: 1px dotted #444;
    padding-top: 20px;
}
.stepArea figure {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
  width: 100%;
}
.stepArea figure::after {
  content: "";
  width: 0px;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 30px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  display: block;
  margin: 30px auto -30px;
}
figure.arrow0::after {
  border: none
}
.stepArea #newCont figure:last-child::after {
    border: none;
}
.stepArea figure img {
    border: 1px solid #ccc;
    width: 75%;
    margin: 0 auto;
    height: auto;
}
.stepArea figcaption {
    box-sizing: border-box;
    margin-left: 20px;
    display: inline-flex;
    align-items: baseline;
  margin-bottom: 20px;
}
.stepArea figcaption span {
    display: inline;
    text-align: center;
    font-size: 24px;
    color: #808080;
    margin-right: 10px;
}
.stepArea figure p {
  font-size: 16px;
  margin-top: 30px;
  box-sizing: border-box;
  margin-left: 20px;
}
.tabNext {
  text-align: center;
  font-size: 24px;
}
.tabNext span {
  padding: 5px;
  border-radius: 5px 0 0 0;
  color: #d50211;
  margin-right: 5px;
  font-size: 30px;
  font-weight: 600;
}


@media screen and (max-width:479px){

/* タイトル画像エリア
=========================================================================================== */    
.couponBnr p {
    font-size: 5vw;
}
.stBox {
    margin: 30px auto 0;
    width: 97%;
}
.stBox h3 {
    display: flex;
    font-size: 4.5vw;
    align-items: center;
    margin-bottom: 40px;
}
.stBox h3 span {
    font-size: 6vw;
    line-height: 6vw;
	white-space: nowrap
}
.stBox .flexBox1clm {
  width: 100%;
  text-align: left;
}
.stBox .flexBox2clm {
  text-align: left;
}
.stepArea figure {
    width: 100%;
}
.flowbox {
    flex-wrap: wrap;
}    

    
.app .stepArea {
  width:100%;
  margin:0 auto 20px;
	padding:0;
	text-align: center;
}


.stepArea p.subTit {
  width:100%;
  padding:10px 0;
  margin:0 auto 10px;
}



.stepArea .stepCont {
  padding:0 20px 20px;
}


.stepArea .stepCont dl.stepTit {
  display:block;
}


.stepArea .stepCont dl.stepTit dt {
  width:30%;
  text-align:left;
  display:block;
  margin:0 auto 10px;
}

.stepArea .stepCont dl.stepTit dd {
  width:100%;
  text-align:center;
  display:block;
}

.stepArea .stepCont dl.stepTit dd span.small {
  font-size:0.5em;
}

.stepArea .step01,
.stepArea .step02 {
  margin:0 auto 20px;
  padding:0 0 20px;
  border-bottom:dashed 1px #aaa;
}

.stepArea ul li {
    padding: 0 10px;
}
    
.stepArea .step01 ul {
  width:100%;
  display:block;
  margin:0 auto 10px;
}

.stepArea .step01 ul li {
  width:100%;
  display:block;
  margin:0 auto 20px;
}

.stepArea .step01  ul li:nth-child(1) {padding:0px;}
.stepArea .step01  ul li:nth-child(2) {padding:0px;}
.stepArea .step01  ul li .content {
  width:100%;
  background:#fff;
  text-align:center;
  padding:20px;
  box-sizing:border-box;
}
.stepArea .step01  ul li .content  img {width:70%;}

.stepArea .step02  ul li .content {
  padding:10px;
}


.stepArea ul li .content strong {font-size:1.6em;color:#222;font-weight:100;}
.stepArea ul li .content p {
  width:100%;
  margin:0 auto 10px;
}


.stepArea p.note {
  width:100%;
  text-align:left;
  margin:10px auto;
  font-size:0.9em;
  line-height:1.4em;
  color:#222;
}
.stepArea ul.appstore {
	width: 100%;
	display: block;
	}
.stepArea ul.appstore li {
	width: auto;
	display: inline-block;
	}

	
.stepArea .step03 ul {
  width:100%;
  padding:0;
  display:block;
}
.stepArea .step03 ul li {
  width:100%;
  display:block;
  margin-bottom:20px;
}
.stepArea .step03 ul li img {
  width:18%;
  position:absolute;
  top:10px;
  right:10px;
}

.stepArea .step03 ul li .content {
  padding:10px;
  position:relative;
  padding-right:25%;
}

.stepArea .step03 ul li .content h4 {
  display:block;
  width:100%;
  text-align:left;
  font-size:1.4em;
  line-height:1.4em;
  font-weight:100;
  margin-bottom:10px;
}

.stepArea .step03 ul li .content h4 em {color:#ff7700;}

.stepArea .step03 ul li .content p {
  display:block;
  width:100%;
  text-align:left;
  margin-bottom:10px;
  min-height:1em;
}

.stepArea .step04 {
  width:100%;
  margin:0 auto;
  padding:0;
}

.stepArea .step04 h3 {
  width:100%;
  display:block;
  margin:0 auto;
  padding:10px 0 10px 40px;
  background:url(../5info/img/members_apps/app_mem_05_4_1.png) no-repeat left;
  background-size:35px auto;
  font-size:1.5em;
  font-weight:100;
  text-align:left;
  }


.stepArea .step04 ul {
  width:100%;
  padding:0;
  display:block;
}
.stepArea .step04 ul li {
  width:100%;
  display:block;
  margin-bottom:20px;
}
.stepArea .step04 ul li img {
  width:30%;
  position:absolute;
  top:10px;
  right:10px;
}
.stepArea .step04 ul li .content {
  padding:10px;
  position:relative;
  padding-right:34%;
  text-align:left;
  font-size:1.2em
}
.stepArea .step04 ul li .content p {margin:0;}

.tabNext {
  display: none;
}
.stepArea figure:last-of-type::after {
    border: none;
}


}



/* 下部エリア
=========================================================================================== */
.app .btmArea {
	text-align: center;
}

.app .btmArea li {
	display: inline-block;
	margin:0 11px 28px 11px;
}

.app .btmArea p {
	width: 970px;
	margin: 0px auto;
	padding-top: 25px;
	border-top: 1px solid #cccccc;
}


@media screen and (max-width:479px){
	.app .btmArea li {
		display: block;
		margin: 24px 12px;
	}

	.app .btmArea li img {
		max-width: 290px;
	}

	.app .btmArea p {
		width: auto;
		margin-bottom: 25px;
		padding-top: 0px;
		border-top-style: dotted;
		border-bottom: 1px dotted #cccccc;
	}

	.app .btmArea p a {
		display: block;
		padding: 20px;
	}
}



/* メルマガ流入ページ用（lp_members_apps_dj）
=========================================================================================== */
.app.forDJ h2 {
	padding-bottom: 16px;
}

.app.forDJ div[class$="Area"]:nth-of-type(even) {
	background-color: #ffffff;
}

.app.forDJ div[class$="Area"]:nth-of-type(odd) {
	background-color: #f4f4f4;
}

.app.forDJ .stepArea {
	padding-top: 48px;
}

.app.forDJ .stepArea .stBox.step3 li {
	float: none;
	width: 875px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.app.forDJ .stBox.stepEnd li {
	float: none;
    width: 875px;
	margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
	text-align: left;
}

.app.forDJ .stBox.stepEnd li p {
	padding-left: 80px;
	font-size: 16px;
}

@media screen and (max-width:479px){
	.app.forDJ .stBox.stepEnd li p {
		padding-left: 2%;
		padding-right: 2%;
	}

}


/* 　特徴エリア　表形式
=========================================================================================== */
.tokucho_unit {
	margin: 0 auto;
	width: 970px;
}
.tokucho_unit table {
  border-collapse: collapse;
  width: 100%;
}
.tokucho_unit table th,
.tokucho_unit table td {
  padding: 10px;
  border: 1px solid #999;
}
.tokucho_unit table th {
  background-color: #eee;
  width: 30%;
	font-weight: bold;
}
.tokucho_unit p.notice {
	margin: 8px 0 0;
	color: #FF0004;
}

@media screen and (max-width: 479px) {
	.tokucho_unit {
		margin: 0 10px;
		width: 95%;
	}
	.tokucho_unit table {
		border-top: 1px solid #999;
		font-size: 1.2em;
	}
	.tokucho_unit table td {
		display: block;
		box-sizing: border-box;
	}
	.tokucho_unit table th {
		display: block;
		border-top: none;
		border-bottom: none;
		width: 100%;
		box-sizing: border-box;
	}

}


/* 　PC用　ダウンロードリンク
=========================================================================================== */
.download_box_pc {
	margin: 60px auto;
	width: 970px;
}
.download_box_pc ul {
	margin: 0 auto !important;
	padding: 30px 0 !important;
    width: 700px !important;
	background-color: #E5E5E5;
}
.download_box_pc ul li {
	margin: 0;
	float: left !important;
    width: 350px !important;
	text-align: center;
}
.download_box_pc ul li img {
	width: 230px;

}
.download_box_pc ul li a {
	background-image: none !important;
}

@media screen and (max-width:479px){
	.download_box_pc {
		display: none;
	}

}


/* 　SP用　ダウンロードリンク フッターフローティング
=========================================================================================== */
.download_box_sp {
	display: none;
}

@media screen and (max-width:479px){
	.footerFloatingMenu {
    display:none;
		width: 100%;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 999;
		text-align: center;
    padding:0;
    background-color: rgba(0,0,0,0.6);
	}
	.download_box_sp {
		width: 100%;
		display: block;
	}
	.download_box_sp ul li {
		width: 50% !important;
		text-align: center;
    margin: 0 auto;
	}
	.download_box_sp ul li img {
		width: 90%;
	}
	#pageTop {
		bottom: 80px !important;
	}

}
/* 　PC用　クーポンエリア
=========================================================================================== */

.camp_mobile {
  margin: 15px auto;
  text-align: center;
  width:970px;
}
.camp_mobile .camp_txt {
  width: 80%;
  margin: 0 auto;
  color: #F00;
  font-size: 32px;
  padding: 18px;
  border: 1px solid;
  background:#FFF;
}
.camp_mobile .camp_note {
  width: 220px;
  margin: 0 auto;
  display: block;
  padding: 0 0 0 45px;
  box-sizing: border-box;
  text-align: left;
}

.camp_mobile .camp_txt span {
  font-size:18px;;
}
.app .stepArea .stBox.step3_coupon ul {
	width: 875px;
	margin: 0 auto;
}
.app .stepArea .stBox.step3_coupon li {
	width: 875px;
	margin: 12px 12px 16px 0px;
	padding-left: 14px;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
  text-align:center;
}
.app .stepArea .stBox.step3_coupon li:nth-of-type(3) {
	margin-right: 0px;
}

.app .stepArea .stBox.step3_coupon li:nth-of-type(1) {
	width: 875px;
	margin: 0px;
	padding-bottom: 1px;
}

.app .stepArea .stBox.step3_coupon h4 {
	margin: 0em 0em 0.5em 1.0em;
	text-indent: -1.0em;
	line-height: 130%;
}

.app .stepArea .stBox.step3_coupon h4 em {
	display: inline-block;
	position: relative;
	padding: 0px 3px;
	color: #ff7200;
	text-indent: 0em;
}

.app .stepArea .stBox.step3_coupon h4 em:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 2px dotted #ff7200;
}
.app .stepArea .stBox.step4 h4 {
  margin: 3em 0em 0.5em 1.0em;
  text-indent: -1.0em;
  line-height: 130%;
}
/* 　SP用　クーポンエリア
=========================================================================================== */
@media screen and (max-width:479px){
  .camp_mobile {
    width:100%;
  }
  .camp_mobile .camp_txt {
    font-size:1.3em;
  }
  .camp_mobile .camp_txt span {
    font-size:1.0em;
  }
  .app .stepArea .stBox.step3_coupon ul {
    width:100%;
  }
  .app .stepArea .stBox.step3_coupon li {
    padding-left:0px;
  }
  .app .stepArea .stBox.step4 h4  {
    font-size: 1.6em;
    text-align: center;
  }
  .app .step4 .coupon_img {
    width:80%;
  }
}
/* 　PC用　タブエリア
=========================================================================================== */
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tabItem {
  display: none;
}
.tabCont {
  width: 50%;
  box-sizing: border-box;
  padding: 0 50px;
}
.tabs .tabCont:not(:last-of-type) {
  border-right: 1px solid;
}
/*ラジオボタンを全て消す*/
input[name="tabItem"] {
  display: none;
}


/*選択されているタブのコンテンツのみを表示*/
#mem:checked ~ #memCont,
#new:checked ~ #newCont {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tabItem {
  background-color: #d50211;
  color: #fff;
}
/* 　SP用　タブエリア
=========================================================================================== */

@media screen and (max-width: 479px) {
/*タブ切り替え全体のスタイル*/
  .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
  }
  
  /*タブのスタイル*/
  .tabItem {
    width: calc(50% - 2vw / 2);
    height: 50px;
    border-bottom: 3px solid #d50211;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .tabItem:hover {
    opacity: 0.75;
  }
  .tabItemborder {
    width: 2vw;
    border-bottom: 3px solid #d50211;
  }
  /*タブ切り替えの中身のスタイル*/
  .tabCont {
    display: none;
    clear: both;
    overflow: hidden;
    padding: 0;
  }
#mem:checked ~ #memCont,
#new:checked ~ #newCont {
  display: block;
  width: 100%;
  border-right: 0px;
}
	}

/* 　追加090820
=========================================================================================== */
.stepArea figcaption.centerblock {
	width: 60%; 
	margin: 30px auto; 
	display: block
}

@media screen and (max-width:479px){
	.stepArea figcaption.centerblock{
		width: 100%;
		text-align:left;
	}
}