html {
  scroll-behavior: smooth;
}

.page-nav__list--item a:hover,
.page-nav__list--item a:visited,
.img-mv__contents--button a:hover,
.img-mv__contents--button a:visited,
.c-btn__link:hover{
  color: #fff;
}

.img-mv__contents--button a{
  transition: all .3s ease;
}

.img-mv__contents--button a:hover{
  background-color: #fd0449;
}

@media screen and (min-width:769px){
  #anc-01,
  #anc-02,
  #anc-03{
    padding-top: 200px;
    margin-top: -200px;
  }
}

.img-mv__contents--title h1{
  padding-top: 8px;
  line-height: 1.5;
}

.img-mv__contents--title h1 span{
  font-size: 16px;
  display: block;
}

.main-article__shl {
  margin-top: 32px;
  padding-bottom: 4px;
  border-bottom: 3px solid #004386;
  color: #004386;
  font-size: 20px;
  font-weight: bold;
}

.main-article__description{
  margin-top: 1em;
}

.main-article__box{
  margin-top: 40px;
  padding: 40px;
  background-color: #eff6fc;
}

.main-article__box--hl{
  color: #004386;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.main-article__box--img{
  width: 100%;
  max-width: 900px;
  margin: 32px auto 0;
  display: block;
}

.main-article__box--img.sp{
  display: none;
}

@media screen and (max-width:768px){
  /*.fllb_hq{
    margin-bottom: 32px;
    font-size: 22px;
  }*/
  .main-article__shl{
    font-size: 19px;
  }
  .main-article__box{
    padding: 32px;
  }
  .main-article__box--img.pc{
    display: none;
  }
  .main-article__box--img.sp{
    max-width: 290px;
    margin-top: 24px;
    display: block;
  }
}