.c-section {
  line-height: 1.75;
}
html:not([lang=en]) .c-section {
  word-break: break-all;
}
.c-section:last-child {
  padding-bottom: 40px;
}
.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: 56px;
  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: 56px;
}
._medium .c-section__inner {
  padding-bottom: 0;
}
.c-section__description + .c-section__body {
  margin-top: 32px;
}
.c-section__body:first-child {
  padding-top: 40px;
}
._medium .c-section__body:first-child {
  padding-top: 48px;
}
._large .c-section__body:first-child {
  padding-top: 48px;
}
.c-section__body + .c-section__body {
  padding-top: 40px;
}
.c-section__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.c-section__title._colorCommon {
  color: #001e46;
}
.c-section__title:not(._left) {
  padding-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.c-section__title.u-pc_margin_bottom_0 {
  margin-bottom: 10px;
}
.c-section__body + .c-section__title {
  padding-top: 60px;
  margin-bottom: 24px;
}
.c-section__title03 {
  margin-bottom: 12px;
  font-size: 18px;
  font-size: 1.125rem;
}
.c-section__description:last-of-type {
  margin-bottom: 32px;
}
.c-section__description + .c-section__description {
  margin-top: 16px;
}
.c-section__panel {
  padding: 21px 20px 20px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-section__panel + .c-section__panel {
  margin-top: 20px;
}
.c-section__more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
.c-section__more:not([class*=_align]) {
  align-items: center;
}
.c-section__moreDescription {
  margin-top: 2em;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-section__moreNotes {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  font-weight: 700;
}
.c-section__moreNotesLarge {
  font-size: 20px;
  font-size: 1.25rem;
}
.c-section__message {
  text-align: center;
}

.p-press__item {
  position: relative;
  padding-bottom: 16px;
  padding-left: 17px;
  border-bottom: 1px solid #ccc;
}
.p-press__item:not(:first-child) {
  margin-top: 16px;
}
.p-press__item::before {
  position: absolute;
  top: calc((1.75em - 8px) / 2);
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: #999;
  border-radius: 100%;
}

.c-heading01.__en {
  line-height: 1em;
}

.u-txt-small { font-size: 0.5em; }