﻿.c5-cp p {
  margin: 0 0 1.2em 0;
}
.c5-cp p:last-child {
  margin-bottom: 0;
}
.c5-cp img:not(.s5-iconInline) {
  max-width: 100%;
  vertical-align: bottom;
}

/*MV -----------------------------------------------------------*/
.c5-mv {
  margin-bottom: 40px;
}

/*Section -----------------------------------------------------------*/
.c5-section {
  margin-bottom: 80px;
}
@media (max-width: 639px) {
  .c5-section {
    margin-bottom: 40px;
  }
}

/*Title -----------------------------------------------------------*/
.c5-titleL {
  text-align: center;
  margin: 0 0 40px;
  background-color: darkgoldenrod;
  color: #fff;
  font-weight: bold;
  font-size: 200%;
  padding: 15px;
  border: 4px double gold;
}
.c5-title {
  background: url('../images/marker.png') no-repeat left center,
    url('../images/title_bg.png') repeat left top;
  background-size: 18px 100%, auto auto;
  padding: 10px 10px 10px 36px;
  font-size: 150%;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  margin: 0 0 30px 0;
}
.c5-title_sub {
  font-size: 100%;
  background: linear-gradient(
    to bottom,
    rgba(241, 241, 241, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 8px 17px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

/*List -----------------------------------------------------------*/
.c5-list_points {
  margin: 0;
}
.c5-list_points dt {
  padding: 10px;
  float: left;
  clear: left;
  width: 180px;
  box-sizing: border-box;
  font-weight: bold;
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
}
.c5-list_points dd {
  padding: 10px 0 30px 200px;
  margin: 0 0 20px 0;
  border-bottom: 1px dashed #ccc;
}
.c5-list_item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.c5-list_item > div {
  flex: 0 1 calc(50% - 30px);
  margin: 0 15px 60px 15px;
}
.c5-list_item_img {
  text-align: center;
  margin-bottom: 20px;
}
.c5-list_sns {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c5-list_sns li {
  margin-left: 10px;
}
.c5-list_sns li:first-child {
  margin-left: auto;
}
@media (max-width: 639px) {
  .c5-list_points dt {
    width: auto;
    float: none;
  }
  .c5-list_points dd {
    padding: 0;
    margin-bottom: 20px;
    border-bottom: none;
  }
  .c5-list_item {
    display: block;
    margin: 0;
  }
  .c5-list_item > div {
    margin: 0 0 30px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .c5-list_item .c5-title {
    flex: 100%;
  }
  .c5-list_item_img {
    flex: 0 1 33%;
    margin-right: 1em;
  }
  .c5-list_item_img + * {
    flex: 1;
    font-size: 3.5vw;
  }
}

/*Box -----------------------------------------------------------*/
.c5-box_border {
  padding: 20px;
  border: 1px solid #e6e6e6;
}
.c5-app {
  border: 2px solid #ca0300;
  border-image: linear-gradient(to bottom, #d0a900, #fffa8a, #d0a900) 1;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.c5-app > div {
  flex: 0 1 49%;
}
@media screen and (max-width: 639px) {
  .c5-app {
    margin-bottom: 40px;
    display: block;
  }
  .c5-app > div:first-child {
    margin-bottom: 20px;
  }
}
.c5-box_apply {
  border: solid 4px #f3ce4e;
  text-align: center;
  padding: 15px;
}
.c5-box_apply_title {
  text-align: center;
  border-color: #f3ce4e;
  color: #daaa05;
  padding-bottom: 10px;
  margin: 0 0 15px;
}
.c5-btns_apply {
  text-align: center;
  > div:first-child {
    margin-bottom: 30px;
  }
}
.c5-buttonL {
  max-width: 400px;
  margin: 0 auto !important;
  font-size: 1.25rem;
  display: block;
  strong {
    font-size: 1.8rem;
    font-weight: normal;
  }
}
.c5-buttonM {
  font-size: 1rem;
  strong {
    font-size: 1.25rem;
    font-weight: normal;
  }
}

/*Cols -----------------------------------------------------------*/
.c5-dlcols {
  display: flex;
  margin-top: 20px;
  border: 1px solid #dde7f3;
}
.c5-dlcols .ttl {
  text-align: center;
  background-color: #dde7f3;
  font-size: 12px;
  box-sizing: border-box;
  position: relative;
  flex: 0 1 20%;
}
.c5-dlcols .ttl > div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  padding: 10px;
  box-sizing: border-box;
}
.c5-dlcols .badge {
  padding: 5px 10px;
  flex: 0 1 80%;
  box-sizing: border-box;
}
@media screen and (max-width: 639px) {
  .c5-dlcols {
    display: block;
  }
  .c5-dlcols .ttl > div {
    position: static;
    transform: none;
  }
}

.c5-cols_btns {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
}
.c5-cols_btns > div {
  flex: 0 1 49%;
}
.c5-cols_btns .s5-button {
  font-size: 120%;
}
.c5-small {
  font-size: 12px;
}
.s5-linkV3.noicon::after {
  display: none;
}
.c5-dllist {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: -1em;
}
.c5-dllist li {
  letter-spacing: normal;
  display: inline-block;
  margin: 5px 0 5px 10px;
  vertical-align: middle;
}
.c5-dllist li:not(.qr) {
  width: 35%;
}
.c5-dllist li:first-child {
  margin-left: 0;
}
.c5-dllist li.qr img {
  min-height: 90px;
}
@media screen and (max-width: 639px) {
  .c5-dllist li:not(.qr) {
    width: 45%;
  }
  .c5-cols_btns {
    display: block;
  }
  .c5-cols_btns > div {
    margin-bottom: 30px;
  }
  .c5-cols_btns > div:last-child {
    margin-bottom: 0;
  }
  .c5-dllist li.qr {
    display: none;
  }
}
.c5-dllist img {
  max-height: 50px;
  vertical-align: bottom;
}
.c5-sp {
  display: none;
}
.c5-imgborder {
  border: 1px solid #ccc;
}
.c5-imgwrap {
  position: relative;
  display: inline-block;
}
.c5-imgwrap img {
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
}
.c5-imgwrap .s5-icon-zoom-in {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.s5-icon-zoom-in::before {
  font-size: 20px;
}
@media (min-width: 641px) {
  .js_zoom.sp {
    pointer-events: none;
    cursor: default;
  }
  .js_zoom.sp .s5-icon-zoom-in {
    display: none;
  }
}
.c5-couponBlock {
  margin: 40px 0 80px 0;
  display: flex;
}
.c5-couponBlock_img {
  text-align: center;
  flex: 0 1 50%;
}
.c5-couponBlock_txt {
  flex: 1;
  margin-left: 20px;
}

@media (max-width: 639px) {
  .c5-sp_80 {
    max-width: 80% !important;
  }
  .c5-pc {
    display: none;
  }
  .c5-sp {
    display: block;
  }
  .c5-box_border {
    padding: 0;
    border: none;
  }
  .c5-imgwrap {
    width: auto;
  }
  .c5-imgwrap .s5-icon-zoom-in {
    bottom: 10px;
    right: 5px;
  }
  .s5-icon-zoom-in::before {
    font-size: 14px;
  }
  .c5-couponBlock {
    margin: 0 0 40px 0;
    font-size: 3.5vw;
    display: block;
  }
  .c5-couponBlock_txt {
    margin: 20px 0 0 0;
  }
  .c5-titleL {
    font-size: 4.8vw;
    padding: 10px;
  }
  .c5-title {
    margin-bottom: 20px;
    padding: 2vw 0 2vw 4.8vw;
    font-size: 4.25vw;
    white-space: nowrap;
    background-size: 10px 100%, auto auto;
  }
  .c5-buttonL {
    font-size: 1.1rem;
    strong {
      font-size: 1.3rem;
    }
  }
}
