@charset "utf-8";
/* CSS Document */
.news_20250730 {
	border: 2px solid #F1A7A9;
	padding: 20px 30px;
	border-radius: 15px;
	margin: 30px 0;
}
.news_20250730 .title {font-size: 2rem;font-weight: 600;margin-bottom: 15px;color: #E43437;}
.news_20250730 .detail {font-size: 1.6rem;text-align: left;}
.news_20250730 .detail a {
  color: #41B3ED;
  text-decoration: none;
}
.news_20250730 .detail a:hover {
  color: #41B3ED;
  text-decoration: underline;
}


body {
  height: 100%;
  size: 297mm 210mm;
}
#header {
  display: none;
}
#print-title {
  width: 200px;
  margin: 0;
  left: 0;
  padding: 10px 0 0px 0;
  height: 90px;
}
#print-title img {
  width: 200px;
}
#title {
  display: none;
}
.back {
  display: none;
}
.footer_sns {
  display: none;
}
.next-inner {
  display: none;
}
.fadeUp {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.anime_group {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.anime_fade {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.mv {
  width: 100%;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 80px 0;
}
.mv_inner {
  width: 90%;
  margin: 30px auto;
}
.mv_title {
  width: 350px;
  padding: 50px auto;
  margin: 30px auto;
}
.mv_title img {
  width: 100%;
  height: auto;
}
.mv_day {
  width: 350px;
  margin: 30px auto;
}
.mv_day img {
  width: 100%;
  height: auto;
}
 .mv_vr {
  width: 85%;
  margin: 0 auto;
}
.mv_vr img {
  width: 100%;
  height: auto;
}   
.container {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
.icon-kenichi {
  width: 80px;
  margin: 0 auto;
}
.icon-kenichi img {
  width: 100%;
  height: auto;
}
/* -----------------------------------------------------------------
top / #news
----------------------------------------------------------------- */
#news {
  text-align: center;
  margin-bottom: 0px;
}
/*#news h2 {
  border-bottom: 1px solid #707070;
}
#news .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}*/
#news h2 {
  font-size: 2.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#news .jp {
  text-align: center;
  font-size: 1.6rem;
  color: #222222;
  margin-bottom: 30px;
  font-weight: 600;
}
.news_box {
  text-align: left;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
  margin-top: 20px;
}
.news_box:last-child {
  margin-bottom: 0;
}
.news_box time {
  color: #676F73;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.news_box p {
  margin-right: 32px;
  color: #676F73;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: normal;
  text-align: left;
}
.news_box a {
  color: #41B3ED;
  text-decoration: none;
}
.news_box a:hover {
  color: #41B3ED;
  text-decoration: underline;
}
/* -----------------------------------------------------------------
top / #program
----------------------------------------------------------------- */
#program {
  text-align: center;
  margin-bottom: 30px;
}
#program h2 {
  border-bottom: 1px solid #707070;
}
#program .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}
.program_day {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
#program .program_day_730 {
  width: 47%;
}
#program .program_day_730 a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #F6BFD7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#program .program_day_730 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #F6BFD7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#program .program_day_730 a:hover {
  color: #fff;
}
#program .program_day_730 a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#program .program_day_730_end {
  width: 47%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
}
#program .program_day_731 {
  width: 47%;
}
#program .program_day_731 a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #54C3F1;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#program .program_day_731 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #54C3F1;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#program .program_day_731 a:hover {
  color: #fff;
}
#program .program_day_731 a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#program .program_day_731_end {
  width: 47%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
}
#program .program_all {
  width: 100%;
  margin-bottom: 30px;
}
#program .program_all a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #E7D708;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#program .program_all a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #E7D708;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#program .program_all a:hover {
  color: #fff;
}
#program .program_all a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#program .program_all_end {
  width: 100%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
  margin-top: 20px;
}
/* -----------------------------------------------------------------
top / #live
----------------------------------------------------------------- */
#live {
  text-align: center;
  margin-bottom: 80px;
}
#live h2 {
  border-bottom: 1px solid #707070;
}
#live .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}
#live .program_day_730 {
  width: 47%;
}
#live .program_day_730 a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #F6BFD7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#live .program_day_730 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #F6BFD7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#live .program_day_730 a:hover {
  color: #fff;
}
#live .program_day_730 a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#live .program_day_730_end {
  width: 47%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
}
#live .program_day_731 {
  width: 47%;
}
#live .program_day_731 a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #54C3F1;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#live .program_day_731 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #54C3F1;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#live .program_day_731 a:hover {
  color: #fff;
}
#live .program_day_731 a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#live .program_day_731_end {
  width: 47%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
}
/* -----------------------------------------------------------------
top / #access
----------------------------------------------------------------- */
#access {
  text-align: center;
  margin-bottom: 30px;
}
/*#access h2 {
  border-bottom: 1px solid #707070;
}
#access .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}*/
#access h2 {
  font-size: 2.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#access .jp {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}
#access .campus {
  width: 100%;
  margin-bottom: 20px;
}
#access .campus a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #94C959;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#access .campus a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #94C959;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#access .campus a:hover {
  color: #fff;
}
#access .campus a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#access .access_all {
  width: 100%;
  margin-bottom: 20px;
}
#access .access_all a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #94C959;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#access .access_all a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #94C959;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#access .access_all a:hover {
  color: #fff;
}
#access .access_all a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#access .access_all_end {
  width: 100%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
  margin-bottom: 20px;
}
#access .campus_end {
  width: 100%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
  margin-bottom: 20px;
}



.campus_access {
  margin-top: 50px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.campus_access .end {
  background-color: #B3B3B3;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  display: block;
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
/*.campus_access .kawauchi {
  background-color: #D6D6D6;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}*/
/*.campus_access .kawauchi a {
  display: block;
  padding: 20px 0;
  background-color: #92539D;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
.campus_access .kawauchi a:hover {
  display: block;
  padding: 20px 0;
  background-color: #9619AB;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}*/
.campus_access .kawauchi {
  text-align: center;
  width: 48%;margin-bottom: 4%;
}
.campus_access .kawauchi img {width: 100%;height: auto;
  border-radius: 20px;}/*
.campus_access .aobayama {
  background-color: #D6D6D6;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.campus_access .aobayama a {
  display: block;
  padding: 20px 0;
  background-color: #40A85E;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
.campus_access .aobayama a:hover {
  display: block;
  padding: 20px 0;
  background-color: #1EAB47;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}*/

.campus_access .aobayama {
  text-align: center;
  width: 48%;margin-bottom: 4%;
}
.campus_access .aobayama img {width: 100%;height: auto;
  border-radius: 20px;}

/*
.campus_access .seiryo {
  background-color: #D6D6D6;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.campus_access .seiryo a {
  display: block;
  padding: 20px 0;
  background-color: #0693DB;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
.campus_access .seiryo a:hover {
  display: block;
  padding: 20px 0;
  background-color: #41B3ED;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}

*/

.campus_access .seiryo {
  text-align: center;
  width: 48%;margin-bottom: 0%;
}
.campus_access .seiryo img {width: 100%;height: auto;
  border-radius: 20px;}


/*
.campus_access .katahira {
  background-color: #D6D6D6;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.campus_access .katahira a {
    display: block;
    padding: 20px 0;
    background-color: #EF8306;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
.campus_access .katahira a:hover {
  display: block;
  padding: 20px 0;
  background-color: #EEA755;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
*/

.campus_access .katahira {
  text-align: center;
  width: 48%;margin-bottom: 0%;
}
.campus_access .katahira img {width: 100%;height: auto;
  border-radius: 20px;}






/* -----------------------------------------------------------------
top / #bus
----------------------------------------------------------------- */
.shuttle_bus {
  
  display: block;
  align-items: top;
  margin-top: 30px;
}
#bus {
  text-align: center;
  margin-bottom: 30px;
}
#bus h2 {
  border-bottom: 1px solid #707070;
}
#bus .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}
#bus .course {
  width: 100%;
  margin-bottom: 20px;
}
#bus .course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px 10px;
  border: 4px solid #8776D8;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #8776D8;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .course a:hover {
  color: #fff;
}
#bus .course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
.course_detail {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#bus .course_end {
  width: 100%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px 10px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
  margin-bottom: 20px;
}



#bus .course_end {
  width: 280px;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px 10px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
    background-color: #D4D4D4;
}
#bus .a_course {
  width: 100%;
    margin-bottom: 30px;
}
#bus .a_course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #7FB55B;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .a_course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #7FB55B;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .a_course a:hover {
  color: #fff;
}
#bus .a_course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}





#bus .b_course {
  width: 100%;
    margin-bottom: 30px;
}
#bus .b_course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #0EB7C7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .b_course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #0EB7C7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .b_course a:hover {
  color: #fff;
}
#bus .b_course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}

#bus .c_course {
  width: 100%;
    margin-bottom: 30px;
}
#bus .c_course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #E2D443;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .c_course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #E2D443;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .c_course a:hover {
  color: #fff;
}
#bus .c_course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}



#bus .d_course {
  width: 100%;
    margin-bottom: 30px;
}
#bus .d_course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A577D8;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .d_course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #A577D8;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .d_course a:hover {
  color: #fff;
}
#bus .d_course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}



#bus .e_course {
  width: 100%;
    margin-bottom: 30px;
}
#bus .e_course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #D88880;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .e_course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #D88880;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .e_course a:hover {
  color: #fff;
}
#bus .e_course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}


/* -----------------------------------------------------------------
top / #dep
----------------------------------------------------------------- */
#dep {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
/*#dep h2 {
  border-bottom: 1px solid #707070;
}
#dep .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}*/
#dep h2 {
  font-size: 2.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#dep .jp {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}
.list-dep {}
.list-dep ul {}
.list-dep ul li {}
.list-dep ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 30px;
}
.list-dep ul li {
  width: 49%;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
}
.list-dep ul li img {
  width: 100%;
  height: auto;
}
.list-dep ul:after {
  content: "";
  display: block;
  width: 49%;
  height: 0;
}

/* -----------------------------------------------------------------
top / #fis
----------------------------------------------------------------- */
/*#fis {
  width: 100%;
  text-align: center;
  background-color: #F7F7F7;
}
#fis h2 {
  border-bottom: 1px solid #707070;
}
#fis .en {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}*/

#fis {
  text-align: center;
  margin-bottom: 30px;
}
/*#access h2 {
  border-bottom: 1px solid #707070;
}
#access .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}*/
#fis h2 {
  font-size: 2.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#fis .jp {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}



.list-fis {}
.list-fis {
  display: block;
  align-items: top;
  margin-top: 0px;
}
.list-fis .list-fis_detail {
  width: 100%;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  background-color: #FFFFFF;
}
.list-fis .list-fis_detail img {
  width: 100%;
  height: auto;
}
.list-fis .list-fis_detail:after {
  content: "";
  display: block;
  width: 380px;
  height: 0;
}
.list-fis .photo {
  padding-bottom: 20px;
}
.list-fis .list-fis_detail {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.list-fis .list-fis_detail .list-link {
  padding: 0 20px;
}
.list-fis .list-fis_detail .list-link ul {
  text-align: left;
  background-color: #FFFFFF;
}
.list-fis .list-fis_detail .list-link ul li {
  font-size: 1.6rem;
  margin-bottom: 5px;
  list-style-type: none;
}
.list-fis .list-fis_detail .list-link ul li a {
  text-decoration: none;
  color: #005886;
  padding-left: 0px;
}
.list-fis .list-fis_detail .list-link ul li a:hover {
  text-decoration: underline;
  color: #005886;
}
.list-fis .list-fis_detail .sub-title {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 5px;
  padding: 0 20px;
  font-weight: 600;
}
.list-fis .list-fis_detail .list-link ul li a {
  position: relative;
  display: inline-block;
}
.list-fis .list-fis_detail .list-link ul li a::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 4px;
  bottom: 0;
  right: -17px; /* 要素の右からの距離 */
  width: 8px;
  height: 8px;
  border-top: 2px solid #005886;
  border-right: 2px solid #005886;
  transform: rotate(45deg); /* 角度調整 */
}
.fis_f {
  text-align: center;
  padding-bottom: 50px;
}
.fis_f:after {
  content: "";
  display: block;
  clear: both;
}
.icon-kenichi_f {
  width: 70px;
  display: block;
  margin: 0 auto;
}
.icon-kenichi_f img {
  width: 100%;
  height: auto;
}
.fis_f .message {
  font-size: 1.8rem;
  display: block;
  padding-bottom: 20px;
}
.fis_link {
  flex-wrap: wrap;
  display: flex;
  align-items: top;
  margin-top: 0px;
  padding-bottom: 80px;
}
.fis_link .link {
  width: 100%;
  margin-bottom: 20px;
}
.fis_link .link a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px 10px;
  border: 4px solid #A1D8E7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
}
.fis_link .link a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #A1D8E7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
.fis_link .link a:hover {
  color: #fff;
}
.fis_link .link a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
/* -----------------------------------------------------------------
top / #banner
----------------------------------------------------------------- */
.banner ul {
  text-align: center;
  margin-bottom: 10px;
}
.banner ul li {
  display: block;
  list-style: none;
  margin: 0px auto 30px auto;
  width: 80%;
}
.banner ul li img {
  width: 100%;
  height: auto;
}
/* -----------------------------------------------------------------
top / #banner
----------------------------------------------------------------- */
.banner ul {
  text-align: center;
}
.banner ul li {
  display: inline-block;
  list-style: none;
  margin: 0 15px;
  width: 240px;
  margin-bottom: 80px;
}
.banner ul li img {
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------------------
second / #Program
----------------------------------------------------------------- */
.title_box {
  width: 90%;
  margin: 0 auto;
}
.title_box-inner {
  position: relative;
  top: 0px;
  background-color: #41B3ED;
  border-radius: 20px;
  padding: 20px;
  width: 80%;
  display: block;
  margin: 0 auto;
}
.title_box-inner h1 {
  font-size: 2.2rem;
  text-align: center;
  color: #FFF;
  width: 100%;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #FFFFFF;
}
.title_box-inner .en {
  font-size: 1.6rem;
  text-align: center;
  color: #FFF;
  padding: 5px 0 0 0;
  text-transform: uppercase;
}
.event {
  background-image: url("../img/photo_event.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 400px;
}
.common {
  background-image: url(../img/photo_common.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 400px;
}
.campus {
  background-image: url(../img/photo_campus.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 400px;
}
.artsandletters {
  background-image: url(../img/photo_artsandletters.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 400px;
}
.agriculture {
  background-image: url(../img/photo_agriculture.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  height: 400px;
}
.dentistry {
  background-image: url(../img/photo_dentistry.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 400px;
}
.economics {
  background-image: url(../img/photo_economics.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 400px;
}
.education {
  background-image: url(../img/photo_education.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 400px;
}
.engineering {
  background-image: url(../img/photo_engineering.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 400px;
}
.health {
  background-image: url(../img/photo_health.jpg);
  background-repeat: no-repeat;
  background-position: 80% bottom;
  background-size: cover;
  height: 400px;
}
.law {
  background-image: url(../img/photo_law.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 400px;
}
.medicine {
  background-image: url(../img/photo_medicine.jpg);
  background-repeat: no-repeat;
  background-position: 70% bottom;
  background-size: cover;
  height: 400px;
}
.pharmacy {
  background-image: url(../img/photo_pharmacy.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 400px;
}
.science {
  background-image: url(../img/photo_science.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 400px;
}
.detail_sec h2 {
  font-size: 2rem;
  color: #000;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 30px;
}
.detail_sec h3 {
  font-size: 1.8rem;
  color: #000;
  padding: 8px 15px;
  margin-bottom: 10px;
}
.day30 h2 {
  background-color: #F6BFD7;
}
/*.day30 h3 {
  border-bottom: 3px solid #e6622f;
}*/
.day30 h3 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #F6BFD7;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
}
.day30 h3:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #e6622f;
}
.day31 h3 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #54C3F1;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
}
.day31 h3:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #07B1F8;
}
.day31 h2 {
  background-color: #54C3F1;
}
/*.day31 h3 {
  border-bottom: 3px solid #07B1F8;
}*/
.day30-live h2 {
  background-color: #F6BFD7;
}
.day30-live h3 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #F6BFD7;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
}
.day30-live h3:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #e6622f;
}
.day31-live h3 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #54C3F1;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
}
.day31-live h3:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #07B1F8;
}
.day31-live h2 {
  background-color: #54C3F1;
}
.bg_u-day30 {
  background-color: #FFE9F2;
  border-radius: 10px;
}
.bg_u-day30 dt {
  background: #FFFFFF;
}
.bg_u-day31 {
  background-color: #DAF4FF;
  border-radius: 10px;
}
.page-navi_day30 {
  margin: 40px 0 50px 0;
}
.page-navi_day30 ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.page-navi_day30 ul li {
  background: #F6BFD7;
  border: 1px solid #e6622f;
  width: 100%;
  list-style: none;
  border-radius: 30px;
  margin: 5px 0;
}
.page-navi_day30 ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  border-radius: 30px;
  font-size: 1.4rem;
  padding: 10px;
}
.page-navi_day30 ul li a:hover {
  display: block;
  background-color: #FFE9F2;
  border-radius: 30px;
  font-size: 1.4rem;
  padding: 10px;
}
.page-navi_day31 {
  margin: 40px 0 50px 0;
}
.page-navi_day31 ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.page-navi_day31 ul li {
  background: #54C3F1;
  border: 1px solid #07B1F8;
  width: 100%;
  list-style: none;
  border-radius: 30px;
  margin: 5px 0;
}
.page-navi_day31 ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  border-radius: 30px;
  font-size: 1.4rem;
  padding: 10px;
}
.page-navi_day31 ul li a:hover {
  display: block;
  background-color: #DAF4FF;
  border-radius: 30px;
  font-size: 1.4rem;
  padding: 10px;
}
.sec_day {
  margin: 0 0 20px;
  font-size: 2.3rem;
  position: relative;
  font-weight: 700;
  color: #222222;
}
.sec_day::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 5px 0;
  left: 0;
}
.sec_title {
  margin: 0 0 20px;
  font-size: 2.3rem;
  position: relative;
  font-weight: 700;
  color: #222222;
}
.sec_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 5px 0;
  left: 0;
}
.detail_sec .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #222222;
  margin: 0 0 20px;
}
.detail_sec h2 {
  font-size: 2rem;
  color: #000;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 30px;
}
.a_course h2 {
  color: #FFF;
  background-color: #7FB55B;
}
.detail_sec h3 {
  font-size: 1.8rem;
  color: #000;
  padding: 8px 15px;
  margin-bottom: 10px;
}
.a_course h3 {
  border-bottom: 3px solid #7FB55B;
}
.detail_sec {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}
.b_course h2 {
  color: #FFF;
  background-color: #0EB7C7;
}
.b_course h3 {
  border-bottom: 3px solid #0EB7C7;
}
.c_course h2 {
  color: #FFF;
  background-color: #E2D443;
}
.c_course h3 {
  border-bottom: 3px solid #E2D443;
}
.d_course h2 {
  color: #FFF;
  background-color: #D88880;
}
.d_course h3 {
  border-bottom: 3px solid #D88880;
}
.e_course h2 {
  color: #FFF;
  background-color: #D88880;
}
.e_course h3 {
  border-bottom: 3px solid #D88880;
}
.linkBtn {
  padding: 10px;
  font-size: 1.5rem;
  background: #359c48;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn:hover {
  background-color: #76CF86;
  opacity: 1;
}
/*.linkBtn-30 {
  padding: 10px;
  font-size: 1.5rem;
  background: #e6622f;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-30:hover {
  background-color: #F5906A;
  opacity: 1;
}
.linkBtn-30-close {
  padding: 10px;
  font-size: 1.5rem;
  background-color: #D7D7D7;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-30-close:hover {
  background: #D7D7D7;
  opacity: 1;
}
.linkBtn-31 {
  padding: 10px;
  font-size: 1.5rem;
  background: #B7D450;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-31:hover {
  background-color: #07B1F8;
  opacity: 1;
}
.linkBtn-3131-close {
  padding: 10px;
  font-size: 1.5rem;
  background-color: #D7D7D7;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-31-close:hover {
  background: #D7D7D7;
  opacity: 1;
}*/


.linkBtn-30 {
  width: 47%;
}
.linkBtn-30 a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #F6BFD7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
.linkBtn-30 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #F6BFD7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
.linkBtn-30 a:hover {
  color: #fff;
}
.linkBtn-30 a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}


.linkBtn-30_end {
  width: 47%;
    display: block;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    background: transparent;
    padding: 30px;
    border: 4px solid #A7A7A7;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: .3s;
    text-decoration: none;
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
    background-color: #D4D4D4;
}


.linkBtn-31 {
  width: 47%;
}
.linkBtn-31 a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #54C3F1;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
.linkBtn-31 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #54C3F1;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
.linkBtn-31 a:hover {
  color: #fff;
}
.linkBtn-31 a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
.linkBtn-31_end {
  width: 47%;
    display: block;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    background: transparent;
    padding: 30px;
    border: 4px solid #A7A7A7;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: .3s;
    text-decoration: none;
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
    background-color: #D4D4D4;
}


.detail_sec .inner {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.detail_sec .inner a {
  text-decoration: none;
  /*color: #FFF;*/
}
.detail_sec .inner:after {
  content: "";
  display: block;
  width: 48%;
  height: 0;
}
.detail_sec .inner ul {
  padding: 0 15px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.detail_sec .inner ul li {
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
  margin: 0 0 20px 0;
}
.detail_sec .inner ul > li {
  position: relative;
  padding: 0px 0px 0px 1.2em;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 0px 4px;
}
.day30 .inner ul > li {
  background-image: url(../img/icon_li-30.png);
}
.detail_sec .inner ul li a {
  text-decoration: none;
  color: #222;
}
.detail_sec .inner ul li a:hover {
  text-decoration: underline;
  color: #222;
}
.day31 .inner ul > li {
  background-image: url(../img/icon_li-31.png);
}
.a_course .inner ul > li {
  position: relative;
  padding: 0px 0px 0px 1.2em;
  background-image: url(../img/icon_li-a.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 0px 4px;
}
.b_course .inner ul > li {
  position: relative;
  padding: 0px 0px 0px 1.2em;
  background-image: url(../img/icon_li-b.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 0px 4px;
}
.c_course .inner ul > li {
  position: relative;
  padding: 0px 0px 0px 1.2em;
  background-image: url(../img/icon_li-c.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 0px 4px;
}
.box_g {
  width: 48%;
  margin: 10px 0;
}
.box_g a {
  /*color: #fff;*/
}
.btn-program {
  float: right;
}
.btn-program-back {
  float: left;
}
.next-inner {
  width: 100%;
  margin: 0 auto 20px auto;
}
.next-inner:after {
  content: "";
  display: block;
  clear: both;
}
.linkBtn-next {
  padding: 5px 15px 8px 20px;
  font-size: 1.5rem;
  background: #ACD127;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-next a {
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
}
.linkBtn-next:hover {
  background-color: #A0CC00;
  opacity: 1;
}
.linkBtn-back {
  padding: 5px 15px 8px 20px;
  font-size: 1.5rem;
  background: #e6622f;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-back a {
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
}
.linkBtn-back:hover {
  background-color: #F5906A;
  opacity: 1;
}
.linkBtn-top {
  text-decoration: none;
  padding: 10px;
  font-size: 1.5rem;
  background: #41B3ED;
  color: #fff;
  display: block;
  text-align: center;
  transition: .4s;
  border-radius: 20px;
  width: 200px;
  margin: 50px auto 80px auto;
}
.linkBtn-top:hover {
  background-color: #0E9CE4;
  opacity: 1;
}
.program-block h3 {
  margin-top: 0px;
}
.program-block a {
  color: #2499bc;
  text-decoration: none;
}
.program-block a:hover {
  text-decoration: underline;
}
.program-block .photo {
  width: 300px;
}
.program-block .photo img {
  width: 100%;
  height: auto;
}
.detail_sec .program-block .title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.day30 .program-block .title {
  border-bottom: solid 3px #e6622f;
}
.detail_sec .program-block ul {
  margin-top: 30px;
}
.detail_sec .program-block li {
  width: 100%;
  border-radius: 10px;
  padding: 30px 30px 10px 30px;
  font-size: 1.4rem;
  margin-bottom: 30px;
  list-style: none;
}
.day30 .program-block li {
  border: 1px solid #e6622f;
}
.detail_sec .program-block dt {
  display: inline-block;
  width: 40%;
  clear: none;
  float: none;
  background-color: #F1F1F1;
  text-align: center;
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-right: 0px;
}
/*.detail_sec .program-block dd {
  display: block;
  width: 100%;
  float: none;
  padding: 5px 10px;
  margin-bottom: 20px;
}*/
.detail_sec .program-block dl:after {
  content: "";
  display: block;
  clear: both;
}
.day31 .program-block .title {
  border-bottom: solid 3px #07B1F8;
}
.day31 .program-block li {
  border: 1px solid #07B1F8;
}
.detail_sec .program-block .title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.a_course .program-block .title {
  border-bottom: solid 3px #40A85E;
}
.detail_sec .program-block li {
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  font-size: 1.4rem;
  margin-bottom: 30px;
  list-style: none;
}
.detail_sec-a .program-block li {
  border: 1px solid #e6622f;
}
.detail_sec .program-block dt {
  display: inline-block;
  width: 40%;
  clear: none;
  float: none;
  background-color: #F1F1F1;
  text-align: center;
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-right: 0px;
}
.detail_sec .program-block dd {
  display: block;
  width: 100%;
  float: none;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.detail_sec .program-block dl:after {
  content: "";
  display: block;
  clear: both;
}
.b_course .program-block .title {
  border-bottom: solid 3px #0EB7C7;
}
.detail_sec-b .program-block li {
  border: 1px solid #07B1F8;
}
.c_course .program-block .title {
  border-bottom: solid 3px #0693DB;
}
.detail_sec .program-block dd img {
  width: 100%;
}
.program-block .title-c {
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-bottom: 30px;
}
.program-block-c .title-c {
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-bottom: 30px;
}
.detail_sec .program-block-c ul {
  margin: 30px auto;
  width: 90%;
}
.detail_sec .program-block-c li {
  padding: 0px 0px 10px 0px;
  font-size: 1.5rem;
  margin-bottom: 0px;
  list-style: disc;
  width: 100%;
}
.program-block-c a {
  color: #2499bc;
  text-decoration: none;
}
.program-block-c a:hover {
  text-decoration: underline;
}
/* -----------------------------------------------------------------
second / #faculties
----------------------------------------------------------------- */
.lower_bg {
  marginp: 0px 0;
}
.lower_bg .title__wrap {
  width: 90%;
  align-items: center;
  margin: 0px auto;
}
.lower_bg .title__wrap .title__wrap--title {
  width: 100%;
  padding: 35px 0 0 0;
  background: #fff;
  border-radius: 24px;
}
.lower_bg .title__wrap .title__wrap--title p {
  font-size: 1.4rem;
  line-height: 3rem;
}
.lower_bg .title__wrap .title__wrap--title .title {
  font-size: 3.2rem;
  color: #352f6f;
  margin: 0 0 15px;
  width: 100%;
}
.lower_bg .title__wrap .title__wrap--title .title .en {
  display: block;
  font-size: 1.8rem;
  color: #2499bc;
  margin: 5px 0 0;
}
.lower_bg .title__wrap .title__wrap--img {
  width: 60%;
}
.lower_bg .title__wrap .title__wrap--img img {
  border-radius: 24px;
  width: 100%;
  height: auto;
}
.lower_bg h2 {
  font-size: 2.8rem;
  color: #352f6f;
  border-bottom: 2px #2499bc solid;
  margin: 0 0 30px;
  padding: 0 0 12px;
}
.lower_bg .section__content p {
  margin: 0 0 30px;
  font-size: 1.4rem;
  line-height: 3rem;
}
.lower_bg .section__content .inerview__content--ul {
  width: 100%;
  margin: 0 auto;
}
.lower_bg .section__content .inerview__content--ul li {
  width: 100%;
  margin: 0 0 24px;
}
.lower_bg .section__content {
  width: 90%;
  background: #fff;
  margin: 0 auto 0px;
  border-radius: 24px;
  padding: 10px 0 0 0;
}
.lower_bg .section__content p a {
  word-wrap: break-word;
  text-decoration: underline;
  color: #2499bc;
}
.lower_bg .section__content p a:hover {
  text-decoration: none;
}
.lower_bg .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 40px;
}
.lower_bg .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.lower_bg .title__style02 {
  font-size: 2.2rem;
  line-height: 1.5em;
  padding: 0 0 15px;
  margin: 0 0 30px;
  position: relative;
  border-bottom: 2px solid #93d2e5;
  font-weight: 700;
}
.lower_bg .modal .title__style02 {
  margin: 0 0 20px;
}
.lower_bg h3 {
  font-size: 1.8rem;
  color: #352f6f;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0 0 5px;
  margin: 0 0 20px;
  position: relative;
  border-bottom: 2px solid #93d2e5;
}
.news_detail .news__inner h2::before, .lower_bg .title__style::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 120px;
  height: inherit;
  border-bottom: 2px solid #2499bc;
}
.link-faculties {
  display: none;
}
/*.link-faculties {
  border: 2px solid #41B3ED;
  text-align: center;
  width: 90%;
  margin: 0px auto;
}*/
.link-faculties a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  color: #41B3ED;
}
.link-faculties a:hover {
  display: block;
  color: #FFF;
  text-decoration: none;
  background-color: #41B3ED;
  padding: 10px 20px;
}
.link-faculties .jp {
  font-size: 1.8rem;
  font-weight: 600;
}
.link-faculties .en {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.list-link {}
.list-link li {
  width: 100%;
  margin: 0 0 15px;
  list-style: none;
  font-size: 1.4rem;
  line-height: 3rem;
}

.list-link li a {
  display: inline-block;
  color: #2499bc;
  background-repeat: no-repeat;
  background-position: left 10px;
  background-image: url(../img/icon_li.png);
  background-size: 8px;
  padding: 0px 0px 0px 15px;
}
/* -- access --------------- */
.page_access {
  width: 100%;
  background: #FFF;
  margin-top: 0px;
  padding: 0px 0;
}
.page_access .block_campus {
  width: 90%;
  margin: 0px auto;
}
.page_access .block_campus .cp_set {
  padding: 30px 0;
}
.page_access .block_campus .cp_set + .cp_set {
  margin-top: 50px;
}
.page_access .block_campus .cp_set::after {
  content: "";
  display: block;
  clear: both;
}
.page_access .block_campus .cp_set .text_box {
  width: 100%;
  float: none;
}
.page_access .block_campus .cp_set .cp_name {
  font-size: 3rem;
  font-weight: 700;
  color: #023f64;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.page_access .block_campus .cp_set .cp_name .ja {
  display: block;
  font-size: 1.5rem;
  color: #ff8001;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.page_access .block_campus .cp_set.aobayama_cp .cp_name .ja {
  color: #99cf16;
}
.page_access .block_campus .cp_set.seiryo_cp .cp_name .ja {
  color: #5a96e1;
}
.page_access .block_campus .cp_set.katahira_cp .cp_name .ja {
  color: #646464;
}
.page_access .block_campus .cp_set .desc {
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0;
  margin-top: 18px;
}
.page_access .block_campus .cp_set .access_list {
  margin-top: 15px;
}
.page_access .block_campus .cp_set .access_list li {
  font-size: 1.5rem;
  letter-spacing: 0;
  list-style: none;
}
.page_access .block_campus .cp_set .access_list li + li {
  margin-top: 5px;
}
.page_access .block_campus .cp_set .access_list li a {
  background: url(../img/ico_link.png) no-repeat center right;
  background-size: 12px;
  padding: 0 20px 0 14px;
  position: relative;
  color: #352f6f;
  text-decoration: none;
}
.page_access .block_campus .cp_set .access_list li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 7px;
  left: 0;
}
.page_access .block_campus .cp_set .access_list li a:hover {
  text-decoration: underline;
}
.page_access .block_campus .cp_set .department_list {
  font-size: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}
.page_access .block_campus .cp_set .department_list:after {
  content: "";
  display: block;
  clear: both;
}
.page_access .block_campus .cp_set .department_list li {
  font-size: 1.4rem;
  list-style: none;
  color: #323232;
  background: #fff;
  border-radius: 12px;
  line-height: 1;
  padding: 6px 18px;
  margin: 10px 10px 0 0;
  float: left;
}
.page_access .block_campus .cp_set .department_list li:nth-of-type(3n) {
  clear: both;
}
.page_access .block_campus .cp_set .img_box {
  width: 50%;
  height: auto;
  float: none;
  margin-top: 30px;
}
.img_box img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
/* -----------------------------------------------------------------
top / #dep
----------------------------------------------------------------- */
#dep {
  text-align: center;
  margin-bottom: 80px;
}#dep h2 {
  font-size: 2.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#dep .jp {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}
/*#dep h2 {
  font-size: 4.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#dep .jp {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}*/
.list-dep {}
.list-dep ul {}
.list-dep ul li {}
.list-dep ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 50px;
}
.list-dep ul li {
  width: 50%;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
}
.list-dep ul li img {
  width: 100%;
  height: auto;
}
.list-dep ul:after {
  content: "";
  display: block;
  width: 48%;
  height: 0;
}
/* -----------------------------------------------------------------
top / #faculties
----------------------------------------------------------------- */
#faculties {
  text-align: center;
  margin-bottom: 80px;
}
#faculties h2 {
  font-size: 4.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#faculties .jp {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}
.list-faculties {}
.list-faculties ul {}
.list-faculties ul li {
  list-style: none;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 15px;
  background-image: url(../img/icon_li.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 8px;
}
.list-faculties ul li a {
  color: #023F64;
  text-decoration: none;
}
.list-faculties ul li a:hover {
  color: #023F64;
  text-decoration: underline;
}
.list-faculties ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 50px;
}
.list-faculties ul li {
  width: 100%;
  padding-left: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
}
.list-faculties ul li img {
  width: 100%;
  height: auto;
}
.list-faculties ul:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}
.scroll table {
  width: 100%;
  margin: 10px 0;
}
/*.scroll {
  overflow: auto;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar {
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}*/
/*.scroll .sp-only {
  font-size: 1.2rem;
  text-align: right;
}*/
.scroll .sp-only { display: none;}
.tbl-01 table {
  width: 100%;
  border-collapse: collapse;
}
.tbl-01 th, .tbl-01 td {
  border: 1px solid #9D9D9D;
  padding: 10px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: top;
}
.tbl-01 .start {
  background-color: #CDF7D5;
}
.tbl-01 .end {
  background-color: #FAE6D6;
}
.tbl-01-01 {
  width: 100%;
  margin: 10px 0;
}
.tbl-01-01 td {
  padding: 0px 10px;
  font-size: 1.4rem;
  text-align: left;
  vertical-align: top;
}
.tbl-01-01 .start {
  background-color: #CDF7D5;
  width: 60px;
  font-size: 1.4rem;
}
.tbl-01-01 .end {
  background-color: #FAE6D6;
  width: 60px;
  font-size: 1.4rem;
}
.tbl-02 table {
  width: 100%;
  border-collapse: collapse;
}
.tbl-02 th, .tbl-02 td {
  border: 1px solid #9D9D9D;
  padding: 10px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: top;
}
.tbl-02 .start {
  background-color: #CDF7D5;
}
.tbl-02 .end {
  background-color: #FAE6D6;
}
.tbl-02-01 {
  width: 100%;
  margin: 30px 0;
}
.tbl-02-01 td {
  padding: 0px 10px;
  font-size: 1.4rem;
  text-align: left;
  vertical-align: top;
}
.tbl-02-01 .start {
  background-color: #CDF7D5;
  width: 60px;
  font-size: 1.4rem;
}
.tbl-02-01 .end {
  background-color: #FAE6D6;
  width: 60px;
  font-size: 1.4rem;
}
.routes-map {
  width: 45%;
  margin: 0px auto;
}
.routes-map img {
  width: 100%;
  height: auto;
}
.routes-map p {
  margin: 15px 0 0 0;
  font-size: 1.4rem;
}
.routes-map2 {
  width: 65%;
  height: auto;
  margin: 0 auto 10px auto;
}
.routes-map2 img {
  width: 100%;
  height: auto;
}
.bus_print_space {height: 350px;}


.sticker {
  width: 300px;
  margin: 0 auto 30px auto;
  text-align: center;
  font-size: 1.4rem;
}
.sticker img {
  width: 100%;
  height: auto;
}
.sticker p {
  margin-bottom: 10px;
}
.detail_sec .info {
  width: 100%;
  margin: 50px auto 0 auto;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 1.4rem;
  line-height: 3rem;
}
.a_course .info {
  background-color: #D6F3DE;
  border: 1px solid #40A85E;
}
.b_course .info {
  background-color: #E5EBF8;
  border: 1px solid #0693DB;
}
.c_course .info {
  background-color: #F8F5E9;
  border: 1px solid #EDCC2A;
}
.d_course .info {
  background-color: #F8E9E9;
  border: 1px solid #EF7469;
}
.e_course .info {
  background-color: #F8E9E9;
  border: 1px solid #EF7469;
}
table {
  width: 100%;
}
.breadcrumb-inner {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.breadcrumb-inner a {
  color: #41B3ED;
  text-decoration: none;
}
.breadcrumb-inner a:hover {
  color: #41B3ED;
  text-decoration: underline;
}
.breadcrumb-inner li:not(:last-of-type)::after {
  content: ">";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}
.breadcrumb_access {
  background-color: #fff;
  border-radius: 24px;
  width: 90%;
  margin: 80px auto -50px auto;
}
.breadcrumb_faculties {
  background-color: #fff;
  border-radius: 24px;
  width: 90%;
  margin: 0px auto 0px auto;
}
.detail {
  font-size: 1.4rem;
  padding: 20px 0 40px 0;
}
.live-26 table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  margin-bottom: 15px;
}
.live-26 th {
  background-color: #FFEDF5;
  border-bottom: 1px solid #D7D7D7;
  padding: 10px;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: top;
  width: 100%;
  display: block;
}
.live-26 td {
  border-bottom: 1px solid #D7D7D7;
  padding: 10px;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: top;
  width: 100%;
  display: block;
  height: 60px;
}
.live-27 table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  margin-bottom: 15px;
}
.live-27 th {
  background-color: #CFF1FF;
  border-bottom: 1px solid #D7D7D7;
  padding: 10px;
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  display: block;
}
.live-27 td {
  text-align: center;
  border-bottom: 1px solid #D7D7D7;
  padding: 10px;
  font-size: 1.5rem;
  width: 100%;
  height: 60px;
  display: block;
}
.live-27 p, .live-26 p {
  font-size: 1.5rem;
  text-align: left;
}
.live-27 .youtube {
  text-align: center;
  width: 90%;
  margin: 6px auto;
}
.live-27 .youtube a {
  color: #FFF;
  display: block;
  background-color: #DB2C2F;
  padding: 5px 10px;
  border-radius: 8px;
}
.live-27 .youtube a:hover {
  color: #FFF;
  display: block;
  background-color: #F5585C;
  padding: 5px 10px;
  border-radius: 8px;
}
.live-26 .youtube {
  text-align: center;
  width: 90%;
  margin: 6px auto;
}
.live-26 .youtube a {
  color: #FFF;
  display: block;
  background-color: #DB2C2F;
  padding: 5px 10px;
  border-radius: 8px;
}
.live-26 .youtube a:hover {
  color: #FFF;
  display: block;
  background-color: #F5585C;
  padding: 5px 10px;
  border-radius: 8px;
}
.live-26 .youtube-end {
  text-align: center;
  width: 90%;
  position: relative;
  display: block;
  background-color: #BEBEBE;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 1.4rem;
  margin: 0px auto;
}
.live-27 .youtube-end {
  text-align: center;
  width: 90%;
  position: relative;
  display: block;
  background-color: #BEBEBE;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 1.4rem;
  margin: 0px auto;
}
.news_box {
  text-align: left;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #DAE2E6;
  margin-top: 0px;
  list-style: none;
}
.news_box:last-child {
  margin-bottom: 0;
}
.news_box time {
  color: #676F73;
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: bold;
}
.news_box p {
  margin-top: 8px;
  color: #676F73;
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: normal;
  text-align: left;
}
.news_box a {
  color: #41B3ED;
  text-decoration: none;
}
.news_box a:hover {
  color: #41B3ED;
  text-decoration: underline;
}
.news_box__detail a {
  color: #41B3ED;
  text-decoration: none;
}
.news_box__detail a:hover {
  color: #41B3ED;
  text-decoration: underline;
}
.news_box__detail {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #DAE2E6;
  margin-top: 0px;
}
.news_box__detail:last-child {
  margin-bottom: 0;
}
.news_box__detail time {
  margin-bottom: 15px;
  color: #676F73;
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 400;
}
.news_box__detail__day {
  text-align: right;
}
.news_box__detail p {
  width: 100%;
  margin-top: 15px;
  color: #676F73;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: normal;
  text-align: left;
}
.block_archive {
  max-width: 90%;
  margin: 0px auto;
  padding-top: 0px;
}
.block_archive a {
  color: #41B3ED;
  text-decoration: none;
}
.block_archive a:hover {
  color: #41B3ED;
  text-decoration: underline;
}
.block_archive .list_filter ul {
  margin: 30px auto 0px auto;
}
.block_archive .list_filter li {
  display: inline-block;
  font-size: 1.6rem;
  color: #023f64;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.2;
  padding: 0 1.3em;
  cursor: pointer;
  border-left: 2px solid #023f64;
  margin: 0 0 20px 0;
}
.block_archive .list_filter li:last-of-type {
  border-right: 2px solid #023f64;
}
.block_archive .list_filter li span {
  transition: color 0.3s;
}
.block_archive .list_filter li.active, .block_archive .list_filter li span:hover {
  color: #5a96e1;
}
.linkBtn-next-common {
  padding: 8px 20px;
  font-size: 1.5rem;
  background: #359c48;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-next-common a {
  text-decoration: none;
  color: #FFF;
}
.linkBtn-next-common:hover {
  background-color: #76CF86;
  opacity: 1;
}
.linkBtn-next-aobayama {
  padding: 8px;
  font-size: 1.2rem;
  background: #40A85E;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-next-aobayama a {
  text-decoration: none;
  color: #FFF;
}
.linkBtn-next-aobayama:hover {
  background-color: #1EAB47;
  opacity: 1;
}
.linkBtn-next-kawauchi {
  padding: 8px;
  font-size: 1.2rem;
  background: #92539D;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-next-kawauchi a {
  text-decoration: none;
  color: #FFF;
}
.linkBtn-next-kawauchi:hover {
  background-color: #9619AB;
  opacity: 1;
}
.linkBtn-next-seiryo {
  padding: 8px;
  font-size: 1.2rem;
  background: #0693DB;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-next-seiryo a {
  text-decoration: none;
  color: #FFF;
}
.linkBtn-next-seiryo:hover {
  background-color: #41B3ED;
  opacity: 1;
}
.linkBtn-next-a {
  padding: 8px;
  font-size: 1.2rem;
  background: #7FB55B;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-next-a a {
  text-decoration: none;
  color: #FFF;
}
.linkBtn-next-a:hover {
  background-color: #ACCA98;
  opacity: 1;
}
.linkBtn-next-b {
  padding: 8px;
  font-size: 1.2rem;
  background: #0EB7C7;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-next-b a {
  text-decoration: none;
  color: #FFF;
}
.linkBtn-next-b:hover {
  background-color: #89D3D9;
  opacity: 1;
}
.linkBtn-next-c {
  padding: 8px;
  font-size: 1.2rem;
  background: #E2D443;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-next-c a {
  text-decoration: none;
  color: #FFF;
}
.linkBtn-next-c:hover {
  background-color: #EFE5B0;
  opacity: 1;
}
.linkBtn-next-d {
  padding: 8px;
  font-size: 1.2rem;
  background: #D88880;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-next-d a {
  text-decoration: none;
  color: #FFF;
}
.linkBtn-next-d:hover {
  background-color: #EEC4B9;
  opacity: 1;
}
.linkBtn-next-e {
  padding: 8px;
  font-size: 1.2rem;
  background: #D88880;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-next-e a {
  text-decoration: none;
  color: #FFF;
}
.linkBtn-next-e:hover {
  background-color: #EEC4B9;
  opacity: 1;
}
.map {
  width: 100%;
  margin: 0 auto;
}
.map img {
  width: 100%;
  height: auto;
}
.program-all a {
  color: #FFF;
  text-decoration: none;
}
.program-all a {
  color: #FFF;
  text-decoration: none;
}
.linkBtn-program {
  padding: 10px;
  background: #359c48;
  font-size: 1.5rem;
  color: #FFF;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-program:hover {
  background: #76CF86;
  opacity: 1;
  color: #FFF;
}
.linkBtn-program-aobayama {
  padding: 10px;
  background: #40A85E;
  font-size: 1.5rem;
  color: #FFF;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-program-aobayama:hover {
  background: #1EAB47;
  opacity: 1;
  color: #FFF;
}
.linkBtn-program-kawauchi {
  padding: 10px;
  background: #92539D;
  font-size: 1.5rem;
  color: #FFF;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-program-kawauchi:hover {
  background: #9619AB;
  opacity: 1;
  color: #FFF;
}
.linkBtn-program-seiryo {
  padding: 10px;
  background: #0693DB;
  font-size: 1.5rem;
  color: #FFF;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-program-seiryo:hover {
  background: #41B3ED;
  opacity: 1;
  color: #FFF;
}
.postscript {
  text-align: center;
  font-size: 1.4rem;
  padding: 30px 0 15px 0;
  line-height: 2.4rem;
}
.pc-only {
  display: none;
}
.message p {
  font-size: 1.5rem;
  line-height: 2.6rem;
}
.fig-message {
  width: 100%;
  margin: 50px auto;
}
.fig-message img {
  width: 100%;
  height: auto;
}
.b-event h2 {
  color: #000;
  background-color: #8261c3;
}
/*.day31 h3 {
  color: #000;
  border-bottom: 3px solid #07B1F8;
}*/
.b-event h3 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #8261c3;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
}
.b-event h3:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #51328f;
}
.b-event .program-block-b {
  margin: 30px 0;
}
.b-event .program-block-b .title {
  border-bottom: solid 3px #51328f;
}
.b-event .program-block-b {
  border: 2px solid #51328f;
  border-radius: 30px;
  padding: 30px 50px;
}
.b-event .program-block-b ul {
  width: 100%;
  display: block;
  margin: 30px 0;
}
.b-event .program-block-b ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 30px;
}
.b-event .program-block-b ul li img {
  width: 100%;
  height: auto;
}
.program-block .fig_right {
  width: 100%;
  float: none;
  padding: 20px 0;
}
.program-block .fig_right img {
  width: 100%;
  height: auto;
}
.fig-title {
  text-align: center;
  font-size: 1.5rem;
}
.youtube {
  width: 100%;
  margin: 40px auto;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.youtube2 {
  width: 100%;
  margin: 40px auto;
  aspect-ratio: 9 / 16;
}
.youtube2 iframe {
  width: 100%;
  height: 100%;
}
.c_course .program-block .title {
  border-bottom: solid 3px #EDCC2A;
}
.d_course .program-block .title {
  border-bottom: solid 3px #EF7469;
}
.e_course .program-block .title {
  border-bottom: solid 3px #EF7469;
}
.program_all {
  background-color: #EC4A6F;
  border-radius: 20px;
  text-align: center;
  margin-top: 50px;
}
.program_all a {
  display: block;
  padding: 10px 0;
  background-color: #EC4A6F;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
  letter-spacing: 0.2rem;
}
.program_all a:hover {
  display: block;
  padding: 10px 0;
  background-color: #ED7A94;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
  letter-spacing: 0.2rem;
}
.access-list {
  padding: 30px 0;
}
.access-list ul {
  width: 90%;
  margin: 30px auto;
}
.access-list ul li {
  margin-bottom: 15px;
  text-align: left;
  font-size: 1.5rem;
}
.program-all-26 a {
  color: #FFF;
  text-decoration: none;
}
.program-all-26 {
  width: 100%;
  position: relative;
  left: 0px;
  margin-bottom: 30px;
}
.program-all-27 a {
  color: #FFF;
  text-decoration: none;
}
.program-all-27 {
  width: 100%;
  position: relative;
  left: 0px;
  margin-bottom: 30px;
}
.linkBtn-program-26 {
    padding: 10px;
    background-color: #FF99C5;
    font-size: 1.5rem;
    color: #FFF;
    display: block;
    text-align: center;
    margin: auto;
    transition: .4s;
    border-radius: 10px;
}
.linkBtn-program-26:hover {
  background-color: #FF79B2;
  opacity: 1;
  color: #FFF;
}
.linkBtn-program-27 {
  padding: 10px;
  background-color: #54C3F1;
  font-size: 1.5rem;
  color: #FFF;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-program-27:hover {
    background-color: #0E9CE4;
    opacity: 1;
    color: #FFF;
}
/* -----------------------------------------------------------------
top / #footer
----------------------------------------------------------------- */
#footer {
  width: 100%;
  border-top: 2px solid #023F64;
    margin-top: 20px;
}
.footer_logo {
  width: 240px;
  margin: 0px auto 0 auto;
  float: none;
}
.footer_logo img {
  width: 100%;
  height: auto;
}
.footer_access {
  float: none;
  font-size: 1.4rem;
  padding-top: 15px;
  line-height: 2.4rem;
  text-align: center;
}
.footer_sns {
  width: 100%;
  float: none;
  padding-top: 15px;
}
.footer_sns ul {
  width: 200px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.footer_sns ul li {
  list-style: none;
  width: 40px;
}
.footer_sns ul li img {
  width: 100%;
  height: auto;
}
.footer_container {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
.footer_container:after {
  content: "";
  display: block;
  clear: both;
}
.footer_copy {
  text-align: center;
  font-size: 1.2rem;
  padding: 0 0 15px 0;
}

.access-list {padding: 0px 0 30px 0;}

.access-list ul {width: 90%;margin: 0px auto;}
.access-list ul li {margin-bottom: 15px;text-align: left;font-size: 1.5rem;}


.footer_pr_kenichi {
  width: 80px;
  float: none;
  margin: 30px auto 0 auto;
 }
.footer_pr_kenichi img {
  width: 100%;
  height: auto;
}
.heatillness {width: 100%;margin-top: 30px;}
.heatillness img {width: 100%;height: auto;}
.program-block_point .bg_u-day30 {padding: 20px 30px;margin-bottom: 30px;}
.program-block_point .bg_u-day30 ul {width: 90%;margin: 15px auto;}
.program-block_point .bg_u-day30 ul li {font-size: 1.4rem;margin-bottom: 10px;}

.program-block_point .bg_u-day31 {padding: 20px 30px;margin-bottom: 30px;}
.program-block_point .bg_u-day31 ul {width: 90%;margin: 15px auto;}
.program-block_point .bg_u-day31 ul li {font-size: 1.4rem;margin-bottom: 10px;}

.live-30 table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  margin-bottom: 15px;
}
.live-30 th {
  background-color: #FFEDF5;
  border-bottom: 1px solid #D7D7D7;
  padding: 10px;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: top;
  width: 100%;
  display: block;
}
.live-30 td {
  border-bottom: 1px solid #D7D7D7;
  padding: 10px;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: top;
  width: 100%;
  display: block;
  height: 60px;
}
.live-31 table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  margin-bottom: 15px;
}
.live-31 th {
  background-color: #CFF1FF;
  border-bottom: 1px solid #D7D7D7;
  padding: 10px;
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  display: block;
}
.live-31 td {
  text-align: center;
  border-bottom: 1px solid #D7D7D7;
  padding: 10px;
  font-size: 1.5rem;
  width: 100%;
  height: 60px;
  display: block;
}
.live-31 p, .live-26 p {
  font-size: 1.5rem;
  text-align: left;
}
.live-31 .youtube {
  text-align: center;
  width: 90%;
  margin: 6px auto;
}
.live-31 .youtube a {
  color: #FFF;
  display: block;
  background-color: #DB2C2F;
  padding: 5px 10px;
  border-radius: 8px;
}
.live-31 .youtube a:hover {
  color: #FFF;
  display: block;
  background-color: #F5585C;
  padding: 5px 10px;
  border-radius: 8px;
}
.live-30 .youtube {
  text-align: center;
  width: 90%;
  margin: 6px auto;
}
.live-30 .youtube a {
  color: #FFF;
  display: block;
  background-color: #DB2C2F;
  padding: 5px 10px;
  border-radius: 8px;
}
.live-30 .youtube a:hover {
  color: #FFF;
  display: block;
  background-color: #F5585C;
  padding: 5px 10px;
  border-radius: 8px;
}
.live-30 .youtube-end {
  text-align: center;
  width: 90%;
  position: relative;
  display: block;
  background-color: #BEBEBE;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 1.4rem;
  margin: 0px auto;
}
.live-31 .youtube-end {
  text-align: center;
  width: 90%;
  position: relative;
  display: block;
  background-color: #BEBEBE;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 1.4rem;
  margin: 0px auto;
}

.program-list {
  padding: 0px 0;
}
.program-list ul {
  width: 100%;
  margin: 0px auto 0 auto;
}
.program-list ul li {
  margin-bottom: 0px;
  text-align: center;
  font-size: 1.8rem;list-style: none;
}


#access .campus_kawauchi {
  
  width: 100%;margin-bottom: 20px;
}
#access .campus_kawauchi a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A577D8;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#access .campus_kawauchi a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #A577D8;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#access .campus_kawauchi a:hover {
  color: #fff;
}
#access .campus_kawauchi a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}



#access .campus_aobayama {
  width: 100%;margin-bottom: 20px;
}
#access .campus_aobayama a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #7FB55B;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#access .campus_aobayama a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #7FB55B;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#access .campus_aobayama a:hover {
  color: #fff;
}
#access .campus_aobayama a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}


#access .campus_seiryo {
  width: 100%;margin-bottom: 20px;
}
#access .campus_seiryo a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #0EB7C7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#access .campus_seiryo a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #0EB7C7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#access .campus_seiryo a:hover {
  color: #fff;
}
#access .campus_seiryo a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}


.icon-kenichi_02 {
  width: 80px;
  margin: 0 auto 30px auto;
}
.icon-kenichi_02 img {
  width: 100%;
  height: auto;
}

/* -- special contents --------------- */
#js-front-slide {
  overflow: hidden;
}
.block_front-special .inner {
  max-width: initial;
  width: 100%;
  margin: 100px auto 0 auto;
  position: relative;
  z-index: 7;
}
.slider .bnr_box {
  max-width: 100%;
  margin: 0 15px;
}
.slider .bnr_box a {
  display: block;
  transition: none;
}
.slider .bnr_box img {
  transition: opacity 0.3s;
  width: 100%;
}
.slider .bnr_box a:hover img {
  opacity: 0.8;
}
.slick-dots {}
.block_front-special .slick-dots li button:before {
  transition: all 0.3s;
}
.block_front-special .slick-prev, .block_front-special .slick-next {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: opacity 0.3s;
}
.block_front-special .slick-prev {
  background-image: url(../img/arrow_left.png);
  left: 0;
}
.block_front-special .slick-next {
  background-image: url(../img/arrow_right.png);
  right: 0;
}
.block_front-special .slick-prev:hover, .block_front-special .slick-next:hover {
  opacity: 0.8;
}
.block_front-special .btn_base {
  margin: 0 auto;
}
.block_front-new .btn_base {
  margin: 0 auto;
  position: relative;
  z-index: 34;
}
.row_btns {
  width: 165px;
  margin: 30px auto 0 auto;
}
.slick_pause {
  padding: 5px 25px;
  text-align: center;
  border-radius: 10px;
  background-color: #666666;
  color: #FFF;
  border: 1px solid #FFFFFF;
}
.slick_pause:hover {
  background-color: #DCDCDC;
  color: #2F2F2F;
  cursor: pointer;
}
.slick_start {
  padding: 5px 25px;
  text-align: center;
  border-radius: 10px;
  background-color: #666666;
  color: #FFF;
  border: 1px solid #FFFFFF;
}
.slick_start:hover {
  background-color: #DCDCDC;
  color: #2F2F2F;
  cursor: pointer;
}
.slickBtnArea {
  position: relative;
  top: 35px;
  z-index: 9999;
  margin: 0 auto;
  width: 220px;
}
#stopBtn, #startBtn {
  font-size: 12px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #E1E1E1;
  padding: 5px 8px;
}
.links_all {
  text-align: center;
  font-size: 1.6rem;
  width: 300px;
  margin: 100px auto 50px auto;
}
.links_all a {
  padding: 14px 0 16px 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #fff;
  background-color: #023F64;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
}
.links_all a:hover {
  background-color: #2186C4;
  color: #fff;
}

/* -----------------------------------------------------------------
top / #faculties
----------------------------------------------------------------- */
#faculties {
  text-align: center;
  margin-bottom: 80px;
}
#faculties h2 {
  font-size: 2.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#faculties .jp {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}
.list-faculties {}
.list-faculties ul {}
.list-faculties ul li {
  list-style: none;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 15px;
  background-image: url(../img/icon_li.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 8px;
}
.list-faculties ul li a {
  color: #023F64;
  text-decoration: none;
}
.list-faculties ul li a:hover {
  color: #023F64;
  text-decoration: underline;
}
.list-faculties ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 50px;
}
.list-faculties ul li {
  width: 100%;
  padding-left: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
}
.list-faculties ul li img {
  width: 100%;
  height: auto;
}
.list-faculties ul:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}

/* -----------------------------------------------------------------
top / #campus_life
----------------------------------------------------------------- */
#campus_life {
  text-align: center;
  margin-bottom: 0px;
}
#campus_life h2 {
  font-size: 2.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#campus_life .jp {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}
.campus_life {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 50px;
}





.campus_life_detail {
  text-align: center;
  width: 48%;margin-bottom: 4%;}
.campus_life_detail img {width: 100%;height: auto;border-radius: 20px;}
.campus_life_detail a {text-decoration: none;font-size: 1.4rem;color: #3C3C3C;font-weight: 600;}

.fix {display: none;}
.language {
    font-size: 1rem;
    padding: 8px 20px 8px 40px;
    text-align: center;
    display: block;
    position: absolute;
    right: 60px;
    top: 25px;
    border-radius: 10px;text-transform: uppercase;z-index: 9999;
}
.language a {color: #FFF;text-decoration: none;display: block;
    padding: 8px 20px 8px 40px;
    border-radius: 10px;
    background-color: #023F64;}
.language a:hover {color: #FFF;text-decoration: none;display: block;background-color: #2186C4;
    padding: 8px 20px 8px 40px;
    border-radius: 10px;}

.icon-Language img {width: 15px;height: 15px;margin-right: 5px;position: absolute;top:15px;left: 55px; display: block;}




.special-list {text-align: center;width: 1200px;padding: 0 30px;}
.special-list .bnr_box {display: inline-block;margin-top: 30px;}


.jisage1 {padding-left: 15px;}
.jisage2 {padding-left: 30px;}


























