@charset "utf-8";

/* -----------------------------------------------------------------------
  base
-------------------------------------------------------------------------- */
#campaign-list {
  text-align: center;
  /* overflow: hidden; */
  line-height: 1.6;
  font-size: 16px;
  background-color: #fff;
}

footer {
  margin-top: 0px;
}

#campaign-list section {
  padding: 0;
}

/* -----------------------------------------------------------------------
  modifire
-------------------------------------------------------------------------- */
.font-big,
.select-all {
  font-size: 140%;
}

.icon_01 {
  border: 1px solid #33bbbb;
  color: #33bbbb;
  /* line-height: 1.5em; */
  /* line-height: 38px; */
  /* padding: 5px 0; */
}

.icon_02 {
  border: 1px solid #33BB66;
  color: #33BB66;
  /* line-height: 38px; */
}

.icon_03 {
  border: 1px solid #3357BB;
  color: #3357BB;
  /* line-height: 38px; */
}

.icon_04 {
  border: 1px solid #FF6633;
  color: #FF6633;
  /* line-height: 1.5em; */
  /* padding: 5px 0; */
}

.icon_05 {
  border: 1px solid #FF6699;
  color: #FF6699;
  /* line-height: 38px; */
}

.icon_06 {
  border: 1px solid #FE0000;
  color: #FE0000;
  /* line-height: 38px; */
}

/* -----------------------------------------------------------------------
  breadcrumb-wrap
-------------------------------------------------------------------------- */
.breadcrumb-wrap {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------
  main
-------------------------------------------------------------------------- */
#campaign-list .main {
 background-color:#fff;
 max-width: none;
}

.main img {
  width: 990px !important;
}

.main-container {
  background-color:#fff;
  max-width: 990px;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------
  #campaign-list
-------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #campaign-list {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 479px) {
  #campaign-list {
    font-size: 1em;
  }
}

/*
  #campaign-list section:not(:first-child) 
---------------------------------------------------- */
#campaign-list section:not(:first-child) {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  #campaign-list section {
    max-width: 990px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  #campaign-list section {
    max-width: 90%;
  }
}

/* -----------------------------------------------------------------------
  #campaign-list-content
-------------------------------------------------------------------------- */
#campaign-list-content {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  #campaign-list-content {
    max-width: 90%;
  }
}

/* -----------------------------------------------------------------------
  select_block
-------------------------------------------------------------------------- */
.select_block {
  margin-top: 20px;
}

/*
  select_btn
---------------------------------------------------- */
.select_btn {
  max-width: 100%;
}

.select_btn {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .select_btn {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .select_btn {
    font-size: 11px;
  }
}

/*
  select-down
---------------------------------------------------- */
.select-down {
  position: relative;
  width: 48%;
}

/*
  select-down a
---------------------------------------------------- */
.select-down a:hover,
.select-down a:focus {
  color: #669980;
}

/*
  .select-down-result_l,
  .select-down-result_r
---------------------------------------------------- */
.select-down-result_l,
.select-down-result_r {
  background-color: #fff;
  width: 100%;
  border: solid thin #669980;
  border-radius: 0.5em;
  padding: .8em 2em .8em 1em;
  line-height: 1;
  text-align: center;
  display: inline-block;
  color: #669980;
  text-decoration: none !important;
  font-weight: bold;
}

@media screen and (max-width: 479px) {
  .select-down-result_l,
  .select-down-result_r {
    padding: 0.8em;
  }
}

/*
  .select-down-result_l::after,
  .select-down-result_r::after 
---------------------------------------------------- */
.select-down-result_l::after,
.select-down-result_r::after {
  content: "";
  position: absolute;
  right: 29px;
  border-left: solid thin #669980;
  border-bottom: solid thin #669980;
  width: 1em;
  height: 1em;
  display: inline-block;
  transform: rotate(-45deg) translate(.8em, .5em);
  -moz-transform: rotate(-45deg) translate(.8em, .5em);
  -webkit-transform: rotate(-45deg) translate(.8em, .5em);
  transition: .5s ease 0s;
  -moz-transition: .5s ease 0s;
  -webkit-transition: .5s ease 0s;
}

@media screen and (max-width: 767px) {
  .select-down-result_l::after,
  .select-down-result_r::after {
    top: 15px;
    right: 22px;
    width: 0.5em;
    height: 0.5em;
  }
}

@media screen and (max-width: 320px) {
  .select-down-result_l::after,
  .select-down-result_r::after {
    top: 12px;
  }
}

/*
.select-down-result_l.open::after,
.select-down-result_r.open::after 
---------------------------------------------------- */
.select-down-result_l.open::after,
.select-down-result_r.open::after {
  transform: rotate(135deg) translate(-.5em, -1em);
  -moz-transform: rotate(135deg) translate(-.5em, -1em);
  -webkit-transform: rotate(135deg) translate(-.5em, -1em);
}

/*
.select-down-set 
---------------------------------------------------- */
.select-down-set {
  width: 100%;
  position: absolute;
  z-index: -1;
  background-color: #fff;
  right: 0;
  text-align: center;
  top: 0em;
  border: solid thin #669980;
  border-radius: 0.5em;
  overflow: hidden;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  transition: .5s ease 0s;
  -moz-transition: .5s ease 0s;
  -webkit-transition: .5s ease 0s;
  opacity: 0;
  pointer-events: none;
}

/*
.select-down-result_r.open+.select-down-set,
.select-down-result_l.open+.select-down-set 
---------------------------------------------------- */
.select-down-result_r.open+.select-down-set,
.select-down-result_l.open+.select-down-set {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
  transition: .5s ease 0s;
  -moz-transition: .5s ease 0s;
  -webkit-transition: .5s ease 0s;
}

@media screen and (min-width: 768px) {

  .select-down-result_r.open+.select-down-set,
  .select-down-result_l.open+.select-down-set {
    top: 4em;
  }
}

@media screen and (max-width: 767px) {

  .select-down-result_r.open+.select-down-set,
  .select-down-result_l.open+.select-down-set {
    top: 3.6em;
  }
}

@media screen and (max-width: 479px) {

  .select-down-result_r.open+.select-down-set,
  .select-down-result_l.open+.select-down-set {
    top: 3.2em;
  }
}

/*
.select-down-option 
---------------------------------------------------- */
.select-down-option {
  padding: .5em;
  color: #669980;
  display: block;
  white-space: nowrap;
  text-decoration: none !important;
  font-weight: bold;
}

.select-down-option:not(:last-child) {
  border-bottom: solid thin #669980;
}


/* -----------------------------------------------------------------------
  campaign-list-content
  item-wr
-------------------------------------------------------------------------- */
.item-wr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*
  item
---------------------------------------------------- */
.item {
  background-color: #fff;
  position: relative;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .item {
    width: 48%;
    padding: 10px 0px;
  }
}

@media screen and (min-width: 990px) {
  .item {
    padding: 15px 0px;
  }
}

@media screen and (max-width: 767px) {
  .item {
    width: 100%;
    padding: 15px 0px;
  }
}

@media screen and (max-width: 479px) {
  .item {
    padding: 10px 0px;
  }
}

/*
  item a
---------------------------------------------------- */
.item a:hover,
.item a:focus,
.item a:active,
.item a:hover *,
.item a:focus *,
.item a:active * {
  color: #ff6666;
  opacity: 0.8;
}

/*
  item img
---------------------------------------------------- */
.item img {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .item img {
    width: 96%;
  }
}

@media screen and (max-width: 767px) {
  .item img {
    width: 90%;
  }
}

/*
  item_lead 
---------------------------------------------------- */
.item_lead {
  text-align: left;
  display: inline-block;
  border-bottom: 2px dotted #707070;
  width: 97%;
  font-weight: bold;
  padding: 0px 10px 10px 10px;
}

@media screen and (min-width: 768px) {
  .item_lead {
    line-height: 1.2;
    font-size: 14px;
    height: 60px;
  }
}

@media screen and (min-width: 990px) {
  .item_lead {
    line-height: 1.5;
    font-size: 16px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .item_lead {
    line-height: 1.5;
    font-size: 16px;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .item_lead {

    line-height: 1.5;
    font-size: 11px;
    height: auto;
  }
}

/*
  icon-wr
---------------------------------------------------- */
.icon-wr {
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  margin: 0px auto 10px auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .icon-wr {
    width: 96%;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .icon-wr {
    width: 90%;
  }
}

/*
  icon
---------------------------------------------------- */
.icon {
  height: 30px;
  list-style: none;
  font-size: 10px;
  background-color: #fff;
  border-radius: 0.5em;
  font-weight: bold;
  margin-right: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.icon:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .icon {
    width: 20%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .icon {
    width: 20%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .icon {
    width: 24%;
    margin-right: 1%;
    font-size: 8px;
  }
}

.icon:last-child {
  margin-right: 0;
}

/* -----------------------------------------------------------------------
  campaign-list-content
  item
  price_date
-------------------------------------------------------------------------- */
.price_date {
  display: flex;
  justify-content: flex-end;
  margin: 10px auto 0px auto;
}

@media screen and (min-width: 768px) {
  .price_date {
    width: 96%;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .price_date {
    width: 90%;
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .price_date {
    font-size: 11px;
  }
}

/*
  price_date p
---------------------------------------------------- */
.price_date p {
  width: 50%;
  vertical-align: bottom;
  line-height: 1em;
  padding: 0;
  margin: 0;
}

/*
  price_date .plice
---------------------------------------------------- */
.price_date .plice {
  text-align: left;
}

.plice span {
  font-weight: bold;
  color: #C70503;
}

@media screen and (min-width: 768px) {
  .plice span {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .plice span {
    font-size: 18px;
  }
}

/*
  price_date .date
---------------------------------------------------- */
.price_date .date {
  text-align: right;
}

/* -----------------------------------------------------------------------
  line_tw
  hidden-md 992px～　非表示
-------------------------------------------------------------------------- */
.line_tw {
  background-color: #F6F6F6;
  padding-top: 1.5em;
}

/*
  line_tw h3
---------------------------------------------------- */
.line_tw h3 {
  text-align: center;
  margin-bottom: 10px !important;
}

@media screen and (min-width: 768px) {
  .line_tw h3 {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  .line_tw h3 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .line_tw h3 {
    font-size: 1em;
  }
}

/*
  line_tw p
---------------------------------------------------- */
.line_tw p {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .line_tw p {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .line_tw p {
    font-size: 1em;
  }
}

/*
  line_tw img
---------------------------------------------------- */
.line_tw img {
  width: 100%;
}

/*
  line_tw .sns
---------------------------------------------------- */
.line_tw .sns {
  display: flex;
  justify-content: center;
  background-color: #F6F6F6;
}

/*
  line_tw .sns div
---------------------------------------------------- */
.line_tw .sns div {
  margin: 0 10px;
  width: 60px;
}


/* -----------------------------------------------------------------------
  mycam
-------------------------------------------------------------------------- */
.mycam {
  background-color: #F6F6F6;
  text-align: center;
  padding: 20px 0 1.5em 0;
}

/*
  mycam-title
---------------------------------------------------- */
.mycam-title {
  border-bottom: 2px solid #F73E6F;
  display: inline-block;
  margin-bottom: 8px !important;
  font-size: 1.1em;
}

/*
  mycam-text
---------------------------------------------------- */
.mycam-text {
  margin-bottom: 10px !important;
}

@media screen and (min-width: 768px) {
  .mycam-text {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 767px) {
  .mycam-text {
    font-size: 1em;
  }
}

/*
  mycam-btn
---------------------------------------------------- */
.mycam_btn {
  background-color: #7DB739;
  color: #fff;
  margin: 0 auto;
  border-radius: 0.5em;
  line-height: 1;
  text-align: center;
  display: inline-block;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .mycam_btn {
    width: 408px;
  }
}

@media screen and (max-width: 767px) {
  .mycam_btn {
    width: 90%;
  }
}

/*
  mycam-btn a
---------------------------------------------------- */
.mycam_btn a {
  border-radius: 0.5em;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 1em 2em 1em 1em;
}

.mycam_btn a:hover {
  background-color: #579F03;
}

@media screen and (min-width: 768px) {
  .mycam_btn a {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mycam_btn a {
    width: 90%;
  }
}
/*
regular-service-icon
---------------------------------------------------- */
#mailForm {
  justify-content: center;
  align-items: flex-start;
  padding: 5px 10px;
  font-size: 12px;
  background: #fff;
}
#mailForm .regular-service-icon {
  color: #f05f23;
  border-radius: 50px;
  border: 1px solid #f05f23;
  padding: 1px 5px;  
  margin-right: 2px; 
}
@media screen and (min-width: 768px) {
  #mailForm input[type="radio"],
  #mailForm input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
  }
  #mailForm.form-inline .radio {
    margin: 0 0 0 5px!important;
  }
}
@media screen and (max-width: 767px) {
  #mailForm {
    font-size: 11px !important;
  }
  #mailForm input[type="radio"] {
    margin-top: -1px !important;
  }
  #mailForm label.mr20 {
    margin-right: 10px !important;
  }
  #mailForm.form-inline .radio {
    margin-top: 7px !important;
    margin-bottom: 0 !important;
  }
  #mailForm.sp-flex {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  }
}

/*
  #campaign-error-guidance
---------------------------------------------------- */
#campaign-error-guidance {
  background-color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
}
#campaign-error-guidance .font-bold {
  font-weight: bold;
}
#campaign-error-guidance .link_blue {
  color: #0071B9;
  font-size:14px;
}
#campaign-error-guidance dt {
  font-size: 15px;
}
#campaign-error-guidance dd {
  font-size: 12px;
  border-bottom: 1px solid #adadad;
  padding-bottom: 5px;
}
#campaign-error-guidance .app-info__outer {
  padding: 10px;
}
#campaign-error-guidance .app-info_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
#campaign-error-guidance .app-info__image {
  width: 46px;
  flex: 0 0 14%;
  margin-right: 15px;
}
#campaign-error-guidance .app-info__image > img,
#campaign-error-guidance .app-info__image > svg {
  width: 100%;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 0;
}
#campaign-error-guidance .app-info__image > svg {
  height: 25px;
}
#campaign-error-guidance .app-info__image > svg:not([fill]) {
  color:#e75a18;
}
#campaign-error-guidance .app-info-content {
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
@media (max-width: 767px) {
#campaign-error-guidance .app-info-content {
  font-size: 13px;
}
}
#campaign-error-guidance .app-info_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
#campaign-error-guidance .app-info_02 .app-info-content {
  font-size: 11px;
  text-align: left;
}
#campaign-error-guidance .app-info_02 .app-info__image {
  width: 25px;
  margin-right: 4px;
  position: relative;
  top: -3px;
}
#campaign-error-guidance .bg-color-app-guidance {
  background: #ffeed9;
  padding: 5px;
  margin: 5px;
  border-radius: 6px;
}
#campaign-error-guidance .font-size-12 {
  font-size: 12px;
}
#campaign-error-guidance *,
#campaign-error-guidance *:before,
#campaign-error-guidance *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#campaign-error-guidance label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  cursor: pointer;
  text-align: center;
}
#campaign-error-guidance label:after {
  position: absolute;
  z-index: 2;
  bottom: -5px;
  left: 48.5%;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.3rem;
  font-family: FontAwesome;
  content: '\f078';
  transform: translate(-50%, 0);
  letter-spacing: -0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: rgba(231, 90, 24, 1);
  margin-left: -7px;
}
#campaign-error-guidance input {
  display: none;
}
#campaign-error-guidance .max-w {
  overflow: hidden;
  height: 155px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
  border: 1px solid #e75a18;
  margin: 10px auto !important;
  border-radius: 6px;
}
#campaign-error-guidance input:checked + label:after {
  font-family: FontAwesome;
  content: '\f077';
}
#campaign-error-guidance input:checked ~ .max-w {
  height: auto;
  padding-bottom: 0; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
@media (max-width:767px) {
  #campaign-error-guidance .max-w {
    margin: 10px !important;
  }
  #campaign-error-guidance .app-info__image {
    width: 50px;
  }
  #campaign-error-guidance .app-info__image > img {
    height: 50px;
  }
  #campaign-error-guidance .app-info__image > svg {
    height: 25px;
  }
  #campaign-error-guidance .bg-color-app-guidance {
    padding: 8px 0;
    margin: 0 16px 12px 16px;
  }
}
@media (max-width:320px) {
  #campaign-error-guidance .app-info-content {
    font-size: 11px;
    text-align: left;
  }
  #campaign-error-guidance dd {
    font-size: 10.5px;
  }
  #campaign-error-guidance .app-info__image {
    width: 40px;
  }
  #campaign-error-guidance .app-info__image > img, 
  #campaign-error-guidance .app-info__image > svg {
    height: 40px;
  }
  #campaign-error-guidance .max-w {
    height: 180px;
  }
  #campaign-error-guidance .bg-color-app-guidance {
    padding: 8px 0;
    margin: 5px;
  }
  #campaign-error-guidance .app-info__image > svg:not([fill]) {
    width: 27px;
    margin-left: 5px;
  }
}
@media (min-width:768px) {
  #campaign-error-guidance dt {
    font-size: 16px;
  }
  #campaign-error-guidance dd {
    font-size: 14px;
  }
  #campaign-error-guidance .app-info_01 {
    justify-content: center;
    width: 540px;
    margin: 0 auto;
  }
  #campaign-error-guidance .bg-color-app-guidance {
    width: 550px;
    margin: 0 auto 10px;
    border-radius: 6px;
  }
  #campaign-error-guidance .max-w {
    max-width: 570px;
    height: 170px;
  }
  #campaign-error-guidance .font-bold.font-size-12 {
    font-size: 13px;
  }
  #campaign-error-guidance .app-info__image {
    flex: 0 0 10%;
  }
  #campaign-error-guidance .app-info_02 .app-info__image {
    top: 2px;
  }
  #campaign-error-guidance .app-info__image > svg {
    height: 30px;
  }
  #campaign-error-guidance label:after {
    left: 49.6%;
    margin-left: -5px;
  }
  #campaign-error-guidance .dl-button-wrap {
    font-size:110%;
  }
  #campaign-error-guidance .dl-button-wrap .w-ios {
    width: 200px;
  }
  #campaign-error-guidance .dl-button-wrap .w-android {
    width: 206px;
    margin-left: 0;
  }
  #campaign-error-guidance .dl-button-wrap a:hover {
    opacity: 0.8;
  }
  #campaign-error-guidance .app-info__image > img, #campaign-error-guidance .app-info__image > svg {
    height: 52px;
  }
  #campaign-error-guidance .app-info__image > svg:not([fill]) {
    height: 33px;
  }
}

/*
  special-coupon-list
  special-coupon-container
---------------------------------------------------- */
#campaign-list .special-coupon-list {
  max-width: none;
  text-align: left;
  padding: 15px 15px 25px 15px;
  background-color: #fff8df;
}
#campaign-list .special-coupon-container {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}

/*
  special-coupon-visited__section
---------------------------------------------------- */
.special-coupon-visited__heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #dc5519;
}
.special-coupon-visited__heading span {
  list-style: none;
  font-size: 12px;
  background-color: #dc5519;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
  line-height: 1.5;
  padding: 2px 6px;
}
.special-coupon-visited-list {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-perspective-origin-x: none;
  white-space: nowrap;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  margin-right: -15px;
  margin-bottom: 5px;
  margin-left: -15px;
  list-style-type: none;
  max-width: 960px;
}
.special-coupon-visited-list__item {
  position: relative;
  display: flex;
  flex: 1 0 290px;
  overflow: hidden;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #dc5519;
  border-radius: 4px;
  max-width: none;
}
@media (min-width:768px) {
  .special-coupon-visited-list__item {
      flex: 0 0 33%;
      max-width: 33%;
  }
}
.special-coupon-visited-list__item:hover,
.special-coupon-visited-list__item:active,
.special-coupon-visited-list__item:focus {
  opacity: 0.75;
  cursor: pointer;
}
.special-coupon-visited-list__item:last-of-type {
  margin-right: 0;
}
.special-coupon-visited__image {
  flex: 0 0 102px;
  width: 102px;
}
.special-coupon-visited__image > img {
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.special-coupon-visited__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 140px;
  padding-right: 10px;
  padding-left: 10px;
}
.special-coupon-visited__shop-name {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 12px;
  color: #333;
}
.special-coupon-visited__shop-name:hover {
  text-decoration: none;
  color: #333;
}
.special-coupon-visited__shop-name::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
}
.special-coupon-visited__access {
  overflow: hidden;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
}
.special-coupon-visited__price-discount-number {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #a94442;
}
.special-coupon-visited-more {
  text-align: right;
}
.special-coupon-visited-more__link {
  text-decoration: underline;
  font-size: 95%;
}

@media (max-width:767px) {
  #campaign-list .special-coupon-container {
    max-width: none; 
    margin: 0;
    padding: 0;
  }
  #campaign-list .special-coupon-list {
    padding: 10px 15px;
  }
  .special-coupon-visited-list {
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 8px;
  }
  .special-coupon-visited__heading {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .special-coupon-visited-list__item {
    display: flex;
    flex: 1 0 240px;
  }
}