@charset "utf-8";

/* CSS Document */

.header {
  box-shadow: 0 2px 3px rgba(0,0,0,0);
  position: relative;
  z-index: 1;
}

a {
  -webkit-tap-highlight-color: rgba(0,0,0,0.2);
}

.billboard {

  background-image: url(../../img/campaigns/all-users-2102/billboard_bg.png);
  /*background-repeat: repeat-x;
  background-position: center;*/
  background-color: #ff2f7c;
}

.top {
  height: auto;
  margin: auto;
  position: relative;
  width: 980px;
}

.top img {
  width: 100%;
}

/******************************************
タブ
******************************************/
.user-tab-btn {
  bottom: 12px;
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.tab-button {
  display: inline-block;
}

.tab-content {
  display: none;
}

.tab-content.is_open {
  display: block;
}

.is-active {
  display: none;
}

.monitor-tab-left-box.is_open {
}

.monitor-tab-right-box.is_open {
}

.monitor-tab-detail {
  padding: 70px 0 0 0;
}

.user-tab-btn p {
  margin: 0;
  padding: 0;
}

.user-tab-btn p span {
  color: #ffff00;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0 0 0 20px;
  position: relative;
  text-decoration: underline;
}

.user-tab-btn p span:hover {
  cursor: pointer;
  text-decoration: none;
}

.user-tab-btn p span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #ffff00;
  position: absolute;
  top: 12px;
  left: 0;
}

/*概要*/

.about-wrapper{
  background-color: #ffeeee;
  width: 100%;
  padding-bottom: 50px;
}
.about-inner{
  max-width: 780px;
  margin: auto;
}
.about-top{margin-bottom: 50px;}
.about-top img, .about-box li img{width: 100%;}
.about-txt-area{
  background-color: #fff;
  background-image: url(../../img/campaigns/all-users-2102/bg_bard.png);
  background-size: 104px auto;
  background-repeat: no-repeat;
  background-position: right;
  border: 4px solid #ff484e;
  border-radius: 8px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 12px 40px 10px;
}
.about-txt-area span{
  color: #ff484e;
  font-weight: bold;
}
.about-box {}
.about-box li{}
.about-box dl{
  display: table;
  padding-bottom: 40px;
  width: 100%;
}
.about-box dd ,.about-box dt{
  display: table-cell;
  vertical-align: middle;
}
.about-box dt{
  display: table-cell;
  padding: 25px 20px 0 0;
}
.about-box dt img{
  width: 132px;
}
.about-box dd{
  font-size: 2.0rem;
  line-height: 3.0rem;
  padding: 25px 0 0;
}
/******************************************
左タブ内容
******************************************/
.entry-alert-text {
  font-size: 2.2rem;
  margin-bottom: 65px;
  text-align: center;
}

.entry-alert-text p {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 12px;
}

.entry-alert-text span {
  color: #e30937;
}

.entry-alert-text p span {
  color: #e30937;
  font-weight: bold;
}

.method {
  font-size: 1.4rem;
  margin: auto;
  padding: 0 10px 30px;
  position: relative;
  width: 980px;
}

.method:after {
  content: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 106px 0 106px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -106px;
  z-index: 9999;
}

.method .title {
  margin: 0 auto 34px;
  width: 100%;
  max-width: 498px;
}

.method .title img {
  width: 100%;
}

.method-step {
  letter-spacing: -.40em;
  width: 100%;
}

.method-step li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 33.333%;
}

.method-step dl {
  margin: auto;
  width: 280px;
}

.method-step dt {
  text-align: center;
  vertical-align: top;
  width: 280px;
}

.method-step dt img {
  margin-bottom: 15px;
  width: 100px;
}

.method-step dd {
  color: #555555;
  display: table-cell;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: top;
}

.method-step dd img {
  display: block;
  margin: 0 auto 15px;
  width: 280px;
}

.method-step02 {
  letter-spacing: -.40em;
  margin: 0 auto 20px;
  width: 760px;
}

.method-step02 li {
  display: inline-block;
  letter-spacing: normal;
  margin-bottom: 40px;
  vertical-align: top;
  width: 50%;
}

.method-step02 dl {
  margin: auto;
  width: 280px;
}

.method-step02 dt {
  text-align: center;
  vertical-align: top;
  width: 280px;
}

.method-step02 dt img {
  margin-bottom: 15px;
  width: 100px;
}

.method-step02 dd {
  color: #555555;
  display: table-cell;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: top;
}

.method-step02 dd img {
  display: block;
  margin: 0 auto 15px;
  width: 280px;
}

/******************************************
エントリーする
******************************************/
.entry-mid-button {
  margin: auto;
  width: 520px;
}

.entry-mid-button a {
  background-color: #35c81d;
  border-radius: 10px;
  box-shadow: inset -3px -3px #1b650f;
  color: #fff;
  display: block;
  height: 92px;
  margin: auto;
  position: relative;
  text-align: center;
  width: 520px;
}

.entry-mid-button a:after {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  content: "";
  height: 20px;
  margin-top: -12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 20px;
}

.entry-mid-button a p {
  display: inline-block;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  padding: 3px 0 0 0;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.entry-mid-button a span {
  font-size: 1.8rem;
  font-weight: bold;
}
.entry-mid-button.bottom a ,
.entry-mid-button.registration a{
  margin-bottom: 60px;
}
.entry-mid-button.bottom a:after ,
.entry-mid-button.registration a:after
 {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  content: "";
  height: 20px;
  margin-top: -12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  width: 20px;
}

.entry-mid-button.registration a {
  background-color: #008aff;
  border-radius: 10px;
  box-shadow: inset -3px -3px #005297;
  color: #fff;
}
/******************************************
注意事項
******************************************/
.coution {
  background-image: url(../../img/campaigns/all-users-2102/method_coution_bg.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 11px 11px;
  margin-bottom: 28px;
  padding: 20px;
  width: 100%;
}

.coution .title {
  font-size: 1.2rem;
  font-weight: bold;
}

.coution p {
  font-size: 1.0rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.coution ul {
  font-size: 1.0rem;
  line-height: 1.6;
}

.coution .flow {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 310px;
}

/******************************************
プレゼント発送について
******************************************/
.present-coution {
  margin-bottom: 28px;
  padding: 0 20px 20px;
  width: 100%;
}

.present-coution .title {
  font-size: 1.2rem;
  font-weight: bold;
}

.present-coution p {
  font-size: 1.0rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.present-coution ul {
  font-size: 1.0rem;
  line-height: 1.6;
}

.present-coution .flow {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 310px;
}

/******************************************
お薬手帳の記帳方法
******************************************/
.okusuri-info {
  background-image: url(../../img/campaigns/all-users-2102/method_coution_bg.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 11px 11px;
  margin: 0 auto 0;
  padding: 30px;
  width: 750px;
}

.okusuri-info .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 20px 0;
  text-align: left !important;
}

.okusuri {
  width: 100%;
}

.okusuri dt {
  color: #f7931e;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3px;
}

.okusuri dd {
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0 0 0 17px;
}

/******************************************
お薬手帳の注意事項
******************************************/

/******************************************
薬局を探す
******************************************/
.search_store_btn {
  margin: 0 auto 28px;
  padding: 0 25px;
}

.search_store_btn a {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 310px;
}

.search_store_btn img {
  width: 100%;
}

/******************************************
ラインナップ
******************************************/
.lineup {
  font-size: 1.4rem;
  padding: 0 40px;
  margin: auto;
}

.lineup .title {
  margin: 0 auto 13px;
  width: 498px;
}

.lineup .title img {
  width: 100%;
}

.lineup-subtext {
  font-size: 2.6rem;
  color: #61361d;
  text-align: center;
  margin-bottom: 10px;
}

.camp-lp-body {
  height: auto;
  margin: auto;
  padding: 70px 0;
  position: relative;
  width: 680px;
}

.camp-lp-body:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 106px 0 106px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -106px;
  z-index: 9999;
}

.camp-lp-title {
  display: block;
  margin: 0 auto 50px;
  width: 498px;
}

.camp-lp-box {
  background-color: #e6ddd2;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 20px;
}

.camp-lp-detail-box {
  background-color: #fff;
  border-radius: 16px;
  padding: 0 0;
}

.camp-lp-detail-title {
  padding:5px;
}

.camp-lp-detail-title img {
  width: 100%;
}

.camp-lp-detail-title-sub {
  font-size:1.2rem;
  font-weight:bold;
  display:block;
  text-align:center;
  padding:3px 0 10px;
}

.camp-lp-detail-body {
  margin-top: 15px;
  padding: 0 20px 10px;
}

.camp-lp-detail-body a {
  color: #0e85ff;
  text-decoration: underline;
}

.camp-lp-detail-btn {
  margin: 10px auto 0;
  width: 150px;
}

.camp-lp-detail-btn a {
  display: block;
  width: 100%;
}

.camp-lp-detail-btn img {
  width: 100%;
}

.lineup-btn .open-btn {
  display: block;
}

.lineup-btn .close-btn {
  display: none;
}

.lineup-btn .open {
  display: block;
}

.lineup-btn .close {
  display: none;
}

.camp-lp-detai-head {
  width: 100%;
}

.camp-lp-detai-head img {
  margin-bottom: 15px;
  width: 100%;
}

.camp-lp-text-heading {
  color: #555;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}

.camp-lp-text {
  color: #555;
  margin-bottom: 30px;
}

.camp-lp-text-add {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.camp-lp-text-title {
  color: #555;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.camp-lp-text-title img {
  margin-right: 5px;
  vertical-align: bottom;
  width: 30px;
}

.camp-lp-text-body {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}

.ama-gift-list {
  margin-bottom: 30px;
}

.ama-gift-list li {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0;
}

.camp-lp-text-bottom {
  color: #555;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.detail-link {
  font-size: 2.0rem;
  text-align: center;
}

.detail-link a {
  font-weight: bold;
}

.camp-lp-smalltext {
  font-size: 1.8rem;
  font-weight: bold;
}

.camp-lp-img {
  margin: 40px 0 15px;
}

.camp-lp-img img {
  width: 100%;
}

.camp-lp-text-title-gourmet {
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 5px;
}

.lineup-btn {
  background-image: url(../../img/campaigns/all-users-2102/camp_lp_open_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 300px 38px;
  height: 38px;
  margin: 20px auto 0;
  width: 300px;
}

.lineup-btn a {
  display: block;
  height: 38px;
  width: 300px;
}

.lineup-btn:hover {
  cursor: pointer;
}

.lineup-btn.close {
  background-image: url(../../img/campaigns/all-users-2102/camp_lp_close_btn.png);
}

/*******************************************

*******************************************/
.campaign-info {
  margin: auto;
  padding: 75px 0 0;
  position: relative;
  width: 100%;
}

.campaign-info:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 106px 0 106px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -106px;
  z-index: 9999;
}

.campaign-info h2 {
  margin: auto;
  width: 498px;
}

.campaign-info h2 img {
  width: 100%;
}

.campaign-info-body {
  margin: auto;
  padding: 70px 10px;
  width: 760px;
}

.campaign-info-body-02 {
  background-color: #ece9ea;
  margin: auto;
  padding: 0;
  width: 100%;
}

.campaign-info-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 30px;
}

.campaign-info-text .pink {
  color: #e30937;
  font-weight: bold;
}

.campaign-info-text p {
  color: #007ee9;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.campaign-info-text .main-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
}

.campaign-info-text .red {
  color: #e30937;
  font-weight: bold;
}

.campaign-info-alert {
  background-color: #ca0110;
  border-radius: 6px;
  padding: 6px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}

/******************************************
注意事項
*******************************************/
.coution-text {
  background-color: #ece9ea;
  padding: 30px 0;
  width: 100%;
}

.coution-text-body {
  background-color: #fff;
  border: 6px solid #dbdbdb;
  color: #555;
  margin: 0 auto;
  padding: 20px 30px;
  width: 760px;
  height: 357px;
  overflow: scroll;
  overflow-x: hidden;
}

.coution-text-body p {
  font-size: 2.4rem;
  font-weight: bold;
}

.coution-text-body p span {
  display: inline-block;
  font-size: 1.0rem;
  padding: 0 1px;
  vertical-align: middle;
}

.coution-text-body ul {
  margin: 3px 0 0 0;
  width: 100%;
}

.coution-text-body ul li {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2px 0;
}

/******************************************
応募規約
******************************************/
.campaign-term-text {
  font-size: 1.3rem;
  padding: 50px 10px;
  width: 760px;
  margin: auto;
}

.campaign-term-text p {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: underline;
}

/******************************************
サブテキスト
******************************************/
.sub-text {
  font-size: 1.0rem;
  line-height: 1.5;
  padding: 0 28px 30px;
}

.sub-text p {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}

/******************************************
アンケートに答える
******************************************/
.unq-btn {
  margin: auto;
  padding: 0 25px;
  width: 100%;
  max-width: 310px;
}

.unq-btn li {
  margin-bottom: 30px;
  width: 100%;
}

.unq-btn li:last-of-type {
  margin-bottom: 0;
}

.unq-btn a {
  display: block;
}

.unq-btn img {
  width: 100%;
}

.unq-btn span {
  display: block;
}

/*******************************************
応募規約に同意してエントリー
********************************************/
.entry-box {
  background-color: #ece9ea;
  padding: 0 0 90px 0;
  position: relative;
  width: 100%;
}

.entry-box h2 {
  color: #294dc2;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

.entry-body {
  padding: 10px 35px 0 35px;
}

.entry-input {
  background-color: #fff;
  border: 4px solid #294dc2;
  border-radius: 8px;
  margin: auto;
  padding: 50px 20px;
  position: relative;
  width: 760px;
}

.entry-input input[type="text"] {
  border: 1px solid #aaa;
  border-radius: 2px;
  box-shadow: inset 0 2px 0 #aaa;
  display: block;
  font-size: 1.8rem;
  height: 44px;
  margin: 0 auto 5px;
  padding: 10px;
  width: 460px;
}

.entry-input input[type="text"] + input[type="checkbox"] + label {
  margin-top: 15px;
}

.entry-input label {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  width: 460px;
  margin: auto;
}

.entry-input input[type=checkbox] {
  display: inline-block;
}

.entry-input input[type=checkbox] + label {
  position: relative;
  font-weight: bold;
  height: 22px;
  line-height: 23px;
  padding: 0 0 0 31px;
}

.entry-alert {
  color: #ef0013;
  font-size: 1.0rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 1px) {

.entry-input input[type=checkbox] {
  visibility: hidden;
  margin: 0;
  position: absolute;
  left: 0;
}

.entry-input input[type=checkbox] + label {
}

.entry-input input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: #00a2e9;
}

.entry-input input[type=checkbox] + label::before {
  border: 1px solid #007dbb;
  border-radius: 2px;
}

.entry-input input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 12px;
}

.entry-input input[type=checkbox]:checked + label::after {
  left: 8px;
  width: 11px;
  height: 8px;
  margin-top: -5px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
}

.entry-input-button input[type="submit"] {
  background-color: #f44c59;
  background-image: url(../../img/campaigns/all-users-2102/submit_arrow.png);
  background-repeat: no-repeat;
  background-position: 240px center;
  background-size: 10px auto;
  border-radius: 10px;
  box-shadow: inset -2px -2px 0 #7f262d;
  color: #fff;
  display: block;
  font-size: 3.0rem;
  font-weight: bold;
  height: 88px;
  margin: 10px auto 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  width: 520px;
}

.entry-input-button a {
  background-color: #f44c59;
  background-image: url(../../img/campaigns/all-users-2102/submit_arrow.png);
  background-repeat: no-repeat;
  background-position: 480px center;
  background-size: 20px auto;
  border-radius: 10px;
  box-shadow: inset -2px -2px 0 #7f262d;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  height: 88px;
  line-height: 88px;
  margin: 10px auto 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  width: 520px;
}

.entry-input-button a p {
  display: inline-block;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  padding: 3px 0 0 0;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.entry-input-button a span {
  font-size: 1.8rem;
  font-weight: bold;
}

.entry-input-text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 20px auto 30px;
  width: 460px;
}

.top-icon {
  top: -80px;
  position: absolute;
  left: -160px;
  width: 198px;
}

.bottom-icon {
  bottom: -94px;
  position: absolute;
  right: -110px;
  width: 197px;
}

/******************************************
お問い合わせ
******************************************/
.form-bn {
  background-color: #fff;
  padding: 60px 0 40px;
}

.form-bn-title {
  border-bottom: 1px solid #333;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 auto 50px auto;
  padding: 2px 0;
  text-align: center;
  width: 500px;
  white-space: nowrap;
}

.form-btn-area {
  letter-spacing: -.40em;
  margin: auto;
  text-align: center;
  padding: 0 5px;
  text-align: center;
  width: 660px;
}

.form-btn-area li {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 10px;
  text-align: center;
}

.form-btn-area li a {
  background-color: #fff;
  border: 2px solid #007ee9;
  border-radius: 5px;
  color: #007ee9;
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  height: 88px;
  line-height: 88px;
  width: 305px;
}

.entry-alert {
  color: #ef0013;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 20px;
  width: 460px;
}

/*******************************************
sns
********************************************/
.sns-button {
  margin: 0 auto 50px;
  padding: 20px;
  width: 760px;
}

.sns-button ul {
  letter-spacing: -.40em;
  text-align: right;
  width: 100%;
}

.sns-button ul li {
  display: inline-block;
  font-size: 2.4rem;
  height: 52px;
  letter-spacing: normal;
  margin: 0 0 0 13px;
  width: 196px;
}

.sns-button a {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 52px;
}

.twitter {
  background-color: #1b95e0;
  background-image: url(../../img/campaigns/all-users-2102/twitter_icon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 46px auto;
  border-radius: 6px;
  text-indent: 30px;
}

.nice {
  background-color: #4267b2;
  background-image: url(../../img/campaigns/all-users-2102/nice_icon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 46px auto;
  border-radius: 6px;
  text-indent: 50px;
}

.line {
  background-color: #00b900;
  background-image: url(../../img/campaigns/all-users-2102/line_icon.png);
  background-repeat: no-repeat;
  background-position: 3px center;
  background-size: 23px auto;
  text-indent: 46px;
}

/******************************************
いますぐ、EPARKお薬手帳をダウンロード！
******************************************/
.app {
  background-image: url(../../img/campaigns/all-users-2102/app_bg.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 22px 22px;
  margin: 0 auto 60px;
  padding: 10px;
  width: 750px;
}

.app-body {
  background-color: #fff;
  padding: 20px 30px;
  width: 100%;
}

.app-title {
  color: #f7931e;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.app-btn {
  letter-spacing: -.40em;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}

.app-btn li {
  display: inline-block;
  margin: 0 30px;
  width: 230px;
}

.app-btn li a {
  display: block;
}

.app-btn img {
  width: 230px;
}

.app-discription {
  font-size: 2.0rem;
  margin-bottom: 30px;
}

.app-official-link {
  font-size: 2.0rem;
  text-align: right;
}

.review-no {
  font-size: 1.4rem;
  margin: 0 auto 100px;
  text-align: right;
  width: 760px;
}

/*******************************************
完了画面
********************************************/
.comp-text-box {
  margin: 25px auto 0;
  padding: 15px 0 55px;
  text-align: center;
  width: 980px;
}

.comp-title {
  border: 8px solid #e5e5e5;
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 0 50px;
  padding: 5px 25px;
}

.comp-text-box ul {
  margin: 50px auto 0;
  width: 950px;
  white-space: nowrap;
}

.comp-text-box ul li {
  display:inline-block;
  letter-spacing: normal;
  margin: 7px 55px 7px 0;
  vertical-align: top;
  width: 280px;
}

.comp-text-box li:last-of-type {
  margin-right: 0;
}

.comp-text-box ul li p {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  white-space:normal;
}

.comp-text-box li img {
  display: block;
  margin: 0 auto 20px;
  vertical-align: bottom;
}

li.comp {
  color: #333;
  text-decoration: none;
}

.comp-text p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 10px;
}

.comp-text {
  text-align: left;
  width: 850px;
  margin: 20px auto 70px;
}

.last-step,.two-step {
  width: 100%;
  text-align: center;
}

.comp-text img {
  margin: 40px auto 0;
  display: block;
}

.two-step {
  margin: 0 auto 23px;
}

.last-step {
  margin: 70px 0;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}
.shoho-best {
  height: auto;
  padding: 60px 0 40px;
  width: 100%;
}

.shoho-best h2 {
  margin: 0 auto 55px;
  width: 700px;
}

.shoho-best h2 img {
  width: 100%;
}

.shoho-best-body {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 auto 30px;
  padding: 0 20px;
  width: 830px;
}

.easy-shoho-flow {
  margin: 0 auto 30px;
  width: 450px;
}

.easy-shoho-flow img {
  width: 100%;
}

.shoho-step-body {
  background-color: #f4f2f2;
  padding: 40px 15px;
  width: 100%;
}

.step-image {
  margin: auto;
  width: 660px;
  letter-spacing:-.40em;
}

.step-image li {
  display: inline-block;
  letter-spacing:normal;
  padding: 0 14px;
  text-align: center;
  width: 25%;
}

.step-text {
  letter-spacing:-.40em;
  margin: 10px auto 0;
  width: 680px;
}

.step-text li {
  display: inline-block;
  letter-spacing: normal;
  font-size: 2rem;
  font-weight: 700;
  margin: 2px 0;
  padding: 0 10px;
  width: 50%;
}

.shoho-label {
  letter-spacing: -.4em;
  margin: 0 auto 48px;
  padding: 35px 8px 0;
  width: 680px;
}

.shoho-label li {
  display: inline-block;
  margin: 5px 0;
  padding: 0 7px;
  width: 50%;
}

.shoho-label li img {
  width: 100%;
}

.shop-search {
  margin: auto;
  padding: 0 0 25px;
  position: relative;
  width: 766px;
}

.shop-search:after {
  border-width: 46px 112px 0;
  bottom: -85px;
  height: 0;
  margin-left: -112px;
  position: absolute;
  width: 0;
}

.shop-search img {
  display: block;
  margin: auto;
  vertical-align: bottom;
}

.shop-search-button {
  width: 100%;
}

.shop-search-button a {
  background-color: #007ee9;
  box-shadow: inset -3px -3px 0 #0060b1;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  height: 92px;
  line-height: 92px;
  margin: auto;
  text-align: center;
  width: 520px;
}

.terms-entry-input-button button {
  background-color: #f44c59;
  background-image: url(../../img/campaigns/all-users-2102/submit_arrow.png);
  background-repeat: no-repeat;
  background-position: 240px center;
  background-size: 10px auto;
  border-radius: 4px;
  box-shadow: inset -2px -2px 0 #7f262d;
  color: #fff;
  display: block;
  font-size: 3rem;
  font-weight: 700;
  height: 88px;
  margin: 10px auto 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
  width: 520px;
}
.terms-entry-input-button button:hover {
  cursor:pointer;
}
.detail-link,.inquiry h2,p.sms-txt {
  text-align: center;
}

.inquiry {
  padding: 20px 10px 50px;
  width: 100%;
}

.inquiry h2 {
  margin: 40px auto;
  font-weight: 700;
}

.inquiry h2 span {
  border-bottom: solid 1px #000;
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 2px;
}
.camp-lp-text-add,.camp-lp-text-heading,.settled-button-area li a {
  font-size: 1.8rem;
  font-weight: 700;
}

.settled-button-area {
  margin: 20px auto 0;
  width: 500px;
}

.settled-button-area ul {
  letter-spacing: -.4em;
  margin: 0 auto 15px;
  width: 100%;
}

.settled-button-area li {
  display: inline-block;
  letter-spacing: normal;
  margin: auto;
  padding: 10px;
  width: 50%;
}

.camp-lp-detail-btn a,.camp-lp-detail-title img,.camp-lp-title,.lineup-btn .open-btn {
  display: block;
}

.settled-button-area li a {
  background-color: #fff;
  border: 2px solid #0089e0;
  color: #0089e0;
  border-radius: 5px;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
  display: block;
  height: 60px;
  text-align: center;
  line-height: 56px;
  width: 100%;
}


.entry-input-button button,.entry-input-button-new button {
  height: 92px;
  position: relative;
  width: 520px;
  font-size: 2.8rem;
  line-height: 1;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0,0,0,.4);
  vertical-align: middle;
  padding: 0 100px 2px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}

.entry-input-button button {
  margin: auto;
}
.entry-input-button button,.entry-mid-button a {
  background-color: #35c81d;
  box-shadow: inset -3px -3px #1b650f;
}

.entry-input-button-new button {
  background-color: #008aff;
  box-shadow: inset -3px -3px #005297;
  margin: 60px auto;
}

.entry-input-button button:after,.entry-input-button-new button:after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  height: 20px;
  margin-top: -8px;
  right: 30px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 20px;
}

.campaign-info:after,.shop-search:after {
  border-style: solid;
  border-color: #fff transparent transparent;
  content: "";
  left: 50%;
  z-index: 10;
}

.entry-input-button button span,.entry-input-button-new button span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 3px;
}
/*オプトイン*/

.entry-checkbox input[type=checkbox] {
  height: 0;
  width: 0;
  position: absolute;
}

.entry-checkbox input[type=checkbox]:checked + label::after {
  border-right: 3px solid #006AE6;
  border-bottom: 3px solid #006AE6;
  content: "";
  height: 12px;
  left: 7px;
  position: absolute;
  top: 4px;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  width: 9px;
}

.entry-checkbox label:hover {
  cursor:pointer;
}

/*アンケート回答ボタン非活性時*/
.terms-entry-input-button button.disabled {
    background-color: #ccc;
    box-shadow: inset 0 0 0 #888;
    color: #fff;
}

.terms-entry-input-button button.disabled:hover {
    background-color: #ccc;
    cursor:default;
}
.checkbox-sub {
  color: #ff0000;
  font-size:1.4rem;
  padding-bottom:10px;
}
.share-btn-area {
  margin:auto;
  padding:20px;
  width:100%;

}

.share-btn-area p {
  margin:0 auto 50px;;
  text-align:center;
  width:202px;
}

.share-btn-area p img {
  width:100%;
}

.share-btn {
  font-size:0;
  margin:auto;
  width:570px;
  white-space:nowrap;
}
.share-btn li {
  display:inline-block;
  margin:0 5px;
  width:180px;
}
.share-btn li a {
  background-color:#808080;
  display:block;
  height:40px;
  padding:7px 0 0 0;
  text-align:center;
  width:180px;
}
.share-btn li img {
  width:30px;
}

.insen-terms {
font-size:1.2rem;
line-height:1.6;
border-top:1px dotted #ccc;
padding:10px 0 0 0;
color:#333;
}
