@charset "UTF-8";
img {
  vertical-align: bottom;
  width: 100%;
}
#container .main_visual,
#container .mainTitle,
#container .ttl_event,
#container .txt_event,
#container .img_event {
  margin-bottom: 15px;
}
#container .free {
  width: 40%;
  float: right;
  margin-bottom: 15px;
}
#container .btn_event {
  margin-bottom: 20px;
}
#container .main_visual img,
#container .mainTitle img,
#container .free img,
#container .ttl_event img,
#container .txt_event img,
#container .img_event img,
#container .btn_event img {
  width: 100%;
}
#container .back_list {
  text-align: right;
  padding: 10px 0;
}
#container .back_list a {
  color: #00CBFA;
  text-decoration: none;
}
#contents img {
  vertical-align: bottom;
}
/* openc.html
--------------------------------------*/
/* .date_wrapper */
.date_wrapper ul {
  list-style: none;
}
.date_wrapper ul li {
  border-bottom: 1px dotted #D6D6D6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.date_wrapper ul li:last-child {
  border-bottom: none;
}
/* .page_links */
.page_links {
  margin: 0 -10px 10px -10px;
}
.page_links ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: table;
  width: 100%;
  list-style: none;
}
.page_links li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  width: 50%;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.page_links li:last-child {
  border-right: none;
}
.page_links li a {
  background: #E33283 url(../images/common/arrow_down_white2.png) no-repeat right center;
  /* Old browsers */
  background: url(../images/common/arrow_down_white2.png) no-repeat right center, -moz-linear-gradient(top, #CF1D6D 0%, #E33283 100%);
  /* FF3.6+ */
  background: url(../images/common/arrow_down_white2.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CF1D6D), color-stop(100%, #E33283));
  /* Chrome,Safari4+ */
  background: url(../images/common/arrow_down_white2.png) no-repeat right center, -webkit-linear-gradient(top, #CF1D6D 0%, #E33283 100%);
  /* Chrome10+,Safari5.1+ */
  background: url(../images/common/arrow_down_white2.png) no-repeat right center, -o-linear-gradient(top, #CF1D6D 0%, #E33283 100%);
  /* Opera 11.10+ */
  background: url(../images/common/arrow_down_white2.png) no-repeat right center, -ms-linear-gradient(top, #CF1D6D 0%, #E33283 100%);
  /* IE10+ */
  background: url(../images/common/arrow_down_white2.png) no-repeat right center, linear-gradient(to bottom, #CF1D6D 0%, #E33283 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CF1D6D', endColorstr='#E33283', GradientType=0);
  /* IE6-9 */
  background-size: 21px auto, auto auto;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding: 18px 20px 18px 0;
  text-decoration: none;
}
.page_links li a span {
  display: block;
  padding-top: 8px;
  background-size: 25px auto;
}
.page_links li a.pt span {
  padding: 0;
}
/* 1日スケジュール */
.opencArea .day_schedule .inner {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: url(../images/event/openc/ico_down.gif) repeat-y left top;
  background-size: 8.6% auto;
  padding-left: 14%;
}
.opencArea .day_schedule .area {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  float: right;
  background-color: #F2EAD7;
  border-radius: 10px 10px 10px 10px;
  margin: 10px 0 20px 0;
  padding: 10px;
}
.opencArea .day_schedule .area.ico01 {
  background: #F2EAD7 url(../images/event/openc/ico_day_schedule01.png) no-repeat right bottom;
  background-size: 36px auto;
}
.opencArea .day_schedule .area.ico02 {
  background: #F2EAD7 url(../images/event/openc/ico_day_schedule02.png) no-repeat left bottom;
  background-size: 28% auto;
}
.opencArea .day_schedule .area .img {
  width: 35%;
  float: left;
  position: relative;
}
.opencArea .day_schedule .area .img img {
  width: 100%;
}
.opencArea .day_schedule .area .img span {
  display: block;
  position: absolute;
  top: 90%;
  left: 75%;
  width: 30%;
}
.opencArea .day_schedule .area .tit {
  width: 62%;
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #E33283;
  margin-bottom: 5px;
  text-indent: -0.5em;
}
.opencArea .day_schedule .area .txt {
  width: 62%;
  float: right;
  font-size: 14px;
}
/* accessBtn */
.opencArea .access {
  background-color: #E97598;
  padding: 5px 10px 10px 10px;
  margin: 0 -10px 15px -10px;
}
.opencArea .access .img_event {
  position: relative;
}
.opencArea .access a {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 0 15px;
  text-align: center;
}
.opencArea .access .btn a {
  bottom: 8%;
}
.opencArea .access .btn2 a {
  bottom: 5%;
}
/* オープンキャンパスの魅力 */
.opencArea .charm {
  padding: 0 0 5px;
}
.opencArea .charm .inner {
  border: 2px solid #E33283;
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.opencArea .charm .inner .txt_event {
  position: relative;
}
.opencArea .charm .inner .txt_event span {
  position: absolute;
  top: 90%;
  right: 4%;
  width: 7.1%;
}
.opencArea .charm .inner .img {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 24%;
  font-size: 0px;
}
.opencArea .charm .inner.num05 .img {
  width: 20%;
}
.opencArea .charm .inner .img img {
  width: 100%;
}
.opencArea .charm .inner .txt {
  width: 75%;
  float: right;
  padding: 0 1% 0 0;
  line-height: 1.5;
  font-size: 12px;
}
.opencArea .charm .inner.num04 .txt {
  width: 72%;
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .opencArea .charm .inner .img {
    width: 19%;
  }
  .opencArea .charm .inner.num05 .img {
    width: 19%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 760px) {
  .opencArea .charm .inner .img {
    width: 13%;
  }
  .opencArea .charm .inner.num05 .img {
    width: 13%;
  }
}
/* 交通アクセス */
.opencArea .map div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 10px;
  display: table;
  width: 100%;
  background-color: #FFE6EC;
  margin-bottom: 15px;
}
.opencArea .map div ul {
  display: table-cell;
  list-style: none;
  width: 50%;
}
.opencArea .map div ul li {
  font-size: 12px;
  text-indent: -0.9em;
  padding-left: 1em;
  line-height: 1.2;
}
/* 学科別メニュー */
.opencArea .exp_menu {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.opencArea .exp_menu {
  width: 100%;
}
.opencArea .exp_menu p img {
  width: 100%;
}
.opencArea .day_schedule .talklive {
  background-color: #f2ead7;
  padding: 10px;
  margin: 15px 0;
  border-radius: 12px;
}
.opencArea .day_schedule .talklive .tit {
  font-size: 14px;
  font-weight: bold;
  color: #E33283;
  margin-bottom: 5px;
  text-indent: -0.5em;
}
.opencArea .day_schedule .talklive .txt {
  font-size: 14px;
}
/* index.html
-------------------------------------------------*/
h1 {
  margin-bottom: 15px;
  padding-top: 5px;
}
.titleArea p {
  padding: 0 0 15px;
  line-height: 1.9;
}
.bnrArea ul li {
  margin-bottom: 17px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.eventArea ul {
  padding-bottom: 75px;
}
.eventArea ul li {
  width: 100%;
  margin-bottom: 15px;
  background-color: #F5F5F5;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
  padding: 15px 10px;
  box-sizing: border-box;
}
.eventArea ul li::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.eventArea ul li h2 {
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
  padding-bottom: 10px;
}
.eventArea ul li img {
  float: right;
  width: 41.5%;
  margin: 0 0 10px 10px;
}
.eventArea ul li .txt {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.eventArea ul li .date {
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.eventArea ul li .btn {
  clear: both;
  text-align: center;
}
.eventArea ul li .btn a {
  width: 40%;
  height: 30px;
  display: block;
  color: #fff;
  font-size: 11px;
  background: url(../images/common/ico02.png) no-repeat 92% center #333333;
  background-size: 7px auto;
  border-radius: 25px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding-right: 10px;
  margin: 0 auto;
}
.eventArea ul li.ctgry_gry {
  background-color: #F5F5F5;
}
.eventArea ul li.ctgry_gry h2 {
  color: #333333;
}
.eventArea ul li.ctgry_gry .btn a {
  background-color: #333333;
}
.eventArea ul li.ctgry_prpl {
  background-color: #f2e8f3;
}
.eventArea ul li.ctgry_prpl h2 {
  color: #54399e;
}
.eventArea ul li.ctgry_prpl .btn a {
  background-color: #54399e;
}
.eventArea ul li.ctgry_rd {
  background-color: #fff0f5;
}
.eventArea ul li.ctgry_rd h2 {
  color: #ff2e3e;
}
.eventArea ul li.ctgry_rd .btn a {
  background-color: #ff2e3e;
}
.eventArea ul li.ctgry_pnk {
  background-color: #FEEFF5;
}
.eventArea ul li.ctgry_pnk h2 {
  color: #EF59A1;
}
.eventArea ul li.ctgry_pnk .btn a {
  background-color: #EF59A1;
}
.eventArea ul li.ctgry_lgrn {
  background-color: #E7F5E8;
}
.eventArea ul li.ctgry_lgrn h2 {
  color: #3FAE49;
}
.eventArea ul li.ctgry_lgrn .btn a {
  background-color: #3FAE49;
}
.eventArea ul li.ctgry_lbl {
  background-color: #EAF7FB;
}
.eventArea ul li.ctgry_lbl h2 {
  color: #6ECBE6;
}
.eventArea ul li.ctgry_lbl .btn a {
  background-color: #6ECBE6;
}
.eventArea ul li.ctgry_brwn {
  background-color: #F8EDE9;
}
.eventArea ul li.ctgry_brwn h2 {
  color: #552C1C;
}
.eventArea ul li.ctgry_brwn .btn a {
  background-color: #552C1C;
}
.eventArea ul li.ctgry_yllw {
  background-color: #FFFFCC;
}
.eventArea ul li.ctgry_yllw h2 {
  color: #FF9900;
}
.eventArea ul li.ctgry_yllw .btn a {
  background-color: #FF9900;
}
.eventArea .calendarBtn {
  text-align: center;
  margin-bottom: 50px;
}
.eventArea .calendarBtn a {
  width: 42%;
  height: 30px;
  display: block;
  color: #6DCBE5;
  font-size: 11px;
  background: url(../images/common/ico01.png) no-repeat 92% center #fff;
  background-size: 7px auto;
  border-radius: 25px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding-right: 10px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}
.cont1Area h3 {
  text-align: center;
  padding-bottom: 12px;
}
.cont1Area dl {
  width: 100%;
  border-bottom: 1px dotted #FF007A;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.cont1Area dl dt {
  width: 91.5%;
}
.cont1Area dl dd p {
  padding: 18px 0 15px;
  line-height: 1.9;
}
.cont1Area dl dd a {
  width: 42%;
  height: 30px;
  display: block;
  color: #FF007A;
  font-size: 13px;
  background: url(../images/common/ico04.jpg) no-repeat 92% center #fff;
  background-size: 7px auto;
  border: 2px solid #FF007A;
  border-radius: 25px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding-right: 10px;
  margin: 0 auto;
}
.cont1Area h4 {
  text-align: center;
  color: #FF0079;
  padding: 10px 0;
  font-size: 11px;
  font-weight: bold;
}
.cont1Area .tel {
  text-align: center;
  padding-bottom: 30px;
  font-size: 10px;
}
.cont1Area .tel span {
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
}
.cont1Area .tel span a {
  color: #333;
}
/* .admissionArea */
.admissionArea {
  background: url("../img/common/bg_course.png") repeat center top;
  background-size: adjust;
  padding: 60px 0 20px;
  min-width:100%;
  overflow:hidden;
}
.admissionArea .scroll {
	width:100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;

}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.admissionArea h3 {
	font-size:18px !important;
	text-align:center;
	margin-bottom:10px;
}
.admissionArea table {
	background-color:#FFF;
	border:2px solid #999;
	height:500px;
}


.admissionArea table td {
	border:1px solid #CCC;
	text-align:center;
	padding:10px 12px;
	vertical-align:middle;
}

.admissionArea table td.td01 {
	border-bottom:2px solid #999;
	background-color:#BD87C1;
	color:#FFF;
	height:36px;
}
.admissionArea table td.td02 {
	background-color:#BD87C1;
	color:#FFF;
	height:36px;
}
.admissionArea .ttl01 {
	width:35.5vw;
	margin:0 auto;
	padding-bottom:8.6vw;
}

.admissionArea .fleft {
	width:100%;
	margin-bottom:3%;
}
.admissionArea .fright {
	width:820px;
}
.admissionArea ul {
	padding:15px 0;
}
.admissionArea ul li {
	padding-left:3em;
	text-indent:-3em;
	margin-bottom:10px;
}
#korean + .bnr_wrp {
  margin: 3vw 0;
}

.kobetsu_soudan h3{
	text-align: center;
	font-size: 18px !important;
	margin-bottom: 20px;
}
.kobetsu_soudan ul{
/*	display: flex;
	justify-content: center;
	flex-wrap: wrap;*/
	width: 90%;
	margin:0 auto;
	background:#F2F2F2;
	padding:5% 5% 2%;
}
.kobetsu_soudan ul li{
	display: block;
	width: 100%;
	border: none;
	margin-bottom:5%;
	padding:0;
	text-align:center;
}
.kobetsu_soudan ul li a{
	background: #3C57B2;
	color: #FFF;
	padding: 8px 10px 6px;
	border-radius: 20px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.kobetsu_soudan ul li a:hover{
	opacity: 0.7;
}
.kobetsu_soudan ul li span {
	display: block;
	padding-top: 5px;
}
.btn_course{
  text-align: right;
}
.btn_course a{
  display: inline-block;
  margin: 0 0 10px 20px;
  background-color: #3C57B2;
  color: #FFF;
  padding: 5px 20px;
  border-radius: 10px;  
  color: #FFF;
  font-size: 12px;
}
