.is_sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
}

.point_area {
  text-align: center;
  background-color: #e5f0fa;
}

.point_area .inner {
  padding: 50px 0 40px;
  max-width: 980px;
  width: 100%;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 640px) {
  .point_area .inner {
    padding: 5.33333vw 0;
  }
}

.point_area .inner::before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0;
  width: 244px;
  height: 290px;
  background: url(/service/mikata/images/product/img_koizumi.png) center/cover no-repeat;
}

@media screen and (max-width: 640px) {
  .point_area .inner::before {
    display: none;
  }
}

.point_area .inner .point_box {
  padding-left: 170px;
}

@media screen and (max-width: 640px) {
  .point_area .inner .point_box {
    padding-left: 0;
  }
}

.point_area h2 {
  color: #2f6087;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.point_area .h2 {
  color: #2f6087;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .point_area h2 {
    margin-bottom: 2.66667vw;
    font-size: 4.26667vw;
  }
}

.point_area h2 span {
  font-size: 26px;
  color: #2f6087;
}
@media screen and (max-width: 640px) {
  .point_area .h2 {
    margin-bottom: 2.66667vw;
    font-size: 4vw;
    font-weight: bold;
  }
}

.point_area .h2 span {
  font-size: 26px;
  color: #2f6087;
}

@media screen and (max-width: 640px) {
  .point_area h2 span {
    font-size: 4.26667vw;
  }
}

.point_area h2 span.strong {
  font-size: 130%;
}

.point_area h2 span.strong_mid {
  font-size: 120%;
}

.point_area h2 span.txt_bdr {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffc9f));
  background: -webkit-linear-gradient(transparent 50%, #fffc9f 50%);
  background: -o-linear-gradient(transparent 50%, #fffc9f 50%);
  background: linear-gradient(transparent 50%, #fffc9f 50%);
}

@media screen and (max-width: 640px) {
  .point_area .h2 span {
    font-size: 4.26667vw;
  }
}

.point_area .h2 span.strong {
  font-size: 130%;
}

.point_area .h2 span.strong_mid {
  font-size: 120%;
}

.point_area .h2 span.txt_bdr {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffc9f));
  background: -webkit-linear-gradient(transparent 50%, #fffc9f 50%);
  background: -o-linear-gradient(transparent 50%, #fffc9f 50%);
  background: linear-gradient(transparent 50%, #fffc9f 50%);
}

.point_area h3 {
  color: #2f6087;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.point_area .h3 {
  color: #2f6087;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .point_area h3 {
    margin-bottom: 2.66667vw;
    font-size: 4.26667vw;
  }
}

.point_area h3 span {
  font-size: 26px;
  color: #2f6087;
}
@media screen and (max-width: 640px) {
  .point_area .h3 {
    margin-bottom: 2.66667vw;
    font-size: 4vw;
    font-weight: bold;
  }
}

.point_area .h3 span {
  font-size: 26px;
  color: #2f6087;
}

@media screen and (max-width: 640px) {
  .point_area h3 span {
    font-size: 4.26667vw;
  }
}

.point_area h3 span.strong {
  font-size: 130%;
}

.point_area h3 span.strong_mid {
  font-size: 120%;
}

.point_area h3 span.txt_bdr {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffc9f));
  background: -webkit-linear-gradient(transparent 50%, #fffc9f 50%);
  background: -o-linear-gradient(transparent 50%, #fffc9f 50%);
  background: linear-gradient(transparent 50%, #fffc9f 50%);
}

@media screen and (max-width: 640px) {
  .point_area .h3 span {
    font-size: 4.26667vw;
  }
}

.point_area .h3 span.strong {
  font-size: 130%;
}

.point_area .h3 span.strong_mid {
  font-size: 120%;
}

.point_area .h3 span.txt_bdr {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffc9f));
  background: -webkit-linear-gradient(transparent 50%, #fffc9f 50%);
  background: -o-linear-gradient(transparent 50%, #fffc9f 50%);
  background: linear-gradient(transparent 50%, #fffc9f 50%);
}

.point_area .txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .point_area .txt {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}

.point_area .kv-btn-wrap {
  max-width: 646px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .point_area .kv-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.point_area .kv-btn-wrap .kv-btn {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .point_area .kv-btn-wrap .kv-btn + .kv-btn {
    margin-top: 4vw;
  }
}

.point_area .kv-btn-wrap .kv-btn-inr a {
  max-width: 313px;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .point_area .kv-btn-wrap .kv-btn-inr a {
    margin: 0 auto;
  }
}

.point_area .kv-btn-wrap .kv-btn-inr a span {
  line-height: 1.3;
}

.point_area .kv-btn-wrap .kv-btn-inr a span .min {
  padding-left: 35px;
  color: #fff;
  font-size: 73%;
}

.point-area-cta {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.point-area-btn-inr {
  width: 31%;
}

.point-area-link {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px 10px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -webkit-transition: .3s;
  transition: .3s;
}

.point-area-download {
  background-color: #E16C64;
}

.point-area-price {
  background-color: #f7a42d;
}

.point-area-other {
  background-color: #217FC4;
}

.point-area-link::after {
  content: "";
  display: block;
  width: 10%;
  height: 120%;
  position: absolute;
  top: 0;
  right: -10%;
  z-index: 0;
  transform: skewX(-45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.point-area-download::after {
  background-color: #d2663d;
}

.point-area-price::after {
  background-color: #c48529;
}

.point-area-other::after {
  background-color: #30638B;
}

.point-area-link span {
  color: #ffffff;
  font-size: 18px;
  z-index: 1;
  font-weight: bold;
}

.point-area-link:hover::after {
  width: 115%;
  transition: .3s;
}

.point-area-download img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  z-index: 1;
}

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

  .point-area-cta {
    display: block;
  }

  .point-area-btn-inr {
    width: 100%;
  }

  .point-area-download {
    margin-bottom: 10px;
  }

  .point-area-price {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px){
  .point-area-cta {
    margin-top: 20px;
  }

  .point-area-link span {
    font-size: 15px;
  }
}
