body {
  background-color: #eeeeec;
  font-family: sans-serif;
  color: #333;
  min-width: 320px;
}

hr{
  border: 1px solid #e8e8e8;
  margin: 20px 0px 20px 0px;
}

a.orange { color: #FF6B0E; }
a.orange:hover { color: #FF6B0E; }
a.orange:visited { color: #FF6B0E; }
a.orange:active { color: #FF6B0E; }

p {
  font-size: 14px;
}

.green {
  color: #84B70E;
}

.red {
  color: #D0011B;
}

.pink {
  color: #ff3c61;
}

.salmon_pink {
  color: #ef6d85;
}

.small{
  font-size: 14px;
  color: #969696;
}


.campaign {
  opacity: 0;
  background-color: #C0F146;
  margin-top: 60px;
}

.campaign #auidlink {
  font-size: 0.85rem;
  color: #000;
}
.campaign #auidlink .orange {
  text-decoration:  underline;
  text-decoration-color: #FF6B0E;
}

.campaign .top {
  position: relative;
  line-height: 0;
  min-height: 330px;
}
.campaign .top .effect {
  opacity: 0;
  width: 27%;
  height: auto;
  position: absolute;
}
.campaign .top .effect.right {
  top: 2%;
  right: 4%;
}

.campaign .app_link {
  padding-bottom: 20px;
}
.campaign .app_link a { text-decoration: none; }
.campaign .app_link p {
  border-radius: 25px;
  background-color: #FF6B0E;
  padding: 10px;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
}
.campaign .app_link .attention {
  padding-top: 10px;
  font-size: .75rem;
}

.campaign .upsum {
  position: relative;
  padding: 0 10px;
  margin-bottom: -8px;
}
.campaign .upsum .effect {
  width: 20%;
  height: auto;
  position: absolute;
}
.campaign .upsum .effect.left {
  opacity: 0;
  top: 5%;
  left: 7%;
}
.campaign .upsum .effect.right {
  opacity: 0;
  top: 5%;
  right: 7%;
}
.campaign .upsum .more {
  opacity: 0;
  width: 18%;
  height: auto;
  position: absolute;
  top: 38%;
  left: 11%;
}

.campaign img {
  width: 100%;
  height: auto;
}

.campaign .detail {
  padding: 0 10px;
}
.campaign .detail .content {
  position: relative;
  margin-top: 40px;
  color: #424242;
}
.campaign .detail .content h3 {
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%,0);
  font-size: .95rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  padding: 4px 25px;
  margin: 0 auto;
  border-radius: 16px;
  background-color: #FF6B0E;
}
.campaign .detail .content .body {
  font-size: .7rem;
  border-radius: 8px;
  background-color: #fff;
  padding: 34px 10px 26px 10px;
}
.campaign .detail .content .body p.term img {
  width: 95%;
}
.campaign .detail .content .body p.attention {
  font-size: .7rem;
}
.campaign .detail .content .body .step {
  display: table;
  width: 100%;
}
.campaign .detail .content .body .step div.marker {
  display: table-cell;
  width: 44px;
  text-align: right;
}
.campaign .detail .content .body .step div.marker img {
  width: 44px;
  height: auto;
}
.campaign .detail .content .body .step div.text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: left;
}
.campaign .detail .content .body .step div.text p {
  font-size: .9rem;
  font-weight: bold;
  padding: 2px 8px 0 8px;
}
.campaign .detail .content .body .step div.text p.attention {
  font-size: .7rem;
  font-weight: normal;
  color: #424242;
}

.campaign .detail .content .body img.border {
  width: 95%;
  padding: 20px 0 10px 0;
}

.campaign .detail .content .body img.border.no_padding {
  padding-top: 0;
}

.campaign .detail .content .body .illustration {
  padding: 0 15px;
  margin: 10px 0;
  position: relative;
  top: 0;
  left: 0;
}

.campaign .detail .content .body.howto {
  padding-bottom: 30px;
}
.campaign .detail .content .body.howto .illustration {
  padding: 0 5px 0 10px;
  margin-bottom: 10px;
}
.campaign .detail .content .body.howto .illustration.step3 {
  padding: 0 0 0 15px;
}

.campaign .detail .content .body. {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.campaign .detail .content .body.condition .message {
  width: 228px;
  height: 190px;
  position: absolute;
  transform: translate(-50%,0);
  top: 37%;
  left: 50%;
  padding-top: 62px;
  box-sizing: border-box;
}
.campaign .detail .content .body.add_tab {
  padding: 34px 10px 26px 10px;
  color: #1E1E1E;
  background-color: #F3F3F3;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.campaign .detail .content .body.add_tab .illustration {
  padding: 0 10px 0 15px;
  margin-bottom: 10px;
}

.campaign .detail .content .body .illustration .hand {
  width: 74px;
  height: 84px;
  background-image: url("../img/hand.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.campaign .detail .content .body .illustration.step2 .hand {
  top: 64%;
  left: 73%;
}
.campaign .detail .content .body .illustration.step3 .hand {
  top: 42%;
  left: 79%;
}
.campaign .detail .content .body .illustration.condition .hand {
  top: 37.5%;
  left: 36.5%;
}
.campaign .detail .content .body .illustration.add_tab_step1 .hand {
  top: 55%;
  left: 37%;
}
.campaign .detail .content .body .illustration.add_tab_step2 .hand {
  top: 68%;
  left: 43%;
}

.campaign .detail .content .body h4 {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}
.campaign .detail .content .body .description {
  text-align: left;
  padding: 10px 10px 15px 10px;
}

.campaign .detail .content .body ul {
  list-style-type: disc;
  padding: 0 10px 15px 20px;
  text-align: left;
}
.campaign .detail .content .body li {
  font-size: .85rem;
  line-height: 150%;
  margin-top: 10px;
}

.campaign .detail .content.last {
  margin-bottom: 30px;
}

/* web表示用 */
.content_disable {
  display: none;
}

.campaign .share_content .about_newspass {
  margin-top: 0;
}
.campaign .share_content .about_newspass .app_link {
  width: 98%;
}

/* store store_link */
.store_link {
  display: none;
}
.store_link_disable {
  display: none;
}
.store_link_enable {
  display: block;
}
.campaign .download_app_area {
  display: none;
  padding-bottom: 30px;
}
.campaign .download_app_area div.orange {
  background-color: #ff6b06;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 10px 0;
}
.campaign .download_app {
  padding: 15px 0 0 0;
}
.campaign .download_app a:link { color: #333; }
.campaign .download_app a:visited { color: #333; }
.campaign .download_app a:hover { color: #333; }
.campaign .download_app a:active { color: #333; }
.campaign .download_app .attention {
  font-size: 80%;
}

.footer {
  color: #fff;
  padding: 10px 0;
  background-color: #F6C122;
}
.footer p {
  font-size: 0.8rem;
}
