@charset "utf-8";
/*==========================================
main
===========================================*/
/* bg-non_Wrapp
------------------------------*/
@media (max-width: 1000px){
	.bg-non_Wrapp  {
		padding: 20px 15px;
	}
}
@media (min-width: 1001px)  {
	.bg-non_Wrapp  {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}


/* bg_Wrapp
------------------------------*/
.bg_Wrapp  {
	background-color: #84c9d5;
}
@media (max-width: 1000px){
	.bg_Wrapp  {
		padding: 20px 15px;
	}
}
@media (min-width: 1001px)  {
	.bg_Wrapp  {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}


/* topMain
------------------------------*/
.topMain {
	background-color: #84c9d5;

}
@media (max-width: 992px){
	.topMain  {
		padding: 40px 15px 20px;
	}
}
@media (min-width: 993px)  {
	.topMain  {
		padding-top: 100px;
		padding-bottom: 50px;
	}
}



/* topMain_innner
-------------------------------------------*/
.topMain_innner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.topMain_innner h1 {
	text-align: center;
	z-index: 99;
}

.topMain_innner .logo_oc {
	width: 20%;
	position: absolute;
	top:0px;
	text-align: center;
	z-index: 98;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* news
------------------------------*/
/*
.evocationWrapp {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 6.0rem;
	border: #ff0000 solid 4px;
	border-radius: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
    margin-top: 30px;
}

.evocationWrapp h3 {
	position: absolute;
	top:-20px;
	left:30px;
	background-color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 4px;
}
@media (min-width: 993px)  {
	.evocationWrapp h3 {
		font-size: 2.2rem;
	}
}

.evocationWrapp ul {
  list-style: disc;
  margin-left: 2.0em;
	margin-top: 14px;
}
.evocationWrapp ul li{
  margin-bottom: 14px;
	line-height: 1.6;
}
*/

/*
.evocationWrapp p {
	line-height: 1.8;
	font-weight: 600;
	color: #ff0000;
	margin-bottom: 20px;
}
.evocationWrapp p:last-child {
	margin-bottom: 0px;
}

@media (min-width: 993px)  {
	.evocationWrapp {
		padding: 30px;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
}
*/


/* col2_wrapp
------------------------------*/
/* col2_wrapp */
.col2_wrapp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	width: 100%;
}
.col2_wrapp .col2_box {
	margin-bottom: 30px;
}
@media (min-width: 993px)  {
	.col2_wrapp .col2_box {
		width: 48%;
	}
}

/* col2_center_wrapp */
.col2_center_wrapp {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin-top: 30px;
	width: 100%;
}
.col2_center_wrapp .col2_center_box {
	margin-bottom: 30px;
	text-align: center;
}
@media (max-width: 992px)  {
	.col2_center_wrapp .col2_center_box {
		width: 100%;
	}
}
@media (min-width: 993px)  {
	.col2_center_wrapp .col2_center_box {
		padding: 0 4%;
	}
}



/* faculty_wrap
------------------------------*/
.faculty_wrap .accordion_list{
    list-style: none;
    width: 100%;
}
.faculty_wrap .accordion_list > li{
	border: 2px solid #84c9d5;
	margin-bottom: 50px;
	border-radius: 30px;
}
  @media (max-width: 992px)  {
    .faculty_wrap .accordion_list > li{
        padding: 15px 15px 15px 15px;
    }
}
@media (min-width: 993px)  {
    .faculty_wrap .accordion_list > li{
        padding: 15px 30px;
    }
}
  
/* title */
.faculty_wrap .accordion_list .accordion_title {
	position: relative;
	cursor: pointer;
}
.faculty_wrap .accordion_list .accordion_title {
	font-weight: normal;
	font-size: 1.3rem;
	color: #1d4763;
	margin: 0;
	font-weight: 500;
}

/* icon */
.faculty_wrap .accordion_list .accordion_title::before,
.faculty_wrap .accordion_list .accordion_title::after{
	position: absolute;
	content:'';
	width: 10px;
	height: 2px;
	background-color: #1d4763;
}
.faculty_wrap .accordion_title::before{
	top:50%;
	right: 10px;
	transform: rotate(0deg);
}
.faculty_wrap .accordion_title::after{
	top:50%;
	right: 10px;
	transform: rotate(90deg);
}

/*　close　*/
.faculty_wrap .accordion_title.close::before{
	transform: rotate(45deg);
}
.faculty_wrap .accordion_title.close::after{
	transform: rotate(-45deg);
}

/* accordion_box */
.faculty_wrap .accordion_box {
	display: none;/*はじめは非表示*/
	padding: 0px;
	margin:10px 0px 0rem;
}


/* scheduleList_faculty 
------------------------------*/
.faculty_wrap ul.scheduleList_faculty {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	width: 100%;}
.faculty_wrap ul.scheduleList_faculty li {
	/*background-color: #3399cc;*/
	border: 1px #3399cc solid;
	/*border: rgba(29, 71, 99,1.0) 4px solid;*/
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	border-radius: 23px;
	display: block;
	/*color: #fff!important;*/
}
.faculty_wrap ul.scheduleList_faculty li a {
    display: block;
    /*height: 100%;
    width: 100%;*/
	text-decoration: none!important;
	/*color: #fff!important;*/
}
.faculty_wrap ul.scheduleList_faculty li a.btn-hover {
  border-radius: 20px;
}
@media (hover: hover) {
.faculty_wrap ul.scheduleList_faculty li a.btn-hover:where(
    :any-link, :enabled, summary
  ):hover {
	background-color: rgba(29, 71, 99,1.0);
	/*background-color:#9f9*/
	color: #fff;
	/*opacity: 0.9;*/
  }
}

@media (max-width: 992px){
	.faculty_wrap ul.scheduleList_faculty::after {
		content:"";
		display: block;
		/*width:31.333%;*/
		width: 48%;
	}
	.faculty_wrap ul.scheduleList_faculty li {
		/*width: 31.333%;*/
		box-sizing:border-box;
		width: 48%;
		padding: 20px 5px 40px;
	}
	.faculty_wrap ul.scheduleList_faculty li a{
		padding: 20px 5px 40px;
		height: calc(100% + 60px);
		width: calc(100% + 10px);
		margin: -20px -5px;
	}
}
@media (min-width: 993px)  {
	.faculty_wrap ul.scheduleList_faculty::after {
		content:"";
		display: block;
		/*width:31.333%;*/
		width: 24%;
	}
	.faculty_wrap ul.scheduleList_faculty li {
		box-sizing:border-box;
		padding: 15px 10px 30px;
		width: 24%;
	}
	.faculty_wrap ul.scheduleList_faculty li a{
		padding: 15px 10px 30px;
		height: calc(100% + 45px);
		width: calc(100% + 20px);
		margin: -15px -10px;
	}
}
@media (min-width: 1366px) {
	.faculty_wrap ul.scheduleList_faculty::after {
		content:"";
		display: block;
		/*width:31.333%;*/
		width: 24%;
	}
	.faculty_wrap ul.scheduleList_faculty li {
		box-sizing:border-box;
		width: 24%;
		padding: 20px 5px 50px;
	}
	.faculty_wrap ul.scheduleList_faculty li a{
		padding: 20px 5px 50px;
		height: calc(100% + 70px);
		width: calc(100% + 10px);
		margin: -20px -5px;
	}
}

.faculty_wrap ul.scheduleList_faculty li .ocStatus {
	position: absolute;
	bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
.faculty_wrap ul.scheduleList_faculty li .ocStatus p{
	font-weight: 600;
	line-height: 1;
	color: #3399cc;
}
.faculty_wrap ul.scheduleList_faculty li.ocSeminar a .ocStatus p{
	color: #fff!important;
}
.faculty_wrap ul.scheduleList_faculty li.ocSeminar .ocStatus p{
	color: #fff!important;
}

@media (max-width: 992px){
	.faculty_wrap ul.scheduleList_faculty li .ocStatus p{
		font-size: 1.25rem;
	}
}
@media (min-width: 993px)  {
	.faculty_wrap ul.scheduleList_faculty li .ocStatus p{
		font-size: 1.25rem;
	}
}




/* schedule
------------------------------*/
.scheduleWrapp {
	background-color: #e7f2fd;
}

/* scheduleList */
ul.scheduleList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	width: 100%;
}
ul.scheduleList li {
	background-color: #fff;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	border-radius: 20px;
	display: block;
}
ul.scheduleList li a {
    display: block;
    /*height: 100%;
    width: 100%;*/
	text-decoration: none!important;
}
ul.scheduleList li a.btn-hover {
  border-radius: 20px;
}
@media (hover: hover) {
ul.scheduleList li a.btn-hover:where(
    :any-link, :enabled, summary
  ):hover {
	background-color: rgba(29, 71, 99,1.0);
	/*background-color:#9f9*/
	color: #fff;
	/*opacity: 0.9;*/
  }
}

/* commentBox */
@media (min-width: 993px)  {
    .commentBox {
        width: 82%;
        padding-left: 50px;
    }
}
.program_item h3 {
    color: #1d4763;
    border-bottom: 5px solid #1d4763;
    padding-bottom: 0.25rem;
    margin-bottom: 10px;
}
.program_item h3 .text_comment{
    display: block;
    font-size: 0.875rem;
    color: red;
}
@media (max-width: 992px)  {
    .program_item h3 {
        font-size: 1.25rem;
        position: relative;
    }
    /*
    .program_item h3:before {
        content:"";
        display:inline-block;
        border-radius: 50%;
        width: 40px;
        height: 40px; 
        position: absolute;
        left: 0px;
        top: 0rem;
        background-color: #1d4763;
    }
        */
}
@media (min-width: 993px)  {
    .program_item h3 {
        font-size: 1.75rem;
        position: relative;
        padding-left: 50px;
        margin-left: -50px;
        margin-bottom: 10px;
    }
    .program_item h3:before {
        content:"";
        display:inline-block;
        border-radius: 50%;
        width: 80px;
        height: 80px; 
        position: absolute;
        left: -40px;
        top: 0.25rem;
        background-color: #1d4763;
    }
}


.commentBox p,
.commentBox > ul {
 /*   font-size: 1.125rem; */
}




/* ocSeminar
------------------------------*/
ul.scheduleList li.ocSeminar {
	background-color: #3399cc;
}
ul.scheduleList li.ocSeminar {
	color: #fff!important;
}
ul.scheduleList li.ocSeminar a{
	color: #fff!important;
}

/* day_summer 
------------------------------*/
/*
ul.scheduleList li.day_summer {
	background-color: #87cefa;
}
ul.scheduleList li.day_summer .dateTxt {
	color: #024691;
}
ul.scheduleList li.day_summer .opName {
	color: #024691;
	border-top: 1px solid #024691;
	border-bottom: 1px solid #024691;
}
*/

@media (max-width: 992px){
	ul.scheduleList::after {
		content:"";
		display: block;
		/*width:31.333%;*/
		width: 48%;
	}
	ul.scheduleList li {
		/*width: 31.333%;*/
		box-sizing:border-box;
		width: 48%;
		padding: 20px 5px 40px;
	}
	ul.scheduleList li a{
		padding: 20px 5px 40px;
		height: calc(100% + 60px);
		width: calc(100% + 10px);
		margin: -20px -5px;
	}
}
@media (min-width: 993px)  {
	ul.scheduleList::after {
		content:"";
		display: block;
		/*width:31.333%;*/
		width: 24%;
	}
	ul.scheduleList li {
		box-sizing:border-box;
		width: 24%;
		padding: 15px 10px 30px;
	}
	ul.scheduleList li a{
		padding: 15px 10px 30px;
		height: calc(100% + 45px);
		width: calc(100% + 20px);
		margin: -15px -10px;
	}
}
@media (min-width: 1366px) {
	ul.scheduleList::after {
		content:"";
		display: block;
		/*width:31.333%;*/
		width: 18%;
	}
	ul.scheduleList li {
		box-sizing:border-box;
		width: 18%;
		padding: 20px 5px 50px;
	}
	ul.scheduleList li a{
		padding: 20px 5px 50px;
		height: calc(100% + 70px);
		width: calc(100% + 10px);
		margin: -20px -5px;
	}
}

/* date
------------------------------*/
.ocDate {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}
.dateTxt {
	font-weight: 600;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1!important;
}
.date-week {
	font-size: 125%;
	letter-spacing: -0.1rem;
	text-indent: -0.1rem;
	line-height: 1!important;
}

@media (max-width: 992px){
	.dateTxt {
		font-size: 275%;
		margin-bottom: 0px;
	}
}
@media (min-width: 993px)  {
	.dateTxt {
		font-size: 280%;
	}
}
/*
.date-month {
	font-size: 1.6rem;
	display: table-cell;
	vertical-align: top;
	margin-top: -50px;
	padding-top:2px;
}
.date-day {
	font-size: 2.2rem;
	display: table-cell;
	vertical-align: top;
}
@media (max-width: 992px){
	.date-month {
		font-size: 2.0rem;
		margin-top: 0px;
		padding-top:0px;
	}
}
@media (min-width: 767px) and (max-width: 992px) {
	.tb_dateTxt .date-month,
	.tb_dateTxt .date-week {
		font-size: 1.2rem;
	}
}
*/

/* name
------------------------------*/
.ocName {	
	margin-bottom: 10px;
	width: 100%;
}
.opName {
	font-weight: 500;
	letter-spacing: -0.1rem;
	text-indent: -0.1rem;
	line-height: 1.4!important;
	text-align: center;
}

@media (max-width: 992px){
	.opName {
		font-size: 1.125rem;
	}
}
@media (min-width: 993px)  {
	.opName {
		font-size: 1.25rem;
	}
}

/*
.holdText {
	background-color: #87cefa;
	padding: 6px 8px 4px;
	border-radius: 2px;
	display: inline-block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 4px;
	line-height: 1.0;
	font-size: 13px;
	color: #024691;
	font-weight: 600;
	position: absolute;
	top: 0px;
	right: 10px;
}
.day_summer .holdText {
	border: 1px #024691 solid;
}
*/

/*
.date-comment {
	font-size: 1.3rem;
	color: #ffdf00;
	text-align: center;
	margin-top: -10px;
	padding-bottom: 5px;
	display: block;
	width: 100%;
}
*/


/* status
------------------------------*/
ul.scheduleList li .ocStatus {
	position: absolute;
	bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
ul.scheduleList li .ocStatus p{
	font-weight: 600;
	line-height: 1;
	color: #3399cc;
}
ul.scheduleList li.ocSeminar a .ocStatus p{
	color: #fff!important;
}
ul.scheduleList li.ocSeminar .ocStatus p{
	color: #fff!important;
}

@media (max-width: 992px){
	ul.scheduleList li .ocStatus p{
		font-size: 1.25rem;
	}
}
@media (min-width: 993px)  {
	ul.scheduleList li .ocStatus p{
		font-size: 1.25rem;
	}
}

/*
.stateTxt {
	background-color: #fff;
	color: #84c9d5;
	font-weight: 600;
	font-size: 1.4rem;
	padding: 10px 16px 6px 5px;
	line-height: 1.2;
}
*/

/* link-bg */
/*
ul.scheduleList li a .stateTxt.link-bg {
	background-color: #ea864e;
	display: block;
	color: #fff;
}
ul.scheduleList li a .stateTxt.link-bg {
	position: relative;
}
ul.scheduleList li a .stateTxt.link-bg::before,
ul.scheduleList li a .stateTxt.link-bg::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
ul.scheduleList li a .stateTxt.link-bg::before{
	right: 10px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
*/

/* link-bg02 */
/*
ul.scheduleList li a .stateTxt.link-bg02 {
	background-color: #ffdf00;
	display: block;
	color: #333;
}
ul.scheduleList li a .stateTxt.link-bg02 {
	position: relative;
}
ul.scheduleList li a .stateTxt.link-bg02::before,
ul.scheduleList li a .stateTxt.link-bg02::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
ul.scheduleList li a .stateTxt.link-bg02::before{
	right: 10px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
*/




/* program
------------------------------*/
/*
ol.programList {
	text-align: center;
	margin-left: 0px;
	margin-right:0px;
}
ol.programList li {
	margin-bottom: 40px;
	padding: 0;
}

.pgmImg {
	padding: 0;
}
ol.programList li .pgmTxt {
	padding-top: 0px;
	text-align: left;
}
ol.programList li .pgmTxt h3 {
	font-weight: 600;
	font-size: 2.4rem;
	margin-bottom: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 56px;
}
ol.programList li .pgmTxt h3.no01 {
	background-image: url(../images/top/bg_no01.png);
	background-position: left center;
	background-repeat: no-repeat;
}
ol.programList li .pgmTxt h3.no02 {
	background-image: url(../images/top/bg_no02.png);
	background-position: left center;
	background-repeat: no-repeat;
}
ol.programList li .pgmTxt h3.no03 {
	background-image: url(../images/top/bg_no03.png);
	background-position: left center;
	background-repeat: no-repeat;
}
ol.programList li .pgmTxt h3.no04 {
	background-image: url(../images/top/bg_no04.png);
	background-position: left center;
	background-repeat: no-repeat;
}
ol.programList li .pgmTxt h3.no05 {
	background-image: url(../images/top/bg_no05.png);
	background-position: left center;
	background-repeat: no-repeat;
}
ol.programList li .pgmTxt h3.no06 {
	background-image: url(../images/top/bg_no06.png);
	background-position: left center;
	background-repeat: no-repeat;
}

ol.programList li .pgmTxt p {
	line-height: 1.4;
}

@media (max-width: 992px){
	ol.programList li:last-child {
		margin-bottom: 0;
	}
	.pgmImg img {
		width: 60%;
	}
}
@media (min-width: 1001px) {
	ol.programList li .pgmTxt {
		padding-top: 30px;
	}
}
*/


/* past
------------------------------*/
/*
.pastWrapp {
	background-color: #c4ddf8;
}
.pastInner {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pastInner h3 {
	margin-top: 10px;
}
.btn-past {
	margin-bottom: 22px;
}
.btn-past a {
	line-height: 1;
	width: 100%;
	text-align: center;
	display: block;
	background-color: #024691;
	color: #fff;
	padding: 20px 40px 20px 20px;
	clear: both;
	margin-top: 30px;
	border-radius: 4px;
  box-shadow: 0px 6px 1px -1px #011e59;
	font-size: 1.8rem;
	font-weight: 600;
}
.btn-past a{
	position: relative;
}
.btn-past a::before,
.btn-past a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn-past a::before{
	right: 15px;
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (min-width: 768px) and (max-width: 992px){
	.pastInner {
		background-image: url(../images/top/bg_past.png);
		background-repeat: no-repeat;
		background-position: right -150px center;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (min-width: 993px) {
	.pastInner {
		background-image: url(../images/top/bg_past.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size:auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.btn-past a {
		font-size: 2.8rem;
	}
}
*/	

/* movieWrapp_top
---------------------------------------------*/
/*
.movieWrapp_top {
	padding-top: 80px;
	padding-bottom: 70px;
	clear: both;
}
.movieWrapp_top .readText {
	line-height: 1.4;
}
.movieWrapp_top .moreBtn {
	margin-top: 0;
	padding-top: 0;
}
@media (max-width: 992px){
	.movieWrapp_top {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.movieWrapp_top .moreBtn a{
		margin-top: 0;
		max-width: 100%;
	}
}
*/


/* movieList_top
---------------------------------------------*/
/* スクロールあり */
/*
.horizontal-list {
	margin-top: 40px;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 30px;
}
*/

/* 横スクロール用 */
.horizontal-list li {
	/*
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 30px;
	*/

	/*width: 350px;*/
	/* 見た目調整 */
	/*height: 380px;*/
}
/*
.horizontal-list li:first-child {
	margin-left: 0px;
}
.horizontal-list li .youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.horizontal-list li .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.horizontal-list li h3 {
	text-align: center;
	margin-top: 16px;
	color: #000;
}
	*/

		/* 横スクロール用 */
/*	
@media (max-width: 992px){
	.horizontal-list li {
		width: 250px;
	}
}
@media (min-width: 993px)  {
	.horizontal-list li {
		width: 350px;
	}
}
*/

/* スクロールなし */
/*
.movieList_top {
	margin-top: 40px;
	height: 300px;
}
.movieList_top li{
	margin-bottom: 40px;
}
.movieList_top li .youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movieList_top li .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movieList_top li h3 {
	text-align: center;
	margin-top: 16px;
	color: #000;
}
	*/


/* bannerWrapp
---------------------------------------------*/
/*
@media (max-width: 992px){
	.bannerWrapp {
		margin-bottom: 40px;
	}
}
@media (min-width: 993px)  {
	.bannerWrapp {
		margin-bottom: 80px;
	}
}
*/