@charset "UTF-8";
/* ******************************************************************
 *	File name		: sec_pc.css
 * ******************************************************************
 */
/* - 下層ページ - */
#print-title {
  display: none;
}
.container {
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}
/* -----------------------------------------------------------------
second / #Program
----------------------------------------------------------------- */
.title_box {
  width: 1100px;
  margin: 0 auto;
}
.title_box-inner {
  position: absolute;
  top: 330px;
  background-color: #41B3ED;
  border-radius: 20px;
  padding: 20px;
  width: 380px;
  display: block;
}
.title_box-inner h1 {
  font-size: 2.4rem;
  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: center 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: center 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: center 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;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 30px;
}
.detail_sec h3 {
  font-size: 1.8rem;
  padding: 8px 15px;
  margin-bottom: 10px;
}
.detail_sec {
  background-color: #fff;
  border-radius: 24px;
  width: 1100px;
  margin: 80px auto 50px auto;
  padding: 40px 0;
}
.day30 h2 {
  color: #000;
  background-color: #F6BFD7;
}
/*.day30 h3 {
  color: #000;
  border-bottom: 3px solid #FF99C5;
}*/
.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-color: #FF99C5;
}
.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 #FF99C5;
  width: 32.3%;
  list-style: none;
  border-radius: 30px;
  margin: 5px;
}
.page-navi_day30 ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 1.4rem;
}
.page-navi_day30 ul li a:hover {
    display: block;
    background-color: #FFE9F2;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 1.4rem;
}
.day31 h2 {
  color: #000;
  background-color: #54C3F1;
}
/*.day31 h3 {
  color: #000;
  border-bottom: 3px solid #07B1F8;
}*/
.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-color: #07B1F8;
}
.day31-live h2 {
  color: #000;
  background-color: #54C3F1;
  position: relative;
  margin-bottom: -60px;
  margin-top: 60px;
}
/*.day31 h3 {
  color: #000;
  border-bottom: 3px solid #07B1F8;
}*/
.day31-live h3 {
  position: relative;
  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;
}
.day30-live h2 {
  color: #000;
  background-color: #F6BFD7;
  position: relative;
  margin-bottom: -60px;
  margin-top: 60px;
}
/*.day30 h3 {
  color: #000;
  border-bottom: 3px solid #FF99C5;
}*/
.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: #FF99C5;
}
.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: 32.3%;
  list-style: none;
  border-radius: 30px;
  margin: 5px;
}
.page-navi_day31 ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 1.4rem;
}
.page-navi_day31 ul li a:hover {
    display: block;
    background-color: #DAF4FF;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 1.4rem;
}
.a_course h2 {
  color: #FFF;
  background-color: #7FB55B;
}
.a_course h3 {
  color: #000;
  border-bottom: 3px solid #7FB55B;
}
.b_course h2 {
  color: #FFF;
  background-color: #0EB7C7;
}
.b_course h3 {
  color: #000;
  border-bottom: 3px solid #0EB7C7;
}
.c_course h2 {
  color: #FFF;
  background-color: #E2D443;
}
.c_course h3 {
  color: #000;
  border-bottom: 3px solid #E2D443;
}
.d_course h2 {
    color: #FFF;
    background-color: #A577D8;
}
.d_course h3 {
    color: #000;
    border-bottom: 3px solid #A577D8;
}


.e_course h2 {
  color: #FFF;
  background-color: #D88880;
}
.e_course h3 {
  color: #000;
  border-bottom: 3px solid #D88880;
}
.detail_sec .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #222222;
  margin: 0 0 30px;
}
.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: 2px;
  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: 2px;
  background: #000;
  margin: 5px 0;
  left: 0;
}
.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: #FF99C5;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  transition: .4s;
  border-radius: 10px;
}
.linkBtn-30:hover {
  background-color: #F5906A;
  opacity: 1;
}*/
.linkBtn-30 {
  width: 370px;
}
.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: 370px;
    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-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-31-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-31 {
  width: 370px;
}
.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: 370px;
    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: 30px;
}
.detail_sec .inner a {
  text-decoration: none;
  /*color: #FFF;*/
}
.detail_sec .inner:after {
  content: "";
  display: block;
  width: 32%;
  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.5rem;
  line-height: 2.5rem;
  width: 31%;
  margin: 0 0 30px 15px;
}
.detail_sec .inner ul > li {
  position: relative;
  padding: 0px 0px 0px 1.2em;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 0px 6px;
}
.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-30.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-31.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 0px 4px;
}
.box_g {
  width: 32%;
  margin: 10px 0;
}
.box_g a {
  /*color: #fff;*/
}
.btn-program {
  float: right;
}
.btn-program-back {
  float: left;
}
.next-inner {
  width: 1100px;
  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: #54C3F1;
  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: #87D5F5;
    opacity: 1;
}
.linkBtn-back {
    padding: 5px 10px;
    font-size: 1.5rem;
    background-color: #F9A6CA;
    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: #F6BFD7;
  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: 100px;
}
.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 #FF99C5;
}
.day31 .program-block .title {
  border-bottom: solid 3px #07B1F8;
}
.detail_sec .program-block li {
  border-radius: 10px;
  padding: 30px 30px 10px 30px;
  font-size: 1.4rem;
  margin-bottom: 30px;
  list-style: none;
  width: 100%;
}
.day30 .program-block li {
  border: 1px solid #FF99C5;
}
.day31 .program-block li {
  border: 1px solid #07B1F8;
}
.detail_sec .program-block dt {
  display: inline-block;
  width: 15%;
  clear: left;
  float: left;
  background-color: #F1F1F1;
  text-align: center;
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.detail_sec .program-block dd {
  display: block;
  width: 80%;
  float: left;
  padding: 5px 10px;
}
.detail_sec .program-block dl:after, .detail_sec .program-block dd:after {
  content: "";
  display: block;
  clear: both;
}
.detail_sec-31 .program-block .title {
  border-bottom: solid 3px #07B1F8;
}
.detail_sec-31 .program-block li {
  border: 1px solid #07B1F8;
}
.a_course .program-block .title {
  border-bottom: solid 3px #40A85E;
}
.a_course .program-block li {
  border: 1px solid #40A85E;
}
.b_course .program-block .title {
  border-bottom: solid 3px #0EB7C7;
}
.b_course .program-block li {
  border: 1px solid #92539D;
}
.detail_sec .program-block dd img {
  width: 400px;
}
.program-block .fig_right {
  width: 250px;
  float: right;
  padding-left: 20px;
}
.program-block .fig_right img {
  width: 100%;
  height: auto;
}
.bg_u-day30 {
  background-color: #FFE9F2;
  border-radius: 10px;
}
.bg_u-day30 dt {
  background: #FFFFFF;
}
.bg_u-day31 {
    background-color: #E8F8FF;
    border-radius: 10px;
}

.bg_u-day30 {
  background-color: #FFE9F2;
  border-radius: 10px;
}
.program-block_point .bg_u-day30 {padding: 20px 30px;}
.program-block_point .bg_u-day30 ul {width: 90%;margin: 15px auto;}
.program-block_point .bg_u-day30 ul li {font-size: 1.6rem;margin-bottom: 10px;}
.program-block_point .bg_u-day31 {padding: 20px 30px;}
.program-block_point .bg_u-day31 ul {width: 90%;margin: 15px auto;}
.program-block_point .bg_u-day31 ul li {font-size: 1.6rem;margin-bottom: 10px;}

.program-block .title-c {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 30px;
}
.program-block-c .title-c {
  font-size: 1.5rem;
  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 {
  margin-top: 50px;
}
.lower_bg .title__wrap {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 100px auto 40px;
}
.lower_bg .title__wrap .title__wrap--title {
  width: 520px;
  padding: 35px;
  background: #fff;
  border-radius: 24px;
}
.lower_bg .title__wrap .title__wrap--title p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.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;
  text-transform: uppercase;
}
.lower_bg .title__wrap .title__wrap--img {
  width: 480px;
}
.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.5rem;
  line-height: 2.5rem;
}
.lower_bg .section__content .inerview__content--ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 824px;
  margin: 0 auto;
}
.lower_bg .section__content .inerview__content--ul li {
  width: 400px;
  margin: 0 0 24px;
}
.lower_bg .section__content {
  width: 1100px;
  background: #fff;
  margin: 0 auto 40px;
  border-radius: 24px;
  padding: 40px 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 h3 {
  font-size: 2.2rem;
  line-height: 1.5em;
  padding: 0 0 5px;
  margin: 0 0 20px;
  position: relative;
  border-bottom: 2px solid #93d2e5;
  font-weight: 700;
}
.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 {
  border: 2px solid #41B3ED;
  text-align: center;
  width: 350px;
  margin: 80px auto 0 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 {
  display: flex;
  flex-wrap: wrap;
}
.list-link li {
  width: 33%;
  margin: 0 0 15px;
  list-style: none;
  font-size: 1.5rem;
  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;
}
/* -----------------------------------------------------------------
second / #access
----------------------------------------------------------------- */
.page_access {
  width: 100%;
  background: #f5f5f5;
  margin-top: 80px;
  padding: 20px 0;
}
.page_access .block_campus {
  width: 1100px;
  margin: 60px auto 100px;
}
.page_access .block_campus .cp_set {
  padding: 50px 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: 530px;
  margin-top: -10px;
  float: left;
}
.page_access .block_campus .cp_set .cp_name {
  font-size: 3.4rem;
  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;
}
.page_access .block_campus .cp_set .department_list li {
  font-size: 1.5rem;
  list-style: none;
  color: #323232;
  background: #fff;
  border-radius: 12px;
  line-height: 2.5rem;
  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: 530px;
  height: 330px;
  float: right;
}
.img_box img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
/* -----------------------------------------------------------------
top / #dep
----------------------------------------------------------------- */
#dep {
  text-align: center;
  margin-bottom: 80px;
}
#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: 33%;
  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: 33%;
  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: 33%;
  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: 33%;
  height: 0;
}
.sp-only {
  display: none;
}
.tbl-01 table {
  width: 100%;
  border-collapse: collapse;margin-top: 30px;
}
.tbl-01 td {
  width: 115px;
}
.tbl-01 th, .tbl-01 td {
  border: 1px solid #9D9D9D;
  padding: 10px 5px;
  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 {
  margin: 20px 0 0 0;
}
.tbl-01-01 td {
  padding: 0px 10px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: left;
  vertical-align: top;
}
.tbl-01-01 .start {
  background-color: #CDF7D5;
  width: 60px;
  height: 20px;
  font-size: 1.4rem;
}
.tbl-01-01 .end {
  background-color: #FAE6D6;
  width: 60px;
  height: 20px;
  font-size: 1.4rem;
}
.tbl-02 table {
  width: 100%;
  border-collapse: collapse;
}
.tbl-02 td {
  width: 230px;
}
.tbl-02 th {
  width: 100px;
}
.tbl-02 th, .tbl-02 td {
  border: 1px solid #9D9D9D;
  padding: 10px 5px;
  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 {
  margin: 20px 0;
}
.tbl-02-01 td {
  padding: 0px 10px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: left;
  vertical-align: top;
}
.tbl-02-01 .start {
  background-color: #CDF7D5;
  width: 60px;
  height: 20px;
  font-size: 1.4rem;
}
.tbl-02-01 .end {
  background-color: #FAE6D6;
  width: 60px;
  height: 20px;
  font-size: 1.4rem;
}
.routes-map {
  width: 500px;
  margin: 20px auto;
}
.routes-map img {
  width: 100%;
  height: auto;
}
.routes-map2 {
  width: 80%;
  height: auto;
  margin: 0 auto 50px auto;
}
.routes-map2 img {
  width: 100%;
  height: auto;
}
.routes-map p {
  margin: 15px 0 0 0;
  font-size: 1.4rem;
}
.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: 800px;
  margin: 50px auto 0 auto;
  border-radius: 10px;
  padding: 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: #F1E9F8;
    border: 1px solid #A577D8;
}
.e_course .info {
  background-color: #F8E9E9;
  border: 1px solid #EF7469;
}
.c_course .program-block .title {
  border-bottom: solid 3px #EDCC2A;
}
.d_course .program-block .title {
    border-bottom: 3px solid #B169EF;
}
.e_course .program-block .title {
  border-bottom: solid 3px #EF7469;
}
.next-inner:before {
  content: "";
  display: block;
  clear: both;
}
.breadcrumb_access {
  background-color: #fff;
  border-radius: 24px;
  width: 1100px;
  margin: 110px auto 0px auto;
}
.breadcrumb_faculties {
  background-color: #fff;
  border-radius: 24px;
  width: 1100px;
  margin: 110px auto 0px auto;
}
.breadcrumb {
  position: relative;
  top: -90px;
  float: right;
  margin-bottom: -90px;
  width: 60%;
}
.breadcrumb:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumb-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  font-size: 1.4rem;
  margin-bottom: 30px;
  text-align: right;
}
.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 0.6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}
.detail {
  font-size: 1.6rem;
  padding: 20px 0 40px 0;
}
.live-31 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  text-align: left;
}
.live-30 td {}
.live-30 th {
    background-color: #FFEDF5;
    border: 1px solid #D7D7D7;
    font-size: 1.6rem;
    padding: 5px 15px;
}
.live-30 td {
  border: 1px solid #D7D7D7;
  font-size: 1.6rem;
  width: 25%;
  padding: 5px 15px;
}
.live-30 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  text-align: left;
}
.live-31 td {}
.live-31 th {
    background-color: #CFF1FF;
    border: 1px solid #D7D7D7;
    font-size: 1.6rem;
    padding: 5px 15px;
}
.live-31 td {
  border: 1px solid #D7D7D7;
  font-size: 1.6rem;
  width: 25%;
  padding: 5px 15px;
}
.live-31 p, .live-26 p {
  font-size: 1.6rem;
  text-align: left;
}
.live-31 .youtube {
  text-align: center;
  width: 90%;
  margin: 0;
  position: relative;
  top: 45px;
}
.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: 0;
  position: relative;
  top: 45px;
}
.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: 45px 0;
}
.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: 45px 0;
}
.news_box {
  display: flex;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #DAE2E6;
  margin-top: 0px;
}
.news_box:last-child {
  margin-bottom: 0;
}
.news_box time {
  margin-right: 32px;
  color: #676F73;
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: bold;
  width: 15%;
}
.news_box p {
  width: 80%;
  margin-right: 32px;
  color: #676F73;
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: normal;
  text-align: left;
}
.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.6rem;
  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;
}
.block_archive {
  max-width: 1100px;
  margin: 0 auto;
}
.block_archive a {
  color: #41B3ED;
  text-decoration: none;
}
.block_archive a:hover {
  color: #41B3ED;
  text-decoration: underline;
}
.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;
}
.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 20px;
  font-size: 1.5rem;
  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 20px;
  font-size: 1.5rem;
  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 20px;
  font-size: 1.5rem;
  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 20px;
  font-size: 1.5rem;
  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 20px;
  font-size: 1.5rem;
  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 20px;
  font-size: 1.5rem;
  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 20px;
    font-size: 1.5rem;
    background-color: #B480D8;
    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: #D7B9EE;
    opacity: 1;
}
.linkBtn-next-e {
  padding: 8px 20px;
  font-size: 1.5rem;
  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: 1100px;
}
.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;
}
.message p {
  font-size: 1.5rem;
  line-height: 2.6rem;
}
.fig-message {
  width: 700px;
  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: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.b-event .program-block-b ul li {
  width: 25%;
  list-style: none;
}
.b-event .program-block-b ul li img {
  width: 100%;
  height: auto;
}
.fig-title {
  text-align: center;
  font-size: 1.5rem;
}
.youtube {
  width: 80%;
  margin: 60px auto;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.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: 2.4rem;
  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: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
  letter-spacing: 0.2rem;
}
.access-list {
  padding: 50px 0;
}
.access-list ul {
  width: 90%;
  margin: 30px auto;
}
.access-list ul li {
  margin-bottom: 15px;
  text-align: left;
  font-size: 1.5rem;
  border-width: 0px;
}
.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: #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;
}
.footer_logo {
  width: 400px;
  float: left;
  margin-right: 30px;
  border-right: 1px solid #023F64;
  padding-right: 50px;
}
.footer_logo img {
  width: 100%;
  height: auto;
}
.footer_pr_kenichi {
  width: 54px;
  float: left;
  margin-left: 30px;
  }
.footer_pr_kenichi img {
  width: 100%;
  height: auto;
}
.footer_access {
  float: left;
  font-size: 1.4rem;
  padding-left: 10px;
  padding-top: 15px;
  line-height: 2.4rem;
}
.footer_sns {
  width: 200px;
  float: right;
  padding-top: 15px;
}
.footer_sns ul {
  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: 1200px;
  margin: 0 auto;
  padding: 50px 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: 50px 0;
}
.access-list ul {
  width: 90%;
  margin: 30px auto;
}
.access-list ul li {
  margin-bottom: 15px;
  text-align: left;
  font-size: 1.8rem;
}


/*スペシャルコンテンツ*/
.special__content--ul {
  margin: 20px 0 0 0;
}
.special__main .special__content--ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.special__main .special__content--ul li {
  width: 45%;
  margin: 0 0 30px;
  list-style: none;
}
.special__main .special__content--ul li .img {
  margin: 0 0 10px;
}
.special__main .special__content--ul li p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #352f6f;
  line-height: 1.6;
  text-align: center;
}
.special__main .special__content--ul li .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 15px;
}
.special__main .special__content--ul li .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.special-content {}
.special-content ul:after {
  content: "";
  display: block;
  clear: both;
}
.special-content ul {}
.special-content ul li {
  list-style: none;
  width: 29%;
  float: left;
  margin: 2%;
  text-align: center;
  font-size: 1.4rem;
}
.special-content ul li a {
  color: #4c4c4c;
}
.special-content ul li a:hover {
  color: #4c4c4c;
  text-decoration: none;
}
.special-content ul li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.fix {
  right: 0;
  position: fixed;
  top: 150px;
  z-index: 99;
}
.fix ul {}
.fix ul li {
  list-style: none; /*
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
  box-shadow: 0 2px 8px rgba(30, 30, 80, .3);
  background-color: #023F64;
  margin-bottom: 20px;
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.fix ul li img {
  width: 40px;
  height: auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.fix ul li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /*padding: 15px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/
}
.fix ul li a:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /*padding: 15px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/
}

.language {
  font-size: 1.5rem;
  padding: 8px 20px 8px 40px;
  text-align: center;
  display: block;
  position: absolute;
  right: 120px;
  top: 20px;
  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: 20px;
  left: 55px;
  display: block;
}
/**
学生寮・ひとり暮らしについて
*/
.dormitory__inner {
  width: 1100px;
  margin: 0 auto 30px auto;
}
.dormitory__inner p {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
.dormitory__main .textImg__wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 0 0px;
}
.dormitory__main h3 {
  font-size: 2.8rem;
  color: #023F64;
  margin-bottom: 30px;
  border-bottom: 2px solid #41B3ED;
}
.dormitory__main .textImg__wrap .img {
  width: 360px;
}
.dormitory__main .textImg__wrap .img img {
  width: 100%;
  height: auto;
}
.dormitory__main .textImg__wrap .text {
  width: 650px;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.dormitory__main .dormitory__main--youtubeUl {
  display: flex;
  justify-content: space-between;
}
.dormitory__main .dormitory__main--youtubeUl li {
  width: 45%;
  list-style: none;
}
.dormitory__main .dormitory__main--youtubeUl li p.title {
  font-weight: 700;
  font-size: 2rem;
  color: #352f6f;
  margin: 0 0 20px;
}
.youtube-dormitory {
  margin: 0;
  width: 100%;
}
.linkBtn-target {
  text-decoration: none;
  padding: 10px;
  font-size: 1.5rem;
  background: #023F64;
  color: #fff;
  display: block;
  text-align: center;
  transition: .4s;
  border-radius: 20px;
  width: 280px;
  margin: 50px auto 80px auto;
}
.linkBtn-target:hover {
  background-color: #0E9CE4;
  opacity: 1;
}


