@charset "UTF-8";
.page_section_inr .page_section_inr_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  .page_section_inr .page_section_inr_row {
    display: block;
    margin: 0 auto 40px;
  }
}
.page_section_inr .page_section_inr_row:nth-child(even) {
  flex-direction: row-reverse;
}
.page_section_inr .page_section_inr_row .img {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .page_section_inr .page_section_inr_row .img {
    margin-bottom: 2em;
  }
}
.page_section_inr .page_section_inr_row .txt {
  flex: 2;
  padding: 0 5%;
}
.page_section_inr .page_section_inr_row .txt h3 {
  font-size: 2.4rem;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .page_section_inr .page_section_inr_row .txt h3 {
    font-size: 1.8rem;
  }
}
.page_section_inr .page_section_inr_row .txt p {
  margin-bottom: 1em;
  line-height: 2;
  font-weight: 400;
}
.page_section_inr .page_section_inr_row .txt p:last-child {
  margin-bottom: 0;
}
.page_section_inr .soudanshitsu_point {
  margin-bottom: 60px;
  border: 1px solid #EBEBEB;
  padding: 3.5%;
}
.page_section_inr .soudanshitsu_point:last-child {
  margin-bottom: 0;
}
.page_section_inr .soudanshitsu_point .txt h3 {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .page_section_inr .soudanshitsu_point .txt h3 {
    font-size: 2rem;
  }
}
.page_section_inr .soudanshitsu_point .txt p {
  margin-bottom: 1em;
  line-height: 2;
  font-weight: 400;
}
.page_section_inr .soudanshitsu_point .txt p:last-child {
  margin-bottom: 0;
}

.logo_kurashi {
  max-width: 320px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  .logo_kurashi {
    width: 50%;
  }
}

.page_section_title .copy {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_section_title .copy {
    text-align: left;
  }
}

.flow_list .flow_block {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .flow_list .flow_block {
    margin-bottom: 40px;
  }
}
.flow_list .flow_block dt {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.flow_list .flow_block dt .number {
  background: #d3ef06;
  color: #FFFFFF;
  text-align: center;
  font-size: 2.6rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .flow_list .flow_block dt .number {
    font-size: 2rem;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}
.flow_list .flow_block dt h3 {
  margin-left: 20px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .flow_list .flow_block dt h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .flow_list .flow_block dt h3 small {
    font-size: 70%;
    display: block;
  }
}
.flow_list .flow_block dd {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .flow_list .flow_block dd {
    padding-left: 65px;
  }
}

.flow_dd {
  padding: 1.5rem 0;
}

/* よくあるご質問
---------------------------------------------------------------------------------------*/
.faq_list .ac_active {
  color: #999;
}
.faq_list .ac_active:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .faq_list .ac_active:after {
    right: 0;
  }
}
.faq_list .faq_block {
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .faq_list .faq_block {
    margin-bottom: 25px;
  }
}
.faq_list dt {
  position: relative;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #EBEBEB;
  font-size: 1.8rem;
  padding: 20px 50px 20px 0;
  position: relative;
  transition-property: all;
  transition-duration: 0.5s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq_list dt {
    padding: 12px 20px 12px 0;
    font-size: 1.4rem;
  }
}
.faq_list dt:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .faq_list dt:after {
    right: 0;
  }
}
.faq_list dt .number {
  width: 30px;
  color: #d3ef06;
  line-height: 1;
  font-weight: bold;
  font-size: 130%;
}
@media screen and (max-width: 767px) {
  .faq_list dt .number {
    width: 25px;
  }
}
.faq_list dt .inr {
  width: calc(100% - 30px);
  padding-left: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .faq_list dt .inr {
    padding-left: 10px;
    width: calc(100% - 30px);
  }
}
.faq_list dt:hover {
  color: #999;
}
.faq_list dd {
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  .faq_list dd {
    padding: 12px 0;
    margin-top: 12px;
  }
}
.faq_list dd .inr {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
}
.faq_list dd .inr .number {
  width: 30px;
  color: #d1d1c7;
  font-weight: bold;
  font-size: 130%;
}
@media screen and (max-width: 767px) {
  .faq_list dd .inr .number {
    width: 30px;
    text-align: center;
  }
}
.faq_list dd .inr .dd_inr {
  width: calc(100% - 30px);
  padding-left: 10px;
}
.faq_list dd .inr .dd_inr a {
  text-decoration: underline;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .faq_list dd .inr .dd_inr {
    padding-left: 10px;
    width: calc(100% - 30px);
  }
}
.faq_list .acMenu dd {
  display: none;
}