/* facility-page
-----------------------------------------------------------------  */
.l-content{
  background-image:url(../img/facility-top.png);
}
  
  .facility-list {
    margin-top: 60px;
  }
  
  .facility-list-title {
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    font-family: "UDShinGoPro", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
      "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
    display: flex;
    align-items: center;
  }
  .facility-list-title::before,
  .facility-list-title::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #41aff5;
  
  }
  .facility-list-title::before {
  margin-right: 1rem;
  }
  .facility-list-title::after {
    margin-left: 1rem;
  
  }
  
  .list_anchor {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 50px;
    /*border-bottom: 2px solid #41aff5;*/
  }
  .list_anchor::after {
    content: "";
    width: 31%;
  }
  .list_anchor li {
    width: 31%;
    margin-bottom: 1em;
  }
  .list_anchor li a {
    display: inline-block;
    line-height: 1;
    position: relative;
    color: #1f56c7;
    text-decoration: none;
    padding: 10px 0;
    font-weight: 500;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s;
    border-bottom: 2px solid transparent;
  }
  .list_anchor li a:hover {
    border-bottom: 2px solid #1f56c7;
  }
  .list_anchor2 {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    /*border-bottom: 2px solid #41aff5;*/
  }

  .list_anchor2 li {
	width: 31%;
    margin-bottom: 1em;
  }
.list_anchor2 h4 { font-size: 20px; font-weight: bold; position: relative; padding-left: 30px; margin-bottom: 10px; }
.list_anchor2 h4::before {
	position: absolute;
    content: "";
    height: 4px;
    background: #3baffd;
    width: 12px;
	left: 10px;
	top: 50%;
}
.list_anchor_s {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    /*border-bottom: 2px solid #41aff5;*/
  }

  .list_anchor_s li {
	width: 31%;
  }
ul.list_anchor_s li.f_2{
	padding-top: 45px;
  }
ul.list_anchor_s li.f_3{
	padding-top: 45px;
  }

.list_anchor_s h4 { font-size: 20px; font-weight: bold; position: relative; padding-left: 30px; margin-bottom: 10px; }
.list_anchor_s h4::before {
	position: absolute;
    content: "";
    height: 4px;
    background: #3baffd;
    width: 12px;
	left: 10px;
	top: 50%;
}

.list_anchor_n {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    /*border-bottom: 2px solid #41aff5;*/
  }

  .list_anchor_n li {
	width: 31%;
  }

ul.list_anchor_n li.f_3{
	padding-top: 45px;
  }

.list_anchor_n h4 { font-size: 20px; font-weight: bold; position: relative; padding-left: 30px; margin-bottom: 10px; }
.list_anchor_n h4::before {
	position: absolute;
    content: "";
    height: 4px;
    background: #3baffd;
    width: 12px;
	left: 10px;
	top: 50%;
}

  @media (min-width: 899px) {
	  ul.list_anchor_n li.f_2 {
    padding-top: 45px;
    padding-left: 40px;
    width: 35%;
}
}
  
  @media (max-width: 899px) {
    .facility-list {
        margin-top: 40px;
      }
    .facility-list-title {
      font-size: 24px;
    }
    .list_anchor {
      padding: 10px;
      /*border-bottom: 2px solid #41aff5;*/
    }
	.list_anchor2 {
		flex-direction: column;
	  }
	  .list_anchor_s {
    flex-direction: column;
}
	  .list_anchor_s li {
    width: 100%;
    text-align: center;
}
	  .list_anchor_s h4 {
    font-size: 16px;
    text-align: left;
}
	  .list_anchor_s img{
    padding: 0 15px;
}
	  .list_anchor_n {
    flex-direction: column;
}
	  .list_anchor_n li {
    width: 100%;
    text-align: center;
}
	  .list_anchor_n h4 {
    font-size: 16px;
    text-align: left;
}
	  .list_anchor_n img{
    padding: 0 15px;
	  }
	  	  .list_anchor_n li.f_2 {
			  padding-top: 45px;
	  }
	  
    .list_anchor::after {
      content: "";
      width: 45%;
    }
    .list_anchor li {
      width: 47%;
      margin-bottom: 0;
    }
    .list_anchor li a {
      font-size: 15px;
    }
    .list_anchor2 li {
	  width: 100%;
	  text-align: center;
    }
	  .list_anchor2 h4 { font-size: 16px; text-align: left;}
  }
  
  .facility-items {
    margin-top: 130px;
  }
  
  .facility-item {
    margin-bottom: 230px;
  }
  
  .facility-item-body {
    display: flex;
    min-height:400px;
  }
  
  
  .facility-item-block {
    position: relative;
  }
  
  .facility-item-content {
      padding-top: 50px;
      width:40%;
  }
  .facility-item-content > h2{
    font-family: "UDShinGoPro", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
      "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
      color: #0063cc;
      font-weight: bold;
    font-size: 30px;
    margin-left: 40px;
  }
  .facility-item-content > h2 > span{
    font-size: 20px;
    color: #494949;
    font-weight: normal;
    margin-left: 15px;
  }
  
  .facility-item-content > p{
    margin-top: 40px;
    font-size: 16px;
    color: #494949;
    padding-right: 50px;
    text-align: justify;
    margin-left: 40px;
  }
  
  

  
  .facility-item-img {
    width: 60%;
    position:absolute;
    right:0;
    top:0;
  }
  
  .facility-item-table {
    margin-top: 70px;
  }
  
  .facility-item-table > h2{
    font-family: "UDShinGoPro", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
      "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
      color: #0063cc;
      font-weight: bold;
    font-size: 30px;
    margin-left: 40px;
    margin-bottom: 60px;
  }
  .facility-item-table > h2 > span{
    font-size: 20px;
    color: #494949;
    font-weight: normal;
    margin-left: 15px;
  }
  
  .facility-item-table-td2-1 {
    width: 250px;
  }
  .facility-item-content-p7 {
    margin: 40px 0 0 40px!important;
    color: #ff2327 !important;
    font-size: 18px !important;
  }
  .facility-item-content-p7-2{
    margin-top: 0 !important;
  }
  

  .facility-item-title {
    box-sizing: border-box;
    display: flex;
    text-align: left;
    font-weight: bold;
    border-left: 10px solid #3aa6ee;
    border-image: linear-gradient(to bottom, #3aa6ee 0%, #1f56d7 100%);
    border-image-slice:1;
    position:relative;
    z-index:10;
}

  
  .facility-item-title > h1{
    font-size: 30px;
    padding:10px 30px;
    background:rgba(255,255,255,0.8);
    display: flex;
  flex-direction: column;
  justify-content: center;
}


  @media (max-width: 899px) {
    .facility-items {
      margin-top: 50px;
    }
  
    .facility-item {
      margin-bottom: 80px;
    }
  
    .facility-item-title {
      text-align: left;
      font-size: 18px;
      font-weight: bold;
      position: relative;
    }

    .facility-item-title > h1{
      font-size:18px;
      padding:10px;
    }
    
    .facility-item-body {
      display: block;
      align-items: center;
      min-height:auto;
      padding-top:10px;
    }

    .facility-item-content {
        padding-top: 0;
        width:100%;
    }
    .facility-item-content > h2{
      font-size: 18px;
      margin-left: 10px;
      margin-top: 0;
    }
    .facility-item-content > h2 > span{
      font-size: 12px;
  
      margin-left: 10px;
    }
    .facility-item-content > p{
      margin: 20px 10px;
      font-size: 12px;
      text-align: justify;
    }
 
    
    .facility-item-content-p7 {
      margin: 20px 10px 0 !important;
      color: #ff2327 !important;
      font-size: 12px !important;
    }

    .facility-item-img{
      width:100%;
      position:relative;
    }
    
  }
  
  .facility-table-menu {
    border-collapse: collapse;
    border: 2px solid #969696 ;
    width: 100%;
    
  }
  
  .table-menu-item-td {
    padding: 10px;
    border: 1px solid #969696 ;
    vertical-align: middle;
    font-size: 15px;
    
  }
  
  .table-menu-item-th {
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #969696 ;
    vertical-align: middle;
    padding: 10px;
    text-align: left;
    width: 220px;
  }
  
  
  .table-item-data,
  .table-item-data2 {
    display: flex;
  }
  .table-item-data > p{
    padding-left: 30px;
  }
  .table-item-data > p:first-of-type{
    width: 100px;
    padding-left: 0px;
  }
  
  .table-item-data2 > p{
    padding-left: 30px;
  }
  
  .table-item-data2 > p:first-of-type{
    padding-left: 0px;
  }
  
  .table-bg {
  background: #f4f6f7;
  }
  
  .table-title {
  width: 220px;
  }
  .table-title1 {
      text-align: center;
  }

  .table-type {
  width: 200px;
  }
  
  .table-item {
    width: 100%;
  }
  
  .item-3-space {
    padding: 30px 20px;
  }
  
  .scroll table{
    width:100%;
    }
  
  .scroll{
    overflow: auto;
    white-space: nowrap;
  }
  
  .scroll::-webkit-scrollbar{
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  
  
  
  @media (max-width: 899px) {
    .facility-table-menu th,.facility-table-menu td{
      font-size:0.8em;
      padding:5px;
    }
    .table-menu-item-th {
      width:90px;
    }
    .table-menu-item-td {
    }
    .table-item-data > p{
      padding-left: 10px;
    }
    .item-3-space {
      padding: 10px;
    }
    .facility-item-table {
      margin-top: 20px;
    }
    
    .facility-item-table > h2{
    
      font-size: 18px;
      margin-left: 0;
      margin-bottom: 10px;
    }
    .facility-item-table > h2 > span{
      font-size: 12px;
      margin-left: 10px;
    }
    .facility-item-table-td2-1 {
      width: 200px;
    }
  
    .facility-item-table-td2-2{
      width: 76px;
      padding: 10px 0px;
      text-align: center;
    }
  .item3-th {
      width: 120px;
  }
  }