/*-------------------------
    page-sol04-2.php
-------------------------*/

.sol-img {
  max-width: 1280px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 0;
}


/* ---共通--- */
.sta-btn {
  width: 450px;
  text-align: center;
  margin: 50px auto 0;

}

/* magnific-popup */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.mfp-fade.mfp-wrap.mfp-ready {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing {
  opacity: 0;
}

/* ---regular--- */
.regular {
  background-color: #f7fcfc;
}

.regular__catch {
  width: 500px;
  margin: 0 auto;
}

/* ---purpose---  */
.purpose h2.lower {
  color: #00766c;
  border-bottom: 2px solid #00766c;

}

.purpose__flex {
  justify-content: space-between;
  margin: 30px 0;
}

.purpose .purpose__item--img {
  width: calc(30% - 30px)
}

.purpose__item--text {
  width: 70%;
}

.purpose__item--text h4.lower,
.description h4.lower {
  text-align: left;
  font-weight: 500;
}

.purpose__tit {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;

}

.purpose__subtit {
  font-weight: 700;
  font-size: 20px;
  margin: 10px 0;
}

.purpose__image {
  margin: 50px 0;
}

.purpose__container--second {
  margin-top: 70px;
}

/* ---point--- */
.point {
  position: relative;
  color: #3e483f !important;
  font-weight: 600 !important;
}

.point::before {
  content: "";
  display: inline;
  position: absolute;
  top: 0;
  left: 50%;
  border: transparent 150px solid;
  border-top: #fff 50px solid;
  transform: translate(-50%, 0);
}

.point_container {
  margin: 100px 0;
}

.point_container--inner {
  margin: 30px 0;
}



.point_container h3.lower {
  font-size: 28px !important;
  line-height: 1.5 !important;
  margin-bottom: 20px !important;
  padding-top: 30px !important;
  color: #00766c;
}

.point__container--fourth h3.lower span {
  border-bottom: 1px solid #00766c;
}

.line.sol04.sol04-2 #point h6 {
  font-size: 20px;
  padding: 10px 20px;
  text-align: center;
  background: #00766c;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  border-radius: 50px;

}

.point_container--inner p.small-link {
  font-size: inherit !important;
}

.point_container--inner p.small-link a {
  text-decoration: underline;
  display: inline;
  color: #304934;
  font-weight: 500;
}

.point .example {
  margin: 60px 0 50px;
}

.bg-while {
  background-color: #fff;
  padding: 50px 25px 25px;
  margin: 30px 0 60px;
}

.point p {
  font-weight: 400 !important;
}

.point_flex__extraction {
  margin: 30px 0;
}

.point_flex__extraction li {
  font-size: 18px;
  font-weight: bold;
  background-color: #e1ebea;
  padding: 12px 10px;
  margin: 0 30px 10px;
  /* border: 1px solid #000; */
}

.line .point ul.point_flex__segment {
  display: flex !important;
  justify-content: space-around;
  /* align-items: center; */
  margin-top: 20px;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 70%;
}

.line .point ul.point_flex__segment li {
  background-color: #00bb23;
  color: #fff;
  width: 200px;
  font-weight: 600;
  border-radius: 10px;
  margin-right: 0 !important;
  height: 50px;
  padding: 0 0;
  box-shadow: 10.4257px 10.4257px 56.2989px rgba(0, 0, 0, 0.07);
  justify-content: center;
  align-content: center;
  margin-bottom: 10px;
}

/* ---security--- */
.security {
  background: url(https://marketing.f-i-d.jp/wp-content/themes/fid/assets/img/lower/sol04-2/security_bk.png) 0 100% no-repeat #fff;
  padding: 10px 0;
  background-size: cover;
}

/* ---support--- */
.support {
  background: url(https://marketing.f-i-d.jp/wp-content/themes/fid/assets/img/lower/service01/bg_cube.jpg) 0 100% no-repeat #fff;
  background-size: 40%;
}

@media screen and (max-width:768px) {

  /* ---共通--- */
  .flex.reverse {
    flex-direction: column-reverse;
  }

  .sta-btn {
    width: 100%;

  }

  /* 画像スクロール */
  @media (max-width: 768px) {
    .scrollable-container {
      overflow-x: auto;
      white-space: nowrap;
      width: 100%;
    }

    .scrollable-container .scrollable-img {
      height: 400px;
      width: auto;
      display: inline-block;
      max-width: none;
      pointer-events: auto;
      user-select: auto;
    }
  }

  /* ---regular--- */
  .regular__catch {
    width: 300px;
    max-width: 100%;
  }

  /* ---purpose---  */
  .purpose__flex,
  .purpose__image {

    margin: 30px 0;
  }

  .purpose__subtit {
    font-size: 16px;
  }


  .purpose__tit {
    font-size: 18px;
    text-align: center;
  }

  .purpose .purpose__item--img,
  .purpose__item--text {
    width: 100%;
  }

  .purpose .purpose__item--img {
    margin-bottom: 30px;
  }

  /* ---point--- */
  .point_container h3.lower {
    font-size: 20px !important;
  }



  .line.sol04.sol04-2 #point h6 {
    font-size: 16px;


  }



  .point_container--inner p.small-link {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 10px 0;
  }

  .bg-while {
    padding: 30px 15px 30px;
  }

  .line .point ul.point_flex__segment {
    width: 100%;
  }


  .point_flex__extraction li {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 10px;
    border: 1px solid #000;
  }


  .line .point ul.point_flex__segment li {
    font-size: 15px;
    width: 150px;

  }
}


/* ---タブレットレイアウト--- */
@media screen and (min-width:768px) and (max-width:1024px) {

  h4 br.pc-only,
  p br.pc-only {
    display: none;
  }
}


.point__container--fifth figure {
  margin: 20px 0;
}

.dashboard_flex {
  justify-content: center;
}

@media (max-width: 768px) {

  .dashboard_flex {
    display: flex;
    flex-wrap: nowrap;
  }
}

.newline {
  padding-left: 30px;
  font-size: inherit !important;
}

@media (max-width: 768px) {
  .newline {
    padding-left: 23px;
    font-size: inherit !important;
  }
}