﻿@charset "UTF-8";

/***********************************
virtual_campus CSS
************************************/

#s01 {
}

#s01 h2 {
  margin-left: auto;
  margin-right: auto;
  width: 560px;
  width: 85%;
}

#s01 .read-box {
  text-align: center;
  display: block;
}

#s01 dl {
  display: block;
  border: 1px solid #00a6e9;
  position: relative;
  overflow: hidden;
}

#s01 dl {
  display: table;
}

#s01 dl dt,
#s01 dl dd {
  display: table-cell;
  vertical-align: middle;
}

#s01 #map {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#s01 #map span {
  display: block;
  position: absolute;
  width: 5%;
}

#s01 #map span.icon-01 {
  top: 4.9%;
  left: 44.4%;
}

#s01 #map span.icon-02 {
  top: 20%;
  left: 41.9%;
}

#s01 #map span.icon-03 {
  top: 53.7%;
  left: 22.3%;
}

#s01 #map span.icon-04 {
  top: 58.5%;
  left: 30.7%;
}

#s01 #map span.icon-05 {
  top: 67%;
  left: 14.9%;
}

#s01 #map span.icon-06 {
  top: 72.3%;
  left: 36%;
}

#s01 #btn-box {
  position: relative;
  overflow: hidden;
}

#s01 #btn-box li {
  float: left;
}

#s01 #btn-box li a {
  display: block;
  text-align: center;
  background-color: #00a6e9;
  background-image: url("../images/link_arrow.svg");
  background-position: center right 8%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  color: #fff;
  text-decoration: none;
}

/*PC CSS*/
@media print, screen and (min-width: 769px) {
  
  .tab {
    display: none;
  }
  
  #s01 h2 {
    margin-bottom: 15px;
  }
  
  #s01 .read-box {
    margin-bottom: 15px;
    font-size: 17px;
  }

  #s01 dl {
    padding: 15px;
    margin-bottom: 50px;
  }
  
  #s01 dl dt {
    width: 5%;
  }

  #s01 dl dd {
    padding-left: 20px;
    font-size: 17px;
  }  
  
  #s01 #map {
    margin-bottom: 50px;
  }
  
  #s01 #btn-box {
    margin-bottom: 50px;
  }  
  
  #s01 #btn-box li {
    width: 32.5%;
    margin-right: 1.2%;
    margin-bottom: 10px;
  }
  
  #s01 #btn-box li:nth-child(3n) {
    margin-right: 0;
  }

  #s01 #btn-box li a {
    line-height: 72px;
  }
  
}

@media screen and (min-width:769px) and (max-width:870px){
  
  .tab {
    display: block;
  }
  
}

/*Smp CSS*/
@media screen and (max-width:768px) {
  
  #s01 h2 {
    margin-bottom: 10px;
  }  
  
  #s01 .read-box {
    font-size: 12px;
    margin-bottom: 15px;
  }  
  
  #s01 dl {
    padding: 10px;
    margin-bottom: 30px;
  }
  
  #s01 dl dt {
    width: 10%;
  }

  #s01 dl dd {
    padding-left: 15px;
    font-size: 12px;
  }    
 
  #s01 #map {
    margin-bottom: 30px;
  }
  
  #s01 #btn-box {
    margin-bottom: 10px;
  }  
  
  #s01 #btn-box li {
    width: 49%;
    margin-bottom: 10px;
  }
  
  #s01 #btn-box li:nth-child(2n) {
    float: right;
  }

  #s01 #btn-box li a {
    line-height: 72px;
  }
  
}

