@charset "UTF-8";
body, div, p, ul, ol, li, dl, dt, dd, form, input, textarea, select, option, table, th, td, tr {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

table, img {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%; }

body {
  background: #ffe100;
  text-align: left;
  -webkit-touch-callout: none; }
  body img {
    width: 100%;
    vertical-align: top; }

p, li, dt, dd, form, td, th, label, div, a {
  color: #333;
  font-size: 1.2rem; }

body p, body li, body dd {
  line-height: 1.6; }

a {
  overflow: hidden; }

body, td, th, p, div, input, textarea, ul, li, ol {
  font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  font-weight: normal; }

.red {
  color: #f00; }

.bold {
  font-weight: bold; }

.txt_l {
  text-align: left; }

.txt_c {
  text-align: center; }

#pagetop {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 15px; }
  #pagetop img {
    width: 40px; }

.m_t20 {
  margin-top: 20px !important; }

.m_b0 {
  margin-bottom: 0 !important; }

.m_b20 {
  margin-bottom: 20px !important; }

.p_t15 {
  padding-top: 15px !important; }

.p_t30 {
  padding-top: 30px !important; }

.clearfix::after {
  display: block;
  height: 0;
  content: '.';
  clear: both;
  visibility: hidden; }

.submitBtnBlack_active,
.submitBtnBlack_disabled,
.submitBtnYellow_active,
.submitBtnYellow_disabled,
.backBtn,
.submitBtnBlack_disabled_modal {
  border: solid 0;
  border-radius: 5px;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 15px;
  padding: 18px 0 17px;
  text-align: center;
  text-decoration: none; }

.submitBtnBlack_active {
  background: #333;
  color: #fff; }

.submitBtnBlack_disabled {
  background: #b3b3b3;
  color: #eee;
  pointer-events: none; }

.submitBtnYellow_active {
  background: #fee318;
  color: #333;
  font-weight: bold; }
  .submitBtnYellow_active.btn_show_border {
    border: solid 3px #efbf00; }

.submitBtnYellow_disabled {
  background: #b3b3b3;
  color: #eee;
  pointer-events: none; }

.backBtn {
  background: #ffe100;
  border: solid 3px #efbf00;
  color: #000;
  font-weight: bold; }

.submitBtnBlack_disabled_modal {
  background: #ddd;
  color: #333;
  font-weight: bold;
  pointer-events: none; }

.select_box_white {
  overflow: hidden;
  display: inline-block;
  position: relative;
  border: solid 0 #ccc;
  box-shadow: inset 0 -3px 0 #a8a8a8;
  background-color: #fff; }
  .select_box_white select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: 1.4rem;
    width: 100%;
    padding: 0.6em 0; }
    .select_box_white select:focus {
      outline: none; }
  .select_box_white::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.8em;
    display: block;
    content: '';
    background: url("../images/icon_arrow10.png") center no-repeat;
    background-size: 10px;
    pointer-events: none; }
  .select_box_white.width_p40 {
    width: 40%; }

.hr_img {
  margin-bottom: 10px;
  text-align: center; }

.read_txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center; }

.read_txt_bold {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center; }

.asterisk_list {
  list-style-position: outside;
  margin: 0 0 15px 20px; }
  .asterisk_list li {
    font-size: 1rem;
    line-height: 1.4;
    list-style: none; }
    .asterisk_list li::before {
      content: '※ ';
      margin-left: -20px;
      position: relative; }

.circle {
  color: #e83433; }

.word_break {
  word-break: break-all; }

.mb_type00 {
  margin-bottom: 100px !important; }

.mb_type01 {
  margin-bottom: 50px !important; }

.mb_type02 {
  margin-bottom: 30px !important; }

.mb_type03 {
  margin-bottom: 20px !important; }

.mb_type04 {
  margin-bottom: 15px !important; }

.mb_type05 {
  margin-bottom: 10px !important; }

.mb_type06 {
  margin-bottom: 5px !important; }

.fs_type01 {
  font-size: 1.0rem; }

.fs_type02 {
  font-size: 1.1rem; }

.fs_type03 {
  font-size: 1.2rem; }

.fs_type04 {
  font-size: 1.3rem; }

.fs_type05 {
  font-size: 1.4rem; }

.fs_type06 {
  font-size: 1.5rem; }

.fs_type07 {
  font-size: 1.6rem; }

.fs_type08 {
  font-size: 1.875rem; }

.main_illust {
  margin: 0 auto 20px;
  text-align: center; }

.btm_area {
  text-align: center; }
  .btm_area a {
    display: block;
    padding: 15px;
    font-size: 1.2rem;
    text-decoration: none;
    border-top: dashed 1px #998a19; }

.terms_check,
.agree_check {
  text-align: center; }
  .terms_check input,
  .agree_check input {
    display: none; }
  .terms_check label,
  .agree_check label {
    background: url("../images/form_checkbox01_off.png") left center no-repeat;
    background-size: 15px 14px;
    padding-left: 28px; }
    .terms_check label.active,
    .agree_check label.active {
      background: url("../images/form_checkbox01_on.png") left center no-repeat;
      background-size: 15px 14px; }

.terms_check {
  text-decoration: underline; }

span.underline {
  text-decoration: underline; }

input::-moz-placeholder, input:-ms-input-placeholder {
  text-align: center; }

.modal_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8); }
  .modal_wrap.monthly_totals_wrap {
    background-color: #ffe100; }

.modal {
  position: fixed;
  height: 100%;
  padding: 18px 17px;
  z-index: 100;
  top: 0;
  left: 0;
  overflow-y: scroll;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .modal .modal_coupon_detail {
    max-width: 748px;
    margin: 50px auto 0; }
  .modal .modal_toggle {
    position: absolute;
    right: 15px;
    top: 15px; }
    .modal .modal_toggle a {
      display: block;
      color: #fff;
      font-size: 3.4rem;
      line-height: 3.4rem;
      text-decoration: none; }
  .modal .last_step {
    color: #fff;
    font-size: 1.4rem;
    margin-left: 1.4rem;
    text-indent: -1.8rem;
    padding-left: 0.4rem;
    padding-right: 3.4rem; }
  .modal .myid, .modal .get_coupon {
    background: #fff;
    margin-top: 15px;
    border-radius: 8px; }
  .modal .start_stamp {
    background: #fee318;
    padding: 15px; }
    .modal .start_stamp .img_recio {
      display: block;
      margin: 10px auto 20px; }
      .modal .start_stamp .img_recio.used {
        margin: 50px auto; }
      .modal .start_stamp .img_recio.first img {
        display: block;
        margin: 50px auto;
        width: 30%; }
    .modal .start_stamp .txt_warning {
      color: #e83433;
      font-weight: bold;
      font-size: 1.4em;
      margin: 10px auto;
      text-align: center; }
    .modal .start_stamp .txt_exp {
      font-size: 1.4em;
      margin: 20px auto;
      text-align: center; }
      .modal .start_stamp .txt_exp.txt_bold {
        font-weight: bold;
        margin: 20px auto; }
      .modal .start_stamp .txt_exp.used {
        margin-bottom: 50px; }
  .modal .print_conf {
    background: #fee318;
    margin-top: 50px;
    padding: 15px; }
    .modal .print_conf .img_recio {
      display: block;
      margin: 10px auto 20px; }
      .modal .print_conf .img_recio img {
        display: block;
        margin: 40px auto; }
    .modal .print_conf .txt_exp {
      font-size: 1.2em;
      margin: 40px auto;
      text-align: center; }
  .modal.modal_enlarge_receipt {
    padding: 0 0 0 17px; }

.send_search_radio {
  background: #fff; }
  .send_search_radio li {
    padding: 15px;
    border-bottom: solid 1px #ccc; }
    .send_search_radio li:last-child {
      border-bottom: 0; }
  .send_search_radio .select select {
    border: solid 1px #ccc;
    border-radius: 5px;
    display: inline-block;
    padding: 10px; }
  .send_search_radio .select span {
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 100%; }
  @media (min-width: 374px) {
    .send_search_radio .select {
      padding-left: 45px; } }
  .send_search_radio #receipt_select_ymd > div {
    display: block;
    margin-bottom: 10px; }
  .send_search_radio #receipt_select_ymd select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: 1.4rem; }
  .send_search_radio #receipt_select_ymd .receipt_span {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    border: solid 0 #ccc;
    box-shadow: inset 0 -3px 0 #a8a8a8;
    background-color: #white; }
    .send_search_radio #receipt_select_ymd .receipt_span select {
      width: 100%;
      padding: 0.3em 0; }
      .send_search_radio #receipt_select_ymd .receipt_span select:focus {
        outline: none; }
    .send_search_radio #receipt_select_ymd .receipt_span::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 1.8em;
      display: block;
      content: '';
      background: url("../images/icon_arrow10.png") center no-repeat;
      background-size: 10px;
      pointer-events: none; }
    .send_search_radio #receipt_select_ymd .receipt_span.select_type_year {
      width: 27%;
      margin-right: 1%; }
    .send_search_radio #receipt_select_ymd .receipt_span.select_type_month {
      width: 25%;
      margin-right: 1%; }
    .send_search_radio #receipt_select_ymd .receipt_span.select_type_day {
      width: 25%;
      margin-right: 1%; }
  .send_search_radio #receipt_select_ymd span {
    display: inline-block;
    padding: 5px;
    position: relative;
    top: -5px;
    text-align: center;
    width: 10%; }
  .send_search_radio input {
    display: none; }
  .send_search_radio label {
    display: block;
    padding: 15px 15px 10px 45px;
    background: url("../images/form_checkbox02_off.png") left center no-repeat;
    background-size: 35px 35px; }
    .send_search_radio label.active {
      display: block;
      background: url("../images/form_checkbox02_on.png") left center no-repeat;
      background-size: 35px 35px; }

.send_search_mail {
  padding: 15px;
  background: #fff; }
  .send_search_mail input {
    border: solid 1px #ccc; }

.send_search_title {
  background: #f4f4f4;
  border-bottom: solid 2px #e5e5e5;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 15px 10px; }

.send_search_comp {
  background: none;
  border: solid 1px #333;
  border-radius: 5px;
  font-size: 2.2rem;
  overflow-wrap: break-word;
  padding: 12px 10px 8px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.push_title {
  background: #eee;
  font-weight: bold;
  padding: 15px; }

.push_setting {
  background: #fff; }
  .push_setting strong {
    display: block; }
  .push_setting dt {
    border-top: solid 2px #eee;
    padding: 10px 15px 0; }
  .push_setting dd {
    margin: 0 15px; }
  .push_setting input {
    display: none; }
  .push_setting label.radios {
    background: url("../images/form_checkbox02_off.png") left center no-repeat;
    background-size: 36px 36px;
    display: block;
    padding: 20px 0 20px 45px; }
    .push_setting label.radios.active {
      background: url("../images/form_checkbox02_on.png") left center no-repeat;
      background-size: 36px 36px; }
  .push_setting label.checkboxes {
    background: url("../images/form_checkbox03_off.png") left center no-repeat;
    background-size: 35px 35px;
    display: block;
    padding: 15px 15px 10px 45px; }
    .push_setting label.checkboxes.active {
      background: url("../images/form_checkbox03_on.png") left center no-repeat;
      background-size: 35px 35px; }

.resign_confirm_radio {
  background: #fff; }
  .resign_confirm_radio dt {
    display: block;
    padding: 7px 0 5px;
    background: #ffb400;
    color: #fff;
    text-align: center; }
  .resign_confirm_radio dd {
    border-bottom: solid 1px #ccc; }
    .resign_confirm_radio dd:last-child {
      border-bottom: 0; }
  .resign_confirm_radio input {
    display: none; }
  .resign_confirm_radio label {
    display: block;
    padding: 15px 15px 12px 45px;
    background: url("../images/form_checkbox02_off.png") left center no-repeat;
    margin-left: 15px;
    background-size: 26px 26px; }
    .resign_confirm_radio label.active {
      display: block;
      background: url("../images/form_checkbox02_on.png") left center no-repeat;
      background-size: 26px 26px; }

.howto_listbox {
  background: #fff; }
  .howto_listbox li {
    border-bottom: solid 1px #ccc;
    padding: 0 15px; }
    .howto_listbox li a {
      background: url("../images/icon_arrow02.png") right center no-repeat;
      background-size: 14px 18px;
      display: block;
      padding: 15px 0 10px;
      text-decoration: none; }

.radio_sex_type label {
  background: #fff;
  border: solid 1px #ccc;
  color: #555;
  display: inline-block;
  padding: 5px 0 3px;
  text-align: center;
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .radio_sex_type label.active {
    background: #000;
    border: solid 1px #000;
    color: #fff; }
  .radio_sex_type label:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; }
  .radio_sex_type label:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; }
  .radio_sex_type label input {
    display: none; }

.radio_sex_type.full_width {
  overflow: hidden; }
  .radio_sex_type.full_width label {
    float: left;
    padding: 15px 0 10px; }

.form_dl {
  width: 100%;
  border-bottom: solid 1px #ccc; }
  .form_dl:last-child {
    border-bottom: 0; }
  .form_dl dt, .form_dl dd {
    display: inline-block;
    padding: 8px; }
  .form_dl dt {
    width: 45%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .form_dl dt .circle {
      margin-left: 5px; }
  .form_dl dd {
    width: 53%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .form_dl .select_year {
    width: 55%;
    padding: 5px 0; }
  .form_dl .select_month {
    float: right;
    width: 40%;
    padding: 5px 0; }

.input_full {
  padding: 5px 0;
  width: 100%; }

.border_none {
  border: none; }

select.date {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 5px; }

select.birthYearMonth_select {
  border: solid 1px #fff;
  border-radius: 5px;
  font-weight: bold;
  padding: 15px 20px 13px; }

select.select_year.birthYearMonth_select {
  float: left;
  width: 55%; }

select.select_month.birthYearMonth_select {
  float: right;
  width: 40%; }

.inquirybox li {
  margin-left: 15px; }
  .inquirybox li::before {
    content: '・ ';
    margin-left: -15px;
    position: relative; }

.whitebox {
  background: #fff;
  padding: 15px; }

.terms_box {
  overflow: auto;
  max-height: 280px; }

.howto_detailbox {
  background: #fff;
  padding: 15px 15px 10px; }

.stamp_cam_wrap a {
  text-decoration: none; }

.stamp_cam_wrap .stamp_cam_box {
  background: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 20px; }
  .stamp_cam_wrap .stamp_cam_box .detail_head {
    padding: 10px 10px 0; }
    .stamp_cam_wrap .stamp_cam_box .detail_head .detail_head_inner {
      background: #fff;
      border-radius: 5px 5px 0 0;
      display: table;
      padding: 20px; }
      .stamp_cam_wrap .stamp_cam_box .detail_head .detail_head_inner .img {
        display: table-cell;
        width: 24%;
        text-align: center;
        background-size: contain;
        background-position-x: center;
        background-repeat: no-repeat; }
      .stamp_cam_wrap .stamp_cam_box .detail_head .detail_head_inner .txt {
        display: table-cell;
        width: 76%; }
        .stamp_cam_wrap .stamp_cam_box .detail_head .detail_head_inner .txt p {
          padding-left: 10px; }
  .stamp_cam_wrap .stamp_cam_box .detail_bottom {
    background: #f3f3f3;
    border-top: dashed 1px #d9d9d9;
    border-radius: 0 0 5px 5px;
    padding: 15px 10px; }

.stamp_cam_wrap .stamp_cam_detail_box {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px; }
  .stamp_cam_wrap .stamp_cam_detail_box .detail_head {
    padding: 10px 10px 10px; }
    .stamp_cam_wrap .stamp_cam_detail_box .detail_head .img {
      float: left;
      width: 11%; }
    .stamp_cam_wrap .stamp_cam_detail_box .detail_head .txt {
      float: left;
      width: 89%; }
      .stamp_cam_wrap .stamp_cam_detail_box .detail_head .txt p {
        padding-left: 10px; }

@media (max-width: 415px) {
  .smp_br {
    display: block; } }

.detail_stamp_shop_img {
  background: #f3f3f3;
  padding: 10px; }
  .detail_stamp_shop_img .shop_img {
    height: auto;
    float: left;
    overflow: hidden;
    width: 60%; }
  .detail_stamp_shop_img .shop_txt {
    float: left;
    margin-left: 3%;
    width: 37%; }
    .detail_stamp_shop_img .shop_txt .shop_detail_link {
      display: block;
      text-align: right; }
      .detail_stamp_shop_img .shop_txt .shop_detail_link a {
        color: #ffc600;
        text-decoration: underline; }
  .detail_stamp_shop_img::after {
    display: block;
    height: 0;
    content: '.';
    clear: both;
    visibility: hidden; }

.detail_stamp_shop_exp {
  background: #f3f3f3;
  border-top: dashed 1px #d9d9d9;
  padding: 10px; }

.detail_stamp_shop_count {
  border-bottom: solid 1px #d9d9d9;
  font-weight: bold;
  padding: 10px;
  text-align: center; }

.card_arrow {
  position: relative;
  height: 100%;
  z-index: 1; }
  .card_arrow .card_arrow_outer_left {
    left: -3%;
    position: absolute;
    height: 100%; }
  .card_arrow .card_arrow_outer_right {
    right: -3%;
    position: absolute;
    height: 100%;
    text-align: right; }
  .card_arrow .card_arrow_left,
  .card_arrow .card_arrow_right {
    width: 50%; }
  .card_arrow .card_used_outer {
    position: absolute;
    text-align: center;
    width: 100%; }
    .card_arrow .card_used_outer .card_used {
      display: inline-block;
      margin: 0 auto; }
      .card_arrow .card_used_outer .card_used.big {
        background: url("../images/stamp_used.png") center no-repeat;
        background-size: contain;
        height: 100%;
        padding: 30%;
        text-align: center; }
        .card_arrow .card_used_outer .card_used.big .msg {
          display: block;
          font-weight: bold;
          font-size: 1.3rem;
          line-height: 1.5rem;
          margin-top: 150%; }
        .card_arrow .card_used_outer .card_used.big .date {
          font-size: 0.9rem; }
      .card_arrow .card_used_outer .card_used.small {
        background: url("../images/stamp_used_small.png") center 1% no-repeat;
        background-size: contain;
        height: 100%;
        padding: 5% 15% 15%;
        text-align: center; }
        .card_arrow .card_used_outer .card_used.small .msg {
          display: inline-block;
          font-weight: bold;
          font-size: 0.8rem;
          margin: 0 5px; }
        .card_arrow .card_used_outer .card_used.small .date {
          font-size: 0.8rem; }
      .card_arrow .card_used_outer .card_used.medium {
        background: url("../images/stamp_used_medium.png") center no-repeat;
        background-size: contain;
        height: 100%;
        padding: 10% 15% 15%;
        text-align: center; }
        .card_arrow .card_used_outer .card_used.medium .msg {
          display: block;
          font-weight: bold;
          font-size: 1rem; }
        .card_arrow .card_used_outer .card_used.medium .date {
          display: block;
          font-size: 1rem;
          line-height: 1.3rem; }

.detail_stamp_card_outer {
  overflow: hidden; }
  .detail_stamp_card_outer .stamp_card {
    padding: 20px 0; }
  .detail_stamp_card_outer .unit {
    background: #fff;
    border: 0;
    border-radius: 5px;
    width: 100%; }
    .detail_stamp_card_outer .unit table {
      margin: auto;
      width: 90%; }
      .detail_stamp_card_outer .unit table.used {
        opacity: 0.3; }
      .detail_stamp_card_outer .unit table td {
        background: url("../images/stamp_off.png") center no-repeat;
        background-size: contain;
        border: solid 1px #fff;
        border-bottom-width: 3px;
        color: #a3a3a3;
        font-size: 1.4rem;
        padding: 8% 0;
        text-align: center;
        width: 20%; }
        .detail_stamp_card_outer .unit table td.get {
          background: url("../images/stamp_on.png") center no-repeat;
          background-size: contain;
          content: ''; }
          .detail_stamp_card_outer .unit table td.get.deleted {
            padding: 0; }
            .detail_stamp_card_outer .unit table td.get.deleted .used_opacity {
              background: rgba(255, 255, 255, 0.7);
              float: left;
              padding: 49% 0;
              width: 102%; }
              .detail_stamp_card_outer .unit table td.get.deleted .used_opacity.date {
                padding: 29% 0; }
            .detail_stamp_card_outer .unit table td.get.deleted .used_line {
              border-bottom: solid 1px #000;
              display: block; }
            .detail_stamp_card_outer .unit table td.get.deleted .used_date {
              background: #fff;
              box-shadow: 0 0 10px;
              border-radius: 5px;
              color: #000;
              display: block;
              font-size: x-small;
              margin: 0 2%;
              padding: 10% 0;
              overflow: visible;
              text-align: center;
              z-index: 999; }
        .detail_stamp_card_outer .unit table td.none {
          background: none; }
    .detail_stamp_card_outer .unit .card_num {
      background: #fff;
      border-top: solid 1px #a3a3a3;
      color: #a3a3a3;
      margin-top: 10px;
      padding: 10px;
      text-align: center; }
    .detail_stamp_card_outer .unit form {
      margin: auto;
      width: 90%; }
    .detail_stamp_card_outer .unit .card_exp {
      background: #fff;
      color: #525252;
      margin: auto;
      text-align: left;
      width: 90%; }

.campaign_stamp_exp {
  background: #fff;
  border-top: 1px solid #e9e9e9;
  border-radius: 0 0 5px 5px; }
  .campaign_stamp_exp .toggle_box {
    border-radius: 0 0 5px 5px; }
  .campaign_stamp_exp .faqbox_inner {
    border-radius: 0 0 5px 5px; }
    .campaign_stamp_exp .faqbox_inner .txt_history {
      background: #fff; }
      .campaign_stamp_exp .faqbox_inner .txt_history .stamp_date {
        padding-right: 10px; }
      .campaign_stamp_exp .faqbox_inner .txt_history .stamp_shop {
        padding-right: 10px; }
    .campaign_stamp_exp .faqbox_inner li {
      background: #fff; }

.campaign_stamp_for_shop .shop_title {
  background: #eee;
  font-weight: bold;
  padding: 15px; }

.campaign_stamp_for_shop .shop_setting {
  background: #fff; }
  .campaign_stamp_for_shop .shop_setting dt {
    border-bottom: solid 2px #eee;
    font-weight: bold;
    margin: 0 15px;
    padding: 10px 0; }
  .campaign_stamp_for_shop .shop_setting dd {
    margin: 0 15px;
    padding: 10px 0; }
    .campaign_stamp_for_shop .shop_setting dd label {
      float: left;
      font-weight: bold;
      padding: 10px 0;
      width: 60%; }

.stamp_btn_subtitle {
  font-weight: bold;
  line-height: 2; }

textarea.input_textbox {
  min-height: 175px; }

.input_textbox {
  margin: auto auto 15px;
  background: #fff;
  border: solid 0;
  border-radius: 5px;
  font-size: 2.2rem;
  padding: 15px 15px 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .input_textbox:-ms-input-placeholder, .input_textbox::-moz-placeholder {
    text-align: center; }
  .input_textbox.txt_l {
    text-align: left; }
    .input_textbox.txt_l:-ms-input-placeholder, .input_textbox.txt_l::-moz-placeholder {
      text-align: left; }

.D-input_textbox {
  padding: 15px 15px 10px;
  border: solid 0;
  font-size: 2.2rem;
  border-radius: 5px;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.input_textbox-font-small {
  margin: auto auto 10px;
  background: #fff;
  border: solid 0;
  border-radius: 5px;
  font-size: 2.3rem;
  padding: 10px 15px 15px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .input_textbox-font-small::-webkit-input-placeholder {
    font-size: 1.4rem; }
  .input_textbox-font-small::-moz-placeholder {
    font-size: 1.4rem; }
  .input_textbox-font-small:-ms-input-placeholder {
    font-size: 1.4rem; }
  .input_textbox-font-small:-moz-placeholder {
    font-size: 1.4rem; }

_::-webkit-full-page-media, _:future, :root .input_textbox-font-small::-webkit-input-placeholder {
  padding-top: 9px; }

.newsbox {
  background: #fff;
  border-bottom: solid 1px #ccc;
  padding: 10px 10px 10px 15px; }
  .newsbox:last-child {
    border-bottom: 0; }
  .newsbox .date {
    color: #ccc;
    margin-bottom: 5px; }
  .newsbox .new {
    background: url("../images/icon_new.png") right top no-repeat;
    background-size: 38px 17px;
    display: inline-block;
    padding-right: 50px; }
  .newsbox a {
    background: url("../images/icon_arrow.png") right center no-repeat;
    background-size: 12px 18px;
    display: block;
    padding-right: 15px;
    text-decoration: none; }

.cardbox {
  background: #fff; }
  .cardbox .ttl {
    background: #eee;
    color: #000;
    font-weight: bold;
    padding: 10px 10px 6px;
    text-align: left; }

.card_list {
  border-bottom: solid 1px #ccc;
  overflow: hidden;
  padding: 15px 15px 10px; }
  .card_list .img, .card_list .txt, .card_list .btn {
    display: inline-block;
    vertical-align: middle; }
  .card_list .img {
    margin-right: 10px;
    width: 22%; }
  .card_list .txt {
    line-height: 1.3; }
  .card_list .btn {
    float: right;
    padding: 5px 0;
    width: 65px; }
    .card_list .btn a {
      border: solid 1px #ccc;
      border-radius: 5px;
      display: block;
      font-weight: bold;
      padding: 10px 10px 6px;
      text-align: center;
      text-decoration: none;
      width: 45px; }

.noticesbox {
  background: #fff; }

.notice_ttl {
  padding: 15px 15px 8px; }
  .notice_ttl .img {
    display: inline-block;
    float: left;
    width: 11%; }
  .notice_ttl dl {
    display: inline-block;
    float: left;
    padding-left: 10px;
    width: 89%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }

.notice_txt {
  padding: 10px 15px 6px;
  word-break: break-all; }

.member_detailbox {
  background: #fff; }
  .member_detailbox dl {
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    padding: 0 15px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .member_detailbox dt, .member_detailbox dd {
    display: table-cell;
    padding: 20px 0 15px;
    word-break: break-all; }
  .member_detailbox dt {
    font-weight: bold;
    width: 30%; }
  .member_detailbox dd.btn {
    padding: 10px 0;
    width: 65px; }
    .member_detailbox dd.btn a {
      border: solid 1px #ccc;
      border-radius: 5px;
      display: block;
      font-weight: bold;
      padding: 10px 10px 6px;
      text-align: center;
      text-decoration: none;
      width: 45px; }
  .member_detailbox dd.birthYearMonth_register {
    padding: 10px 0; }
    .member_detailbox dd.birthYearMonth_register a {
      border: solid 1px #ccc;
      border-radius: 5px;
      display: block;
      font-weight: bold;
      padding: 10px 10px 6px;
      text-align: center;
      text-decoration: none;
      width: 130px; }

.member_detail_link {
  background: none; }
  .member_detail_link ul {
    background: #fff;
    margin-bottom: 2px; }
  .member_detail_link li {
    position: relative;
    border-top: solid 1px #ccc; }
    .member_detail_link li:first-child {
      border-top: none; }
    .member_detail_link li.arrow {
      background: url(../images/icon_arrow.png) 95% center no-repeat;
      background-size: 12px 18px;
      display: block;
      text-decoration: none; }
    .member_detail_link li a {
      display: table;
      font-size: 1.6rem;
      margin: 0 5%;
      padding: 15px 0;
      text-decoration: none;
      width: 90%; }
      .member_detail_link li a .exp {
        display: table-cell;
        width: 80%; }

.toggle_box {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 15px; }
  .toggle_box .toggle {
    background: url("../images/icon_arrow10.png") right center no-repeat;
    background-size: 14px 10px;
    border-top: 1px dashed #e5e5e5;
    color: #555;
    display: block;
    font-size: 1.4rem;
    padding: 10px;
    text-align: center;
    text-decoration: none; }
    .toggle_box .toggle.clickBtn_on0 {
      background: url("../images/icon_arrow11.png") right center no-repeat;
      background-size: 14px 10px; }

.toggle_inner {
  padding: 15px; }
  .toggle_inner p {
    word-break: break-all; }

.campaignbox {
  background: #fff; }

.campaign_ttl {
  padding: 15px 15px 8px; }
  .campaign_ttl strong {
    padding-right: 8px; }
  .campaign_ttl .item_campaign {
    color: #2ea7e0; }
  .campaign_ttl .open_campaign {
    color: #69bd5d; }
  .campaign_ttl .price_campaign {
    color: #ff6000; }
  .campaign_ttl dd {
    font-weight: bold; }

.campaign_data {
  background: #f3f3f3;
  padding: 15px 15px 10px; }
  .campaign_data li {
    color: #555; }
  .campaign_data span {
    font-weight: bold; }

.campaign_txt {
  font-size: 1.4rem;
  padding: 10px 15px 15px;
  word-break: break-all; }

.campaign_txt_receipt {
  border-top: dashed 1px #d7d7d7;
  font-size: 1.4rem;
  line-height: 2;
  padding: 10px 15px;
  text-align: center;
  word-break: break-all; }

.radiusbox {
  background: #fff;
  border-radius: 5px; }

.shoplistbox {
  background: #fff; }

.shop_list {
  border-bottom: solid 1px #e8e8e8;
  overflow: hidden;
  padding: 15px; }
  .shop_list:last-child {
    border-bottom: 0; }
  .shop_list .img, .shop_list .txt {
    display: inline-block;
    vertical-align: middle; }
  .shop_list .img {
    width: 14%; }
  .shop_list .txt {
    padding-left: 10px;
    width: clac(84% -10px); }

.other_link {
  background: #ffe100; }
  .other_link.app_other_link ul {
    margin-bottom: 10px; }
  .other_link ul {
    background: #fff;
    margin-bottom: 2px; }
  .other_link li {
    position: relative;
    border-top: solid 1px #ccc; }
    .other_link li:first-child {
      border-top: none; }
    .other_link li.arrow {
      background: url("../images/icon_arrow.png") 95% center no-repeat;
      background-size: 12px 18px;
      display: block;
      text-decoration: none; }
    .other_link li a,
    .other_link li span.app_ver {
      display: table;
      font-size: 1.6rem;
      margin: 0 5%;
      padding: 15px 0;
      text-decoration: none;
      width: 90%; }
      .other_link li a .exp,
      .other_link li span.app_ver .exp {
        display: table-cell;
        width: 80%; }
        .other_link li a .exp .title,
        .other_link li span.app_ver .exp .title {
          display: block;
          font-size: 1.6rem;
          font-weight: bold; }
        .other_link li a .exp .detail,
        .other_link li span.app_ver .exp .detail {
          display: block;
          width: 95%; }
      .other_link li a .count,
      .other_link li span.app_ver .count {
        color: #a3a3a3;
        display: table-cell;
        font-size: 14px;
        padding-right: 6%;
        text-align: right;
        vertical-align: middle;
        width: 20%; }
  .other_link .circle {
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #ffb400;
    color: #fff;
    line-height: 28px;
    text-align: center;
    border-radius: 28px;
    z-index: 3;
    right: 10%;
    top: 23%; }
  .other_link .version {
    color: #333;
    display: block;
    font-size: 1.6rem;
    height: 28px;
    text-align: right;
    border-radius: 28px;
    right: 6%;
    top: 28%;
    position: absolute;
    width: 20%;
    z-index: 3; }

.other_receipt {
  background: url("../images/other_recio.png") right center no-repeat;
  background-size: contain;
  display: block;
  height: 80px;
  margin: 10px 15px 0 10px;
  padding: 15px 0 15px 15px;
  text-decoration: none; }
  .other_receipt p {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1; }
    .other_receipt p img {
      margin-right: 5px;
      vertical-align: middle;
      width: 28px; }
    .other_receipt p span {
      font-size: 3rem;
      padding-left: 33px; }

#section01 {
  padding: 80px 15px 10px; }

#section02 {
  padding: 60px 15px 10px; }

#section03 {
  padding: 15px; }

#section04 {
  padding: 15px 0; }

#section05 {
  background: #ffc600;
  padding: 15px; }

#section06 {
  padding: 100px 15px 10px; }

#section08 {
  padding: 0 10px 20px; }

#section09 {
  padding: 0 15px 20px; }

#section10 {
  padding: 30px 15px 10px; }

#section11 {
  padding: 80px 15px 10px; }

#section12 {
  padding: 0 15px 145px; }

#other_section {
  padding: 0; }

.faqbox {
  background: #fff; }
  .faqbox a {
    background: url("../images/icon_arrow04.png") 97% center no-repeat;
    background-size: 14px 10px;
    border-bottom: solid 1px #ccc;
    display: block;
    padding: 15px 15px 10px;
    text-decoration: none; }
    .faqbox a.clickBtn_on0 {
      background: url("../images/icon_arrow05.png") 97% center no-repeat;
      background-size: 14px 10px; }

.faqbox_inner li {
  background: #eee; }
  .faqbox_inner li a {
    background: url("../images/icon_arrow04.png") 97% center no-repeat;
    background-size: 14px 10px;
    border-bottom: solid 1px #ccc;
    display: block;
    padding: 15px 25px 15px 10px;
    text-decoration: none; }
    .faqbox_inner li a.clickBtn_on1 {
      background: url("../images/icon_arrow05.png") 97% center no-repeat;
      background-size: 14px 10px; }
  .faqbox_inner li .faq_detail {
    background: #dadada;
    border-bottom: solid 1px #ccc;
    padding: 15px 15px 10px; }

.faqbox.ac_menu:last-child {
  margin-bottom: 15px; }

.faqbox.ac_menu .faqbox_inner .allcheck, .faqbox.ac_menu .faqbox_inner ul li {
  border-bottom: solid 1px #ccc;
  padding: 15px 15px 15px 20px; }

.faqbox.ac_menu .faqbox_inner .allcheck {
  text-align: right;
  font-weight: bold; }

.faqbox.ac_menu .faqbox_inner ul li {
  position: relative; }
  .faqbox.ac_menu .faqbox_inner ul li [type='checkbox'] {
    position: absolute;
    right: 15px; }

.faqbox.ac_menu .faqbox_inner [type='checkbox'] {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0; }

.faqbox.ac_menu .faqbox_inner .checkbox {
  display: block;
  padding: 16px 66px 36px 0;
  background: url("../images/campaign_check_off.png") right center no-repeat;
  line-height: 20px;
  background-size: 36px 36px;
  min-height: 50px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .faqbox.ac_menu .faqbox_inner .checkbox.active {
    background: url("../images/campaign_check_on.png") right center no-repeat;
    background-size: 36px 36px; }
  .faqbox.ac_menu .faqbox_inner .checkbox span {
    display: block;
    font-size: 1rem; }

.faqbox.ac_menu .ac_toggle {
  padding: 15px 15px 15px 20px;
  font-weight: bold; }
  .faqbox.ac_menu .ac_toggle img, .faqbox.ac_menu .ac_toggle span {
    display: inline-block;
    vertical-align: middle; }
  .faqbox.ac_menu .ac_toggle img {
    width: 12%; }
  .faqbox.ac_menu .ac_toggle span {
    width: 88%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }

.fav_shop {
  display: table;
  margin: 15px;
  padding: 15px;
  background: #fff; }
  .fav_shop .shop_img {
    width: 14%; }
  .fav_shop .shop_txt {
    width: auto;
    padding: 0 15px;
    color: #555;
    font-size: 1.4rem; }
  .fav_shop .fav_btn {
    width: 22%;
    height: 46px; }
  .fav_shop .shop_img, .fav_shop .shop_txt, .fav_shop .fav_btn {
    display: table-cell;
    vertical-align: middle; }
    .fav_shop .shop_img .fav_on, .fav_shop .shop_img .fav_off, .fav_shop .shop_txt .fav_on, .fav_shop .shop_txt .fav_off, .fav_shop .fav_btn .fav_on, .fav_shop .fav_btn .fav_off {
      display: block;
      padding: 12px 0;
      font-size: 1.4rem;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      border-radius: 5px;
      min-width: 140px; }
    .fav_shop .shop_img .fav_on, .fav_shop .shop_txt .fav_on, .fav_shop .fav_btn .fav_on {
      background: #333;
      color: #fff; }
    .fav_shop .shop_img .fav_off, .fav_shop .shop_txt .fav_off, .fav_shop .fav_btn .fav_off {
      color: #555; }

.detail_coupon {
  background: #fff;
  padding: 15px;
  line-height: 1.5; }
  .detail_coupon .shop_name {
    color: #e83434;
    font-weight: bold;
    margin-bottom: 10px; }
  .detail_coupon .coupon_name {
    font-size: 1.6em; }
  .detail_coupon .discount {
    color: #e83434;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 10px 0 0; }
    .detail_coupon .discount.red_border {
      border-top: dashed 1px #e83434;
      border-bottom: dashed 1px #e83434;
      margin: 5px 0; }
  .detail_coupon .time_up {
    color: #555;
    font-size: 1.4rem;
    margin: 0 0 10px;
    padding: 8px 0; }
  .detail_coupon .coupon_title {
    color: #e83434;
    font-size: 1.4em; }
  .detail_coupon .coupon_exp {
    font-size: 1.4em;
    margin-bottom: 10px; }
  .detail_coupon .toggle_box {
    border-bottom: dashed 1px #ccc;
    padding: 0; }
    .detail_coupon .toggle_box .toggle {
      border-top: dashed 1px #ccc;
      font-size: 1.4em;
      padding: 10px 0;
      text-align: left; }
      .detail_coupon .toggle_box .toggle.app {
        background: url("../images/icon_arrow.png") right center no-repeat;
        background-size: 1.4rem; }
  .detail_coupon .toggle_inner li {
    background: #fff;
    font-size: 1.2em; }
    .detail_coupon .toggle_inner li::before {
      content: '■'; }
  .detail_coupon .coupon_howto_title {
    font-size: 1.4em;
    margin-top: 10px; }
  .detail_coupon .coupon_howto {
    font-size: 1.4em; }

.self_medication_wrap {
  background-color: #ffe100;
  width: 100%;
  height: 100%;
  z-index: 100; }

.modal_self_medication {
  padding: 0; }
  .modal_self_medication .med_header .modal_name {
    padding: 15px 0;
    background: #ffd800;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center; }
  .modal_self_medication .med_header .modal_toggle {
    position: absolute;
    right: 15px;
    top: 5px; }
    .modal_self_medication .med_header .modal_toggle a {
      display: block;
      font-size: 3.4rem;
      line-height: 3.4rem;
      text-decoration: none; }
  .modal_self_medication .med_header .toggle_delete {
    color: #000; }
  .modal_self_medication .med_header .year_pagination {
    background: #fff; }
    .modal_self_medication .med_header .year_pagination li {
      border-bottom: solid 1px #ccc;
      padding: 10px 20px;
      text-align: center;
      vertical-align: middle; }
    .modal_self_medication .med_header .year_pagination .arrow_left {
      display: inline-block;
      float: left;
      width: 20px; }
    .modal_self_medication .med_header .year_pagination .month {
      display: inline-block;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 2; }
      .modal_self_medication .med_header .year_pagination .month span {
        font-size: 1.2rem;
        font-weight: normal; }
    .modal_self_medication .med_header .year_pagination .arrow_right {
      display: inline-block;
      float: right;
      width: 20px; }
  .modal_self_medication .med_monthry .med_total {
    background: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    padding: 10px 20px;
    text-align: center; }
    .modal_self_medication .med_monthry .med_total span {
      font-size: 1.2rem;
      font-weight: normal; }
  .modal_self_medication .med_monthry .med_total_app {
    background: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    line-height: 2;
    padding: 10px 20px;
    text-align: left; }
    .modal_self_medication .med_monthry .med_total_app .med_total_app_year {
      display: block;
      width: 50%; }
    .modal_self_medication .med_monthry .med_total_app .med_total_app_yen {
      display: block;
      text-align: right;
      width: 50%; }
      .modal_self_medication .med_monthry .med_total_app .med_total_app_yen span {
        font-size: 1.2rem;
        font-weight: normal; }
  .modal_self_medication .med_monthry .med_total_detail .toggle_box {
    background: #ffe100;
    border-bottom: 0;
    padding: 0;
    text-align: left; }
    .modal_self_medication .med_monthry .med_total_detail .toggle_box .toggle {
      background: url("../images/icon_arrow08.png") 95% center no-repeat;
      background-size: 14px; }
      .modal_self_medication .med_monthry .med_total_detail .toggle_box .toggle.clickBtn_on0 {
        background: url("../images/icon_arrow09.png") right center no-repeat;
        background-size: 14px; }
      .modal_self_medication .med_monthry .med_total_detail .toggle_box .toggle p {
        border-right: solid 1px #fff39a;
        box-shadow: inset -1px 0 0 #ffcc00;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: left;
        width: 50px; }
        .modal_self_medication .med_monthry .med_total_detail .toggle_box .toggle p span {
          font-size: 1.2rem;
          font-weight: normal; }
  .modal_self_medication .med_monthry .med_total_detail .toggle_inner.txt_history {
    background: #fff;
    padding: 0; }
    .modal_self_medication .med_monthry .med_total_detail .toggle_inner.txt_history li {
      align-items: center;
      background: #fff;
      border-bottom: solid 1px #ccc; }
      .modal_self_medication .med_monthry .med_total_detail .toggle_inner.txt_history li a {
        display: inherit;
        text-decoration: none;
        padding: 10px 0;
        width: 100%; }
        .modal_self_medication .med_monthry .med_total_detail .toggle_inner.txt_history li a span.date {
          display: block;
          float: left;
          font-size: 1.5rem;
          font-weight: bold;
          text-align: center;
          width: 15%; }
        .modal_self_medication .med_monthry .med_total_detail .toggle_inner.txt_history li a span.date_ja {
          color: #ccc;
          display: block;
          font-size: 1rem;
          font-weight: normal;
          position: relative;
          top: -5px;
          width: 100%; }
        .modal_self_medication .med_monthry .med_total_detail .toggle_inner.txt_history li a span.item {
          display: block;
          float: left;
          padding-top: 10px; }
        .modal_self_medication .med_monthry .med_total_detail .toggle_inner.txt_history li a span.money {
          background: url("../images/icon_arrow.png") 95% 85% no-repeat;
          background-size: 10px;
          display: block;
          float: right;
          margin-right: 3%;
          padding-right: 30px;
          padding-top: 10px;
          text-align: right; }
  .modal_self_medication .med_return_btn {
    padding: 0 20px; }
  .modal_self_medication .med_print {
    text-align: center;
    padding: 10px 20px; }
    .modal_self_medication .med_print p {
      padding: 10px 0; }
      .modal_self_medication .med_print p a {
        margin-bottom: 0; }
    .modal_self_medication .med_print.med_print_app {
      background: rgba(0, 0, 0, 0.8);
      display: none;
      padding: 0;
      position: relative; }
      .modal_self_medication .med_print.med_print_app p {
        color: #fff; }
        .modal_self_medication .med_print.med_print_app p.toggle_delete {
          cursor: pointer;
          font-size: 3rem;
          line-height: 0.1rem;
          margin-top: 10px;
          padding: 10px 10px 0 0;
          text-align: right; }
      .modal_self_medication .med_print.med_print_app .opacity_none {
        margin: 0 20px 10px; }

.med_receipt_export {
  padding: 10px 20px 0; }
  .med_receipt_export .med_exp {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 10px 0; }
  .med_receipt_export .med_exp_box {
    background: #fff;
    margin: 10px 0 0; }
    .med_receipt_export .med_exp_box .med_exp_box_title {
      background: #f4f4f4;
      display: block;
      font-size: 1.4rem;
      font-weight: bold;
      padding: 10px; }
      .med_receipt_export .med_exp_box .med_exp_box_title .select_box_inline_title {
        margin-right: 15px; }
    .med_receipt_export .med_exp_box .med_exp_total {
      background: url("../images/icon_arrow.png") 95% center no-repeat;
      background-size: 12px 18px;
      font-size: 2rem;
      padding: 10px;
      text-align: center; }
    .med_receipt_export .med_exp_box .med_exp_total_arrow {
      background: #ffe100;
      border: solid 1px #ffe100;
      text-align: center; }
      .med_receipt_export .med_exp_box .med_exp_total_arrow .arrow {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 8px 0 8px;
        border-color: #fff transparent transparent transparent;
        line-height: 0;
        position: relative;
        top: 7px; }
    .med_receipt_export .med_exp_box .med_exp_text {
      margin: 10px;
      padding-bottom: 10px; }
      .med_receipt_export .med_exp_box .med_exp_text .arrow {
        background: url("../images/icon_arrow.png") 95% center no-repeat;
        background-size: 12px 18px;
        font-size: 1.3rem;
        font-weight: bold;
        margin-top: 10px;
        text-decoration: none; }
      .med_receipt_export .med_exp_box .med_exp_text .send_mail {
        margin-top: 10px; }
        .med_receipt_export .med_exp_box .med_exp_text .send_mail input {
          border: solid 1px #ccc; }

.med_detail_bottom {
  border-top: dashed 1px #998a19;
  text-align: center;
  padding: 10px; }

.select_box_inline {
  border-bottom: solid 1px #ccc;
  display: inline-block;
  position: relative;
  width: 100px; }
  .select_box_inline select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    background: none transparent;
    font-size: 1.4rem;
    width: 100%; }
    .select_box_inline select:focus {
      outline: none; }
  .select_box_inline::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.8em;
    display: block;
    content: '';
    background: url("../images/icon_arrow10.png") center no-repeat;
    background-size: 10px;
    pointer-events: none; }

.med_fav_shop_box {
  padding: 15px 15px 0 15px;
  margin-bottom: 15px; }
  .med_fav_shop_box .med_fav_shop {
    display: table;
    padding: 15px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .med_fav_shop_box .med_fav_shop .shop_img {
      width: 14%; }
    .med_fav_shop_box .med_fav_shop .shop_txt {
      width: auto;
      padding: 0 15px;
      color: #555;
      font-size: 1.4rem; }
    .med_fav_shop_box .med_fav_shop .fav_btn {
      width: 22%;
      height: 46px; }
    .med_fav_shop_box .med_fav_shop .shop_img, .med_fav_shop_box .med_fav_shop .shop_txt, .med_fav_shop_box .med_fav_shop .fav_btn {
      display: table-cell;
      vertical-align: middle; }
      .med_fav_shop_box .med_fav_shop .shop_img .fav_on, .med_fav_shop_box .med_fav_shop .shop_img .fav_off, .med_fav_shop_box .med_fav_shop .shop_txt .fav_on, .med_fav_shop_box .med_fav_shop .shop_txt .fav_off, .med_fav_shop_box .med_fav_shop .fav_btn .fav_on, .med_fav_shop_box .med_fav_shop .fav_btn .fav_off {
        display: block;
        padding: 12px 0;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border-radius: 5px;
        min-width: 140px; }
      .med_fav_shop_box .med_fav_shop .shop_img .fav_on, .med_fav_shop_box .med_fav_shop .shop_txt .fav_on, .med_fav_shop_box .med_fav_shop .fav_btn .fav_on {
        background: #333;
        color: #fff; }
      .med_fav_shop_box .med_fav_shop .shop_img .fav_off, .med_fav_shop_box .med_fav_shop .shop_txt .fav_off, .med_fav_shop_box .med_fav_shop .fav_btn .fav_off {
        color: #555; }

.dialogbox {
  background: #000;
  display: none;
  opacity: .7;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5; }

.warranty .warranty_title {
  background: #fff;
  padding: 15px; }
  .warranty .warranty_title .title {
    font-size: 1.6rem;
    font-weight: bold; }
  .warranty .warranty_title .code_outer {
    font-size: 1.4rem; }
    .warranty .warranty_title .code_outer .code {
      padding-left: 10px; }

.warranty .warranty_shop {
  background: #e9e9e9;
  padding: 15px; }
  .warranty .warranty_shop .warranty_shop_title {
    display: table;
    padding-bottom: 15px; }
    .warranty .warranty_shop .warranty_shop_title .shop_img {
      background: #fff;
      display: table-cell;
      padding: 5px;
      vertical-align: middle;
      width: 20%; }
    .warranty .warranty_shop .warranty_shop_title .shop_txt {
      display: table-cell;
      vertical-align: middle;
      width: auto;
      padding: 0 15px;
      color: #555;
      border-radius: 3px; }
  .warranty .warranty_shop .warranty_detail {
    background: #fff;
    border-radius: 3px;
    padding: 15px; }
    .warranty .warranty_shop .warranty_detail .caption {
      display: table;
      width: 100%; }
      .warranty .warranty_shop .warranty_detail .caption .caption_name {
        display: table-cell;
        font-size: 1.4rem;
        font-weight: bold;
        vertical-align: middle; }
      .warranty .warranty_shop .warranty_detail .caption .date {
        display: table-cell;
        vertical-align: middle;
        text-align: right; }
    .warranty .warranty_shop .warranty_detail .goods {
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 2.8rem;
      border-bottom: solid 1px #000;
      text-align: center;
      margin: 10px 0; }
    .warranty .warranty_shop .warranty_detail .code_block {
      font-size: 1.4rem;
      text-align: center;
      line-height: 1.4rem; }
      .warranty .warranty_shop .warranty_detail .code_block .code {
        padding-left: 10px; }
    .warranty .warranty_shop .warranty_detail .detail {
      margin-top: 15px; }
      .warranty .warranty_shop .warranty_detail .detail pre {
        font-size: 1.4rem;
        text-align: center;
        margin: 0.5em 0 0 0 !important; }
      .warranty .warranty_shop .warranty_detail .detail .detail_bottom {
        display: table;
        margin-top: 15px;
        width: 100%; }
        .warranty .warranty_shop .warranty_detail .detail .detail_bottom .name {
          display: table-cell;
          vertical-align: middle; }
        .warranty .warranty_shop .warranty_detail .detail .detail_bottom .number {
          display: table-cell;
          vertical-align: middle;
          text-align: right; }

.print_comp_number {
  background: #fff;
  margin: 10px 0;
  text-align: center; }
  .print_comp_number .title {
    background: #f4f4f4;
    border-bottom: solid 2px #f4f4f4;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px; }
  .print_comp_number .number {
    border: solid 1px #a3a3a3;
    border-radius: 5px;
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 5px; }
  .print_comp_number .count {
    border-bottom: solid 1px #a3a3a3;
    padding: 5px 10px 10px; }
  .print_comp_number .limit {
    padding: 10px; }
    .print_comp_number .limit .txt_warning {
      color: #e83433;
      line-height: 2rem; }

.print_comp_bottom {
  border-top: dashed 1px #998a19;
  text-align: center;
  padding: 10px; }

.img_loading {
  width: 100px; }

.print_stores {
  background: #ffe100; }
  .print_stores ul {
    background: #fff;
    margin-bottom: 2px; }
  .print_stores li {
    position: relative;
    border-top: solid 1px #ccc; }
    .print_stores li:first-child {
      border-top: none; }
    .print_stores li.arrow {
      background: url("../images/icon_arrow.png") 95% center no-repeat;
      background-size: 12px 18px;
      display: block;
      text-decoration: none; }
    .print_stores li a {
      display: table;
      font-size: 1.6rem;
      margin: 0 5%;
      text-decoration: none;
      width: 90%; }
      .print_stores li a .logo {
        display: table-cell;
        padding-right: 6%;
        text-align: center;
        vertical-align: middle;
        width: 35%; }
        .print_stores li a .logo img {
          max-width: 100%;
          max-height: 40px;
          vertical-align: middle;
          width: initial; }
      .print_stores li a .span_line {
        border-left: solid 1px #f4f4f4;
        box-shadow: -1px 0 0 0 #a3a3a3;
        height: 20px;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 5px; }
      .print_stores li a .name {
        display: table-cell;
        font-weight: bold;
        padding: 15px 0;
        vertical-align: middle;
        width: 65%; }

.print_modal_header .modal_name {
  padding: 15px 0;
  background: #ffd800;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center; }

.print_modal_header .modal_toggle {
  position: absolute;
  right: 15px;
  top: 5px; }
  .print_modal_header .modal_toggle a {
    display: block;
    font-size: 3.4rem;
    line-height: 3.4rem;
    text-decoration: none; }

.print_modal_header .toggle_delete {
  color: #000; }

.sales-promotion-recipt-detail {
  background: #fff; }

.sales-promotion-receipt-box {
  display: table;
  height: 273px;
  border: solid 1px #000; }
  .sales-promotion-receipt-box .logo,
  .sales-promotion-receipt-box .main {
    display: table-cell;
    padding: 0;
    white-space: nowrap;
    vertical-align: middle;
    width: auto;
    height: 100%; }
  .sales-promotion-receipt-box .logo .logo-img {
    width: auto;
    height: auto;
    max-height: 273px; }
  .sales-promotion-receipt-box .main {
    float: left; }
    .sales-promotion-receipt-box .main .receipt-img {
      width: auto; }
    .sales-promotion-receipt-box .main table {
      width: 100%;
      height: 273px; }
      .sales-promotion-receipt-box .main table td {
        height: 16px;
        font-size: 14px;
        line-height: 0;
        -webkit-text-size-adjust: 100%; }
        .sales-promotion-receipt-box .main table td.txt_right {
          text-align: right; }
        .sales-promotion-receipt-box .main table td.table_title {
          font-size: 28px; }
        .sales-promotion-receipt-box .main table td.w1 {
          width: 16px; }

.brandbox {
  background: #eee; }
  .brandbox a {
    background: url("../images/icon_arrow04.png") 97% center no-repeat;
    background-size: 14px 10px;
    border-bottom: solid 1px #ccc;
    display: block;
    padding: 12px;
    text-decoration: none; }
    .brandbox a.clickBtn_on6 {
      background: url("../images/icon_arrow05.png") 97% center no-repeat;
      background-size: 14px 10px; }
  .brandbox.ac_menu:last-child {
    margin-bottom: 15px; }
  .brandbox.ac_menu .ac_toggle {
    padding: 12px;
    font-weight: bold; }
    .brandbox.ac_menu .ac_toggle span {
      display: inline-block;
      vertical-align: middle;
      width: 70%;
      padding-left: 5px;
      padding-right: 15px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }

.brandbox_inner li {
  background: #fff; }
  .brandbox_inner li a {
    background: url("../images/icon_arrow.png") 97% center no-repeat;
    background-size: 10px 14px;
    display: table;
    width: 100%;
    padding: 8px 0;
    text-decoration: none; }

.brandbox_inner .brand p {
  display: table-cell;
  vertical-align: middle; }

.brandbox_inner .brand .logo {
  width: 18%;
  min-width: 45px;
  height: 50px;
  text-align: center;
  padding-left: 8px; }
  .brandbox_inner .brand .logo img {
    max-width: 100%;
    max-height: 50px;
    width: initial;
    width: auto;
    vertical-align: middle; }

.brandbox_inner .brand .name {
  color: #555;
  width: 60%;
  padding-left: 3%; }

.brandbox_inner .brand .store_count {
  color: #a3a3a3;
  width: 20%;
  font-weight: bold;
  text-align: right;
  padding-right: 7%;
  white-space: nowrap; }

.brand_detail {
  padding: 15px 15px 0; }
  .brand_detail .brand_exp_box {
    background: #fff; }
    .brand_detail .brand_exp_box .brand_exp_box_title {
      display: block;
      font-size: 1.4rem;
      font-weight: bold;
      padding: 10px 15px; }
      .brand_detail .brand_exp_box .brand_exp_box_title p {
        display: table-cell;
        vertical-align: middle; }
      .brand_detail .brand_exp_box .brand_exp_box_title .logo {
        width: 18%;
        height: 50px;
        text-align: center; }
        .brand_detail .brand_exp_box .brand_exp_box_title .logo img {
          max-width: 100%;
          max-height: 50px;
          width: initial;
          vertical-align: middle; }
      .brand_detail .brand_exp_box .brand_exp_box_title .name {
        font-size: 1.4rem;
        font-weight: bold;
        padding-left: 15px; }
    .brand_detail .brand_exp_box .brand_exp_text {
      background: #f4f4f4; }
      .brand_detail .brand_exp_box .brand_exp_text a {
        text-decoration: none; }
      .brand_detail .brand_exp_box .brand_exp_text .detail {
        color: #555;
        background-size: 12px 18px;
        border-bottom: solid 1px #ccc;
        font-size: 1.3rem;
        font-weight: bold;
        padding: 15px 15px 10px 15px; }
      .brand_detail .brand_exp_box .brand_exp_text .homepage {
        color: #555;
        background: url("../images/icon_blank.png") 96% 13px no-repeat;
        background-size: 16px 14px;
        padding: 10px 10px 10px 15px; }
        .brand_detail .brand_exp_box .brand_exp_text .homepage p {
          display: table-cell;
          vertical-align: middle; }
        .brand_detail .brand_exp_box .brand_exp_text .homepage .title {
          font-size: 1.3rem;
          font-weight: bold;
          vertical-align: top;
          white-space: nowrap; }
        .brand_detail .brand_exp_box .brand_exp_text .homepage .url {
          font-size: 1.3rem;
          font-weight: bold;
          word-break: break-all; }
        .brand_detail .brand_exp_box .brand_exp_text .homepage .space {
          width: 7%; }
  .brand_detail .store_list_box {
    background: #fff;
    margin: 15px 0; }
    .brand_detail .store_list_box .store_list_title {
      background: #f4f4f4;
      width: 100%;
      display: table;
      font-size: 1.4rem;
      font-weight: bold; }
      .brand_detail .store_list_box .store_list_title p {
        display: table-cell;
        vertical-align: middle; }
      .brand_detail .store_list_box .store_list_title .title {
        width: 70%;
        font-size: 1.4rem;
        font-weight: bold;
        padding: 10px 15px; }
      .brand_detail .store_list_box .store_list_title .store_count {
        width: 30%;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: right;
        padding: 10px 5% 10px 15px;
        white-space: nowrap; }
    .brand_detail .store_list_box .store_list a {
      text-decoration: none; }
    .brand_detail .store_list_box .store_list .store {
      color: #555;
      background: url("../images/icon_arrow.png") 95% center no-repeat;
      background-size: 12px 18px;
      border-bottom: solid 1px #ccc;
      font-size: 1.4rem;
      padding: 15px;
      text-decoration: none; }

.modal_store_detail {
  padding: 0; }

.store_detail {
  padding: 15px; }
  .store_detail .store_detail_box_title {
    background: #fff;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 15px; }
    .store_detail .store_detail_box_title .logo {
      width: 18%;
      height: 50px;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
      .store_detail .store_detail_box_title .logo img {
        max-width: 100%;
        max-height: 50px;
        width: initial;
        vertical-align: middle; }
    .store_detail .store_detail_box_title .name {
      display: table-cell;
      padding-left: 15px; }
      .store_detail .store_detail_box_title .name .brand_name {
        height: 50%;
        font-size: 1.2rem;
        padding-top: 6px; }
      .store_detail .store_detail_box_title .name .store_name {
        font-size: 1.6rem;
        font-weight: bold; }
  .store_detail .store_detail_box {
    background: #f4f4f4; }
    .store_detail .store_detail_box a {
      text-decoration: none; }
    .store_detail .store_detail_box .store_image {
      border-top: solid 1px #ccc;
      padding: 10px 15px; }
    .store_detail .store_detail_box .store_detail_row {
      border-top: solid 1px #ccc;
      padding: 15px; }
      .store_detail .store_detail_box .store_detail_row p {
        display: table-cell;
        font-size: 1.3rem; }
      .store_detail .store_detail_box .store_detail_row .title {
        font-weight: bold;
        white-space: nowrap; }
      .store_detail .store_detail_box .store_detail_row .content {
        word-break: break-all; }
    .store_detail .store_detail_box .homepage {
      color: #555;
      background: url("../images/icon_blank.png") 96% 18px no-repeat;
      background-size: 16px 14px; }
      .store_detail .store_detail_box .homepage p {
        display: table-cell;
        vertical-align: middle; }
      .store_detail .store_detail_box .homepage .title {
        font-size: 1.3rem;
        font-weight: bold;
        vertical-align: top;
        white-space: nowrap; }
      .store_detail .store_detail_box .homepage .url {
        font-size: 1.3rem;
        word-break: break-all; }
      .store_detail .store_detail_box .homepage .space {
        width: 7%; }
  .store_detail .caution {
    padding-top: 8px; }
