@charset "UTF-8";
/* 明朝体 Web font */
/* opacity: 0.3 */
/* ブレイクポイント設定 */
/* デフォルト 375px ~ 575px */
/* 374px 以下で適用 */
/* 576px ~ 767px で適用 */
/* 768px ~ 959px で適用 */
/* 960px 以上で適用 */
.service05__title {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .service05__title {
    margin-top: 60px;
  }
}
.service05__trading-flow {
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .service05__trading-flow {
    margin: 0 auto;
    padding: 0;
    max-width: 650px;
  }
}
.service05__trading-flow-established {
  font-family: "ヒラギノ明朝 ProN", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  color: #00664b;
  background-color: #cce8dd;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .service05__trading-flow-established {
    max-width: 424px;
  }
}
.service05__trading-flow-established-desc {
  font-family: "ヒラギノ明朝 ProN", "Noto Serif JP", serif;
  font-weight: bold;
  color: #00664b;
  text-align: center;
  font-size: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .service05__trading-flow-established-desc {
    font-size: 22px;
    margin-top: 40px;
  }
}
.service05__trading-flow-established-desc--emphasis {
  display: block;
  font-size: 18px;
  margin: 4px 0;
}
@media screen and (min-width: 960px) {
  .service05__trading-flow-established-desc--emphasis {
    font-size: 38px;
  }
}
.service05__img-sp {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service05__img-sp {
    display: none;
  }
}
.service05__img-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .service05__img-pc {
    display: block;
    max-width: 650px;
    margin: 48px auto 0;
  }
}
.service05__introduction {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .service05__introduction {
    margin: 80px auto 0;
  }
}
.service05__introduction-contents {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service05__introduction-contents {
    margin: 40px auto 0;
    max-width: 998px;
  }
}
.service05__introduction-contents-second {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service05__introduction-contents-second {
    margin-top: 0;
  }
  .service05__introduction-contents-second div {
    padding-top: 0;
  }
}
.service05__introduction-button {
  display: none;
}
@media screen and (min-width: 960px) {
  .service05__introduction-button {
    display: block;
    width: 600px;
    margin: 0 auto;
  }
}
.service05__introduction-button-wrap {
  background-color: rgba(204, 232, 221, 0.2980392157);
  padding-bottom: 40px;
}
.service05__information {
  margin-top: 50px;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .service05__information {
    max-width: 998px;
    margin: 80px auto 0;
  }
}
@media screen and (min-width: 960px) {
  .service05__information-contents-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 32px;
  }
}
.service05__information-button {
  margin: 20px auto 50px;
}
@media screen and (min-width: 960px) {
  .service05__information-button {
    margin: 0;
    width: 400px;
    margin: 50px auto 0;
  }
  .service05__information-button a span {
    font-size: 15px;
  }
}
.service05__consultation-sp {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .service05__consultation-sp {
    display: none;
  }
}
.service05__consultation-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .service05__consultation-pc {
    display: block;
    margin: 80px auto;
  }
}