/* ================================================== */
/* mobile */

@media screen and (max-width: 767px) {

/* -------------------------------------------------- */
/* flow */

.flow .title {
  margin-bottom: 10px;
  text-align: left;
}
.flow h2.global {
  margin-bottom: 20px;
}
.flow p {
  margin-bottom: 20px;
  text-align: left;
}
.flow-title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.flow-content ul {
  border-top: 2px solid var(--bg-color2);
  display: block;
  padding-top: 20px;
  width: 100%;
}
.flow-content ul li {
  align-items: flex-start;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: space-between;
  margin-bottom: 36px;
  padding: 0;
  width: 100%;
}
.flow-content ul li:last-of-type {
  margin-bottom: 0;
}
.flow-content ul li::after {
  bottom: -16px;
}
.flow-image {
  height: 26.66vw;
  position: static;
  transform: none;
  width: 26.66vw;
}
.flow-text {
  width: 60vw;
}
.flow-head {
  align-items: flex-start;
  flex-direction: column;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.flow-head span {
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-right: 0;
  padding: .4em 1.75em;
  width: auto;
}
.flow-text p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 10px;
}
.flow-content p.flow-note {
  padding-right: 0;
  position: static;
  margin-bottom: 10px;
  width: 100%;
}
.flow-button {
  margin-bottom: 16px;
  position: static;
  width: 100%;
}
.flow-button a {
  border-width: 1px;
  font-size: 1.6rem;
  padding: .75em;
  text-align: center;
  width: 100%;
}

/* -------------------------------------------------- */
/* faq */

.faq,
.faq .wrapper {
  background: none;
  position: static;
}
.faq .title {
  margin-bottom: 10px;
  text-align: left;
}
.faq h2.global {
  margin-bottom: 20px;
}
.faq p {
  margin-bottom: 20px;
}
.faq-content {
  margin-bottom: 0;
}

/* -------------------------------------------------- */
/* document */

.document .title {
  margin-bottom: 10px;
  text-align: left;
}
.document h2.global {
  margin-bottom: 20px;
}
.document p {
  margin-bottom: 20px;
  text-align: left;
}
.document-title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.document-content {
  margin-bottom: 50px;
}
.document-content:last-of-type {
  margin-bottom: 0;
}
.document-content p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-left: 0;
}
.document-content p em {
  font-size: 1.4rem;
}
.document-content p.document-text {
  text-align: left;
}
.document-button {
  margin-bottom: 20px;
}
.document-button a {
  background-position: center right 15px;
  padding: .5em;
  text-align: left;
}
.document-download {
  margin-bottom: 0;
  margin-top: 0;
}
.document-image img:nth-child(1) {
  margin-bottom: 20px;
}
.document-bg::after {
  display: none;
}

}
