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

#list section {
  text-align: left;
  width: 41vw;
  max-width: 430px;
  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(41vw - 30px);
  max-width: 400px;
  height: auto;
  margin-bottom: 10px;
  border-radius: 3px;
}
#list h3{
  font-size: 2rem;
  margin-bottom: 5px;
}
#list p{
  line-height: 2.5rem;
}

.list-tb table{
  border-collapse:collapse;
  margin:0 auto;
  width: 700px;
}
.list-tb th{
  color:#005ab3;
}
.list-tb td{
  border-bottom:1px dashed #999;
}
.list-tb th,tr:first-child td{
  border-bottom:2px solid #005ab3;
  text-align: center;
}
.list-tb td,th{
  padding:10px 20px;
  text-align: center;
}
.list-tb th:first-child,
.list-tb td:first-child,
.list-tb th:last-child,
.list-tb td:last-child {
  width: 140px;
}



/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px){
}
/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px){
  #fv{
    margin-top: 80px;
    margin-bottom: 140px;
  }
  .catch br{
    display: block;
  }
  #list section{
    width: 46vw;
  }
  #list img{
    width: calc(46vw - 30px);
  }
  #list.nophoto section{
    width: calc(46vw - 15px);
  }
}
/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 700px){
  .list-tb table{
    width: 90%;
  }
  #list article,
  .list-tb 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;
    margin-right: 10px;
  }
  #list img{
    width: calc(50vw - 15px);
  }
  .list-tb h2{
    margin: 30px auto;
  }
  .list-tb th:first-child,
  .list-tb td:first-child {
    width: 30%;
  }

  .list-tb th:last-child,
  .list-tb td:last-child {
    width: 18%;
  }


}