/*--- アイキャッチ調整 ---*/
.eyecatch {
  background: url(/images/guide/highprice-point/eyecatch.png) no-repeat;
  width: 100%;
  height: 18rem;
  background-position: center;
  background-size: 200%;
}/*アイキャッチ*/
@media (max-width: 400px) {
  .eyecatch {
    height: 16rem;
  }
}/*アイキャッチ調整*/
@media (min-width: 550px) {
  .eyecatch {
    height: 24rem;
  }
}/*アイキャッチ調整*/
@media (min-width: 650px) {
  .eyecatch {
    background-size: 100%;
    height: 21rem;
  }
}/*アイキャッチ調整*/
@media (min-width: 1200px) {
  .eyecatch {
    height: 24rem;
  }
}/*アイキャッチ調整*/
@media (min-width: 1400px) {
  .eyecatch {
    height: 32rem;
  }
}/*アイキャッチ調整*/


/*--- コンテンツ ---*/
ul a {
  display: inline!important;
  position: relative;
}
.contents_wrap .contents p, .contents_wrap li, .contents_wrap h3 {
  color: #777!important;
}
.contents_wrap .contents {
  background: #fff;
  border: 3px solid #777;
  padding: 2rem;
}
.fzs {
  font-size: 1.5rem!important;
  line-height: 1.6;
}/*フォントサイズ小*/
.mokuji {
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  padding: 1rem 2rem 2rem 2rem;
  margin: 0.5rem;
}
section {
  margin: 6rem auto;
}
section:first-child {
  margin-top: 0;
}
section .h2 {
  text-align: center;
  display: block!important;
  background: #248ccf;
  padding: 3rem 0 4rem;
  font-size: 3rem!important;
  color: #fff!important;
  margin: 0 -2rem 2rem;
}
section .h2 h2 {
  position: relative;
  padding-left: 4rem;
}
section .h2 h2:before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(/images/guide/highprice-point/loupe.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  display: inline-block;
}
section .h2 h2:after {
  content: "";
  display: inline-block;
  width: 20%;
  height: auto;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translate(-50%, 0%);
}
.contents .icon img {
  width: 100px;
  margin: 3rem auto;
}
.contents .lead {
  margin-bottom: 4rem;
}
section.index ul {
  margin-left: 2rem;
}
section.index li {
  list-style-type: disc;
}
ul.checklist li h3 {
  position: relative;
  padding-left: 6rem;
  font-size: 2.6rem!important;
  line-height: 1.6;
  display: block!important;
}
ul.checklist li h3:before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: #fff url(/images/guide/highprice-point/check.png) no-repeat;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  background-size: contain;
  display: inline-block;
}
ul.checklist li div {
  padding-left: 3.5rem;
  padding-bottom: 3rem;
  border-left: 2px solid #777;
  margin: 1rem 0 2rem 2.5rem;
}
ul.checklist li li {
  list-style-type: disc;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
div.flex img {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .fzs {
    font-size: 1.7rem!important;
  }
  ul.checklist li div.flex {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse nowrap;
    width: 97%;
  }
  div.flex p, div.flex img, div.flex div {
    width: 50%;
    height: 100%;
  }
  div.flex img {
    padding: 0 1rem;
  }
  div.flex img.bnr {
    width: 80%;
  }
  .contents .icon img {
    width: 150px;
  }
}
