@charset "UTF-8";

.c5--limitRed {
  margin-bottom: 0;
  padding: 10px 0;
  background-color: #d60a0a;
  color: #ffffff;
  font-weight: bold;
}

.c5-sp-only{
  display: none !important;
}
@media screen and (max-width: 639px) {
  .c5-pc-only {
    display: none !important;
  }
  .c5-sp-only{
    display: block !important;
  }
}

.c5-max100{
  max-width: 100% !important;
}
.c5-max420-width100{
  max-width: 420px !important;
}

.c5-width36-52-100{
  width: 36% !important;
}
.c5-width16{
  width: 16% !important;
}

@media screen and (max-width: 640px) {
  .c5-width16 {
    width: 100% !important;
    text-align: center;
  }
  .c5-width16 img {
    width: 150px !important;
  }  

}

@media screen and (max-width: 640px) {
  .c5-max420-width100{
    max-width: 100% !important;
  }
  .c5-width36-52-100{
    width: 100% !important;
  }
  .c5-width100{
    width: 100%;
    margin: auto;
  }
}

.s5-storeItemList .c5-storeItem2 ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px){
  .s5-storeItemList .c5-storeItem2 ul {
    display: block;
  }
}

.s5-storeItemList .c5-storeItem2 li {
  font-size: 1rem;
  vertical-align: top;
  margin: 6px 4px 6px;
  width: 31%;
}

@media screen and (max-width: 1213px){
  .s5-storeItemList .c5-storeItem2 li {
    width: 48%;
  }
}

@media screen and (max-width: 974px){
  .s5-storeItemList .c5-storeItem2 li {
  width: 100%;
}
}

@media screen and (max-width: 639px){
  .s5-storeItemList .c5-storeItem2 li {
    margin: 6px auto;
}
}

.s5-storeItemList .c5-storeItem2 a {
  color: #fff;
  transition: opacity .2s;
  position: relative;
  text-decoration: none;
  padding: 3% 3% 3% 10%;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1213px){
  .s5-storeItemList .c5-storeItem2 a {
    padding: 2% 2% 2% 10%;
  }
}

/* @media screen and (max-width: 1227px){
  .s5-storeItemList .c5-storeItem2 a {
    padding: 5% 3% 5% 8%;
  }
}

@media screen and (max-width: 999px){
  .s5-storeItemList .c5-storeItem2 a {
    padding: 5% 5% 5% 12%;
  }
}

@media screen and (max-width: 856px){
  .s5-storeItemList .c5-storeItem2 a {
    padding: 3% 3% 3% 12%;
  }
} */


.s5-storeItemList .c5-storeItem2 a:before {
  content: '';
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  transform: rotate(0deg);
  vertical-align: middle;
  margin-top: -0.25em;
}

@media screen and (max-width: 973px) {
  .s5-storeItemList .c5-storeItem2 a:before {
    left: 6%;
  }
}

@media screen and (max-width: 639px) {
  .s5-storeItemList .c5-storeItem2:last-child {
    padding-bottom: 20px;
  }
}



.c5-bg-cover {
  background-color: #e8f2fd;
  padding: 25px;
  margin-bottom: 25px;
}

.c5-anchorLinks {
  margin: 20px 0 30px;
}
@media screen and (max-width: 639px){
  .c5-anchorLinks {
    padding: 0px 10px 10px;
    margin: 0 0 20px;
  }
}

.c5-anchorLinks .c5-anchorLinks__listV2 ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  word-break: break-all;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 639px){
  .c5-anchorLinks .c5-anchorLinks__listV2 ul {
    display: block;
  }
}

.c5-anchorLinks .c5-anchorLinks__listV2 li {
  font-size: 16px;
  font-size: 1rem;
  font-family: sans-serif;
  vertical-align: top;
  box-sizing: border-box;
  margin: 6px 6px 6px;
  width: 24%;
  background-color: #66b1cf;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 639px){
  .c5-anchorLinks .c5-anchorLinks__listV2 li {
    width: 100%;
    margin: 6px auto;
  }
}

.c5-anchorLinks .c5-anchorLinks__listV2 a {
  color: #fff;
  transition: opacity .2s;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 5% 10%;
  text-align: center;
  width: 90%;
}

.c5-anchorLinks .c5-anchorLinks__listV2 a:hover {
  text-decoration: none;
  opacity: .8;
}

.c5-anchorLinks .c5-anchorLinks__listV2 a:before {
  content: '';
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  transform: rotate(90deg);
  vertical-align: middle;
  margin-top: -0.25em;
}

.c5-color__black{
  color: #2f353d!important;
}


.c5-profile {
  padding: 20px;
  border: 1px solid #c4c4c4;
  width: 100%;
  display: flex;
  margin: 25px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 639px){
  .c5-profile {
    padding: 15px;
  }
}

.c5-profile__left {
  line-height: 0;
  width: 25%;
}

@media screen and (max-width: 639px){
  .c5-profile__left {
    width: 30%;
  }    
}

.c5-profile__right {
  padding-left: 20px;
  width: 75%;
}
@media screen and (max-width: 639px){
  .c5-profile__right {
    width: 70%;
  }    
}
.c5-profile__right dl,
.c5-profile__right dd,
.c5-profile__right dt{
  padding: 0;
  margin: 0;
}

.c5-profile__right dt{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.c5-profile__right dd{
  font-size: 18px;
  font-weight: bold;
}
.c5-profile__right small{
  font-weight: normal;
}
.c5-profile__left img {
  width: 100%;
}

.c5-2colCenter .s5-inStoreFeatures{
  max-width: 800px;
  margin: 0 auto;
}
.c5-2colCenter .s5-inStoreFeatures h3{
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.c5-2colCenter .s5-inStoreFeatures .s5-buttonV3{
  text-align: center;
}