@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%;
}

#main {
  float: none;
  width: auto;
}

.tit_bar {
  margin-bottom: 20px;
}

.app {
  margin-top: 4px;
  color: #444444;
  font-size: 14px;
}

.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;
}

.center {
  text-align: center
}

@media screen and (max-width:479px) {
  #container {
    margin-bottom: 0px;
  }
  .app {
    width: 100%;
    font-size: 1.0em;
  }
  .app img {
    width: 100%;
  }
  .app img.pc {
    display: none;
  }
  .breadCrumb {
    width: 98%;
    margin-left: 1%;
    line-height: 130%;
  }
  .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;
  margin-bottom: 30px;
}

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.webp) 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: 230px;
}

.navArea li.block03 {
  width: 200px;
}

.navArea li.block04 {
  width: 195px;
}

.navArea li.block01 a {
  background: url(../5info/img/members_apps/app_mem_nav_pc1_off.webp) no-repeat top;
}

.navArea li.block02 a {
  background: url(../5info/img/members_apps/app_mem_nav_pc2_off.webp) no-repeat top;
}

.navArea li.block03 a {
  background: url(../5info/img/members_apps/app_mem_nav_pc3_off.webp) no-repeat top;
}

.navArea li.block04 a {
  background: url(../5info/img/members_apps/app_mem_nav_pc4_off.webp) no-repeat top;
}

.navArea li.block01 a:hover {
  background: url(../5info/img/members_apps/app_mem_nav_pc1_on.webp) no-repeat top;
}

.navArea li.block02 a:hover {
  background: url(../5info/img/members_apps/app_mem_nav_pc2_on.webp) no-repeat top;
}

.navArea li.block03 a:hover {
  background: url(../5info/img/members_apps/app_mem_nav_pc3_on.webp) no-repeat top;
}

.navArea li.block04 a:hover {
  background: url(../5info/img/members_apps/app_mem_nav_pc4_on.webp) 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.webp) 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%;
    text-indent: 0;
  }
  .navArea li a img {
    height: 100%
  }
  .navArea li:nth-child(odd) {
    float: left;
    padding-right: 5px;
  }
  .navArea li:nth-child(even) {
    float: right;
    padding-left: 5px;
  }
}


/* キャンペーンエリア
=========================================================================================== */

.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.webp);
  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: 30px auto 30px;
  font-size: 2.8em;
  font-weight: 200;
  color: #023b92;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
  padding: 0.1em 1em;
  display: inline-block;
  top: 0;
}

.contentsArea h3:before, .contentsArea h3:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}

.contentsArea h3:before {
  border-left: solid 1px #023b92;
  border-top: solid 1px #023b92;
  border-bottom: solid 1px #023b92;
  left: 0;
}

.contentsArea h3:after {
  content: '';
  border-top: solid 1px #023b92;
  border-right: solid 1px #023b92;
  border-bottom: solid 1px #033b92;
  right: 0;
}

.contentsArea .contentBlock {
  width: 100%;
  display: block;
  padding: 0 50px;
  margin: 50px auto 60px;
  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 h5 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 100;
  margin: 0 0 20px;
  text-align: center;
}

.contentsArea .contentBlock p {
  margin: 0 0 40px;
}

.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.webp);
  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;
    font-size: 2em;
    font-weight: 200;
    color: #023b92;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    padding: 0.1em 1em;
    display: inline-block;
    top: 0;
  }
  .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;
  }
  #sp_none {
    display: none;
  }
  .contentsArea .contentBlock h4 {
    margin: 10px auto;
    text-align: center;
  }
  .contentsArea .contentBlock p {
    margin: 0 auto;
  }
  .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;
  text-align: center;
}

.app .stepArea1 {
  font-size: 18px;
}

.stepArea p.subTit {
  width: 100%;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto 20px;
  border-bottom: dashed 1px #aaa;
}

.stepArea .stepCont {
  width: 100%;
  padding: 0 50px 50px;
  box-sizing: border-box;
}

.stepArea .stepCont dl.stepTit {
  width: 100%;
  display: table;
  margin: 0 auto 10px;
}

.stepArea .stepCont dl.stepTit dt {
  width: 130px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.stepArea .stepCont dl.stepTit dd {
  width: auto;
  text-align: left;
  display: table-cell;
  font-size: 1.7em;
  line-height: 1.4em;
  vertical-align: middle;
}

.stepArea .stepCont dl.stepTit dd span.small {
  font-size: 0.5em;
}

.stepArea .step01, .stepArea .step02 {
  margin: 0 auto 40px;
  padding: 0 0 40px;
  border-bottom: dashed 1px #aaa;
}

.stepArea ul {
  width: 100%;
  display: table;
  margin: 0 auto 10px;
}

.stepArea ul li {
  width: 50%;
  display: table-cell;
  box-sizing: border-box;
}

.stepArea ul li:nth-child(1) {
  padding-right: 10px;
}

.stepArea ul li:nth-child(2) {
  padding-left: 10px;
}

.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 .step03 ul li {
  width: 33.3%;
}

.stepArea ul li:nth-child(1) {
  padding-right: 15px;
}

.stepArea ul li:nth-child(2) {
  padding: 0 5px;
}

.stepArea ul li:nth-child(3) {
  padding-left: 15px;
}

.stepArea .step03 ul li img{
    width: 300px;
	max-width: 300px;
	display: block;
	margin: 10px auto;
}

.stepArea .step03 ul li .content {
  padding: 20px;
}

.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: 1.4em;
}

.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 {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 70px;
  background: url(../5info/img/members_apps/app_mem_05_4_1.webp) no-repeat left, url(../5info/img/members_apps/app_mem_05_4_1.webp) no-repeat right;
  font-size: 2em;
  font-weight: 100;
}

@media screen and (max-width:479px) {
  .app .stepArea {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
  }
  .app .stepArea h3 {
    display: none;
  }
  .stepArea p.subTit {
    width: 100%;
    padding: 10px 0;
    margin: 0 auto 10px;
    display: none;
  }
  .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 .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: 80%;
    max-width: 300px;
    margin: 1em auto 3em;
  }
  .stepArea ul li:nth-child(1) {
    padding-right: 0;
  }
  .stepArea ul li:nth-child(2) {
    padding: 0;
  }
  .stepArea ul li:nth-child(3) {
    padding-left: 0;
  }
  .stepArea .step03 ul li .content {
    padding: 10px;
    position: relative;
  }
  .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: 1.4;
  }
  .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.webp) 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;
  }
}


/* 下部エリア
=========================================================================================== */

.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;
  }
  .download_box_sp {
    width: 100%;
    display: block;
  }
  .download_box_sp ul li {
    padding: 10px 0 15px;
    float: left !important;
    width: 50% !important;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .download_box_sp ul li img {
    width: 90%;
  }
  #pageTop {
    bottom: 30vw;
  }
}


/* 　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%;
  }
}