.c-section {
  line-height: 2;
}
html:not([lang=en]) .c-section {
  word-break: break-all;
}
.c-section:last-child {
  padding-bottom: 80px;
}
.c-section._bgGray {
  background: #f7f7f5;
}
.c-section._bgGray:last-of-type {
  padding-bottom: 0;
}
.c-section__inner {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 1100px;
  padding-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
.c-section:not(:last-child)._withBorderBottom .c-section__inner {
  border-bottom: 1px solid #707070;
}
.c-section:not(:last-child)._withBorderBottom._medium .c-section__inner {
  padding-bottom: 80px;
}
._medium .c-section__inner {
  padding-bottom: 0;
}
.c-section__description + .c-section__body {
  margin-top: 32px;
}
.c-section__body:first-child {
  padding-top: 60px;
}
._medium .c-section__body {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
._medium .c-section__body:first-child {
  padding-top: 48px;
}
._large .c-section__body {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}
._large .c-section__body:first-child {
  padding-top: 48px;
}
.c-section__body + .c-section__body {
  padding-top: 60px;
}
.c-section__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.c-section__title._colorCommon {
  color: #001e46;
}
.c-section__title:not(._left) {
  padding-top: 80px;
  margin-bottom: 50px;
  text-align: center;
}
.c-section__title03 {
  margin-bottom: 18px;
  font-size: 22px;
  font-size: 1.375rem;
}
.c-section__description:last-of-type {
  margin-bottom: 32px;
}
.c-section__description + .c-section__description {
  margin-top: 16px;
}
.c-section__panel {
  padding: 43px 40px 40px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-section__panel + .c-section__panel {
  margin-top: 40px;
}
.c-section__more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
}
.c-section__more:not([class*=_align]) {
  align-items: center;
}
.c-section__moreDescription {
  margin-top: 2em;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-section__moreNotes {
  display: flex;
  align-items: baseline;
  margin-top: 30px;
  font-weight: 700;
}
.c-section__moreNotesLarge {
  font-size: 24px;
  font-size: 1.5rem;
}
.c-section__message {
  padding-bottom: 235px;
  text-align: center;
}

.p-shop {
  padding-bottom: 70px;
}
.p-shop__image {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.p-shop__info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 86px;
  border-bottom: 1px solid #ccc;
}
.p-shop__infoIndex, .p-shop__infoContent {
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid #ccc;
}
.p-shop__infoIndex {
  width: 227px;
  padding-left: 24px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-shop__infoContent {
  width: calc(100% - 227px);
}
.p-shop__infoSns {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 20px;
}
.p-shop__infoSns a {
  display: flex;
  gap: 10px;
  align-items: center;
}