@charset "UTF-8";
.s5-breadcrumbs {
  display: none;
}
.s5-returnToTop {
  z-index: 99;
}
.c5-fixedBn {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}
.c5-bnCols {
  display: flex;
  justify-content: center;
}
.c5-bnCols > div {
  margin: 0 10px;
}
.c5-exWrap {
  padding-top: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #2f353d;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 15px;
}
.c5-exWrap img:not(.s5-iconInline) {
  max-width: 100%;
  vertical-align: bottom;
}
.c5-exWrap p {
  margin: 0 0 1.2em 0;
}
.c5-exWrap p:last-child {
  margin-bottom: 0;
}
.c5-mv {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  text-align: center;
  padding: 0 15px;
}
.c5-mv h1 {
  margin: 0;
  padding: 0;
}
.c5-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.c5-inner_s {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}
.c5-lead {
  line-height: 1.8;
  margin-bottom: 60px;
  text-align: center;
}
.c5-list_check {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c5-list_check > li {
  flex: 0 1 50%;
  box-sizing: border-box;
  padding: 0 0 0 25px;
  margin: 0 0 25px 0;
  position: relative;
}
.c5-list_check > li::before {
  content: '';
  background: url("../images/icon_check.svg") no-repeat;
  width: 19px;
  height: 16px;
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  left: 0;
}
.c5-arrow {
  text-align: center;
  margin: 40px 0 60px;
}
.c5-exSection {
  padding: 120px 15px 70px 15px;
  /*padding: 50px 15px 0 15px;*/
  /*margin: 140px 0 0 0;*/
}
.c5-exSection.no_number {
  padding-top: 70px;
}
.c5-exSection.ver_store {
  margin-top: 120px;
  padding-top: 0;
  margin-bottom: 60px;
}
.c5-exHead {
  position: relative;
}
.c5-exSection:nth-child(odd) {
  background-color: #F5F5F6;
  /*padding-bottom: 50px;*/
}
.c5-bg_gray {
  background-color: #F5F5F6;
}
.c5-bg_none {
  background-color: transparent !important;
}
.c5-exCols {
  display: flex;
  position: relative;
  z-index: 2;
}
.c5-exCols .text {
  flex: 1;
}
.c5-exCols .figure {
  flex: 0 1 480px;
  margin-left: 40px;
}
.c5-number {
  font-size: 180px;
  line-height: 1;
  font-family: "Times New Roman", Times, "serif";
  opacity: .1;
  position: absolute;
  /*top: calc((50px + .45em) * -1);*/
  bottom: 0;
  right: .05em;
  z-index: 1;
  letter-spacing: -0.09em;
}
.c5-ttlAsk {
  text-align: center;
  border-bottom: 2px solid #D1D0D5;
  border-top: 2px solid #D1D0D5;
  padding: 15px;
  margin: 0 0 50px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  position: relative;
}
.c5-ttlAsk::after {
  content: '';
  position: absolute;
  background: url("../images/arrow02.svg") no-repeat;
  background-size: 100% auto;
  bottom: -16px;
  left: 0;
  right: 0;
  width: 28px;
  height: 21px;
  margin: auto;
}
.c5-ttlkatsuyo {
  text-align: center;
}
.c5-ttlCols {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin: 0 0 30px 0;
  font-size: 20px;
  line-height: 1.3;
}
.c5-ttlCols .sub {
  font-size: 15px;
}
.c5-ttlStore {
  text-align: center;
  margin: 0 0 60px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
}
.c5-ttlStore02 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}
.c5-storeInfo {
  border-bottom: 1px solid #D1D0D5;
  border-top: 1px solid #D1D0D5;
  padding: 60px 0;
  max-width: 800px;
  margin: 0 auto;
}
.c5-fs_small {
  font-size: .95em;
}
.c5-frImg {
  float: right;
  margin-left: 40px;
}
.c5-icon_first, .c5-icon_storeName {
  display: inline-block;
  background-color: #C93434;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 2px 5px;
  position: relative;
  z-index: 3;
}
.c5-icon_storeName {
  background-color: #504D56;
}
.c5-icon_next {
  display: inline-block;
  background: url("../images/icon_next.svg") no-repeat right;
  background-size: cover;
  font-weight: bold;
  padding: 2px 15px 2px 5px;
}
a.s5-linkV3 {
  color: #5687F5;
}
.c5-boxPresent {
  padding: 20px;
  background-color: #f1f3f9;
  margin-bottom: 120px;
}
.c5-boxPresent_cols {
  display: flex;
}
.c5-boxPresent_cols .text {
  flex: 1;
  margin-right: 30px;
}
.c5-boxPresent_cols .img {
  flex: 0 1 50%;
}
.c5-boxPresent .ttl {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}
.c5-imgRadius {
  border-radius: 50%;
  overflow: hidden;
}
.c5-voice {
  margin-top: 40px;
}
.c5-voice .ttl {
  text-align: center;
  margin-bottom: 20px;
}
.c5-voice .ttl img {
  max-height: 33px;
}
.c5-voiceCols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.c5-voiceCols p:not(:last-child) {
  margin-bottom: .6em;
}
.c5-voiceCols > div {
  width: calc(50% - 30px);
  margin: 0 15px;
  box-sizing: border-box;
  display: flex;
}
.c5-voiceCols .icon {
  margin-right: 10px;
  flex: 0 1 86px;
}
.c5-voiceCols .border {
  flex: 1;
  border: 1px solid #7a7a7f;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  margin-left: 20px;
}
.c5-voiceCols .border::before {
  content: '';
  position: absolute;
  top: 30px;
  left: -21px;
  background: url("../images/icon_arrow.svg") no-repeat;
  background-size: calc(100% + 1px) auto;
  width: 22px;
  height: 26px;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.c5_box_anniversary {
  text-align: center;
  border: 2px solid #5787f4;
  padding: 20px;
  margin: 60px 0;
  font-weight: bold;
  background-color: #f7f9ff;
}
.c5_box_anniversary .txt {
  font-size: 1.4em;
}

@media only screen and (min-width: 768px) {
  .c5-voiceCols > div:nth-child(n + 3) {
    margin-top: 30px;
  }
}
.c5-iconStore {
  background: url("../images/icon_store.svg") no-repeat;
  background-size: 82px 77px;
  padding: 15px 0 30px 100px;
  min-height: 77px;
  box-sizing: border-box;
}
.c5-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c5-inner_s {
    padding: 0 15px;
  }
  .c5-lead {
    text-align: left;
  }
  .c5-exSection {
    /*margin-top: 80px;
    padding-top: 30px;*/
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .c5-exSection.no_number {
    padding-top: 40px;
  }
  .c5-exSection:nth-child(odd) {
    /*padding-bottom: 30px;*/
  }
  .c5-exSection.ver_store {
    margin-top: 80px;
  }
  .c5-ttlAsk {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .c5-ttlCols {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .c5-list_check {
    display: block;
  }
  .c5-list_check > li {
    margin-bottom: 15px;
  }
  .c5-number {
    font-size: 140px;
    /*top: calc((30px + 0.45em) * -1);*/
    top: -.35em;
    bottom: auto;
  }
  .c5-exCols {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .c5-exCols .text {
    flex: 100%;
  }
  .c5-exCols .figure {
    flex: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .c5-frImg {
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .c5-voiceCols {
    display: block;
    margin: 0;
  }
  .c5-voiceCols > div {
    width: auto;
    margin: 0 0 30px 0;
  }
  .c5-voiceCols > div:last-child {
    margin-bottom: 0;
  }
  .c5-voiceCols .border {
    padding: 13px;
  }
  .c5-voiceCols .border::before {
    width: 16px;
    height: 20px;
    left: -15px;
    top: 18px;
  }
  .c5-voiceCols .icon {
    flex: 0 1 55px;
    margin-right: 0;
  }
  .c5-boxPresent {
    padding: 15px;
    margin-bottom: 60px;
  }
  .c5-boxPresent_cols {
    display: block;
  }
  .c5-boxPresent_cols .text {
    margin: 0 0 30px 0;
  }
  .c5-boxPresent .ttl {
    font-size: 18px;
  }
  .c5-iconStore {
    background-size: 67px 62px;
    padding: 15px 0 20px 75px;
  }
  .c5-sp {
    display: block;
  }
  .c5-pc {
    display: none;
  }
  .c5_box_anniversary {
    padding: 15px;
    margin: 30px 0;
  }
  .c5_box_anniversary .txt {
    font-size: 16px;
  }
}