.pdf_accordion {
  position: relative;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  padding: 0;
}
.pdf_accordion::after {
  content: '';
  position: absolute;
  right: 20px;
  top: -100%;
  bottom: -100%;
  margin: auto;
  height: 10px;
  width: 6px;
  background: url(../images/right_w_black.svg) no-repeat center/cover;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: sans-serif;
}
.pdf {
  position: relative;
}
.pdf.section_accordion:hover {
  opacity: 1;
}
.pdf_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  gap: 10px;
}
.pdf_group a {
  width: auto;
  text-decoration: underline;
}
.contact_txt {
  text-align: center;
  padding: 15px 0;
  border-radius: 30px;
  margin-bottom: 50px;
  font-size: 1.6em;
  letter-spacing: 5px;
}
@media screen and (max-width: 890px){
  .contact_txt {
    margin-bottom: 30px;
    font-size: 2em;
  }
}
@media screen and (max-width: 766px){
  .contact_txt {
    line-height: 1.4;
	  font-size: 1.2em;
    padding: 15px;
  }
}
.point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 890px){
  .point__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 348px;
    margin: 0 auto;
  }
}
.point__item {
  aspect-ratio: 1 / 1;
  border: 2px solid #2e43a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 24px;
}
.point__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 93px;
  margin-bottom: 24px;
}
.point__image {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.point__text {
  font-size: 24px;
}
.point__number {
  color: #2e43a5;
}
.point__number-text {
  font-size: 66px;
  line-height: 1.5em;
}
.point__name {
  margin-left: 5px;
  font-size: 24px;
  position: relative;
  bottom: 7px;
}
.switch.no-arrow::after {
  display: none;
}
.pdf-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 766px) {
  .pdf-list {
    grid-template-columns: 1fr;
  }

  .pdf-list .pdf {
    width: 100%;
  }
}
.pdf-list .pdf {
  margin: 0;
}
.dlist_shop {
  display: flex;
  align-items: center;
}
.dlist_shop dt {
  flex-shrink: 0;
}
@media screen and (max-width: 766px) {
  .dlist_shop {
    flex-direction: column;
  }
}
.normal_ttl {
  font-size: calc(38px * 0.6);
  font-weight: 500;
  letter-spacing: 0.2em;
  border-radius: calc(50px * 0.6);
  padding: calc(20px * 0.6) 0;
  margin-bottom: calc(50px * 0.6);
}
.shoplist_flex {
  display: flex;
  gap: calc(20px * 0.6);
  margin-bottom: calc(48px * 0.6);
}
.shoplist_block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.shoplist_title {
  font-size: calc(24px * 0.6);
  letter-spacing: 0.2em;
  padding: calc(13px * 0.6);
  color: #fff;
  background-color: #2E43A5;
  font-weight: 500;
  text-align: center;
  line-height: 1.46em;
}
.shoplist_content {
  position: relative;
  border: 1px solid #040000;
  padding: calc(32px * 0.6) calc(162px * 0.6) calc(91px * 0.6) calc(60px * 0.6);
  background-color: #fff;
  height: 100%;
}
.shoplist_content li {
  display: flex;
  gap: calc(16px * 0.6);
  font-size: calc(28px * 0.6);
  font-weight: 500;
  line-height: 1.43em;
}
.shoplist_content li:not(:last-child) {
  margin-bottom: calc(24px * 0.6);
}
.shoplist_content li::before {
  content: '';
  width: calc(12px * 0.6);
  height: calc(12px * 0.6);
  background-color: #2E43A5;
  border-radius: 50%;
  margin-top: 11px;
  flex-shrink: 0;
}
.shoplist_note {
  position: absolute;
  font-size: calc(24px * 0.6);
  font-weight: 500;
  right: calc(32px * 0.6);
  bottom: calc(32px * 0.6);
  line-height: 1.46em;
  text-align: right;
}
.shoplist_icon {
  position: absolute;
  right: calc(64px * 0.6);
  top: calc(32px * 0.6);
  width: calc(146px * 0.6);
}
.shoplist_icon.songai {
  width: calc(188px * 0.6);
}
.pdf a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.pdf a::before {
  content: '';
  position: absolute;
  left: calc(24px * 0.6);
  bottom: 50%;
  transform: translateY(50%);
  width: 24px;
  height: 31px;
  background-image: url('../images/san_pdf.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.pdf.no-icon a::before {
  display: none;
}
@media screen and (max-width: 980px) {
  .shoplist_flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 766px) {
  .normal_ttl {
    font-size: 16px;
  }
  .shoplist_content {
    padding: 15px 20px;
  }
  .shoplist_content li {
    font-size: 14px;
  }
  .shoplist_content li:not(:last-child) {
    margin-bottom: 10px;
  }
  .shoplist_note {
    position: static;
    display: block;
    margin-top: 20px;
  }
  .shoplist_icon {
    width: 60px;
  }
  .shoplist_icon.songai {
    width: 80px;
  }
}
.pdf_note {
  position: absolute;
  font-size: 12px;
  left: 0;
  bottom: -25px;
}