/* Base
============================== */
.p-procedures-wrapper h1, .p-procedures-wrapper h2, .p-procedures-wrapper h3 {
  margin: 0;
  padding: 0;
  border: none;
}
.p-procedures-wrapper em {
  font-weight: bold;
  font-style: normal;
}
.p-procedures-wrapper button {
  padding: 0;
  width: 100%;
  display: block;
  border: none;
  background: none;
  cursor: pointer;
}

/* common
============================== */
/* === Heading === */
.p-procedures-wrapper .p-procedures-ttl {
  text-align: center;
  position: relative;
}
.p-procedures-wrapper .p-procedures-ttl::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  background-color: #F01D6A;
  transform: translateX(-50%);
}
.p-procedures-ttl__inner {
  display: block;
}
.p-procedures-wrapper .p-procedures-section__ttl {
  padding: 10px;
  letter-spacing: .05em;
  border-radius: 5px;
  background-color: #F4F4F4;
}
/* === Text === */
.p-procedures-section__lead {
  margin-top: 16px;
}
.p-procedures-note {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: calc(18/12);
  letter-spacing: .05em;
}
.p-procedures-accent {
  color: #F01D6A;
}
@media print, screen and (max-width: 768px) {
  /* === Structure === */
  .p-procedures-wrapper {
    padding-bottom: 70px;
  }
  .p-procedures-contentsInner {
    padding: 0 20px;
  }
  /* === Heading === */
  .p-procedures-wrapper .p-procedures-ttl {
    padding-bottom: 16px;
    font-size: 2rem;
    line-height: calc(32/22);
  }
  .p-procedures-wrapper .p-procedures-ttl::after {
    width: 100px;
    height: 2px;
  }
  .p-procedures-ttl__inner {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: calc(24/14);
  }
  .p-procedures-wrapper .p-procedures-section__ttl {
    font-size: 1.4rem;
  }
  /* === Section === */
  .p-procedures-section {
    margin-top: 40px;
  }
  .p-procedures-section + .p-procedures-section {
    margin-top: 20px;
  }
  /* === Text === */
  .p-procedures-lead {
    margin-top: 30px;
  }
  .p-procedures-lead,
  .p-procedures-procedure__contents-body,
  .p-procedures-note.fs-l,
  .p-procedures-wrapper .p-procedures-procedure__contents-ttl {
    font-size: 1.4rem;
    line-height: calc(24/14);
    letter-spacing: .05em;
  }
}
@media print, screen and (min-width: 769px) {
  /* === Structure === */
  .p-procedures-wrapper {
    padding-bottom: 100px;
  }
  .p-procedures-contentsInner {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1200px;
    box-sizing: content-box;
  }
  /* === Heading === */
  .p-procedures-wrapper .p-procedures-ttl {
    padding-bottom: 28px;
    font-size: 3.4rem;
    line-height: calc(44/34);
    letter-spacing: .05em;
  }
  .p-procedures-wrapper .p-procedures-ttl::after {
    width: 140px;
    height: 4px;
  }
  .p-procedures-ttl__inner {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: normal;
    line-height: calc(28/20);
  }
  .p-procedures-wrapper .p-procedures-section__ttl {
    font-size: 1.6rem;
  }
  /* === Section === */
  .p-procedures-section {
    margin-top: 30px;
  }
  .p-procedures-section + .p-procedures-section {
    margin-top: 80px;
  }
  /* === Text === */
  .p-procedures-lead {
    margin-top: 60px;
  }
  .p-procedures-lead,
  .p-procedures-procedure__contents-body,
  .p-procedures-note.fs-l,
  .p-procedures-wrapper .p-procedures-procedure__contents-ttl {
    font-size: 1.6rem;
    line-height: calc(30/16);
    letter-spacing: .05em;
  }
}

/* Hero
============================== */
/* === Nav === */
.p-procedures-nav__link {
  display: flex;
  align-items: center;
  font-weight: bold;
  border-radius: 5px;
  background-color: #EEE;
  position: relative;
}
.p-procedures-nav__link::after {
  position: absolute;
  content: "";
  top: 50%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17"><g transform="translate(477 -1012) rotate(90)"><circle cx="8.5" cy="8.5" r="8.5" transform="translate(1012 460)" fill="%23999"/><path d="M0,6,4,3,0,0" transform="translate(1018.5 465.5)" fill="none" stroke="%23fff" stroke-width="1.2"/></g></svg>') no-repeat center / contain;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 768px) {
  .p-procedures-hero {
    margin: 30px 0 0;
  }
  /* === Nav === */
  .p-procedures-nav {
    margin-top: 40px;
  }
  .p-procedures-nav__item + .p-procedures-nav__item {
    margin-top: 5px;
  }
  .p-procedures-nav__link {
    padding: 10px 30px 10px 10px;
    min-height: 50px;
    font-size: 1.4rem;
  }
  .p-procedures-nav__link::after {
    right: 10px;
    width: 17px;
    height: 17px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-procedures-hero {
    margin: 70px 0 0;
  }
  /* === Nav === */
  .p-procedures-nav {
    margin-top: 50px;
  }
  .p-procedures-nav__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .p-procedures-nav__item {
    width: calc((100% - 20px) / 2);
  }
  .p-procedures-nav__link {
    padding: 10px 35px 10px 15px;
    height: 100%;
    min-height: 60px;
    font-size: 1.6rem;
  }
  .p-procedures-nav__link:hover {
    text-decoration: none;
  }
  .p-procedures-nav__link::after {
    right: 8px;
    width: 19px;
    height: 19px;
  }
}

/* Procedure
============================== */
.p-procedures-procedure__contents-img {
  text-align: center;
}
* + .p-procedures-procedure__contents-img {
  margin-top: 10px;
}
.p-procedures-procedure__contents-img + p,
.p-procedures-procedure__contents-section + .p-procedures-procedure__contents-section {
  margin-top: 1.5em;
}
.p-procedures-procedure__contents-body p + p {
  margin-top: 20px;
}
.p-procedures-procedure__contents-img + .procedures-note {
  margin-top: 10px;
}
/* === Accordion === */
.p-procedures-wrapper .p-procedures-procedure__trigger {
  display: flex;
  font-weight: bold;
  text-align: left;
  border: 1px solid #EEE;
  background: #FFF no-repeat;
  transition: .35s ease-out;
  position: relative;
}
.p-procedures-wrapper .p-procedures-procedure__trigger[aria-expanded="true"] {
  border-radius: 5px 5px 0 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23"><circle cx="11.5" cy="11.5" r="11.5"/></svg>');
}
.p-procedures-wrapper .p-procedures-procedure__trigger[aria-expanded="false"] {
  border-radius: 5px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23"><circle cx="11.5" cy="11.5" r="11.5" fill="%23fff"/></svg>');
}
.p-procedures-wrapper .p-procedures-procedure__trigger::before,
.p-procedures-wrapper .p-procedures-procedure__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: .35s ease-out;
}
.p-procedures-wrapper .p-procedures-procedure__trigger[aria-expanded="true"]::before,
.p-procedures-wrapper .p-procedures-procedure__trigger[aria-expanded="true"]::after {
  background-color: #FFF;
}
.p-procedures-wrapper .p-procedures-procedure__trigger[aria-expanded="false"]::before,
.p-procedures-wrapper .p-procedures-procedure__trigger[aria-expanded="false"]::after {
  background-color: #000;
}
.p-procedures-wrapper .p-procedures-procedure__trigger::after {
  transform: translateY(-50%) rotate(0deg);
  transition: .35s ease-out;
}
.p-procedures-wrapper .p-procedures-procedure__trigger[aria-expanded="false"]::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-procedures-procedure__trigger .ttl-num {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEE;
}
.p-procedures-procedure__trigger .ttl-txt {
  flex: 1;
  display: flex;
  align-items: center;
}
.p-procedures-procedure__contents {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s ease-out;
}
.p-procedures-procedure__item.is-open .p-procedures-procedure__contents {
  grid-template-rows: 1fr;
}
.p-procedures-procedure__contents-inner {
  overflow: hidden;
}
.p-procedures-procedure__contents-body {
  border: 2px solid #EEE;
  border-radius: 0 0 5px 5px;
  background-color: #FFF;
}
.p-procedures-procedure__contents-body > *:first-child {
  margin-top: 0;
}
@media print, screen and (max-width: 768px) {
  .p-procedures-procedure {
    margin-top: 16px;
  }
  .p-procedures-procedure__item + .p-procedures-procedure__item,
  .p-procedures-procedure__txt {
    margin-top: 10px;
  }
  .p-procedures-procedure__detail {
    margin-top: 20px;
  }
  /* === Accordion === */
  .p-procedures-wrapper .p-procedures-procedure__trigger {
    padding: 0 40px 0 0;
    font-size: 1.6rem;
    background-position: center right 15px;
    background-size: 24px;
  }
  .p-procedures-wrapper .p-procedures-procedure__trigger::before,
  .p-procedures-wrapper .p-procedures-procedure__trigger::after {
    right: 22px;
    width: 10px;
    height: 2px;
  }
  .p-procedures-procedure__trigger .ttl-num {
    width: 30px;
  }
  .p-procedures-procedure__trigger .ttl-txt {
    padding: 10px 0 10px 10px;
  }
  .p-procedures-procedure__contents-body {
    padding: 20px 20px 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-procedures-procedure {
    margin-top: 36px;
  }
  .p-procedures-procedure__item + .p-procedures-procedure__item,
  .p-procedures-procedure__detail {
    margin-top: 24px;
  }
  .p-procedures-procedure__txt {
    margin-top: 15px;
  }
  .p-procedures-procedure__contents-img img {
    margin: 0 auto;
    display: block;
    max-width: 334px;
  }
  /* === Accordion === */
  .p-procedures-wrapper .p-procedures-procedure__trigger {
    padding: 0 70px 0 0;
    font-size: 2rem;
    background-position: center right 30px;
    background-size: 30px;
  }
  .p-procedures-wrapper .p-procedures-procedure__trigger::before,
  .p-procedures-wrapper .p-procedures-procedure__trigger::after {
    right: 39px;
    width: 12px;
    height: 2px;
  }
  .p-procedures-procedure__trigger .ttl-num {
    width: 40px;
  }
  .p-procedures-procedure__trigger .ttl-txt {
    padding: 10px 0 10px 20px;
  }
  .p-procedures-procedure__contents-body {
    padding: 40px 30px;
  }
}