@charset "UTF-8";

.s-pc {
  display: none;
}

.s-sp {
  display: block;
}

.bg-container .area-cpn {
  margin-top: 0;
}

.f-plan-search .f-plan-search-form {
  padding-bottom: 50px;
}

/*------------------------------------
  fv
------------------------------------*/
.f-mv {
  background: none;
  height: auto;
}

.f-mv::before {
  content: none;
}

.f-mv-message {
  justify-content: center;
  flex-direction: column;
  padding: 0;
}

.f-mv-heading {
  margin-bottom: 0;
}


/*------------------------------------
  about
------------------------------------*/
.about {
  background-color: #fff101;
}

.about .f-section-header {
  margin-bottom: 20px;
}

.about .f-heading {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  margin-top: 0 !important;
}

.about .f-heading::before {
  position: absolute;
  content: "";
  background-image: url(/doc/special/pointup_plan/img/about-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 155px 250px;
  width: 155px;
  height: 250px;
  z-index: -1;
  left: calc(-150 / 750 * 100vw);
  top: calc(0 / 750 * 100vw);
}

.about .small {
  font-size: 12px;
  line-height: 1.2;
}

.about-list {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
  gap: 10px;
}

.about-list li {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.about-title {
  position: relative;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 14px;
  padding-left: 90px;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.about-title span {
  color: #004ea1;
  font-weight: bold;
  font-size: 20px;
  padding-top: 8px;
  line-height: 1.3;
}

.about-title::before {
  content: '';
  display: block;
  width: 62px;
  height: 77px;
  background-image: url(/doc/special/pointup_plan/img/about-ic-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 12px;
}

.about-title.about-ttl-02::before {
  background-image: url(/doc/special/pointup_plan/img/about-ic-02.png);
}

.about-title.about-ttl-03::before {
  background-image: url(/doc/special/pointup_plan/img/about-ic-03.png);
}

.about-contents {
  padding: 10px 18px 18px;
}

.about-contents img {
  display: block;
  margin: 0 auto 20px;
}

.about-contents p {
  margin-bottom: 0;
}

/*------------------------------------
    search
  ------------------------------------*/
.search {
  background-color: #fff8f8;
}

.search .f-heading {
  padding: 0 10px 20px;
}

/*------------------------------------
  example
------------------------------------*/
.example {
  margin-top: 40px;
}

/*----------------------------------
----------------------------------
  PC
----------------------------------
------------------------------------*/

@media only screen and (min-width: 768px) {
  .s-pc {
    display: block;
  }

  .s-sp {
    display: none;
  }

  .f-txt {
    text-align: center;
  }

  .f-plan-search .f-plan-search-form {
    padding-bottom: 0;
  }

  /*------------------------------------
    fv
  ------------------------------------*/

  .f-mv-heading {
    max-width: 910px;
    margin: 0 auto;
    padding: 25px 0;
  }

  .f-mv {
    background: #ff5224 url(/doc/special/pointup_plan/img/mv-main-bg.png) no-repeat top center;
    background-size: 1920px 440px;
    letter-spacing: 0;
    background-size: cover;
    height: auto;
  }

  /*------------------------------------
    about
  ------------------------------------*/
  .about .f-heading {
    padding: 0;
  }

  .about .f-section-header {
    margin-bottom: 40px;
  }

  .about .f-heading::before {
    background-size: 240px 388px;
    width: 249px;
    height: 388px;
    left: 110px;
    top: 35px;
  }

  .about .small {
    text-align: center;
  }

  .about-list {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .about-list li {
    width: 305px;
  }

  .about-contents {
    padding: 15px 12px 18px;
  }

  /*------------------------------------
    search
  ------------------------------------*/
  .search {
    background-color: #fff;
  }

  .f-plan-search .form-content,
  .f-plan-search .form-submit {
    background-color: #fff8f8;
  }

  .f-plan-search .panel-item {
    background-color: rgba(247, 247, 247, 1);
  }

  /*------------------------------------
  example
------------------------------------*/
  .example {
    text-align: center;
    margin-top: 50px;
  }

}