@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    };
    @include tab {
      background-color: blue;
    };
    @include sp {
      background-color: yellow;
    };
  }
*/
body {
  -webkit-text-size-adjust: none;
}

ul {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}
@media (min-width: 769px) {
  .bread {
    display: block;
    width: 1020px;
    margin: 10px auto 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}
@media (min-width: 769px) {
  .bread .bread__link {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
.bread .bread__link:hover {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .l_information {
    width: 1020px;
    margin: 30px auto 0 auto;
  }
}
@media (max-width: 768px) {
  .l_information {
    padding: 30px 15px 0 15px;
  }
}
.l_information .head {
  text-align: center;
}
@media (min-width: 769px) {
  .l_information .head {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .l_information .head {
    margin-bottom: 20px;
  }
}
.l_information .head .set {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.l_information .head .set .main {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 769px) {
  .l_information .head .set .main {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .l_information .head .set .main {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.l_information .head .set .sub {
  line-height: 1;
}
@media (min-width: 769px) {
  .l_information .head .set .sub {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .l_information .head .set .sub {
    font-size: 1.3rem;
  }
}
.l_information .head .set::after {
  position: absolute;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  content: "";
  background: #fff100;
}
@media (min-width: 769px) {
  .l_information .head .set::after {
    bottom: -20px;
    height: 15px;
  }
}
@media (max-width: 768px) {
  .l_information .head .set::after {
    bottom: -15px;
    height: 10px;
  }
}
.l_information .lead {
  background: #fff0f5;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .l_information .lead {
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .l_information .lead {
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 15px;
  }
}
.l_information .summary {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (min-width: 769px) {
  .l_information .summary {
    border: 3px solid #000;
    margin: 0 auto 30px auto;
    padding: 10px 10px 15px 10px;
    width: 70%;
  }
}
@media (max-width: 768px) {
  .l_information .summary {
    border: 2px solid #000;
    margin-bottom: 20px;
    padding: 5px 10px 10px 10px;
  }
}
.l_information .summary dl.summary_text {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 769px) {
  .l_information .summary dl.summary_text dt {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .l_information .summary dl.summary_text dt {
    width: 30%;
  }
}
@media (min-width: 769px) {
  .l_information .summary dl.summary_text dd {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .l_information .summary dl.summary_text dd {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .l_information .summary dl.summary_text dd {
    padding-right: 15px;
  }
}
.l_information .summary dl.summary_text dt:last-child {
  line-height: 1.4;
}
.l_information .summary dl.summary_text dd:last-child {
  line-height: 1.4;
}
@media (max-width: 768px) {
  .l_information .summary dl.summary_text dd:last-child {
    padding-right: 7px;
  }
}
.l_information .note {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (min-width: 769px) {
  .l_information .note {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .l_information .note {
    margin-bottom: 20px;
  }
}
.l_information .flow {
  background: #ededed;
}
@media (min-width: 769px) {
  .l_information .flow {
    margin-bottom: 20px;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .l_information .flow {
    margin-bottom: 15px;
    padding: 15px;
  }
}
.l_information .flow .flow_title {
  border-left: 10px solid #fff100;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .l_information .flow .flow_title {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .l_information .flow .flow_title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.l_information .flow .flow_hr {
  color: #999;
}
@media (min-width: 769px) {
  .l_information .flow .flow_hr {
    margin: 30px 0;
  }
}
@media (max-width: 768px) {
  .l_information .flow .flow_hr {
    margin: 20px 0;
  }
}
.l_information .flow .flow_step .step_title {
  display: inline-block;
  background: #f0bf41;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 10px 20px;
}
@media (min-width: 769px) {
  .l_information .flow .flow_step .step_title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .l_information .flow .flow_step .step_title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .l_information .flow .flow_step .step_wrap {
    display: table;
  }
}
.l_information .flow .flow_step .step_wrap .step_text {
  vertical-align: top;
}
@media (min-width: 769px) {
  .l_information .flow .flow_step .step_wrap .step_text {
    display: table-cell;
    padding-right: 20px;
    width: 480px;
  }
}
@media (max-width: 768px) {
  .l_information .flow .flow_step .step_wrap .step_text {
    margin-bottom: 15px;
  }
}
.l_information .flow .flow_step .step_wrap .step_text .step_type {
  margin-bottom: 20px;
}
.l_information .flow .flow_step .step_wrap .step_text .step_type .type_title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.l_information .flow .flow_step .step_wrap .step_text .step_type .type_text {
  margin-bottom: 20px;
}
.l_information .flow .flow_step .step_wrap .step_text .step_type .type_text .type_text_top {
  font-weight: bold;
}
.l_information .flow .flow_step .step_wrap .step_text .step_type .type_text:last-child {
  margin-bottom: 0;
}
.l_information .flow .flow_step .step_wrap .step_text .step_type:last-child {
  margin-bottom: 0;
}
.l_information .flow .flow_step .step_wrap .step_img {
  vertical-align: top;
}
@media (min-width: 769px) {
  .l_information .flow .flow_step .step_wrap .step_img {
    display: table-cell;
  }
}
.l_information .flow_message {
  text-align: center;
  color: #f00;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (min-width: 769px) {
  .l_information .flow_message {
    font-size: 1.7rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .l_information .flow_message {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.l_information .contact {
  background: #ededed;
}
@media (min-width: 769px) {
  .l_information .contact {
    margin-bottom: 30px;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .l_information .contact {
    margin-bottom: 20px;
    padding: 15px;
  }
}
.l_information .contact .contact_title {
  border-left: 10px solid #fff100;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .l_information .contact .contact_title {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .l_information .contact .contact_title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .l_information .contact .contact_text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .l_information .contact .contact_text {
    margin-bottom: 10px;
  }
}
.l_information .contact .contact_form a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */