@charset "utf-8";

/* --------------------------------------------

ページ名

---------------------------------------------- */
.contents {
  padding-top: 4em;
}
.m-contents__title {
  margin-bottom: 2em;
}

.first {
  margin-bottom: 12em;
}
@media screen and (max-width:768px) {
.first {
  margin-bottom: 5em;
}
}

.first__textBox {
  width: 90%; max-width: 966px;
  margin: 0 auto 5em;
}


.first__textBox > p {
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width:768px) {
.first__textBox > p {
  text-align: left;
}
}


.summary { margin-bottom: 12em;}
@media screen and (max-width:768px) {
.summary { margin-bottom: 3em;}
}

.summary__inner {
  margin: 0 auto;
}

.summary__title {
  margin-bottom: 2em;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width:768px) {
.summary__title {
  margin-bottom: 1em;
  font-size: 22px;
  font-size: 2.2rem;
}
}

.summary__box {
  margin-bottom: 1em;
  padding: 5em 0;
  background: #F0FAFF;
}
@media screen and (max-width:768px) {
.summary__box {
  padding: 2.5em 0;
}
}

.summaryList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%; max-width: 780px;
  margin: 0 auto;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-style: normal;
  font-size: 14px; font-size: 1.4rem;
}
@media screen and (max-width:1024px) {
.summaryList {
  display: block;
}
}

.summaryList__head {
  box-sizing: border-box;
  width: 20%;
  padding: 1.2em 4%;
  border-bottom: 1px solid #000;
}
@media screen and (max-width:1024px) {
.summaryList__head {
  width: 100%;
  padding: 0.5em 4%;
}
}

.summaryList__text {
  box-sizing: border-box;
  width: 80%;
  padding: 1.2em 4%;
  border-bottom: 1px solid #000;
}
@media screen and (max-width:1024px) {
.summaryList__text {
  width: 100%;
  margin-bottom: 0.2em;
  padding: 0.5em 4%;
  border-bottom: none;
}
}

.summaryList__head:nth-last-of-type(1),
.summaryList__text:nth-last-of-type(1) {
  border: none;
}
@media screen and (max-width:1024px) {
.summaryList__head:nth-last-of-type(1) {
  border-bottom: 1px solid #000;
}
}
.summary__comment {
  font-size: 14px; font-size: 1.4rem;
  text-align: center;
  color: #6E6E6E;
}


.flow {
  margin-bottom: 12em;
}

.flow__image {
  width: 95%; max-width: 861px;
  margin: 0 auto 8em;
}
@media screen and (max-width:768px) {
.flow__image {
  display: none;
}
}
.flow__image img {
  display: block;
  width: 100%;
}

.flow__inner {
   width: 90%; max-width: 630px;
   margin: auto;
}

.flow__title {
  margin-bottom: 2.5em;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width:768px) {
.flow__title {
  margin-bottom: 1.5em;
  font-size: 25px;
  font-size: 2.5rem;
}
}

.flow__description {
  margin-bottom: 5em;
  font-size: 14px; font-size: 1.4rem;
  text-align: center;
}

.flowList {
  margin-bottom: 8em;
}
.flowBox {
  position: relative;
  max-width: 570px;
  margin: 0 auto 1em;
  padding-bottom: 2em;
}
.flowBox:nth-child(even) {
  background: url("../img/flow_back01.png") top left repeat-y;
}
.flowBox:nth-child(odd) {
  background: url("../img/flow_back02.png") top left repeat-y;
}
.flowBox__inner {
  width: 90%; max-width: 482px;
  margin: 0 0 0 auto;
}
.flowBox__heading {
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.flowBox__heading > b {
  display: inline-block;
  margin-right: 0.25em;
  font-size: 60px; font-size: 6rem;
  font-weight: normal;
  color: #E2ECFB;
}

.flow__button {
  max-width: 250px;
  margin: auto;
}








