@charset "utf-8";

/* ===============================================
# sec_news
=============================================== */
.sec_news {
  padding: 0 0 70px 0;
}
.sec_news .box_news {
  position: relative;
  width: 90%;  
  max-width: 1120px;
  margin: 0 auto;
}
.sec_news .btn{
  border: solid 1px #999999;
  border-radius: 30px;
  text-align: center;
  line-height: 1.3;
  color: #000;
  background-color: #fff;
  width: 180px;  
  font-size: 12px;
  font-size: 1.2rem;
  padding: 14px 0;
  position: absolute;
  top:45px;
  right: 0;
  margin: 0;
}
.sec_news .btn span{
  position: relative;
  display: inline-block;
}
.sec_news .btn span::after{
  content: '';
  position: absolute;
  right: -38px;
  top: 3px;
  width: 17px;
  height: 5px;
  background: url(/common/img/ico_arrow_g.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .sec_news .btn:hover {
      opacity: 1;
      background-color: #ffdedf;
  }
}
@media screen and (max-width: 768px) {
  .sec_news {
    padding: 0;
  }
  .sec_news .box_news {
    width: 94.6%;
  }
  .sec_news .btn{
    position: inherit;
    top: inherit;
    right: inherit;
    margin: 20px auto 30px auto;
  }
}


/* ===============================================
# sec_adpolicy
=============================================== */
.sec_adpolicy {
  background-color: #444444;
  background: url(/admission/img/bg_adpolicy.jpg) no-repeat top center #444444;
  background-size: cover;
  text-align: center;
}
.sec_adpolicy a {
  display: block;
  height: 596px;
  color: #fff;
  padding: 110px 0 0 0;
}
.sec_adpolicy .subttl {
  font-size: 19px;
  font-size: 1.9rem;
  text-shadow: 0px 0px 25px rgba(0,0,0,.6);
}
.sec_adpolicy .ttl {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.025em;
  line-height: 1.3;
  text-shadow: 0px 0px 25px rgba(0,0,0,.6);
}
.sec_adpolicy .text {
  margin:10px 0  15px 0;
  text-shadow: 0px 0px 25px rgba(0,0,0,.6);
}
.sec_adpolicy .btn{
  display: inline-block;
  background-color: rgba(255,255,255,0.7);
  margin: auto;
  color: #000;
  border-radius: 40px;
  line-height: 1.3;
}
.sec_adpolicy .btn span {
    display:block;
  background: url(/common/img/ico_arrow_g.svg) no-repeat right 20px;
    background-size: 17px 5px;
  padding: 14px 80px;
  margin: 0 15px;
}
/*第2階層以降*/
.sec_adpolicy.es_inner a {
    height: 400px;
}
@media screen and (max-width: 1365px) {
  .sec_adpolicy {
    background: url(/admission/img/bg_adpolicy_sp.jpg) no-repeat center center !important;
    background-size: cover !important;
    text-align: center;
  }
   .sec_adpolicy a {
     height: 300px;
     padding: 65px 0 0 0;
  }
  .sec_adpolicy .subttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_adpolicy .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .sec_adpolicy .text {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 15px 0;    
  }
  .sec_adpolicy .btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*第2階層以降*/
   .sec_adpolicy.es_inner a {
     height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .sec_adpolicy a:hover {
    opacity: 1;
    background-color: rgba(255,255,255,0.4);
  }
}

/* ===============================================
# sec_entranceex
=============================================== */
/*見出し*/
.sec_entranceex .ttl_entranceex {
  display: inline-block;
  margin:0 0  30px 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
}
.sec_entranceex .ttl_entranceex::after {
  content: '';
  display: block;
  width: 87px;
  height: 1px;
  margin-top: 20px;
  background-color: #df6b70;
}
.sec_entranceex .ttl_entranceex a span {
  position: relative;
}
.sec_entranceex .ttl_entranceex a span::after {
  content: '';
  display: block;
  position: absolute;
  right: -43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 5px;
  background: url(/common/img/ico_arrow_g.svg) no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;  
}
.sec_entranceex .ttl_entranceex a:hover span::after {
  right: -63px;  
}
@media screen and (max-width: 1365px) {
  .sec_entranceex .ttl_entranceex {
    display: none;
  }
}

/*レイアウト*/
.sec_entranceex .box_ex_left {
  padding: 57px 0 50px 0; 
  width: 55%;
  margin: -191px 0 0 0;
  background: #fff;
}
.sec_entranceex .box_ex_right {
  padding: 67px 0 50px 0; 
  width: 50%;
  box-shadow: 0px 0px 15px 0px rgba(29, 29, 29, 0.14);  
}
.sec_entranceex .ex_inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1365px) {
    .sec_entranceex > .flex {
      display: block;
    }
  .sec_entranceex .box_ex_left {
    padding:0; 
    width: 100%;
    margin:0;
  }
  .sec_entranceex .box_ex_right {
    padding:0; 
    width: 100%;
    box-shadow: none;  
  }
}
@media screen and (max-width: 768px){
  .sec_entranceex .ex_inner {
    width: 94.6%;
  }
}

/*学部入試---------------------*/
.sec_entranceex .box_ex_left .ugraduate_link {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_entranceex .box_ex_left .ugraduate_link > li {
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  width: calc((100% - 10px) / 3);
  min-height: 115px;
  margin:0 0 5px 0;
  align-items: stretch;
  line-height:1.4;
  font-size: 18px;
  font-size: 1.8rem;
}
.sec_entranceex .box_ex_left .ugraduate_link li a {
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  padding:0 40px;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}
.sec_entranceex .box_ex_left .ugraduate_link li a::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 45%;
  width: 17px;
  height: 5px;
  background: url(/common/img/ico_arrow_w.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 1500px) {
  .sec_entranceex .box_ex_left .ugraduate_link li a {
    padding:0 25px;
  }
  .sec_entranceex .box_ex_left .ugraduate_link li a::after {
    right: 8px;
  }
  .sec_entranceex .box_ex_left .ugraduate_link > li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_entranceex .box_ex_left .ugraduate_link li a {
    padding: 0 25px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec_entranceex .box_ex_left .ugraduate_link > li {
    font-size: 13px;
    font-size: 1.3rem;
    width: calc((100% - 10px) / 3);
    min-height: 65px;
  }
  body.android .sec_entranceex .box_ex_left .ugraduate_link {
    display: block;
  }
  body.android .sec_entranceex .box_ex_left .ugraduate_link > li {
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .sec_entranceex .box_ex_left .ugraduate_link > li {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/*テキストリンク---------------------*/
.sec_entranceex .box_textlink .textlink  {
  width: 48%;
}
.sec_entranceex .box_textlink  .textlink:first-child {
  margin-right: 4%;
}
.sec_entranceex .box_textlink .textlink  > li {
  border-bottom: 1px solid #cccccc;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3;
}
.sec_entranceex .box_textlink .textlink  > li a {
  background: url(/common/img/ico_arrow_g.svg) no-repeat right center;
  background-size: 17px 5px;
  padding: 20px 30px 20px 0;
}
@media screen and (max-width: 768px) {
  .sec_entranceex .box_textlink {
    display: block;
  }
  .sec_entranceex .box_textlink .textlink  {
    width: 100%;
  }
  .sec_entranceex .box_textlink .textlink:first-child {
    margin-right:0;
  }
  .sec_entranceex .box_textlink .textlink > li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_entranceex .box_textlink .textlink > li a {
    padding: 15px 30px 15px 0;
  }
}

/*タブ切替*/
.sec_entranceex .tab_area {
  display: none;
}
@media screen and (max-width: 1365px) {
  /*タブ切り替え*/
  .sec_entranceex .tab_area {
    display: block;
    overflow: hidden;
  }
  .sec_entranceex .tab_area li {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    background: #f4f4f4;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.3;
    padding: 20px 0 25px 0;
    cursor:pointer;
    transition:ease 0.2s opacity;
    border-bottom: 1px solid #dcdddd;
  }
  .sec_entranceex .tab_area li:first-child {
    border-right: 1px solid #dcdddd;
  }
  .sec_entranceex .tab_panel { 
    display:none;
    padding: 40px 0 30px 0;
  }
  .sec_entranceex .tab_panel.active {
    display:block;
  }   
  .sec_entranceex .tab_area li.active {
    background:#fff;
    border-bottom: none;
    padding: 20px 0 15px 0;
  }
  .sec_entranceex .tab_area li.active::after{
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    margin: 10px auto 0 auto;
    background-color: #df6b70;
  } 
}
@media screen and (max-width: 768px) {
  .sec_entranceex .tab_panel { 
    padding: 30px 0 30px 0;
  }
}

@media screen and (min-width: 769px){
  .sec_entranceex .box_espoint .box_espointlist li a{
    padding: 30px 10px;
  }
  .sec_entranceex .box_espoint .box_espointlist li .ttl{
    font-size: 18px;
    font-size: 1.8rem;
  }
}


/* ===============================================
# sec_circle
=============================================== */
.sec_circle {
  background: #f6f6f6;
  padding: 45px 0;
}
.sec_circle .box_circlebtn {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
}
.sec_circle .box_circlebtn ul {
  justify-content: space-evenly;
}
.sec_circle .box_circlebtn ul > li {
  width: 23%;
  margin: 0 1%;
}
.sec_circle .box_circlebtn ul > li .cimg {
  display: block;
  width: 128px;
  height: 128px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.sec_circle .box_circlebtn ul > li .cimg img {
  width: 80px;
  position: absolute;
  margin:auto;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
}
.sec_circle .box_circlebtn ul > li .ttl {
  display: block;
  margin: 12px 0 0 0;
  text-align: center;
  line-height: 1.4;
  font-size: 17px;
  font-size: 1.7rem;  
}
@media screen and (min-width:769px) and ( max-width:1023px) {
  /*第2階層以降*/
  .sec_circle.es_inner .box_circlebtn ul {
    flex-wrap: wrap;
  }
  .sec_circle.es_inner .box_circlebtn ul > li {
    width: 48%;
    margin: 10px 1%;
  }
}
@media screen and (max-width :768px) {
  .sec_circle {
    padding: 25px 0;
  }  
  .sec_circle .box_circlebtn ul > li .cimg {
    width: 20vw;
    height: 20vw;
  }
  .sec_circle .box_circlebtn ul > li .cimg img {
    width: 60%;
  }
  .sec_circle .box_circlebtn ul > li .ttl {
    font-size: 12px;
    font-size: 1.2rem;  
  }
  body.android .sec_circle .box_circlebtn ul {
    display: block;
  }
  body.android .sec_circle .box_circlebtn ul > li {
    width: 100%;
    margin: 30px 0;
  }
}

/* ===============================================
# sec_slide
=============================================== */
.sec_slide .swiper-wrapper {
  transition-timing-function: linear;
}
.sec_slide .swiper-wrapper li {
  max-width: 448px;
}
.sec_slide .swiper_slide { 
  overflow: visible;
  width: 448px;
  margin: auto 0;
}
@media screen and (max-width :768px) {
  .sec_slide .swiper-wrapper li {
    max-width: 224px;
  }
  .sec_slide .swiper_slide { 
    width: 224px;
  }
}


/* ===============================================
# sec_opencampus
=============================================== */
/*レイアウト*/
.sec_opencampus {
  margin: 40px 0 140px 0;
}
.sec_opencampus .box_event {
  width: 583px;
  padding: 0 83px 0 0;
}
.sec_opencampus .box_otherevent { 
  width: calc(100% - 583px);
  padding: 160px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .sec_opencampus .box_event {
    width: 500px;
    padding: 0 40px 0 0;
  }
  .sec_opencampus .box_otherevent { 
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1000px) {
  .sec_opencampus .area_open.flex {
    display: block;
  }
  .sec_opencampus .box_event {
    width: 100%;
    padding: 0 ;
    text-align: center;
  }
  .sec_opencampus .box_otherevent { 
    width: 100%;
    padding: 0 ;
  }   
}
@media screen and (max-width: 768px) {
  .sec_opencampus {
      margin: 20px 0 100px 0;
  }
}

/*オープンキャンパス紹介------------------------*/
.sec_opencampus .box_event a {
  display: block;
}
.sec_opencampus .box_event .ttl {
  display: inline-block;
  font-size: 60px;
  font-size: 6.5rem;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sec_opencampus .box_event .ttl span {
  position: relative;
}
.sec_opencampus .box_event .ttl span::after {
  content: '';
  display: block;
  position: absolute;
  right: -43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 5px;
  background: url(/common/img/ico_arrow_g.svg) no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;  
}
.sec_opencampus .box_event a:hover .ttl span::after {
  right: -63px;  
}
.sec_opencampus .box_event a:hover .ttl  {
  color:#ec6d74;
}
.sec_opencampus .box_event .subttl {
  margin:3px 0 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.sec_opencampus .box_event .subttl {
  position: relative;
}
.sec_opencampus .box_event .subttl::after {
    content: '';
    display: block;
    width: 87px;
    height: 1px;
    margin-top: 18px;
    background-color: #df6b70;
}
.sec_opencampus .box_event .days {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.3;
  margin: 0 0 20px 0;
}
.sec_opencampus .box_event .days span {
  font-size: 30px;
  font-size: 3rem;
}
.sec_opencampus .box_event .text {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
}
.sec_opencampus .box_event .btn {
  display: block;
  width: 280px;
  margin: 30px 0 40px 0;
  padding: 12px 5px;
  border: solid 1px #999999;
  border-radius: 30px;
  line-height: 1.3;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.sec_opencampus .box_event .btn span {
  display: inline-block;
  padding: 0 30px 0 10px;
  background: url(/common/img/ico_arrow_g.svg) no-repeat right center;  
  background-size: 17px 5px;
}
.sec_opencampus .box_event a:hover .btn {
  background-color: #ffebec;
}
@media screen and (max-width: 1000px) {
  .sec_opencampus .box_event .text {
    text-align: left;
  }
  .sec_opencampus .box_event .btn {
    margin: 30px auto 40px auto;
  }
  .sec_opencampus .box_event .subttl::after {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 768px) { 
  .sec_opencampus .box_event .ttl {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .sec_opencampus .box_event .subttl {
    margin:10px 0 25px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_opencampus .box_event .subttl::after {
      margin: 5px auto 0 auto;
  }  
  .sec_opencampus .box_event .days {
    font-size: 25px;
    font-size: 2.5rem;
    margin: 0 0 10px 0;
  }
  .sec_opencampus .box_event .days span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_opencampus .box_event .text {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_opencampus .box_event .btn {
    width: 200px;
    margin: 20px auto 40px auto;
  }
}

/*その他イベント------------------------*/
.sec_opencampus .box_otherevent .textlink {
  padding: 0 0 0 40px;
  width: 100%;  
}
/*縦タイトル*/
.sec_opencampus .box_otherevent .ttl_left{
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*width: 30px;*/
  line-height: 1;
}
body.android .sec_opencampus .box_otherevent .ttl_left{
  display: none;
}
.sec_opencampus .box_otherevent .ttl_left::after{
  content: '';
  display: block;
  width: 1px;
  height: 100px;
  height: calc(100% - 194.5px);
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #df6b70;
  margin-left: -0.5px;
}
.sec_opencampus .box_otherevent .ttl_left .jp{
  padding: 18px 0;
  letter-spacing: 0.1em;
  background: url(/admission/img/bg_ttl_top.svg) no-repeat top center,
    url(/admission/img/bg_ttl_bottom.svg) no-repeat bottom center;
  background-size: 17px 8px;
}
/*テキストリンク*/
.sec_opencampus .box_otherevent .textlink  {
  overflow: hidden;
}
.sec_opencampus .box_otherevent .textlink > li {
  width:48%;
  float: left;
  border-bottom: 1px solid #cccccc;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3;
}
.sec_opencampus .box_otherevent .textlink > li:nth-child(2n+1) {
  margin-right: 4%;
  clear: both;
}
.sec_opencampus .box_otherevent .textlink > li a {
  background: url(/common/img/ico_arrow_g.svg) no-repeat right center;
  background-size: 17px 5px;
  padding: 20px 30px 20px 0;
}
@media screen and (max-width: 1200px) {
  .sec_opencampus .box_otherevent .textlink {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .sec_opencampus .box_otherevent .textlink {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) { 
  .sec_opencampus .box_otherevent.flex {
    display: block;
  }  
  .sec_opencampus .box_otherevent .ttl_left {
    position: relative;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 100%;
  }
  .sec_opencampus .box_otherevent .ttl_left {
    overflow: hidden;
  }
  .sec_opencampus .box_otherevent .ttl_left .jp{
    padding:0 16px;
    background: url(/admission/img/bg_ttl_left.svg) no-repeat center left,
    url(/admission/img/bg_ttl_right.svg) no-repeat center right;
    background-size: 7px 12px;
  }  
  .sec_opencampus .box_otherevent .ttl_left::after {
    width: 100%;
    height: 1px;
    left: 150px;
    bottom:48%;
  }
  .sec_opencampus .box_otherevent .textlink  {
    display: block;
  }
  .sec_opencampus .box_otherevent .textlink > li {
    width:100%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_opencampus .box_otherevent .textlink > li:nth-child(2n+1) {
    margin-right: 0;
  }  
  .sec_opencampus .box_otherevent .textlink > li a {
    padding: 15px 30px 15px 0;
  }
  .sec_opencampus .box_otherevent .textlink {
      padding: 0;
  }  
}


/* ===============================================
# box_adschedule/入試スケジュール
=============================================== */
.box_adschedule {
  text-align: center;
}
.box_adschedule li a {
  display: block;
  padding: 28px 0;
  background: #ffdf2b url(/common/img/ico_arrow_bk.svg) no-repeat right 25px center;
  background-size: 20px auto;  
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  border-radius: 56px;
}
.box_adschedule li {
  display: inline-block;
  width: 380px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.box_adschedule li:nth-child(2) {
  margin: 0 2%;
}
.box_adschedule li.red a {
  background: #df6b70 url(/common/img/ico_arrow_w.svg) no-repeat right 25px center;
  background-size: 20px auto;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .box_adschedule li:hover a {
    background-color:#fdf2b3;
  }
    .box_adschedule li.red:hover a {
    background-color: #df6b70;/*#f5535a;*/
  }
}
@media screen and (max-width: 1280px) {
  .box_adschedule {
    overflow: hidden;
  }
  .box_adschedule li {
    display: block;
    width: 49%;
    margin-bottom:10px;
    float: left;
  }
  .box_adschedule li:nth-child(2) {
    margin: 0 0 10px 2% ;
  }
}
@media screen and (max-width: 900px) {
  .box_adschedule li {
    font-size: 16px;
    font-size: 1.6rem;
    background-size: 13px auto !important;  
  }
  .box_adschedule li a {
    padding: 20px 0;
  }  
}
@media screen and (max-width: 768px) {
  .box_adschedule li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  
  .box_adschedule li a {
    padding: 13px 0;
    background-position: right 8px center !important;
    background-size: 13px auto !important;
  }  
  body.android .box_adschedule li a {
    background: #ffdf2b;
   }
  body.android .box_adschedule li.red a {
    background: #df6b70;
  }  
}

/* ===============================================
# box_espoint/募集要項
=============================================== */
.box_espoint {
  margin: 0 0 40px 0;
}
.box_espoint .box_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 43px 0 3px 0;
}
.box_espoint .box_ttl span {
  display: inline-block;
  background: url(/admission/img/ico_pencil.svg) no-repeat center left;
  background-size: 41px auto;
  padding: 20px 0 10px 50px;
}
/*募集要項リスト-------------*/
.box_espoint .box_espointlist {
  flex-wrap:wrap;  
  border-top: 1px #df6b70 solid;
  border-left: 1px #df6b70 solid;  
}
.box_espoint .box_espointlist + .box_espointlist{
  border-top: none;
}
.box_espoint .box_espointlist li {
  border-right: 1px #df6b70 solid;
  border-bottom: 1px #df6b70 solid;
  position: relative;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.box_espoint .box_espointlist li a {
  display: block;
  padding: 50px 10px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.box_espoint .box_espointlist li .ttl {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: -0.02em;
  font-weight: bold;
  margin: 0 auto 20px auto;
  line-height: 1.4;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box_espoint .box_espointlist li .day {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.box_espoint .box_espointlist li .day span {
  color:#df6b70;
  margin: 0 10px 0 0;
}
.box_espoint .box_espointlist li .btn{
  display: block;
  background-color:#df6b70;
  color: #fff;
  border-radius: 40px;
  line-height: 1.3;
  width: 90%;
  margin: 0 auto;
  bottom: 30px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 175px;
}
.box_espoint .box_espointlist li .btn span {
  display:block;
  background: url(/common/img/ico_arrow_w.svg) no-repeat right center;
  background-size: 20px auto;
  padding: 15px 0;
  margin: 0 10px;
}
@media screen and (min-width: 1024px) {
  .box_espoint .box_espointlist li:nth-child(1),
  .box_espoint .box_espointlist li:nth-child(2),
  .box_espoint .box_espointlist li:nth-child(3){
    width:33.333%;
  }
  .box_espoint .box_espointlist li:nth-child(n+4){
    width: 25%;
  }
  .box_espoint .box_espointlist li:hover a {
    background:#ffeeee;
  }
}
@media screen and (max-width: 1023px) {
  .box_espoint .box_espointlist li {
    width:50%;
  }
  .box_espoint .box_espointlist li a {
    padding: 30px 15px 40px 15px;
    min-height: inherit;
  }
  .box_espoint .box_espointlist li .ttl {
    margin: 0 0 15px 0;
  }
  .box_espoint .box_espointlist li .btn {
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .box_espoint {
    margin: 0 0 20px 0;
  }
  .box_espoint .box_ttl {
    font-size: 14px;
    font-size: 1.4rem;
    margin:5px 0 3px 0;
  }
  .box_espoint .box_ttl span {
    background-size: 26px auto;
    padding: 15px 0 10px 40px;
  }
  .box_espoint .box_espointlist li {
    width:50%;
  }
  .box_espoint .box_espointlist li a {
    padding: 15px 0;
  }
  .box_espoint .box_espointlist li .ttl {
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .box_espoint .box_espointlist li .day { 
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .box_espoint .box_espointlist li .day span {
    margin: 0;
    display: block;
  }
  .box_espoint .box_espointlist li .btn {
    display: none;
  }
  body.android .box_espoint .box_espointlist {
    display: block;
  }
  body.android .box_espoint .box_espointlist li {
    width: 100%;
  }
}

/* ===============================================
# box_adcontct/入試欧冠体育投注_足球365比分-直播*官网
=============================================== */
.box_adcontact {
  background: #f9f8f2;
  padding: 35px 0 100px 0;
}
.box_adcontact .tel  {
  display: table;
}
.box_adcontact .tel a {
  display: table-cell;
  font-family: 'Roboto', sans-serif;
  color: #d85b62;
  font-size: 28px;
  font-size: 2.8rem;
  vertical-align: middle;
  padding: 0 0 0 10px;
}
.box_adcontact .tel::before {
  display: table-cell;
  content: "";
  width: 34px;
  height: 34px;
  background: url(/common/img/ico_tel.svg) no-repeat center left;
  background-size: contain;
  vertical-align: middle;  
}
@media screen and (max-width: 768px) {
  .box_adcontact {
    padding: 15px 0 100px 0;
  }
  .box_adcontact .cmn_ttl03 {
    margin-top: 0;
  }
  .box_adcontact .tel {
    margin: 10px 0 0 0;
  }
  .box_adcontact .tel a {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 0 0 5px;
  }  
  .box_adcontact .tel::before {
    width: 25px;
    height: 25px;
  }
}


/* ===============================================
# 学部入試情報
=============================================== */
.undergraduate .main {
    padding-bottom: 0;
}

/* ===============================================
# 大学院入試情報
=============================================== */
.graduate_school .main {
    padding-bottom: 0;
}