/* ----------------- faq ------------------ */
#fv{
  background:url(../img/fv-faq.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 230px;
  text-align: center;
  position: relative;
  overflow: visible;
  margin-bottom: 100px;
  margin-top: 68px;
}
#fv::before{
  content: "";
  background: #e6e8ec url(../img/bg-tri1.svg) bottom right no-repeat;
  background-size: auto;
  position: absolute;
  width: 100%;
  height: 230px;
  top: 46px;
  left: 0;
  z-index: -1;
}
#fv::after{
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 0px solid transparent;
  border-left: 42px solid #fff;
  border-right: 0px solid transparent;
  border-bottom: 65px solid transparent;
}
#fv img{
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
#fv h1::before,
#fv h1::after{
  content: "";
  width: 1px;
  left: 50vw;
  position: absolute;
}
#fv h1::before{
  background: #fff;
  height: 150px;
  top: 150px;
}
#fv h1::after{
  background: #002a66;
  height: 70px;
  top: 230px;
}

#list{
  margin-bottom: 50px;
}
dl{
  margin: 0 auto 40px;
  text-align: center;
}
dt{
  color: #fff;
  background: #4b93ce;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 90px;
  height: 110px;
  line-height: 110px;
  transform: skewX(-33deg);
  position: relative;
  z-index: 2;
}
dt::before{
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 90px;
  width: 10px;
  height: 120px;
  z-index: 1;
}
dt span{
  font-size: 3.6rem;
  font-family: ten-mincho-text,serif;
  display: block;
  transform: skewX(33deg);

}
dd{
  background: #e6e8ec;
  text-align: left;
  display: inline-block;
  width: calc(94vw - 180px);
  max-width: 600px;
  padding: 20px 20px 20px 70px;
  margin: 10px auto 0 -35px;
  vertical-align: top;
  position: relative;
  z-index: -1;
}
dd h3{
  color: #002a66;
  font-size: 2rem;
  font-family: ten-mincho-text,serif;
  margin-bottom: 10px;
}
/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px){
}
/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px){
  #fv{
    margin-top: 80px;
    margin-bottom: 140px;
  }
}
/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 700px){
}