@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
/*-------------------------
- base
- intro_sec
- online_sec
- flow_sec
-------------------------*/
/*=======================================
　base
=======================================*/
main {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  main {
    font-size: 13px;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 769px) {
  .tab_pankuzu {
    padding-bottom: 131px;
  }
}
@media screen and (max-width: 768px) {
  .tab_pankuzu {
    padding-bottom: 0;
  }
}
.tab_pankuzu .content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .mv_sec {
    margin-bottom: 65px;
  }
}

/* セクション共通 */
.intro_sec, .online_sec, .flow_sec {
  margin-bottom: 120px;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .intro_sec, .online_sec, .flow_sec {
    margin-bottom: 60px;
    font-size: 13px;
  }
}

/* 見出し */
.product_ttl__line {
  margin-bottom: 61px;
}
@media screen and (max-width: 768px) {
  .product_ttl__line {
    margin-bottom: 30px;
  }
}

/* リスト */
.list_dot li {
  position: relative;
  padding-left: 20px;
}
.list_dot li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: var(--blue01);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
}

/* テキスト */
.txt_R {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .txt_R {
    text-align: left;
  }
}

/*=======================================
　intro_sec
=======================================*/
.intro_sec .content .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .intro_sec .content .flex_area {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.intro_sec .content .flex_area .img_area {
  width: 44.55%;
}
@media screen and (max-width: 768px) {
  .intro_sec .content .flex_area .img_area {
    width: 100%;
  }
}
.intro_sec .content .flex_area .txt_area {
  width: 47.88%;
}
@media screen and (max-width: 768px) {
  .intro_sec .content .flex_area .txt_area {
    width: 100%;
  }
}
.intro_sec .content .flex_area .txt_area .txt {
  margin-bottom: 29px;
}
.intro_sec .content .flex_area .txt_area .sttl {
  font-weight: 700;
  font-size: 20px;
  background: #cfedfe;
  padding: 0 10px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .intro_sec .content .flex_area .txt_area .sttl {
    font-size: 16px;
  }
}

/*=======================================
　online_sec
=======================================*/
.online_sec .content > .txt {
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .online_sec .content > .txt {
    margin-bottom: 30px;
  }
}
.online_sec .content > .txt02 {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .online_sec .content > .txt02 {
    margin-bottom: 15px;
  }
}
.online_sec .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .online_sec .content ul {
    margin-bottom: 30px;
  }
}
.online_sec .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48.88%;
  background: #f1fafe;
  padding: 40px 30px 30px;
}
@media screen and (max-width: 768px) {
  .online_sec .content ul li {
    width: 100%;
    padding: 20px 5%;
  }
}
.online_sec .content ul li .left {
  width: 25.73%;
}
.online_sec .content ul li .right {
  width: 68.9%;
}
.online_sec .content ul li .right .sttl {
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.444;
  color: var(--blue01);
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .online_sec .content ul li .right .sttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .online_sec .content ul li .right .sttl br {
    display: none;
  }
}
.online_sec .content ul li .right .txt {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.733;
}
@media screen and (max-width: 768px) {
  .online_sec .content ul li .right .txt {
    font-size: 13px;
  }
}
.online_sec .content ul li .right .img {
  width: 85.21%;
}
.online_sec .content .cmn_btn03 {
  margin: 0 auto;
}

/*=======================================
　flow_sec
=======================================*/
.flow_sec .content > ul > li {
  position: relative;
}
.flow_sec .content > ul > li:not(:last-child) {
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .flow_sec .content > ul > li:not(:last-child) {
    margin-bottom: 25px;
  }
}
.flow_sec .content > ul > li:not(:last-child)::before {
  content: "";
  border-left: 2px dotted #00A3D9;
  position: absolute;
  top: 120px;
  left: 35px;
  width: 2px;
  height: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .flow_sec .content > ul > li:not(:last-child)::before {
    top: 90px;
    left: 25px;
    height: calc(100% - 90px);
  }
}
.flow_sec .content > ul > li > .txt {
  width: calc(100% - 71px - 3.5%);
  margin: 0 0 26px auto;
}
@media screen and (max-width: 768px) {
  .flow_sec .content > ul > li > .txt {
    width: calc(100% - 55px - 3.5%);
    margin-bottom: 20px;
  }
}
.flow_sec .content > ul > li > .sttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 3.5%;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .flow_sec .content > ul > li > .sttl {
    margin-bottom: 20px;
  }
}
.flow_sec .content > ul > li > .sttl .num {
  font-weight: 500;
  color: var(--blue01);
  font-size: 58px;
  line-height: 1;
  text-align: center;
  width: 71px;
}
@media screen and (max-width: 768px) {
  .flow_sec .content > ul > li > .sttl .num {
    font-size: 45px;
    width: 55px;
  }
}
.flow_sec .content > ul > li > .sttl .num small {
  font-size: 34px;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 768px) {
  .flow_sec .content > ul > li > .sttl .num small {
    font-size: 25px;
  }
}
.flow_sec .content > ul > li > .sttl .sttl_txt {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .flow_sec .content > ul > li > .sttl .sttl_txt {
    font-size: 17px;
    line-height: 1.5;
  }
}
.flow_sec .content > ul > li .list_box {
  background: #f1fafe;
  padding: 40px 40px 40px 52px;
  width: calc(100% - 71px - 3.5%);
  margin: 0 0 17px auto;
}
@media screen and (max-width: 768px) {
  .flow_sec .content > ul > li .list_box {
    width: calc(100% - 55px - 3.5%);
    padding: 20px 5% 25px;
  }
}
.flow_sec .content > ul > li .list_box .sttl {
  font-weight: 700;
  line-height: 1.444;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .flow_sec .content > ul > li .list_box .sttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.flow_sec .content > ul > li .list_box .list_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .flow_sec .content > ul > li .list_box .list_dot {
    margin-bottom: 10px;
  }
}
.flow_sec .content > ul > li .list_box .list_dot.clm_2 {
  gap: 0 49px;
}
@media screen and (max-width: 1024px) {
  .flow_sec .content > ul > li .list_box .list_dot.clm_2 {
    gap: 0 37px;
  }
}
.flow_sec .content > ul > li .list_box .list_dot.clm_2 li {
  width: 46.48%;
}
@media screen and (max-width: 1024px) {
  .flow_sec .content > ul > li .list_box .list_dot.clm_2 li {
    width: 100%;
  }
}
.flow_sec .content > ul > li .list_box .list_dot.clm_3 {
  gap: 0 45px;
}
.flow_sec .content > ul > li .list_box .list_dot.clm_3 li {
  width: 29.04%;
}
@media screen and (max-width: 768px) {
  .flow_sec .content > ul > li .list_box .list_dot.clm_3 li {
    width: 100%;
  }
}
.flow_sec .content > ul > li .list_box .txt {
  font-size: 15px;
  line-height: 1.7333;
}
@media screen and (max-width: 768px) {
  .flow_sec .content > ul > li .list_box .txt {
    font-size: 13px;
  }
}

/*=======================================
　btn_area
=======================================*/
.btn_area .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 80px;
}
@media screen and (max-width: 1024px) {
  .btn_area .content {
    gap: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .btn_area .content {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}/*# sourceMappingURL=online.css.map */