@charset "utf-8";

/* CSS Document */
/*
body {
  background-color:#a0cd6f;
  background-image:url(../../img/campaigns/all-users-1905/winter_bg.png);
  background-repeat: repeat;
  background-position:center top;
  width:100%;
}
*/
.main {
  background-color:#0092D0;
  background-image:url(../../img/campaigns/all-users-1905/bg.png);
  background-repeat: repeat;
  background-position:center top;
  padding:0 0 130px;
  position:relative;
  width:100%;
 min-width:1200px;
}

.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);
}

.top {
  background-color: transparent;
  height: auto;
  margin:0 auto 100px;
  position: relative;
  width: 1200px;
}

.top img {
  width: 100%;
}

.entry-btn {
  bottom:-50px;
  position:absolute;
  width: 100%;
}

.entry-btn a {
  background-color: #FF911E;
  border-radius: 5px;
  box-shadow: inset -2px -4px #BF272D;
  color: #fff;
  display: block;
  height: 80px;
  margin: auto;
  position: relative;
  text-align: center;
  width:100%;
  width: 400px;
}

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

.entry-btn a p {
  font-size: 2.4rem;
  font-weight: bold;
  height:80px;
  text-align: center;
  line-height: 79px;
}

.contents-box {
  font-size: 1.4rem;
  margin:auto;
  padding: 0 185px 28px;
  position: relative;
  width:1200px;
}

.contents {
  background-color:#fff;
  border-radius:24px;
  margin: 0 auto 50px;
  padding: 50px;
  width: 100%;
}

.contents h2 {
  background-color:#E6E6E6;
  font-size: 2.4rem;
  font-weight: bold;
  padding:8px 20px 6px;
  margin-bottom: 30px;
}
.contents h2 b {
  display:inline-block;
  padding:0;
  font-size: 1.3rem;
  line-height:1.0;
  margin-right:2px;
  vertical-align: 4px;
}

.bottom-area {
  background-color:#fff;
  border-radius:24px;
  margin:0 auto;
  position:relative;
  width:830px;
}

.bottom-area:before {
  background-image:url(../../img/campaigns/all-users-1905/winter_icon03.png);
  background-repeat: no-repeat;
  background-position:center center;
  background-size:contain;
  bottom:-130px;
  left:-60px;
  display:block;
  content:"";
  height:408px;
  position:absolute;
  width:367px;
}
.bottom-area:after {
  background-image:url(../../img/campaigns/all-users-1905/winter_icon04.png);
  background-repeat: no-repeat;
  background-position:center center;
  background-size:contain;
  bottom:-115px;
  right:-150px;
  display:block;
  content:"";
  height:405px;
  position:absolute;
  width:458px;
}
/******************************************
タブ
******************************************/
.user-tab-btn {
  bottom:70px;
  color:#0092D0;
  font-size:1.8rem;
  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: 25px 0 0 0;
}

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

.user-tab-btn p span {
  border-bottom:3px solid #0092D0;
  color: #0092D0;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 0 0 12px;
  position: relative;
  text-decoration:none;
}

.user-tab-btn p span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #0092D0;
  position: absolute;
  top: 10px;
  left: 0;
}
.user-tab-btn p span:hover {
  cursor:pointer;
  opacity:0.8;
}
/******************************************
左タブ内容
******************************************/
/******************************************
ステップ
******************************************/
.contents-step {
  background-color:#fff;
  border-radius:24px;
  margin: 0 auto 50px;
  padding:55px 50px;
  width: 100%;
}

.contents-step h2 {
  background-color:#E6E6E6;
  font-size: 2.4rem;
  font-weight: bold;
  padding:8px 20px 6px;
  margin-bottom: 45px;
}
.contents-step h2 b {
  display:inline-block;
  padding:0;
  font-size: 1.3rem;
  line-height:1.0;
  margin-right:2px;
  vertical-align: 4px;
}
.contents-step p{
  font-size: 1.4rem;
  line-height: 1.6;
  margin:0 auto 15px;

  width:600px;
}

.contents-step p.note{
  color:#ED1E79;
  font-size: 1.4rem;
  line-height: 1.6;
  margin:20px auto 0;
}
.contents-step p.note-app {
  color:#ED1E79;
  font-size: 1.4rem;
  line-height: 1.6;
  margin:10px auto 0;
}
.contents-step-box {
  color: #000;
  margin-bottom: 70px;
  padding: 0 15px;
  position: relative;
}

.contents-step-box:last-of-type {
  margin-bottom:0;
}
.contents-step-box h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.contents-step-box .step-btn a {
  background-color: #00ADEB;
  box-shadow: inset -1px -2px #0071BC;
  border-radius: 6px;
  color: #fff;
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  height: 80px;
  line-height: 79px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 400px;
}


.contents-step-box .step-btn a::after {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
    content: "";
    position: absolute;
    height: 18px;
    right: 25px;
    top: 30px;
    transform: rotate(45deg);
    width: 18px;
}

.contents-step-box.point-entry .step-btn a::after {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  position: absolute;
  height: 18px;
  right: 25px;
  margin-left: 30px;
  transform: rotate(135deg);
  width: 18px;
}

/*概要*/
.about-box {
  padding: 0 15px 28px;
  position: relative;
}
.about-discription {
  font-size:1.5rem;
  margin:0 auto 30px;
  width:600px;
}
.about-body {
  background-color:#E6E6E6;
  margin:auto;
  padding:25px 25px 0;
  width:600px;
}

.about-title {
  background-color:#fff;
  border-radius:30px;
  color:#ED1E79;
  font-size:2.0rem;
  font-weight:bold;
  margin:0 auto 20px;
  padding:10px 0;
  text-align:center;
  width:265px;
}
.about {
  border-bottom:1px solid #333;
display:table;
  padding:25px 0;
  width:100%;
}

.about:last-of-type {
  border-bottom:none;
}
.about li {
display:table-cell;
  font-size:1.4rem;
  line-height:1.6;
vertical-align: top;
}
.about .img {
  width:132px;
}
.about .img img {
  width:132px;
}
.about .txt {
  padding:0 0 0 10px;
}

.about .txt span {
  color:#ED1E79;
  font-weight:bold;
}


.entry-alert-text {
  font-size: 1.1rem;
  margin-bottom: 40px;
  text-align: center;
}

.entry-alert-text p {
  font-size: 1.4rem;
  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;
  padding: 0 15px 28px;
  position: relative;
}

.method .title {
  margin: 0 auto 30px;
  width: 100%;
}

.method-step {
  display: table;
  margin: 0 0 15px;
}

.method-step:last-of-type {
  margin: 0;
}

.method-step dt {
  display: table-cell;
  vertical-align: top;
  width: 155px;
}

.method-step dt img {
  width: 100%;
}

.method-step dd {
  color: #555555;
  display: table-cell;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 0 0 10px;
  vertical-align: top;
}

.method-step dd img {
  display: block;
  margin-bottom: 7px;
  width: 185px;
}

/******************************************
エントリーする
******************************************/
.quocard-box {
  text-align: center;
  position:relative;
  width: 100%;
}

.quocard-box:before {
  background-image:url(../../img/campaigns/all-users-1905/winter_icon01.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 255px auto;
  bottom: -70px;
  content: "";
  height: 405px;
  left: -200px;
  position: absolute;
  width: 255px;
}

.quocard-box:after {
  background-image:url(../../img/campaigns/all-users-1905/winter_icon02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom:45px;
  content: "";
  height: 303px;
  right: -130px;
  position: absolute;
  width: 191px;
}

.entry-mid-button {
  margin: auto;
  width: 260px;
}

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

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

.entry-mid-button a p {
  display: inline-block;
  font-size: 1.5rem;
  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: 0.9rem;
  font-weight: bold;
}

/******************************************
注意事項
******************************************/
.coution {
  background-image: url(../../img/campaigns/all-users-1905/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-color:#E6E6E6;
  margin:auto;
  padding:30px 15px;
  width: 630px;
}

.okusuri-info .title {
  background-color:#fff;
  border-radius: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 auto 15px;
  padding:5px 0 5px;
  text-align:center !important;
  width:290px;
}

.okusuri {
  width: 100%;
}

.okusuri dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 3px;
}

.okusuri dd {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 0 0 0 17px;
}
.okusuri dd:last-of-type {
  margin-bottom: 0;
}
/******************************************
お薬手帳の注意事項
******************************************/

/******************************************
薬局を探す
******************************************/
.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-box {
  padding:0 15px;
}
.lineup {
  font-size: 1.4rem;
}

.lineup .title {
  margin: 0 auto 13px;
  width: 100%;
  max-width: 310px;
}

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

.lineup-subtext {
  font-size: 1.2rem;
  color: #61361d;
  text-align: center;
}

.camp-lp-body {
  height: auto;
  padding: 0;
  position: relative;
  width: 100%;
}

.camp-lp-list {
  display:table;
  margin:auto;
  width:600px;
}

.camp-lp-list li {
  display:table-cell;
  vertical-align:top;
}

.alphabet{
width:55px;
}

.alphabet p {
  background-color:#E6DDD2;
  border-radius:50%;
  font-size:3.0rem;
  font-weight:bold;
  height:46px;
  line-height:46px;
  text-align:center;
  width:46px;
}

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

.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 .pink {
    color:#ED1E79;
  font-weight:bold;
}
.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%;
}

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


.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-add,.camp-lp-text-heading, {
  font-size: 1.8rem;
  font-weight: 700;
}
.camp-lp-text-add {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

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

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

.camp-lp-text-title img {
  margin-right: 5px;
  vertical-align: bottom;
  width: 30px;
}
.camp-lp-text-body {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

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

.ama-gift-list li {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 3px;
}

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

.detail-link {
  text-align: center;

}
.detail-link a {
  color:#29A6DD;
  font-size:1.4rem;
  font-weight:bold;
}
.camp-lp-smalltext {
  font-size: 1.4rem;
  font-weight: bold;
}

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

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

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

.lineup-btn {
  background-image: url(../../img/campaigns/all-users-1905/camp_lp_open_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 160px 32px;
  height: 32px;
  margin: 15px auto 0;
  width: 160px;
}

.lineup-btn a {
  display: block;
  height: 32px;
  width: 160px;
}

.lineup-btn a:hover {
  cursor:pointer;
}
.lineup-btn.close {
  background-image: url(../../img/campaigns/all-users-1905/camp_lp_close_btn.png);
}

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

*******************************************/
.campaign-info {
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.camp-info-contents {
  background-color:#fff;
  border-radius:24px;
  margin: 0 auto 50px;
  padding:50px 25px;
  width: 100%;
  }
.camp-info-body {
  width:100%;
}

.camp-info-body > li {
  margin-bottom: 1px;
  position:relative;
  width:100%;
}

.camp-info-body input[type="checkbox"] {
  height:0px;
  left:0;
  position:absolute;
  top:0;
  width:0px;
}

.camp-info-body input[type="checkbox"] + label {
  background-color:#E6E6E6;
  display:block;
  font-size: 2.4rem;
  font-weight: bold;
  padding:10px 20px 8px;
  position:relative;
  width:100%;
}
.camp-info-body input[type="checkbox"] + label:after {
  background-image:url(../../img/campaigns/all-users-1905/info_arrow.png);
  background-repeat: no-repeat;
  background-position:center center;
  background-size:40px 18px;
  content:"";
  height:18px;
 margin-top:-8px;
  position:absolute;
  right:10px;
  top:50%;
  width:40px;
}
.camp-info-body input[type="checkbox"]:checked + label:after {
  transform:rotate(180deg);
}
.camp-info-body input[type="checkbox"] + label b {
  display:inline-block;
  padding:0;
  font-size: 1.4rem;
  line-height:1.0;
  margin-right:4px;
  vertical-align: 2px;
}
.camp-info-body input[type="checkbox"] + label:hover {
  cursor:pointer;
}
.camp-info-body input[type="checkbox"] + label + .info-body {
  display:none;
}

.camp-info-body input[type="checkbox"]:checked + label + .info-body {
  display:block;
  margin:auto;
  padding:35px 0;
  width:600px;
}

.info-text {
  font-size:1.4rem;
  margin-bottom:20px;
}

.info-text:last-of-type {
  margin-bottom:0;
}

.info-text p {
  font-size:1.4rem;
  font-weight:bold;
  margin-bottom:3px;
}

.info-text .pink {
  color:#ED1E79;
}

.info-text a {
  text-decoration:underline;
}

/*******************************************
応募規約に同意してエントリー
********************************************/
.entry-box {
  background-color: #ece9ea;
  background-image: url(../../img/campaigns/all-users-1905/quocard_bg.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 100% auto;
  padding: 0 0 47px 0;
  position: relative;
  width: 100%;
}

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

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

.entry-input {
  background-color: #fff;
  border: 2px solid #294dc2;
  border-radius: 4px;
  padding: 28px 20px;
}

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

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

.entry-input label {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
}

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

.entry-input input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  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-1905/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: 1.5rem;
  font-weight: bold;
  height: 44px;
  margin: 10px auto 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  width: 260px;
}

.entry-input-button a {
  background-color: #f44c59;
  background-image: url(../../img/campaigns/all-users-1905/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: 1.5rem;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  margin: 10px auto 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  width: 260px;
}

.entry-input-text {
  font-size: 1.0rem;
  line-height: 1.6;
  margin: 10px 0 0 0;
  width: 100%;
}

.top-icon {
  top: -10px;
  position: absolute;
  left: -35px;
  width: 99px;
}

.bottom-icon {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 68px;
}


/******************************************
よくあるご質問
******************************************/
.faq-body {
  padding:0 0 0 20px;
}
.faq-area {
  border-bottom:2px solid #B3B3B3;
  padding:30px 0 0 0;
  position:relative;
}

.faq-area:last-of-type {
  border-bottom:none;
}
.faq-body input[type="checkbox"] {
  height:0px;
  left:0;
  position:absolute;
  top:0;
  width:0px;
}

.faq-body input[type="checkbox"] + label {
  display:block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom:30px;
  padding:0 50px 0 120px;
  position:relative;
text-indent:-27px;
  width:100%;
}
.faq-body input[type="checkbox"] + label:hover {
  cursor:pointer;
}
.faq-body input[type="checkbox"] + label:before {
  content:"Q.";
  color:#0081EB;
  display:inline-block;
  font-size:4.5rem;
  font-weight:bold;
  margin-right:3px;
  vertical-align: -1px;

}
.faq-body input[type="checkbox"] + label:after {
  background-image:url(../../img/campaigns/all-users-1905/info_arrow.png);
  background-repeat: no-repeat;
  background-position:center center;
  background-size:40px 18px;
  content:"";
  height:18px;
  margin-top:-4px;
  position:absolute;
  right:10px;
  top:50%;
  width:40px;
}
.faq-body input[type="checkbox"]:checked + label:after {
  transform:rotate(180deg);
}
.faq-body input[type="checkbox"] + label b {
  display:inline-block;
  padding:0;
  font-size: 1.2rem;
  line-height:1.0;
  margin-right:2px;
  vertical-align: 3px;
}

.faq-body input[type="checkbox"] + label + .answer {
  display:none;
  padding:0 10px 30px 65px;
  font-size:1.6rem;
}

.faq-body input[type="checkbox"]:checked + label + .answer {
  display:block;
}

.faq-body input[type="checkbox"] + label + .answer:before {
  content:"A.";
  color:#FF7BAC;
  display:inline-block;
  font-size:4.5rem;
  font-weight:bold;
  line-height:1.2;
  margin-right:3px;
  vertical-align: -1px;
}

.answer .pink {
  color:#ED1E79;
}

.answer a {
  text-decoration:underline;
}

.answer-box {
  margin-bottom:15px;
}

.answer-box:last-of-type {
  margin-bottom:0;
}
/******************************************
お問い合わせ
******************************************/
.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;
}

/******************************************
いますぐ、EPARKお薬手帳をダウンロード！
******************************************/

.app-body {
  background-color: #fff;
  margin:0 auto 30px;
  padding: 20px 0 0;
  width: 600px;
}


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

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

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

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

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

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

/******************************************
完了画面
*******************************************/
.comp-text-box {
  padding: 15px;
  text-align: center;
  width: 100%;
}

.comp-title {
  border: 4px solid #e5e5e5;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 23px 0;
  padding: 5px 10px;
  text-align: center;
}

.comp-flow {
  letter-spacing: -.40em;
}

.comp-flow li {


  color: #2c7ffc;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: normal;
  padding: 0 4px;
  text-decoration: underline;
  vertical-align: top;
  width: 33.333%;
}

.comp-flow li img {
  display: block;
  margin: 0 0 5px 0;
  width: 100%;
}

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

.comp-text {
  margin: 20px 0 0 0;
  text-align: left;
}

.comp-text p {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}

.comp-text img{
  width:100%;
}
.two-step {
  margin: 0 auto 23px auto;
  width: 157px;
}

.two-step img {
  width: 100%;
}

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

.shop-search-button a {
  background-color: #007ee9;
  box-shadow: inset -3px -3px 0px #0060b1;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  margin: auto;
  text-align: center;
  width: 260px;
}
.shoho-best {
  height: auto;
  padding: 25px 0 0 0;
  width: 100%;
}

.shoho-best h2 {
  margin:auto;
  width: 300px;
}

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

.shoho-best-body {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 20px 15px;
  width: 100%;
}

.easy-shoho-flow {
  margin: auto;
  width: 225px;
}

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

.shoho-step-body {
  background-color: #f4f2f2;
  margin: 10px 0 0 0;
  padding: 10px 15px;
}

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

.step-image li {
  display: inline-block;
  padding: 0 14px;
  width: 25%;
}

.step-image li img {
  width: 100%;
}

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

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

.shoho-label {
  letter-spacing: -.40em;
  padding: 15px 8px;
  width: 100%;
}

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

.shoho-label li img {
  width: 100%;
}
.shop-search {
  padding: 10px 20px 25px 20px;
  position: relative;
  width: 100%;
}

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

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

.shop-search-button a {
  background-color: #007ee9;
  box-shadow: inset -3px -3px 0px #0060b1;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  margin: auto;
  text-align: center;
  width: 260px;
}
.last-step {
  margin: 20px 0;
  padding: 0 20px;
  width: 100%;
}

.last-step img {
  width: 100%;
}
.inquiry {
  padding: 20px 10px;
  width: 100%;
}

.inquiry h2 {
  margin:15px auto;
  text-align:center;
  font-size: 1.6rem;
  font-weight:bold;
}

.inquiry h2 span{
  border-bottom:solid 1px #000;
  font-size: 1.6rem;
  font-weight:bold;
  padding-bottom:2px;
}

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

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

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

.settled-button-area li a{
  background-color: #fff;
  border:solid 2px #0089e0;
  border-radius: 5px;
  color: #0089e0;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
  display: block;
  height: 48px;
  text-align: center;
  line-height: 44px;
  width: 100%;
}
.entry-flow-body {
letter-spacing:-.40em;
width:100%;
}

.entry-flow-body li {
  display:inline-block;
  letter-spacing:normal;
  vertical-align:top;
  padding:0 5px;
  width:33.333%;
}

.entry-flow-body li dl {
  display:block;
  width:100%;
}

.entry-flow-body li dt {
  display:block;
  width:100%;
}
.entry-flow-body li dt img {
  width:100%;

}

img.method-title {
  display:block;
  margin:0 auto 5px;
width:63px !important;

}
.entry-flow-body li dd {
  display:block;
  font-size:1.1rem;
  padding:5px 0;
}


/*エラーページ用*/
.form-error{
  background:#fff1f3;
  border: 1px solid #f37f8b;
  border-top: 3px solid #f37f8b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #333;
  display: block;
  font-size: 1.8rem;
  height: 55px;
  margin: 8px 0 5px 0;
  padding: 10px;
  text-indent: 10px;
  width: 500px;
}
.error-message{
  color: #e71b18;
  font-size: 1.3rem;
}

.share-btn-area {
  margin:auto;
  padding:20px;
  position:relative;
  width:100%;
  z-index:10;

}

.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;
}

.review-no {
  font-size: 1.4rem;
  margin: 0 auto;
  padding:50px 0 30px;
  text-align: center;
  width: 760px;
}
/*オプトイン*/
.entry-checkbox {
  margin:auto;
  text-align:left;
  width:600px;
  position:relative;
  z-index:10;
}
.entry-checkbox input[type=checkbox] {
  height: 0;
  width: 0;
  position: absolute;
}

.entry-checkbox input[type=checkbox] + label {
  /* color: #333; */
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 5px;
  padding: 0 0 0 29px;
  position: relative;
  white-space:nowrap;
}

.entry-checkbox input[type=checkbox] + label::before {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.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,
.entry-input-button button.disabled,
.entry-input-button-new 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: #ED1E79;
  font-size:1.4rem;
  padding-bottom:10px;
}

p.sms-txt {
  font-size: 1.6rem;
  width: 600px;
  margin: 30px auto 0;
  line-height: 180%;
  text-align:left;
}
.red {
  color: #ED1E79;
}
.entry-input-button {
  margin-top:20px;
}
.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: 40px auto 20px;
}

.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;
}
.entry-input-button button span,.entry-input-button-new button span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 3px;
}

.terms-entry-input-button button {
  background-color: #FF911E;
  background-image: url(../../img/campaigns/all-users-1905/submit_arrow.png);
  background-repeat: no-repeat;
  background-position: 560px center;
  background-size: 20px auto;
  border-radius: 4px;
  box-shadow: inset -2px -4px 0 #C0272D;
  color: #fff;
  display: block;
  font-size: 3rem;
  font-weight: 700;
  height: 88px;
  margin: 10px auto 0;
  width: 600px;
  position:relative;
  z-index:10;
}
.terms-entry-input-button button:hover {
  cursor:pointer;
}

.input-form {
   margin: auto;
   overflow: auto;
   width: 100%;
}

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

