.p-informationSection .container {
  padding-top: 3rem;
  border-top: 2px solid var(--border);
}
.p-informationSection + .p-informationSection {
  margin-top: 4.5rem;
}
.p-informationSection section + section {
  margin-top: 3.5rem;
}
.p-informationSection.is-noBorderTop .container {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .p-informationSection {
    padding: 0 1.5rem;
  }
  .p-informationSection .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-information__flowchart > li {
  position: relative;
  width: 20%;
}
.p-information__flowchart > li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: var(--z-index--bg);
  height: 2px;
  width: 50%;
  background: var(--border);
}
.p-information__flowchart > li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 3rem;
  right: 0;
  z-index: var(--z-index--bg);
  height: 2px;
  width: 50%;
  background: var(--border);
}
.p-information__flowchart > li:last-child:before {
  background: var(--primary);
}
.p-information__flowchartNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--border);
  border-radius: 50%;
  line-height: 1;
  background: var(--white);
}
.p-information__flowchartNumber > div span {
  display: block;
  width: 100%;
}
.p-information__flowchartText {
  margin-top: 1.5rem;
  padding: 0 1.5rem;
}
.p-information__flowchartText h4 {
  text-align: center;
}
.p-information__flowchartText h4 + * {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-information__flowchart > li {
    width: 100%;
  }
  .p-information__flowchart > li:not(:first-child):before {
    display: none;
  }
  .p-information__flowchart > li:not(:last-child) {
    padding-bottom: 1.5rem;
  }
  .p-information__flowchart > li:not(:last-child):after {
    top: 0;
    left: 29px;
    width: 2px;
    height: 100%;
  }
  .p-information__flowchart > li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-information__flowchartNumber {
    margin-left: 0;
  }
  .p-information__flowchartText {
    width: calc(100% - 6rem);
    margin-top: 0;
    padding: 1rem 0 0 1rem;
  }
  .p-information__flowchartText h4 {
    text-align: left;
  }
  .p-information__flowchartText h4 + * {
    margin-top: 0;
  }
}
.p-information__checkList {
  margin-top: 3rem;
}
.p-information__checkList > li + li {
  margin-top: 3rem;
}
.p-information__checkList h3 + * {
  margin-top: 0.5rem;
}
.p-information .c-areaTitle + section {
  margin-top: 1.5rem;
}
.p-information p + p, .p-information p + .c-list {
  margin-top: 2.1rem;
}
.p-information .c-list > li + li {
  margin-top: 1rem;
}
.p-information .c-list + * {
  margin-top: 1rem;
}
.p-information .c-list + h4 {
  margin-top: 3.1rem;
}
.p-information__textWrap {
  padding: 0 3rem;
}
.p-information__textWrap > * + * {
  margin-top: 2.1rem;
}
.p-information__textWrap > * + h4 {
  margin-top: 2.5rem;
}
.p-information__textWrap > * + .c-list {
  margin-top: 1.5rem;
}
.p-information__textWrap .c-editorList {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-information__textWrap {
    padding: 0 1.5rem;
  }
  #editor .p-information__textWrap {
    padding: 0;
  }
  .p-information__textWrap .c-editorList {
    padding-top: 0;
  }
}
.p-information .p-mailTo {
  margin-top: 1rem;
}
.p-information .p-mailTo a {
  color: var(--gray);
  text-decoration: underline;
}
.p-information .c-overviewList__item:first-child {
  border-top: none;
  padding-top: 0;
}
/*# sourceMappingURL=p-information.css.map */
