/* ----------------- case ------------------ */
#fv{
  background:url(../img/fv-case.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{
  text-align: center;
  margin: 0 auto 30px;
}
.catch{
  font-size: 1.8rem;
  width: 94vw;
  margin: 0 auto;
}
.catch br{
  display: none;
}
#list h2{
  color: #002a66;
  font-size: 3rem;
  font-family:  ten-mincho-text,serif;
  margin: 70px auto 40px;
}
#list article{
  width: 96vw;
  max-width: 1200px;
  margin: 0 auto;
}

#list section{
  text-align: left;
  width: 31vw;
  max-width: 365px;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
#list img{
  width: calc(31vw - 30px);
  max-width: 335px;
  height: auto;
  border-radius: 3px;
}
#list h3{
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 5px;
}
#list h3 .br-sp {
    display: none;
}
#list h3 span {
    font-size: 1.4rem;
    padding-left: 5px;
}
#list .txt-mat{
  font-size: 1.6rem;
}
#list .txt-det{
  font-size: 1.4rem;
  line-height: 2.2rem;
}
#list .txt-det h5{
  font-size: 1.6rem;
  margin: 10px 0 0;
}
#list .txt-det li{
  line-height: 2rem;
  margin-bottom: 4px;
  margin-left: 2rem;
  text-indent: -1.5rem;
}
#list .txt-det p{
  margin-left: 1rem;
}
#list.nophoto{
  margin: 100px auto;
}
#list.nophoto section{
  border-bottom: 1px solid #e6e8ec;
  width: calc(31vw - 15px);
  padding-right: 0;
  margin-right: 15px;
}

/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px){
}
/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px){
  #fv{
    margin-top: 80px;
    margin-bottom: 140px;
  }
  .catch{
    text-align: left;
  }
  .catch br{
    display: block;
  }
  #list h3{
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 3%;
  }
  #list section{
    width: 46vw;
  }
  #list img{
    width: calc(46vw - 30px);
  }
  #list.nophoto section{
    width: calc(46vw - 15px);
  }
}
/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 700px){
    #list h3 .br-sp {
        display: block;
    }
    #list h3 span {
        font-size: 1.4rem;
        padding-left: 0;
    }
    #list article{
      width: 100vw;
      padding: 0 0 30px 10px;
      margin: 0;
    }
    #list section{
      text-align: left;
      width: 45vw;
      max-width: none;
      padding: 0 0 20px 0;
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 10px;
    }
    #list img{
      width: calc(50vw - 15px);
      max-width: auto;
      height: auto;
      border-radius: 3px;
    }

    
}