@charset "UTF-8";

/*template_03*/
.c5-ImgRightLayout_min img, .c5-ImgLeftLayout_min img {
    width: 280px;
    text-align: center;
    margin: 0 auto;
}
.c5-ImgRightLayout_min.s5-inStoreFeaturesItem1A__textCol,.c5-ImgLeftLayout_min.s5-inStoreFeaturesItem1A__textCol {
	width: auto;
}
@media screen and (max-width: 639px) {
	.c5-ImgRightLayout_min.s5-inStoreFeaturesItem1A__textCol,.c5-ImgLeftLayout_min.s5-inStoreFeaturesItem1A__textCol {
	    display: block;
	    width: auto;
	    padding: 0;
	}
}

.c5-pc {
  display: block;
}

.c5-br {
  display: none;
}
@media screen and (max-width: 639px) {
  .c5-br {
    display: block;
  }
  .c5-dis {
    display: none;
  }
}

.c5-inStoreFlex {
  display: flex;
  margin: 0 -10px;
}

.s5-inStoreItem3 {
  display: flex;
  padding: 0 10px;
}

.s5-inStoreItem3__inner {
    border: 1px solid #707070;
    padding: 20px;
    width: auto;
}

.c5-fw-normal {
  font-weight: normal;
}

.c5-bg-lightblue {
  background: #e4eaf2;
  margin: 0 auto;
  padding: 20px 30px;
  max-width: 640px;
}

@media screen and (max-width: 864px) {
  .s5-buttonContainer .s5-button {
    min-width: 222px;
  }
}

.c5-Menu-txt {
  display: none;
}
@media screen and (max-width: 639px) {
  .c5-Menu-txt {
    display: block;
  }
}

.s5-icon-plus-sign:before {
  vertical-align: middle;
}

.s5-icon-plus-sign:after {
  content: " ご利用案内";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .s5-icon-plus-sign:after {
    font-size: 1rem;
  }
}

@media screen and (max-width: 864px) {
  .s5-buttonContainer li {
    margin: 0 4px !important;
  }
}

@media screen and (max-width: 639px) {
  .s5-buttonContainer ul {
    display: none;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 639px) {
  .c5-inStoreFlex {
    display: block;
  }
  .s5-inStoreItem3 {
    display: block;
  }
  .s5-inStoreItem3__inner {
    display: block;
  }
  .s5-inStoreItem3__image {
    padding: 0;
    width: 100%;
    display: block;
  }
}

.c5-care-Link {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 101.4%;
}
@media screen and (max-width: 864px) {
  .c5-care-Link {
    display: block;
    text-align: center;
  }
}

.c5-care-Link li {
  flex-basis: 18.333%;
  margin: 0.7% 0.7%;
}

@media screen and (max-width: 864px) {
  .c5-care-Link li {
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 639px) {
  .c5-care-Link li {
    text-align: left;
  }
}

.c5-care-Link li .s5-storeButton {
  min-width: 100%;
  padding-left: 30px;
  text-indent: -8px;
}

@media screen and (max-width: 1082px) {
  .c5-care-Link li .s5-storeButton .c5-pc {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .c5-care-Link li .s5-storeButton {
    min-width: 220px;
  }
}

.c5-font-sans-serif {
  font-family: sans-serif;
}

.s5-icon-Q {
  display: block;
  position: relative;
  margin: 0 0 14px;
  padding: 0 0 0 30px;
}
.s5-icon-A {
  display: block;
  position: relative;
  margin: 0 0 0 -20px;
  padding: 0 0 0 30px;
  line-height: 1.1;
}
.s5-icon-Q p {
  display: inline-block;
  margin: 0;
}
.s5-icon-A p {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1.4;
}
.s5-icon-Q:before {
  font-size: 24px;
  position: absolute;
  top: -3px;
  left: 0;
  color: #55acee!important;
}
.s5-icon-A:before {
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 20px;
  color: #c93434!important;
}

.c5-categoryList__cellCampBox {
  display: none;
}

.c5-categoryList__cellCamp{
  cursor: pointer;
  position: relative;
}
.c5-categoryList__cellCamp::after{
  content: "";
   position: absolute;
   width: 20px;
   height: 20px;
   top:72%;
   margin-top: -15px;
   margin-left: 10px;
   background: url(../images/acc_open.png);
   background-size: cover;
}

.c5-categoryList__cellCamp.ac::after {
    content: "";
   position: absolute;
   width: 20px;
   height: 20px;
   top:72%;
   margin-top: -15px;
   margin-left: 10px;
   background: url(../images/acc_close.png);
   background-size: cover;
}


/* 210618 追加 */

.c5-bg-gray {
  background: #f3f4f6;
  margin: 60px auto;
  padding: 20px 30px;
}

.c5-bg-gray h2{
    line-height: 1.2;
    padding: 4px 0px 4px 10px;
    width: 100%;
    background-color: #e4057f;
    margin: auto;
    display: block;
    color: #fff;
}

.c5-heading4 {
  color: #3381cc;
}
