.ON_EDF_title_bg {
  background-color: #dde7ea;
  background-image: linear-gradient(45deg, #c2e9fb 0%, #a1c4fd 100%);
}
.ON_EDF_title_bg .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 60px 0 90px;
}
@media screen and (max-width: 599px) {
  .ON_EDF_title_bg .title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
  }
}
.ON_EDF_title_bg .image_art {
  width: 280px;
}
@media screen and (max-width: 599px) {
  .ON_EDF_title_bg .image_art {
    width: 50%;
    margin: 1em auto 0;
  }
}
.ON_EDF_title_bg .title {
  width: 750px;
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .ON_EDF_title_bg .title {
    width: 100%;
    margin-right: 0;
  }
}
.ON_EDF_title_bg .title h1 {
  margin: 0 0 10px;
  width: 100%;
}
.ON_EDF_title_bg .title h1 img {
  width: 100%;
}
.ON_EDF_title_bg .title .button {
  margin-top: 30px;
  width: 100%;
  max-width: 460px;
}
@media screen and (max-width: 599px) {
  .ON_EDF_title_bg .title .button {
    margin-top: 1.5em;
  }
}

.headline_h202 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#dee5f0));
  background-image: linear-gradient(180deg, #f5f7fa 0%, #dee5f0 100%);
}

.in_knock_mg {
  margin: 0 0.5em;
}
@media screen and (max-width: 559px) {
  .in_knock_mg {
    margin: 0 0.25em;
  }
}
.in_knock_mg p {
  font-size: 1.125em;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .in_knock_mg p {
    font-size: 1em;
    line-height: 1.75;
  }
}
.in_knock_mg.how_to_guide p + p {
  margin-top: 1em;
}

.guide_img {
  background: rgba(0, 0, 0, 0.1);
  margin: 2em auto 0;
  width: 80%;
  max-width: 500px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.guide_img img {
  opacity: 0.1;
  width: 100%;
}

.flow_guide_area {
  padding: 3em 0;
}
.flow_guide_area .wrap_this {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 559px) {
  .flow_guide_area .wrap_this {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow_guide_area .wrap_this .from_list,
.flow_guide_area .wrap_this .from_mypage {
  background: #fff;
  width: 48%;
  font-size: 1em;
}
@media screen and (max-width: 1023px) {
  .flow_guide_area .wrap_this .from_list,
  .flow_guide_area .wrap_this .from_mypage {
    width: 48.5%;
    font-size: 80%;
  }
}
@media screen and (max-width: 559px) {
  .flow_guide_area .wrap_this .from_list,
  .flow_guide_area .wrap_this .from_mypage {
    font-size: 100%;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}
.flow_guide_area .wrap_this .from_list h3,
.flow_guide_area .wrap_this .from_mypage h3 {
  font-size: 1.3125em;
  font-weight: bold;
  background: #ccc;
  color: #fff;
  padding: 0.75em 0.5em;
  text-align: center;
}
.flow_guide_area .wrap_this .from_list h4,
.flow_guide_area .wrap_this .from_mypage h4 {
  font-size: 1.3125em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.flow_guide_area .wrap_this .from_list .cap,
.flow_guide_area .wrap_this .from_mypage .cap {
  font-size: 0.875em;
  line-height: 1.5;
  margin-bottom: 0.5625rem;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
.flow_guide_area .wrap_this .from_list .ins,
.flow_guide_area .wrap_this .from_mypage .ins {
  padding: 6%;
}
.flow_guide_area .wrap_this .from_list .flow5,
.flow_guide_area .wrap_this .from_mypage .flow5 {
  display: none;
}
@media screen and (max-width: 559px) {
  .flow_guide_area .wrap_this .from_list .flow5,
  .flow_guide_area .wrap_this .from_mypage .flow5 {
    display: block;
  }
  .flow_guide_area .wrap_this .from_list .flow5 p,
  .flow_guide_area .wrap_this .from_mypage .flow5 p {
    text-align: left;
    margin-bottom: 1em;
    line-height: 1.5;
  }
}
.flow_guide_area .wrap_this .from_list h3 {
  background: #02b5df;
}
@media screen and (max-width: 559px) {
  .flow_guide_area .wrap_this .from_mypage {
    margin-top: 20px;
  }
}
.flow_guide_area .wrap_this .from_mypage h3 {
  background: #e54646;
}
.flow_guide_area .img_box {
  background: rgba(0, 0, 0, 0.2);
}
.flow_guide_area .img_box img {
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
}
.flow_guide_area .triangle {
  margin: 2em auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 34px solid #383189;
  border-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .flow_guide_area .triangle {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 20px solid #383189;
  }
}
@media screen and (min-width: 560px) {
  .flow_guide_area .for_pc {
    display: block;
  }
}
@media screen and (max-width: 559px) {
  .flow_guide_area .for_pc {
    display: none;
  }
}
.flow_guide_area .for_pc .wrap_pc_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow_guide_area .for_pc .wrap_pc_arrow .pc_arrow {
  width: 48%;
}
.flow_guide_area .for_pc .flow5 {
  background: #fff;
  padding: 30px;
}
.flow_guide_area .for_pc .flow5 p {
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.5;
}
.flow_guide_area .for_pc .flow5 .img_box {
  margin: 0 auto;
  max-width: 600px;
}