@charset "UTF-8";
main {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}

.kv + .contsTxt {
  max-width: 900px;
}

.contsTtl .greenH {
  background: #007a57;
}

.cpNotesList {
  background-color: #fff;
  border-radius: 10px;
}
.cpNotesList + .cpNotesList {
  padding-top: 0;
}

.redBtn {
  background-color: #d00f31;
  -webkit-box-shadow: 0px -5px 0px 0px #990b25 inset;
  box-shadow: 0px -5px 0px 0px #990b25 inset;
}

.blueBtn {
  background-color: #006be6;
  -webkit-box-shadow: 0px -5px 0px 0px #004799 inset;
  box-shadow: 0px -5px 0px 0px #004799 inset;
}

a.txtLink {
  text-decoration: underline;
  color: #0000ff;
  display: inline;
}

.whiteBtn {
  background-color: #1340B5;
  border: solid 2px #052C46;
  color: #fff;
  -webkit-box-shadow: 0px -5px 0px 0px #052C46 inset;
  box-shadow: 0px -5px 0px 0px #052C46 inset;
}

.accordion.acco_shoplist {
  font-size: 16px;
}

.accordion.acco_shoplist ul {
  display: flex;
  flex-wrap: wrap;
  border-right: none;
  border-bottom: 2px solid #2f51e0;
  border-left: 2px solid #2f51e0;
}

.accordion.acco_shoplist li.shopName {
  width: 100%;
  font-weight: bold;
  background-color: #D0DFF8;
}

.accordion.acco_shoplist li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #fff;
  border-top: 2px solid #2f51e0;
  border-right: 2px solid #2f51e0;
  box-sizing: border-box;
  padding: 10px;
}
.accordion.acco_shoplist li small {
  font-size: 1rem;
}

.accordion.acco_shoplist li:nth-child(1) {
  border-top: none;
}

.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #fff;
  border: 2px solid #062C46;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

.switch .toggle_btn:before, .toggle_btn:after {
  display: block;
  content: "";
  background-color: #062C46;
  position: absolute;
  width: 14px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.switch .toggle_btn:before {
  width: 4px;
  height: 14px;
}

.switch.open .toggle_btn:before {
  content: normal;
}

.normalBtn.big {
  max-width: 804px;
}

.accordion {
  max-width: 804px;
}

.accordion.acco_shoplist .switch:after {
  display: none;
}

@media only screen and (max-width: 640px) {
  .kv + .contsTxt > p {
    font-size: 18px;
  }
  .accordion.acco_shoplist li {
    font-size: 12px;
  }
  .toggle_btn {
    width: 20px;
    height: 20px;
  }
  .switch .toggle_btn:before, .toggle_btn:after {
    width: 10px;
    height: 2px;
  }
  .switch .toggle_btn:before {
    width: 2px;
    height: 10px;
  }
}
.floatSpBnr {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 2;
  box-sizing: border-box;
}

.floatSpLink {
  display: block;
}

.floatSpBnr img {
  width: 100%;
}

.floatPcBnr {
  height: 300px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 122;
}

a.floatPcLink {
  display: block;
}

@media only screen and (max-width: 640px) {
  .floatSpBnr, a.floatSpLink {
    display: block;
  }
  .floatPcBnr, a.floatPcLink {
    display: none;
  }
  .dh-footer {
    padding-bottom: 20% !important;
  }
}
.applicable {
  max-width: 800px;
  margin: 0 auto;
}

.applicable .applicableTtl span {
  display: block;
  color: #ffffff;
  font-size: 5.2rem;
  font-weight: bold;
  padding: 20px 45px 10px;
  background: #999999;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.applicable .applicableTtl .bgGreen {
  background-color: #007a57;
}

.applicable .applicableWrap {
  border: 2px solid #007a57;
  border-radius: 0 0 10px 10px;
}

.applicable .applicableTxt {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 10px;
}

.applicable .applicableTxt .txtRed {
  color: #e31b22;
}

.applicable .applicableNotes {
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .applicable {
    width: 83.33%;
  }
  .applicable .applicableTtl span {
    font-size: 1.6rem;
    padding: 10px 40px 8px;
  }
  .applicable .applicableTxt {
    font-size: 1.8rem;
    margin: 10px 0;
  }
  .applicable .applicableNotes {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.txtLink {
  overflow-wrap: break-word;
}
