<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : feature.css                               */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.feature .h1_wrap {
  background: url(../../premium_top/premium/img/h1_bg.jpg) no-repeat center center/cover;
}

.feature .h1_wrap {
  background: url(../../feature/img/h1_bg.jpg) no-repeat center center/cover;
}

.feature {
  background: #f2f2f2;
}

.feature .menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}

.feature .menu_wrap .menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45.8333%;
  max-width: 550px;
  text-align: center;
  border: 1px solid #3b2526;
  margin-bottom: 100px;
}

.feature .menu_wrap .menu_box:last-of-type {
  margin-bottom: 0;
}

.feature .menu_wrap .menu_box:nth-last-child(2) {
  margin-bottom: 0;
}

.feature .menu_wrap .menu_box .menu_img {
  margin-bottom: 15px;
}

.feature .menu_wrap .menu_box .menu_text {
  padding: 0 30px 30px;
}

.feature .menu_wrap .menu_box .menu_text .feat {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  color: #9f9f9f;
  margin-bottom: 10px;
}

.feature .menu_wrap .menu_box .menu_text .menu_tit {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #3b2526;
  letter-spacing: 4px;
  margin-bottom: 30px;
  line-height: 1;
}

.feature .menu_wrap .menu_box .menu_text .menu_tit span {
  font-size: 20px;
}

.feature .menu_wrap .menu_box .menu_text .text {
  margin-bottom: 30px;
}

.feature .menu_wrap .menu_box .menu_text .btn03 {
  margin-top: auto;
}

.feature .menu_wrap .menu_box .menu_text .btn03 a {
  max-width: 400px;
  margin: 0 auto;
}

.intro_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  margin-bottom: 100px;
}

.intro_wrap .img_ctr {
  margin-bottom: 40px;
}

.intro_wrap .intro_tit {
  padding-top: 0;
}

.intro_wrap .text {
  margin-bottom: 20px;
}

/* ---------------全デバイス共通(PC)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .feature .menu_wrap {
    display: block;
    margin-bottom: 50px;
  }
  .feature .menu_wrap .menu_box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .feature .menu_wrap .menu_box:last-of-type {
    margin-bottom: 0;
  }
  .feature .menu_wrap .menu_box:nth-last-child(2) {
    margin-bottom: 50px;
  }
  .feature .menu_wrap .menu_box .menu_img {
    margin-bottom: 10px;
  }
  .feature .menu_wrap .menu_box .menu_text {
    padding: 0 15px 15px;
  }
  .feature .menu_wrap .menu_box .menu_text .feat {
    font-size: 14px;
  }
  .feature .menu_wrap .menu_box .menu_text .menu_tit {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .feature .menu_wrap .menu_box .menu_text .menu_tit span {
    font-size: 12px;
  }
  .feature .menu_wrap .menu_box .menu_text .text {
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .intro_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .intro_wrap .img_ctr {
    margin-bottom: 20px;
  }
  .intro_wrap .text {
    margin-bottom: 10px;
  }
  /* ---------------------SP END----------------------------- */
}
/*# sourceMappingURL=feature.css.map */</pre></body></html>