<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   : function.css                              */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* 共通 */
.function {
  background: #f2f2f2;
}

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

section {
  margin-top: 100px;
}

section:last-of-type {
  margin-bottom: 100px;
}

/* -------------------------------------------------- */
.step {
  padding: 120px 0 130px;
}

.step_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step_flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.step_flex .flex_l {
  width: 52.5%;
}

.step_flex .flex_r {
  width: 37.5%;
}

.step_flex .flex_r .h2 {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 2px;
}

.step_flex .flex_r .h2 span {
  display: inline-block;
  font-size: 28px;
}

.step_wrap div {
  background: #e5e5e1;
  padding: 20px;
  margin-bottom: 50px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  font-size: 14px;
}

.step_wrap div:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -16px;
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 16px solid #e5e5e1;
}

.step_wrap div:last-of-type:after {
  content: none;
}

.step_no {
  display: inline-block;
  background: #3b2526;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 6px 15px 3px;
  width: 120px;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 15px;
}

.lineup_wrap {
  background: #e8e8e5;
  border-radius: 10px;
  padding: 30px;
  margin-top: 50px;
}

.lineup_wrap .text {
  font-size: 12px;
}

/* ---------------全デバイス共通(PC)-end--------------------- */
/*----------------------------------------------------------*/
/* pcホバー用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* --------------pcホバー用のCSS END----------------- */
}

/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .h2 {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
  section {
    margin-top: 50px;
  }
  section:last-of-type {
    margin-bottom: 50px;
  }
  /* -------------------------------------------------- */
  .step {
    padding: 60px 0 65px;
  }
  .step_flex {
    display: block;
  }
  .step_flex .flex_l {
    width: 100%;
  }
  .step_flex .flex_r {
    width: 100%;
    margin-bottom: 20px;
  }
  .step_flex .flex_r .h2 span {
    font-size: 15px;
  }
  .step_wrap div {
    padding: 10px;
    margin-bottom: 25px;
  }
  .step_no {
    font-size: 16px;
    line-height: 1;
    padding: 6px 15px 3px;
    width: 100%;
    margin-bottom: 15px;
  }
  .lineup_wrap {
    padding: 15px;
    margin-top: 25px;
  }
  /* ---------------------SP END----------------------------- */
}
/*# sourceMappingURL=function.css.map */</pre></body></html>