@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 2rem;
  color: #707070;
  font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  text-align: left;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.l-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (max-width: 768px) {
  .l-2col {
    display: block;
  }
}

.hero {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .hero {
    height: auto;
    background: none;
    margin-bottom: 10.66667vw;
  }
}

.main {
  max-width: 1000px;
  padding: 0 45px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .main {
    padding: 0 4vw;
  }
}

.box-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  .box-img {
    width: 60%;
    margin: auto;
    margin-bottom: 12vw;
    max-width: 320px;
    margin-top: 10vw;
  }
}

.box-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.box-text a {
  text-decoration: underline;
}

.about {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 12vw;
  }
}

.about .box-img {
  position: relative;
}

.about p {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .person .box-img {
    margin-bottom: 8vw;
  }
}

.person img {
  width: 95%;
}

@media screen and (max-width: 768px) {
  .person img {
    width: 100%;
  }
}

.person p {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.link {
  display: block;
  max-width: 400px;
  margin: 70px auto  0;
}

@media screen and (max-width: 768px) {
  .link {
    margin-top: 10.93333vw;
  }
}

.link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .area-link {
    margin-top: 5.33333vw;
    padding: 0 4vw;
  }
}

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

@media screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

.thismonth_theme {
  font-weight: bold;
}
/*# sourceMappingURL=7habits.css.map */