.noto_serif {
  font-family: 'Noto Serif JP', serif;
}
.anchor_area {
  margin-top: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cccbc7), color-stop(72%, #cccbc7), color-stop(72%, #fff), to(#fff));
  background-image: linear-gradient(180deg, #cccbc7 0%, #cccbc7 72%, #fff 72%, #fff 100%);
}
.anchor_area_inr {
  padding: 95px 100px 0;
}
.anchor_heading {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.anchor_heading_btm_p {
  margin-top: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
}
.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 520px;
  margin: 55px auto 0;
}
.anchor_list_item_link {
  display: block;
  padding-bottom: 32px;
  background-image: url("../images/icon_arw_btm.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 28px;
}
.anchor_list_item_pic {
  font-size: 0;
  text-align: center;
}
.anchor_list_item_text {
  margin-top: 15px;
  font-size: 20px;
  text-align: center;
}
.point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.point_list+.point_list {
  margin-top: 20px;
}
.point_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(333px - 32px);
  margin-top: 32px;
  margin-left: 32px;
  padding: 40px 10px;
  border: 2px solid #333;
  background-color: #fff;
  position: relative;
}
.point_list_item+.point_list_item {
  margin-left: 52px;
}
.point_list_item_pic {
  font-size: 0;
  position: absolute;
  top: -32px;
  left: -32px;
}
.point_list_item_p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.point_list_item_p .font_l {
  font-size: 22px;
  font-weight: bold;
}
.lp_btn_link {
  display: block;
  width: 480px;
  margin: 0 auto;
  padding: 24px 60px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #0c0c0c;
  background-image: url("../images/icon_btn_arw_r.svg");
  background-repeat: no-repeat;
  background-position: center right 28px;
  background-size: 32px;
}
.lp_btn_link:link,
.lp_btn_link:visited {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .anchor_area {
    margin-top: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cccbc7), color-stop(74%, #cccbc7), color-stop(74%, #fff), to(#fff));
    background-image: linear-gradient(180deg, #cccbc7 0%, #cccbc7 74%, #fff 74%, #fff 100%);
  }
  .anchor_area_inr {
    padding: 45px 12px 0;
  }
  .anchor_heading {
    font-size: 20px;
  }
  .anchor_heading_btm_p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .anchor_list {
    width: auto;
    margin: 30px -15px 0;
  }
  .anchor_list_item {
    width: calc((100% - 30px) / 3);
  }
  .anchor_list_item_text {
    margin-top: 5px;
    font-size: 16px;
  }
  .point_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .point_list+.point_list {
    margin-top: 10px;
  }
  .point_list_item {
    width: calc((100% - 10px) / 2);
    margin-top: 37px;
    margin-left: 0;
    padding: 30px 5px;
  }
  .point_list_item+.point_list_item {
    margin-left: 0;
  }
  .point_list_item:nth-child(even) {
    margin-left: 10px;
  }
  .point_list_item:nth-child(n+3) {
    margin-top: calc(37px + 10px);
  }
  .point_list_item_pic {
    width: 64px;
    margin: auto;
    top: -37px;
    right: 0;
    left: 0;
  }
  .point_list_item_p {
    font-size: 16px;
    line-height: 24px;
  }
  .point_list_item_p .font_l {
    font-size: 16px;
  }
  .lp_btn_link {
    width: 90%;
    padding: 20px 40px;
    font-size: 15px;
    background-position: center right 16px;
    background-size: 28px;
  }
}


/*# sourceMappingURL=style.css.map */


.txt_center {text-align: center;margin: 35px 0 0 0;}