a:link{
	text-decoration:none}
/*------------------------------------*\
$main
\*------------------------------------*/
#main {
  margin: 0 auto;
  padding: 0;
  position: relative;
  vertical-align: bottom;
  width: 1200px;
		border:0;
}

#main video {
  width: 100%;
}

#main h2 {
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#main p {
  bottom: 30px;
  position: absolute;
  right: 20px;
}

/*------------------------------------*\
$Co
\*------------------------------------*/
#Co {
  padding: 0;
  text-align: left;
}

#Co h2 {
  margin-bottom: 50px;
}

/*------------------------------------*\
$firstBox
\*------------------------------------*/

#firstBox {
  background-color: rgba(206, 221, 65, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(195, 214, 0, 1) 10px, rgba(195, 214, 0, 1) 20px );
  background-size: auto auto;
  position: relative;
		margin-top:-1px;
}

#firstBox:after {
  background-color: rgba(122, 202, 214, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(92, 194, 207, 1) 10px, rgba(92, 194, 207, 1) 20px );
  background-size: auto auto;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 50%;
}

#firstBoxInner {
  background: #ffffff;
  margin: 0 auto;
  padding: 80px 100px;
  position: relative;
  text-align: left;
  width: 1200px;
  z-index: 100;
}

#firstBox h3 {
  margin: 0 0 80px 0;
}

#firstBox h4 {
  margin: 0 0 80px 0;
  position: relative;
}

#firstBox .hukidashi {
  bottom: 100px;
  position: absolute;
  right: -40px;
}

#firstBox h5 {
  margin: 0 auto 30px auto;
  text-align: center;
}

/*------------------------------------*\
$sectionInner
\*------------------------------------*/

.sectionInner {
  background: rgba(255,255,255,.5);
  margin: 0 auto;
  padding: 80px 100px;
  text-align: left;
  width: 1200px;
}

.sectionInner .box02,
#footermovie .box02 {
  margin: 0 auto 0 auto;
  width: 90%;
}

.sectionInner h3.catch,
#footer-open h3 {
  font-size: 1.625rem;
  line-height: 180%;
  margin: 0 auto 50px auto;
  padding: 0 45px;
  position: relative;
  text-align: center;
  width: 100%;
}

.sectionInner h3.catch:before,
#footer-open h3:before {
  background-color: black;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-60deg);
     -moz-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-120deg);
  width: 80px;
}

.sectionInner h3.catch:after,
#footer-open h3:after {
  background-color: black;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(120deg);
  width: 80px;
}

.sectionInner h3.catch:before,
#footer-open h3:before {
  left: 0;
}

.sectionInner h3.catch:after,
#footer-open h3:after {
  right: 0;
}

.sectionInner .box02 h4 {
  font-size: 1.375rem;
  margin-bottom: 20px;
  text-align: center;
}

.sectionInner .box02 .box02Inner:nth-child(odd) h4 {
  color: #7fbe26;
}

.sectionInner .box02 .box02Inner:nth-child(even) h4 {
  color: #12b8d7;
}
.sectionInner .box02 h4 .ss {
  font-size: 1.4rem;
}

.sectionInner .submenu {
  margin-top: 100px;
  position: relative;
}

.sectionInner .submenu .box03 {
  margin: 0 auto;
  width: 66%;
}

.sectionInner .submenu .box04 {
  margin: 0 auto;
  width: 80%;
}

.sectionInner .submenu .hukidashi {
  left: -20px;
  position: absolute;
  top: -30px;
}

.box02,
.box03,
.box04,
.box05 {
  -js-display: flex;
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -ms-flex: 0 1 auto;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
          justify-content: space-between;
  width: 100%;
}

.box02 .box02Inner,
.box02 li {
	display: block;
width: 48.5%;

}

.open-top .box02 .box02Inner{
width:auto;
margin:auto;
}


.box03 .box03Inner,
.box03 li {
  display: block;
  width: 31.5%;
}

.box04 .box04Inner,
.box04 li {
  display: block;
  width: 23.5%;
}

.hukidashi .box02,
.box05{
justify-content:center;
}
.box05 li{
padding: 0 2em;
}
.box05 .box05Inner,
.box05 li {
  display: block;
  width: 18.5%;
}

#sideMunu {
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 1000;
}


#sideMunu li {
  margin-bottom: 15px;
}

/*------------------------------------*\
$section01
\*------------------------------------*/
.open-top {
  background-color: rgba(189, 207, 235, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(167, 193, 229, 1) 10px, rgba(167, 193, 229, 1) 20px );
  background-size: auto auto;
}

.open-top h3.catch {
  color: #0076ac;
}
.open-top h3.catch:before,
.open-top h3.catch:after {
  background-color: #0076ac;
}
.open-top .box02 .box02Inner ul.list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.open-top .box02 .box02Inner ul.list li {
  background: #7fbe26;
  border-radius: 6px;
  -webkit-box-shadow: 0 8px 4px -4px rgba(0,0,0,.2);
     -moz-box-shadow: 0 8px 4px -4px rgba(0,0,0,.2);
          box-shadow: 0 8px 4px -4px rgba(0,0,0,.2);
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  margin-right: 20px;
  padding: 8px 15px;
  text-align: center;
  width: 100%;
}

.open-top .box02 .box02Inner ul.list li:last-child {
  margin-right: 0;
}

.open-top .box02 .box02Inner:first-child ul.list li:first-child {
  margin-right: 20px;
  width: 30%;
}

.open-top .box02 .box02Inner:first-child ul.list li:last-child {
  margin-right: 0;
  width: 60%;
}

.open-top .box02 .box02Inner:last-child ul.list li {
  background: #12b8d7;
}

.open-top .sectionInner .box02 {
  width: 100%;
}

.open-top .box02 .box02Inner.chapterBox h5 {
  border-bottom: 2px dotted #12b8d7;
  color: #12b8d7;
  font-size: 2.4rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.open-top .box02 .box02Inner.chapterBox p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
.open-top .box02 .photo img{
display:block;
margin:auto;
}
@media print, screen and (min-width: 768px) {
	
	#co.full #mainContents .coInner.openCampusBox{
		width:1200px;
	}
.open-top .box02 .box02Inner.chapterBox ul{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

.open-top .box02 .box02Inner.chapterBox ul li{
width:48.6%;
}
}



.open-top .box02 .box02Inner .chapter {
  margin-bottom: 8px;
}

.open-top .box02 .box02Inner .chapter li {
  margin-bottom: 10px;
  width: 100%;
}

.open-top .box02 .box02Inner .chapter li a {
  background: rgb(246,169,0);
  background:    -moz-linear-gradient(90deg, rgba(246,169,0,1) 0%, rgba(239,130,0,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(246,169,0,1) 0%, rgba(239,130,0,1) 100%);
  background:         linear-gradient(90deg, rgba(246,169,0,1) 0%, rgba(239,130,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6a900",endColorstr="#ef8200",GradientType=1); 
box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 25%);
  color: #ffffff;
  display: block;
  font-weight: 900;
  padding: 15px;
  position: relative;
  width: 100%;
}

.open-top .box02 .box02Inner .chapter li a:hover {
  background: rgb(246,169,0);
  background:    -moz-linear-gradient(90deg, rgba(239,130,0,1) 0%, rgba(246,169,0,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(239,130,0,1) 0%, rgba(246,169,0,1) 100%);
  background:         linear-gradient(90deg, rgba(239,130,0,1) 0%, rgba(246,169,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6a900",endColorstr="#ef8200",GradientType=1);
}



.open-top .box02 .box02Inner .chapter li.yakugaku a {
  background: rgb(200,215,1);
  background:    -moz-linear-gradient(90deg, rgba(200,215,1,1) 0%, rgba(68,175,53,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(200,215,1,1) 0%, rgba(68,175,53,1) 100%);
  background:         linear-gradient(90deg, rgba(200,215,1,1) 0%, rgba(68,175,53,1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8d701",endColorstr="#44af35",GradientType=1);

}

.open-top .box02 .box02Inner .chapter li.yakugaku a:hover {
  background: rgb(200,215,1);
  background:    -moz-linear-gradient(90deg, rgba(68,175,53,1) 0%, rgba(200,215,1,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(68,175,53,1) 0%, rgba(200,215,1,1) 100%);
  background:         linear-gradient(90deg, rgba(68,175,53,1) 0%, rgba(200,215,1,1) 100%);
}

.open-top .box02 .box02Inner .chapter li.igaku a {
  background: rgb(0,99,154);
  background:    -moz-linear-gradient(90deg, rgba(0,99,154,1) 0%, rgba(0,68,94,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,99,154,1) 0%, rgba(0,68,94,1) 100%);
  background:         linear-gradient(90deg, rgba(0,99,154,1) 0%, rgba(0,68,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00639a",endColorstr="#00445e",GradientType=1);
}

.open-top .box02 .box02Inner .chapter li.igaku a:hover {
  background: rgb(0,99,154);
  background:    -moz-linear-gradient(90deg, rgba(0,68,94,1) 0%, rgba(0,99,154,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,68,94,1) 0%, rgba(0,99,154,1) 100%);
  background:         linear-gradient(90deg, rgba(0,68,94,1) 0%, rgba(0,99,154,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00639a",endColorstr="#00445e",GradientType=1);
}



.open-top .box02 .box02Inner .chapter li a:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  transition: .3s;
  width: 8px;
}

.open-top .box02 .box02Inner.chapterBox .point li {
  float: left;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-right: 8px;
  width: auto;
}

.open-top .box02 .box02Inner.chapterBox .point li:last-child {
  margin-right: 0;
}

.open-top .box02 .box02Inner.chapterBox .point li::before {
  border-color: transparent transparent transparent #12b8d7;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 8px;
  width: 0;
}



/*------------------------------------*\
$intro
\*------------------------------------*/
#intro {

background-color: rgba(196, 242, 197, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(164, 234, 190, 1) 10px, rgba(164, 234, 190, 1) 20px );
  background-size: auto auto;
}

#intro h2{
	font-size:3rem;
	margin: 0 0 20px;
	text-align:center}
	
	#intro h2 span{
		display:block;
		font-size:1.5rem;
		color:#096}
#co.full #mainContents #intro .coInner{
	width:1200px;
background-size: auto auto;
background-color: rgba(228, 255, 229, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(205, 255, 223, 1) 10px, rgba(205, 255, 223, 1) 20px );
}


#mainTitle.open{
	border:0}
/*------------------------------------*\
$section02
\*------------------------------------*/
#section01 {
  background-color: rgba(255, 245, 127, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 242, 14, 1) 10px, rgba(255, 242, 14, 1) 20px );
  background-size: auto auto;
}

#section01 h3.catch {
  color: #0076ac;
}

#section01 h3.catch:before,
#section01 h3.catch:after {
  background-color: #0076ac;
}

#section01 .note {
  color: #0076ac;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 200%;
  margin-bottom: 40px;
  padding: 0 30px 0 40px;
  text-align: left;
}

#section01 .viewBox_pc .viewBox {
  margin-top: 60px;
  position: relative;
}

#section01 .viewBox_pc .viewBox.last {
  margin-top: 60px;
}

#section01 .viewBox_pc .viewBox_pc h4 {
  margin-bottom: 30px;
}

#section01 .viewBox_pc .viewBox li {
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
}

#section01 .viewBox_pc .viewBox li:first-child {
  bottom: 0;
  left: 42%;
  position: absolute;
}

#section01 .viewBox_pc .viewBox li:nth-child(2) {
  bottom: 14%;
  left: 64%;
  position: absolute;
}

#section01 .viewBox_pc .viewBox li:nth-child(3) {
  left: 18%;
  position: absolute;
  top: 20%;
}

#section01 .viewBox_pc .viewBox li:nth-child(4) {
  left: 53%;
  position: absolute;
  top: -4%;
}

#section01 .viewBox_pc .viewBox li:nth-child(5) {
  position: absolute;
  right: -4%;
  top: 51%;
}

#section01 .viewBox_pc .viewBox li img {
  margin-bottom: 10px;
}

#section01 .viewBox_pc .viewBox li:nth-child(3) img,
#section01 .viewBox_pc .viewBox li:nth-child(4) img {
  margin-bottom: 0;
  margin-top: 10px;
}

#section01 .viewBox_pc .viewBox.last li:first-child {
  bottom: 16%;
  left: 15.5%;
  position: absolute;
}

#section01 .viewBox_pc .viewBox.last li:nth-child(2) {
  left: 47%;
  position: absolute;
  top: 61%;
}

#section01 .viewBox_pc .viewBox.last li:nth-child(3) {
  bottom: auto;
  left: 42%;
  position: absolute;
  right: auto;
  top: 5.6%;
}

#section01 .viewBox_pc .viewBox.last li:nth-child(4) {
  left: auto;
  position: absolute;
  right: 4%;
  top: 30%;
}

#section01 .viewBox_pc .viewBox.last li:nth-child(5) {
  left: auto;
  position: absolute;
  right: 16%;
  top: 7%;
}

#section01 .viewBox_pc .viewBox.last  li img {
  margin-bottom: 10px;
}

#section01 .viewBox_pc .viewBox.last li:nth-child(2) img,
#section01 .viewBox_pc .viewBox.last li:nth-child(3) img {
  margin-bottom: 0;
  margin-top: 10px;
}

#section01 .viewBox_pc .viewBox.last li:nth-child(4) img {
  margin-bottom: 10px;
  margin-top: 0;
}

#section01 .viewBox_pc .viewBox li a {
  color: #0076ac;
}

#section01 .viewBox_pc .viewBox li a:hvoer {
  opacity: .8;
}

#section01 .submenu {
  margin-top: 0;
  position: relative;
}


/*------------------------------------*\
$section04
\*------------------------------------*/
#section02 {
  background-color: rgba(249, 211, 217, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(247, 197, 206, 1) 10px, rgba(247, 197, 206, 1) 20px );
  background-size: auto auto;
}

#section02 h3.catch {
  color: #dc6b8e;
}

#section02 h3.catch:before,
#section02 h3.catch:after {
  background-color: #dc6b8e;
}

#section02 .box02 .box02Inner {
  position: relative;
  text-align: center;
  z-index: 10;
}

#section02 .box02 .box02Inner h3 {
  margin-bottom: 20px;
}

#section02 .box02 .box02Inner li {
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
}

#section02 .box02 .box02Inner li a {
  color: #7fbe26;
}

#section02 .box02 .box02Inner:last-child li a {
  color: #12b8d7;
}



/*------------------------------------*\
$section04
\*------------------------------------*/
#section03 {
  background-color: rgba(189, 207, 235, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(167, 193, 229, 1) 10px, rgba(167, 193, 229, 1) 20px );
  background-size: auto auto;
}

#section03 h3.catch {
  color: #0076ac;
}

#section03 h3.catch:before,
#section03 h3.catch:after {
  background-color: #0076ac;
}

#section03 .submenu .hukidashi {
  left: 100px;
  position: absolute;
  top: -70px;
}

#section03 .box02 .box02Inner {
  margin-bottom: 30px;
}

#section03 .submenu {
  margin-top: 50px;
  position: relative;
}

#section03 .submenu .box02,
#section03 .submenu .box03 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#section03 .submenu .box02 li,
#section03 .submenu .box03 li {
  width: auto;
}



/*------------------------------------*\
$footer
\*------------------------------------*/
#footermovie {
  background: #aedac8;
}

#footer-open a{
	text-decoration:none;}
	
#footermovie #footermovieInner {
  background-image: url(web-opencampus/images/bg_ico.png) , url(web-opencampus/images/bg_ico.png) , url(web-opencampus/images/bg_ico.png) , url(web-opencampus/images/bg_ico.png);
  background-position: 2% 4%, 98% 4%, 2% 94%, 98% 94%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  margin: 0 auto;
  padding: 80px 100px;
  text-align: left;
  width: 1200px;
}

#footermovie #footermovieInner .title {
  color: #008a31;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 180%;
  padding-top: 20px;
  text-decoration: underline;
}

#footersocial {
  background: #f4f9ed;
  padding: 80px 0;
}

.footersocialInner {
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}

#footer-open h3 {
  font-size: 1.125rem;
}

#footer-open h3:before {
  width: 50px;
}

#footer-open h3:after {
  width: 50px;
}


#footer-open #footersocial .footersocialInner:first-child h3:before,
#footer-open #footersocial .footersocialInner:first-child h3:after {
  background-color: #45b035;
}

#footer-open #footersocial .footersocialInner:last-child h3:before,
#footer-open #footersocial .footersocialInner:last-child h3:after {
  background-color: #00a0e9;
}

#footer-open #footersocial .footersocialInner .box02Inner:first-child {
  border-right: 1px solid #231815;
}

#footer-open #footersocial .footersocialInner #line {
  font-size: 1.625rem;
  font-weight: 900;
  text-align: center;
}

#footer-open #footersocial .footersocialInner #line .ss {
  font-size: 1.25rem;
}

#footer-open #footersocial .footersocialInner #line a {
  color: #3aae36;
		
}

#footer-open #footersocial .footersocialInner #line:before {
  background-image: url(web-opencampus/images/ico_line.png);
  background-size: contain;
  content: "";/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  height: 50px;/*画像の高さ*/
  margin-right: 15px;
  vertical-align: middle;
  width: 50px;/*画像の幅*/
}

#footer-open #footersocial .footersocialInner #fb,
#footer-open #footersocial .footersocialInner #twitter {
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
}

#footer-open #footersocial .footersocialInner #fb a {
  color: #00a0e9;
}

#footer-open #footersocial .footersocialInner #fb:before {
  background-image: url(web-opencampus/images/ico_fb.png);
  background-size: contain;
  content: "";/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  height: 40px;/*画像の高さ*/
  margin-right: 15px;
  vertical-align: middle;
  width: 40px;/*画像の幅*/
}

#footer-open #footersocial .footersocialInner #twitter:before {
  background-image: url(/images/ico_twitter.png);
  background-size: contain;
  content: "";/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  height: 40px;/*画像の高さ*/
  margin-right: 5px;
  vertical-align: middle;
  width: 40px;/*画像の幅*/
}

#footer-open #footercontact {
  padding: 50px 0 40px 0;
}

#footer-open #footercontact h4 {
  font-size: 1.125rem;
}

#footer-open #footercontact h4 span {
  border-bottom: 1px solid #727171;
  padding-bottom: 15px;
}

#footer-open #footercontact p {
  font-size: .875rem;
  line-height: 160%;
  padding-top: 40px;
}

.copy {
  background: #00a23e;
  color: #ffffff;
  font-size: 1rem;
  padding: 5px 0;
  text-align: center;
}


/*---------------------
pagetop
---------------------*/

#pagetop {
  background: rgba(69,180,89,.7);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  bottom: 25px;
  height: 50px;
  opacity: .5;
  position: fixed;
  right: 20px;
  width: 50px;
  z-index: 999;
}
#pagetop:hover {
  opacity: 1;
}
#pagetop:before {
  border: 15px solid transparent;
  border-bottom: 15px solid rgba(255,255,255,1);
  content: " ";
  height: 0;
  left: 11px;
  margin-top: -15px;
  position: absolute;
  top: 7px;
  width: 0;
}
#pagetop:after {
  background: rgba(255,255,255,1);
  content: " ";
  height: 19px;
  left: 20px;
  position: absolute;
  top: 22px;
  width: 13px;
  z-index: 0;
}
#pagetop a {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  color: #0061b1;
  display: block;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 50px;
  z-index: 1;
}
#pagetop a:hover {
  text-decoration: none;
}

#overlay {
  background-color: rgba(0, 0, 0, .65);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900000;
}

#modal,
#modal02,
#modal03,
#modal04,
#modal05,
#modal06,
#modal07,
#modal08,
#modal09,
#modal10,
#modal11,
#modal12,
#modal13,
#modal14,
#modal15,
#modal16,
#modal17,
#modal18,
#modal19,
#modal20 {
  box-sizing: border-box;
  display: none;
  left: 50%;
  max-height: 70vh;
  max-width: 70vw;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 990000;
}

#close {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: -32px;
}

.active {
  display: block !important;
}

#open,
#open02,
#open03,
#open04,
#open05,
#open06,
#open07,
#open08,
#open09,
#open10,
#open11,
#open12,
#open13,
#open14,
#open15,
#open16,
#open17,
#open18,
#open19,
#open20 {
  color: #0076ac;
  cursor: pointer;
}


#section01 .box03 {
  -js-display: flex;
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -ms-flex: 0 1 auto;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start; /* Safari */
          justify-content: flex-start;
  width: 66%;
}


/*	*/

#co #mainContents.campusPage .intro table{
	border-bottom: #004117 solid 1px;
	width: 1100px;
	margin: auto;
}
#co #mainContents.campusPage .intro th,
#co #mainContents.campusPage .intro td{
	text-align:center;
	background:rgba(255,255,255,.8);
	width:calc(100% / 6);
}

#co #mainContents.campusPage .intro th{
	font-size: 1.75rem;
	border-bottom:0;
	padding:12px 0 0;
	color: #090;}
	
	
#co #mainContents.campusPage .intro th span{
	vertical-align:middle;
	color:#FFF;
	background:#090;
	width:18px;
	display:inline-block;
	border-radius:100px;
	line-height:18px;
	font-size:12px;}
#co #mainContents.campusPage .intro td{

	border-top:0;
	border-bottom:0;
	padding:.6em 0!important}
	
#co #mainContents.campusPage .intro td p{
	margin: .6em 0 0 !important}
#co #mainContents.campusPage .intro td h3{
	color:#033;
	font-size:1rem!important}
	#co #mainContents.campusPage .intro td h3 .ss{
		font-size:.813rem}
/*	*/
	#co #mainContents.campusPage .scheduleGrid {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  margin: auto;
  border-top: #004117 solid 1px;
  border-bottom: #004117 solid 1px;
}

#co #mainContents.campusPage .scheduleItem {
  width: calc(100% / 6);
  text-align: center;
  background: rgba(255,255,255,.8);
  display: flex;
  flex-direction: column;
  align-items: center;
		position:relative;
			border-left: #004117 solid 1px;
			padding: 0 0 6em;
}

#co #mainContents.campusPage .scheduleItem:nth-of-type(1){
	border-left:0}
#co #mainContents.campusPage .scheduleItem .date {
  font-size: 1.75rem;
  color: #090;
  font-weight: bold;
  padding: 12px 0 0;
  margin: 0;
}
#co #mainContents.campusPage .scheduleItem .date span {
  vertical-align: middle;
  color: #fff;
  background: #090;
  width: 18px;
  display: inline-block;
  border-radius: 100px;
  line-height: 18px;
  font-size: 12px;
}

#co #mainContents.campusPage .scheduleItem h3 {
  color: #033;
  font-size: 1rem !important;
  padding: 0;
  margin: 0;
}
#co #mainContents.campusPage .scheduleItem h3 .ss {
  font-size: .813rem;
}

#co #mainContents.campusPage .scheduleItem .btnMore {
  padding: .6em 0;
  width: 100%;
  text-align: center;
		position:absolute;
		left:0;
		bottom:0;
}
#co #mainContents.campusPage .scheduleItem .btnMore p {
  margin: .6em 0 0 !important;
}


	/**/
#co #mainContents.campusPage .intro .btn-entry{
	text-align:center;
	padding: 50px 0 0;
}


#co #mainContents.campusPage .intro .btn-entry a{
	display:inline-block;
	padding: .36em 4em;
border-radius:14px;
	font-size:2rem;
	color:#FFF;  background: rgb(200,215,1);
  background:         linear-gradient(90deg, rgba(200,215,1,1) 0%, rgba(68,175,53,1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8d701",endColorstr="#44af35",GradientType=1);

}

#co #mainContents.campusPage .intro .btn-entry a span{
	display:block;
	font-size:.875rem;
}

	#co #mainContents.campusPage .intro .btn-entry.jizen a{
		background:#999}
#co #mainContents.campusPage .btnMore a{
	
	background: #090;
	display:block;
	margin: auto;
	width: 80%;
	padding:.288em 0;
	border-radius:50px;
	text-decoration:none;
	font-size:.875rem;
	color:#FFF}
	
#co #mainContents.campusPage .btnMore p{
	font-feature-settings: "palt";
	font-weight:bold;
	letter-spacing:.08em;
	font-size:.875rem!important}
#co #mainContents.campusPage a.not{
	opacity:.6;
	pointer-events: none;
}
	@media screen and (min-width: 768px) {
	
	#section02 .box02 .box02Inner:after {
  background: url(web-opencampus/images/bg_hukidashi_01.png) no-repeat 0 40px;
  background-size: contain;
  content: "";/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  height: 390px;/*画像の高さ*/
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  vertical-align: middle;
  width: 424px;/*画像の幅*/
  z-index: -1;
}

	
#section02 .box02 .box02Inner:last-child:after {
  background: url(web-opencampus/images/bg_hukidashi_02.png) no-repeat 0 40px;
  background-size: contain;
  content: "";/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  height: 390px;/*画像の高さ*/
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  vertical-align: middle;
  width: 424px;/*画像の幅*/
  z-index: -1;
}

	}
	

	
/* スマホ：2列 */
@media screen and (max-width: 767px) {
  #co #mainContents.campusPage .scheduleGrid {
			border-bottom:0;
    width: 100%;
  }
  #co #mainContents.campusPage .scheduleItem {
    width: 50%;
    border-bottom: #004117 solid 1px;
  }

#co #mainContents.campusPage .scheduleItem:nth-of-type(odd){
	border-left:0}		
	
#co #mainContents.campusPage .btnMore a{
		font-size:3.4vw}
		#co #mainContents.campusPage .scheduleItem .btnMore p{
			font-size:3vw}
			
			#co #mainContents.campusPage .scheduleItem h3{
				font-size:4vw!important}
				
			#co #mainContents.campusPage .scheduleItem h3 .ss{
				font-size:2.8vw}	
/* 閉じタグ */			
}