@charset "UTF-8";
/* CSS Document */

/*++++++++++++++++++++++++++++++++++++
+
+　メインイメージ
+
+++++++++++++++++++++++++++++++++++++*/
#main {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#main.about {
	line-height: 260px;
	background: url(../images/about/main.jpg) no-repeat center top;
	background-size:cover;
	font-size: 42px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
}
#main.career {
	line-height: 260px;
	background: url(../images/career/main.jpg) no-repeat center top;
	background-size:cover;
	font-size: 42px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
}
#main.subj {
	line-height: 260px;
	background: url(../images/subjects/main.jpg) no-repeat center top;
	background-size:cover;
	font-size: 42px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
}
#main.sub-hoiku {
	background: url(../images/subjects/subject_hoiku/main.jpg) no-repeat center top;
	background-size:cover;
}
#main.sub-life {
	background: url(../images/subjects/subject_lifedesign/main.jpg) no-repeat center top;
	background-size: cover;
}
#main.cam-fac {
	line-height: 260px;
	background: url(../images/campuslife/facility/main.jpg) no-repeat center top;
	background-size: cover;
	font-size: 42px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
}
#main.target {
	line-height: 260px;
	background: url(../images/target/main.jpg) no-repeat center top;
	background-size:cover;
	font-size: 42px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
}
#main.admi {
	line-height: 260px;
	background: url(../images/admission/main.jpg) no-repeat center top;
	background-size: cover;
	font-size: 42px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
}



@media only screen and (max-width: 768px){
#main.about {
	line-height: 130px;
	font-size: 21px;
}
#main.subj {
	line-height: 130px;
	font-size: 21px;
}
#main.career {
	line-height: 130px;
	font-size: 21px;
}
#main.sub-hoiku {}
#main.cam-fac {
	line-height: 130px;
	font-size: 21px;
}
#main.target {
	line-height: 130px;
	font-size: 21px;
}
#main.admi {
	line-height: 130px;
	font-size: 21px;
}

}




@media only screen and (max-width: 768px){
#section .ma_b40 {
	margin-bottom: 20px;
}
}

/*++++++++++++++++++++++++++++++++++++
+
+　学科紹介
+
+++++++++++++++++++++++++++++++++++++*/
.subj_bg {
	background: url(../images/subjects/bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

.subj .intro {
	margin: 0px auto 80px;
	padding: 100px 0px 0px;
	width: 835px;
	display: flex;
	align-items: center;
}
.subj .intro .copy {
	font-size: 5rem;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
}
.subj .intro .copy .orange {
	color: #ff9933;
}
.subj .intro .copy .pink{
	color: #ff8397;
}
.subj .intro .copy .blue{
	color: #00b9ee;
}



.subj .sec-subj.hoiku {
	margin: 0px 0px 115px;
}
.subj .sec-subj.life {
	position: relative;
	margin: 0px 0px 250px;
}
.subj .sec-subj .introd {
	position: relative;
	margin: 0px 0px 50px;
}
.subj .sec-subj .introd .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 47.2222%;
	z-index: 1;
}



.subj .sec-subj.hoiku .ttl {
	font-size: 3.4rem;
	line-height: 1;
	margin: 0 0 10px;
}
.subj .sec-subj.hoiku .ttl:after{
	content: "男女共学";
	vertical-align: middle;
	font-size: 1.4rem;
	background: #ff3e4b;
	padding: 7px 10px;
	margin: 0 0 0 15px;
	line-height: 1;
}
.subj .sec-subj.life .ttl {
	font-size: 3.4rem;
	line-height: 1;
	margin: 0 0 10px;
}
.subj .sec-subj.life .ttl:after{
	content: "男女共学";
	vertical-align: middle;
	font-size: 1.4rem;
	background: #37bfff;
	padding: 7px 10px;
	margin: 0 0 0 15px;
	line-height: 1;
}
.subj .sec-subj.hoiku .introd .text {
	margin: 25px 0px 0px;
	width: 56.481%;
	float: right;
	background: #ff8397;
	color: #FFF;
	position: relative;
	height: 320px;
}
.subj .sec-subj.life .introd .text {
	margin: 25px 0px 0px;
	width: 56.481%;
	float: right;
	background: #4694d0;
	color: #FFF;
	position: relative;

	height: 320px;
}

.subj .sec-subj .introd .text .inn {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 77.213%;
}
.subj .sec-subj .ttl-en {
	font-size: 1.2rem;
	margin: 0 0 45px;
}
.subj .sec-subj .introd .text .inn p {
	font-size: 1.8rem;
	line-height: 1.8;
}


.subj .sec-subj.hoiku .img , .subj .sec-subj.life .img {
	box-shadow: 4px 4px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 15px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#2B3C45', Direction=145, Strength=5);
}



.subj .sec-subj .btn-area {
	z-index: 0;
}
.subj .sec-subj.hoiku .btn-area .inn , .subj .sec-subj.life .btn-area .inn {
	margin: 0px auto;
	max-width: 1080px;
}
.subj .sec-subj.hoiku .btn-area .inn:after , .subj .sec-subj.life .btn-area .inn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}


.subj .sec-subj.hoiku .btn-area .inn li , .subj .sec-subj.life .btn-area .inn li {
	width: 18.5%;
	float: left;
}
.subj .sec-subj.hoiku .btn-area .inn li , .subj .sec-subj.life .btn-area .inn li {
	position: relative;
	height: 66px;
	margin: 0 15px 0 0;
	border: solid 2px #fff;
	box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#2B3C45', Direction=145, Strength=5);
}
.subj .sec-subj.hoiku .btn-area .inn li {
	background: #FF8397;
	display:block;
}
.subj .sec-subj.life .btn-area .inn li {
	background: #4694d0;
	display: block;
}

.subj .sec-subj.hoiku .btn-area .inn li:last-child , .subj .sec-subj.life .btn-area .inn li:last-child {
	margin:0 0;
}
.subj .sec-subj.hoiku .btn-area .inn li p , .subj .sec-subj.life .btn-area .inn li p {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 100%;
}
.subj .sec-subj.hoiku .btn-area .inn li p a , .subj .sec-subj.life .btn-area .inn li p a {
	display: block;
	color: #fff;
	padding: 0 5%;
	line-height: 1.3;
}
.subj .sec-subj.hoiku .btn-area .inn li:before , .subj .sec-subj.life .btn-area .inn li:before{
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 8px;
	font-size: 25px;
	color: #fff;
	float:right;
	line-height: 66px;
}



@media only screen and (max-width: 768px){
.subj_bg {
}

.subj .intro {
	margin: 0px auto 40px;
	padding: 50px 0px 0px;
	width: auto;
	display: block;
}
.subj .intro .copy {
	font-size: 2.8rem;
	margin: 0 0 15px;
	text-align: center;
}
.subj .intro .copy .orange {}
.subj .intro .copy .pink{}
.subj .intro .copy .blue{}



.subj .sec-subj.hoiku {
	margin: 0px 0px 50px;
}
.subj .sec-subj.life {
	position: static;
	margin: 0px 0px 50px;
}
.subj .sec-subj .introd {
	position: static;
	margin: 0px 0px 10px;
}
.subj .sec-subj .introd .img {
	position: static;
	width: auto;
}



.subj .sec-subj.hoiku .ttl {
	font-size: 2.2rem;
	margin: 0 0 5px;
}
.subj .sec-subj.hoiku .ttl:after{
	font-size: 1.2rem;
	padding: 3px 5px;
	margin: 0 0 0 5px;
}
.subj .sec-subj.life .ttl {
	font-size: 1.8rem;
	margin: 0 0 5px;
}
.subj .sec-subj.life .ttl:after{
	font-size: 1.2rem;
	padding: 3px 5px;
	margin: 0 0 0 5px;
}
.subj .sec-subj.hoiku .introd .text {
	margin: 10px 0px 0px;
	width: auto;
	float: none;
	position: static;
	height: 100%;
}
.subj .sec-subj.life .introd .text {
	margin: 10px 0px 0px;
	width: auto;
	float: none;
	position: static;
	height: 100%;
}

.subj .sec-subj .introd .text .inn {
	position: static;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	width: auto;
	padding: 20px 10px;
}
.subj .sec-subj .ttl-en {
	font-size: 1.0rem;
	margin: 0 0 15px;
}
.subj .sec-subj .introd .text .inn p {
	font-size: 1.5rem;
}


.subj .sec-subj.hoiku .img , .subj .sec-subj.life .img {}
.subj .sec-subj.hoiku .img img , .subj .sec-subj.life .img img {width: 100%; height:auto;}



.subj .sec-subj .btn-area {
}
.subj .sec-subj.hoiku .btn-area .inn , .subj .sec-subj.life .btn-area .inn {
}
.subj .sec-subj.hoiku .btn-area .inn:after , .subj .sec-subj.life .btn-area .inn:after {}


.subj .sec-subj.hoiku .btn-area .inn li , .subj .sec-subj.life .btn-area .inn li {
	width: 48%;
	margin: 0 0 10px;
}

.subj .sec-subj.hoiku .btn-area .inn li , .subj .sec-subj.life .btn-area .inn li {
	position: relative;
	height: 45px;
	margin: 0 10px 10px 0;
	border: solid 2px #fff;
	box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#2B3C45', Direction=145, Strength=5);
}
.subj .sec-subj.hoiku .btn-area .inn li:nth-child(even) , .subj .sec-subj.life .btn-area .inn li:nth-child(even) {
	float: right;
	margin: 0 0 10px 0;
}
.subj .sec-subj.hoiku .btn-area .inn li {
}
.subj .sec-subj.life .btn-area .inn li {
}

.subj .sec-subj.hoiku .btn-area .inn li:last-child , .subj .sec-subj.life .btn-area .inn li:last-child {
	margin:0 0;
}
.subj .sec-subj.hoiku .btn-area .inn li p , .subj .sec-subj.life .btn-area .inn li p {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 100%;
}
.subj .sec-subj.hoiku .btn-area .inn li p a , .subj .sec-subj.life .btn-area .inn li p a {
	display: block;
	color: #fff;
	padding: 0 5%;
	line-height: 1.3;
	font-size: 1.7rem;
}
.subj .sec-subj.hoiku .btn-area .inn li:before , .subj .sec-subj.life .btn-area .inn li:before{
	margin: 0 8px;
	font-size: 1.8rem;
	line-height: 45px;
}

}

@media only screen and (max-width: 640px){
.sec-subj .btn-area .inn li {
	width: 46% !important;
	margin: 0 0 10px;
}
.subj .sec-subj .introd .text .inn p {
	font-size: 1.5rem;
}

.subj .sec-subj.hoiku .btn-area .inn li p , .subj .sec-subj.life .btn-area .inn li p {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 100%;
}
.subj .sec-subj.hoiku .btn-area .inn li p a , .subj .sec-subj.life .btn-area .inn li p a {
	display: block;
	color: #fff;
	padding: 0 5%;
	line-height: 1.3;
	font-size: 1.4rem;
}
}





/*++++++++++++++++++++++++++++++++++++
+
+　学科紹介 メイン部分
+
+++++++++++++++++++++++++++++++++++++*/

#main .ttl {
	margin: 0px 0px 23px;
}
#main.sub-hoiku .ttl , #main.sub-life .ttl {
	line-height: 1;
	text-align:center;
}
#main.sub-hoiku .ttl .subj {
	font-size: 4rem;
	margin: 0 0 20px;
	color: #ff8397;
}
#main.sub-life .ttl .subj {
	font-size: 4rem;
	margin: 0 0 20px;
	color: #4694d0;
}

#main.sub-hoiku .ttl .subj:after{
	content: "男女共学";
	vertical-align: middle;
	font-size: 1.4rem;
	background: #ff3e4b;
	padding: 7px 10px;
	margin: 0 0 0 15px;
	line-height: 1;
	color: #fff;
}
#main.sub-life .ttl .subj:after{
	content: "男女共学";
	vertical-align: middle;
	font-size: 1.4rem;
	background: #37bfff;
	padding: 7px 10px;
	margin: 0 0 0 15px;
	line-height: 1;
	color: #fff;
}
#main.sub-hoiku .ttl .text , #main.sub-life .ttl .text {
	font-size: 1.8rem;
	line-height: 1.5;
}


#main .btn-area {
	z-index: 0;
	padding: 0px 0px 30px;
}
#main.sub-hoiku .btn-area .inn , #main.sub-life .btn-area .inn{
	margin: 0px auto;
	max-width: 1080px;
}
#main.sub-hoiku .btn-area .inn:after , #main.sub-life .btn-area .inn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}


#main.sub-hoiku .btn-area .inn li {
	width: 18.5%;
	float: left;
}
#main.sub-life .btn-area .inn li {
	width: 15%;
	float: left;
}
#main.sub-hoiku .btn-area .inn li , #main.sub-life .btn-area .inn li {
	position: relative;
	height: 66px;
	margin: 0 1% 0 0;
	border: solid 2px #fff;
	box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#2B3C45', Direction=145, Strength=5);
}

@media only screen and (max-width: 1000px){
	#main.sub-hoiku .btn-area .inn li , #main.sub-life .btn-area .inn li {
	margin: 0 1.20% 0 0;

}
}

#main.sub-hoiku .btn-area .inn li {
	background: #FF8397;
	display:block;
}
#main.sub-life .btn-area .inn li {
	background: #4694d0;
	display: block;
}
#main.sub-hoiku .btn-area .inn li.actv {
	border: solid 2px #FF8397;
	background: #fff;
}
#main.sub-life .btn-area .inn li.actv {
	border: solid 2px #4694d0;
	background: #fff;
}
#main.sub-hoiku .btn-area .inn li:last-child , #main.sub-life .btn-area .inn li:last-child {
	margin:0 0;
}
#main.sub-hoiku .btn-area .inn li p , #main.sub-life .btn-area .inn li p {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 100%;
}
#main.sub-hoiku .btn-area .inn li p a , #main.sub-life .btn-area .inn li p a {
	display: block;
	color: #fff;
	padding: 0 5%;
	line-height: 20px;
}
#main.sub-hoiku .btn-area .inn li:before , #main.sub-life .btn-area .inn li:before {
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 8px;
	font-size: 25px;
	color: #fff;
	float:right;
	line-height: 66px;
}
#main.sub-hoiku .btn-area .inn li.actv p a {
	color: #FF8397;
}
#main.sub-life .btn-area .inn li.actv p a {
	color: #4694d0;
}
#main.sub-hoiku .btn-area .inn li.actv:before {
	color: #FF8397;
}
#main.sub-life .btn-area .inn li.actv:before {
	color: #4694d0;
}

@media only screen and (max-width: 768px){
#main .ttl {
	margin: 0px 0px 23px;
}
#main.sub-hoiku .ttl .subj , #main.sub-life .ttl .subj {
	font-size: 5rem;
	margin: 0 0 20px;
}
#main.sub-hoiku .ttl .subj:after , #main.sub-life .ttl .subj:after{
	font-size: 1.1rem;
	padding: 3px 8px;
	margin: 0 0 0 10px;
}
#main.sub-hoiku .ttl .text , #main.sub-life .ttl .text {
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 0 5%;
}


#main .btn-area {
	padding: 0px 0px 30px;
}
#main.sub-hoiku .btn-area .inn , #main.sub-life .btn-area .inn {
	margin: 0px 5%;
}
#main.sub-hoiku .btn-area .inn:after , #main.sub-life .btn-area .inn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}


#main.sub-hoiku .btn-area .inn li , #main.sub-life .btn-area .inn li {
	width: 15%;
	float: left;
}
#main.sub-hoiku .btn-area .inn li , #main.sub-life .btn-area .inn li {
	height: 45px;
	margin: 0;
}
#main.sub-hoiku .btn-area .inn li , #main.sub-life .btn-area .inn li {
	float: left;
	width: 47%;
	margin: 0 0 10px;

}
#main.sub-hoiku .btn-area .inn li:nth-child(even) , #main.sub-life .btn-area .inn li:nth-child(even) {
	float: right;
}

#main.sub-hoiku .btn-area .inn li:last-child , #main.sub-life .btn-area .inn li:last-child {
	margin:0 0;
}
#main.sub-hoiku .btn-area .inn li p , #main.sub-life .btn-area .inn li p {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 100%;
}
#main.sub-hoiku .btn-area .inn li p a , #main.sub-life .btn-area .inn li p a {
	display: block;
	color: #fff;
	padding: 0 5%;
	line-height: 17px;
}
#main.sub-hoiku .btn-area .inn li:before , #main.sub-life .btn-area .inn li:before{
	margin: 0 5px;
	font-size: 2rem;
	line-height: 45px;
}


}

@media only screen and (max-width: 640px){
#main.sub-hoiku .ttl .subj , #main.sub-life .ttl .subj {
	font-size: 2rem;
	margin: 0 0 20px;
}
}






/*++++++++++++++++++++++++++++++++++++
+
+　学科紹介　保育学科
+
+++++++++++++++++++++++++++++++++++++*/

h3.pink_ttl {
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 3px solid #ff8397;
	margin: 0px 0px 15px;
	padding: 0px 0px 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
h3.blue_ttl {
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 3px solid #1eb9ee;
	margin: 0px 0px 15px;
	padding: 0px 0px 20px;
}
h4.pink_sttl {
	color:#ff8397;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px 0px 15px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
h4.blue_sttl {
	color:#1eb9ee;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px 0px 15px;
}

/****************/
.hoiku-intro {
	background: repeating-linear-gradient(-45deg, #ff899c 0, #ff899c 10px, #ff8397 10px, #ff8397 30px);
}
.hoiku-intro .inn {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
}
.hoiku-intro .inn .text {
	color: #FFF;
	position: relative;
	height: 330px;
	width: 48%;
}

.hoiku-intro .inn .text div {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	padding: 0px 0px 0px 50px;
}
.hoiku-intro .inn .text div .st {
	font-size: 3rem;
	margin: 0px 0px 20px;
}
.hoiku-intro .inn .text div .txt {
	font-size: 1.6rem;
}
/****************/
.sec-somm .innWrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 50px 0px 55px;
}
.sec-somm .innWrap .text {
	margin: 0px 0px 30px;
}
.sec-somm .innWrap .repert:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-somm .innWrap .repert .box {
	float: left;
	width: 22.2222222%;
	margin: 0px 3.7% 0px 0px;
}
.sec-somm .innWrap .repert .box:last-child {
	margin: 0px;
}
.sec-somm .innWrap .repert .box .img {
	margin: 0px 0px 20px;
	font-size: 1.8rem;
	color: #ff8397;
}
.sec-somm .innWrap .repert .box .sst {
	font-size: 1.8rem;
	font-weight: normal;
	color: #ff8397;
	margin: 0px 0px 15px;
}
/****************/
.sec-semi {
	background: repeating-linear-gradient(-45deg, #e8f8fd 0, #e8f8fd 10px, #eaf9fd 10px, #eaf9fd 20px);
}
.sec-semi .innWrap {
	max-width: 1080px;
	margin: 0 auto 15px;
	padding: 45px 0px 65px;
}
.sec-semi .innWrap .text {
	margin: 0px 0px 30px;
}

.sec-semi .innWrap .semi-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-semi .innWrap .semi {
	float: left;
	width: 31.9444%;
	margin: 0px 2% 20px 0px;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
	-moz-border-radius: 5px;/* for Firefox 対応*/
	padding: 10px 0px;
}
.sec-semi .innWrap .semi:nth-child(3n) {
	margin: 0px 0px 20px 0px;
}

.sec-semi .innWrap .semi p {
	margin: 0 5%;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: justify;
}
.sec-semi .innWrap .semi .sst {
	font-size: 1.8rem;
	line-height: 34px;
	font-weight: bold;
	margin: 0 5% 5px;
}
.sec-semi .innWrap .semi:nth-child(1) .sst , .sec-semi .innWrap .semi:nth-child(4) .sst , .sec-semi .innWrap .semi:nth-child(7) .sst {color:#1eb9ee;}
.sec-semi .innWrap .semi:nth-child(2) .sst , .sec-semi .innWrap .semi:nth-child(5) .sst , .sec-semi .innWrap .semi:nth-child(8) .sst {color:#6eb92b;}
.sec-semi .innWrap .semi:nth-child(3) .sst , .sec-semi .innWrap .semi:nth-child(6) .sst , .sec-semi .innWrap .semi:nth-child(9) .sst {color:#796caf;}

.sec-semi .innWrap .semi .sst:before{
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 34px;
	height: 34px;
	background-size: contain;
	vertical-align: middle;
}
.sec-semi .innWrap .semi:nth-child(1) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem01.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(2) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem02.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(3) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem03.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(4) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem04.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(5) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem05.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(6) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem06.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(7) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem07.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(8) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem08.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(9) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem09.png) no-repeat;
	background-size: contain;
}


/****************/
.sec-training {
	background: url(../images/subjects/subject_hoiku/prac_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	padding: 0px 0px 100px;
}
.sec-training .innWrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 45px 0px;
}



.sec-training .innWrap .story {
	margin: 0 0 100px;
}
.sec-training .innWrap .story:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility:hidden;
}
.sec-training .innWrap .story .ttl {
	background: #ff8397;
	color: #FFF;
	position: relative;
	height: 465px;
	width: 48%;
	float: left;
}
.sec-training .innWrap .story .ttl .text {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 65%;
	margin: 0px 0px 0px 10%;
}
.sec-training .innWrap .story .ttl .text .copy {
	font-size: 4rem;
	font-weight: bold;
	margin: 0px 0px 40px;
	line-height: 1.3;
}
.sec-training .innWrap .story .ttl .text .s-copy {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0px 0px 15px;
}
.sec-training .innWrap .story .ttl .img {
	position: absolute;
	right: 0px;
	bottom: -48px;
}
.sec-training .innWrap .story .flow {
	float: right;
	width: 48%;
}
.sec-training .innWrap .story .flow .box {
	float: left;

	width: 48%;
	margin: 0 0 50px;
}
.sec-training .innWrap .story .flow .box:nth-child(even) {
	float: right;
}
.sec-training .innWrap .story .flow .box .img {
	margin: 0px 0px 15px;
}
.sec-training .innWrap .story .flow .box .sst {
	font-size: 1.8rem;
	font-weight: bold;
	color: #FF8397;
	margin: 0px 0px 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-training .innWrap .program .ttl {
	position: relative;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #ff8397;
	margin: 0px 0px 30px;
}
.sec-training .innWrap .program .ttl span {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.sec-training .innWrap .program .ttl::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8888df;
}

.sec-training .innWrap .program .text {
	margin: 0px 0px 50px;
}


.sec-training .innWrap .program .flow {
	margin: 0 0 100px;
}
.sec-training .innWrap .program .flow:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-training .innWrap .program .flow .box {
	float: left;
	width: 31%;
	margin: 0 3% 0 0;
}
.sec-training .innWrap .program .flow .box:nth-child(3) {
	margin: 0;
}
.sec-training .innWrap .program .flow .box .img {
	margin: 0px 0px 15px;
}
.sec-training .innWrap .program .flow .box .note {
	font-size: 1.5rem;
	font-weight: bold;
}


.sec-training .innWrap .shce {
	border: 2px solid #FF8397;
}
.sec-training .innWrap .shce .ttl {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.4rem;
	color: #FFF;
	font-weight: bold;
	background: #FF8397;
	line-height: 55px;
	text-align: center;
}
.sec-training .innWrap .shce .img {
	padding: 15px 10px;
}



.sec-nawatan {
	background: repeating-linear-gradient(-45deg, #fff0ec 0, #fff0ec 10px, #ffeeea 10px, #ffeeea 20px);
	padding: 40px 0 30px;
}
.sec-nawatan .text {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0px 0px 30px;
}
.sec-nawatan .text .ttl {
	position: relative;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #ff8397;
	margin: 0px 0px 30px;
}
.sec-nawatan .text .ttl span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
	background: repeating-linear-gradient(-45deg, #fff0ec 0, #fff0ec 10px, #ffeeea 10px, #ffeeea 20px);
  text-align: left;
}
.sec-nawatan .text .ttl::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff8397;
}
.sec-nawatan .nj {
	background: #FFF;
	position: relative;
	padding: 0 0 65px;
	left: 1px;
}
.sec-nawatan .nj .innWrap {
	margin: 0px auto;
	max-width: 1080px;
}
.sec-nawatan .nj .innWrap .logo {
	margin: 45px 0px 0px;
	float: left;
	width: 26.481%;
}
.sec-nawatan .nj .innWrap .txt {
	float: left;
	margin: 45px 0px 0px 3.7%;
}
.sec-nawatan .nj .innWrap .img {
	position: absolute;
	top: -50px;
	right: 5%;
	width: 25.648%;
}
.sec-nawatan .nj .innWrap .txt .copy {
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
	color: #FF8397;
	margin: 0px 0px 20px;
}


.f-btn-area {
	padding: 30px 0;
}
.f-btn-area .inn {
	margin: 0px auto;
	max-width: 1080px;
}
.f-btn-area .inn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.f-btn-area .inn li {
	width: 18.5%;
	float: left;
}
.f-btn-area .inn li {
	position: relative;
	height: 66px;
	margin: 0 1.3% 0 0;
	border: solid 2px #fff;
	box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#2B3C45', Direction=145, Strength=5);
}
.f-btn-area.hoiku .inn li {
	background: #FF8397;
	display:block;
}
.f-btn-area.life .inn li {
	background: #4694d0;
	display: block;
}
.f-btn-area .inn li:last-child {
	margin:0 0;
}
.f-btn-area.hoiku .inn li.actv {
	border: solid 2px #FF8397;
	background: #fff;
}
.f-btn-area.life .inn li.actv {
	border: solid 2px #4694d0;
	background: #fff;
}
.f-btn-area.hoiku .inn li.actv p a {
	color: #FF8397;
}
.f-btn-area.life .inn li.actv p a {
	color: #4694d0;
}
.f-btn-area.hoiku .inn li.actv:before {
	color: #FF8397;
}
.f-btn-area.life .inn li.actv:before {
	color: #4694d0;
}

.f-btn-area .inn li p {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 100%;
	left: 1px;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.f-btn-area .inn li p a {
	display: block;
	color: #fff;
	padding: 0 5%;
	line-height: 1.3;
}
.f-btn-area .inn li:before{
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 8px;
	font-size: 25px;
	color: #fff;
	float:right;
	line-height: 66px;
}


@media only screen and (max-width: 768px){

h3.pink_ttl {
	font-size: 1.8rem;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}
h3.blue_ttl {
	font-size: 2rem;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}

/****************/
.hoiku-intro {
}
.hoiku-intro .inn {
	margin: 0 5%;
	padding: 15px 0;
	display: block;
}
.hoiku-intro .inn .img {
	margin: 0 0 15px;
}
.hoiku-intro .inn .text {
	position: static;
	height: auto;
	width: auto;
}

.hoiku-intro .inn .text div {
	position: static;
	-ms-transform: translateY(0%);
	-webkit-transform : translateY(0%);
	transform : translateY(0%);
	padding: 0px 0px;
}
.hoiku-intro .inn .text div .st {
	font-size: 2rem;
	margin: 0px 0px 10px;
}
.hoiku-intro .inn .text div .txt {
	font-size: 1.6rem;
}
/****************/
.sec-somm .innWrap {
	margin: 0 5%;
	padding: 25px 0px 30px;
}
.sec-somm .innWrap .text {
	margin: 0px 0px 15px;
}
.sec-somm .innWrap .repert:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-somm .innWrap .repert .box {
	width: 48%;
	margin: 0 0 20px;
}
.sec-somm .innWrap .repert .box:nth-child(even) {
	float: right;
}
.sec-somm .innWrap .repert .box:last-child {
	margin: 0px;
}
.sec-somm .innWrap .repert .box .img {
	margin: 0px 0px 10px;
	font-size: 1.6rem;
}
.sec-somm .innWrap .repert .box .sst {
	font-size: 1.6rem;
	margin: 0px 0px 10px;
}
/****************/
.sec-semi {
	background: repeating-linear-gradient(-45deg, #e8f8fd 0, #e8f8fd 10px, #eaf9fd 10px, #eaf9fd 20px);
}
.sec-semi .innWrap {
	margin: 0 5% 10px;
	padding: 25px 0px 35px;
}
.sec-semi .innWrap .text {
	margin: 0px 0px 15px;
}

.sec-semi .innWrap .semi-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-semi .innWrap .semi {
	float: none;
	width: auto;
	margin: 0px 0 10px 0px;
	/* for Safari and Chrome 対応*/
	/* for Firefox 対応*/
	padding: 15px 0px;
}
.sec-semi .innWrap .semi:nth-child(3n) {
	margin: 0px 0px 10px 0px;
}

.sec-semi .innWrap .semi p {
	font-size: 1.3rem;
}
.sec-semi .innWrap .semi .sst {
	font-size: 1.6rem;
	line-height: 24px;
}
.sec-semi .innWrap .semi:nth-child(1) .sst , .sec-semi .innWrap .semi:nth-child(4) .sst , .sec-semi .innWrap .semi:nth-child(7) .sst {}
.sec-semi .innWrap .semi:nth-child(2) .sst , .sec-semi .innWrap .semi:nth-child(5) .sst , .sec-semi .innWrap .semi:nth-child(8) .sst {}
.sec-semi .innWrap .semi:nth-child(3) .sst , .sec-semi .innWrap .semi:nth-child(6) .sst , .sec-semi .innWrap .semi:nth-child(9) .sst {}

.sec-semi .innWrap .semi .sst:before{
	margin: 0 8px 0 0;
	width: 24px;
	height: 24px;
}
.sec-semi .innWrap .semi:nth-child(1) .sst:before{}
.sec-semi .innWrap .semi:nth-child(2) .sst:before{}
.sec-semi .innWrap .semi:nth-child(3) .sst:before{}
.sec-semi .innWrap .semi:nth-child(4) .sst:before{}
.sec-semi .innWrap .semi:nth-child(5) .sst:before{}
.sec-semi .innWrap .semi:nth-child(6) .sst:before{}
.sec-semi .innWrap .semi:nth-child(7) .sst:before{}
.sec-semi .innWrap .semi:nth-child(8) .sst:before{}
.sec-semi .innWrap .semi:nth-child(9) .sst:before{}


/****************/
.sec-training {
	padding: 0px 0px 50px;
}
.sec-training .innWrap {
	margin: 0 5%;
	padding: 25px 0px 0;
}



.sec-training .innWrap .story {
	margin: 0 0 50px;
}
.sec-training .innWrap .story:after {}
.sec-training .innWrap .story .ttl {
	position: static;
	height: auto;
	width: auto;
	float: none;
	margin: 0 0 20px;
}
.sec-training .innWrap .story .ttl .text {
	position: static;
	-ms-transform: translateY(0%);
	-webkit-transform : translateY(0%);
	transform : translateY(0%);
	width: auto;
	margin: 0px 5%;
	padding: 15px 0 0;
}
.sec-training .innWrap .story .ttl .text .copy {
	font-size: 2rem;
	margin: 0px 0px 20px;
}
.sec-training .innWrap .story .ttl .text .s-copy {
	font-size: 1.6rem;
	margin: 0px 0px 10px;
}
.sec-training .innWrap .story .ttl .img {
	position: static;
	margin: 15px auto 0;
	padding: 0 0 10px;
	text-align: center;
	width: 30%;
}
.sec-training .innWrap .story .flow {
	float: none;
	width: auto;
}
.sec-training .innWrap .story .flow .box {
	width: 48%;
	margin: 0 0 25px;
}
.sec-training .innWrap .story .flow .box:nth-child(even) {
	float: right;
}
.sec-training .innWrap .story .flow .box .img {
	margin: 0px 0px 10px;
}
.sec-training .innWrap .story .flow .box .sst {
	font-size: 1.6rem;
}
.sec-training .innWrap .program .ttl {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px 0px 15px;
}
.sec-training .innWrap .program .ttl span {
  margin: 0 1em;
  text-align: center;
}
.sec-training .innWrap .program .ttl::before {
}

.sec-training .innWrap .program .text {
	margin: 0px 0px 25px;
}


.sec-training .innWrap .program .flow {
	margin: 0 0 50px;
}
.sec-training .innWrap .program .flow:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-training .innWrap .program .flow .box {
	width: 48%;
	margin: 0 0 15px;
}
.sec-training .innWrap .program .flow .box:nth-child(even) {
	float: right;
}
.sec-training .innWrap .program .flow .box:nth-child(3) {}
.sec-training .innWrap .program .flow .box .img {
	margin: 0px 0px 10px;
}
.sec-training .innWrap .program .flow .box .note {
	font-size: 1.3rem;
}


.sec-training .innWrap .shce {
}
.sec-training .innWrap .shce .ttl {
	font-size: 1.8rem;
	line-height: 40px;
}
.sec-training .innWrap .shce .img {
	padding: 10px;
}



.sec-nawatan {
	padding: 20px 0 15px;
}
.sec-nawatan .text {
	margin: 0 5%;
	padding: 0px 0px 15px;
}
.sec-nawatan .text .ttl {
	font-size: 1.8rem;
	margin: 0px 0px 15px;
}
.sec-nawatan .text .ttl span {
  margin: 0 1em;
  text-align: center;
}
.sec-nawatan .text .ttl::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff8397;
}
.sec-nawatan .nj {
	padding: 0 0 30px;
}
.sec-nawatan .nj .innWrap {
	margin: 0px 5%;
}
.sec-nawatan .nj .innWrap .logo {
	margin: 0px;
	width: 55%;
	float: none;
	padding: 20px 0 0;
}
.sec-nawatan .nj .innWrap .txt {
	float: none;
	margin: 20px 0px 0px 0%;
}
.sec-nawatan .nj .innWrap .img {
	top: -25px;
	right: 3%;
	width: 30%;
}
.sec-nawatan .nj .innWrap .txt .copy {
	font-size: 1.8rem;
	line-height: 1.3;
	margin: 0px 0px 10px;
}


.f-btn-area {
	padding: 15px 0;
}
.f-btn-area .inn {
	margin: 0px 5%;
}
.f-btn-area .inn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.f-btn-area .inn li {
	width: 47%;
}
.f-btn-area .inn li {
	height: 45px;
	margin: 0 0 10px 0;
}
.f-btn-area .inn li:nth-child(even) {
	float: right;
}
.f-btn-area.hoiku .inn li {
}
.f-btn-area.life .inn li {
}
.f-btn-area .inn li:last-child {
	margin:0 0;
}
.f-btn-area .inn li p {
}
.f-btn-area .inn li p a {
}
.f-btn-area .inn li:before{
	margin: 0 5px;
	font-size: 1.8rem;
	line-height: 45px;
}
}








/*++++++++++++++++++++++++++++++++++++
+
+　学科紹介　ライフデザイン学科カリキュラム
+
+++++++++++++++++++++++++++++++++++++*/
.life-ttl {
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 2px solid #4694d0;
	margin: 0px auto 50px;
	padding: 45px 0px 20px;
	max-width: 1080px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-it {
	background: repeating-linear-gradient(-45deg, #ecf4fa 0, #ecf4fa 10px, #eef5fb 10px, #eef5fb 20px);
	margin: 0 0 10px;
}
.sec-bis {
	background: repeating-linear-gradient(-45deg, #f4f0f7 0, #f4f0f7 10px, #f5f2f8 10px, #f5f2f8 20px);
	margin: 0 0 10px;
}
.sec-fsn {
	background: repeating-linear-gradient(-45deg, #fdf1f0 0, #fdf1f0 10px, #fdf3f1 10px, #fdf3f1 20px);
	margin: 0 0 10px;
}
.sec-hos {
	background: repeating-linear-gradient(-45deg, #f0f8ee 0, #f0f8ee 10px, #f2f9f0 10px, #f2f9f0 20px);
	margin: 0 0 10px;
}
.sec-eat {
	background: repeating-linear-gradient(-45deg, #fdf2e5 0, #fdf2e5 10px, #fef4e8 10px, #fef4e8 20px);
	margin: 0 0 10px;
}
.sec-pfo {
	background: repeating-linear-gradient(-45deg, #eefcfb 0, #eefcfb 10px, #e7fdfc 10px, #e7fdfc 20px);
	margin: 0 0 120px;
}
.sec-heart {
	background: repeating-linear-gradient(-45deg, #FBFBE5 0, #FBFBE5 10px, #FBFAE8 10px, #FBFAE8 20px);
	margin: 0 0 10px;
}






.sec-it .inn , .sec-bis .inn , .sec-fsn .inn , .sec-hos .inn , .sec-eat .inn , .sec-pfo .inn, .sec-heart .inn {
	padding: 60px 20px 50px;
	max-width: 1080px;
	margin: 0 auto;
}
.sec-it .inn:after , .sec-bis .inn:after , .sec-fsn .inn:after , .sec-hos .inn:after , .sec-eat .inn:after , .sec-pfo .inn:after, .sec-heart .inn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.ex-photo {
	width: 32.129%;
	float: left;
}
.ex-text {
	float: right;
	width: 64.814%;
}





.sec-it .ttl {
	display: inline-block;
	position: relative;
	height: 55px;/*高さ*/
	line-height: 55px;/*高さ*/
	vertical-align: middle;
	padding: 0 40px 0 18px;/*文字の左右の余白*/
	font-size: 2.2rem;/*文字サイズ*/
	background: #00baef;/*背景色*/
	color: #FFF;/*文字色*/
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 20px;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-bis .ttl {
	display: inline-block;
	position: relative;
	height: 55px;/*高さ*/
	line-height: 55px;/*高さ*/
	vertical-align: middle;
	padding: 0 40px 0 18px;/*文字の左右の余白*/
	font-size: 22px;/*文字サイズ*/
	background: #9070af;/*背景色*/
	color: #FFF;/*文字色*/
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 20px;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-fsn .ttl {
	display: inline-block;
	position: relative;
	height: 55px;/*高さ*/
	line-height: 55px;/*高さ*/
	vertical-align: middle;
	padding: 0 40px 0 18px;/*文字の左右の余白*/
	font-size: 22px;/*文字サイズ*/
	background: #ed7969;/*背景色*/
	color: #FFF;/*文字色*/
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 20px;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-hos .ttl {
	display: inline-block;
	position: relative;
	height: 55px;/*高さ*/
	line-height: 55px;/*高さ*/
	vertical-align: middle;
	padding: 0 40px 0 18px;/*文字の左右の余白*/
	font-size: 22px;/*文字サイズ*/
	background: #6cbb5a;/*背景色*/
	color: #FFF;/*文字色*/
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 20px;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-eat .ttl {
	display: inline-block;
	position: relative;
	height: 55px;/*高さ*/
	line-height: 55px;/*高さ*/
	vertical-align: middle;
	padding: 0 40px 0 18px;/*文字の左右の余白*/
	font-size: 22px;/*文字サイズ*/
	background: #f08200;/*背景色*/
	color: #FFF;/*文字色*/
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 20px;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-pfo .ttl {
	display: inline-block;
	position: relative;
	height: 55px;/*高さ*/
	line-height: 55px;/*高さ*/
	vertical-align: middle;
	padding: 0 40px 0 18px;/*文字の左右の余白*/
	font-size: 22px;/*文字サイズ*/
	background: #4CBCB5;/*背景色*/
	color: #FFF;/*文字色*/
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 20px;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.sec-heart .ttl {
	display: inline-block;
	position: relative;
	height: 55px;/*高さ*/
	line-height: 55px;/*高さ*/
	vertical-align: middle;
	padding: 0 40px 0 18px;/*文字の左右の余白*/
	font-size: 22px;/*文字サイズ*/
	background: #C19B37;/*背景色*/
	color: #FFF;/*文字色*/
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 20px;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}






.sec-it .ttl:after , .sec-bis .ttl:after , .sec-fsn .ttl:after , .sec-hos .ttl:after , .sec-eat .ttl:after , .sec-pfo .ttl:after, .sec-heart .ttl:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.sec-it .ttl:after {
  top: 0;
  right: 0;
  border-width: 27px 30px 28px 0px;
  border-color: transparent #ecf4fa transparent transparent;
  border-style: solid;
}
.sec-bis .ttl:after {
  top: 0;
  right: 0;
  border-width: 27px 30px 28px 0px;
  border-color: transparent #f4f0f7 transparent transparent;
  border-style: solid;
}
.sec-fsn .ttl:after {
  top: 0;
  right: 0;
  border-width: 27px 30px 28px 0px;
  border-color: transparent #fdf1f0 transparent transparent;
  border-style: solid;
}
.sec-hos .ttl:after {
  top: 0;
  right: 0;
  border-width: 27px 30px 28px 0px;
  border-color: transparent #f0f8ee transparent transparent;
  border-style: solid;
}
.sec-eat .ttl:after {
  top: 0;
  right: 0;
  border-width: 27px 30px 28px 0px;
  border-color: transparent #fef4e8 transparent transparent;
  border-style: solid;
}
.sec-pfo .ttl:after {
  top: 0;
  right: 0;
  border-width: 27px 30px 28px 0px;
  border-color: transparent #eefcfb transparent transparent;
  border-style: solid;
}
.sec-heart .ttl:after {
  top: 0;
  right: 0;
  border-width: 27px 30px 28px 0px;
  border-color: transparent #FBFAE8 transparent transparent;
  border-style: solid;
}






.ex-text .copy {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0px 0px 15px;
}
.sec-it .inn .ex-text .copy {
	color: #00BAEF;
}
.sec-bis .inn .ex-text .copy {
	color: #9070af;
}
.sec-fsn .inn .ex-text .copy {
	color: #ed7969;
}
.sec-hos .inn .ex-text .copy {
	color: #6cbb5a;
}
.sec-eat .inn .ex-text .copy {
	color: #f08200;
}
.sec-pfo .inn .ex-text .copy {
	color: #4CBCB5;
}
.sec-heart .inn .ex-text .copy {
	color: #C19B37;
}




.ex-text .text {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0px 0px 30px;
}
.ex-text .manabi .sttl {
	padding: 2px 0px;
	margin: 0 0 15px;
}
.sec-it .inn .ex-text .manabi .sttl {
	border-top: 2px solid #00BAEF;
	border-bottom: 2px solid #00BAEF;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-bis .inn .ex-text .manabi .sttl {
	border-top: 2px solid #9070AF;
	border-bottom: 2px solid #9070AF;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-fsn .inn .ex-text .manabi .sttl {
	border-top: 2px solid #ed7969;
	border-bottom: 2px solid #ed7969;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-hos .inn .ex-text .manabi .sttl {
	border-top: 2px solid #6cbb5a;
	border-bottom: 2px solid #6cbb5a;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-eat .inn .ex-text .manabi .sttl {
	border-top: 2px solid #f08200;
	border-bottom: 2px solid #f08200;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-pfo .inn .ex-text .manabi .sttl {
	border-top: 2px solid #4CBCB5;
	border-bottom: 2px solid #4CBCB5;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-heart .inn .ex-text .manabi .sttl {
	border-top: 2px solid #C19B37;
	border-bottom: 2px solid #C19B37;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}






.ex-text .manabi .sttl p {
	background: #FFF;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
.ex-text .manabi ul {
	margin: 0 0 15px;
}
.ex-text .manabi ul li {
	margin: 0 0 5px 1em;
	text-indent: -1em;
}
.ex-text .manabi ul li:before {
	content: "●";
	display: inline;
	font-size: 1.5rem;
}
.sec-it .inn .ex-text .manabi ul li:before {
	color: #00BAEF;
}
.sec-bis .inn .ex-text .manabi ul li:before {
	color: #9070AF;
}
.sec-fsn .inn .ex-text .manabi ul li:before {
	color: #ED7969;
}
.sec-hos .inn .ex-text .manabi ul li:before {
	color: #6cbb5a;
}
.sec-eat .inn .ex-text .manabi ul li:before {
	color: #f08200;
}
.sec-pfo .inn .ex-text .manabi ul li:before {
	color: #4CBCB5;
}
.sec-heart .inn .ex-text .manabi ul li:before {
	color: #C19B37;
}





.ex-text .btn {
	width: 30%;
}
.sec-it .inn .ex-text .btn a {
	color: #FFF;
	background: #00BAEF;
	display: block;
	line-height: 60px;
	padding: 0px 1em;
}
.sec-bis .inn .ex-text .btn a {
	color: #FFF;
	background: #9070AF;
	display: block;
	line-height: 60px;
	padding: 0px 1em;
}
.sec-fsn .inn .ex-text .btn a {
	color: #FFF;
	background: #ED7969;
	display: block;
	line-height: 60px;
	padding: 0px 1em;
}
.sec-hos .inn .ex-text .btn a {
	color: #FFF;
	background: #6cbb5a;
	display: block;
	line-height: 60px;
	padding: 0px 1em;
}
.sec-eat .inn .ex-text .btn a {
	color: #FFF;
	background: #f08200;
	display: block;
	line-height: 60px;
	padding: 0px 1em;
}
.sec-pfo .inn .ex-text .btn a {
	color: #FFF;
	background: #d3a003;
	display: block;
	line-height: 60px;
	padding: 0px 1em;
}
.sec-pfo .inn .ex-text .btn a {
	color: #FFF;
	background: #D3C603;
	display: block;
	line-height: 60px;
	padding: 0px 1em;
}





.ex-text .btn a:after{
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
	font-size: 1.6rem;
	color: #fff;
	float:right;
}




/********** life-tani ***************/
.life-tani-container {
    max-width: 1080px;
    margin: 0 auto 60px;
	padding: 0 20px;
}

.life-tani-container .blue_ttl{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.life-tani-container .blue_ttl span{
	margin-left: 20px;
}

.life-tani-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.student2022,
.student2023,
.student2024{
	width: 48%;
}
.tani-ttl {
    display: inline-block;
	margin: 20px 0 10px;
    border: 1px solid;
    padding: 5px 10px;
}
table.life-tani-tbl {
    width: 100%;
	border: 2px solid #1eb9ee;
}
.life-tani-tbl tr .shikaku{
	border: 2px solid #1eb9ee;
	background: #fffad6;
	text-align: center;
	padding: 10px 0;
	line-height: 1.2;
}
.life-tani-tbl .kamoku {
	border: 2px solid #1eb9ee;
	background: #ebf8f8;
	text-align: center;
    font-weight: bold;
	vertical-align: middle;
	padding: 10px 0;
}
.life-tani-tbl .font-l{
	text-align: left;
	padding-left: 10px;
}
.life-tani-tbl .font-r{
	text-align: right;
	padding-right: 10px;
}
.life-tani-tbl td{
	border: 2px solid #1eb9ee;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	padding: 5px 0;
}


@media only screen and (max-width: 768px){
.life-ttl {
	font-size: 1.8rem;
	margin: 0px 5% 25px;
	padding: 25px 0px 10px;
}
.sec-it {}
.sec-bis {}
.sec-fsn {}
.sec-hos {}
.sec-eat {}
.sec-heart {}
.sec-pfo {margin: 0 0 50px;}






.sec-it .inn , .sec-bis .inn , .sec-fsn .inn , .sec-hos .inn , .sec-eat .inn , .sec-pfo .inn, .sec-heart .inn {
	padding: 30px 0 25px;
	margin: 0 5%;
}
.sec-it .inn:after , .sec-bis .inn:after , .sec-fsn .inn:after , .sec-hos .inn:after , .sec-eat .inn:after , .sec-pfo .inn:after, .sec-heart .inn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.ex-photo {
	width: auto;
	float: none;
	margin: 0 0 10px;
	text-align: center;
}
.ex-text {
	float: none;
	width: auto;
}





.sec-it .ttl , .sec-bis .ttl , .sec-fsn .ttl , .sec-hos .ttl , .sec-eat .ttl , .sec-pfo .ttl, .sec-heart .ttl {
	height: 40px;/*高さ*/
	line-height: 40px;/*高さ*/
	padding: 0 20px 0 9px;/*文字の左右の余白*/
	font-size: 1.6rem;/*文字サイズ*/
	margin: 0 0 10px;
}



.sec-it .ttl:after , .sec-bis .ttl:after , .sec-fsn .ttl:after , .sec-hos .ttl:after , .sec-eat .ttl:after , .sec-pfo .ttl:after, .sec-heart .ttl:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.sec-it .ttl:after , .sec-bis .ttl:after , .sec-fsn .ttl:after , .sec-fsn .ttl:after , .sec-hos .ttl:after , .sec-eat .ttl:after , .sec-pfo .ttl:after, .sec-heart .ttl:after {
  border-width: 20px 20px 22px 0px;
}



.ex-text .copy {
	font-size: 1.8rem;
	margin: 0px 0px 10px;
}
.sec-it .inn .ex-text .copy {}
.sec-bis .inn .ex-text .copy {}
.sec-fsn .inn .ex-text .copy {}
.sec-hos .inn .ex-text .copy {}
.sec-eat .inn .ex-text .copy {}
.sec-pfo .inn .ex-text .copy {}




.ex-text .text {
	font-size: 1.4rem;
	margin: 0px 0px 15px;
}
.ex-text .manabi .sttl {
	padding: 2px 0px;
	margin: 0 0 15px;
}
.sec-it .inn .ex-text .manabi .sttl {}
.sec-bis .inn .ex-text .manabi .sttl {}
.sec-fsn .inn .ex-text .manabi .sttl {}
.sec-hos .inn .ex-text .manabi .sttl {}
.sec-eat .inn .ex-text .manabi .sttl {}
.sec-pfo .inn .ex-text .manabi .sttl {}



.ex-text .manabi .sttl p {
	font-size: 1.8rem;
	line-height: 32px;
}
.ex-text .manabi ul {
	margin: 0 0 10px;
}
.ex-text .manabi ul li {
	margin: 0 0 5px 1em;
	text-indent: -1em;
}
.sec-it .inn .ex-text .manabi ul li:first-letter {}
.sec-bis .inn .ex-text .manabi ul li:first-letter {}
.sec-fsn .inn .ex-text .manabi ul li:first-letter {}
.sec-hos .inn .ex-text .manabi ul li:first-letter {}
.sec-eat .inn .ex-text .manabi ul li:first-letter {}
.sec-pfo .inn .ex-text .manabi ul li:first-letter {}



.ex-text .btn {
	width: auto;
}
.sec-it .inn .ex-text .btn a , .sec-bis .inn .ex-text .btn a , .sec-fsn .inn .ex-text .btn a , .sec-hos .inn .ex-text .btn a , .sec-eat .inn .ex-text .btn a , .sec-pfo .inn .ex-text .btn a, .sec-heart .inn .ex-text .btn a{
	line-height: 42px;
}



.ex-text .btn a:after{
	font-size: 1.8rem;
}



.life-tani-container .blue_ttl span{
	display: block;
	margin-top: 10px;
	margin-left: 0;
}

table.life-tani-tbl {
	border: 1px solid #1eb9ee;
}
.life-tani-inner {
    flex-direction: column;
}
.life-tani-tbl .font-l{
	text-align: center;
	padding-left: 0;
}
.life-tani-tbl .font-r{
	text-align: center;
	padding-left: 0;
}
.student2022,
.student2023{
	width: 100%;
}
.life-tani-tbl .thead {
    display: none;
}
.life-tani-tbl .thead {
    display: none;
}
.life-tani-tbl .kamoku {
    display: block;
    width: auto;
    padding: 10px 0px;
}
.life-tani-tbl td {
    display: block;
    text-align: right;
    width: auto;
    border-top: none;
    border-right: 2px solid #1eb9ee;
    border-bottom: 2px solid #1eb9ee;
    border-left: 2px solid #1eb9ee;
	padding: 5px 10px;
}
.life-tani-tbl td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
}


}




/*++++++++++++++++++++++++++++++++++++
+
+　大学紹介 本学の特色
+
+++++++++++++++++++++++++++++++++++++*/
.fea_intro {
	margin: 0px 0px 80px;
	padding: 50px 0px 0px;
	text-align: center;
}
.fea_intro .copy {
	font-size: 4rem;
	font-weight: bold;
	color: #FBB03C;
	margin: 0px 0px 20px;
	letter-spacing: 0.1em;
}
.fea_intro p {
	font-weight: bold;
}



/******/
.concept {
	text-align: center;
	padding: 40px 0px 65px;
}
.greething .inn {
	padding: 0 0px 115px;
}
.greething .person {
	margin: 0px 0px 80px;
}
.greething .person:last-child {
	margin: 0px;
}
.greething .person:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.greething .person .img {
	float: left;
	width: 23%;
}
.greething .person .img .name {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	margin: 15px 0px 0px;
}
.greething .person .img .name span {
	font-size: 1.3rem;
	letter-spacing: -0.01em;
}
.greething .person .career {
	float: right;
	width: 74%;
}
.greething .person .career p {
	font-size: 1.3rem;
	margin: 0px 0px 30px;
}
.greething .person .career p:last-child {
	margin: 0px;
}


@media only screen and (max-width: 768px){
.concept {
	padding: 20px 5% 55px;
}
.greething .inn {
	padding: 0 0px 65px;
}
.greething .person {
	margin: 0px 0px 40px;
}
.greething .person:last-child {
	margin: 0px;
}
.greething .person:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.greething .person .img {
	float: none;
	width: 55%;
	margin: 0 auto 15px;
}
.greething .person .img .name {
	font-size: 1.4rem;
	line-height: 1.3;
	margin: 10px 0px 0px;
}
.greething .person .img .name span {
	font-size: 1.2rem;
	letter-spacing: 0;
}
.greething .person .career {
	float: none;
	width: auto;
}
.greething .person .career p {
	margin: 0px 0px 15px;
}

}






/*++++++++++++++++++++++++++++++++++++
+
+　大学紹介 建学の精神・教育理念・教育方針
+
+++++++++++++++++++++++++++++++++++++*/
.poli_box {
	background: repeating-linear-gradient(-45deg, #fff0d6 0, #fff0d6 10px, #fff2da 10px, #fff2da 20px);
	padding: 20px;
	margin: 0 0 60px;
}
.poli_box .inn {
	background: #fff;
	padding: 5% 4% 4% 4%;
}
.poli_box .inn p {
	line-height: 2;
	text-align: justify;
}
.poli_box .copy1 {
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 25px;
}
.poli_box .copy2 {
	font-size: 3.4rem;
	font-weight: bold;
	margin: 0px 0px 10px;
	position: relative;
	display: inline-block;
	width: 40%;
}
.poli_box .copy2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70%;
  height: 1px;
  background-color: #ccc;
}
.poli_box .copy2:after {
  right: 0;
}
.poli_box .copy2 span {
	background: #fff;
	z-index: 1;
	position: relative;
	padding: 0 10px 0 0;
}
.poli_box .inn .txt1 {
	font-size: 1.6rem;
	line-height: 1.5;
}
.poli_box .sst {
  position: relative;
  display: block;
  padding: 0;
}
.poli_box .sst:after {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}

.poli_box .sst:after {
  right: 0;
}
.poli_box .sst span {
	background: #fff;
	z-index: 1;
	position: relative;
	padding: 0 10px 0 0;
	font-size: 2rem;
}
@media only screen and (max-width: 768px){
.poli_box {
	padding: 13px;
	margin: 0 0 30px;
}
.poli_box .inn {
	padding: 15px;
}
.poli_box .inn p {
	line-height: 1.8;
}
.poli_box .copy1 {
	font-size: 2.4rem;
	margin: 0px 0px 10px;
}
.poli_box .copy2 {
	font-size: 2rem;
	margin: 0px 0px 5px;
	width: auto;
	display: block;
}
.poli_box .copy2:after {width: 100%;}
.poli_box .copy2:after {
  right: 0;
}
.poli_box .copy2 span {padding: 0 5px 0 0;}
.poli_box .inn .txt1 {
	font-size: 1.4rem;
	line-height: 1.2;
}

.poli_box .sst {
}
.poli_box .sst:after {
}

.poli_box .sst:after {
}
.poli_box .sst span {
	padding: 0 5px 0 0;
}

}








/*++++++++++++++++++++++++++++++++++++
+
+　大学紹介 アドミッションポリシー
+
+++++++++++++++++++++++++++++++++++++*/
.ad-po-list1 , .ad-po-list2 {
	margin: 0px 0px 40px;
}
.ad-po-list1 li {
	margin: 0px 0px 5px 1.2em;
	list-style: decimal inside;
	text-indent: -1.2em;
	line-height: 1.5;
}
.ad-po-list2 li {
	margin: 0px 0px 5px 1.2em;
	text-indent: -1.2em;
	line-height: 1.5;
	list-style:none;
}
.ad-po-list2 li:before{
	background : none;
	content: "・";
	font-size: 18px;
}

@media only screen and (max-width: 768px){
.ad-po-list1 , .ad-po-list2 {
	margin: 0px 0px 20px;
}
.ad-po-list1 li {
}
.ad-po-list2 li {
}
}




/*++++++++++++++++++++++++++++++++++++
+
+　大学紹介 学科の教育目標等
+
+++++++++++++++++++++++++++++++++++++*/
.btn-hoiku , .btn-life {
	margin: 0px 0px 60px;
	width: 40%;
}
.btn-hoiku a {
	display: block;
	background: #FF8397;
	color: #FFF;
	line-height: 58px;
	padding: 0px 10px;
}
.btn-life a {
	display: block;
	background: #4694d0;
	color: #FFF;
	line-height: 58px;
	padding: 0px 10px;
}
.btn-hoiku a:before , .btn-life a:before{
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 8px;
	font-size: 25px;
	color: #fff;
	float:right;
	line-height: 58px;
}


@media only screen and (max-width: 768px){
.btn-hoiku , .btn-life {
	margin: 0px 0px 30px;
	width: auto;
}
.btn-hoiku a {
	line-height: 40px;
	padding: 0px 8px;
}
.btn-life a {
	line-height: 40px;
	padding: 0px 8px;
}
.btn-hoiku a:before , .btn-life a:before{
	margin: 0 5px;
	font-size: 20px;
	line-height: 40px;
}
}





/*++++++++++++++++++++++++++++++++++++
+
+　大学紹介 学修評価とGPA
+
+++++++++++++++++++++++++++++++++++++*/

.gpa-tbl {
	border: 1px solid #FBB03C;
	width: 100%;
	margin: 0px 0px 40px;
}
.gpa-tbl tr th {
	background: #fee8c6;
	text-align: center;
	border: 1px solid #FBB03C;
	padding: 15px;
}
.gpa-tbl tr td {
	border: 1px solid #FBB03C;
	text-align: center;
	background: #fff;
	vertical-align: middle;
	padding: 15px;
}
.gpa-keisan {
	text-align: center;
	font-weight: bold;
	margin: 0px auto 40px;
	font-size: 1.6rem;
	padding: 20px 15px;
	border: 1px solid #FBB03C;
}
@media only screen and (max-width: 768px){
.gpa-tbl {
	border: 1px solid #FBB03C;
	width: 100%;
	margin: 0px 0px 40px;
}
.gpa-tbl tr th {
	background: #fee8c6;
	text-align: center;
	border: 1px solid #FBB03C;
	padding: 15px;
}
.gpa-tbl tr td {
	border: 1px solid #FBB03C;
	text-align: center;
	background: #fff;
	vertical-align: middle;
	padding: 15px;
}
.gpa-keisan {
	margin: 0px auto 40px;
	font-size: 1.2rem;
	padding: 10px 5px;
	width: auto;
}

}






/*++++++++++++++++++++++++++++++++++++
+
+　教育・研究・地域貢献 公的研究費関連取組
+
+++++++++++++++++++++++++++++++++++++*/
.res-boshi-tbl {
	border: 1px solid #FBB03C;
	width: 100%;
	margin: 0px 0px 40px;
}
.res-boshi-tbl tr th {
	background: #fee8c6;
	border: 1px solid #FBB03C;
	padding: 15px 30px;
	text-align: center;
	vertical-align: middle;
}
.res-boshi-tbl tr td {
	border: 1px solid #FBB03C;
	background: #fff;
	vertical-align: middle;
	padding: 15px;
}

/* 社会人リフレッシュ教育 */
.photo-detail .cont{
    margin-top: 3rem;
}
.photo-detail .btn{
    margin-top: 3rem;
}
.photo-detail .btn a{
    width: 300px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background-color: #FBB03C;
    border: double;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    position: relative;
    text-align: center;
}
.photo-detail .btn a:after {
    content: "\f105";
    display: inline-block;
    font: 2rem / 55px FontAwesome;
    margin: 0;
    color: #fff;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px){
.res-boshi-tbl {
	margin: 0px 0px 20px;
}
.res-boshi-tbl tr th {
	padding: 15px;
}
.res-boshi-tbl tr td {}
}


/*++++++++++++++++++++++++++++++++++++
+
+　公開講座
+
+++++++++++++++++++++++++++++++++++++*/
.rea-ext-tbl {
	border: 1px solid #999;
	width: 100%;
	margin: 0px 0px 40px;
}
.rea-ext-tbl tr th {
	background: #fee8c6;
	border: 1px solid #999;
	padding: 15px 30px;
	text-align: center;
	vertical-align: middle;
}
.rea-ext-tbl tr td {
	border: 1px solid #999;
	background: #fff;
	vertical-align: middle;
	padding: 15px;
}
@media only screen and (max-width: 768px){
.rea-ext-tbl {
	margin: 0px 0px 20px;
}
.rea-ext-tbl tr th {
	padding: 15px;
}
.rea-ext-tbll tr td {}
}



/*++++++++++++++++++++++++++++++++++++
+
+　入試情報　学生募集要項　定員・入試制度一覧
+
+++++++++++++++++++++++++++++++++++++*/
.all_tbl1 {
	width: 100%;
	border: 1px solid #FBB03C;
	margin: 0px 0px 40px;
}
.all_tbl1 tr th {
	border: 1px solid #FBB03C;
	background: #fee8c6;
	text-align: center;
	width: 50%;
	padding: 15px;
}
.all_tbl1 tr td {
	background: #fff;
	border: 1px solid #FBB03C;
	padding: 15px 20px;
}
.all_tbl2 {
	width: 100%;
	border: 1px solid #FBB03C;
	margin: 0px 0px 40px;
}
.all_tbl2.mb_b10 {
	margin: 0px 0px 10px;
}
.all_tbl2 tr th {
	border: 1px solid #FBB03C;
	background: #fee8c6;
	padding: 15px;
	width: 30%;
	text-align: center;
	vertical-align: middle;
}
.all_tbl2 tr td {
	background: #fff;
	border: 1px solid #FBB03C;
	padding: 15px 20px;
}
.all_tbl2 tr .spe {
	background: #fbc6ce;
	width: 3%;
}

.nyuushi-list .nyuushi-about a.entry-btn {
    width: 170px;
    margin: 0 0 0 auto;
    padding: 1rem 0;
    background-color: #FBB03C;
    border: double;
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    transition: 0.3s;
}
.nyuushi-list .nyuushi-about a.entry-btn:hover{
    opacity: 0.8;
}

@media only screen and (max-width: 768px){
.all_tbl1 {
	margin: 0px 0px 20px;
}
.all_tbl2 {
	margin: 0px 0px 20px;
}

}







/*++++++++++++++++++++++++++++++++++++
+
+　入試情報　学生募集要項
+
+++++++++++++++++++++++++++++++++++++*/
.adm {
	margin: 0 0 40px;
}
.adm-tbl {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	border-top: 1px solid #FBB03C;
	border-right: 1px solid #FBB03C;
	border-bottom: 1px none #FBB03C;
	border-left: 1px solid #FBB03C;
}
.adm-tbl dt {
	background: #fee8c6;
	width: 20%;
	padding: 15px;
	font-weight: bold;
	border-right: 1px solid #FBB03C;
}
.adm-tbl dd {
	background: #fff;
	padding: 15px ;
	width: 80%;
}
.adm .adm-tbl:last-child {
	border: 1px solid #FBB03C;
}
.adm-tbl tr td .inn {
	padding: 0px;
	border-style: none;
}
.adm-tbl .inn th {
	width: 40%;
	background: none;
	padding: 0 0 10px;
	border-style: none;
	text-align:left;
}
.adm-tbl .inn td {
	padding: 0 0 10px;
	border-style: none;
}
.adm-tbl .inn1 th {
	width: 30%;
	background: none;
	padding: 0 0 10px;
	border-style: none;
	text-align:left;
}
.adm-tbl .inn1 td {
	padding: 0 0 10px;
	border-style: none;
	width: 20%;
}
.adm-tbl tr td .inn2 {
	padding: 0px;
	border-style: none;
}
.adm-tbl .inn2 th {
	width: 20%;
	background: none;
	padding: 0 0 10px;
	border-style: none;
	text-align:left;
}
.adm-tbl .inn2 td {
	padding: 0 0 10px;
	border-style: none;
	width: 75%;
}
.adm-tbl tr td .inn3 {
	padding: 0px;
	border-style: none;
}
.adm-tbl .inn3 th {
	width: 55%;
	background: none;
	padding: 0 0 10px;
	border-style: none;
	text-align: left;
}
.adm-tbl .inn3 td {
	padding: 0 0 10px;
	border-style: none;
}

.ao-tbl {
	width: 100%;
	border: 1px solid #FBB03C;
}
.ao-tbl tr th {
	border: 1px solid #FBB03C;
	text-align: left;
	background: #fff7eb;
	width: 26%;
	padding: 10px;
	vertical-align: middle;
	line-height: 1.2;
}
.ao-tbl tr th span {
	font-size: 1.1rem;
}
.ao-tbl tr td {
	border: 1px solid #FBB03C;
	padding: 10px;
	width: 20%;
	vertical-align: middle;
}
.ao-tbl2 tr th {
	width: 26%;
	text-align:left !important;
}
.ao-tbl2 tr td {
	width: 75%;
}
@media only screen and (max-width: 768px){
.adm {
	margin: 0 0 20px;
}
.adm-tbl {
	display: block;
}
.adm-tbl dt {
	width: auto;
	padding: 10px;
	border-right: none;
}
.adm-tbl dd {
	padding: 10px;
	width: auto;
}
.adm .adm-tbl:last-child {
	border: 1px solid #FBB03C;
}
.adm-tbl tr td .inn {
	padding: 0px;
	border-style: none;
}
.adm-tbl .inn th {
	width: auto;
	padding: 0;
	display: block;
	font-weight: bold;
}
.adm-tbl .inn td {display: block;padding: 0 0 20px;}
.adm-tbl tr td .inn1 {
	padding: 0px;
	border-style: none;
}
.adm-tbl .inn1 th {
	width: auto;
	padding: 0;
	display: block;
	font-weight: bold;
}
.adm-tbl .inn1 td {display: block;padding: 0 0 20px;width: auto;}
.adm-tbl tr td .inn2 {
	padding: 0px;
	border-style: none;
}
.adm-tbl .inn2 th {
	width: auto;
	padding: 0;
	display: block;
	font-weight: bold;
}
.adm-tbl .inn2 td {display: block;padding: 0 0 20px;width: auto;}
.adm-tbl tr td .inn3 {
	padding: 0px;
	border-style: none;
}
.adm-tbl .inn3 th {
	width: auto;
	padding: 0;
	display: block;
	font-weight: bold;
}
.adm-tbl .inn3 td {display: block;padding: 0 0 20px;}

.ao-tbl {
	border: none;
}
.ao-tbl tr th {
	border: none;
	text-align: left;
	background: #ccc;
	width: auto;
	display: block;
}
.ao-tbl tr th span {
	font-size: 1.0rem;
}
.ao-tbl tr td {
	width: auto;
	display: block;
	border: none;
	background: #fff;
}
.ao-tbl2 tr th {
	width: auto;
}
.ao-tbl2 tr td {
	width: auto;
}
}






/*++++++++++++++++++++++++++++++++++++
+
+　キャンパスライフ　学生サポート
+
+++++++++++++++++++++++++++++++++++++*/
.supo-tbl {
	width: 100%;
	border: 1px solid #FBB03C;
	margin: 0px 0px 40px;
}
.supo-tbl th {
	border: 1px solid #FBB03C;
	background: #fee8c6;
	width: 40%;
	padding: 15px;
	vertical-align: middle;
}
.supo-tbl td {
	background: #fff;
	border: 1px solid #FBB03C;
	padding: 15px 20px;
}
@media only screen and (max-width: 768px){
.supo-tbl {
	margin: 0px 0px 20px;
}
.supo-tbl th {
	width: auto;
	padding: 10px;
	display: block;
	border: none;
}
.supo-tbl td {
	border: none;
	padding: 10px;
	display: block;
}
}








/*++++++++++++++++++++++++++++++++++++
+
+　就職・進路　キャリアセンター
+
+++++++++++++++++++++++++++++++++++++*/
.cree-tbl {
	width: 100%;
	border: 1px solid #7ED7C6;
}
.cree-tbl tr th {
	background: #fee8c6;
	border: 1px solid #FBB03C;
	text-align: center;
	padding: 15px;
	vertical-align: middle;
}
.cree-tbl tr td {
	border: 1px solid #FBB03C;
	background: #fff;
	vertical-align: middle;
	padding: 15px;
}
.cree-tbl tr .sat {
	background: #DFF1FC;
}
.cree-tbl tr .sun {
	background: #ccc;
}
.cree-tbl tr .day {
	width: 15%;
}
.cree-tbl tr .time {
	width: 35%;
}
.cree-tbl tr .point {
	width: 60%;
}
@media only screen and (max-width: 768px){
.cree-tbl {
}
.cree-tbl tr th {
	padding: 10px;
}
.cree-tbl tr td {
	padding: 10px;
}
.cree-tbl tr .sat {}
.cree-tbl tr .sun {}
.cree-tbl tr .day {}
.cree-tbl tr .time {}
.cree-tbl tr .point {}
}

















/*++++++++++++++++++++++++++++++++++++
+
+　入試情報　学費・奨学金
+
+++++++++++++++++++++++++++++++++++++*/
.gkuhi-tbl {
	width: 100%;
	border: 1px solid #FBB03C;
	margin: 0px 0px 5px;
}
.gkuhi-tbl .thead th {
	border: 1px solid #FBB03C;
	background-color: #fee8c6;
	text-align: center;
	padding: 10px;
}
.gkuhi-tbl tr td {
	border: 1px solid #FBB03C;
	background-color: #fff;
	text-align: right;
	padding: 10px;
}
.gkuhi-tbl tr td.t-l {
	text-align: left;
}
.gkuhi-note {
	font-size: 12px;
	margin: 0px 0px 30px;
}
.gkuhi-tbl td:first-child {
	background: #fff7eb;
	text-align: center;
	vertical-align: middle;
}
.gkuhi-tbl2 {
	width: 100%;
	border: 1px solid #FBB03C;
	margin: 0px 0px 5px;
}
.gkuhi-tbl2 tr td {
	border: 1px solid #FBB03C;
	background-color: #fff;
	padding: 10px;
}
@media screen and (max-width: 640px) {
  .gkuhi-tbl {
    width: 100%;
    border-bottom: none;
  }
  .gkuhi-tbl .thead {
    display: none;
  }
  .gkuhi-tbl tr {
    width: 100%;
  }
  .gkuhi-tbl tr td {
    display: block;
    text-align: right;
    width: auto;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .gkuhi-tbl td:first-child {
    background: #FBB03C;
    font-weight: bold;
    text-align: center;
    border: none;
  }
  .gkuhi-tbl td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  .gkuhi-tbl2 {
	width: 100%;
	border-bottom: none;
	margin: 0px 0px 5px;
}
.gkuhi-tbl2 tr td {display: block;border-top: none;border-left: none;border-right: none;}
}








/*++++++++++++++++++++++++++++++++++++
+
+　学科紹介 保育学科 カリキュラム
+
+++++++++++++++++++++++++++++++++++++*/
.sec-hoiku-curr {
	background: repeating-linear-gradient(-45deg, #fff0ec 0, #fff0ec 10px, #ffeeea 10px, #ffeeea 20px);
	padding: 40px 0 100px;
	margin: 8px 0px 0px;
}
.sec-life-curr {
	background: repeating-linear-gradient(-45deg, #ecf4fa 0, #ecf4fa 10px, #eef5fb 10px, #eef5fb 20px);
	padding: 40px 0 100px;
	margin: 8px 0px 0px;
}
@media only screen and (max-width: 768px){
.sec-life-curr {
	padding: 40px 5% 100px;
}
}
.sec-hoiku-curr .innWrap , .sec-life-curr .innWrap {
	max-width: 1080px;
	margin: 0px auto;
	padding: 0 20px;
}
.sec-hoiku-curr .hoiku-curr-tbl {
	width: 100%;
	border: 2px solid #ef858c;
	margin: 0px 0px 20px;
	background: #FFF;
}
.sec-hoiku-curr .hoiku-curr-tbl .day {
	background: #fff9f8;
	text-align: center;
	font-weight: bold;
	width: 5%;
	padding: 15px 0px;
	border: 2px solid #ef858c;
}
.sec-hoiku-curr .hoiku-curr-tbl tr .time {
	border: 2px solid #ef858c;
	vertical-align: middle;
	padding: 5px 10px;
	line-height: 1.2;
	background: #fff1d6;
	width: 19%;
}
.sec-hoiku-curr .hoiku-curr-tbl td {
	line-height: 1.2;
	border: 2px solid #FF8397;
	vertical-align: middle;
	padding: 5px 10px;
}
.sec-hoiku-curr .hoiku-curr-tbl td:first-child {
  background: #fbf5f5;
}
.sec-hoiku-curr .hoiku-curr-ex {
	border: 2px solid #FFF;
	margin: 0 0 5px;
	background: #FFF;
}
.sec-hoiku-curr .hoiku-curr-ex:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-hoiku-curr .hoiku-curr-ex dt {
	width: 25%;
	float: left;
	padding: 5px 10px;
}
.sec-hoiku-curr .hoiku-curr-ex dd {
	width: 70%;
	float: right;
	background: #FFF;
	padding: 5px 10px 5px 0;
}
.sec-hoiku-curr .bg_yellow {
	background: #f9f7a2;
}
.sec-hoiku-curr .bg_orange1 {
	background: #f7baa7;
}
.sec-hoiku-curr .bg_orange2 {
	background: #fbc16f;
}
.sec-hoiku-curr .bg_pink {
	background: #ff9fb6;
}
.sec-hoiku-curr .bg_green1 {
	background: #a7d8d5;
}
.sec-hoiku-curr .bg_green2 {
	background: #d4e7b0;
}
.sec-hoiku-curr .bg_blue1 {
	background: #8bcff2;
}
.sec-hoiku-curr .bg_blue2 {
	background: #a2c4e9;
}
.sec-hoiku-curr .hoiku-curr-1st {
	margin: 0px 0px 65px;
}
.sec-hoiku-curr .hoiku-curr-2nd {
	margin: 0px 0px 100px;
}
h3.line-ttl {
	position: relative;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #ff8397;
	margin: 0px 0px 30px;
}
h3.line-ttl span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background: repeating-linear-gradient(-45deg, #fff0ec 0, #fff0ec 10px, #ffeeea 10px, #ffeeea 20px);
	text-align: left;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
h3.line-ttl::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ff8397;
}
.sec-hoiku-curr .sec-naritai .text {
	margin: 0px 0px 50px;
}
.sec-hoiku-curr .sec-naritai .naritai-img {
	margin: 0px 0px 95px;
}
.sec-hoiku-curr .sec-naritai .naritai-img:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-hoiku-curr .sec-naritai .naritai-img .photo {
	width: 21.296%;
	float: left;
	margin: 0px 4.5% 30px 0px;
}
.sec-hoiku-curr .sec-naritai .naritai-img .photo:nth-child(4n) {
	margin: 0px 0 30px 0px;
}
.sec-hoiku-curr .sec-naritai .naritai-img .photo .img {
	margin: 0px 0px 5px;
}
.sec-hoiku-curr .sec-naritai .naritai-img .photo .sst {
	font-size: 15px;
	font-weight: bold;
}
.sec-hoiku-curr .sec-naritai .naritai-kamoku {
	margin: 0 0 95px;
}
.sec-hoiku-curr .sec-naritai .naritai-kamoku:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-hoiku-curr .sec-naritai .naritai-kamoku .kamoku {
	float: left;
	width: 30.555%;
	margin: 0px 4% 0px 0px;
}
.sec-hoiku-curr .sec-naritai .naritai-kamoku .kamoku:nth-child(3) {
	margin: 0px;
}
.sec-hoiku-curr .sec-naritai .naritai-kamoku .kamoku .sttl {
	font-size: 18px;
	font-weight: bold;
	color: #ef858c;
	margin: 0px 0px 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-hoiku-curr .sec-naritai .naritai-kamoku .kamoku .img {
	margin: 0px 0px 15px;
}
.sec-hoiku-curr .sec-train .intro {
	margin: 0px 0px 40px;
}
.sec-hoiku-curr .sec-train .intro:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-hoiku-curr .sec-train .intro .txt {
	float: left;
	width: 65%;
}
.sec-hoiku-curr .sec-train .intro .img {
	float: right;
	width: 33%;
}
.sec-hoiku-curr .sec-train .shce {
	border: 2px solid #ff9ba2;
	background: #FFF;
	margin: 0px 0px 60px;
}
.sec-hoiku-curr .sec-train .shce .ttl {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	line-height: 58px;
	background: #ff9ba2;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-hoiku-curr .sec-train .shce .inn {

	margin: 0px 3%;
	padding: 20px 0px;
}
.sec-hoiku-curr .sec-train .shce .inn .flow {
	margin: 0px 0px 25px;
}
.sec-hoiku-curr .sec-train .shce .inn .jissyu {
	margin: 0;
	text-align: center;
}
.sec-hoiku-curr .sec-train .shce .inn .jissyu .jissyu1 {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin: 0px 2%;
	text-align: left;
}
.sec-hoiku-curr .sec-train .shce .inn .jissyu .sst {
	font-weight: bold;
	color: #FF9BA2;
	font-size: 16px;
	margin: 0px 0px 5px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-hoiku-curr .sec-train table {
	width: 100%;
	border: 2px solid #FF9BA2;
	background: #FFF;
}
.sec-hoiku-curr .sec-train table tr th {
	padding: 10px;
	width: 20%;
	border: 2px solid #FF9BA2;
	background: #fff9f8;
}
.sec-hoiku-curr .sec-train table tr td {
	border: 2px solid #FF9BA2;
	padding: 10px;
}
.sec-hoiku-curr .sec-train table tr td ul.h_tani li {
	float: left;
}
.sec-hoiku-curr .sec-train table tr td ul.h_tani:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-hoiku-curr .sec-train table tr td ul.h_tani li:after {
  content: "、";
}
.sec-hoiku-curr .sec-train table tr td ul.h_tani li:last-child:after {
  content: "";
}
.sec-crr-innWrap {
	margin: 0px auto;
	max-width: 1080px;
	padding: 60px 0px;
}
.sec-crr-innWrap .text {
	margin: 0px 0px 20px;
}
.sec-crr-innWrap .btn {
	width: 320px;
	line-height: 60px;
	margin: 0px 0px 60px;
}
.sec-crr-innWrap .btn a {
	background: #ef858c;
	display: block;
	font-size: 17px;
	color: #FFF;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.sec-crr-innWrap .btn a:before{
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 10px;
	font-size: 25px;
	color: #fff;
	float:right;
	line-height: 60px;
}
.sec-crr-innWrap .hoiku-tani-tbl {
	width: 100%;
	border: 2px solid #ef858c;
	margin: 0px 0px 60px;
	background: #FFF;
}
.sec-crr-innWrap .hoiku-tani-tbl .kamoku {
	background: #fff9f8;
	text-align: center;
	font-weight: bold;
	width: 5%;
	padding: 15px 0px;
	border: 2px solid #ef858c;
}
.sec-crr-innWrap .hoiku-tani-tbl tr .shikaku {
	border: 2px solid #ef858c;
	vertical-align: middle;
	padding: 5px 10px;
	line-height: 1.2;
	background: #fff1d6;
	width: 10%;
	text-align: center;
}
.sec-crr-innWrap .hoiku-tani-tbl td {
	line-height: 1.2;
	border: 2px solid #FF8397;
	vertical-align: middle;
	padding: 5px 10px;
}
.sec-crr-innWrap .hoiku-tani-tbl td:first-child {
  background: #fbf5f5;
}
.sec-crr-innWrap .note {
	text-align: right;
	margin: 0px 0px 10px;
}
@media screen and (max-width: 768px) {
.sec-hoiku-curr {
	padding: 20px 0 50px;
	margin: 0;
}
.sec-hoiku-curr .innWrap {
	margin: 0px 5%;
	padding: 0;
}
.sec-life-curr .innWrap {
	padding: 0;
}
  .sec-hoiku-curr .hoiku-curr-tbl {
  border: none;
  }
  .sec-hoiku-curr .hoiku-curr-tbl .thead {
    display: none;
  }
  .sec-hoiku-curr .hoiku-curr-tbl tr {
  }
  .sec-hoiku-curr .hoiku-curr-tbl td {
    display: block;
    text-align: right;
    width: auto;
    border-top: none;
    border-right: 2px solid #FF8397;
    border-bottom: 2px solid #FF8397;
    border-left: 2px solid #FF8397;
  }
  .sec-hoiku-curr .hoiku-curr-tbl td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .sec-hoiku-curr .hoiku-curr-tbl td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
.sec-hoiku-curr .hoiku-curr-tbl .day {
	display:block;
	width: auto;
	padding: 10px 0px;
}
.sec-hoiku-curr .hoiku-curr-ex {
	border: 2px solid #FFF;
	margin: 0 0 5px;
	background: #FFF;
}
.sec-hoiku-curr .hoiku-curr-ex:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-hoiku-curr .hoiku-curr-ex dt {
	width: auto;
	float: none;
}
.sec-hoiku-curr .hoiku-curr-ex dd {
	width: auto;
	float: none;
	padding: 5px 10px;
}
.sec-hoiku-curr .bg_yellow {
	background: #f9f7a2;
}
.sec-hoiku-curr .bg_orange1 {
	background: #f7baa7;
}
.sec-hoiku-curr .bg_orange2 {
	background: #fbc16f;
}
.sec-hoiku-curr .bg_pink {
	background: #ff9fb6;
}
.sec-hoiku-curr .bg_green1 {
	background: #a7d8d5;
}
.sec-hoiku-curr .bg_green2 {
	background: #d4e7b0;
}
.sec-hoiku-curr .bg_blue1 {
	background: #8bcff2;
}
.sec-hoiku-curr .bg_blue2 {
	background: #a2c4e9;
}
.sec-hoiku-curr .hoiku-curr-1st {
	margin: 0px 0px 35px;
}
.sec-hoiku-curr .hoiku-curr-2nd {
	margin: 0px 0px 100px;
}
h3.line-ttl {
	font-size: 2rem;
	margin: 0px 0px 15px;
}
h3.line-ttl span {
	margin: 0 1.5em;
	padding: 0 10px;
	text-align: center;
}
h3.line-ttl::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ff8397;
}
.sec-hoiku-curr .sec-naritai .text {
	margin: 0px 0px 25px;
}
.sec-hoiku-curr .sec-naritai .naritai-img {
	margin: 0px 0px 40px;
}
.sec-hoiku-curr .sec-naritai .naritai-img:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-hoiku-curr .sec-naritai .naritai-img .photo {
	width: 48%;
	margin: 0px 0px 10px 0px;
}
.sec-hoiku-curr .sec-naritai .naritai-img .photo:nth-child(even) {
	float: right;
}
.sec-hoiku-curr .sec-naritai .naritai-img .photo:nth-child(4n) {
	margin: 0px 0 10px 0px;
}
.sec-hoiku-curr .sec-naritai .naritai-img .photo .img {
    text-align: center;
}
.sec-hoiku-curr .sec-naritai .naritai-img .photo .sst {
	font-size: 1.4rem;
}
.sec-hoiku-curr .sec-naritai .naritai-kamoku {
	margin: 0 0 20px;
}
.sec-hoiku-curr .sec-naritai .naritai-kamoku:after {}
.sec-hoiku-curr .sec-naritai .naritai-kamoku .kamoku {
	width: 48%;
	margin: 0px 0 10px;
}
.sec-hoiku-curr .sec-naritai .naritai-kamoku .kamoku:nth-child(even) {
	float: right;
}
.sec-hoiku-curr .sec-naritai .naritai-kamoku .kamoku:nth-child(3) {
	margin: 0px;
}
.sec-hoiku-curr .sec-naritai .naritai-kamoku .kamoku .sttl {
	font-size: 1.6rem;
	margin: 0px 0px 5px;
}
.sec-hoiku-curr .sec-naritai .naritai-kamoku .kamoku .img {
	margin: 0px 0px 10px;
}
.sec-hoiku-curr .sec-train .intro {
	margin: 0px 0px 20px;
}
.sec-hoiku-curr .sec-train .intro:after {}
.sec-hoiku-curr .sec-train .intro .txt {
	float: none;
	width: auto;
	margin: 0 0 10px;
}
.sec-hoiku-curr .sec-train .intro .img {
	float: none;
	width: auto;
}
.sec-hoiku-curr .sec-train .shce {
	margin: 0px 0px 30px;
}
.sec-hoiku-curr .sec-train .shce .ttl {
	font-size: 1.8rem;
	line-height: 48px;
}
.sec-hoiku-curr .sec-train .shce .inn {
	padding: 15px 0px;
}
.sec-hoiku-curr .sec-train .shce .inn .flow {
	margin: 0px 0px 15px;
}
.sec-hoiku-curr .sec-train .shce .inn .jissyu {
}
.sec-hoiku-curr .sec-train .shce .inn .jissyu .jissyu1 {
	display: block;
	width: auto;
	margin: 0px 2% 10px;
}
.sec-hoiku-curr .sec-train .shce .inn .jissyu .sst {}
.sec-hoiku-curr .sec-train table {}
.sec-hoiku-curr .sec-train table tr th {
	padding: 10px;
	width: auto;
	display: block;
	border:none;
}
.sec-hoiku-curr .sec-train table tr td {
	padding: 10px;
	width: auto;
	display: block;
	border:none;
}
.sec-crr-innWrap {
	margin: 0px 5%;
	padding: 30px 0px;
}
.sec-crr-innWrap .text {
	margin: 0px 0px 10px;
}
.sec-crr-innWrap .btn {
	width: auto;
	line-height: 48px;
	margin: 0px 0px 30px;
}
.sec-crr-innWrap .btn a {
	font-size: 1.4rem;
}
.sec-crr-innWrap .btn a:before{
	line-height: 48px;
}
.sec-crr-innWrap .hoiku-tani-tbl {
	width: 100%;
	border: 2px solid #ef858c;
	margin: 0px 0px 60px;
	background: #FFF;
}
.sec-crr-innWrap .hoiku-tani-tbl .day {
	background: #fff9f8;
	text-align: center;
	font-weight: bold;
	width: 5%;
	padding: 15px 0px;
	border: 2px solid #ef858c;
}
.sec-crr-innWrap .hoiku-tani-tbl tr .time {
	border: 2px solid #ef858c;
	vertical-align: middle;
	padding: 5px 10px;
	line-height: 1.2;
	background: #fff1d6;
	width: 19%;
}
.sec-crr-innWrap .hoiku-tani-tbl td {
	line-height: 1.2;
	border: 2px solid #FF8397;
	vertical-align: middle;
	padding: 5px 10px;
}
.sec-crr-innWrap .hoiku-tani-tbl td:first-child {
  background: #fbf5f5;
}
.sec-crr-innWrap .note {
	text-align: right;
	margin: 0px 0px 10px;
}


.sec-crr-innWrap .hoiku-tani-tbl {
  border: none;
  }
.sec-crr-innWrap .hoiku-tani-tbl .thead {
    display: none;
  }
.sec-crr-innWrap .hoiku-tani-tbl tr {
  }
.sec-crr-innWrap .hoiku-tani-tbl td {
    display: block;
    text-align: right;
    width: auto;
    border-top: none;
    border-right: 2px solid #FF8397;
    border-bottom: 2px solid #FF8397;
    border-left: 2px solid #FF8397;
  }
.sec-crr-innWrap .hoiku-tani-tbl td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
.sec-crr-innWrap .hoiku-tani-tbl td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
.sec-crr-innWrap .hoiku-tani-tbl .kamoku {
	display:block;
	width: auto;
	padding: 10px 0px;
}

}








/*++++++++++++++++++++++++++++++++++++
+
+　学科紹介 教員紹介
+
+++++++++++++++++++++++++++++++++++++*/

.sec-teac .box {
	background: #FFF;
	float: left;
	width: 45%;
	padding: 2%;
	margin: 0 0 40px;
}
.sec-teac .box:nth-child(even) {
	float:right;
}

.sec-teac .box .name {
	font-size: 1.7rem;
	margin: 0px 0px 5px;
}
.sec-teac .box .txt {
	margin: 0px 0px 10px;
}
.sec-teac .box .txt.hoiku {
	color: #FF8397;
}
.sec-teac .box .txt.life {
	color: #4694d0;
}
.sec-teac .box .btn {
	line-height: 40px;
	max-width: 33%;
	width: 100%;
	float: left;
}
.sec-teac .box .btn a {
	display: block;
	color: #FFF;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.sec-teac .box .btn.hoiku a {
	background: #ef858c;
}
.sec-teac .box .btn.life a {
	background: #4694d0;
}
.sec-teac .box .btn a:before{
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 10px;
	font-size: 1.8rem;
	color: #fff;
	float:right;
	line-height: 40px;
}
@media screen and (max-width: 768px) {
.sec-teac .box {
	float: none;
	width: auto;
	padding: 10px;
	margin: 0 0 10px;
}
.sec-teac .box:nth-child(even) {
	float: none;
}

.sec-teac .box .name {
	font-size: 1.6rem;
}
.sec-teac .box .txt {
	margin: 0px 0px 5px;
}
.sec-teac .box .btn {
	line-height: 35px;
	width: auto;
	float: none;
	max-width: 100%;
}
.sec-teac .box .btn a {
	padding: 0 0 0 5px;
}
.sec-teac .box .btn a:before{
	margin: 0 5px;
	font-size: 1.5rem;
	line-height: 35px;
}
}






/*++++++++++++++++++++++++++++++++++++
+
+　学科紹介 ライフデザイン学科カリキュラム
+
+++++++++++++++++++++++++++++++++++++*/
.life-read {
	margin: 0px auto 60px;
	max-width: 1080px;
	padding: 0 20px;
}
.life-read:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

.life-read .img {
	width: 43.518%;
	float: right;
	margin: 0 0 2% 3%;
}
.sec-life-basic {
	margin: 0px auto 60px;
	max-width: 1080px;
	background:repeating-linear-gradient(-45deg, #ecf4fa 0, #ecf4fa 10px, #eef5fb 10px, #eef5fb 30px);
}
.sec-life-basic .innWrap {
	margin: 0px 5%;
	padding: 30px 0px 50px;
}
.sec-life-basic .innWrap .ttl {
	font-size: 3rem;
	color: #4694d0;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 2px solid #4694d0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-life-basic .innWrap .intro {
	margin: 0px 0px 30px;
}
.sec-life-basic .innWrap .intro .copy {
	font-weight: bold;
	color: #4694d0;
	font-size: 1.8rem;
	margin: 0px 0px 15px;
}
.sec-life-basic .innWrap .crr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-life-basic .innWrap .crr .box {
	width: 38.3%;
	background: #FFF;
	border: 2px solid #4694d0;
	padding: 15px;
	vertical-align: middle;
	display: inline-block;
	text-align: left;
}
.sec-life-basic .innWrap .crr .box .st {
	font-size: 1.8rem;
	font-weight: bold;
	color: #4694d0;
	margin: 0px 0px 5px;
}
.sec-life-basic .innWrap .crr .kakeru {
	font-size: 6rem;
	font-weight: bold;
	color: #4694d0;
	margin: 0 2%;
	display: inline-block;
	vertical-align: middle;
}
.sec-life-basic .innWrap .crr {
	margin: 0px 0px 30px;
	text-align: center;
}
.sec-life-basic .innWrap .tbl1 {
	width: 100%;
	border: 2px solid #4694d0;
	margin: 0px 0px 30px;
}
.sec-life-basic .innWrap .tbl1:last-child {
	margin: 0px;
}
.sec-life-basic .innWrap .tbl1 tr th {
	color: #4694d0;
	font-size: 1.8rem;
	font-weight: bold;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	background: #ecf4fa;
}
.sec-life-basic .innWrap .tbl1 tr td {
	background: #FFF;
	padding: 20px;
}
.sec-life-basic .innWrap .tbl1 tr td ul {
	float: left;
	margin: 0px 60px 0px 0px;
}
.sec-life-basic .innWrap .tbl1 tr td ul:last-child {
	margin: 0px;
}
.sec-life-basic .innWrap .tbl1 tr td ul li:first-letter{
	color: #4694d0;
}
.sec-life-basic .innWrap .tbl1 tr td .btn {
	float: left;
	width: 40%;
	margin: 0px 10px 10px 0px;
	font-weight: bold;
	color: #FFF;
	font-size: 1.6rem;
	background: #4694d0;
	display: block;
	line-height: 1.5;
	padding: 15px 2%;
}
.sec-life-basic .innWrap .tbl1 tr td p {
	font-weight: bold;
	color: #4794D0;
	line-height: 50px;
	float: left;
}
.sec-life-basic .innWrap .tbl1 tr td .btn:nth-last-child(-n+3) {
	margin: 0px 10px 0px 0px;
}

/***/
.sec-life-advance {
	margin: 0px auto 60px;
	max-width: 1080px;
	background:repeating-linear-gradient(-45deg, #edf8f0 0, #edf8f0 10px, #ebf7ef 10px, #ebf7ef 30px);
}
.sec-life-advance .innWrap {
	margin: 0px 5%;
	padding: 30px 0px 50px;
}
.sec-life-advance .innWrap .ttl {
	font-size: 3rem;
	color: #39ae5f;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 2px solid #39ae5f;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-life-advance .innWrap .intro {
	margin: 0px 0px 30px;
}
.sec-life-advance .innWrap .intro .copy {
	font-weight: bold;
	color: #39ae5f;
	font-size: 1.8rem;
	margin: 0px 0px 15px;
}
.sec-life-advance .innWrap .tbl1 {
	width: 100%;
	border: 2px solid #39ae5f;
	margin: 0px 0px 30px;
}
.sec-life-advance .innWrap .tbl1:last-child {
	margin: 0px;
}
.sec-life-advance .innWrap .tbl1 tr th {
	color: #39ae5f;
	font-size: 1.8rem;
	font-weight: bold;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	background: #e8f8ed;
}
.sec-life-advance .innWrap .tbl1 tr td {
	background: #FFF;
	padding: 20px;
}
.sec-life-advance .innWrap .tbl1 tr td ul {
	float: left;
	margin: 0px 60px 0px 0px;
}
.sec-life-advance .innWrap .tbl1 tr td ul:last-child {
	margin: 0px;
}
.sec-life-advance .innWrap .tbl1 tr td ul li:first-letter{
	color: #39ae5f;
}
.sec-life-advance .innWrap .tbl1 tr td .btn {
	float: left;
	width: 40%;
	margin: 0px 10px 10px 0px;
	font-weight: bold;
	color: #FFF;
	font-size: 1.6rem;
	background: #39ae5f;
	display: block;
	line-height: 1.5;
	padding: 15px 2%;
}
.sec-life-advance .innWrap .tbl1 tr td p {
	font-weight: bold;
	color: #39AE5F;
	line-height: 50px;
	float: left;
}
.sec-life-advance .innWrap .tbl1 tr td .btn:nth-last-child(-n+3) {
	margin: 0px 10px 0px 0px;
}
.sec-life-advance .innWrap .text-center {
	text-align: center;
	margin: 0px 0px 50px;
	font-size: 1.8rem;
	font-weight: bold;
}


.sec-area {
	margin: 0 0 30px;
	background: #FFF;
}
.sec-area.it {
	border: 2px solid #4694d0;
}
.sec-area.busi {
	border: 2px solid #c286b9;
}
.sec-area.fash {
	border: 2px solid #ed7994;
}
.sec-area.med {
	border: 2px solid #79C12F;
}
.sec-area.eat {
	border: 2px solid #f18e0e;
}
.sec-area.heart {
	border: 2px solid #C19B37;
}
.sec-area.pfo {
	border: 2px solid #4CBCB5;
}







.sec-area .ttl-read {
	margin: 0 0 40px;
}
.sec-area .ttl-read:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-area .inn {
	margin: 0px auto;
	max-width: 920px;
	padding: 0px 20px 45px;
}
.sec-area .inn .ttl-read .cate-st {
	float: left;
	width: 21.276%;
	position: relative;
	height: 145px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #FFF;
	border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
}
.sec-area.it .inn .ttl-read .cate-st {
	background:#4694d0;
}
.sec-area.busi .inn .ttl-read .cate-st {
	background:#c286b9;
}
.sec-area.fash .inn .ttl-read .cate-st {
	background: #ed7994;
}
.sec-area.med .inn .ttl-read .cate-st {
	background: #79C12F;
}
.sec-area.eat .inn .ttl-read .cate-st {
	background: #f18e0e;
}
.sec-area.heart .inn .ttl-read .cate-st {
	background: #C19B37;
}
.sec-area.pfo .inn .ttl-read .cate-st {
	background: #4CBCB5;
}






.sec-area .inn .ttl-read .cate-st p {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.sec-area .ttl-read .text {
	float: right;
	width: 74%;
	padding: 35px 0px 0px;
	font-size: 1.3rem;
	line-height: 1.5;
}
.sec-area .inn .ttl-read .text .copy {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px 0px 15px;
}
.sec-area.it .inn .ttl-read .text .copy {
	color:#4694d0;
}
.sec-area.busi .inn .ttl-read .text .copy {
	color: #C286B9;
}
.sec-area.fash .inn .ttl-read .text .copy {
	color: #ed7994;
}
.sec-area.med .inn .ttl-read .text .copy {
	color: #79C12F;
}
.sec-area.eat .inn .ttl-read .text .copy {
	color: #f18e0e;
}
.sec-area.heart .inn .ttl-read .text .copy {
	color: #C19B37;
}
.sec-area.pfo .inn .ttl-read .text .copy {
	color: #4CBCB5;
}





.sec-area .tbl {
	width: 100%;
	margin: 0px 0px 45px;
}
.sec-area.it .tbl {
	border-top: 2px solid #4794D0;
	border-bottom: 2px solid #4794D0;
}
.sec-area.busi .tbl {
	border-top: 2px solid #c286b9;
	border-bottom: 2px solid #c286b9;
}
.sec-area.fash .tbl {
	border-top: 2px solid #ed7994;
	border-bottom: 2px solid #ed7994;
}
.sec-area.med .tbl {
	border-top: 2px solid #79C12F;
	border-bottom: 2px solid #79C12F;
}
.sec-area.eat .tbl {
	border-top: 2px solid #f18e0e;
	border-bottom: 2px solid #f18e0e;
}
.sec-area.heart .tbl {
	border-top: 2px solid #C19B37;
	border-bottom: 2px solid #C19B37;
}
.sec-area.pfo .tbl {
	border-top: 2px solid #4CBCB5;
	border-bottom: 2px solid #4CBCB5;
}





.sec-area .tbl:last-child {
	margin: 0px;
}
.sec-area .tbl tr th {
	font-size: 1.8rem;
	font-weight: bold;
	width: 20%;
	text-align: center;
	vertical-align: middle;
}
.sec-area.it .tbl tr th {
	color: #4794D0;
	background: #ecf4fa;
}
.sec-area.busi .tbl tr th {
	color: #c286b9;
	background: #f8edf6;
}
.sec-area.fash .tbl tr th {
	color: #ed7994;
	background: #fff5f7;
}
.sec-area.med .tbl tr th {
	color: #79C12F;
	background: #eaf9db;
	border-top: 2px solid #79C12F;
	border-bottom: 2px solid #79C12F;
}
.sec-area.eat .tbl tr th {
	color: #f18e0e;
	background: #fef3e7;
	border-top: 2px solid #f18e0e;
	border-bottom: 2px solid #f18e0e;
}
.sec-area.heart .tbl tr th {
	color: #C19B37;
	background: #fff9e8;
	border-top: 2px solid #C19B37;
	border-bottom: 2px solid #C19B37;
}
.sec-area.pfo .tbl tr th {
	color: #4CBCB5;
	background: #e0fdfb;
	border-top: 2px solid #4CBCB5;
	border-bottom: 2px solid #4CBCB5;
}





.sec-area .tbl tr td {
	background: #FFF;
	padding: 20px;
}
.sec-area.med .tbl tr td {
	border-top: 2px solid #79C12F;
	border-bottom: 2px solid #79C12F;
}
.sec-area.eat .tbl tr td {
	border-top: 2px solid #f18e0e;
	border-bottom: 2px solid #f18e0e;
}
.sec-area.heart .tbl tr td {
	border-top: 2px solid #C19B37;
	border-bottom: 2px solid #C19B37;
}
.sec-area.pfo .tbl tr td {
	border-top: 2px solid #4CBCB5;
	border-bottom: 2px solid #4CBCB5;
}


.sec-area .tbl tr td ul {
	float: left;
	margin: 0px 30px 0px 0px;
}

.sec-area .tbl tr td ul:last-child {
	margin: 0px;
}
.sec-area.fash .tbl tr td ul:nth-child(2) {
	margin: 0px;
}
.sec-area.it .tbl tr td ul li:first-letter{
	color: #4794D0;
}
.sec-area.busi .tbl tr td ul li:first-letter{
	color: #c286b9;
}
.sec-area.fash .tbl tr td ul li:first-letter{
	color: #ed7994;
}
.sec-area.med .tbl tr td ul li:first-letter{
	color: #79C12F;
}
.sec-area.eat .tbl tr td ul li:first-letter{
	color: #f18e0e;
}
.sec-area.heart .tbl tr td ul li:first-letter{
	color: #C19B37;
}
.sec-area.pfo .tbl tr td ul li:first-letter{
	color: #4CBCB5;
}
.eat .tbl tr td ul {
    margin: 0px 10px 0px 0px;
}






.sec-area .inn .etc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-area .inn .etc .img {
	float: right;
	margin: 0 0 0 2%;
	width: 28%;
}
.sec-area .inn .etc .copy {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.sec-area.it .inn .etc .copy {
	color:#4694d0;
}
.sec-area.busi .inn .etc .copy {
	color:#c286b9;
}
.sec-area.fash .inn .etc .copy {
	color: #ed7994;
}
.sec-area.med .inn .etc .copy {
	color: #79C12F;
}
.sec-area.eat .inn .etc .copy {
	color: #f18e0e;
}
.sec-area.heart .inn .etc .copy {
	color: #C19B37;
}
.sec-area.pfo .inn .etc .copy {
	color: #4CBCB5;
}


.sec-area .inn .etc.b {
	background: #FFF4E3;
	padding: 2%;
	margin-top: 30px;
}




.sec-area .inn .tbl tr td .img {
	float: right;
	width: 33%;
}


/***/
.sec-life-focus {
	margin: 0px auto 60px;
	max-width: 1080px;
	background:repeating-linear-gradient(-45deg, #fef7f1 0, #fef7f1 10px, #fef6ef 10px, #fef6ef 30px);
}
.sec-life-focus .innWrap {
	margin: 0px 5%;
	padding: 30px 0px 50px;
}
.sec-life-focus .innWrap .ttl {
	font-size: 3rem;
	color: #d96029;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 2px solid #d96029;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sec-life-focus .innWrap .intro {
	margin: 0px 0px 30px;
}
.sec-life-focus .innWrap .intro .copy {
	font-weight: bold;
	color: #d96029;
	font-size: 1.8rem;
	margin: 0px 0px 15px;
}
.sec-life-focus .innWrap .text-center {
	text-align: center;
	margin: 0px 0px 50px;
	font-size: 1.8rem;
	font-weight: bold;
}
.sec-area .inn .tbl tr td .shikaku {
	margin: 0 0 30px;
}
.sec-area .inn .tbl tr td .shikaku:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-area .inn .tbl tr td .shikaku .shikaku1 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
	line-height: 1.5;
	margin: 0px 10px 10px 0px;
	padding: 15px 2%;
	float: left;
	width: 44%;
}
.sec-area.med .inn .tbl tr td .shikaku .shikaku1 {
	background: #79C12F;
}
.sec-area.eat .inn .tbl tr td .shikaku .shikaku1 {
	background: #F18E0C;
}
.sec-area.pfo .inn .tbl tr td .shikaku .shikaku1 {
	background: #4CBCB5;
}




.sec-area .inn .tbl tr td .shikaku .shikaku2 {
	font-size: 1.6rem;
	font-weight: bold;
	background: #fff;
	line-height: 1.5;
	margin: 0px 10px 10px 0px;
	padding: 13px 2%;
	float: left;
	width: 44%;
}
.sec-area.med .inn .tbl tr td .shikaku .shikaku2 {
	color: #79C12F;
	border: 2px solid #79C12F;
}
.sec-area.eat .inn .tbl tr td .shikaku .shikaku2 {
	color: #F18E0C;
	border: 2px solid #F18E0C;
}
.sec-area.heart .inn .tbl tr td .shikaku .shikaku2 {
	color: #C19B37;
	border: 2px solid #C19B37;
}
.sec-area.pfo .inn .tbl tr td .shikaku .shikaku2 {
	color: #4CBCB5;
	border: 2px solid #4CBCB5;
}




.sec-area .inn .tbl tr td .shikaku .shikaku1.etc {
	line-height: 50px;
	width: 40%;
	background: #FFF;
	padding: 0px;
}
.sec-area.med .inn .tbl tr td .shikaku .shikaku1.etc {
	color: #79C12F;
}
.sec-area.eat .inn .tbl tr td .shikaku .shikaku1.etc {
	color: #D9612B;
}
.sec-area.pfo .inn .tbl tr td .shikaku .shikaku1.etc {
	color: #4CBCB5;
}




.sec-area .inn .tbl tr td .shikaku .st {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0px 0px 15px;
}
.sec-area.med .inn .tbl tr td .shikaku .st {
	color: #79C12F;
}
.sec-area.eat .inn .tbl tr td .shikaku .st {
	color: #F18E0C;
}
.sec-area.heart .inn .tbl tr td .shikaku .st {
	color: #C19B37;
}
.sec-area.pfo .inn .tbl tr td .shikaku .st {
	color: #4CBCB5;
}





.sec-area.eat .inn .etc .img {
	margin-top: 0px;
}
.sec-area.heart .inn .dance {
	border: 2px solid #D3C603;
	padding: 25px;
	margin: 30px 0px 0px;
}
.sec-area.heart .inn .dance .copy {
	font-size: 1.6rem;
	font-weight: bold;
	color: #D3C603;
	margin: 0px 0px 10px;
}
.sec-area.pfo .inn .dance {
	border: 2px solid #4CBCB5;
	padding: 25px;
	margin: 30px 0px 0px;
}
.sec-area.pfo .inn .dance .img {
	float: right;
	width: 25%;
	margin: 0px 0px 0px 2%;
}
.sec-area.pfo .inn .dance .copy {
	font-size: 1.6rem;
	font-weight: bold;
	color: #4CBCB5;
	margin: 0px 0px 10px;
}



.sec-area .mv {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
.sec-area .mv iframe , .sec-area .mv video{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.sec-area .inn .mv_text {
	margin-bottom: 50px;
}





.sec-life-spe-field {
	margin: 0px auto 60px;
	max-width: 1080px;
	background:repeating-linear-gradient(-45deg, #fdf3f5 0, #fdf3f5 10px, #fdf1f4 10px, #fdf1f4 30px);
}
.sec-life-spe-field .innWrap {
	margin: 0px 5%;
	padding: 30px 0px 50px;
}
.sec-life-spe-field .innWrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-life-spe-field .innWrap .ttl {
	font-size: 2rem;
	margin-bottom: 15px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	text-align: center;
}
.sec-life-spe-field .innWrap .img {
	float: right;
	width: 20%;
	margin: 0px 0px 0px 2%;
}

@media screen and (max-width: 768px) {


	.sec-area .inn .etc.b {
	background: #FFF4E3;
	padding: 4%;
	margin-top: 30px;
}




.life-read {
	margin: 0px 5% 30px;
}
.life-read:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

.life-read .img {
	width: 48%;
	margin: 0 0 3% 3%;
}
.sec-life-basic {
	margin: 0px auto 30px;
}
.sec-life-basic .innWrap {
	padding: 15px 0px 25px;
}
.sec-life-basic .innWrap .ttl {
	font-size: 2rem;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sec-life-basic .innWrap .intro {
	margin: 0px 0px 15px;
}
.sec-life-basic .innWrap .intro .copy {
	font-size: 1.6rem;
	margin: 0px 0px 10px;
}
.sec-life-basic .innWrap .crr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-life-basic .innWrap .crr .box {
	width: auto;
	padding: 10px;
	float: none;
	margin: 0 0 10px;
}
.sec-life-basic .innWrap .crr .box .st {
	font-size: 1.6rem;
}
.sec-life-basic .innWrap .crr .kakeru {
	font-size: 4rem;
	float: none;
	margin: 0px 5% 15px;
	text-align: center;
}
.sec-life-basic .innWrap .crr {
	margin: 0px 0px 15px;
}
.sec-life-basic .innWrap .tbl1 {
	margin: 0px 0px 15px;
}
.sec-life-basic .innWrap .tbl1:last-child {
	margin: 0px;
}
.sec-life-basic .innWrap .tbl1 tr th {
	font-size: 1.6rem;
	width: auto;
	display: block;
	padding: 20px 0;
}
.sec-life-basic .innWrap .tbl1 tr td {
	padding: 10px;
	display: block;
}
.sec-life-basic .innWrap .tbl1 tr td ul {
	float: none;
	margin: 0;
}
.sec-life-basic .innWrap .tbl1 tr td ul:last-child {
	margin: 0px;
}
.sec-life-basic .innWrap .tbl1 tr td ul li:first-letter{
}
.sec-life-basic .innWrap .tbl1 tr td .btn {
	float: none;
	width: auto;
	margin: 0px 0px 5px 0px;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 5px 5%;
}
.sec-life-basic .innWrap .tbl1 tr td p {
	line-height: 1.5;
	float: none;
}
.sec-life-basic .innWrap .tbl1 tr td .btn:nth-last-child(-n+3) {
	margin: 0px 0px 5px 0px;
}

/***/
.sec-life-advance {
	margin: 0px auto 30px;
}
.sec-life-advance .innWrap {
	padding: 15px 0px 25px;
}
.sec-life-advance .innWrap .ttl {
	font-size: 2rem;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sec-life-advance .innWrap .intro {
	margin: 0px 0px 15px;
}
.sec-life-advance .innWrap .intro .copy {
	font-size: 1.6rem;
	margin: 0px 0px 10px;
}
.sec-life-advance .innWrap .tbl1 {margin: 0 0 15px;}
.sec-life-advance .innWrap .tbl1:last-child {
	margin: 0px;
}
.sec-life-advance .innWrap .tbl1 tr th {
	font-size: 1.6rem;
	width: auto;
	display: block;
	padding: 20px 0;
}
.sec-life-advance .innWrap .tbl1 tr td {
	padding: 10px;
	display: block;
}
.sec-life-advance .innWrap .tbl1 tr td ul {
	float: none;
	margin: 0;
}
.sec-life-advance .innWrap .tbl1 tr td ul:last-child {
	margin: 0px;
}
.sec-life-advance .innWrap .tbl1 tr td ul li:first-letter{
	color: #39ae5f;
}
.sec-life-advance .innWrap .tbl1 tr td .btn {
	float: none;
	width: auto;
	margin: 0px 0px 5px 0px;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 5px 5%;
}
.sec-life-advance .innWrap .tbl1 tr td p {
	line-height: 1.5;
	float: none;
}
.sec-life-advance .innWrap .tbl1 tr td .btn:nth-last-child(-n+3) {
	margin: 0px 0px 5px 0px;
}
.sec-life-advance .innWrap .text-center {
	margin: 0px 0px 25px;
	font-size: 1.6rem;
}


.sec-area {
	margin: 0 0 15px;
}







.sec-area .ttl-read {
	margin: 0 0 20px;
}
.sec-area .ttl-read:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-area .inn {
	margin: 0px 3%;
	padding: 0px 0px 10px;
}
.sec-area .inn .ttl-read .cate-st {
	float: none;
	width: auto;
	height: 70px;
	font-size: 1.8rem;
}







.sec-area .inn .ttl-read .cate-st p {
}
.sec-area .ttl-read .text {
	float: none;
	width: auto;
	padding: 10px 0px 0px;
}
.sec-area .inn .ttl-read .text .copy {
	font-size: 1.6rem;
	margin: 0px 0px 10px;
}






.sec-area .tbl {
	margin: 0px 0px 25px;
}
.sec-area.it .tbl {
}

.sec-area.med .tbl {
	border-bottom: none;
}
.sec-area.eat .tbl {
	border-bottom: none;
}
.sec-area.heart .tbl {
	border-bottom: none;
}
.sec-area.pfo .tbl {
	border-bottom: none;
}





.sec-area .tbl:last-child {
	margin: 0px;
}
.sec-area .tbl tr th {
	font-size: 1.6rem;
	width: auto;
	display: block;
	padding: 15px 0;
}
.sec-area.it .tbl tr th {}
.sec-area.busi .tbl tr th {}
.sec-area.fash .tbl tr th {}
.sec-area.med .tbl tr th {
	border-top: none;
	border-bottom: none;
}
.sec-area.eat .tbl tr th {
	border-top: none;
	border-bottom: none;
}
.sec-area.heart .tbl tr th {
	border-top: none;
	border-bottom: none;
}
.sec-area.pfo .tbl tr th {
	border-top: none;
	border-bottom: none;
}





.sec-area .tbl tr td {
	padding: 10px;
	display: block;
}

.sec-area .tbl tr td ul {
	float: none;
	margin: 0;
}
.sec-area .tbl tr td ul:last-child {
	margin: 0px;
}
.sec-area.fash .tbl tr td ul:nth-child(2) {
	margin: 0px;
}








.sec-area .inn .etc .img {
	margin: 0px 0px 2% 3%;
	width: 48%;
}
.sec-area .inn .etc .copy {
	font-size: 1.6rem;
	margin: 0px 0px 5px;
}
.sec-area.it .inn .etc .copy {margin: 0 0 10px;}






.sec-area .inn .tbl tr td .img {
	float: none;
	width: auto;
	margin: 10px 0 0;
	text-align: center;
}
.sec-area .inn .tbl tr td .img img:nth-child(1) {
	float: left;
	width: 48%;
}
.sec-area .inn .tbl tr td .img img:nth-child(2) {
	float: right;
	width: 48%;
}
/***/
.sec-life-focus {
	margin: 0px auto 30px;
}
.sec-life-focus .innWrap {
	padding: 15px 0px 25px;
}
.sec-life-focus .innWrap .ttl {
	font-size: 2rem;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sec-life-focus .innWrap .intro {
	margin: 0px 0px 30px;
}
.sec-life-focus .innWrap .intro .copy {
	font-size: 1.6rem;
	margin: 0px 0px 10px;
}
.sec-life-focus .innWrap .text-center {
	margin: 0px 0px 25px;
	font-size: 1.6rem;
}
.sec-area .inn .tbl tr td .shikaku {
	margin: 0 0 15px;
}
.sec-area .inn .tbl tr td .shikaku:after {}
.sec-area .inn .tbl tr td .shikaku .shikaku1 {
	font-size: 1.4rem;
	margin: 0px 0px 5px 0px;
	padding: 10px 5%;
	float: none;
	width: auto;
}





.sec-area .inn .tbl tr td .shikaku .shikaku2 {
	font-size: 1.4rem;
	margin: 0px 0px 5px 0px;
	padding: 10px 5%;
	float: none;
	width: auto;
}





.sec-area .inn .tbl tr td .shikaku .shikaku1.etc {
	line-height: 1.5;
	width: auto;
}





.sec-area .inn .tbl tr td .shikaku .st {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0px 0px 15px;
}






.sec-area.eat .inn .etc .img {
	margin-top: 0px;
}
.sec-area.pfo .inn .dance {
	padding: 15px;
	margin: 15px 0px 0px;
}
.sec-area.pfo .inn .dance .img {
	float: none;
	width: auto;
	margin: 0px 0px 10px 0px;
}
.sec-area.pfo .inn .dance .copy {
}



.sec-area.pfo .mv {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
.sec-area.pfo .mv iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.sec-area.pfo .inn .mv_text {
	margin-bottom: 50px;
}






.sec-life-spe-field {
	margin: 0px auto 30px;
}
.sec-life-spe-field .innWrap {
	padding: 15px 0px 25px;
}
.sec-life-spe-field .innWrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-life-spe-field .innWrap .ttl {
	font-size: 2rem;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sec-life-spe-field .innWrap .img {
	width: 48%;
}
}






/*++++++++++++++++++++++++++++++++++++
+
+　入試情報　
+
+++++++++++++++++++++++++++++++++++++*/
.sch-tbl1 {
	width: 100%;
	border: 1px solid #FBB03C;
	margin: 0px 0px 30px;
}
.sch-tbl1 tr th {
	background: #fee8c6;
	border: 1px solid #FBB03C;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	font-weight: bold;
}
.sch-tbl1 tr td {
	border: 1px solid #FBB03C;
	padding: 10px;
	vertical-align: middle;
}

/* 2411 ▼更新 */
#contents #section.new-section .whatsnews {
    margin: 0px 20px 30px;
}
#contents #section.new-section .btn {
    background: #FBB03C;
    line-height: 50px;
    color: #FFF;
    display: block;
    text-align: center;
    width: 200px;
    margin: 20px auto 100px;
}
#contents #section.new-section .wn-ttl p.annotation {
    text-align: center;
    font-size: clamp(10px, 2.777vw, 14px);
}
#contents #section.new-section .wn-ttl p.annotation a {
    color: #cb2837;
    text-decoration: underline;
}
.nyuushi-list{
	margin: 0 20px;
}
.nyuushi-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nyuushi-list ul li {
    flex-basis: calc((100% - 50px) / 2);
}
p.nyuushi-name {
    font-size: clamp(16px, 2.08vw, 20px);
    background: repeating-linear-gradient(-45deg, #fee8c6 0, #fee8c6 15px, #feeacc 15px, #feeacc 25px);
    text-align: center;
    padding: 1.5rem;
}
p.nyuushi-name span {
    font-size: 10px;
    margin-right: 1rem;
}
p.nyuushi-about {
    padding: 2rem 0;
}
.link-button {
    padding-top: 15rem;
}
.link-button ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
	flex-wrap: wrap;
}
.link-button ul li {
    flex-basis: calc((100% - 200px) / 2);
    border: double #FBB03C 5px;
}
.link-button ul li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #FBB03C;
    padding: .5rem 0;
	transition: .3s;
}
.link-button ul li a:hover{
	opacity: .8;
}
/* 追従バナー */
#followup-main {
    display: block;
    right: 0;
    bottom: 0;
    text-align: right;
    z-index: 501;
    position: fixed;
}


@media only screen and (max-width: 1090px){
	.side-mr{
		margin: 0 20px;
	}
}

@media only screen and (max-width: 768px){
	
	.nyuushi-list ul li {
		flex-basis: calc((100% - 20px) / 2);
	}
	p.nyuushi-about {
		font-size: 12px;
	}
	.side-mr{
		margin: unset;
	}
	.link-button {
		padding-top: 10rem;
	}
}
@media only screen and (max-width: 550px){
	.nyuushi-list{
		margin: 0;
	}
	.nyuushi-list ul li {
		flex-basis: 100%;
	}
	.link-button ul li {
		flex-basis: 80%;
		margin-bottom: 2rem;
	}
	.link-button ul li a {
		font-size: 16px;
		padding: 1.5rem 0;
	}
}

/* 2411 end更新 */


/*++++++++++++++++++++++++++++++++++++
+
+　お問い合わせ
+
+++++++++++++++++++++++++++++++++++++*/

.con-tbl {
	width: 100%;
	margin: 0px 0px 20px;
	border-top: 1px solid #CCC;
}
.con-tbl tr th {
	border-bottom: 1px solid #CCC;
	background: #f3f3f3;
	width: 25%;
	padding: 15px;
}
.con-tbl tr td {
	border-bottom: 1px solid #CCC;
	padding: 15px;
}
.con-tbl tr td .fm-style1 {
	height: 30px;
	width: 90%;
	padding: 5px 10px;
	border: 1px solid #CCC;
	font-size: 14px;
}
.con-tbl tr td .fm-style2 {
	height: 120px;
	width: 90%;
	padding: 5px 10px;
	line-height: 1.5;
	border: 1px solid #CCC;
	font-size: 14px;
}
.btn-area {
	text-align: center;
	margin: 0px 0px 10px;
}
.btn-area .btn {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 2%;
}
.btn-area .btn a {
	display: block;
	color: #FFF;
	background: #fbb03b;
	line-height: 45px;
}
@media only screen and (max-width: 768px){
.con-tbl {
	margin: 0px 0px 10px;
}
.con-tbl tr th {
	border-bottom: none;
	width: auto;
	padding: 10px;
	display: block;
}
.con-tbl tr td {
	padding: 10px;
	display: block;
}
.con-tbl tr td .fm-style1 {
	height: 25px;
	padding: 3px 7px;
	font-size: 13px;
}
.con-tbl tr td .fm-style2 {
	height: 60px;
	padding: 3px 7px;
	font-size: 13px;
}
.btn-area {margin: 0;}
.btn-area .btn {
	width: 100%;
	margin: 0 0 10px;
	display: block;
}
.btn-area .btn a {
	line-height: 35px;
}
}


.tg-menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.tg-menu .tg-menu-area {
	float: left;
	width: 48%;
}
.tg-menu .tg-menu-area:nth-child(even) {
	float: right;
}
.tg-menu .tg-menu-area .tg-list .tg-ttl {
	background: #FBB03C;
	line-height: 1.3;
	padding: 15px 10px 15px 15px;
	margin: 0px 0px 20px;
	font-size: 18px;
	color: #FFF;
}
.tg-menu .tg-menu-area .tg-list .tg-ttl p {
}

.tg-menu .tg-menu-area .tg-list .tg-link1 {
	border-top: 1px solid #CCC;
}
.tg-menu .tg-menu-area .tg-list .tg-link1:last-child {
	border-bottom: 1px solid #CCC;
}
.tg-menu .tg-menu-area .tg-list a {
	display:block;
}
.tg-menu .tg-menu-area .tg-list {
	margin: 0px 0px 30px;
}
.tg-menu .tg-menu-area .tg-list .tg-link1 a:before{
	margin: 5px 10px 0 0;
	content: " ";
	display: inline-block;
	float: right;
}
.tg-menu .tg-menu-area .tg-list .tg-link1 .ho {
	position: relative;
	padding: 15px 10px 15px 15px;
	text-decoration: none;
}
.tg-menu .tg-menu-area .tg-list .tg-link1 .ho:hover {
	background: #fef5e6;
	opacity: 1;
}
.tg-menu .tg-menu-area .tg-list .tg-link1 .ho::after {
	position: absolute;
	top: 35%;
	right: 15px;
	content: '';
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .2s;
	width: 11px;
	height: 18px;
	background: url(../images/common/taget-link-arrow.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.tg-menu .tg-menu-area .tg-list .tg-link1 .ho:hover::after {
	right: 7px;
}
.tg-menu .tg-menu-area .tg-list .blank a:before {
	background : none;
	content: "\f24d";
	font-family: FontAwesome;
	margin: 0 5px 0 0;
	font-size: 11px;
	color: #FBB03C;

	float: left;
}


@media only screen and (max-width: 768px){
.tg-menu .tg-menu-area {
	float: none;
	width: auto;
}
.tg-menu .tg-menu-area:nth-child(even) {
	float: none;
}
.tg-menu .tg-menu-area .tg-list .tg-ttl {
	line-height: 1.2;
	margin: 0px 0px 5px;
	padding: 10px;
	font-size: 14px;
}
.tg-menu .tg-menu-area .tg-list .tg-ttl p {
}
.tg-menu .tg-menu-area .tg-list .tg-link1 .ho {
	padding: 10px;
}
.tg-menu .tg-menu-area .tg-list .tg-link1 .ho::after {
	width: 8px;
	height: 15px;
}
.tg-menu .tg-menu-area .tg-list {
	margin: 0px 0px 15px;
}
.tg-menu .tg-menu-area .tg-list .tg-link1:before {
	margin: 0 5px 0 0;
	font-size: 14px;
}
.tg-menu .tg-menu-area .tg-list .blank:after {
	font-size: 10px;
}

}



.whatsnews {
	margin: 0px 20px 100px;
}
.whatsnews2 {
	height: auto;
	overflow-y: hidden;
}
.whatsnews dl dt {
	float: left;
	width: 31%;
}
.whatsnews .icon_life {
}
.wn-ttl {
	margin: 0px 0px 40px;
	position: relative;
	text-align: center;
}
.wn-ttl .btn {
	position: absolute;
	top: 0px;
	right: 0px;
	max-width: 155px;
	width: 100%;
	text-align: center;
}
.wn-ttl .btn a {
	background: #FBB03C;
	line-height: 45px;
	color: #FFF;
	display:block;
}
.wn-ttl .ttl {
	position: relative;
	display: inline-block;
	padding: 0 50px;
	font-size: 2.4rem;
	line-height: 45px;
	font-weight: bold;
}
.wn-ttl .ttl:before, .wn-ttl .ttl:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #ccc;
}
.wn-ttl .ttl:before {
	left:0;
}
.wn-ttl .ttl:after {
	right: 0;
}
.whatsnews dl dd {
	float: right;
	width: 68%;
}
.whatsnews dl {
	border-top: 1px solid #CCC;
	padding: 15px 0px;
}
.whatsnews dl a {
	display:block;
}
.whatsnews dl:last-child {
	border-bottom: 1px solid #CCC;
}
.whatsnews dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.whatsnews dl .day {
	width: 13%;
	float: left;
	line-height: 26px;
}
.whatsnews dl .icon {
	max-width: 120px;
	width: 100%;
	line-height: 25px;
	color: #FFF;
	margin: 0px 2% 0px 0px;
	text-align: center;
	display: block;
	font-size: 10px;
	float: right;
	letter-spacing: -0.01em;
}
.whatsnews dl .life {
	background: #71bd4c;
}
@media only screen and (max-width: 945px){
.whatsnews dl dt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.whatsnews dl dt {
	float: none;
	width: auto;
	margin: 0 0 10px;
}
.whatsnews dl dd {
	float: none;
	width: auto;
}
.whatsnews dl .icon {
	max-width: 125px;
	width: 100%;
	line-height: 25px;
	color: #FFF;
	margin: 0 0 0 3%;
	text-align: center;
	display: block;
	font-size: 10px;
	float: left;
}
}
@media only screen and (max-width: 768px){
.whatsnews {
	margin: 0px 0px 50px;
}
.whatsnews dl dt {
	float: none;
	width: auto;
	text-align: left;
	margin: 0 0 5px;
}
.whatsnews dl dt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.whatsnews dl dt .day {
	float: left;
	margin: 0 25px 0 0;
}

.wn-ttl {
	margin: 0px 0px 20px;
	position: static;
}
.wn-ttl .btn {
	position: static;
	max-width: 100%;
}
.wn-ttl .btn a {
	line-height: 35px;
}
.wn-ttl .ttl {
	padding: 0 55px;
	font-size: 18px;
	line-height: 35px;
	margin: 0 0 10px;
}
.wn-ttl .ttl:before, .wn-ttl .ttl:after {
	width: 40px;
}
.wn-ttl .ttl:before {
	left:0;
}
.wn-ttl .ttl:after {
	right: 0;
}
.whatsnews dl dd {
	float: none;
	width: auto;
}
.whatsnews dl {
	border-top: 1px solid #CCC;
	padding: 15px 0px;
}
.whatsnews dl a {
	display:block;
}
.whatsnews dl:last-child {
	border-bottom: 1px solid #CCC;
}
.whatsnews dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.whatsnews dl .icon {
	max-width: 120px;
	line-height: 20px;
	margin: 0;
	font-size: 10px;
	padding: 0 10px;
	float: left;
}
.whatsnews dl dd .life {
}
}






/*++++++++++++++++++++++++++++++++++++
+
+　新着情報　ニュース一覧
+
+++++++++++++++++++++++++++++++++++++*/
#news_area .news {
	padding: 0 0 60px;
	margin: 0px auto;
	max-width: 1160px;
	background: #FFF;
}

#news_area .news dl dt {
	float: left;
	width: 32%;
}
#news_area .news dl dd {
	float: right;
	width: 68%;
}
#news_area .news dl {
	border-top: 1px solid #CCC;
	padding: 15px 0px;
}
#news_area .news dl a {
	display:block;
}
#news_area .news dl:last-child {
	border-bottom: 1px solid #CCC;
}
#news_area .news dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#news_area .news dl .day {
	width: 13%;
	float: left;
	line-height: 26px;
}

#news_area .news dl .icon {
	max-width: 125px;
	width: 100%;
	line-height: 25px;
	color: #FFF;
	margin: 0px 3% 0px 0px;
	text-align: center;
	display: block;
	font-size: 10px;
	float: right;
}

#news_area .news ul .day .date {
	margin: 0 10px 0 0;
}

#news_area .news .cate {
	width: 15%;
	float: left;
	line-height: 28px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	margin: 15px 0px;
}
#news_area .news .cont  {
	width: 70%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: right;
}
#news_area .icon {
	font-size: 11px !important;
	color: #FFF;
	min-width: 120px;
	max-width: 120px;
	letter-spacing: -0.1em;
	text-align: center;
	line-height: 25px;
}
#news_area .st1 .icon {
	margin: 15px 0;
}
#news_area .pager {
    overflow: hidden;
}
#news_area .pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
#news_area .pager ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
}
#news_area .pager ul li span,
#news_area .pager ul li a {
    display: block;
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 3px;
}
#news_area .pager ul li a {
    background: #EEE;
    color: #000;
    text-decoration: none;
}
#news_area .pager ul li a:hover {
    background: #333;
    color: #FFF;
}
#news_area .news.text p {
	margin: 0px 0px 30px;
}

/* 左右組追加 221017 */
#news_area .columnBox {
	width: 100%;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
}
#news_area .columnBox .column {
	width: 48%;
}
#news_area .columnBox .column img {
	max-width: 100%;
	height: auto;
}
/* 左右組追加 221017 */

@media only screen and (max-width: 945px){
	#news_area .news dl dt:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility:hidden;
	}
	#news_area .news dl dt {
		float: none;
		width: auto;
		margin: 0 0 10px;
	}
	#news_area .news dl dd {
		float: none;
		width: auto;
	}
	#news_area .news dl .icon {
		max-width: 125px;
		width: 100%;
		line-height: 25px;
		color: #FFF;
		margin: 0 0 0 3%;
		text-align: center;
		display: block;
		font-size: 10px;
		float: left;
	}

	/* 左右組追加 221017 */
	#news_area .columnBox {
		padding: 20px 0;
		flex-wrap: wrap;
	}
	#news_area .columnBox .column {
		width: 100%;
		padding: 0 0 20px;
	}
	/* 左右組追加 221017 */
}
@media only screen and (max-width: 768px){
#news_area {
	padding: 25px 0px 35px;
}
#news_area .title {
	margin: 0px 0px 10px;
	font-size: 18px;
	padding: 0 10px;
	width: auto;
	line-height: 35px;
}
#news_area .title span {
	font-size: 13px;
}
#news_area .title_area {
	margin: 0 5%;
	position: static;
	padding: 0px 0px 20px;
}
#news_area .title_area .btn {
	font-size: 14px;
	width: 50%;
	position: static;
	line-height: 30px;
	margin: 0px auto;
}
#news_area .title_area .btn a {font-size: 1.2rem;}
#news_area .title_area .btn a:hover {
	background: rgba(203,40,55,0.7);
}
#news_area .title_area .btn a:after{
	font: bold 16px/30px FontAwesome;
}

#news_area .news {
	padding: 0 0 25px;
}
#news_area .news dl dt {
	float: none;
	width: auto;
	text-align: left;
	margin: 0 0 5px;
}
#news_area .news dl dd {
	float: none;
	width: auto;
}

#news_area .news dl dt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#news_area .news dl dt .day {
	float: left;
	margin: 0 5px 0 0;
	width: auto;
}
#news_area .news dl .icon {
	max-width: 120px;
	line-height: 20px;
	margin: 0px 0px 0px 3%;
	float: left;
}
#news_area .icon {
	font-size: 11px;
	color: #FFF;
	min-width: 110px;
	max-width: 110px;
	letter-spacing: -0.1em;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 26px;
	margin: 0px 0px 2px;
}
#news_area .st1 .icon {
	margin: 10px 0;
}
#news_area .pager {
    overflow: hidden;
}
#news_area .pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
#news_area .pager ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
}
#news_area .pager ul li span,
#news_area .pager ul li a {
    display: block;
    font-size: 14px;
    padding: 0.5em 0.6em;
    border-radius: 3px;
}
#news_area .pager ul li a {
    background: #EEE;
    color: #000;
    text-decoration: none;
}
#news_area .pager ul li a:hover {
    background: #333;
    color: #FFF;
}

}








/*++++++++++++++++++++++++++++++++++++
+
+　先輩メッセージ
+
+++++++++++++++++++++++++++++++++++++*/
.mess-copy {
	color: #fd6d84;
	font-size: 3.4rem;
	text-align: center;
	padding: 80px 0px 40px;
	line-height: 1.5;
}
.mess-copy2 {
	color: #4794D0;
	font-size: 3.4rem;
	text-align: center;
	padding: 80px 0px 40px;
	line-height: 1.5;
}
.sec-voice.hoiku {
	background: #ffedf0;
}
.sec-voice.life {
	background: #e2f0f8;
}
.sec-voice .inn {
	margin: 0px auto;
	padding: 45px 20px 60px;
	max-width: 1080px;
}
.sec-voice .inn .voice {
	margin: 0 0 45px;
}
.sec-voice .inn .voice:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-voice .inn .voice .prof {
	float: left;
	width: 41.666666%;
}
.sec-voice .inn .voice .prof .img {
	margin: 0px 0px 20px;
}
.sec-voice.hoiku .inn .voice .prof .box {
	background: #FFF;
	border: 1px solid #FF8397;
	padding: 15px;
}
.sec-voice.life .inn .voice .prof .box {
	background: #FFF;
	border: 1px solid #4794D0;
	padding: 15px;
}
.sec-voice .inn .voice .prof .box span {
	font-size: 1.5rem;
	font-weight: bold;
}
.sec-voice .inn .text {
	float: right;
	width: 55%;
}
.sec-voice.hoiku .inn .voice .text .copy {
	font-size: 2.8rem;
	color: #fd6d84;
	margin: 0px 0px 30px;
	line-height: 1.5;
}
.sec-voice.life .inn .voice .text .copy {
	font-size: 2.8rem;
	color: #4794D0;
	margin: 0px 0px 30px;
	line-height: 1.5;
}


@media only screen and (max-width: 768px){
.mess-copy {
	font-size: 1.8rem;
	padding: 40px 0px 20px;
}
.mess-copy2 {
	font-size: 1.8rem;
	padding: 40px 0px 20px;
}
.sec-voice.hoiku {}
.sec-voice.life {}
.sec-voice .inn {
	margin: 0px 5%;
	padding: 25px 0 30px;
}
.sec-voice .inn .voice {
	margin: 0 0 35px;
}
.sec-voice .inn .voice:after {}
.sec-voice .inn .voice .prof {
	float: none;
	width: auto;
}
.sec-voice .inn .voice .prof .img {
	margin: 0px 0px 10px;
	text-align: center;
}
.sec-voice.hoiku .inn .voice .prof .box {
	padding: 10px;
}
.sec-voice.life .inn .voice .prof .box {
	padding: 10px;
}
.sec-voice .inn .voice .prof .box span {
	font-size: 1.4rem;
}
.sec-voice .inn .text {
	float: none;
	width: auto;
	margin: 0 0 10px;
}
.sec-voice.hoiku .inn .voice .text .copy {
	font-size: 1.8rem;
	margin: 0px 0px 15px;
}
.sec-voice.life .inn .voice .text .copy {
	font-size: 1.8rem;
	margin: 0px 0px 15px;
}
}













/*++++++++++++++++++++++++++++++++++++
+
+　各種申請・手続き
+
+++++++++++++++++++++++++++++++++++++*/
.jimu-list1 li {
	list-style: upper-roman inside;
}
.jimu-list1 li {
	margin: 0px 0px 10px 1.5em;
	text-indent: -1.5em;
}

.jimu-list1 {
	margin: 0px 0px 40px;
}
.jimu-sam {
	margin: 0px 0px 40px;
}
.jimu-sam .img {
	margin: 0 0 0 5%;
	float: right;
	width: 48%;
}
@media only screen and (max-width: 768px){
.jimu-list1 li {}
.jimu-list1 li {
	margin: 0px 0px 5px 1.5em;
}

.jimu-list1 {
	margin: 0px 0px 20px;
}
.jimu-sam {
	margin: 0px 0px 40px;
}
.jimu-sam .img {
	margin: 0 0 0 2%;
	width: 38%;
}
}








/*++++++++++++++++++++++++++++++++++++
+
+　クラブ活動
+
+++++++++++++++++++++++++++++++++++++*/
.sec-club:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

.sec-club .box {
	float: left;
	width: 26%;
	margin: 0px 3.6% 40px;
}
.sec-club .box .img {
	text-align: center;
	margin: 0px 0px 10px;
}
.sec-club .box .st {
	font-weight: bold;
	margin: 0px 0px 5px;
	font-size: 1.5rem;
	color: #FBB03C;
}
@media only screen and (max-width: 768px){
.sec-club:after {}

.sec-club .box {
	width: 48%;
	margin: 0 0 20px;
}
.sec-club .box:nth-child(even) {
	float: right;
}
.sec-club .box .img {
	margin: 0px 0px 5px;
}
.sec-club .box .st {
	font-size: 1.4rem;
}
}








/*++++++++++++++++++++++++++++++++++++
+
+　エコ活動
+
+++++++++++++++++++++++++++++++++++++*/
.eco-btn {
	text-align: center;
	/* margin: 0px 0px 60px; */
	margin-bottom: 40px;
}
.eco-btn li {
	width: 26%;
	margin: 0 20px;
	box-shadow: 4px 4px rgba(0,0,0,0.15);
	display: inline-block;
}
.eco-btn li a {
	background: #fbb03b;
	display: block;
	line-height: 55px;
	color: #FFF;
	border: solid 2px #fff;
	background: #FBB03C;
	font-size: 1.6rem;
	padding: 0 15px;
	text-decoration: none;
}
.eco-btn li a:after{
	content: "\f105";
	display: inline-block;
	font: 2rem/55px FontAwesome;
	margin: 0;
	color: #fff;
	float: right;
}
.sec-eco1 {
	margin: 0px 0px 60px;
}
.sec-eco1:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-eco1 .img {
	float: right;
	width: 48%;
	margin: 0 0 5% 3%;
}
.sec-eco2 {
	margin: 0px 0px 60px;
}
.sec-eco2 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-eco2 ul li {
	margin: 0px 0px 40px;
	float: left;
	width: 48%;
}
.sec-eco2 ul li:nth-child(even) {
	float: right;
}
.sec-eco3 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-eco3 ul li {
	margin: 0px 0px 40px;
	float: left;
	width: 48%;
}
.sec-eco3 ul li:nth-child(2) {
	float: right;
}
.sec-eco3:last-child ul li {
	width: 100%;
}

@media only screen and (max-width: 768px){
.eco-btn {
	margin: 0px 0px 30px;
}
.eco-btn li {
	width: 100%!important;
	margin: 0 0 10px;
	display: block;
}
.eco-btn li a {
	line-height: 45px;
	font-size: 1.4rem;
	padding: 0 10px;
}
.eco-btn li a:after{
	font: 1.8rem/45px FontAwesome;
}
.sec-eco1 {
	margin: 0px 0px 30px;
}
.sec-eco1:after {}
.sec-eco1 .img {
	width: 58%;
	margin: 0 0 3% 2%;
}
.sec-eco2 {
	margin: 0px 0px 30px;
}
.sec-eco2 ul:after {}
.sec-eco2 ul li {
	margin: 0px 0px 20px;
}
.sec-eco2 ul li:nth-child(even) {
}
.sec-eco3 ul:after {}
.sec-eco3 ul li {
	margin: 0px 0px 20px;
}
.sec-eco3 ul li:nth-child(2) {}
.sec-eco3 ul li:nth-child(3) {}
.sec-eco3 ul li:nth-child(4), .sec-eco3 ul li:nth-child(6){}
.sec-eco3 ul li:nth-child(5), .sec-eco3 ul li:nth-child(7){}
}












/*++++++++++++++++++++++++++++++++++++
+
+　んぐまーま
+
+++++++++++++++++++++++++++++++++++++*/
.mon-main {
	margin: 0px 0px 50px;
	text-align: center;
}
.mon-main ul li {
	margin: 0px 0px 10px;
}
.mon-btn {
	text-align: center;
	margin: 0px 0px 60px;
}
.mon-btn li {
	width: 30%;
	margin: 0 10px;
	box-shadow: 4px 4px rgba(0,0,0,0.15);
	display: inline-block;
}
.mon-btn li a {
	background: #fbb03b;
	display: block;
	line-height: 1.5;
	color: #FFF;
	border: solid 2px #fff;
	background: #FBB03C;
	font-size: 1.5rem;
	padding: 15px 15px;
	text-decoration: none;
}
.mon-btn li a:after{
	content: "\f105";
	display: inline-block;
	font: 2rem/25px FontAwesome;
	margin: 0;
	color: #fff;
	float: right;
}
@media only screen and (max-width: 768px){
.mon-main {
	margin: 0px 0px 25px;
}
.mon-main ul li {
	margin: 0px 0px 10px;
}
.mon-btn {
	margin: 0px 0px 30px;
}
.mon-btn li {
	width: auto;
	margin: 0 0 10px;
	display: block;
}
.mon-btn li a {
	font-size: 1.3rem;
	padding: 10px;
}
.mon-btn li a:after{
	font: 1.6rem/20px FontAwesome;
}
}







/*++++++++++++++++++++++++++++++++++++
+
+　年間行事
+
+++++++++++++++++++++++++++++++++++++*/
.sec-event-intro {
	padding: 0 0 35px;
	text-align: center;
}
.sec-event-intro .ttl {
	color: #fbb03b;
	font-size: 4rem;
	margin: 0px 0px 20px;
	font-weight: bold;
}
.sec-event-intro .text {
	font-size: 1.8rem;
	font-weight: bold;
}
.sec-eve-flow {
	background: repeating-linear-gradient(-45deg, #fee8c6 0, #fee8c6 15px, #feeacc 15px, #feeacc 25px);
	padding: 60px 0px;
	font-size: 1.4rem;
	line-height: 1.6;
}

/***/
.sec-eve-flow .area1 {
	margin: 0px auto;
	max-width: 1080px;
	height: 540px;
	background: url(../images/campuslife/calender/month01.png) no-repeat center bottom;
	background-size: 70px auto;
	position:relative;
}
.sec-eve-flow .area1 .img {
	float: right;
	width: 36.8148%;
	margin: 0 3% 0 0;
}
.sec-eve-flow .area1 .img2 {
	width: 36.8148%;
	position:absolute;
	left:2%;
	top:37%;
}
.sec-eve-flow .area1 .img3 {
	width: 36.8148%;
	position:absolute;
	right:9%;
	top:40%;
}
@media only screen and (max-width: 768px){

.sec-eve-flow .area1 .img2 {
	width:45%;
	position: relative;
	left:0%;
	top:-49%;
	padding-left: 64%;
}
.sec-eve-flow .area1 .img3 {
	width: 45%;
	position: relativestatic;
	right:23%;
	top:63%;
	padding-left: 9%;
}

}
.sec-eve-flow .area1 .fukidashi {
	color: #FFF;
	background: #82c162;
	width: 34.148%;
	padding: 20px 0;
	float: left;
}
.sec-eve-flow .area1 .fukidashi {
	position: relative;
	display: inline-block;
	margin: 0 0 0 6%;
}
.sec-eve-flow .area1 .fukidashi:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #82c162;
}
.sec-eve-flow .area1 .fukidashi p {
	margin: 0px 20px;
}


/***/
.sec-eve-flow .area2 {
	margin: 0px auto;
	max-width: 1080px;
	height: 567px;
	background: url(../images/campuslife/calender/month02.png) no-repeat center bottom;
	background-size: 70px auto;
	position: relative;
}


.sec-eve-flow .area2 .fukidashi1 {
	width: 24.81%;
	position:absolute;
	top: 8%;
	right: 15%;
}
.sec-eve-flow .area2 .fukidashi1 .inn {
	color: #FFF;
	background: #69a7d7;
	padding: 20px 0;
}
.sec-eve-flow .area2 .fukidashi1 .inn {
	position: relative;
	display: block;
}
.sec-eve-flow .area2 .fukidashi1 .inn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #69a7d7;
}
.sec-eve-flow .area2 .fukidashi1 p {
	margin: 0px 20px;
}

.sec-eve-flow .area2 .img1 {
	position: absolute;
	left: 4%;
	top: -20%;
	width: 40%;
}


.sec-eve-flow .area2 .fukidashi2 {
	width: 28.518%;
	position: absolute;
	top: 37.03%;
	left: 13%;
}
.sec-eve-flow .area2 .fukidashi2 .inn {
	color: #FFF;
	background: #69a7d7;
	padding: 20px 0;
}
.sec-eve-flow .area2 .fukidashi2 .inn {
	position: relative;
	display: block;
}
.sec-eve-flow .area2 .fukidashi2 .inn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #69a7d7;
}
.sec-eve-flow .area2 .fukidashi2 p {
	margin: 0px 20px;
}


.sec-eve-flow .area2 .img2 {
	position: absolute;
	width: 30.87%;
	right: 2%;
	bottom: 25%;
	z-index: 1;
}


.sec-eve-flow .area2 .fukidashi3 {
	width: 24.81%;
	position: absolute;
	bottom: 11%;
	right: 15%;
	z-index: 2;
}
.sec-eve-flow .area2 .fukidashi3 .inn {
	color: #FFF;
	background: #69a7d7;
	padding: 20px 0;
}
.sec-eve-flow .area2 .fukidashi3 .inn {
	position: relative;
	display: block;
}
.sec-eve-flow .area2 .fukidashi3 .inn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #69a7d7;
}
.sec-eve-flow .area2 .fukidashi3 p {
	margin: 0px 20px;
}


.sec-eve-flow .area2 .img3 {
	position: absolute;
	width: 11%;
	right: 3.7%;
	top: -33.5%;
}


/***/
.sec-eve-flow .area3 {
	margin: 0px auto;
	max-width: 1080px;
	height: 574px;
	background: url(../images/campuslife/calender/month03.png) no-repeat center bottom;
	background-size: 70px auto;
	position: relative;
}

.sec-eve-flow .area3 .img1 {
	width: 35%;
	position: absolute;
	left: 5%;
	top: -19%;
}

.sec-eve-flow .area3 .fukidashi1 {
	width: 28.518%;
	position: absolute;
	top: 9%;
	left: 11%;
}
.sec-eve-flow .area3 .fukidashi1 .inn {
	color: #FFF;
	background: #fbb03b;
	padding: 20px 0;
}
.sec-eve-flow .area3 .fukidashi1 .inn {
	position: relative;
	display: block;
}
.sec-eve-flow .area3 .fukidashi1 .inn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fbb03b;
}
.sec-eve-flow .area3 .fukidashi1 p {
	margin: 0px 20px;
}


.sec-eve-flow .area3 .text1 {
	width: 35.185%;
	position: absolute;
	left: 5%;
	top: 21%;
}

.sec-eve-flow .area3 .img2 {
	width: 35%;
	position: absolute;
	right: 5%;
	top: 12%;
}


.sec-eve-flow .area3 .fukidashi2 {
	width: 20%;
	position:absolute;
	top: 40%;
	right: 21%;
}
.sec-eve-flow .area3 .fukidashi2 .inn {
	color: #FFF;
	background: #fbb03b;
	padding: 20px 0;
}
.sec-eve-flow .area3 .fukidashi2 .inn {
	position: relative;
	display: block;
}
.sec-eve-flow .area3 .fukidashi2 .inn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fbb03b;
}
.sec-eve-flow .area3 .fukidashi2 p {
	margin: 0px 20px;
}


.sec-eve-flow .area3 .text2 {
	width: 35%;
	position: absolute;
	right: 6%;
	top: 53%;
}


.sec-eve-flow .area3 .fukidashi3 {
	width: 18%;
	position: absolute;
	bottom: 11%;
	left: 22%;
}
.sec-eve-flow .area3 .fukidashi3 .inn {
	color: #FFF;
	background: #fbb03b;
	padding: 20px 0;
}
.sec-eve-flow .area3 .fukidashi3 .inn {
	position: relative;
	display: block;
}
.sec-eve-flow .area3 .fukidashi3 .inn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fbb03b;
}
.sec-eve-flow .area3 .fukidashi3 p {
	margin: 0px 20px;
}



/***/
.sec-eve-flow .area4 {
	margin: 0px auto;
	max-width: 1080px;
	height: 515px;
	background: url(../images/campuslife/calender/month04.png) no-repeat center bottom;
	background-size: 70px auto;
	position: relative;
}


.sec-eve-flow .area4 .fukidashi1 {
	width: 20%;
	position: absolute;
	top: 6%;
	right: 23%;
}
.sec-eve-flow .area4 .fukidashi1 .inn {
	color: #FFF;
	background: #ee6c94;
	padding: 20px 0;
}
.sec-eve-flow .area4 .fukidashi1 .inn {
	position: relative;
	display: block;
}
.sec-eve-flow .area4 .fukidashi1 .inn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #ee6c94;
}
.sec-eve-flow .area4 .fukidashi1 p {
	margin: 0px 20px;
}


.sec-eve-flow .area4 .img1 {
	position: absolute;
	width: 20%;
	top: -4%;
	right: 2%;
}
.sec-eve-flow .area4 .ttl {
	background: #EE6C94;
	color: #FFF;
	width: 20%;
	position: absolute;
	top: 17%;
	right: 2%;
	text-align: center;
	padding: 20px 0;
}


.sec-eve-flow .area4 .ttl p {
	padding: 0 20px;
}


.sec-eve-flow .area4 .img2 {
	position: absolute;
	width: 40%;
	left: 4%;
	top: 11%;
}


.sec-eve-flow .area4 .fukidashi2 {
	width: 23%;
	position: absolute;
	top: 48.5%;
	left: 20%;
}
.sec-eve-flow .area4 .fukidashi2 .inn {
	color: #FFF;
	background: #ee6c94;
	padding: 20px 0;
}
.sec-eve-flow .area4 .fukidashi2 .inn {
	position: relative;
	display: block;
}
.sec-eve-flow .area4 .fukidashi2 .inn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #ee6c94;
}
.sec-eve-flow .area4 .fukidashi2 p {
	margin: 0px 20px;
}


.sec-eve-flow .area4 .img3 {
	position: absolute;
	width: 35%;
	right: 4%;
	bottom: 10%;
}


.sec-eve-flow .area4 .fukidashi3 {
	width: 18%;
	position: absolute;
	bottom: 0;
	right: 25%;
}
.sec-eve-flow .area4 .fukidashi3 .inn {
	color: #FFF;
	background: #ee6c94;
	padding: 20px 0;
}
.sec-eve-flow .area4 .fukidashi3 .inn {
	position: relative;
	display: block;
}
.sec-eve-flow .area4 .fukidashi3 .inn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #ee6c94;
}
.sec-eve-flow .area4 .fukidashi3 p {
	margin: 0px 20px;
}


@media only screen and (max-width: 950px){
.sec-event-intro {
	padding: 25px 0px;
}
.sec-event-intro .ttl {
	font-size: 2.5rem;
	margin: 0px 0px 15px;
}
.sec-event-intro .text {
	font-size: 1.4rem;
}
.sec-eve-flow {
	padding: 50px 0px 60px;
	font-size: 1.1rem;
}

/***/
.sec-eve-flow .area1 {margin: 0 5%;}
.sec-eve-flow .area1 .img {
	width: 38%;
}
.sec-eve-flow .area1 .fukidashi {
	width: 40%;
	padding: 10px 0;
}
.sec-eve-flow .area1 .fukidashi {
	margin: 0;
}
.sec-eve-flow .area1 .fukidashi:before {
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #82c162;
}
.sec-eve-flow .area1 .fukidashi p {
	margin: 0px 10px;
}


/***/
.sec-eve-flow .area2 {margin: 0 5%;}


.sec-eve-flow .area2 .fukidashi1 {
	width: 40%;
	right: 0;
}
.sec-eve-flow .area2 .fukidashi1 .inn {
	color: #FFF;
	background: #69a7d7;
	padding: 20px 0;
}
.sec-eve-flow .area2 .fukidashi1 .inn {
	position: relative;
	display: block;
}
.sec-eve-flow .area2 .fukidashi1 .inn:before {
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #69a7d7;
	left: -20px;
}
.sec-eve-flow .area2 .fukidashi1 p {
	margin: 0px 10px;
}

.sec-eve-flow .area2 .img1 {
	top: -15%;
	width: 40%;
}


.sec-eve-flow .area2 .fukidashi2 {
	width: 40%;
	top: 45%;
	left: 0;
}
.sec-eve-flow .area2 .fukidashi2 .inn {
	padding: 10px 0;
}
.sec-eve-flow .area2 .fukidashi2 .inn {
}
.sec-eve-flow .area2 .fukidashi2 .inn:before {
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #69a7d7;
}
.sec-eve-flow .area2 .fukidashi2 p {
	margin: 0px 10px;
}


.sec-eve-flow .area2 .img2 {
	width: 35%;
	right: 0;
	bottom: 30%;
}


.sec-eve-flow .area2 .fukidashi3 {
	width: 40%;
	bottom: 10%;
	right: 0;
}
.sec-eve-flow .area2 .fukidashi3 .inn {
	padding: 10px 0;
}
.sec-eve-flow .area2 .fukidashi3 .inn {
}
.sec-eve-flow .area2 .fukidashi3 .inn:before {
	margin-top: -10px;
	left: -20px;
	border: 10px solid transparent;
	border-right: 10px solid #69a7d7;
}
.sec-eve-flow .area2 .fukidashi3 p {
	margin: 0px 10px;
}


.sec-eve-flow .area2 .img3 {
	right: 3%;
	top: -28%;
	width: 10%;
}


/***/
.sec-eve-flow .area3 {
	margin: 0px 5%;
}

.sec-eve-flow .area3 .img1 {
	width: 40%;
	top: -15%;
}

.sec-eve-flow .area3 .fukidashi1 {
	width: 40%;
	position: absolute;
	left: 0;
	top: 12%;
}
.sec-eve-flow .area3 .fukidashi1 .inn {
	padding: 10px 0;
}
.sec-eve-flow .area3 .fukidashi1 .inn {
}
.sec-eve-flow .area3 .fukidashi1 .inn:before {
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #fbb03b;
}
.sec-eve-flow .area3 .fukidashi1 p {
	margin: 0px 10px;
}


.sec-eve-flow .area3 .text1 {
	width: 40%;
}

.sec-eve-flow .area3 .img2 {
	width: 40%;
	top: 15%;
}


.sec-eve-flow .area3 .fukidashi2 {
	width: 40%;
	top: 44%;
	right: 0;
}
.sec-eve-flow .area3 .fukidashi2 .inn {
	padding: 10px 0;
}
.sec-eve-flow .area3 .fukidashi2 .inn {
}
.sec-eve-flow .area3 .fukidashi2 .inn:before {
	left: -20px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #fbb03b;
}
.sec-eve-flow .area3 .fukidashi2 p {
	margin: 0px 10px;
}


.sec-eve-flow .area3 .text2 {
	width: 40%;
	right: 0px;
	top: 53%;
}


.sec-eve-flow .area3 .fukidashi3 {
	width: 40%;
	bottom: 12%;
	left: 0;
}
.sec-eve-flow .area3 .fukidashi3 .inn {
	padding: 10px 0;
}
.sec-eve-flow .area3 .fukidashi3 .inn {
}
.sec-eve-flow .area3 .fukidashi3 .inn:before {
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #fbb03b;
}
.sec-eve-flow .area3 .fukidashi3 p {
	margin: 0px 10px;
}



/***/
.sec-eve-flow .area4 {
	margin: 0px 5%;
}


.sec-eve-flow .area4 .fukidashi1 {
	width: 40%;
	top: 8%;
	right: 0;
}
.sec-eve-flow .area4 .fukidashi1 .inn {
	padding: 10px 0;
}
.sec-eve-flow .area4 .fukidashi1 .inn {
}
.sec-eve-flow .area4 .fukidashi1 .inn:before {
	left: -20px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #ee6c94;
}
.sec-eve-flow .area4 .fukidashi1 p {
	margin: 0px 10px;
}


.sec-eve-flow .area4 .img1 {
	width: 25%;
	top: 26%;
}
.sec-eve-flow .area4 .ttl {
	width: 25%;
	top: 49%;
	right: 0;
	padding: 10px 0;
}


.sec-eve-flow .area4 .ttl p {
	padding: 0 20px;
}


.sec-eve-flow .area4 .img2 {
	width: 40%;
	top: 13%;
}


.sec-eve-flow .area4 .fukidashi2 {
	width: 40%;
	top: 47%;
	left: 0;
}
.sec-eve-flow .area4 .fukidashi2 .inn {
	padding: 10px 0;
}
.sec-eve-flow .area4 .fukidashi2 .inn {
}
.sec-eve-flow .area4 .fukidashi2 .inn:before {
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #ee6c94;
}
.sec-eve-flow .area4 .fukidashi2 p {
	margin: 0px 10px;
}


.sec-eve-flow .area4 .img3 {
	width: 40%;
	bottom: 0;
}


.sec-eve-flow .area4 .fukidashi3 {
	width: 40%;
	right: 0;
}
.sec-eve-flow .area4 .fukidashi3 .inn {
	padding: 10px 0;
}
.sec-eve-flow .area4 .fukidashi3 .inn {
}
.sec-eve-flow .area4 .fukidashi3 .inn:before {
	left: -20px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #ee6c94;
}
.sec-eve-flow .area4 .fukidashi3 p {
	margin: 0px 10px;
}
}


@media only screen and (max-width: 640px){
.sec-event-intro {margin: 0 5%;}
.sec-event-intro .ttl {
}
.sec-event-intro .text {
}
.sec-eve-flow {
}

/***/
.sec-eve-flow .area1 {
	background: url(../images/campuslife/calender/month01.png) no-repeat left top;
	background-size: 55px auto;
	height: 406px;
}
.sec-eve-flow .area1 .img {
	float: none;
	width: 50%;
	margin: 0 0 0 70px;
}
.sec-eve-flow .area1 .fukidashi {
	width: auto;
	padding: 10px 0;
	float: none;
}
.sec-eve-flow .area1 .fukidashi {
	margin: 0 0 10px 70px;
}
.sec-eve-flow .area1 .fukidashi:before {
	left: -20px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #82c162;
}
.sec-eve-flow .area1 .fukidashi p {
	margin: 0px 10px;
}


/***/
.sec-eve-flow .area2 {
	height: 447px;
	background: url(../images/campuslife/calender/month02.png) no-repeat left top;
	background-size: 55px auto;
}


.sec-eve-flow .area2 .fukidashi1 {
	width: 48%;
	position: static;
	margin: 0 0 0 70px;
	padding: 30px 0 100px;
}
.sec-eve-flow .area2 .fukidashi1 .inn {
	padding: 10px 0;
}
.sec-eve-flow .area2 .fukidashi1 .inn {
}
.sec-eve-flow .area2 .fukidashi1 .inn:before {
}
.sec-eve-flow .area2 .fukidashi1 p {
}

.sec-eve-flow .area2 .img1 {
	width: 30%;
	top: 70px;
	right: 0;
	left: auto;
}


.sec-eve-flow .area2 .fukidashi2 {
	position: static;
	width: 48%;
	margin: 0 0 90px 70px;
}
.sec-eve-flow .area2 .fukidashi2 .inn {
}
.sec-eve-flow .area2 .fukidashi2 .inn {
}
.sec-eve-flow .area2 .fukidashi2 .inn:before {
	left: -20px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #69a7d7;
}
.sec-eve-flow .area2 .fukidashi2 p {
}


.sec-eve-flow .area2 .img2 {
	width: 38%;
	right: 0;
	top: 260px;
	bottom: auto;
}


.sec-eve-flow .area2 .fukidashi3 {
	width: 48%;
	position: static;
	margin: 0 0 0 70px;
}
.sec-eve-flow .area2 .fukidashi3 .inn {
}
.sec-eve-flow .area2 .fukidashi3 .inn {
}
.sec-eve-flow .area2 .fukidashi3 .inn:before {
}
.sec-eve-flow .area2 .fukidashi3 p {
}


.sec-eve-flow .area2 .img3 {
	width: 10%;
	right: 50px;
	top: -60px;
}


/***/
.sec-eve-flow .area3 {
	height: 451px;
	background: url(../images/campuslife/calender/month03.png) no-repeat left top;
	background-size: 55px auto;
	position: relative;
}

.sec-eve-flow .area3 .img1 {
	width: 38%;
	position: static;
	margin: 0 0 5px 70px;
}

.sec-eve-flow .area3 .fukidashi1 {
	width: 38%;
	position: static;
	margin: 0 0 39px 70px;
}
.sec-eve-flow .area3 .fukidashi1 .inn {
}
.sec-eve-flow .area3 .fukidashi1 .inn {
}
.sec-eve-flow .area3 .fukidashi1 .inn:before {
	border-right: 10px solid #fbb03b;
	left: -10px;
	border-left: none;
}
.sec-eve-flow .area3 .fukidashi1 p {
}


.sec-eve-flow .area3 .text1 {
	width: 35%;
	position: absolute;
	left: auto;
	top: 0;
	right: 0;
	font-size: 1rem;
	line-height: 1.5;
}

.sec-eve-flow .area3 .img2 {
	width: 38%;
	position: static;
	margin: 0 0 5px 70px;
}


.sec-eve-flow .area3 .fukidashi2 {
	width: 38%;
	position: static;
	margin: 0 0 50px 70px;
}
.sec-eve-flow .area3 .fukidashi2 .inn {
}
.sec-eve-flow .area3 .fukidashi2 .inn {
}
.sec-eve-flow .area3 .fukidashi2 .inn:before {
}
.sec-eve-flow .area3 .fukidashi2 p {
}


.sec-eve-flow .area3 .text2 {
	width: 36%;
	top: 170px;
	font-size: 1rem;
	line-height: 1.5;
}


.sec-eve-flow .area3 .fukidashi3 {
	width: 48%;
	position: static;
	margin: 0 0 0 70px;
}
.sec-eve-flow .area3 .fukidashi3 .inn {
}
.sec-eve-flow .area3 .fukidashi3 .inn {
}
.sec-eve-flow .area3 .fukidashi3 .inn:before {
	border-left: none;
	border-right: 10px solid #fbb03b;
	left: -10px;
}
.sec-eve-flow .area3 .fukidashi3 p {
}



/***/
.sec-eve-flow .area4 {
	height: 470px;
	background: url(../images/campuslife/calender/month04.png) no-repeat left top;
	background-size: 55px auto;
	position: relative;
}


.sec-eve-flow .area4 .fukidashi1 {
	width: 35%;
	position: static;
	margin: 0px 0 110px 70px;
}
.sec-eve-flow .area4 .fukidashi1 .inn {
}
.sec-eve-flow .area4 .fukidashi1 .inn {
}
.sec-eve-flow .area4 .fukidashi1 .inn:before {
}
.sec-eve-flow .area4 .fukidashi1 p {
	margin: 0px 20px;
}


.sec-eve-flow .area4 .img1 {
	width: 37%;
	top: 0;
}
.sec-eve-flow .area4 .ttl {
	width: 37%;
	top: 85px;
	right: 0;
	padding: 10px 0;
}


.sec-eve-flow .area4 .ttl p {
	padding: 0 10px;
}


.sec-eve-flow .area4 .img2 {
	width: 38%;
	top: 186px;
	right: 0;
	left: auto;
}


.sec-eve-flow .area4 .fukidashi2 {
	width: 40%;
	position: static;
	margin: 0px 0 90px 70px;
}
.sec-eve-flow .area4 .fukidashi2 .inn {
}
.sec-eve-flow .area4 .fukidashi2 .inn {
}
.sec-eve-flow .area4 .fukidashi2 .inn:before {
	border-right: 15px solid #ee6c94;
	border-left: none;
	left: -10px;
}
.sec-eve-flow .area4 .fukidashi2 p {
}


.sec-eve-flow .area4 .img3 {
	width: 38%;
	top: 333px;
	bottom: auto;
}


.sec-eve-flow .area4 .fukidashi3 {
	width: 40%;
	position: static;
	margin: 0 0 0 70px;
}
.sec-eve-flow .area4 .fukidashi3 .inn {
}
.sec-eve-flow .area4 .fukidashi3 .inn {
}
.sec-eve-flow .area4 .fukidashi3 .inn:before {
}
.sec-eve-flow .area4 .fukidashi3 p {
	margin: 0px 20px;
}

}



.sec-fac {
	margin: 0px 0px 75px;
}
.sec-fac:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-fac .box {
	float: left;
	width: 48%;
	margin: 0px 0px 40px;
}
.sec-fac .box:nth-child(even) {
	float: right;
}
.sec-fac .box .sttl {
}
.sec-fac .box .img {
	margin: 0px 0px 20px;
	text-align: center;
}
.sec-fac .box .sttl {
	padding: 0px 0px 15px;
	border-bottom: 2px solid #dcdcdc;
	margin: 0px 0px 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.sec-fac .box .sttl span {
	line-height: 1;
	padding: 0px 0px 0px 10px;
	border-left: 5px solid #fbb03b;
}
@media only screen and (max-width: 768px){
.sec-fac {
	margin: 0px 0px 35px;
}
.sec-fac:after {}
.sec-fac .box {
	float: none;
	width: auto;
	margin: 0px 0px 20px;
}
.sec-fac .box:nth-child(even) {
	float: none;
}
.sec-fac .box .sttl {
}
.sec-fac .box .img {
	margin: 0px 0px 10px;
}
.sec-fac .box .sttl {
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
	font-size: 1.5rem;
}
.sec-fac .box .sttl span {
	padding: 0px 0px 0px 5px;
}
}
@charset "UTF-8";
/* CSS Document */


/*++++++++++++++++++++++++++++++++++++
+
+　学科紹介
+
+++++++++++++++++++++++++++++++++++++*/
.subj_bg {
	background: url(../images/subjects/bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

.subj .intro {
	margin: 0px auto 80px;
	padding: 100px 0px 0px;
	width: 835px;
	display: flex;
	align-items: center;
}
.subj .intro .copy {
	font-size: 5rem;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
}
.subj .intro .copy .orange {
	color: #ff9933;
}
.subj .intro .copy .pink{
	color: #ff8397;
}
.subj .intro .copy .blue{
	color: #00b9ee;
}



.subj .sec-subj.hoiku {
	margin: 0px 0px 115px;
}
.subj .sec-subj.life {
	position: relative;
	margin: 0px 0px 115px;
}
.subj .sec-subj .introd {
	position: relative;
	margin: 0px 0px 50px;
}
.subj .sec-subj .introd .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 47.2222%;
	z-index: 1;
}




.subj .sec-subj.hoiku .introd .text {
	margin: 25px 0px 0px;
	width: 56.481%;
	float: right;
	background: #ff8397;
	color: #FFF;
	position: relative;
	height: 320px;
}
.subj .sec-subj.life .introd .text {
	margin: 25px 0px 0px;
	width: 56.481%;
	float: right;
	background: #4694d0;
	color: #FFF;
	position: relative;
	height: 320px;
}

.subj .sec-subj .introd .text .inn {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 77.213%;
}
.subj .sec-subj .ttl-en {
	font-size: 1.2rem;
	margin: 0 0 45px;
}
.subj .sec-subj .introd .text .inn p {
	font-size: 1.8rem;
	line-height: 1.8;
}


.subj .sec-subj.hoiku .img , .subj .sec-subj.life .img {
	box-shadow: 4px 4px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 15px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#2B3C45', Direction=145, Strength=5);
}



.subj .sec-subj .btn-area {
	z-index: 0;
}
.subj .sec-subj.hoiku .btn-area .inn , .subj .sec-subj.life .btn-area .inn {
	margin: 0px auto;
	max-width: 1080px;
}
.subj .sec-subj.hoiku .btn-area .inn:after , .subj .sec-subj.life .btn-area .inn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}


.subj .sec-subj.hoiku .btn-area .inn li {
	width: 18.5%;
	float: left;
}
.subj .sec-subj.life .btn-area .inn li{
	width: 15%;
	float: left;
}
.subj .sec-subj.hoiku .btn-area .inn li , .subj .sec-subj.life .btn-area .inn li {
	position: relative;
	height: 66px;
	margin: 0 15px 0 0;
	border: solid 2px #fff;
	box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#2B3C45', Direction=145, Strength=5);
}
.subj .sec-subj.hoiku .btn-area .inn li {
	background: #FF8397;
	display:block;
}
.subj .sec-subj.life .btn-area .inn li {
	background: #4694d0;
	display: block;
}

.subj .sec-subj.hoiku .btn-area .inn li:last-child , .subj .sec-subj.life .btn-area .inn li:last-child {
	margin:0 0;
}
.subj .sec-subj.hoiku .btn-area .inn li p , .subj .sec-subj.life .btn-area .inn li p {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 100%;
}
.subj .sec-subj.hoiku .btn-area .inn li p a , .subj .sec-subj.life .btn-area .inn li p a {
	display: block;
	color: #fff;
	padding: 0 5%;
	line-height: 20px;
}
.subj .sec-subj.hoiku .btn-area .inn li:before , .subj .sec-subj.life .btn-area .inn li:before{
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 8px;
	font-size: 25px;
	color: #fff;
	float:right;
	line-height: 66px;
}



@media only screen and (max-width: 768px){
.subj_bg {
}

.subj .intro {
	margin: 0px auto 40px;
	padding: 50px 0px 0px;
	width: auto;
	display: block;
}
.subj .intro .copy {
	font-size: 2.8rem;
	margin: 0 0 15px;
	text-align: center;
}
.subj .intro .copy .orange {}
.subj .intro .copy .pink{}
.subj .intro .copy .blue{}



.subj .sec-subj.hoiku {
	margin: 0px 0px 50px;
}
.subj .sec-subj.life {
	position: static;
	margin: 0px 0px 50px;
}
.subj .sec-subj .introd {
	position: static;
	margin: 0px 0px 10px;
}
.subj .sec-subj .introd .img {
	position: static;
	width: auto;
}



.subj .sec-subj.hoiku .ttl {
	font-size: 2.2rem;
	margin: 0 0 5px;
}
.subj .sec-subj.hoiku .ttl:after{
	font-size: 1.2rem;
	padding: 3px 5px;
	margin: 10px 0 0;
}
.subj .sec-subj.life .ttl {
	font-size: 1.8rem;
	margin: 0 0 5px;
}
.subj .sec-subj.life .ttl:after{
	font-size: 1.2rem;
	padding: 3px 5px;
	margin: 10px 0 0;
}
.subj .sec-subj.hoiku .introd .text {
	margin: 10px 0px 0px;
	width: auto;
	float: none;
	position: static;
	height: 100%;
}
.subj .sec-subj.life .introd .text {
	margin: 10px 0px 0px;
	width: auto;
	float: none;
	position: static;
	height: 100%;
}

.subj .sec-subj .introd .text .inn {
	position: static;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	width: auto;
	padding: 20px 10px;
}
.subj .sec-subj .ttl-en {
	font-size: 1.0rem;
	margin: 0 0 15px;
}
.subj .sec-subj .introd .text .inn p {
	font-size: 1.5rem;
}


.subj .sec-subj.hoiku .img , .subj .sec-subj.life .img {}
.subj .sec-subj.hoiku .img img , .subj .sec-subj.life .img img {width: 100%; height:auto;}



.subj .sec-subj .btn-area {
}
.subj .sec-subj.hoiku .btn-area .inn , .subj .sec-subj.life .btn-area .inn {
}
.subj .sec-subj.hoiku .btn-area .inn:after , .subj .sec-subj.life .btn-area .inn:after {}


.subj .sec-subj.hoiku .btn-area .inn li , .subj .sec-subj.life .btn-area .inn li {
	width: 48%;
	margin: 0 0 10px;
}

.subj .sec-subj.hoiku .btn-area .inn li , .subj .sec-subj.life .btn-area .inn li {
	position: relative;
	height: 45px;
	margin: 0 10px 10px 0;
	border: solid 2px #fff;
	box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#2B3C45', Direction=145, Strength=5);
}
.subj .sec-subj.hoiku .btn-area .inn li:nth-child(even) , .subj .sec-subj.life .btn-area .inn li:nth-child(even) {
	float: right;
	margin: 0 0 10px 0;
}
.subj .sec-subj.hoiku .btn-area .inn li {
}
.subj .sec-subj.life .btn-area .inn li {
}

.subj .sec-subj.hoiku .btn-area .inn li:last-child , .subj .sec-subj.life .btn-area .inn li:last-child {
	margin:0 0;
}
.subj .sec-subj.hoiku .btn-area .inn li p , .subj .sec-subj.life .btn-area .inn li p {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 100%;
}
.subj .sec-subj.hoiku .btn-area .inn li p a , .subj .sec-subj.life .btn-area .inn li p a {
	display: block;
	color: #fff;
	padding: 0 5%;
	line-height: 1.3;
	font-size: 1.7rem;
}
.subj .sec-subj.hoiku .btn-area .inn li:before , .subj .sec-subj.life .btn-area .inn li:before{
	margin: 0 8px;
	font-size: 1.8rem;
	line-height: 45px;
}

}

@media only screen and (max-width: 640px){
.sec-subj .btn-area .inn li {
	width: 46% !important;
	margin: 0 0 10px;
}
.subj .sec-subj .introd .text .inn p {
	font-size: 1.5rem;
}

.subj .sec-subj.hoiku .btn-area .inn li p , .subj .sec-subj.life .btn-area .inn li p {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 100%;
}
.subj .sec-subj.hoiku .btn-area .inn li p a , .subj .sec-subj.life .btn-area .inn li p a {
	display: block;
	color: #fff;
	padding: 0 5%;
	line-height: 17px;
	font-size: 1.4rem;
}
}





/*++++++++++++++++++++++++++++++++++++
+
+　学科紹介　保育学科
+
+++++++++++++++++++++++++++++++++++++*/

h3.pink_ttl {
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 3px solid #ff8397;
	margin: 0px 0px 15px;
	padding: 0px 0px 20px;
}
h3.blue_ttl {
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 3px solid #1eb9ee;
	margin: 0px 0px 15px;
	padding: 0px 0px 20px;
}
h4.pink_sttl {
	color:#ff8397;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px 0px 15px;
}
h4.blue_sttl {
	color:#1eb9ee;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px 0px 15px;
}

/****************/
.hoiku-intro {
	background: repeating-linear-gradient(-45deg, #ff899c 0, #ff899c 10px, #ff8397 10px, #ff8397 30px);
}
.hoiku-intro .inn {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
}
.hoiku-intro .inn .text {
	color: #FFF;
	position: relative;
	height: 330px;
	width: 48%;
}

.hoiku-intro .inn .text div {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	padding: 0px 0px 0px 50px;
}
.hoiku-intro .inn .text div .st {
	font-size: 3rem;
	margin: 0px 0px 20px;
}
.hoiku-intro .inn .text div .txt {
	font-size: 1.6rem;
}
/****************/
.sec-somm .innWrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 50px 0px 55px;
}
.sec-somm .innWrap .text {
	margin: 0px 0px 30px;
}
.sec-somm .innWrap .repert:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-somm .innWrap .repert .box {
	float: left;
	width: 22.2222222%;
	margin: 0px 3.7% 0px 0px;
}
.sec-somm .innWrap .repert .box:last-child {
	margin: 0px;
}
.sec-somm .innWrap .repert .box .img {
	margin: 0px 0px 20px;
	font-size: 1.8rem;
	color: #ff8397;
}
.sec-somm .innWrap .repert .box .sst {
	font-size: 1.8rem;
	font-weight: normal;
	color: #ff8397;
	margin: 0px 0px 15px;
}
/****************/
.sec-semi {
	background: repeating-linear-gradient(-45deg, #e8f8fd 0, #e8f8fd 10px, #eaf9fd 10px, #eaf9fd 20px);
}
.sec-semi .innWrap {
	max-width: 1080px;
	margin: 0 auto 15px;
	padding: 45px 0px 65px;
}
.sec-semi .innWrap .text {
	margin: 0px 0px 30px;
}

.sec-semi .innWrap .semi-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-semi .innWrap .semi {
	float: left;
	width: 31.9444%;
	margin: 0px 2% 20px 0px;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
	-moz-border-radius: 5px;/* for Firefox 対応*/
	padding: 10px 0px;
}
.sec-semi .innWrap .semi:nth-child(3n) {
	margin: 0px 0px 20px 0px;
}

.sec-semi .innWrap .semi p {
	margin: 0 5%;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: justify;
}
.sec-semi .innWrap .semi .sst {
	font-size: 1.8rem;
	line-height: 34px;
	font-weight: bold;
	margin: 0 5% 5px;
}
.sec-semi .innWrap .semi:nth-child(1) .sst , .sec-semi .innWrap .semi:nth-child(4) .sst , .sec-semi .innWrap .semi:nth-child(7) .sst {color:#1eb9ee;}
.sec-semi .innWrap .semi:nth-child(2) .sst , .sec-semi .innWrap .semi:nth-child(5) .sst , .sec-semi .innWrap .semi:nth-child(8) .sst {color:#6eb92b;}
.sec-semi .innWrap .semi:nth-child(3) .sst , .sec-semi .innWrap .semi:nth-child(6) .sst , .sec-semi .innWrap .semi:nth-child(9) .sst {color:#796caf;}

.sec-semi .innWrap .semi .sst:before{
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 34px;
	height: 34px;
	background-size: contain;
	vertical-align: middle;
}
.sec-semi .innWrap .semi:nth-child(1) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem01.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(2) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem02.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(3) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem03.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(4) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem04.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(5) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem05.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(6) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem06.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(7) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem07.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(8) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem08.png) no-repeat;
	background-size: contain;
}
.sec-semi .innWrap .semi:nth-child(9) .sst:before{
	background: url(../images/subjects/subject_hoiku/icon_sem09.png) no-repeat;
	background-size: contain;
}


/****************/
.sec-training {
	background: url(../images/subjects/subject_hoiku/prac_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	padding: 0px 0px 70px;
}
.sec-training .innWrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 45px 0 0;
}



.sec-training .innWrap .story {
	margin: 0 0 100px;
}
.sec-training .innWrap .story:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility:hidden;
}
.sec-training .innWrap .story .ttl {
	background: #8888df;
	color: #FFF;
	position: relative;
	height: 465px;
	width: 48%;
	float: left;
}
.sec-training .innWrap .story .ttl .text {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 65%;
	margin: 0px 0px 0px 10%;
}
.sec-training .innWrap .story .ttl .text .copy {
	font-size: 4rem;
	font-weight: bold;
	margin: 0px 0px 40px;
	line-height: 1.3;
}
.sec-training .innWrap .story .ttl .text .s-copy {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0px 0px 15px;
}
.sec-training .innWrap .story .ttl .img {
	position: absolute;
	right: 0px;
	bottom: -48px;
}
.sec-training .innWrap .story .flow {
	float: right;
	width: 48%;
}
.sec-training .innWrap .story .flow .box {
	float: left;

	width: 48%;
	margin: 0 0 50px;
}
.sec-training .innWrap .story .flow .box:nth-child(even) {
	float: right;
}
.sec-training .innWrap .story .flow .box .img {
	margin: 0px 0px 15px;
}
.sec-training .innWrap .story .flow .box .sst {
	font-size: 1.8rem;
	font-weight: bold;
	color: #8888df;
	margin: 0px 0px 10px;
}
.sec-training .innWrap .program .ttl {
	position: relative;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #8888df;
	margin: 0px 0px 30px;
}
.sec-training .innWrap .program .ttl span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.sec-training .innWrap .program .ttl::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8888df;
}

.sec-training .innWrap .program .text {
	margin: 0px 0px 50px;
}


.sec-training .innWrap .program .flow {
	margin: 0 0 100px;
}
.sec-training .innWrap .program .flow:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-training .innWrap .program .flow .box {
	float: left;
	width: 31%;
	margin: 0 3% 0 0;
}
.sec-training .innWrap .program .flow .box:nth-child(3) {
	margin: 0;
}
.sec-training .innWrap .program .flow .box .img {
	margin: 0px 0px 15px;
}
.sec-training .innWrap .program .flow .box .note {
	font-size: 1.5rem;
	font-weight: bold;
}


.sec-training .innWrap .shce {
	border: 2px solid #8888df;
}
.sec-training .innWrap .shce .ttl {
	font-size: 2.4rem;
	color: #FFF;
	font-weight: bold;
	background: #8888df;
	line-height: 55px;
	text-align: center;
}
.sec-training .innWrap .shce .img {
	padding: 15px 10px 5px;
}
.sec-training .shce .note {
	font-size: 1.2rem;
	margin: 0px 10px 15px;
	text-align: right;
	line-height: 1.5;
}



.sec-nawatan {
	background: repeating-linear-gradient(-45deg, #fff0ec 0, #fff0ec 10px, #ffeeea 10px, #ffeeea 20px);
	padding: 40px 0 30px;
}
.sec-nawatan .text {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0px 0px 30px;
}
.sec-nawatan .text .ttl {
	position: relative;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #ff8397;
	margin: 0px 0px 30px;
}
.sec-nawatan .text .ttl span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
	background: repeating-linear-gradient(-45deg, #fff0ec 0, #fff0ec 10px, #ffeeea 10px, #ffeeea 20px);
  text-align: left;
}
.sec-nawatan .text .ttl::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff8397;
}
.sec-nawatan .nj {
	background: #FFF;
	position: relative;
	padding: 0 0 65px;
	left: 1px;
}
.sec-nawatan .nj .innWrap {
	margin: 0px auto;
	max-width: 1080px;
}
.sec-nawatan .nj .innWrap .logo {
	margin: 45px 0px 0px;
	float: left;
	width: 26.481%;
}
.sec-nawatan .nj .innWrap .txt {
	float: left;
	margin: 45px 0px 0px 3.7%;
}
.sec-nawatan .nj .innWrap .img {
	position: absolute;
	top: -50px;
	right: 5%;
	width: 25.648%;
}
.sec-nawatan .nj .innWrap .txt .copy {
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
	color: #FF8397;
	margin: 0px 0px 20px;
}


.f-btn-area {
	padding: 30px 0;
}
.f-btn-area .inn {
	margin: 0px auto;
	max-width: 1080px;
}
.f-btn-area .inn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.f-btn-area .inn li {
	width: 18%;
	float: left;
}
.f-btn-area .inn li {
	position: relative;
	height: 66px;
	margin: 0 1.3% 0 0;
	border: solid 2px #fff;
	box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#2B3C45', Direction=145, Strength=5);
}
.f-btn-area.hoiku .inn li {
	background: #FF8397;
	display:block;
}
.f-btn-area.life .inn li {
	background: #4694d0;
	display: block;
}
.f-btn-area .inn li:last-child {
	margin:0 0;
}
.f-btn-area.hoiku .inn li.actv {
	border: solid 2px #FF8397;
	background: #fff;
}
.f-btn-area.life .inn li.actv {
	border: solid 2px #4694d0;
	background: #fff;
}
.f-btn-area.hoiku .inn li.actv p a {
	color: #FF8397;
}
.f-btn-area.life .inn li.actv p a {
	color: #4694d0;
}
.f-btn-area.hoiku .inn li.actv:before {
	color: #FF8397;
}
.f-btn-area.life .inn li.actv:before {
	color: #4694d0;
}

.f-btn-area .inn li p {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    width: 100%;
    left: 0px;
}
.f-btn-area .inn li p a {
	display: block;
	color: #fff;
	padding: 0 5%;
	line-height: 1.3;
}
.f-btn-area .inn li:before{
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 8px;
	font-size: 25px;
	color: #fff;
	float:right;
	line-height: 66px;
}

.f-btn-area02 {
	width: 1080px;
	margin: 0 auto;
	padding: 0 30px 50px 0;
	box-sizing: border-box;
}
.f-btn-area02 ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f-btn-area02 ul li {
	position: relative;
	width: 48%;
	height: 66px;
	border: solid 2px #fff;
	box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#2B3C45', Direction=145, Strength=5);
}
.f-btn-area02 ul li:nth-child(1) {
	background-color: #b8db17;
}
.f-btn-area02 ul li:nth-child(2) {
	background-color: #18bbd3;
}
.f-btn-area02 li:before{
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 8px;
	font-size: 25px;
	color: #fff;
	float:right;
	line-height: 66px;
}

.f-btn-area02 li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0 0;
	box-sizing: border-box;
	color: #FFF;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media only screen and (max-width: 768px){

h3.pink_ttl {
	font-size: 1.8rem;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}
h3.blue_ttl {
	font-size: 2rem;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}

/****************/
.hoiku-intro {
}
.hoiku-intro .inn {
	margin: 0 5%;
	padding: 15px 0;
	display: block;
}
.hoiku-intro .inn .img {
	margin: 0 0 15px;
}
.hoiku-intro .inn .text {
	position: static;
	height: auto;
	width: auto;
}

.hoiku-intro .inn .text div {
	position: static;
	-ms-transform: translateY(0%);
	-webkit-transform : translateY(0%);
	transform : translateY(0%);
	padding: 0px 0px;
}
.hoiku-intro .inn .text div .st {
	font-size: 2rem;
	margin: 0px 0px 10px;
}
.hoiku-intro .inn .text div .txt {
	font-size: 1.6rem;
}
/****************/
.sec-somm .innWrap {
	margin: 0 5%;
	padding: 25px 0px 30px;
}
.sec-somm .innWrap .text {
	margin: 0px 0px 15px;
}
.sec-somm .innWrap .repert:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-somm .innWrap .repert .box {
	width: 48%;
	margin: 0 0 20px;
}
.sec-somm .innWrap .repert .box:nth-child(even) {
	float: right;
}
.sec-somm .innWrap .repert .box:last-child {
	margin: 0px;
}
.sec-somm .innWrap .repert .box .img {
	margin: 0px 0px 10px;
	font-size: 1.6rem;
}
.sec-somm .innWrap .repert .box .sst {
	font-size: 1.6rem;
	margin: 0px 0px 10px;
}
/****************/
.sec-semi {
	background: repeating-linear-gradient(-45deg, #e8f8fd 0, #e8f8fd 10px, #eaf9fd 10px, #eaf9fd 20px);
}
.sec-semi .innWrap {
	margin: 0 5% 10px;
	padding: 25px 0px 35px;
}
.sec-semi .innWrap .text {
	margin: 0px 0px 15px;
}

.sec-semi .innWrap .semi-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-semi .innWrap .semi {
	float: none;
	width: auto;
	margin: 0px 0 10px 0px;
	/* for Safari and Chrome 対応*/
	/* for Firefox 対応*/
	padding: 15px 0px;
}
.sec-semi .innWrap .semi:nth-child(3n) {
	margin: 0px 0px 10px 0px;
}

.sec-semi .innWrap .semi p {
	font-size: 1.3rem;
}
.sec-semi .innWrap .semi .sst {
	font-size: 1.6rem;
	line-height: 24px;
}
.sec-semi .innWrap .semi:nth-child(1) .sst , .sec-semi .innWrap .semi:nth-child(4) .sst , .sec-semi .innWrap .semi:nth-child(7) .sst {}
.sec-semi .innWrap .semi:nth-child(2) .sst , .sec-semi .innWrap .semi:nth-child(5) .sst , .sec-semi .innWrap .semi:nth-child(8) .sst {}
.sec-semi .innWrap .semi:nth-child(3) .sst , .sec-semi .innWrap .semi:nth-child(6) .sst , .sec-semi .innWrap .semi:nth-child(9) .sst {}

.sec-semi .innWrap .semi .sst:before{
	margin: 0 8px 0 0;
	width: 24px;
	height: 24px;
}
.sec-semi .innWrap .semi:nth-child(1) .sst:before{}
.sec-semi .innWrap .semi:nth-child(2) .sst:before{}
.sec-semi .innWrap .semi:nth-child(3) .sst:before{}
.sec-semi .innWrap .semi:nth-child(4) .sst:before{}
.sec-semi .innWrap .semi:nth-child(5) .sst:before{}
.sec-semi .innWrap .semi:nth-child(6) .sst:before{}
.sec-semi .innWrap .semi:nth-child(7) .sst:before{}
.sec-semi .innWrap .semi:nth-child(8) .sst:before{}
.sec-semi .innWrap .semi:nth-child(9) .sst:before{}


/****************/
.sec-training {
	padding: 0px 0px 50px;
}
.sec-training .innWrap {
	margin: 0 5%;
	padding: 25px 0px 0;
}



.sec-training .innWrap .story {
	margin: 0 0 50px;
}
.sec-training .innWrap .story:after {}
.sec-training .innWrap .story .ttl {
	position: static;
	height: auto;
	width: auto;
	float: none;
	margin: 0 0 20px;
}
.sec-training .innWrap .story .ttl .text {
	position: static;
	-ms-transform: translateY(0%);
	-webkit-transform : translateY(0%);
	transform : translateY(0%);
	width: auto;
	margin: 0px 5%;
	padding: 15px 0 0;
}
.sec-training .innWrap .story .ttl .text .copy {
	font-size: 2rem;
	margin: 0px 0px 20px;
}
.sec-training .innWrap .story .ttl .text .s-copy {
	font-size: 1.6rem;
	margin: 0px 0px 10px;
}
.sec-training .innWrap .story .ttl .img {
	position: static;
	margin: 15px auto 0;
	padding: 0 0 10px;
	text-align: center;
	width: 30%;
}
.sec-training .innWrap .story .flow {
	float: none;
	width: auto;
}
.sec-training .innWrap .story .flow .box {
	width: 48%;
	margin: 0 0 25px;
}
.sec-training .innWrap .story .flow .box:nth-child(even) {
	float: right;
}
.sec-training .innWrap .story .flow .box .img {
	margin: 0px 0px 10px;
}
.sec-training .innWrap .story .flow .box .sst {
	font-size: 1.6rem;
}
.sec-training .innWrap .program .ttl {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px 0px 15px;
}
.sec-training .innWrap .program .ttl span {
  margin: 0 1em;
  text-align: center;
}
.sec-training .innWrap .program .ttl::before {
}

.sec-training .innWrap .program .text {
	margin: 0px 0px 25px;
}


.sec-training .innWrap .program .flow {
	margin: 0 0 50px;
}
.sec-training .innWrap .program .flow:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-training .innWrap .program .flow .box {
	width: 48%;
	margin: 0 0 15px;
}
.sec-training .innWrap .program .flow .box:nth-child(even) {
	float: right;
}
.sec-training .innWrap .program .flow .box:nth-child(3) {}
.sec-training .innWrap .program .flow .box .img {
	margin: 0px 0px 10px;
}
.sec-training .innWrap .program .flow .box .note {
	font-size: 1.3rem;
}


.sec-training .innWrap .shce {
}
.sec-training .innWrap .shce .ttl {
	font-size: 1.8rem;
	line-height: 40px;
}
.sec-training .innWrap .shce .img {
	padding: 10px;
}
.sec-training .shce .note {
	font-size: 1rem;
	margin: 0px 10px 10px;
	line-height: 1.3;
	text-align: left;
}


.sec-nawatan {
	padding: 20px 0 15px;
}
.sec-nawatan .text {
	margin: 0 5%;
	padding: 0px 0px 15px;
}
.sec-nawatan .text .ttl {
	font-size: 1.8rem;
	margin: 0px 0px 15px;
}
.sec-nawatan .text .ttl span {
  margin: 0 1em;
  text-align: center;
}
.sec-nawatan .text .ttl::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff8397;
}
.sec-nawatan .nj {
	padding: 0 0 30px;
}
.sec-nawatan .nj .innWrap {
	margin: 0px 5%;
}
.sec-nawatan .nj .innWrap .logo {
	margin: 0px;
	width: 55%;
	float: none;
	padding: 20px 0 0;
}
.sec-nawatan .nj .innWrap .txt {
	float: none;
	margin: 20px 0px 0px 0%;
}
.sec-nawatan .nj .innWrap .img {
	top: -25px;
	right: 3%;
	width: 30%;
}
.sec-nawatan .nj .innWrap .txt .copy {
	font-size: 1.8rem;
	line-height: 1.3;
	margin: 0px 0px 10px;
}


.f-btn-area {
	padding: 15px 0;
}
.f-btn-area .inn {
	margin: 0px 5%;
}
.f-btn-area .inn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.f-btn-area .inn li {
	width: 47%;
}
.f-btn-area .inn li {
	height: 45px;
	margin: 0 0 10px 0;
}
.f-btn-area .inn li:nth-child(even) {
	float: right;
}
.f-btn-area.hoiku .inn li {
}
.f-btn-area.life .inn li {
}
.f-btn-area .inn li:last-child {
	margin:0 0;
}
.f-btn-area .inn li p {
}
.f-btn-area .inn li p a {
}
.f-btn-area .inn li:before{
	margin: 0 5px;
	font-size: 1.8rem;
	line-height: 45px;
}

.f-btn-area02 {
	width: 90%;
	padding: 0 0 50px 0;
}
.f-btn-area02 ul li {
	width: 100%;
	height: 50px;
	margin: 0 0 15px;
}
.f-btn-area02 li:before{
	margin: 0 5px;
	font-size: 1.8rem;
	line-height: 55px;
}
.f-btn-area02 li a {
	padding: 17px 0 0;
}
}

















/*++++++++++++++++++++++++++++++++++++
+
+　大学紹介 学修評価とGPA
+
+++++++++++++++++++++++++++++++++++++*/

.gpa-tbl {
	border: 1px solid #FBB03C;
	width: 100%;
	margin: 0px 0px 40px;
}
.gpa-tbl tr th {
	background: #fee8c6;
	text-align: center;
	border: 1px solid #FBB03C;
	padding: 15px;
}
.gpa-tbl tr td {
	border: 1px solid #FBB03C;
	text-align: center;
	background: #fff;
	vertical-align: middle;
	padding: 15px;
}
.gpa-keisan {
	text-align: center;
	font-weight: bold;
	margin: 0px auto 40px;
	font-size: 1.6rem;
	padding: 20px 15px;
	border: 1px solid #FBB03C;
}
@media only screen and (max-width: 768px){
.gpa-tbl {
	border: 1px solid #FBB03C;
	width: 100%;
	margin: 0px 0px 40px;
}
.gpa-tbl tr th {
	background: #fee8c6;
	text-align: center;
	border: 1px solid #FBB03C;
	padding: 15px;
}
.gpa-tbl tr td {
	border: 1px solid #FBB03C;
	text-align: center;
	background: #fff;
	vertical-align: middle;
	padding: 15px;
}
.gpa-keisan {
	margin: 0px auto 40px;
	font-size: 1.2rem;
	padding: 10px 5px;
	width: auto;
}

}










/*++++++++++++++++++++++++++++++++++++
+
+　キャンパスライフ　学生サポート
+
+++++++++++++++++++++++++++++++++++++*/
.supo-tbl {
	width: 100%;
	border: 1px solid #FBB03C;
	margin: 0px 0px 40px;
}
.supo-tbl th {
	border: 1px solid #FBB03C;
	background: #fee8c6;
	width: 40%;
	padding: 15px;
	vertical-align: middle;
}
.supo-tbl td {
	background: #fff;
	border: 1px solid #FBB03C;
	padding: 15px 20px;
}
@media only screen and (max-width: 768px){
.supo-tbl {
	margin: 0px 0px 20px;
}
.supo-tbl th {
	width: auto;
	padding: 10px;
	display: block;
	border: none;
}
.supo-tbl td {
	border: none;
	padding: 10px;
	display: block;
}
}












/*++++++++++++++++++++++++++++++++++++
+
+　就職・進路　キャリアセンター
+
+++++++++++++++++++++++++++++++++++++*/
.cree-tbl {
	width: 100%;
	border: 1px solid #7ED7C6;
}
.cree-tbl tr th {
	background: #fee8c6;
	border: 1px solid #FBB03C;
	text-align: center;
	padding: 15px;
	vertical-align: middle;
}
.cree-tbl tr td {
	border: 1px solid #FBB03C;
	background: #fff;
	vertical-align: middle;
	padding: 15px;
}
.cree-tbl tr .sat {
	background: #DFF1FC;
}
.cree-tbl tr .sun {
	background: #ccc;
}
.cree-tbl tr .day {
	width: 15%;
}
.cree-tbl tr .time {
	width: 35%;
}
.cree-tbl tr .point {
	width: 60%;
}
@media only screen and (max-width: 768px){
.cree-tbl {
}
.cree-tbl tr th {
	padding: 10px;
}
.cree-tbl tr td {
	padding: 10px;
}
.cree-tbl tr .sat {}
.cree-tbl tr .sun {}
.cree-tbl tr .day {}
.cree-tbl tr .time {}
.cree-tbl tr .point {}
}

















/*++++++++++++++++++++++++++++++++++++
+
+　入試情報　学費・奨学金
+
+++++++++++++++++++++++++++++++++++++*/
.gkuhi-tbl {
	width: 100%;
	border: 1px solid #FBB03C;
	margin: 0px 0px 5px;
}
.gkuhi-tbl .thead th {
	border: 1px solid #FBB03C;
	background-color: #fee8c6;
	text-align: center;
	padding: 10px;
}
.gkuhi-tbl tr td {
	border: 1px solid #FBB03C;
	background-color: #fff;
	text-align: right;
	padding: 10px;
	vertical-align: middle;
}
.gkuhi-tbl tr td.t-l {
	text-align: left;
}
.gkuhi-note {
	font-size: 12px;
	margin: 0px 0px 30px;
}
.gkuhi-tbl td:first-child {
	background: #fff7eb;
	text-align: center;
	vertical-align: middle;
}
.gkuhi-tbl2 {
	width: 100%;
	border: 1px solid #FBB03C;
	margin: 0px 0px 5px;
}
.gkuhi-tbl2 tr td {
	border: 1px solid #FBB03C;
	background-color: #fff;
	padding: 10px;
}
.gkuhi-tbl3 {
	width: 100%;
	border: 1px solid #FBB03C;
	margin: 0px 0px 5px;
}
.gkuhi-tbl3 .thead th {
	border: 1px solid #FBB03C;
	background-color: #fee8c6;
	text-align: center;
	padding: 10px;
}
.gkuhi-tbl3 tr td {
	border: 1px solid #FBB03C;
	background-color: #fff;
	text-align: justify;
	vertical-align: middle;
	padding: 10px;
	width: 20%;
}
.gkuhi-tbl3 tr td.t-c {
	text-align: center;
}
.gkuhi-tbl3 td.typ01 {
	background: #fff7eb;
	text-align: justify;
	vertical-align: middle;
}
.gkuhi-tbl4 {
	width: 100%;
	border: 1px solid #FBB03C;
	margin: 0px 0px 40px;
}
.gkuhi-tbl4 .thead th {
	border: 1px solid #FBB03C;
	background-color: #fee8c6;
	text-align: center;
	padding: 10px;
}
.gkuhi-tbl4 tr td {
	border: 1px solid #FBB03C;
	background-color: #fff;
	text-align: justify;
	vertical-align: middle;
	padding: 10px;
}
.gkuhi-tbl4 td:first-child {
	background: #fff7eb;
	text-align: justify;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .gkuhi-tbl {
    width: 100%;
    border-bottom: none;
  }
  .gkuhi-tbl .thead {
    display: none;
  }
  .gkuhi-tbl tr {
    width: 100%;
  }
  .gkuhi-tbl tr td {
    display: block;
    text-align: right;
    width: auto;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .gkuhi-tbl td:first-child {
    background: #FBB03C;
    font-weight: bold;
    text-align: center;
    border: none;
  }
  .gkuhi-tbl td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  .gkuhi-tbl2 {
	width: 100%;
	border-bottom: none;
	margin: 0px 0px 5px;
}
.gkuhi-tbl2 tr td {display: block;border-top: none;border-left: none;border-right: none;}
.gkuhi-tbl3 {
    width: 100%;
    border-bottom: none;
  }
  .gkuhi-tbl3 .thead {
    display: none;
  }
  .gkuhi-tbl3 tr {
    width: 100%;
  }
  .gkuhi-tbl3 tr td {
    display: block;
    text-align: right;
    width: auto;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .gkuhi-tbl3 tr td.t-c {
	text-align: right;
}
  .gkuhi-tbl3 td:first-child {
    background: #FBB03C;
    font-weight: bold;
    text-align: center;
    border: none;
    width: auto;
  }
  .gkuhi-tbl3 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
 .gkuhi-tbl4 {
    width: 100%;
    border-bottom: none;
  }
  .gkuhi-tbl4 .thead {
    display: none;
  }
  .gkuhi-tbl4 tr {
    width: 100%;
  }
  .gkuhi-tbl4 tr td {
    display: block;
    text-align: right;
    width: auto;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .gkuhi-tbl4 td:first-child {
    background: #FBB03C;
    font-weight: bold;
    text-align: center;
    border: none;
    width: auto;
  }
  .gkuhi-tbl4 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}






/*++++++++++++++++++++++++++++++++++++
+
+　
+
+++++++++++++++++++++++++++++++++++++*/
.cont-box {
    border-left: 12px solid #fbb03b;
    margin: 0 0 30px;
    padding: 0 0 0 15px;
}
.con-tbl {
	width: 100%;
	margin: 0px 0px 30px;
	border-top: 1px solid #CCC;
}
.con-tbl tr th {
	border-bottom: 1px solid #CCC;
	background: #f3f3f3;
	width: 25%;
	padding: 15px;
}
.con-tbl tr td {
	border-bottom: 1px solid #CCC;
	padding: 15px;
}
.con-tbl tr td select {
	height: 30px;
	width: 100%;
	padding: 5px 10px;
	background: #FFF;
	display: block;
	box-sizing: border-box;
	line-height:1.6;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #666;
}
.con-tbl tr td select.select_sh,
.con-tbl tr td select.select_sh3 {
	width: 140px;
	display: inline-block;
}
.con-tbl tr td select.select_sh2 {
	width: 140px;
	margin: 0 0 10px;
}
.con-tbl tr td input.input_sh {
	width: 120px;
}

.con-tbl tr td input {
	height: 30px;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #CCC;
	font-size: 14px;
	box-sizing: border-box;
}
.con-tbl tr td .fm-style2 {
	height: 120px;
	width: 90%;
	padding: 5px 10px;
	line-height: 1.5;
	border: 1px solid #CCC;
	font-size: 14px;
}
.con-tbl tr td .fm-style3 {
	height: 30px;
	width: 22%;
	padding: 5px 10px;
	border: 1px solid #CCC;
	font-size: 14px;
}
.con-tbl tr td button {
	padding: 5px 10px;
	color: #666;
}
.con-tbl tr td input[type="file"] {
	height: auto;
	width: 100%;
	padding: 0;
	border: none;
	font-size: 14px;
	box-sizing: border-box;
}
.con-tbl tr td .mwform-file-delete {
	font-size: 18px;
}
body .con-tbl tr td span.sup_txt {
	font-size: 11px;
	display: block;
	line-height: 1.5;
	/* padding: 10px 0 0; */
}
.btn-area {
	text-align: center;
	margin: 0px 0px 10px;
}
.btn-area .btn {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 2%;
}
.btn-area .btn a {
	display: block;
	color: #FFF;
	background: #fbb03b;
	line-height: 45px;
}
.btn-area .btn input[type="submit"] {
	display: block;
	width: 100%;
	border: none;
	color: #FFF;
	background: #fbb03b;
	line-height: 45px;
	cursor: pointer;
}
.btn-area .btn input[name="submitBack"] {
	display: block;
	width: 100%;
	margin: 20px 0 0;
	border: none;
	color: #FFF;
	background: #ccc;
	line-height: 45px;
	cursor: pointer;
}
.mw_wp_form_preview .noView {
	display: none !important;
}
@media only screen and (max-width: 768px){
.cont-box {
    border-left: 10px solid #fbb03b;
    margin: 0 0 20px;
    padding: 0 0 0 10px;
}
.con-tbl {
	margin: 0px 0px 30px;
}
.con-tbl tr th {
	border-bottom: none;
	width: auto;
	padding: 10px;
	display: block;
}
.con-tbl tr td {
	padding: 10px;
	display: block;
}
.con-tbl tr td select {
	-webkit-appearance: none;
}
.con-tbl tr td .fm-style1 {
	height: 25px;
	padding: 3px 7px;
	font-size: 13px;
}
.con-tbl tr td .fm-style2 {
	height: 60px;
	padding: 3px 7px;
	font-size: 13px;
	-webkit-appearance: none;
	border-radius: 0;
}
.con-tbl tr td .fm-style3 {
	height: 25px;
	padding: 3px 7px;
	font-size: 13px;
}

.btn-area {margin: 0;}
.btn-area .btn {
	width: 100%;
	margin: 0 0 10px;
	display: block;
}
.btn-area .btn a {
	line-height: 35px;
}
.con-tbl tr td select.select_sh,
.con-tbl tr td select.select_sh3 {
	width: 27%;
}
.con-tbl tr td input {
	-webkit-appearance: none;
	border-radius: 0;
}
.con-tbl tr td button {
	-webkit-appearance: none;
}
.con-tbl tr td input[type="file"] {
	-webkit-appearance: none;
}
}









/*++++++++++++++++++++++++++++++++++++
+
+　編入学サポート
+
+++++++++++++++++++++++++++++++++++++*/
.sec-car-tra {
	margin: 0 0 40px;
}
.sec-car-tra:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility:hidden;
}
.sec-car-tra .img {
	float: right;
	width: 25%;
	margin: 0px 0px 3% 2%;
	height: auto;
}
.sec-car-tra .name {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0px 0px 5px;
}
.cree-tbl tr td:nth-of-type(2), .cree-tbl tr td:nth-of-type(3) {
    text-align: center;
}
@media only screen and (max-width: 768px){
.sec-car-tra {
	margin: 0 0 20px;
}
.sec-car-tra:after {}
.sec-car-tra .img {
	width: 48%;
	margin: 0px 0px 2% 2%;
}
.sec-car-tra .name {
	font-size: 1.4rem;
}
}



/*****************  フローティングボタン *****************/
#sub-nav {
	position: fixed;
	right: 0px;
	width: 100%;
	top: 106px;
	background: #4694d0;
	z-index: 9999;
	padding: 0;
}
#sub-nav.hoiku {
	background: #FF8397;
	border-bottom: solid 2px #fff6f7;
}
#sub-nav.life {
	background: #4694d0;
	border-bottom: solid 2px #ebf4fa;
}


#sub-nav .inn {
	margin: 0px auto;
	max-width: 1080px;
}
#sub-nav .inn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#sub-nav .inn li {
	width: 16%;
	float: left;
}
#sub-nav .inn li {
	position: relative;
	height: 52px;
}
#sub-nav.hoiku .inn li {
    width: 20%;
}
#sub-nav.life .inn li {
	display: block;
}
#sub-nav .inn li:last-child {
	margin:0 0;
}
#sub-nav.hoiku .inn li.actv {
	border: solid 2px #FF8397;
	background: #fff;
}
#sub-nav.life .inn li.actv {
	border: solid 2px #4694d0;
	background: #fff;
}
#sub-nav.hoiku .inn li.actv:before {
	color: #FF8397;
}
#sub-nav.life .inn li.actv:before {
	color: #4694d0;
}

#sub-nav .inn li p {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 100%;
	left: 1px;
}
#sub-nav .inn li p a {
	display: block;
	color: #fff;
	padding: 0 5%;
	line-height: 1.3;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	border-left: solid 1px #fff;
}
#sub-nav .inn li:last-child p a {
	border-right: solid 1px #fff;
}

@media only screen and (max-width: 768px){
#sub-nav {top: 54px;}
#sub-nav.hoiku {}
#sub-nav.life {}


#sub-nav .inn {border-top: solid 1px #fff;border-left: solid 1px #fff;}
#sub-nav .inn:after {}
#sub-nav .inn li {
	width: 50%;
	box-sizing: border-box;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#sub-nav .inn li:nth-child(even) {
	float: right;
}
/* #sub-nav .inn li:last-child {
	width: 100%;
} */
#sub-nav .inn li  {height: 30px;}
#sub-nav.hoiku .inn li {}
#sub-nav.life .inn li {}
#sub-nav .inn li:last-child {
}


#sub-nav .inn li p {}
#sub-nav .inn li p a {
	font-size: 1.2rem;
	border: none;
	display: block;
}
#sub-nav .inn li:last-child p a {border: none;}
#sub-nav .inn li a:before{
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 5px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 32px;
}
}



.sec-faq {
	padding: 0px 0px 70px;
}
.sec-faq .innWrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 45px 0 0;
}
.sec-faq .faq {
	margin: 0px 0px 40px;
}
.sec-faq .faq .faq-q {
	border-bottom: 2px solid #dcdcdc;
	margin: 0px 0px 15px;
	padding: 0px 0px 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ff9933;
}
.sec-faq .faq .faq-q p {text-indent: -1.8em;margin-left: 1.8em;}
.sec-faq .faq .faq-q p:before{
	background : none;
	content: "Q.";
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 5px 0 0;
	font-size: 2.2rem;
	color: #ff9933;
	vertical-align: middle;
}
.sec-faq .faq .faq-a {text-indent: -1.8em;margin-left: 1.8em;}
.sec-faq .faq .faq-a:before{
	background : none;
	content: "A.";
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 5px 0 0;
	font-size: 2.2rem;
	color: #ff3b21;
	vertical-align: middle;
}
.sec-faq .faq .faq-a a {
	text-decoration: underline;
}
@media only screen and (max-width: 768px){
.sec-faq {
	padding: 0px 0px 35px;
}
.sec-faq .innWrap {
	margin: 0 5%;
	padding: 25px 0 0;
}
.sec-faq .faq {
	margin: 0px 0px 30px;
}
.sec-faq .faq .faq-q {
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	font-size: 1.5rem;
}
.sec-faq .faq .faq-q p {}
.sec-faq .faq .faq-q p:before{
	font-size: 1.8rem;
	color: #ff9933;
	vertical-align: middle;
}
.sec-faq .faq .faq-a {}
.sec-faq .faq .faq-a:before{
	font-size: 1.8rem;
}
.sec-faq .faq .faq-a a {}
}

.ext-img {
	float: right;
	margin: 0px 0px 3% 2%;
	width: 55%;
}
.ext-img2 {
	float: right;
	margin: 0px 0px 3% 2%;
	width: 42%;
}
@media only screen and (max-width: 768px){
.ext-img {
	margin: 0px 0px 2% 2%;
	width: 48%;
}
.ext-img2 {
	margin: 0px 0px 2% 2%;
	width: 48%;
}
}


/*++++++++++++++++++++++++++++++++++++
+
+　ライフデザイン総合学科　各エリアメインイメージ
+
+++++++++++++++++++++++++++++++++++++*/
.sec-area .main-image {margin: 0px 0px 40px; text-align:center;}
@media only screen and (max-width: 768px){
.sec-area .main-image {margin: 0px 0px 20px;}
}



/*++++++++++++++++++++++++++++++++++++
+
+　キャンパスライフ
+
+++++++++++++++++++++++++++++++++++++*/
.sec-cl-voice:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-cl-voice .img {
	float: left;
	width: 40%;
}
.sec-cl-voice .text {
	float: right;
	width: 58%;
}
.sec-cl-voice .text .sst {
	font-weight: bold;
	color: #FBB03C;
	font-size: 2.4rem;
	margin: 0px 0px 15px;
}
.sec-cl-voice .text .txt {
	margin: 0px 0px 40px;
}
.sec-cl-voice .text .name {
	text-align: right;
}
.sec-cl-voice {
	margin: 0px 0px 40px;
}
.sec-cl-flow {
	margin: 0px 0px 80px;
}
.sec-cl-flow dl {
	padding: 0 0 20px;
	border-bottom: 1px solid #CCC;
	margin: 0px 0px 20px;
}
.sec-cl-flow dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.sec-cl-flow dl dt {
	font-size: 2rem;
	font-weight: bold;
	float:left;
}
.sec-cl-flow dl dt:before {
	background : none;
	content: "●";
	margin: 0 10px 0 0;
	font-size: 2rem;
	color: #fbb03b;
}
.sec-cl-flow dl dd {
	float: right;
}
@media only screen and (max-width: 768px){
.sec-cl-voice:after {}
.sec-cl-voice .img {
	float: none;
	width: auto;
	margin: 0 0 15px;
}
.sec-cl-voice .text {
	float: none;
	width: auto;
}
.sec-cl-voice .text .sst {
	font-size: 1.8rem;
	margin: 0px 0px 5px;
}
.sec-cl-voice .text .txt {
	margin: 0px 0px 10px;
}
.sec-cl-voice .text .name {
}
.sec-cl-voice {
	margin: 0px 0px 20px;
}
.sec-cl-flow {
	margin: 0px 0px 80px;
}
.sec-cl-flow dl {
	padding: 0 0 10px;
	margin: 0px 0px 10px;
}
.sec-cl-flow dl:after {}
.sec-cl-flow dl dt {
	font-size: 1.6rem;
	float: none;
	margin: 0 0 10px;
}
.sec-cl-flow dl dt:before {
	margin: 0 5px 5px 0;
	font-size: 1.8rem;
}
.sec-cl-flow dl dd {
	float: none;
}
}

.car-intro {
	margin: 0px 0px 40px;
}
.car-intro:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.car-intro .img {
	text-align: center;
	float: left;
	width: 40%;
}
.car-intro .txt {
	float: right;
	width: 57%;
}
@media only screen and (max-width: 768px){
.car-intro {
	margin: 0px 0px 20px;
}
.car-intro:after {}
.car-intro .img {
	float: none;
	width: auto;
	margin: 0 0 10px;
}
.car-intro .txt {
	float: none;
	width: auto;
}
}

#news_area .news.text .img1 {
	margin: 0px 0px 15px;
}
#news_area .news.text .img1 div {
	text-align:center;
}
#news_area .news.text .img2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#news_area .news.text .img2 div {
	float: left;
	width: 48%;
	margin: 0px 0px 15px;
	text-align:center;
}
#news_area .news.text .img2 div:nth-child(even) {
	float: right;
}
@media only screen and (max-width: 768px){
#news_area .news.text .img1 {
	margin: 0px 0px 10px;
}
#news_area .news.text .img1 div {}
#news_area .news.text .img2:after {}
#news_area .news.text .img2 div {
	float: left;
	width: 48%;
	margin: 0px 0px 15px;
	text-align:center;
}
#news_area .news.text .img2 div:nth-child(even) {
	float: right;
}
}




/*++++++++++++++++++++++++++++++++++++
+
+　WPレイアウト
+
+++++++++++++++++++++++++++++++++++++*/
.wp-block-gallery:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.wp-block-gallery li {
	margin: 0 0 10px;
	text-align:center;
}
.wp-block-gallery.columns-2 li {
	width: 48%;
	float: left;
}
.wp-block-gallery.columns-2 li:nth-child(even) {
	float: right;
}
figure {
	margin:0;
	padding:0;
}


#guide-nav {
	background: linear-gradient(90deg,#18bbd3 0%,#18bbd3 50%,#b8db17 50%,#b8db17 100%);
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9998;
}
#guide-nav.guide-nav2 {
	background: #18bbd3;
}

#guide-nav ul {
	max-width: 980px;
	margin: 0 auto;
}
#guide-nav ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#guide-nav ul li {
	float: left;
	width: 50%;
	text-align: center;
}
#guide-nav.guide-nav2 ul li {
	float: none;
	width: 100%;
}

#guide-nav ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	display: block;
	padding: 15px 0;
}
#guide-nav ul li:nth-child(1) a {}
#guide-nav ul li:nth-child(1) a:before{
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 35px;
	height: 24px;
	background: url(../images/common/icon_shiryo.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#guide-nav ul li:nth-child(2) a {}
#guide-nav ul li:nth-child(2) a:before{
	margin: 0 8px 0 0;
	content: " ";
	display: inline-block;
	width: 32px;
	height: 28px;
	background: url(../images/common/icon_opcn.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
@media only screen and (max-width: 768px){
#guide-nav {}
#guide-nav ul {}
#guide-nav ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#guide-nav ul li {
    position: relative;
    height: 80px;
}
#guide-nav ul li a {
	font-size: 13px;
	padding: 12px 0 10px;
	line-height: 1.2;
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 100%;
}
#guide-nav ul li:nth-child(1) a {}
#guide-nav ul li:nth-child(1) a:before{
	margin: 0 0 5px;
	content: " ";
	display: block;
	width: 100%;
	height: 18px;
	background-position: center center;
}
#guide-nav ul li:nth-child(2) a {}
#guide-nav ul li:nth-child(2) a:before{
	margin: 0 0 4px;
	display: block;
	width: 100%;
	height: 20px;
	background-position: center center;
}
}

.box-2 {
	margin: 0 0 40px;
}
.box-2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.box-2 .box {
	float: left;
	width: 48%;
}
.box-2 .box:nth-child(even) {
	float: right;
}
@media only screen and (max-width: 768px){
.box-2 {
	margin: 0 0 20px;
}
.box-2:after {}
.box-2 .box {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.box-2 .box:nth-child(even) {
	float: none;
}
}



/*=======================================
　追加css
=======================================*/
.sch-tbl1 tr th.aline_t {
    vertical-align: top;
}
.link_u {
	text-decoration: underline;
}
.txt_left {
	text-align: left!important;
}

.sdgs_img {
	text-align: center;
	margin-bottom: 40px;
}
.sec-eco6 ul li {
    margin: 0px 0px 40px;
    float: left;
    width: 48%;
}
.sec-eco6 ul li:nth-child(2) {
    float: right;
}
.eco-btn li:nth-child(-n+3) {
    margin-bottom: 10px;
}
@media only screen and (max-width: 990px){
.eco-btn li {
    width: 42%;
}
}
@media only screen and (max-width: 768px){
.sec-eco6 ul li {
    margin: 0px 0px 20px;
}
}


/*=======================================
就職サポート 230522
=======================================*/
#career_support_box {
	width: 800px;
	padding: 20px 0 0;
}
#career_support_box .columnBox {
	width: 800px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#career_support_box .columnBox .column {
	width: 250px;
	padding: 0 0 40px;
}
#career_support_box .columnBox .column img {
	width: 100%;
	height: auto;
}
#career_support_box .columnBox .column h4 {
	padding: 10px 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #fbb03c;
}
#career_support_box .columnBox .column p {
	padding: 5px 0 0;
	font-size: 14px;
	color: #585858;
	line-height: 1.8;
}
@media only screen and (max-width: 768px) {
/*=======================================
就職サポート 230522
=======================================*/
	#career_support_box {
		width: 100%;
		padding: 10px 0 0;
	}
	#career_support_box .columnBox {
		width: 100%;
	}
	#career_support_box .columnBox .column {
		width: 100%;
		padding: 0 0 30px;
	}
}

/*=======================================
入試情報左カラムアコーディオンメニュー
=======================================*/
#sidenav .menu .drop_menu a{
	cursor: pointer;
}
#sidenav .menu .drop_menu_list li{
	line-height: 2.5em;
}
#sidenav .menu .drop_menu_list li a{
	height: 40px;
	cursor: pointer;
}
#sidenav .menu .drop_menu_list li a:before{
	line-height: 40px;
}

@media only screen and (max-width: 768px) {
	#sidenav .menu .drop_menu_list li {
		line-height: 3em;
	}
}


/*=======================================
入試情報 指定校推薦
=======================================*/

.menjo{ padding: 1rem; text-align: center; border:double 5px #FBB03D;}


/*=======================================
3つのポリシー　
=======================================*/

#hoiku2025,#life2025{ padding-top: 110px;}
.f-style{ margin-bottom: 15px; font-size: 18px; font-weight: bold;}
@media only screen and (max-width: 768px) {
	#hoiku2025,#life2025{ padding-top: 80px;}
    .f-style { font-size: 1.6rem;}
	.f-style a { margin-top: 1rem; display: block;}
}

/* 追加 */
.gkuhi-tbl tr td.border-b{border-bottom: 2px solid #000;}
@media only screen and (max-width: 768px) {
	.gkuhi-tbl tr td.border-b{border-bottom: unset;}
}



