@charset "UTF-8";
/* ________MAIN_______ */
body {
  color: #333;
  background: #f7f7f7;
  line-height: 2;
  font-family: "Meiryo", "Hiragino Kaku Gothic Pro", メイリオ, "Times New Roman", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0.05rem;
    font-size: 1.7rem;
    line-height: 1.8;
  }
}

.header_back {
  background: #f1fafd;
}
.header_back .header_inner {
  width: 1320px;
}

.onayami {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/sec1bk.webp);
  padding: 0;
}
.onayami .contents {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .onayami {
    padding: 0px;
  }
}
.onayami .pc_flex {
  flex-wrap: wrap;
}

.paper {
  position: relative;
  margin: 0 auto;
  background: #0f6193;
  color: white;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .paper {
    padding: 20px 12px;
  }
}

.paper:before {
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: -1;
  width: 300px;
  height: 25px;
  /* box-shadow: 横方向 縦方向 ぼかし 影色 */
  box-shadow: 0 15px 10px #777;
  background: #777;
  transform: rotate(3deg);
  content: "";
}

.merit_keiei .contents_title00 {
  margin-bottom: 10px;
}
.merit_keiei .merit_text {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .merit_keiei .merit_text {
    margin-bottom: 30px;
  }
}
.merit_keiei img {
  margin-bottom: 0px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .merit_keiei img {
    margin-bottom: 12px;
  }
}
.merit_keiei span {
  color: #ffda4d;
  font-weight: bold;
}/*# sourceMappingURL=rise_jigyo.css.map */