@charset "utf-8";

main.index{
  padding-bottom: 0;
}
main.index .cmn_topicpath{
  margin-bottom: 0;
}
.area_second_main{
  background-image: url(/campuslife/img/img_main.jpg);
}
@media screen and (max-width :768px){
  .area_second_main{
    background-image: url(/campuslife/img/img_main_sp.jpg);
  }

}
/* ===============================================
# sec_facilities
=============================================== */
.sec_facilities{
  padding-bottom: 32.3%;
  background: url(/campuslife/img/img_facilities02.png) no-repeat bottom center;
  background-size: 87.5% auto;
}
.sec_facilities .inner{
  position: relative;
  max-width: 1520px;
  padding-top: 55px;
  z-index: 1;
}
.sec_facilities .inner::before{
  content: '';
  width: 55.7%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15%;
  background: url(/campuslife/img/img_facilities01.png) no-repeat left top;
  background-size: 100% auto;
  z-index: 0;
}
@media screen and (max-width :1000px){
  .sec_facilities .inner::before{
    display: none;
  }
}
@media screen and (max-width :768px){
  .sec_facilities{
    padding-bottom: 72.9%;
    background: url(/campuslife/img/img_facilities02_sp.png) no-repeat bottom center;
    background-size:100% auto;
  }
  .sec_facilities .inner{
    padding-top: 30px;
  }

}
/*リンクボックス*/
.sec_facilities .box_link{
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1248px;
  margin:50px 0 20px auto;
  padding: 30px 5.6%;
  background-color: rgba(255,255,255,0.93)
}
.sec_facilities .cmn_link_menu{
  margin-top: 30px;
}
.sec_facilities .cmn_link_menu.col3 > a{
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.sec_facilities .cmn_link_menu > a:nth-child(n+3){
  margin-top: 0;
}
.sec_facilities .cmn_link_menu .box_text{
  padding-bottom: 20px;
}
.sec_facilities .place{
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 17px;
}
.sec_facilities .place img{
  width: 14px;
  margin-right: 5px;
  vertical-align: bottom;
}

@media screen and (min-width :769px){
  .sec_facilities .cmn_link_menu.col3 > a{
    width: 33.2%;
    margin-left: 0.2%;
  }
  .sec_facilities .cmn_link_menu.col3 > a:nth-child(3n+1){
    margin-left: 0;
  }
}
@media screen and (max-width :1000px){
  .sec_facilities .box_link{
    width: 100%;
  }
}
@media screen and (max-width :768px){
  .sec_facilities .box_link{
    width: 100%;
    max-width: inherit;
    margin:20px auto 0;
    padding: 30px 4.8%;
  }
  .sec_facilities .cmn_link_menu{
    margin-top: 15px;
  }
  .sec_facilities .cmn_link_menu.col3 > a{
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 0;
  }
  .sec_facilities .cmn_link_menu.col3 > a:nth-child(n+2){
    margin-top: 0;
  }
  .sec_facilities .cmn_link_menu.col3 figure{
    width: 100%;
  }
  .sec_facilities .cmn_link_menu .box_text{
    padding-bottom: 0;
  }
  .sec_facilities .cmn_link_menu.col3 .ttl{
    text-align: center;
  }
  .sec_facilities .place{
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 12px;
  }
  .sec_facilities .place img{
    width: 11px;
  }
}

/*バナ`*/
.sec_facilities .box_link .box_bnr{
  margin-top: 20px;
  margin-bottom: 30px;
}
.sec_facilities .box_link .box_bnr ul li{
  width: 31.6%;
  margin-left: 2.6%;
}
@media print,screen and (min-width :769px){
  .sec_facilities .box_link .box_bnr ul{
    flex-wrap: wrap;
  }
  .sec_facilities .box_link .box_bnr ul li:nth-child(3n+1){
    margin-left: 0;
  }
  .sec_facilities .box_link .box_bnr ul li:nth-child(n+4){
    margin-top: 20px;
  }
}
@media screen and (max-width :768px){
  .sec_facilities .box_link .box_bnr{
    margin-top: 0;
    margin-bottom: 0;
  }
  .sec_facilities .box_link .box_bnr ul li{
    margin: 0;
  }
}
/* ===============================================
# sec_experience
=============================================== */
.sec_experience{
  padding-top: 14px;
}
.sec_experience .cmn_ttl_index{
  margin-bottom: 35px;
}
.sec_experience .cmn_link_menu .box_text{
  padding-bottom: 10px;
}
@media screen and (max-width :768px){
  .sec_experience .inner{
    width: 100%;
  }
  .sec_experience .txt{
    width: 94.6%;
    margin: 0 auto;
  }
  .sec_experience .cmn_ttl_index{
    margin-bottom: 25px;
  }
  .sec_experience .cmn_link_menu .box_text{
    padding-right: 2%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* ===============================================
# sec_support
=============================================== */
.sec_support{
  padding-bottom: 35px;
}
.sec_support .cmn_ttl_index{
  margin-top: 25px;
  margin-bottom: 35px;
}
.sec_support .cmn_link_menu .box_text{
  padding-bottom: 10px;
}
.sec_support .cmn_link_menutxt{
  margin-top: 45px;
}
@media print,screen and (min-width :1001px){
  .sec_support .cmn_link_menu.col3 > a:nth-child(n+4){
    margin-top: 10px;
  }
}
@media screen and (max-width :768px){
  .sec_support{
    padding-bottom: 30px;
  }
  .sec_support .inner{
    width: 100%;
  }
  .sec_support .txt{
    width: 94.6%;
    margin: 0 auto;
  }
  .sec_support .cmn_ttl_index{
    margin-bottom: 25px;
  }
  .sec_support .cmn_link_menu .box_text{
    padding-right: 2%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sec_support .cmn_link_menu.col3 > a:nth-child(n+2){
    margin-top: 20px;
  }
  .sec_support .cmn_link_menutxt{
    width: 94.6%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
  }
}


/* ===============================================
# sec_ask
=============================================== */
.sec_ask{
  background-image: url(/campuslife/img/bg_ask.jpg);
}
@media screen and (max-width :768px){
  .sec_ask{
    background-image: url(/campuslife/img/bg_ask_sp.jpg);
  }
}
/* ===============================================
# sec_calender
=============================================== */
.sec_calender .item{
  height: 400px;
  overflow: hidden;
}
.sec_calender .item:nth-child(n+2){
  margin-top: 3px;
}
.sec_calender .box_img{
  position: relative;
  width: 60%;
  max-width: 1000px;
}
.sec_calender .box_img ul{
  height: 100%;
}
@media print,screen and (min-width :999px){
  .sec_calender .box_img li{
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .sec_calender .box_img li img{
    height: 100%;
    width: auto;
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
}
@media screen and (max-width :1000px){
  .sec_calender .item{
    display: block;
    height: auto;
  }
  .sec_calender .box_img{
    width: 100%;
  }
  .sec_calender .box_img li{
  }
}
/*カレンダ`坪否*/
.sec_calender .box_calender{
  flex: 1;
  padding: 40px 0;
  background-color: #ecaacb;
  color: #fff;
}
.sec_calender dl{
  width: 100%;
  padding-right: 6.4%;
  padding-left: 6.4%;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.sec_calender .box_calender dl:nth-child(n+2){
  margin-top: 30px;
}
.sec_calender dl dt{
  width: 84px;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}
.sec_calender dl dt p{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec_calender dl dt span{
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.sec_calender dd{
  flex: 1;
  font-weight: bold;
  padding-left: 20px;
  border-left: solid 1px rgba(255,255,255,0.5);
}
.sec_calender .box_calender ul > li{
  position: relative;
  line-height: 1.3;
  padding-left: 1.5em;

}
.sec_calender .box_calender ul > li:nth-child(n+2){
	margin-top:2px;
}
.sec_calender .box_calender ul > li:before {
  position: absolute;
  top: 10px;
  left: 1em;
	color:#fff;
	content:"¢";
  margin-top: -5px;
	font-size:8px;
  display: inline-block;
}
/*嘔*/
.sec_calender .right .box_img{
  order: 1;
}
.sec_calender .right .box_calender{
  order: 0;
}
.sec_calender .right dl{
  max-width: 470px;
  margin: 0 0 0 auto;
  padding-right: 4%;
  padding-left: 2%;
}
/*弼*/
.sec_calender .box_calender.green{
  background-color: #59a174;
}
.sec_calender .box_calender.ocher{
  background-color: #a79767;
}
.sec_calender .box_calender.blue{
  background-color: #7188b0;
}
@media screen and (max-width :1000px){
  .sec_calender .box_calender{
    padding: 25px 2.3%;
  }
  .sec_calender dl{
    width: 100%;
    max-width: inherit;
    padding: 0;
  }
  .sec_calender .box_calender dl:nth-child(n+2){
    margin-top: 25px;
  }
  .sec_calender dl dt{
    width: 3em ;
    font-size:22.5px;
    font-size: 2.25rem;
  }
  .sec_calender dl dt span{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_calender dd{
    padding-left: 15px;
  }
  .sec_calender .box_calender ul > li{
    padding-left: 1em;
  }
  .sec_calender .box_calender ul > li:before {
    top: 12px;
    font-size:5px;
  }
  /*嘔*/
  .sec_calender .right dl{
    max-width: inherit;
    margin: 0;
    padding: 0;
  }
}

/*スライダ`*/
.sec_calender .bottom{
  width: 160px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media print,screen and (min-width :999px){
  .sec_calender .right .bottom{
    right: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sec_calender .swiper-prev,
  .sec_calender .swiper-next{
    width: 50%;
    height: 47px;
  }
}
@media screen and (max-width :1000px){
  .sec_calender .bottom{
    width: 123px;
    right: 3px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .sec_calender .swiper-prev,
  .sec_calender .swiper-next{
    width: 60px;
    height: 35px;
  }
  .sec_calender .swiper-next{
    margin-left: 3px;
  }
}

/* ===============================================
# sec_scholarship X僥署
=============================================== */
.sec_scholarship .box_scholarship{
  padding: 25px 2.3% 25px 3.2%;
  background-color: #ddf2f8;
  border-radius: 20px;
}
.sec_scholarship .box_scholarship .ttl p span.en{
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-weight: normal;
}
@media print,screen and (min-width :1001px){
  .sec_scholarship .box_scholarship.flex_pc{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec_scholarship .box_scholarship .ttl{
    width: 15%;
    min-width: 150px;
  }
  .sec_scholarship .box_scholarship .ttl p{
    width: 128px;
    height: 128px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec_scholarship .box_scholarship .ttl p span{
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .sec_scholarship .box_scholarship .ttl p span.en{
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_scholarship .box_right{
    flex: 1;
  }
}
@media screen and (max-width :1000px){
  .sec_scholarship .box_scholarship{
    display: block;
    padding: 25px 2.6% 16px;
    border-radius: 10px;
  }
  .sec_scholarship .box_scholarship .ttl{
    margin-bottom: 12px;
  }
  .sec_scholarship .box_scholarship .ttl p span{
    font-size: 16.5px;
    font-size: 1.65rem;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .sec_scholarship .box_scholarship .ttl p span.en{
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
  }
}

/*N---------------------------------*/
.sec_scholarship .box_type{
  background-color: #fff;
}
.sec_scholarship .box_scholarship .box_type:nth-child(n+2){
  margin-top: 10px;
}
.sec_scholarship .box_type a{
  height: 100%;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 1.5% 10px 3%;
}
.sec_scholarship .box_type a{
  background-color: #fefab9;
  box-shadow: 0px 2px 0px 0px rgba(227, 221, 134,0.99);
}
.sec_scholarship .box_type.type2 a{
  background-color: #fbf9da;
  box-shadow: 0px 2px 0px 0px rgba(237, 232, 148, 0.99);
}
.sec_scholarship .box_type.type3 a{
  background-color: #caf9e0;
  box-shadow: 0px 2px 0px 0px rgba(144, 233, 186, 0.99);
}
.sec_scholarship .box_type.type4 a{
  background-color: #fce6c0;
  box-shadow: 0px 2px 0px 0px rgba(253, 201, 172, 0.99);
}
.sec_scholarship .box_type.type5 a{
  background-color: #e0d6f8;
  box-shadow: 0px 2px 0px 0px rgba(205, 187, 247, 0.99);
}
/*タイトル*/
.sec_scholarship .box_type .ttl_type{
  width: 23%;
  min-width: 150px;
}
.sec_scholarship .box_type .ttl_type p{
  display: block;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}
/*しくる*/
.sec_scholarship .box_type .ttl_type .more{
  width: 140px;
  padding: 12px 0;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  border-radius: 18px;
  background: url(/common/img/ico_arrow_w.svg) no-repeat right 17px center;
  background-size: 7px 10px;
  background-color: #595959;
}

/*type3*/
.sec_scholarship .box_type.type3 a{
  margin-top: 20px;
  border-radius: 20px;
}
.sec_scholarship .box_type.type3 .ttl_type{
    width: 15%;
    min-width: 150px;
}
/*type4,5*/
.sec_scholarship .box_type_col2{
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec_scholarship .box_type_col2 > div{
  width: 49.37%;
}
.sec_scholarship .box_type.type4,
.sec_scholarship .box_type.type5{
  margin-top: 20px;
}
.sec_scholarship .box_type.type4 a,
.sec_scholarship .box_type.type5 a{
  border-radius: 20px;
  padding: 20px 3.1% 20px 6.2%;
}
.sec_scholarship .box_type.type4 .ttl_type,
.sec_scholarship .box_type.type5 .ttl_type{
  width:245px;
}
@media screen and (max-width :1300px){
  /*type4,5*/
  .sec_scholarship .box_type_col2{
    display: block;
  }
  .sec_scholarship .box_type_col2 > div{
    width: 100%;
  }
  .sec_scholarship .box_type.type4 a,
  .sec_scholarship .box_type.type5 a{
    padding: 20px 1.5% 10px 3%;
  }
  .sec_scholarship .box_type.type4 .ttl_type,
  .sec_scholarship .box_type.type5 .ttl_type{
    width:11.5%;
    min-width: 240px;
  }
}

@media screen and (max-width :1000px){
  .sec_scholarship .box_type a{
    display: block;
    padding: 22px 4.6% 12px;
    background: #fefab9 url(/common/img/ico_arrow_b.svg) no-repeat right 5% top 24px;
    background-size: 5px 7px;
  }
  /*タイトル*/
  .sec_scholarship .box_type .ttl_type{
    width: 100%;
    min-width:inherit;
  }
  .sec_scholarship .box_type .ttl_type p{
    font-size:16.5px;
    font-size:1.65rem;
    margin-bottom: 10px;
  }
  /*しくる*/
  .sec_scholarship .box_type .ttl_type .more{
    display: none;
  }
  /*type3*/
  .sec_scholarship .box_type.type3 a{
    margin-top: 15px;
    border-radius: 10px;
  }
  .sec_scholarship .box_type.type3 .ttl_type{
    width: 100%;
    min-width: inherit;
  }
  /*type4,5*/
  .sec_scholarship .box_type.type4,
  .sec_scholarship .box_type.type5{
    margin-top: 15px;
  }
  .sec_scholarship .box_type.type4 a,
  .sec_scholarship .box_type.type5 a{
    padding: 22px 4.6% 12px;
    border-radius: 10px;
  }
  .sec_scholarship .box_type.type4 .ttl_type,
  .sec_scholarship .box_type.type5 .ttl_type{
    width:100%;
  }
}
/*h苧``````````````````*/
.sec_scholarship .box_type .box_text{
  flex: 1;
}
.sec_scholarship .box_type .box_text .txt{
  line-height: 1.875;
  padding-right: 37px;
  background: url(/common/img/ico_arrow_b.svg) no-repeat right center;
  background-size: 8px 11px;
}
.sec_scholarship .box_type .box_text .txt .line{
  border-bottom: dashed 1px #000;
  font-weight: 500;
}
/*リスト*/
.sec_scholarship .box_list{
  margin-top: 10px;
  padding: 23px 20px 23px 30px;
  background-color: #fff;
  border-radius: 20px;
}
.sec_scholarship .box_list ul{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec_scholarship .box_list ul.col2 li{
  width: 50%;
  padding-right: 0.5em;
}
.sec_scholarship .box_list ul.col3 li{
  width: 33.33%;
  padding-right: 0.5em;
}
.sec_scholarship .box_list ul > li{
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  padding-left: 1.3em;
}
.sec_scholarship .box_list ul > li:before {
  position: absolute;
  top: 0;
  left:0;
	color:#063e8d ;
	content:"¢";
  display: inline-block;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
@media screen and (max-width :1300px){
  /*リスト*/
  .sec_scholarship .box_list ul{
    display: block;
  }
  .sec_scholarship .box_list ul.col2 li{
    width: 100%;
    padding-right: 0;
  }
  .sec_scholarship .box_list ul.col3 li{
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width :1000px){
  .sec_scholarship .box_type .box_text .txt{
    padding-right: 0;
    background: none;
    line-height: 1.539;
  }
  /*リスト*/
  .sec_scholarship .box_list{
    margin-top: 5px;
    padding: 16px 5%;
    border-radius: 10px;
  }
  .sec_scholarship .box_list ul > li{
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 1.3em;
  }
  .sec_scholarship .box_list ul > li:nth-child(n+2){
    margin-top: 5px;
  }
}

/* ===============================================
# BOB悶圄誘廣_按壇利誘峠岬-‐壓*嗄老／X僥署 アコ`ディオン
=============================================== */
.acd_scholarship{
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding: 25px 0 25px 30px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.acd_scholarship::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #ba9716;
}
.acd_scholarship::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 130px;
  background-color: #063e8d;
  z-index: 1;
}
.acd_scholarship .box_title{
  -webkit-box-flex:1;
  flex: 1;
  display: block;
  border-right: solid 1px #d2d2d2;
}
.acd_scholarship .text{
  margin-bottom: 8px;
  font-size: 14.5px;
  font-size: 1.45rem;
}
.acd_scholarship h5{
  font-size: 26px;
  font-size: 2.6rem;

}
.acd_scholarship h5 .name{
  margin-right:12px;
}
.acd_scholarship h5 .type{
  display: inline-block;
  margin-right: 5px;
  min-width: 100px;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  background-color: #51b881;
  border-radius: 17px;
  vertical-align: middle;
}
.acd_scholarship h5 .type.color02{
  background-color: #bd79c9;
}
.acd_scholarship h5 .type.color03{
  background-color: #fb9b54;
}
.acd_scholarship h5 .type.color04{
  background-color: #83a4db;
}
.acd_scholarship dl{
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.acd_scholarship dl dt{
  width: 4em;
  padding: 5px 0;
  font-size: 13px;
  font-size: 1.3rem;
  border: solid 1px #000;
  text-align: center;
  line-height: 1;
}
.acd_scholarship dl dd{
  padding-left: 14px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #063e8d;
}
.acd_scholarship .ico{
  display: block;
  width: 80px;
  padding-right: 10px;
  margin-top: -0.2em;
  background: url(/common/img/ico_down.svg) no-repeat center center;
  background-size: 11px auto;
}
.acd_scholarship.open .ico{
  background-image: url(/common/img/ico_up.svg);
  background-size: 11px auto;
}
/*リンク*/
.acd_scholarship.link .ico{
  background:url(/common/img/ico_arrow_b.svg) no-repeat center center;
  background-size: 8px auto;
}
@media screen and (min-width :769px){
  .acd_scholarship:hover{
    background-color: #fdf8ea;
  }
}

@media screen and (max-width :768px){
  .acd_scholarship{
    margin-bottom: 20px;
    line-height: 1.176;
    padding: 20px 0 13px 4.5%;
  }
  .acd_scholarship::before{
    height: 2px;
  }
  .acd_scholarship::after{
    height: 2px;
    width: 18.3%;
  }
  .acd_scholarship .box_title{
    padding: 0;
  }
  .acd_scholarship .text{
    margin-bottom: 3px;
    line-height: 1.364;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .acd_scholarship h5{
    font-size: 17px;
    font-size: 1.7rem;
  }
  .acd_scholarship h5 .name{
    margin-right:5px;
  }
  .acd_scholarship h5 .type{
    padding: 5px 10px;
    min-width: 60px;
    font-size: 10px;
    font-size: 1rem;
    border-radius: 10px;
  }

  .acd_scholarship dl{
    margin-top: 7px;
  }
  .acd_scholarship dl dt{
    padding: 3.5px 0;
    font-size: 10px;
    font-size: 1rem;
  }
  .acd_scholarship dl dd{
    padding-left: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .acd_scholarship .ico{
    width: 30px;
    background-size: 7px auto;
  }
  .acd_scholarship.open .ico{
    background-size: 7px auto;
  }

}

/* ===============================================
# はじめての匯繁頂らしガイド  apartment
=============================================== */
/*sec_apartment-------------------------------------*/
.sec_apartment{
  margin-top: 40px;
  padding: 50px 0 60px;
  background: #edf4fb;
}
.sec_apartment h4{
  color: #063e8d;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 25px;
  font-size: 2.5rem;
}
.sec_apartment h4 span{
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
  font-weight: normal;
}
@media screen and (max-width :768px){
  .sec_apartment{
    margin-top:25px;
    padding: 25px 0 50px;
    background: #edf4fb;
  }
  .sec_apartment h4{
    font-size: 16.5px;
    font-size: 1.65rem;
    width: 94.6%;
    margin: 0 auto;
  }
  .sec_apartment h4 span{
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 4px;
  }
}
/*Nリスト*/
.sec_apartment .list_apartment{
  position: relative;
  margin: 25px auto 50px;
}
.sec_apartment .swiper_apartment{
  width: 100%;
  padding-top: 25px;
  padding-bottom: 1px;
  overflow: hidden;
}
.sec_apartment .list_apartment li{
  position: relative;
  width: 244px;
  margin-right: 20px;
  padding: 47px 20px 30px;
  background-color: #fff;
  border: solid 1px #063e8d;
  color: #063e8d;
}
.sec_apartment .list_apartment li::before{
  position: absolute;
  content: '';
  width: 64px;
  height: 20px;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
}
.sec_apartment .list_apartment .no{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 38px;
  font-size: 3.8rem;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_apartment .list_apartment .name{
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
  min-height: 52px;
}
.sec_apartment .list_apartment figure{
  margin-bottom:18px;
}
.sec_apartment .list_apartment .txt{
  line-height: 1.563;
  color: #000000;
}
.sec_apartment .list_apartment .swiper_prev,
.sec_apartment .list_apartment .swiper_next{
  position: absolute;
  top:50%;
  width: 26px;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_apartment .list_apartment .swiper_prev{
  left:-40px;
}
.sec_apartment .list_apartment .swiper_next{
  right:-40px;
}
@media screen and (max-width :768px){
  .sec_apartment .inner{
    width: 100%;
  }
  .sec_apartment .list_apartment{
    margin: 15px auto 60px;
  }
  .sec_apartment .swiper_apartment{
    padding-top:13px;
  }
  .sec_apartment .list_apartment li{
    width: 180px;
    margin:0 8px;
    padding: 32px 12px 5px;
  }
  .sec_apartment .list_apartment li::before{
    width:48px;
    height: 15px;
  }
  .sec_apartment .list_apartment .no{
    font-size: 28.5px;
    font-size: 2.85rem;
  }
  .sec_apartment .list_apartment .name{
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
    min-height: 40px;
  }
  .sec_apartment .list_apartment figure{
    margin-bottom:10px;
  }
  .sec_apartment .list_apartment .txt{
    line-height: 1.442;
  }
  .sec_apartment .list_apartment .swiper_prev,
  .sec_apartment .list_apartment .swiper_next{
    width: 19px;
  }
  .sec_apartment .list_apartment .swiper_prev{
    left:3px;
  }
  .sec_apartment .list_apartment .swiper_next{
    right:3px;
  }
  .sec_apartment .list_apartment .swiper-pagination{
    left: 0;
    bottom: 0;
  }
}
/*エリア?タイプ*/
.sec_apartment .box_area{
  margin-top: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec_apartment .box_area h5{
  margin-bottom: 15px;
  padding: 15px 0;
  color: #063e8d;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  background-color: #fff;
  border: solid 1px #063e8d;
  line-height: 1;
}
.sec_apartment .box_area .campus{
  width: 46.5%;
}
.sec_apartment .box_area .campus.center{
  margin: 30px auto 50px;
}
.sec_apartment .box_area .box_img{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec_apartment .box_area figure{
  width: 47.3%;
}
.sec_apartment .box_area figcaption{
  margin-top: 10px;
  text-align: center;
  color: #063e8d;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media print,screen and (max-width :1040px){
  .sec_apartment .box_area{
    display: block;
  }
  .sec_apartment .box_area .campus{
    width: 100%;
  }
  .sec_apartment .box_area .campus:nth-child(n+2){
    margin-top: 35px;
  }
}
@media screen and (max-width :768px){
  .sec_apartment .box_area{
    margin: 25px auto 0;
    width: 90.6%;
  }
  .sec_apartment .box_area h5{
    margin-bottom: 10px;
    padding: 6px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_apartment .box_area figcaption{
    margin-top:7px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*sec_apartment_data-------------------------------------*/
.sec_apartment_data .box_ttl{
  background: #edf4fb;
  margin-bottom: 45px;
}
.sec_apartment_data .box_ttl .inner{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.sec_apartment_data .box_ttl h4{
  display: inline-block;
  margin-bottom: 22px;
  border-left: solid 5px #093c84;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 13px 0 13px 34px;
}
.sec_apartment_data .box_tab{
  width: 436px;
}
.sec_apartment_data .box_tab li{
  width: 50%;
  padding:4px 0 10px;
  cursor: pointer;
  text-align: center;
  color: #093c84;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec_apartment_data .box_tab li.on{
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}
.sec_apartment_data .box_tab li span{
  padding: 25px 0 30px;
  display: block;
  height: 100%;
}
.sec_apartment_data .box_tab li:not(.on):first-child span{
  border-left: solid 1px #5b85c2;
}
.sec_apartment_data .box_tab li:not(.on):last-child span{
  border-right: solid 1px #5b85c2;
}
.sec_apartment_data .box_data{
  display: none;
}
.sec_apartment_data .box_data.on{
  display: block;
}


@media print,screen and (max-width :1040px){
  .sec_apartment_data .box_ttl .inner{
    display: block;
  }
  .sec_apartment_data .box_tab{
    margin: 0 auto;
  }
}
@media screen and (max-width :768px){
  .sec_apartment_data .box_ttl{
    margin-bottom: 32px;
  }
  .sec_apartment_data .box_ttl h4{
    margin-bottom:10px;
    border-width: 4px;
    font-size: 19px;
    font-size: 1.9rem;
    padding: 6px 0 6px 17px;
  }
  .sec_apartment_data .box_tab{
    max-width: inherit;
    width: 87.6%;
    margin: 0 auto;
  }
  .sec_apartment_data .box_tab li{
    font-size: 13.5px;
    font-size: 1.35rem;
  }
  .sec_apartment_data .box_tab li.on{
    border-radius: 3px 3px 0 0;
  }
  .sec_apartment_data .box_tab li span{
    padding: 22px 0 23px;
  }
}
/*燕*/
.sec_apartment_data table{
  width: 100%;
  table-layout: fixed;
  color: #093c84;
}
.sec_apartment_data table thead th{
  vertical-align: bottom;
  text-align: center;
  line-height: 1.4;
}
.sec_apartment_data table thead th.ttl{
  width: 240px;
}
.sec_apartment_data .koshigaya table thead th.ttl{
  width: 173px;
}
.sec_apartment_data table thead th p{
  padding: 20px 0;
  border-right: solid 1px #093c84;
  border-top: solid 1px #093c84;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.sec_apartment_data table thead th:nth-child(2) p{
  border-left: solid 1px #093c84;
}
.sec_apartment_data table thead th.ttl p{
  padding: 30px 0 35px;
  background-color: #093c84;
  color: #fff;
  border-radius:0;
  margin-left: -1px;
}
.sec_apartment_data table thead th span{
  display: block;
}
.sec_apartment_data table thead th p img{
  width: 150px;
  margin-bottom: 15px;
}
.sec_apartment_data table tbody th,
.sec_apartment_data table tbody td{
  border: solid 1px #093c84;
  padding:14px 18px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.647;
}
.sec_apartment_data table tbody th{
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
  background: #d3effd;
}
.sec_apartment_data table tbody tr:nth-child(even) th{
  background: #ebf7fd;
}
.sec_apartment_data table tbody .price td{
  padding:34px 14px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  line-height: 0.667;
  background: #f5f6f6;
}
.sec_apartment_data table tbody .price .unit{
  font-size: 20px;
  font-size: 2rem;
}
.sec_apartment_data table tbody .price .txt{
  font-size: 18px;
  font-size: 1.8rem;
}
.sec_apartment_data table tbody .meal td{
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width :768px){
  .sec_apartment_data .cmn_scroll_area.pc > table{
    width: 800px;
  }
  .sec_apartment_data .cmn_scroll_area.pc.koshigaya > table{
    width: 950px;
  }
  .sec_apartment_data table thead th.ttl{
    width: 100px;
  }
  .sec_apartment_data .koshigaya table thead th.ttl{
    width: 100px;
  }
  .sec_apartment_data table thead th p{
    padding: 18px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_apartment_data table thead th.ttl p{
    padding: 25px 0 25px;
  }
  .sec_apartment_data table thead th p img{
    width: 80px;
    margin-bottom: 15px;
  }
  .sec_apartment_data table tbody th,
  .sec_apartment_data table tbody td{
    padding:13px 15px;
    font-size: 12.5px;
    font-size: 1.25rem;
  }
  .sec_apartment_data table tbody th{
    font-size: 15px;
    font-size: 1.5rem;
    padding:13px 10px;
  }
  .sec_apartment_data table tbody .price td{
    padding:18px 0;
    font-size: 22.5px;
    font-size: 2.25rem;
  }
  .sec_apartment_data table tbody .price .unit{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_apartment_data table tbody .price .txt{
    font-size: 13.5px;
    font-size: 1.35rem;
  }
}
/*おい栽わせ---------------------------------------------*/
.sec_contact{
  padding-top: 45px;
}
.sec_contact .cmn_box_border{
  padding-bottom: 25px;
}
.cmn_box_border a.cmn_btn_blue{
  text-decoration: none;
  padding-top: 33px;
  padding-bottom: 33px;
}
.sec_contact .box_contact{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec_contact .box_contact > div{
  width: 32%;
  font-weight: bold;
}
.sec_contact .box_contact .name{
  color: #063e8d;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}
.sec_contact .box_contact .cmn_adr .tel{
  font-size: 22px;
  font-size: 2.2rem;
}
@media print,screen and (max-width :1040px){
  .sec_contact .box_contact{
    display: block;
  }
  .sec_contact .box_contact > div{
    width: 100%;
  }
  .sec_contact .box_contact > div:nth-child(n+2){
    margin-top: 30px;
  }
  .cmn_box_border a.cmn_btn_blue{
    min-width: 100%;
  }
}
@media screen and (max-width :768px){
  .sec_contact{
    padding-top: 35px;
  }
  .sec_contact .cmn_box_border{
    padding-bottom: 32px;
  }
  .cmn_box_border a.cmn_btn_blue{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sec_contact .box_contact .name{
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 3px;
  }
  .sec_contact .box_contact .cmn_adr .tel{
    font-size: 16.5px;
    font-size: 1.65rem;
  }
  .sec_contact .box_contact .cmn_adr .tel .tellink{
    text-decoration: none;
  }
}
