@charset "UTF-8";

.grantNote {
  padding: 10px;
  margin-bottom: 30px;
  font-size: 1.2rem;
  text-align: left;
  border: 2px solid #DAC08B;
  border-radius: 5px;
}

.storeList {
  line-height: 1;
}

.storeList__logos {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
  text-align: left;
}

.storeList__logos li {
  width: calc((100% - 40px) / 3);
  height: auto;
  margin-right: 20px;
  margin-bottom: 30px;
}

.storeList__logos li:nth-child(3n) {
  margin-right: 0;
}

.logoImg {
  position: relative;
  height: 72px;
}

.logoImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-height: 72px;
  transform: translate(-50%, -50%);
}

.storeName {
  margin-top: 10px;
  font-size: 1.1rem;
  text-align: center;
}

.storeList__companies {
  width: 100%;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.storeList__companiesRow th {
  font-weight: bold;
  text-align: center;
}

.storeList__companiesRow th,
.storeList__companiesRow td {
  width: 50%;
  padding: 8px;
  line-height: 1.2;
  vertical-align: top;
  border: 1px solid #DDD;
}

.grantDetail__list {
  margin-bottom: 10px;
}

.grantDetail__listRow th,
.grantDetail__listRow td {
  width: 20%;
  padding: 8px 4px;
  font-size: 1.1rem;
  line-height: 1.2;
  vertical-align: middle;
  border: 1px solid #DDD;
}

.grantDetail__listRow th {
  padding: 8px 2px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #F3F3F3;
}

.beforeUse,
.afterUse,
.grantNone {
  text-align: center;
}

.grantNone {
  color: #CCC;
}

.beforeUse {
  color: #ED7B00;
  background-color: #FFF2CC;
}

.afterUse {
  color: #0B9219;
  background-color: #D8EDBB;
}

.colorAssignment {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.colorAssignment__pattern {
  width: calc((100% - 10px) / 2);
  padding: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.colorAssignment__pattern.beforeUse {
  margin-left: 0;
}

.faqBox__toggle {
  display: none;
}

.faqBox__item {
  position: relative;
  border-bottom: 1px solid #C6C6C6;
}

.faqBox__item label {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.faqBox__question,
.faqBox__answer {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.faqBox__question {
  display: block;
  padding: 30px 10px 30px 40px;
  margin-left: 1.1em;
  font-weight: bold;
  color: #333;
  text-indent: -1.1em;
}

.faqBox__question::after,
.faqBox__question::before {
  position: absolute;
  top: 35px;
  left: 0;
  width: 2px;
  height: 10px;
  content: "";
  background-color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.faqBox__question::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faqBox__answer {
  max-height: 0;
  overflow: hidden;
}

.faqBox__answer p {
  padding: 0 10px 30px 40px;
  margin: 0;
  margin-left: 1em;
  line-height: 1.5;
  text-indent: -1em;
}

.faqBox__toggle:checked + .faqBox__question + .faqBox__answer {
  max-height: 500px;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.faqBox__toggle:checked + .faqBox__question::before {
  -webkit-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}

@media screen and (orientation: landscape) {
  .storeList__logos li {
    width: calc((100% - 100px) / 6);
    height: auto;
    margin-right: 20px;
    margin-bottom: 30px;
  }

  .storeList__logos li:nth-child(3n) {
    margin-right: 20px;
  }

  .storeList__logos li:nth-child(6n) {
    margin-right: 0;
  }
}

/* YSP CMS用スタイル */

.ysp_lp_noteArea li {
  margin-left: 1em;
  text-indent: -1em;
}

.ysp_lp_noteBox {
  margin-bottom: 20px;
  padding: 10px;
  color: #444;
  border: 2px solid #bbb;
  border-radius: 5px;
}

.ysp_lp_details div h3 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}

.ysp_lp_details div h3::before {
  margin-right: 3px;
  font-size: 6px;
  color: #B2AFA5;
  vertical-align: middle;
  content: "●";
}

.ysp_lp_details div:first-child h3 {
  margin-top: 0;
}

.ysp_lp_details #storeListDetail + div div h3:first-child {
  margin-top: 0;
}

.ysp_lp_details div h4 {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #666;
}

div.ysp_lp_details div p {
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  word-break: break-all; /* 半角英数文字が続いた場合に突き抜けないようになります */
}

div.ysp_lp_details div li {
  padding-left: 1em; /* テキストが二行以上になった場合に1文字字下げします */
  margin-left: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #666;
  text-indent: -1em; /* テキストが二行以上になった場合に1文字字下げします */
  word-break: break-all; /* 半角英数文字が続いた場合に突き抜けないようになります */
}

/* YSP 購入金額の反映時期スタイル */
.Information_iconText__shopping__kxHNr, .Information_iconText__store__AZm7G {
  margin-bottom: 12px;
  padding-left: 20px;
  background-size: 14px 14px;
  background-position: 0;
  background-repeat: no-repeat;
  font-size: 1.4rem;
  color: #242323;
}

.Information_iconText__store__AZm7G {
  background-image: url(https://s.yimg.jp/images/points/toku_okaidoku/img/common/icon_store.svg);
}

.Information_iconText__shopping__kxHNr {
  background-image: url(https://s.yimg.jp/images/points/toku_okaidoku/img/common/icon_yahooShopping.svg);
}

.torBox {
  background: #f7f7f7;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 8px;
}/*# sourceMappingURL=toku.css.map */
