@charset "utf-8";
@media screen and (max-width: 768px){
  .inLink{
    border-bottom: 2px solid #003894;
    margin-bottom: 30px;
    text-align: center;
  }
  .inLink ul li{
    display: inline-block;
    text-align: center;
    width: 45%;
    margin: 0 2%;
  }
  .inLink ul li a{
    display: block;
    padding: 12px;
    background: #CCC;
    text-decoration: none;
    color: #333;
    font-size: 16px;
  }
  .inLink ul li.on a,.inLink ul li a:hover{
    background: #003894;
    color: #FFF;
  }
  .facBoxWide{
    margin-bottom: 20px;
  }
  .facleftBox{
    margin-bottom: 20px;
  }
  .facBox{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: auto !important;
  }
  .facBox:nth-child(2n){
    margin-right: 0;
  }
  .mapWap{
    width: 100%;
    margin: 20px auto 30px;
  }
  .boxTtl{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .boxTtl strong{
    width: 140px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #003894;
    padding: 8px 0px;
    color: #FFF;
    display: inline-block;
    margin-right: 15px;
  }
  .boxTtl span{
    display: block;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 769px){
  .inLink{
    border-bottom: 2px solid #003894;
    margin-bottom: 30px;
    text-align: center;
  }
  .inLink ul li{
    display: inline-block;
    text-align: center;
    width: 300px;
    margin: 0 10px;
  }
  .inLink ul li a{
    display: block;
    padding: 12px;
    background: #CCC;
    text-decoration: none;
    color: #333;
    font-size: 16px;
  }
  .inLink ul li.on a,.inLink ul li a:hover{
    background: #003894;
    color: #FFF;
  }
  .facBoxWide{
    margin-bottom: 20px;
  }
  .facBox{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .facBox:nth-child(2n){
    margin-right: 0;
  }
  .mapWap{
    width: 622px;
    margin: 20px auto 30px;
  }
  .boxTtl{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .boxTtl strong{
    width: 140px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #003894;
    padding: 8px 0px;
    color: #FFF;
    display: inline-block;
    margin-right: 15px;
  }
  .facLeft{
    float: left;
    width: 48%;
  }
  .facleftBox{
    margin-bottom: 20px;
  }
  .facRight{
    float: right;
    width: 50%;
  }
  .space{
    margin-top:40px !important;
  }
}