@charset "utf-8";

.opencampus {
	background:none;}

.sp {
	display: none;
}

.flex {
	display: flex;
}

.right {
}
.flex div{
	width: 50%;
}
/**/
ul.oc_nav {
	margin: 80px auto 50px;
}

ul.oc_nav li{
	width: 47%;
	float: left;
	margin: 0 3% 3% 0;
	text-align: center;
}

ul.oc_nav li:nth-child(2n){
	margin: 0 0 3%;
}

ul.oc_nav li a{
	display: block;
	padding: 25px;
	border: 3px solid #333;
	box-sizing: border-box;
	background: url(../imgs/common/arrow_off.png) no-repeat center right 5% #fff;
	font-weight: bold;
	font-size: 1.3em;
	transition: .3s;
	letter-spacing: 2px;
	box-shadow: 0 5px 0 rgba(0,0,0,0.2);
}

ul.oc_nav li a:hover {
	transition:.3s;
	background:url(../imgs/common/arrow_on.png) no-repeat center right 5% #333;
	color:#fff;
}

/**/



.opencampus article {
	margin: 0;
	padding: 80px 0 0;
	background: url(../imgs/common/pat.jpg) repeat;
}

dl.section_ttl {
	text-align: center;
}

dl.section_ttl dt{
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 2px;
	color: #259dcf;
}

dl.section_ttl dd{
	font-family: 'Poppins', sans-serif;
	font-size: 4.8em;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.2;
}

/*++++++++++++++
opencampus
++++++++++++++*/
section#oc {
	padding: 0;
	background: url(../imgs/common/pat.jpg) repeat;
}

section#oc ul#ocdate {
	padding: 80px 35px 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

section#oc ul#ocdate li{
	width: 30%;
	margin: 0 4% 8% 0;
}

section#oc ul#ocdate li:nth-child(3n) {
	margin: 0 0 8%;
}

/*++++++++++++++
オープンキャンパス概要
++++++++++++++*/
#about {
	background:  url(../imgs/opencampus/pat.jpg) repeat;
	margin: 0;
	padding: 0;
}

#about dl {
	/* max-width: 1500px; */
	margin: auto;
	padding: 0 0 100px;
	text-align: center;
}

#about dt {
	font-size: 4.5em;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 7px solid #000;
	display: block;
	margin: 0 auto 50px;
	max-width: 1200px;
	padding: 0 0 20px;
}

#about dd {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2.2;
	letter-spacing: 1px;
	max-width: 1200px;
	margin: auto;
	text-align: left;
}
#about p {
    font-size: 2.5em;
    font-weight: bold;
    letter-spacing: 2px;
    /* max-width: 700px; */
    line-height: 1;
    margin: 0 auto 40px;
    padding: 0;
    position: relative;
}

#about p:before{
	content: "";
	position: absolute;
	background: #111;
	height: 45px;
	width: 4px;
	top: 0;
	bottom: 0;
	left: 20%;
	-moz-transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
}

#about p:after{
	content: "";
	position: absolute;
	background: #111;
	height: 45px;
	width: 4px;
	top: 0;
	bottom: 0;
	right: 20%;
	-moz-transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
}
/*++++++++++++++
タイムテーブル
++++++++++++++*/
article#table {
	/* background: #fff; */
	padding: 0 0 80px;
}

article#table .tablebox {
	box-sizing: border-box;
	margin: 30px auto;
	border: 2px solid #222;
	background: #fff;
}


article#table .tablebox dl {
	position: relative;
	padding: 50px;
	display: flex;
}

article#table .tablebox dt {
	margin-right: 5px;
}

article#table .tablebox dd {
	width: 15%;
	margin-right: auto;
	text-align: center;
}

article#table .tablebox dd:last-child {
	margin-right: 0px;
}

article#table .tablebox b {
	display: block;
	color: #259DCF;
	font-family: 'Poppins', sans-serif;
	font-size: 2em;
	letter-spacing: 2px;
	line-height: 1;
	margin: 0 0 20px 0;
}


article#table .tablebox figure {
	width: 150px;
	height: 150px;
	border-radius: 100px;
	position: relative;
	margin-top: 25px;
	display: inline-block;
	overflow: hidden;
	border: 3px solid #259DCF;
	vertical-align: middle;
}


article#table .tablebox figure img {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}


article#table .tablebox p {
	display: block;
	font-weight: bold;
	font-size: 1em;
	margin: 20px 0 0 0;
	letter-spacing: 1px;
}

article#table .tablebox p.ttl {
	font-size: 1.7em;
	color: #259DCF;
	margin-top: -20px;
	border-top: 2px solid;
	padding-top: 15px;
	text-align: left;
	margin-bottom: 38px;
}

/*++++++++++++++
イベント情報
++++++++++++++*/
article#event {
	background:url(../imgs/opencampus/pat.jpg) repeat;
	padding: 80px 0;
}

article#event .eventbox {
	padding: 0 20px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	clear: both;
}


article#event ul {
	/* overflow: hidden; */
	margin: 80px auto 0;
	display: flex;
	max-width: 98%;
}

article#event li {
	background: url(../imgs/common/pat.jpg) repeat;
	box-sizing: border-box;
	margin: 0 1% 0 0;
	position: relative;
	padding: 0;
	width: 25%;
	float: left;
	/* border: 3px; */
}

article#event li figure {
	position: absolute;
	right: 0;
	top: 0;
	margin: -15% 0 0;
	width: 120px;
}

article#event li .gttl {
	float: left;
	/* width: 66%; */
	padding: 40px 0 30px 30px;
	position: relative;
	box-sizing: border-box;
}

article#event li .gttl span{
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 1px;
}

article#event li .gttl p {
	font-size: 2.6em;
	letter-spacing: 1px;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
}

article#event li .eventbox b {
	font-size:1.1em;
	color: #222;
}

article#event li .eventbox ol {
	overflow: hidden;
	margin: 50px 0 0;
}

article#event li .eventbox ol li {
	height: auto;
	box-shadow: none;
	background: none;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 15px;
	margin: 0 0 15px;
}

article#event li .eventbox dl {
	margin: 0 0 15px;
	border-bottom: 2px solid #ccc;
	padding: 0 0 15px;
}

article#event li .eventbox dl:last-child {
	border:none;
}

article#event li .eventbox dt {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0 10px 0 0;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	vertical-align: top;
}

article#event li .eventbox dd {
	display: inline-block;
	padding: 0;
	vertical-align: top;
	width: 90%;
}

article#event li .eventbox dd p {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 3px;
}

article#event li .eventbox dd span {
	color:#666;
	font-size: 0.95em;
	letter-spacing: 1px;
}

/*++++++++++++++
よくある質問
++++++++++++++*/
article#faq {
	margin: 0;
	padding: 80px 0;
	clear: both;
}
article#faq .faqbox {margin: 60px 0 80px;}

article#faq .faqbox  dl {
	margin: 30px 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 25px;
}

article#faq .faqbox  dt {
    color: #16aff6;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    cursor: pointer;
    position: relative;
}

article#faq .faqbox  dt:after {
	content:"＋";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1%;
	line-height: 1;
	font-size: 1.5em;
	height: 25px;
	margin: auto;
	font-weight: normal;
}

article#faq .faqbox  dt.active:after {
	content:"ー";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1%;
	line-height: 1;
	font-size: 1.5em;
	height: 25px;
	margin: auto;
	font-weight: normal;
}

article#faq .faqbox  dt p {
	font-size: 2.5em;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: bold;
}

article#faq .faqbox dd p {
	font-size: 2.5em;
	display: inline-block;
	vertical-align: top;
	margin: 15px 15px 0 0;
	font-weight: bold;
	color: #f77389;
}

article#faq .faqbox span {
	font-size: 1em;
}

article#faq .faqbox  dt span {
	padding: 0;
	display: inline-block;
	margin: 0 0 0 20px;
	font-size: 1.3em;
	vertical-align: middle;
}


article#faq .faqbox  dd {
	letter-spacing: 1px;
	line-height: 2em;
	margin: 20px 0 0;
	border-top: 1px dashed #ccc;
	padding: 20px 0 0;
}




article#faq .faqbox dd span {
	vertical-align:middle;
	display: inline-block;
	width: 90%;
	font-size: 1em;
}


@media screen and (max-width: 1499px) {
.opencampus {
	background: url(../imgs/common/pat.jpg) repeat;
}


/**/
dl.section_ttl dt{
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 2px;
}

dl.section_ttl dd{
	font-size: 4em;
}

/*++++++++++++++
opencampus
++++++++++++++*/

section#oc ul#ocdate {
	padding: 80px 20px 0;
}

section#oc ul#ocdate li{padding: 30px 20px 20px;}

section#oc ul#ocdate li:nth-child(3n) {
}

/*++++++++++++++
オープンキャンパス概要
++++++++++++++*/

#about dt {
	font-size: 3.5em;
	max-width: 95%;
}

#about dd {
	font-size: 1.5em;
	max-width: 95%;
}


#about p:before{
	left: 12%;
}

#about p:after{
	right: 12%;
}

/*++++++++++++++
タイムテーブル
++++++++++++++*/


article#table .tablebox ul {
	padding: 30px;
}

article#table .tablebox li {
	margin: 0 3% 0 0;
	width: 17%;
}

article#table .tablebox li:last-child {
	margin: 0;
}


article#table .tablebox b {
	font-size: 1.5em;
}


article#table .tablebox figure {
	width: 130px;
	height: 130px;
}

article#table .tablebox p {
	font-size: 0.9em;
}



/*++++++++++++++
イベント情報
++++++++++++++*/
article#event {
	background:url(../imgs/opencampus/pat.jpg) repeat;
	padding: 80px 0;
}

article#event .eventbox {
	padding: 10px 15px 0;
}

article#event li figure {
	width: 70px;
}

article#event li .gttl {padding: 30px 15px;}

article#event li .gttl span{font-size: 0.8em;letter-spacing: 0;width: 100%;display: block;}

article#event li .gttl p {
	font-size: 1.6em;
}

article#event li .eventbox b {
	font-size:1.1em;
	color: #222;
}

article#event li .eventbox ol {
	overflow: hidden;
	margin: 50px 0 0;
}

article#event li .eventbox ol li {
	height: auto;
	box-shadow: none;
	background: none;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 15px;
	margin: 0 0 15px;
}

article#event li .eventbox dl:last-child {
	border:none;
}

article#event li .eventbox dt {
	font-size: 1em;
	margin: 0;
}

article#event li .eventbox dd {
	width: 90%;
}

article#event li .eventbox dd p {
	font-size: 0.9em;
}

article#event li .eventbox dd span {
	font-size: 0.8em;
	letter-spacing: 0;
}


/*++++++++++++++
よくある質問
++++++++++++++*/
article#faq {
}

article#faq .faqbox  dt p {
	font-size: 2em;
}

article#faq .faqbox dd p {
	font-size: 2em;
}

article#faq .faqbox span {
	font-size: 1em;
}

article#faq .faqbox  dt span {
	font-size: 1.1em;
}

article#faq .faqbox dd span {
	font-size: 0.9em;
}
}

@media screen and (max-width: 1023px) {

ul.oc_nav li a{padding: 20px;font-size: 0.9em;}


/**/


dl.section_ttl dt{
	font-size: 1em;
}

article#schedule {
	padding: 0;
}

/*++++++++++++++
opencampus
++++++++++++++*/
section#oc ul#ocdate li{
	width: 30%;
	margin: 0 4% 8% 0;
}


/*++++++++++++++
オープンキャンパス概要
++++++++++++++*/
#about dl {max-width: 95%;}

#about dt {font-size: 2.8em;}

#about dd {font-size: 1.3em;}
#about p {font-size: 2em;margin: 0 0 20px;}

#about p:before{height: 40px;}

#about p:after{height: 40px;}

/*++++++++++++++
タイムテーブル
++++++++++++++*/

article#table .tablebox ul {padding: 30px 20px;}


article#table .tablebox li {
	display: inline-block;
	width: 18%;
	margin: 0 1% 0 0;
}

article#table .tablebox li:last-child {
	margin: 0;
}


article#table .tablebox b {font-size: 1.3em;margin: 0 0 10px;}


article#table .tablebox figure {width: 100px;height: 100px;}


article#table .tablebox p {font-size: 0.8em;letter-spacing: 0;}

/*++++++++++++++
イベント情報
++++++++++++++*/
article#event {
	background:url(../imgs/opencampus/pat.jpg) repeat;
	padding: 80px 0;
}


article#event ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 40px auto 0;
}

article#event li {
	width: 49%;
	margin: 0 auto 30px;
	float: none;
	display: block;
	vertical-align: top;
}

article#event li:nth-child(2n) {
	float: none;
}

article#event li figure {width: 100px;margin: auto;}

article#event li .gttl span{width: 90%;}
article#event li .gttl p {font-size: 2em;}



article#event li .eventbox b {
	font-size:1.1em;
	color: #222;
}

article#event li .eventbox ol {
	overflow: hidden;
	margin: 50px 0 0;
}

article#event li .eventbox ol li {
	height: auto;
	box-shadow: none;
	background: none;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 15px;
	margin: 0 0 15px;
}

article#event li .eventbox dl:last-child {
	border:none;
}

article#event li .eventbox dd p {font-size: 1.1em;padding: 0;}

/*++++++++++++++
よくある質問
++++++++++++++*/
article#faq .faqbox {margin: 60px 0 80px;}


article#faq .faqbox span {
	font-size: 1em;
}

}


@media screen and (max-width: 767px) {
.opencampus article {margin: 0;}

dl.section_ttl dd{
	font-size: 3em;
}

/*++++++++++++++
opencampus
++++++++++++++*/
section#oc {
	padding:50px 0;
}


section#oc ul#ocdate li{width: 46%;margin: 0 2% 8%;}

section#oc ul#ocdate li:nth-child(3n) {
	margin: 0 2% 8%;
}

/*++++++++++++++
タイムテーブル
++++++++++++++*/
article#table {
	/* background: #fff; */
}


article#table .tablebox ul {padding: 20px;}

article#table .tablebox b {font-size: 1.1em;}


article#table .tablebox figure {
	width: 90px;
	height: 90px;
}

/*++++++++++++++
イベント情報
++++++++++++++*/

article#event li .eventbox b {
	font-size:1.1em;
	color: #222;
}

article#event li .eventbox ol {
	overflow: hidden;
	margin: 50px 0 0;
}

article#event li .eventbox ol li {
	height: auto;
	box-shadow: none;


	background: none;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 15px;
	margin: 0 0 15px;
}

article#event li .eventbox dt {
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 1px;
}

article#event li .eventbox dd {
	font-size: 0.85em;
	color: #666;
	padding: 5px 0 0;
}

/*++++++++++++++
よくある質問
++++++++++++++*/
article#faq {
	margin: 0;
}
article#faq .faqbox {margin: 60px 0;}

article#faq .faqbox  dl {padding: 20px;}

article#faq .faqbox span {
	font-size: 1em;
}

f {width: 85%;}


article#faq .faqbox  dd {
	letter-spacing: 1px;
	line-height: 2em;
	margin: 20px 0 0;
	border-top: 1px dashed #ccc;
	padding: 20px 0 0;
}


article#faq .faqbox dd span {
	width: 85%;
}

}

@media screen and (max-width: 480px) {

.pc {
	display: none;
}

.sp {
	display: block;
}

.jikan {
	font-size: .8em;
	margin-bottom: -9px;
	display: block;
}
.opencampus {
	background: url(../imgs/common/pat.jpg) repeat;
}

/**/
ul.oc_nav li{
	width: 100%;
	margin: 0 0 3%;
}


ul.oc_nav li a:hover {
	transition:.3s;
	background:#333;
	color:#fff;
}

/**/

dl.section_ttl dd{font-size: 2.5em;}

/*++++++++++++++
オープンキャンパス概要
++++++++++++++*/

#about dt {font-size: 1.4em;border-bottom: 4px solid #000;padding: 20px 0;margin: 0 auto 20px;}

#about dd {font-size: 0.9em;}
#about p {font-size: 1.2em;}

#about p:before{left: 5%;height: 30px;width: 3px;}

#about p:after{
	height: 30px;
	width: 3px;
	right: 5%;
}
/*++++++++++++++
opencampus
++++++++++++++*/

section#oc ul#ocdate {padding: 80px 0 0;}

section#oc ul#ocdate li{padding: 30px 10px 20px;width: 90%;margin: 0 auto 12%;}

section#oc ul#ocdate li:nth-child(3n) {
	margin: 0 auto 12%;
}

/*++++++++++++++
タイムテーブル
++++++++++++++*/
article#table {
	/* background: #fff; */
}

article#table .tablebox {
	/* background: #f3f1f1; */
	/* padding: 50px; */
	box-sizing: border-box;
	margin: 30px auto;
	border: 2px solid #222;
	background: #fff;
}


article#table .tablebox ul {
	padding: 50px 20px;
}

article#table .tablebox ul:before {width: 2px;height: 100%;top: 0;left: 0;right: 0;margin: auto;}


article#table .tablebox li {
	width: auto;
	display: block;
	border-bottom: 1px solid #cdcdcd;
	margin: 0 0 10%;
	padding-bottom: 22px;
}

article#table .tablebox li:last-child {
	margin: 0;
	border-bottom: 0px;
}


article#table .tablebox b {
	background: #fff;
	position: relative;
	padding: 10px;
	font-size: 1.3em;
	text-align: left;
	top: -13px;
}


article#table .tablebox figure {
	border: 3px solid #259DCF;
	vertical-align: middle;
	width: 100%;
	height: 120px;
	border-radius: 0px;
}


article#table .tablebox figure img {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}


article#table .tablebox p {background: #fff;position: relative;font-size: 1.1em;letter-spacing: 1px;}

article#table .tablebox li:nth-of-type(1) {
    margin-top: 0px;
    margin-right: 0px;
}
/*++++++++++++++
イベント情報
++++++++++++++*/
article#event {padding: 80px 0 0;}



article#event ul {overflow: auto;margin: 30px auto 0;}

article#event li {width: 100%;float: none;}

article#event li .gttl {
	padding: 30px 15px 5px;
}

article#event li .eventbox dl {

margin: 0 0 10px;

padding: 0 0 10px;
}

article#event li .gttl span{font-size: 3vw;width: 70%;display: block;}

article#event li .gttl p {font-size: 8vw;}

article#event li .eventbox b {
	font-size:1.1em;
	color: #222;
}

article#event li .eventbox ol {
	overflow: hidden;
	margin: 50px 0 0;
}

article#event li .eventbox ol li {
	height: auto;
	box-shadow: none;
	background: none;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 15px;
	margin: 0 0 15px;
}

article#event li .eventbox dl:last-child {
	border:none;
}



/*++++++++++++++
よくある質問
++++++++++++++*/
article#faq .faqbox {margin: 60px 0 80px;}

article#faq .faqbox  dl {margin: 10px 0 20px;padding: 15px;}

article#faq .faqbox  dt p {font-size: 1.5em;}

article#faq .faqbox span {
	font-size: 1em;
}

article#faq .faqbox  dt span {font-size: 0.8em;width: 80%;}

article#faq .faqbox dd span {
	width: 80%;
	font-size: 0.8em;
}

}

@media screen and (max-width: 768px) {
	article#table .tablebox p.ttl {
	  font-size: 1em;
	}
	article#event li figure {
    width: 75px;
    margin: auto;
    margin-top: 32px;
}
}
