@charset "utf-8";
.cmn_topicpath{
  margin-bottom: 27px;
}
.area_second_main{
  background-image: url(/access/img/img_main.jpg);
}
@media screen and (max-width :768px){
  .area_second_main{
    background-image: url(/access/img/img_main_sp.jpg);
  }   
  .cmn_topicpath{
    margin-bottom: 20px;
  }
}
/* ===============================================
# sec_campus
=============================================== */
.sec_campus{
  padding-top: 90px;
}
.sec_campus .area_list{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
  flex-wrap: wrap;
}
@media screen and (max-width :768px){
  .sec_campus{
    padding-top: 27px;
  }
}
.sec_campus dl{
  width: 31.7%;

}
.sec_campus dl dt{
  text-align: center;
  padding-bottom: 22px;
}
.sec_campus dl .ttl span{
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-bottom: 20px;
  border-bottom:solid 2px #535353;
  background: url(/common/img/ico_palce.svg) no-repeat left 3px;
  background-size: 14px 18px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
.sec_campus dl .ttl span::after{
  display: block;
  content: '';
  margin: 0 auto;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #535353 transparent transparent transparent;  
}
.sec_campus dd figure{
  margin-bottom: 22px;
}
.sec_campus .list_faculty{
  margin-bottom: 15px;
}
.sec_campus .list_faculty li{
  display: inline-block;
  padding-right: 1em;
  padding-left: 15px;
  text-indent: -7px;
}
.sec_campus .list_faculty li::before{
  display: inline-block;
  margin-right: 4px;
  content: '●';
  font-size: 10px;
  font-size: 1rem;
  color: #063e8d;
  vertical-align: top;
  margin-top: 0.5em;
}
@media pritn,screen and (min-width :769px){
  .sec_campus dl:nth-child(n+4){
    margin-top: 90px;
  }
}
@media screen and (max-width :768px){
  .sec_campus dl{
    width: 100%;
  }
  .sec_campus dl:nth-child(n+2){
    margin-top: 28px;
  }
  .sec_campus dl .ttl{
    text-align: center;
    padding-bottom: 10px;
  }
  .sec_campus dl .ttl span{
    width: 100%;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 15px;
    background-size: 11px 13.5px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .sec_campus dl dt span::after{
    bottom: -10px;
    border-width: 10px 9.5px 0 9.5px;
  }
  .sec_campus dd{
    display: -webkit-box;
    display: -ms-flex;  
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap:wrap;
  }
  .sec_campus dd .box_spright{
    width: 50.4%;
  }
  .sec_campus dd figure{
    width: 46.5%;
    margin-bottom:0;
  }
  .sec_campus .list_faculty{
    width: 100%;
    margin-bottom: 0;
  }
  .sec_campus .list_faculty li{
    min-width: 6.5em;
  }
  .sec_campus .list_faculty li::before{
    font-size: 8px;
    font-size: 0.8rem;
    margin-top: 0.5em;
  }
  .sec_campus .cmn_link_menutxt.col1{
    width: 100%;
    display: -webkit-box;
    display: -ms-flex;  
    display: -webkit-flex;
    display: flex;    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;    
    border-top: none;
    margin-top: 15px;
  }
  .sec_campus .cmn_link_menutxt.col1 li{
    width: 46.5%;
    border-top: solid 1px #9c9c9c;
  }
  .sec_campus .cmn_link_menutxt.col1.long li{
    width: 100%;
  }
  
  body.android .sec_campus dd{
    display: block;
  }
  body.android .sec_campus dd figure{
    width: 100%;
    margin-bottom: 20px;
  }
  body.android .sec_campus dd .box_spright{
    width: 100%;
  }
}
/* ===============================================
# 交通アクセスページ
=============================================== */
/*キャンパス概要--------------------------------*/
.area_campus{
  padding-top: 25px;
  margin-bottom: 75px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width :1000px){
  .area_campus{
    display: block;
  }
}
@media screen and (max-width :768px){
  .area_campus{
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.area_campus .box_info{
  width: 45.7%;
}
.area_campus .box_info figure{
  margin-bottom: 10px;
}
.area_campus .box_info .adr{
  font-weight: bold;
}
.area_campus .box_info .tel{
  padding-left: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 31px;
  background: url(/common/img/ico_tel.svg) no-repeat left center;
  background-size: 31px 31px;
}
.area_campus .box_info .tel a{
  color: #063e8d;
}
.area_campus .box_info .tel span{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
}
.area_campus .box_info .facility{
  margin-top: 15px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
}
.area_campus .box_info .facility dt{
  position: relative;
  flex: 1;
}
.area_campus .box_info .facility dt::after{
  content: ':';
  position: absolute;
  top: 0;
  right: 10px;
}
.area_campus .box_info .facility dd{
  width: 80%;
  max-width:460px;
}
.area_campus .box_info .facility ul{
  flex-wrap: wrap;
  line-height: 1.3;  
  margin-top: 0.3em;
}
.area_campus .box_info .facility ul li{
  width: 50%;
  display: inline-block;
  padding-right: 0.3em;
  padding-left: 15px;
  text-indent: -7px;
  margin-bottom: 5px;
}
.area_campus .box_info .facility li::before{
  display: inline-block;
  margin-right: 4px;
  content: '●';
  font-size: 10px;
  font-size: 1rem;
  color: #063e8d;
  vertical-align: top;
  margin-top:0.4em;
}
.area_campus .box_info .cmn_btn_general{
  margin-top: 13px;
  margin-bottom: 0;
  width: 77.3%;
  min-width: inherit;
  border-color: #cccccc;
}
@media screen and (max-width :1000px){
  .area_campus .box_info{
    width: 100%;
    margin-bottom: 40px;
  }
  .area_campus .box_info .facility dt{
    width: 4em;
    flex: initial;
  }
  .area_campus .box_info .facility dt::after{
    right: 0.5em;
  }
  .area_campus .box_info .facility dd{
    flex: 1;
    width: auto;
  }
  .area_campus .box_info .facility ul{
    flex-wrap: wrap;
  }
  .area_campus .box_info .cmn_btn_general{
    margin-top: 18px;
  }  
  body.android .area_campus .box_info .facility ul{
    display: block;
  }
  body.android .area_campus .box_info .facility ul li{
    width: 100%;
  }
}
@media screen and (max-width :768px){
  .area_campus .box_info .adr{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area_campus .box_info .tel{
    padding-left: 30px;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 23px;
    background-size: 23px 23px;
  }  
  .area_campus .box_info .tel span{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area_campus .box_info .facility{
    margin-top: 15px;
    padding: 10px 0;
  }  
  .area_campus .box_info .facility ul{
    margin-top: 0.1em;
  }
  
  .area_campus .box_info .facility li::before{
    font-size: 6px;
    font-size: 0.6rem;
    margin-top:0.8em;
  }  
}
/*周辺地図*/
.area_campus .box_map{
  width: 45.7%;
}
.area_campus .box_map .ttl{
  margin-bottom: 20px;
  padding-left: 44px;
  font-size: 21px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 38px;
  background: url(/common/img/ico_palce.svg) no-repeat left center;
  background-size: 31px 38px;
}
.area_campus .box_map .text{
  margin-bottom: 20px;
  line-height: 1.75;
}
.area_campus .box_map .cmn_btn_general{
  border-color: #cccccc;
}
@media print,screen and (min-width :1001px){
  .area_campus .box_map .btn_google{
    text-align: right;
  }
  .area_campus .box_map .cmn_btn_general{
    min-width: 240px;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media screen and (max-width :1000px){
  .area_campus .box_map{
    width: 100%;
  }
  .area_campus .box_map .btn_google{
    text-align: center;
  }    
}
@media screen and (max-width :768px){
  .area_campus .box_map .ttl{
    margin-bottom: 14px;
    padding-left: 25px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    background-size: 15px 19px;
  }
  .area_campus .box_map .text{
    margin-bottom: 15px;
    line-height: 1.538;
  }  
}
/*ルート*/
.area_route .box_route{
  margin-bottom: 80px;
}
.area_route .box_route .cmn_scroll_area{
  margin-bottom: 20px;
}
@media screen and (max-width :768px){
  .area_route .box_route{
    margin-bottom: 40px;
  }
}
/*時刻表--------------------------------*/
.area_timetable{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.area_timetable .item{
  width: 48.5%;
}
.area_timetable .cmn_tableStyle th,
.area_timetable .cmn_tableStyle td{
  padding: 13px 0.7em;
}
@media screen and (max-width :1000px){
  .area_timetable{
    display: table;
  }
  .area_timetable .item{
    width: 100%;
  }
  .area_timetable .item:nth-child(2){
    margin-top: 40px;
  }    
}
