main {
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  main {
    padding: 0 20px;
  }
}

a {
  color: #002f5f;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

wbr + span {
  display: inline-block;
}

.p-u-c-red {
  color: #c0272d !important;
}

.p-u-fw-n {
  font-weight: normal !important;
}

.p-u-fw-b {
  font-weight: bold !important;
}

.p-u-ta-c {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .p-u-pc-d-n {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .p-u-sp-d-n {
    display: none !important;
  }
}

main .p-section.full {
  margin-right: -30px;
  margin-left: -30px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  main .p-section.full {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-section.gray {
  background-color: #efefef;
}
.p-section__inner {
  max-width: 1080px;
  padding: 20px 0;
  margin: 0 auto;
}
.p-section__inner > *:nth-child(n+2) {
  margin-top: 40px;
}
.p-section__inner > *:nth-child(n+2).p-text-note {
  margin-top: 10px;
}
.p-section__inner > .p-page-info + * {
  margin-top: 30px;
}
.p-section__inner > .p-heading-lv2 + *,
.p-section__inner > .p-heading-lv3 + *,
.p-section__inner > .p-heading-lv4 + *,
.p-section__inner > .p-heading-lv5 + * {
  margin-top: 20px;
}
.p-section.pt-0 .p-section__inner {
  padding-top: 0;
}
.p-section.pb-0 .p-section__inner {
  padding-bottom: 0;
}

.p-grid {
  display: flex;
  flex-wrap: wrap;
}
.p-grid.col-2 > * {
  width: calc(50% - 30px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-grid.col-2 > * {
    width: 100%;
  }
}
.p-grid.col-2 > *:nth-child(even) {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .p-grid.col-2 > *:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-grid.col-2 > *:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-grid.col-2 > *:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-grid.col-2 > *:nth-child(n+3) {
    margin-top: 20px;
  }
}
.p-grid.col-4 > * {
  width: calc(25% - 15px);
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .p-grid.col-4 > * {
    width: calc(50% - 10px);
    margin: 0;
  }
}
.p-grid.col-4 > *:nth-child(1), .p-grid.col-4 > *:nth-child(4n+1) {
  margin-left: 0px;
}
.p-grid.col-4 > *:nth-child(n+5) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-grid.col-4 > *:nth-child(even) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-grid.col-4 > *:nth-child(n+3) {
    margin-top: 20px;
  }
}
.p-grid.col-5 > * {
  width: 20%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-grid.col-5 > * {
    width: 33.333%;
    margin: 0;
  }
}

.p-text-note {
  font-size: 0.875rem;
  color: #666;
  margin-top: 10px;
}
.p-text-note + .p-text-note {
  margin-top: 6px;
}

.p-heading-lv1 {
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-heading-lv1 {
    font-size: 1.625rem;
  }
}

.p-heading-lv2 {
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-heading-lv2 {
    font-size: 1.375rem;
  }
}
.p-heading-lv2.border {
  display: flex;
}
.p-heading-lv2.border::before {
  content: "";
  width: 4px;
  flex: 0 0 4px;
  background-color: #002f5f;
  border-radius: 2px;
  margin-right: 8px;
}

.p-heading-lv3 {
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-heading-lv3 {
    font-size: 1.125rem;
  }
}
.p-heading-lv3::before {
  display: none;
}
.p-heading-lv3.border {
  display: flex;
}
.p-heading-lv3.border::before {
  content: "";
  display: block;
  position: static;
  width: 4px;
  height: auto;
  flex: 0 0 4px;
  background-color: #002f5f;
  border-radius: 2px;
  margin-right: 8px;
}

.p-heading-lv4 {
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-heading-lv4 {
    font-size: 1rem;
  }
}

.p-heading-lv5 {
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-heading-lv5 {
    font-size: 1rem;
  }
}

.p-icon {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  transform: translateY(1px);
}
.p-icon.window {
  width: 16px;
  height: 15px;
}
.p-icon.pdf {
  width: 16px;
  height: 17px;
}
.p-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-icon + .p-icon {
  margin-left: 0;
}

.p-list li {
  display: flex;
}
.p-list li:nth-child(n+2) {
  margin-top: 8px;
}
.p-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background-color: #333;
  margin-right: 6px;
  transform: translateY(9px);
}
.p-list li .p-list {
  margin-top: 6px;
}
.p-list li .p-list li::before {
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  transform: translateY(11px);
}
.p-list li .p-text-note {
  margin-top: 6px;
}
.p-list.number {
  counter-reset: ol-count;
}
.p-list.number li::before {
  content: counter(ol-count) ".";
  counter-increment: ol-count;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  transform: none;
}
.p-list.arrow li::before {
  display: none;
}
.p-list.arrow li a {
  color: inherit;
  text-decoration: none;
}
.p-list.arrow li a:hover {
  text-decoration: underline;
}
.p-list.arrow li .p-icon.arrow {
  margin-left: 0;
  margin-right: 6px;
  transform: translateY(-1px);
}
.p-list.arrow li .p-icon.arrow svg {
  width: 7px;
  height: 26px;
}

.p-page-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1;
}
.p-page-info > *:nth-child(n+2) {
  margin-top: 10px;
}

.p-x-follow {
  transition: opacity 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 12px;
  font-size: 0.75rem;
  color: #000;
  padding: 4px 12px;
  text-decoration: none;
}
.p-x-follow:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-x-follow:hover {
    opacity: 1;
  }
}
.p-x-follow svg {
  width: 12px;
  flex: 0 0 12px;
  height: 10px;
  margin-right: 4px;
}

.p-sns ul {
  display: flex;
  align-items: center;
}
.p-sns ul li {
  height: 20px;
  margin-left: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-sns ul li {
    margin-left: 6px;
  }
}

.p-banner {
  margin-right: -30px;
  margin-left: -30px;
  padding: 24px 0;
  background-color: #dedede;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-banner {
    margin-right: -20px;
    margin-left: -20px;
    padding: 16px 27px;
  }
}
.p-banner > a {
  transition: opacity 0.3s;
  display: inline-block;
}
.p-banner > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-banner > a:hover {
    opacity: 1;
  }
}

.p-key-visual {
  position: relative;
  z-index: 1;
  background-color: #f9e073;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-key-visual {
    padding: 40px 20px;
  }
}
.p-key-visual .p-heading-lv1 + .p-heading-lv2 {
  margin-top: 4px;
}
.p-key-visual .p-text-box {
  margin-top: 20px;
}
.p-key-visual::before, .p-key-visual::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
}
.p-key-visual::before {
  bottom: 0;
  left: 0;
  border-width: 13.8888888889vw 0 0 50vw;
  border-color: transparent transparent transparent #f5d656;
}
@media screen and (max-width: 767px) {
  .p-key-visual::before {
    border-width: 19.7333333333vw 0 0 71.4666666667vw;
  }
}
.p-key-visual::after {
  top: 0;
  right: 0;
  border-width: 0 25vw 6.9444444444vw 0;
  border-color: transparent #f5d656 transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-key-visual::after {
    border-width: 0 53.3333333333vw 14.9333333333vw 0;
  }
}
.p-key-visual__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.p-key-visual.secondary {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-key-visual.secondary {
    padding: 25px 20px;
    text-align: center;
  }
}
.p-key-visual.secondary .p-key-visual__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-key-visual.secondary .p-key-visual__inner {
    flex-direction: column-reverse;
  }
}
.p-key-visual.secondary .key-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 135px;
  border-radius: 80px;
  background-color: #fff;
  margin-right: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-key-visual.secondary .key-image {
    width: 42.6666666667vw;
    height: 28.5333333333vw;
    border-radius: 21.3333333333vw;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.p-key-visual.secondary .key-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
main .p-key-visual {
  margin-right: -30px;
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  main .p-key-visual {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.p-text-box {
  padding: 20px;
  text-align: left;
}
.p-text-box.radius {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .p-text-box.pc-py-m {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-text-box.pc-px-m {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-text-box.sp-px-m {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.p-text-box.light-yellow {
  background-color: #faf8e0;
}
.p-text-box.light-blue {
  background-color: #f0f6fc;
}
.p-text-box.gray {
  background-color: #efefef;
}
.p-text-box > *:nth-child(n+2) {
  margin-top: 10px;
}

.p-card-list__item + .p-card-list__item {
  margin-top: 40px;
}

.p-card {
  display: block;
  max-width: 510px;
  margin-right: auto;
  margin-left: auto;
}
.p-card > *:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-card > *:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-card > .p-card__trailing {
    margin-top: 20px;
  }
}
.p-card__image a {
  transition: opacity 0.3s;
  display: block;
}
.p-card__image a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-card__image a:hover {
    opacity: 1;
  }
}
.p-card__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.p-card__title a {
  color: inherit;
  text-decoration: none;
}
.p-card__title a:hover {
  text-decoration: underline;
}
.p-card.large {
  max-width: 800px;
}
.p-card.small {
  max-width: 255px;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 8px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-card.small {
    max-width: 100%;
  }
}
.p-card.small .p-card__title {
  padding: 0 5px;
  margin: 16px 0 8px;
}
@media screen and (max-width: 767px) {
  .p-card.small .p-card__title {
    margin: 10px 0;
  }
}
.p-card.small .p-card__title-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(1em * 1.4 * 2);
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-card.small .p-card__title-inner {
    min-height: 0;
  }
}
.p-card.horizontal {
  display: flex;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-card.horizontal {
    display: block;
  }
}
.p-card.horizontal .p-card__image {
  width: 256px;
  flex: 0 0 256px;
}
@media screen and (max-width: 767px) {
  .p-card.horizontal .p-card__image {
    width: 100%;
  }
}
.p-card.horizontal .p-card__detail {
  margin-top: 0;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-card.horizontal .p-card__detail {
    margin-top: 10px;
    margin-left: 0;
  }
}
.p-card.horizontal .p-card__detail > *:nth-child(n+2) {
  margin-top: 10px;
}
.p-card.horizontal .p-card__detail > .p-card__trailing {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-card.horizontal .p-card__detail > .p-card__trailing {
    margin-top: 20px;
  }
}

a.p-card {
  transition: opacity 0.3s;
  text-decoration: none;
}
a.p-card:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  a.p-card:hover {
    opacity: 1;
  }
}
a.p-card:hover {
  text-decoration: underline;
}

.p-accordion {
  border: 2px solid #dedede;
  border-radius: 6px;
}
.p-accordion__button {
  transition: opacity 0.3s;
  position: relative;
  padding: 20px 80px 20px 20px;
  width: 100%;
  text-align: left;
  font-weight: inherit;
  color: inherit;
}
.p-accordion__button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-accordion__button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-accordion__button {
    padding: 16px 48px 16px 16px;
  }
}
.p-accordion__button[aria-expanded=true] .p-accordion__icon::after {
  opacity: 0;
}
.p-accordion__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-accordion__icon {
    right: 16px;
    width: 16px;
    height: 16px;
  }
}
.p-accordion__icon::before, .p-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  background: #002f5f;
  transform: translate(-50%, -50%);
}
.p-accordion__icon::before {
  width: 20px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .p-accordion__icon::before {
    width: 16px;
  }
}
.p-accordion__icon::after {
  width: 3px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .p-accordion__icon::after {
    height: 16px;
  }
}
.p-accordion__icon > span {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
}
.p-accordion__panel {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.p-accordion__panel[aria-hidden=false] {
  height: auto;
}
.p-accordion__body {
  padding: 30px 40px;
  border-top: 2px solid #dedede;
}
@media screen and (max-width: 767px) {
  .p-accordion__body {
    padding: 20px;
  }
}
.p-accordion__body > *:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-accordion__body > *:nth-child(n+2) {
    margin-top: 10px;
  }
}
.p-accordion.full {
  border: none;
  border-radius: 0;
  margin-top: 40px;
}
.p-accordion.full .p-accordion__control {
  max-width: 1080px;
  margin: 0 auto;
}
.p-accordion.full .p-accordion__button {
  padding-left: 0;
}
.p-accordion.full .p-accordion__panel {
  box-shadow: 0 2px 0 #dedede inset;
}
@media screen and (max-width: 767px) {
  .p-accordion.full .p-accordion__panel {
    box-shadow: 0 0 0 transparent;
  }
}
.p-section.full .p-accordion.full .p-accordion__panel {
  margin-right: -30px;
  margin-left: -30px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-section.full .p-accordion.full .p-accordion__panel {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-accordion.full .p-accordion__body {
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 0 45px;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .p-accordion.full .p-accordion__body {
    padding: 4px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-accordion.full .p-accordion__body > *:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-accordion.always-open .p-accordion__button {
  display: block;
  cursor: default;
}
.p-accordion.always-open .p-accordion__button:hover {
  opacity: 1;
}
.p-accordion.always-open .p-accordion__panel {
  height: auto;
}
.p-accordion + .p-accordion {
  margin-top: 20px;
}

.p-image-text-section {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-image-text-section {
    flex-direction: column;
  }
}
.p-image-text-section__image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 270px;
  flex: 0 0 270px;
}
.p-image-text-section__image.align-top {
  align-items: flex-start;
}
.p-image-text-section__image.align-bottom {
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-image-text-section__image {
    display: block;
    width: 100%;
    flex: 0 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.p-image-text-section__image img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-image-text-section__image img {
    margin: 0 auto;
  }
}
.p-image-text-section__image > *:nth-child(n+2) {
  margin-top: 20px;
}
.p-image-text-section__text {
  flex: 1 1 auto;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-image-text-section__text {
    margin-left: 0;
  }
}
.p-image-text-section__text > *:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-image-text-section__text > *:nth-child(n+2) {
    margin-top: 10px;
  }
}
.p-image-text-section__text-block > *:nth-child(n+2) {
  margin-top: 10px;
}
.p-image-text-section.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-image-text-section.reverse {
    flex-direction: column-reverse;
  }
}
.p-image-text-section.reverse .p-image-text-section__text {
  margin-left: 0;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-image-text-section.reverse .p-image-text-section__text {
    margin: 0;
  }
}

.p-tab__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.p-tab__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-tab__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-tab__button {
  transition: opacity 0.3s;
  position: relative;
  border-radius: 6px 6px 0 0;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 0;
  border-left-width: 4px;
  border-style: solid;
  border-color: #f0f6fc;
  color: #002f5f;
  background-color: #fff;
  padding: 14px 12px 18px;
}
.p-tab__button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-tab__button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-tab__button {
    padding: 9px 8px 13px;
  }
}
.p-tab__button .p-heading-lv3 {
  color: #002f5f;
}
.p-tab__button[aria-selected=true] {
  color: #fff;
  background-color: #002f5f;
  border-color: #002f5f;
  cursor: default;
}
.p-tab__button[aria-selected=true]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #002f5f transparent transparent transparent;
  transform: translateX(-50%);
}
.p-tab__button[aria-selected=true]:hover {
  opacity: 1;
}
.p-tab__button[aria-selected=true] .p-heading-lv3 {
  color: #fff;
}
.p-tab__content {
  padding: 30px 40px;
  background-color: #f0f6fc;
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 767px) {
  .p-tab__content {
    padding: 24px 16px;
  }
}
.p-tab__panel[aria-hidden=true] {
  display: none;
}

.p-button-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .p-button-list {
    margin-left: 0;
  }
}
.p-button-list__item {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-button-list__item {
    margin-left: 0;
  }
}
.p-button-list__item .p-button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-button-list.col-3 {
    margin-left: 0;
  }
}
.p-button-list.col-3 .p-button-list__item {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 767px) {
  .p-button-list.col-3 .p-button-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-button-list.col-3 .p-button-list__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.p-button-list.col-3 .p-button-list__item:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-button-list.col-3 .p-button-list__item:nth-child(n+4) {
    margin-top: 15px;
  }
}
.p-button-list.col-4 .p-button-list__item {
  width: calc(25% - 20px);
}
@media screen and (max-width: 767px) {
  .p-button-list.col-4 .p-button-list__item {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 767px) {
  .p-button-list.col-4 .p-button-list__item:nth-child(n+3) {
    margin-top: 15px;
  }
}
.p-button-list.col-4 .p-button-list__item:nth-child(n+5) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-button-list.col-4 .p-button-list__item:nth-child(n+5) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-button-list.col-4 .p-button-list__item:nth-child(even) {
    margin-left: 15px;
  }
}

.p-button {
  transition: opacity 0.3s;
  display: block;
  padding: 9px 20px;
  background-color: #fff;
  border: 1.5px solid #002f5f;
  border-radius: 24px;
  text-align: center;
  text-decoration: none;
}
.p-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-button:hover {
    opacity: 1;
  }
}

.p-definition-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #b2b2b2;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-definition-list {
    display: block;
    border-width: 2px;
  }
}
.p-definition-list dt {
  width: 24.25%;
  background-color: #efefef;
  padding: 12px 16px;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .p-definition-list dt {
    width: 100%;
    border-bottom: none;
  }
}
.p-definition-list dd {
  width: 75.75%;
  padding: 12px 16px;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .p-definition-list dd {
    width: 100%;
    border-bottom-width: 2px;
  }
}

.p-frame-list {
  border: 1px solid #b2b2b2;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-frame-list {
    border-width: 2px;
  }
}
.p-frame-list__item {
  padding: 12px 16px;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .p-frame-list__item {
    border-bottom-width: 2px;
  }
}

.p-scroll-container {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .p-scroll-container {
    margin-right: -20px;
    padding-right: 20px;
  }
}

.p-table {
  width: 1080px;
  border: 1px solid #b2b2b2;
  border-bottom: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-table thead th {
  background-color: #666666;
  color: #fff;
  font-weight: bold;
  border-left: 1px solid #fff;
}
.p-table thead th:first-of-type {
  border-left: none;
}
.p-table tbody th {
  background-color: #efefef;
  border-left: 1px solid #b2b2b2;
}
.p-table tbody td {
  border-left: 1px solid #b2b2b2;
}
.p-table tr {
  border-bottom: 1px solid #b2b2b2;
}
.p-table th,
.p-table td {
  padding: 10px 16px;
  text-align: left;
  font-weight: normal;
}
.p-table .p-table-bold {
  font-weight: bold;
}
.p-table .p-table-center {
  text-align: center;
}
.p-accordion__body .p-table {
  width: 996px;
}

.p-image-text-panel {
  display: flex;
  align-items: center;
  padding: 20px 40px 20px 20px;
  border-radius: 6px;
  border: 2px solid #dedede;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-image-text-panel {
    display: block;
    position: relative;
    padding: 20px;
  }
}
.p-image-text-panel__image {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-image-text-panel__image {
    width: 64px;
    height: 64px;
  }
}
.p-image-text-panel__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.p-image-text-panel__text {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .p-image-text-panel__text {
    margin-top: 20px;
    margin-left: 0;
  }
}
.p-image-text-panel__text a {
  color: inherit;
  text-decoration: none;
}
.p-image-text-panel__text a:hover {
  text-decoration: underline;
}
.p-image-text-panel__text > *:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-image-text-panel__title {
    display: flex;
    align-items: center;
    position: absolute;
    top: 12px;
    left: 94px;
    height: 80px;
    padding-right: 20px;
    overflow: hidden;
  }
}
.p-image-text-panel + .p-image-text-panel {
  margin-top: 20px;
}

.p-text-block > *:nth-child(n+2) {
  margin-top: 10px;
}