/*--------------------------
.c5-chart
--------------------------*/
.c5-chart--pc img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 639px) {
  .c5-chart--pc img {
    display: none;
  }
}

.c5-chart--sp img {
  display: none;
}

@media screen and (max-width: 639px) {
  .c5-chart--sp img {
    display: block;
    width: 100%;
  }
}


/*--------------------------
.c5-pastbenefit__heading
--------------------------*/


.s5-table2 th, .s5-table2 td {
   vertical-align: middle;
  padding: 20px 10px;
  border: 1px solid #e4e7ec;
}

.s5-inStoreFeaturesItem1A__imageCol, .s5-inStoreFeaturesItem1B__imageCol {
  width: 25%;
}

.s5-buttonContainer li {
  margin-top: 10px;
}

.s5-row {
  margin-top: 20px;
  padding: 20px;
}

.s5-row__col2 {
  box-sizing: border-box;
  padding: 10px;
}

.s5-row__col2 figure {
  text-align: center;
  margin: 1em 10px;
}

.s5-row__col2 figure img {
  max-width: 70%;
}

.s5-inStoreFeaturesItem1A.s5-inStoreFeaturesItem1A--liquid {
  margin-bottom: 0px;
}

.s5-inStoreFeaturesItem1B {
  margin-top: 60px !important;
}

.s5-table {
  margin-bottom: 0px;
}

@media screen and (max-width: 831px) {
  .s5-row__col2 {
    display: block;
    width: 100%;
  }
}

/** 20200521 **/
@media screen and (max-width: 831px) {
  .c5-block-sp {
    display: block;
  }
}

.c5-block-sp {
  display: none;
}
.c5-table tr {
  margin-bottom: 20px;
}
.c5-txt--Normal {
  font-weight: normal;
}
.s5-row ul li{
  list-style: disc;
}
.s5-table--gray{
  background-color: #fbfbfd;
}
.c5-bg--colororange{
  background-color: #fff8e2;
}
.c5-bg--colorblue{
  background-color: #f4faff;
}
.c5-section {
  margin-bottom: 120px;
}

@media screen and (max-width: 639px) {
  .c5-section {
    margin-bottom: 80px;
  }
  .c5-section .s5-general--mt70 {
    margin-top: 40px !important;
  }
}

.c5-section#c5-navi_area, .c5-section#c5-mv_area {
  margin-bottom: 60px;
}

@media screen and (max-width: 639px) {
  .c5-section#c5-navi_area, .c5-section#c5-mv_area {
    margin-bottom: 40px;
  }
}

.c5-rp__img {
  width: 100%;
  display: block;
}

.c5-mt0-10 {
  margin-top: 0px;
}

@media screen and (max-width: 639px) {
  .c5-mt0-10 {
    margin-top: 10px;
  }
}

.c5-mt80 {
  margin-top: 80px;
}

.c5-m0a {
  margin: 0 auto;
}

.c5-block {
  display: block;
}

.c5-flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.c5-flex * {
  min-height: 0%;
}

.c5-flex .c5-rp__img {
  flex-shrink: 0;
}

@media screen and (max-width: 639px) {
  #c5-navi_area .c5-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0;
  }
}

.c5-link__page {
  width: 28%;
  text-align: center;
  list-style-type: none;
  box-sizing: border-box;
  padding: 0 30px;
  position: relative;
}

@media screen and (max-width: 639px) {
  .c5-link__page {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}

.c5-link__page .c5-rp__img {
  max-width: 110px;
  margin: 0 auto 10px;
  fill: #5b5b5b;
  color: #5b5b5b;
}

@media screen and (max-width: 639px) {
  .c5-link__page .c5-rp__img {
    max-width: 50px;
    margin: 10px 10px 10px 0;
  }
}

.c5-img-pc { display: block !important; }
.c5-img-sp { display: none !important; }
@media only screen and (max-width: 639px){
.c5-img-pc { display: none !important; }
.c5-img-sp { display: block !important; }
}
.c5-link__page .c5-link__page__a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 639px) {
  .c5-link__page .c5-link__page__a {
    width: 90%;
    font-size: 1.2rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}

.c5-link__page .c5-link__page__a:hover {
  opacity: .8;
}

.c5-link__page .c5-link__page__a:hover .c5-rp__img {
  opacity: .8;
}

.c5-link__page .c5-link__page__a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #6f6f6f transparent transparent transparent;
  left: 50%;
  top: 105%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 639px) {
  .c5-link__page .c5-link__page__a::after {
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

.c5-pc_tac {
  text-align: center;
}

@media screen and (max-width: 639px) {
  .c5-pc_tac {
    text-align: left;
  }
}

.c5-tac {
  text-align: center;
}

.c5-inb {
  display: inline-block;
}

.c5-sarea {
  max-width: 1000px;
  margin: auto;
}

.c5-heading_merit {
  margin-bottom: 50px;
}

#c5-navi_area .c5-heading_merit {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
  #c5-navi_area .c5-heading_merit {
    margin-bottom: 0;
  }
}

.s5-heading2 b {
  color: #4178d2;
}

@media screen and (max-width: 639px) {
  #c5-navi_area .s5-general--mt20 {
    margin-top: 0 !important;
  }
}

.c5-fukidasi_area {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 639px) {
  .c5-fukidasi_area {
    width: 100%;
  }
}

.c5-fukidasi_area.c5-flex {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 639px) {
  .c5-fukidasi_area.c5-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.c5-fukidasi_area .c5-fukidasi_left {
  width: 50%;
  position: relative;
}

.c5-fukidasi_area .c5-fukidasi_left .c5-fukidasi {
  position: relative;
  width: 61%;
  border: 2px solid #4b4b4b;
}

.c5-fukidasi_area .c5-fukidasi_left::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #e75704;
  position: absolute;
  top: 50%;
  right: -1%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 639px) {
  .c5-fukidasi_area .c5-fukidasi_left {
    width: 100%;
  }
  .c5-fukidasi_area .c5-fukidasi_left::after {
    border-width: 12px 20px 0 20px;
    border-color: #6f6f6f transparent transparent transparent;
    top: 115%;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
  }
  .c5-fukidasi_area .c5-fukidasi_left .c5-fukidasi {
    width: 70%;
  }
}

.c5-fukidasi_area .c5-fukidasi_right {
  width: 45%;
}

.c5-fukidasi_area .c5-fukidasi_right .c5-fukidasi {
  width: 100%;
  font-size: 1.2rem;
  padding: 0;
  margin-bottom: 0;
}

.c5-fukidasi_area .c5-fukidasi_right .c5-fukidasi span {
  display: inline-block;
  background: #e75704;
  color: #fff;
  font-size: 0.5em;
  padding: 0.5em 1em;
}

.c5-fukidasi_area .c5-fukidasi_right .c5-fukidasi b {
  color: #e75704;
  font-size: 1.5rem;
}

@media screen and (max-width: 639px) {
  .c5-fukidasi_area .c5-fukidasi_right {
    width: 100%;
  }
  .c5-fukidasi_area .c5-fukidasi_right .c5-fukidasi {
    margin: 50px auto 0;
  }
}

.c5-fukidasi_area .c5-fukidasi_img {
  width: 25%;
  display: inline-block;
  box-sizing: border-box;
  margin-top: 30px;
  vertical-align: bottom;
}

.c5-fukidasi_area .c5-fukidasi {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  padding: 1em;
  border-radius: 8px;
  vertical-align: top;
}

.c5-coupon_area {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 40px;
  background: #f5f5f5;
  padding: 1.5rem;
}

@media screen and (max-width: 639px) {
  .c5-coupon_area {
    background: #e5e5e5;
  }
}

.c5-coupon_area::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 160px 0 160px;
  border-color: #c9ddec transparent transparent transparent;
  position: absolute;
  bottom: -67px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 639px) {
  .c5-coupon_area::after {
    border-width: 25px 100px 0 100px;
    bottom: -57px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

.c5-coupon_area:last-child::after {
  content: none;
}

.c5-coupon_area.c5-flex {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 1000px;
  margin: 40px auto 60px;
}

.c5-coupon_area.c5-flex:last-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
  .c5-coupon_area.c5-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.c5-coupon_area .c5-coupon_circle {
  text-align: center;
  position: relative;
  background: #5b5b5b;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
  white-space: nowrap;
  margin: 0;
}

.c5-coupon_area .c5-coupon_circle .c5-coupon_circle_txt {
  font-size: 1.7rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.c5-coupon_area .c5-coupon_circle .c5-coupon_circle_txt_small {
  font-size: 0.9rem;
  line-height: 1.5;
}

@media screen and (max-width: 639px) {
  .c5-coupon_area .c5-coupon_circle .c5-coupon_circle_txt_small {
    display: inline-block;
  }
}

@media screen and (max-width: 639px) {
  .c5-coupon_area .c5-coupon_circle {
    background: none;
    border-radius: 0;
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: 1px solid #000;
  }
  .c5-coupon_area .c5-coupon_circle .c5-coupon_circle_txt {
    font-size: 1.4rem;
    color: #2f353d;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

.c5-coupon_area .c5-coupon_img_wrap {
  position: relative;
  width: 250px;
}

@media screen and (max-width: 639px) {
  .c5-coupon_area .c5-coupon_img_wrap {
    position: initial;
    width: 100% !important;
    text-align: center;
  }
}

.c5-coupon_area .c5-coupon_img {
  margin: 5px 10px 5px 20px;
  position: relative;
}

.c5-coupon_area .c5-coupon_img .c5-rp__img {
  max-width: 150px;
  margin: auto;
}

@media screen and (max-width: 639px) {
  .c5-coupon_area .c5-coupon_img {
    margin: 0 1rem 0 0;
    position: initial;
    display: inline-block;
  }
  .c5-coupon_area .c5-coupon_img .c5-rp__img {
    width: 100px;
    display: inline-block;
  }
}

.c5-coupon_area .c5-coupon_img_caption {
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  display: block;
}

.c5-coupon_area .c5-coupon_img_caption b:not(.c5-color_orange) {
  font-size: 1.5em;
}

.c5-coupon_area .c5-coupon_txt {
  width: 50%;
  font-size: 1.2rem;
}

.c5-coupon_area .c5-coupon_txt b {
  color: #e75704;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 639px) {
  .c5-coupon_area .c5-coupon_txt {
    width: 100%;
    font-size: 1.1rem;
  }
}

.c5-coupon_area .c5-coupon_txt .s5-storeButton {
  background: #b91111;
}

.c5-coupon_area .c5-coupon_txt .s5-storeButton:hover {
  opacity: .8;
}

.c5-coupon_area .c5-coupon_txt_gray {
  background: #fff;
  font-size: 0.8rem;
  padding: 1em;
}

.c5-coupon_area .c5-coupon_txt_gray b {
  color: #2f353d;
  font-weight: bold;
  font-size: 1.2em;
}

.c5-card_area {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 639px) {
  .c5-card_area.c5-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.c5-card_area .c5-card {
  max-width: 340px;
  box-sizing: border-box;
}

@media screen and (max-width: 639px) {
  .c5-card_area .c5-card {
    width: 100%;
    max-width: none;
    margin: 1em auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .c5-card_area .c5-card .c5-rp__img {
    width: 35%;
    box-sizing: border-box;
  }
  .c5-card_area .c5-card .c5-card_txt {
    width: 65%;
    padding: 0 1em;
    text-align: left;
    box-sizing: border-box;
  }
}

.c5-othercoupon_area .c5-rp__img {
  box-sizing: border-box;
  width: 33%;
  height: auto;
  padding: 0 60px;
}

@media screen and (max-width: 639px) {
  .c5-othercoupon_area .c5-rp__img {
    width: 70%;
    margin: 10px auto;
    padding: 0;
  }
}

@media screen and (max-width: 639px) {
  .c5-othercoupon_area .c5-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media screen and (max-width: 639px) {
  #benefit3 .c5-rp__img {
    display: block;
  }
}

#benefit3 #benefit3-1 .c5-coupon_img_caption {
  text-align: left;
}

#benefit3 .c5-definition_area {
  max-width: 1000px;
  margin: 0 auto;
}

#benefit3 .c5-definition_area .c5-rp__img {
  max-width: 80px;
  display: inline-block;
}

#benefit3 .c5-definition_area .c5-definition {
  float: left;
}

#benefit3 .c5-definition_area .c5-definition + dd {
  margin-left: 90px;
}

#benefit3 .c5-definition_area .c5-definition + dd::after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 5px;
}

.c5-event_area {
  margin: 0 auto;
}

@media screen and (max-width: 639px) {
  .c5-event_area.c5-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.c5-event_area .c5-event {
  max-width: 340px;
  box-sizing: border-box;
}

@media screen and (max-width: 639px) {
  .c5-event_area .c5-event {
    width: 100%;
    max-width: none;
    margin: 1em auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .c5-event_area .c5-event .c5-rp__img {
    width: 35%;
    box-sizing: border-box;
  }
  .c5-event_area .c5-event .c5-event_txt {
    width: 65%;
    padding: 0 1em;
    text-align: left;
    box-sizing: border-box;
  }
}

.s5-container .s5-anchorLinks__list li {
  text-align: left;
}

@-moz-document url-prefix() {
  .s5-container #index_a .s5-anchorLinks__list li a {
    line-height: 0.8;
  }
}

#index_b li a {
  margin-left: 10px;
}

#index_b li::before {
  content: '';
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url(../images/icon_01.png);
  background-size: contain;
  vertical-align: bottom;
}

#index_b li:nth-child(2)::before {
  background-image: url(../images/icon_02.png);
}

#index_b li:nth-child(3)::before {
  background-image: url(../images/icon_03.png);
}

@media screen and (max-width: 639px) {
  #index_b li {
    margin-bottom: 15px;
  }
}

.c5-section_ad .c5-section_ad_img {
  box-sizing: border-box;
  width: 33%;
  height: auto;
  padding: 0 30px;
  font-size: 1rem;
}

@media screen and (max-width: 639px) {
  .c5-section_ad .c5-section_ad_img {
    width: 70%;
    margin: 10px auto;
    padding: 0;
  }
}

@media screen and (max-width: 639px) {
  .c5-section_ad .c5-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.c5-orange-box{
  border: solid 1px #f25529;
  padding: 20px 20px 10px;
}

.c5-online {
  max-width: 1240px;
  margin: 0 auto 90px;
  padding: 0 20px;
}
.c5-online__inner {
  display: flex;
  justify-content: space-between;
}
.c5-online__inner-content{
  width: 50%;
  box-sizing: border-box;
  padding: 20px 15px;
  background-color: #edf1fa;
}
.c5-online__inner-content2{
  width: 100%;
  box-sizing: border-box;
  padding: 20px 15px;
  background-color: #edf1fa;
}
.c5-online__inner-contentFlex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c5-online__inner-contentFlex .c5-online__inner-contentCol:first-child {
  width: 70%;
  padding-right: 15px;
  min-width: 282px;
}
.c5-online__inner-contentFlex .c5-online__inner-contentCol:last-child {
  padding-left: 15px;
}
.c5-online__inner-contentFlex .c5-online__inner-contentCol:last-child img {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 768px) {
  .c5-online__inner-contentFlex .c5-online__inner-contentCol:first-child {
    width: auto;
    padding-right: 0;
    min-width: initial;
  }
  .c5-online__inner-contentFlex .c5-online__inner-contentCol:last-child {
    padding-left: 0;
  }
}

.c5-online__inner-content:first-child{
 margin-right: 1rem;
}
.c5-online__inner-content p {
  font-weight: bold;
  text-align: center;
}
.c5-online__inner-content2 p {
  font-weight: bold;
  text-align: center;
}
.c5-online__inner-content p:first-child, .c5-online__inner-content2 p:first-child {
  font-size: 14px;
  margin: 0;
}
.c5-online__inner-content p:nth-child(2), .c5-online__inner-content2 p:nth-child(2) {
  font-size: 24px;
  line-height: 1.4;
  margin: 20px auto;
  color: #e63465;
}
.c5-online__inner-content p:nth-child(2) .s5-p3, .c5-online__inner-content2 p:nth-child(2) .s5-p3{
  color: #2f353d;
}
.c5-online__inner-content p:nth-child(3), .c5-online__inner-content2 p:nth-child(3) {
  font-size: 14px;
}
.c5-online__inner-content p:last-child, .c5-online__inner-content2 p:last-child {
  /* font-size: 12px; */
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 768px) {
  .c5-online__inner-content p:nth-child(2), .c5-online__inner-content2 p:nth-child(2) {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .c5-online {
    padding: 0;
  }
  .c5-online__inner, .c5-online__inner2 {
    display: block;
  }
  .c5-online__inner-content, .c5-online__inner-content2 {
    margin-bottom: 3%;
    width: 100%;
  }
  .c5-online__inner-content p:first-child, .c5-online__inner-content2 p:first-child {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .c5-online__inner2 .c5-online__inner-content2 .c5-online__inner-contentFlex {
    display: block;
  }
}

.c5-p1 {
  font-size: 16px !important;
}
@media (max-width: 639px) {
  .c5-p1 {
    font-size: 87.5% !important;
  }
}

.c5-lineheight{
  display: inline-block;
}
@media screen and (max-width: 768px) {
.c5-lineheight{
  display: inline-block;
  line-height: 1.8;
}
}

.c5-braviaCPbox{
	border: solid 1px #f5683a;
	padding: 20px;
 display: inline-block;
}

a.inline {
  text-decoration: none;
}
.c5-modal {
  display: none;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
}

#cboxContent {
  background: none;
}

#cboxLoadedContent {
  background: #ffffff !important;
  border: 1px #000000 solid;
  padding: 20px;
}

#cboxClose, #cboxClose:hover {
  width: 32px;
  height: 32px;
  background: url(/share5/svg/icon/remove-sign.svg) no-repeat 0 0;
  top: -32px;
}
#cboxClose:hover {
  opacity: 0.7;
}

.c5-settingplus {
  background: #e7f2f3;
  padding: 25px 15px;
}
@media (max-width: 639px) {
 .c5-settingplus {
   padding: 15px;
 }
}

.c5-inStoreFeaturesItem1B {
  margin: 0 !important;
}
