@charset "utf-8";
.entry-body {
  max-width: 1100px;
  margin: auto;
}
.entry-body p {
  margin-bottom: 20px;
}
.cs_ta_c {
  text-align: center;
}
/***** 見出し *****/

h2.wp-block-heading,
.cs_h_2 {
  font-size: 2em;
  margin-bottom: 60px;
  margin-top: 100px;
  position: relative;
}
h2.wp-block-heading:after,
.cs_h_2:after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 60px;
  height: 4px;
  background-color: #a395b2;
}
h2.wp-block-heading {
  text-align: center;
}
h2.wp-block-heading::after,
h2.wp-block-heading.has-text-align-center::after,
.cs_h_2.cs_ta_c::after {
  margin-left: auto;
  margin-right: auto;
}

h3.wp-block-heading,
.cs_h_3 {
  border-bottom: 1px solid #6c7890;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.6em;
  padding-bottom: 10px;
}
h4.wp-block-heading,
.cs_h_4 {
  color: #a294b1;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 1.1em;
}

/***** リスト *****/

.wp-block-list,
.cs_ul_1,
.cs_ul_2 {
  margin: 30px 0;
}
.wp-block-list li,
.cs_ul_1 li,
.cs_ul_2 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.wp-block-list li:last-child,
.cs_ul_1 li:last-child,
.cs_ul_2 li:last-child {
  margin-bottom: 0;
}
.wp-block-list li:after,
.cs_ul_1 li:after,
.cs_ul_2 li:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #bfb4c9;
}
.cs_ul_2 li:after {
  background-color: #6c7890;
}

/***** テーブル *****/
.wp-block-table thead {
  border-bottom-color: #6c7890;
}
.wp-block-table th,
.cs_table01 th {
  color: #fff;
  background: #6c7890;
}
.wp-block-table td,
.cs_table01 td {
  color: #6c7890;
}

/***** 流れ *****/
.step_box {
  margin-top: 30px;
}
.step_box .step_item {
  position: relative;
  padding: 40px;
  border: 1px solid #6c7890;
  background-color: #eeeeee;
  margin-bottom: 70px;
}
.step_box .step_item:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  display: block;
  width: 30px;
  height: 30px;
  border-right: 1px solid #6c7890;
  border-bottom: 1px solid #6c7890;
  transform: translateX(-50%) rotate(45deg);
}
.step_box .step_title {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #6c7890;
  color: #a294b1;
}
.step_box .step_title span {
  display: flex;
  align-items: center;
  line-height: 1.4;
  font-size: 1.8rem;
  margin-right: 20px;
}
.step_box .step_number {
  justify-content: center;
  flex: none;
  width: 200px;
  min-height: 65px;
  color: #fff;
  background-color: #a395b2;
}
.step_box .step_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.step_box .step_img {
  flex: auto;
  width: auto;
}
.step_box .step_p {
  flex: none;
  width: 65%;
  margin-left: 40px;
}
.step_box .step_item:last-child::before {
  content: none;
}

/***** Q&A *****/
.faq_box dt,
.faq_box dd {
  line-height: 1.8;
}
.faq_box dt {
  position: relative;
  padding-left: 2em;
  border-bottom: 1px solid #6c7890;
  padding-bottom: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #a294b1;
}
.faq_box dt:after {
  content: "Q";
  position: absolute;
  top: -6px;
  left: 0;
  display: block;
  border-radius: 50%;
  font-size: 1.5em;
  color: #a294b1;
}
.faq_box dd {
  margin-bottom: 50px;
  padding-left: 2em;
}

/*================================================================
 * スマホ
 ================================================================*/
@media (max-width: 991px) {
  /***** 見出し *****/
  h2.wp-block-heading,
  .cs_h_2 {
    font-size: 1.5em;
  }
  h3.wp-block-heading,
  .cs_h_3 {
    font-size: 1.3em;
  }

  /***** 流れ *****/
  .step_box .step_item {
    padding: 30px 20px;
  }
  .step_box .step_title {
    display: block;
    border-bottom: none;
  }
  .step_box .step_number {
    min-height: 40px;
  }
  .step_box .step_title span {
    margin-right: 0;
    margin: auto;
  }
  .step_box .step_title span:nth-child(2) {
    justify-content: center;
    margin-top: 15px;
    padding: 0;
  }
  .step_box .step_inner {
    display: block;
  }
  .step_box .step_p {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .siteFooter .copySection {
    padding-bottom: 70px;
  }
}
