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

p a {
    color: #cb2937;
}

/****************************************
+
+　ナビゲーション
+
*****************************************/
.fac_nav {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	margin: 0px 0px 35px;
}
.fac_nav.snav {
	border-bottom: none;
}
.fac_nav ul {
}
.fac_nav ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility:hidden;
}
.fac_nav ul li a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	line-height: 1.5em;
    position: relative;
}
.fac_nav ul li a:hover {
	background: #fdf0f1;
}
.fac_nav ul li .active{
	background: #fdf0f1;
}
.fac_nav ul li {
	margin: 0;
	padding: 0;
	width: 25%;
	float: left;
	text-align: center;
	display: table;
	min-height: 70px;
}
.fac_nav ul li:nth-child(-n+8) {
	border-bottom: 1px dotted #000;
}
.fac_nav ul li a:before{
	background-image: url(/images/life/red_arrow.png);
	background-repeat: no-repeat;
	margin: 0;
	content: " ";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: contain;
	vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform : translate(0%,-50%);
    transform : translate(0%,-50%);
}

@media only screen and (max-width: 970px){
.fac_nav ul li {
	font-size:12px;
}
}


@media only screen and (max-width: 768px){
.fac_nav {
	padding: 0;
	margin: 0px 0px 20px;
}
.fac_nav ul {
}
.fac_nav ul li {
	width:auto;
	margin: 0;
	font-size: 13px;
	display: block;
	text-align: left;
	float:none;
	border-bottom: 1px dotted #000;
	min-height:0;
}
.fac_nav ul li:last-child {
	border-bottom: none;
}
.fac_nav ul li a {
	padding: 10px;
	display:block;
}

}

/****************************************
　ニュース
*****************************************/
#news_area {
	float: none;
	width: auto;
	padding: 0;
}
#news_area .news {
	padding: 0px 0px 30px;
}
#news_area .title {
	margin: 0px 0px 30px;
}
#news_area .title .st {
	font-size: 22px;
	text-align: center;
	margin: 0px auto;
	width: 22%;
}
#news_area .title .st span::before{
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/images/index/icon_news.png);
	background-size: contain;
	vertical-align: middle;
}
#news_area .title .btn_area {
	float: right;
	width: 33%;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px;
}
#news_area .title .btn_area ul .rss_btn {
	width: 15%;
	text-align: center;
	line-height: 32px;
	margin: 0px 3% 0px 0px;
	float: left;
}
#news_area .title .btn_area ul .rss_btn a {
	color:#FFF;
	background: #9a9a9a;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display:block;
	border: solid 2px #9a9a9a;
}
#news_area .title .btn_area ul .rss_btn a:hover {
	color:#9a9a9a;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display:block;
}
#news_area .title .btn_area ul .cate_btn {
	width: 38%;
	text-align: center;
	line-height: 32px;
	margin: 0px 3% 0px 0px;
	float: left;
}
#news_area .title .btn_area ul .cate_btn a {
	color: #cb2837;
	display:block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
}
#news_area .title .btn_area ul .cate_btn a:hover {
	color: #fff;
	background:#cb2837;
	display:block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
}
#news_area .title .btn_area ul .cate_btn .fa {
	margin: 10px 5px 0px 0px;
	float: right;
}
#news_area .title .btn_area ul .ichiran_btn {
	float: left;
	font-size: 12px;
	color: #FFF;
	width: 36%;
	text-align: center;
	line-height: 32px;
}
#news_area .title .btn_area ul .ichiran_btn a {
	background: #cb2837;
	color: #FFF;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
}
#news_area .title .btn_area ul .ichiran_btn a:hover {
	background: #FFF;
	color: #cb2837;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
}
#news_area .title .btn_area ul .ichiran_btn .fa {
	margin: 13px 5px 0px 0px;
	float: right;
}


#news_area .news ul{
	border-bottom: 1px solid #e0e0e0;
	padding: 0 3%;
}
#news_area .news ul:first-child {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}
#news_area .news ul:hover {
	background: #faf9f6;
}
#news_area .news ul:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#news_area .news .day {
	width: 13%;
	float: left;
	padding: 10px 0;
	line-height: 26px;
}
#news_area .news ul .day .date {
	margin: 0 10px 0 0;
}
#news_area .news .cate {
	width: 15%;
	float: left;
	padding: 10px 0px;
	line-height: 26px;
	/* text-align:center; */
}
#news_area .news .cont  {
	width: 70%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: right;
}

#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;
}

@media only screen and (max-width: 1000px){
#news_area {
	float: none;
	width: auto;
	padding: 0 0 50px;
}
#news_area .news {
	padding: 0px 0 15px;
}
#news_area.index .news {
	padding: 0px 5% 15px;
}
#news_area .title .btn_area {
	float: none;
	width: auto;
	margin: 30px 5% 0px;
}
#news_area .title .btn_area:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#news_area .title .btn_area ul {
	text-align:center;
}
#news_area .title .btn_area ul li {
	display:inline-block;
	text-align:center;
	font-size:10px !important;
}
#news_area .title .btn_area ul .rss_btn {
	width: 80px;
	line-height: 23px;
	margin: 0px 0px 0px 0px;
	float: none;
	font-size: 10px;
}
#news_area .title .btn_area ul .rss_btn a {
	color:#FFF;
}
#news_area .title .btn_area ul .cate_btn {
	width: 150px;
	line-height: 23px;
	margin: 0px;
	float: none;
	padding: 0;
}
#news_area .title .btn_area ul .cate_btn a {
	padding: 0;
	float: none;
}
#news_area .title .btn_area ul .cate_btn .fa {
	margin: 5px 3px 0px 0px;
}
#news_area .title .btn_area ul .ichiran_btn {
	width: 150px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	float: none;
}
#news_area .title .btn_area ul .ichiran_btn a {
	padding: 0;
}
#news_area .title .btn_area ul .ichiran_btn .fa {
	margin: 7px 3px 0px 0px;
}
}
@media only screen and (max-width: 768px){
#news_area .title .btn_area {
	float: none;
	width: auto;
	margin: 30px 5% 0px;
}
#news_area .title .btn_area:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#news_area .title .btn_area ul {
	text-align:center;
}
#news_area .title .btn_area ul li {
	display:inline-block;
	text-align:center;
	font-size:10px !important;
}
#news_area .title .btn_area ul .rss_btn {
	width: 15%;
	line-height: 23px;
	margin: 0px 0px 0px 0px;
	float: none;
	font-size: 10px;
}
#news_area .title .btn_area ul .rss_btn a {
	color:#FFF;
}
#news_area .title .btn_area ul .cate_btn {
	width: 40%;
	line-height: 23px;
	margin: 0px;
	float: none;
	padding: 0;
}
#news_area .title .btn_area ul .cate_btn a {
	padding: 0;
	float: none;
}
#news_area .title .btn_area ul .cate_btn .fa {
	margin: 5px 3px 0px 0px;
}
#news_area .title .btn_area ul .ichiran_btn {
	width: 40%;
	line-height: 23px;
	margin: 0;
	padding: 0;
	float: none;
}
#news_area .title .btn_area ul .ichiran_btn a {
	padding: 0;
}
#news_area .title .btn_area ul .ichiran_btn .fa {
	margin: 7px 3px 0px 0px;
}
}

@media only screen and (max-width: 768px){
#news_area {
	padding: 0px 0px 30px;
}
#news_area .title {
	margin: 0px 0px 15px;
}
#news_area .title .st {
	font-size: 18px;
	width: auto;
	margin: 0 0 15px;
}
#news_area .title .st span::before{
	margin: 0 5px 0 0;
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/images/index/icon_news.png);
	background-size: contain;
	vertical-align: middle;
}
#news_area .title .btn_area {
	float: none;
	width: auto;
	margin: 0px 5% 0px;
}

#news_area .news{
}
#news_area .news ul{padding: 0 3%;}
#news_area .news ul:first-child {
}
#news_area .news ul:hover {
}
#news_area .news ul:after{
}
#news_area .news .day {
	width: auto;
	float: left;
	padding: 15px 0px 5px;
	line-height: 20px;
}
#news_area .news ul .day p {
	float: left;
}

#news_area .news .day:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#news_area .news .cate {
	float: left;
	padding: 15px 0px;
	line-height: 26px;
	/* text-align:center; */
	width: 70%;
}
#news_area .news .cate .icon {
	float: left;
	margin: 0 1px 0 0;
}
#news_area .news .icon {
	margin: 0 0 0 10px;
	letter-spacing: 0.1em;
	font-size: 10px;
	line-height: 20px;
}

#news_area .news .cont  {
	width: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	float: none;
}
#news_area .news .cont:before {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#news_area .icon_stu {
	font-size: 11px;
	margin: 0 0 0 10px;
	min-width: 90px;
	max-width: 90px;
	letter-spacing: 0em;
	line-height: 20px;
}
#news_area .icon_oshi {
	font-size: 11px;
	margin: 0 0 0 10px;
	min-width: 90px;
	max-width: 90px;
	letter-spacing: 0em;
	line-height: 20px;
}
#news_area .icon_topics {
	font-size: 11px;
	margin: 0 0 0 10px;
	min-width: 90px;
	max-width: 90px;
	letter-spacing: 0em;
	line-height: 20px;
}
#news_area .icon_media {
	font-size: 11px;
	margin: 0 0 0 10px;
	min-width: 90px;
	max-width: 90px;
	letter-spacing: 0em;
	line-height: 20px;
}
#news_area .icon {
	margin: 0 0 0 10px;
	letter-spacing: 0.1em;
	font-size: 10px;
	line-height: 20px;
}
#news_area .icon {
	font-size: 12px;
	color: #FFF;
	min-width: 120px;
	max-width: 150px;
	letter-spacing: -0.1em;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 25px;
	margin: 0px 0px 2px;
}
}




/*++++++++++++++++++++++++++++++++++++
+
+　ニュースアイコン一覧
+
+++++++++++++++++++++++++++++++++++++*/


#news_area .news .pdf:before , #event_area .news .pdf:before{
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 1% 0 0;
	font-size: 14px;
	color: #CB2837;
	font-weight: normal;
}
#news_area .news .blank:before , #event_area .news .blank:before{
	margin: 0 2% 0 0;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(/images/common/blank_icon_r.png);
	background-size: contain;
	vertical-align: middle;
}
#news_area .news .excel:before , #event_area .news .excel:before{
	content: "\f1c3";
	font-family: FontAwesome;
	margin: 0 1% 0 0;
	font-size: 14px;
	color: #CB2837;
	font-weight: normal;
}
#news_area .news .word:before , #event_area .news .word:before{
	content: "\f1c2";
	font-family: FontAwesome;
	margin: 0 1% 0 0;
	font-size: 14px;
	color: #CB2837;
	font-weight: normal;
}

/*お知らせ*/
#news_area .icon-info {
	background: #4daadf !important;
}
/*課外活動*/
#news_area .icon-acti {
	background: #009900 !important;
}
/*奨学金?特待生*/
#news_area .icon-scho {
	background: #c089dc !important;
}
/*修学支援*/
#news_area .icon-supp {
	background: #cb2837 !important;
}
/*医務室*/
#news_area .icon-med {
	background: #eba92a !important;
}


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

	
#news_area .news .pdf:after , #event_area .news .pdf:after{
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 0 0 1%;
	font-size: 14px;
	color: #CB2837;
	font-weight: normal;
}
#news_area .news .blank:before , #event_area .news .blank:before{
	margin: 0 0 0 0;
	display: block;
	width: 0px;
	height: 0;
}
#news_area .news .blank:after , #event_area .news .blank:after{
	margin: 0 0 0 2%;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(/images/common/blank_icon_r.png);
	background-size: contain;
	vertical-align: middle;
}
#news_area .news .excel:after , #event_area .news .excel:after{
	content: "\f1c3";
	font-family: FontAwesome;
	margin: 0 0 0 1%;
	font-size: 14px;
	color: #CB2837;
	font-weight: normal;
}
#news_area .news .word:after , #event_area .news .word:after{
	content: "\f1c2";
	font-family: FontAwesome;
	margin: 0 0 0 1%;
	font-size: 14px;
	color: #CB2837;
	font-weight: normal;
}
}





/*==========================
　ページャー
==========================*/
.wp-pagenavi {
    overflow: hidden;
    list-style: none;
    text-align:center;
}
 
.wp-pagenavi {
    margin: 0 0.1em;
}
 
.wp-pagenavi span,
.wp-pagenavi a {
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 3px;
    margin: 0 0.1em;
}

.wp-pagenavi a {
display: inline-block;
}
 
.wp-pagenavi a {
    background: #EEE;
    color: #000;
    text-decoration: none;
}
 
.wp-pagenavi a:hover {
    background: #333;
    color: #FFF;
}

@media only screen and (max-width: 768px){
.wp-pagenavi {}
.wp-pagenavi span,
.wp-pagenavi a {
    font-size: 12px;
    padding: 0.5em;
} 
.wp-pagenavi a:hover {
    background: #333;
    color: #FFF;
}


}



/*==========================
　ニュースタイトル
==========================*/
#news_area {
	margin: 0 0 80px;
}
#news_area .title h3 {
	float: left;
	line-height:35px;
}
#news_area .title .btn_area {
	width: 25%;
	float: right;
}
#news_area .title .btn_area:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#news_area .title .btn {
	float: left;
	width: 73%;
	text-align: center;
	line-height: 32px;
	margin: 0 0 0 2%;
}
#news_area .title .btn a {
	display: block;
	color: #FFF;
	font-size: 12px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #CB2837;
}
#news_area .title .btn .fa {font-size: 16px;float: right;line-height: 35px;margin: 0 10px 0 0;}

/*RSS*/
#news_area .title .rss {
	width: 25%;
	margin:  0;
}
#news_area .title .rss a {
	background-color: #9a9a9a;
	border: solid 1px #9a9a9a; 
}
#news_area .title .rss a:hover {
	color: #9a9a9a;
	border: solid 1px #9a9a9a; 
	background-color: #fff;
}



@media only screen and (max-width: 768px){
#news_area {
	margin: 0 0 40px;
}
#news_area .title .btn_area {
	width: 100%;
	float: none;
	margin: 0 auto;
}
#news_area .title .btn {
	line-height: 25px;
	margin: 0 2% 5px;
	width: 46%;
}
#news_area .title .btn a {
	display: block;
	color: #FFF;
	font-size: 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#news_area .title .btn .fa {font-size: 14px;line-height: 25px;margin: 0 5px 0 0;}

#news_area .title h3 {
	font-size: 20px;
	line-height: 25px;
	float: none;
	margin:  0 0 10px;
}

}


#news_area .title {
	margin: 0;
}
#news_area .title:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}


/*==========================*/
.sec-textlink {
    margin: 0 0 50px;
}
.sec-textlink li {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: dotted 1px #ccc;
}
.sec-textlink li a {
    display: block;
}
.sec-textlink li a:before {
	background : none;
	content: "\e5cc";
	font-family: Material Icons;
	margin: 0 5px 0 0;
	font-size: 15px;
	color: #cb2837;
	line-height: 1;
	vertical-align: middle;
}
.sec-textlink li a.pdf:after {
	background : none;
	content: "\e415";
	font-family: Material Icons;
	margin: 0 0 0 10px;
	font-size: 15px;
	color: #cb2937;
	line-height: 1;
	vertical-align: middle;
}
.sec-textlink li a.blank:after {
	background : none;
	content: "\e3e0";
	font-family: Material Icons;
	margin: 0 0 0 10px;
	font-size: 15px;
	color: #cb2937;
	line-height: 1;
	vertical-align: middle;
}
.sec-textlink li a.excel:after {
	background : #cb2937;
	content: "Excel";
	margin: 0 0 0 10px;
	padding: 0.4em;
	font-size: 10px;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.sec-textlink li a.word:after {
	background : #cb2937;
	content: "Word";
	margin: 0 0 0 10px;
	padding: 0.4em;
	font-size: 10px;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.sec-textlink li a.download:after {
	background : none;
	content: "\e2c4";
	font-family: Material Icons;
	margin: 0 0 0 5px;
	font-size: 18px;
	color: #cb2937;
	line-height: 1;
	vertical-align: middle;
}
.download:after {
	background : none;
	content: "\e2c4";
	font-family: Material Icons;
	margin: 0 0 0 5px;
	font-size: 16px;
	color: #cb2937;
	line-height: 1;
	vertical-align: middle;
}
.sec-snsicon {
    margin: 0 0 50px;
}
.sec-snsicon li {
    float: left;
    margin: 0 30px 0 0;
    width: 12%;
}
@media only screen and (max-width: 768px){
.sec-textlink {
    margin: 0 0 40px;
}
.sec-textlink li {
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.sec-textlink li a {
    display: block;
}
.sec-textlink li a:before {
	font-size: 10px;
}
.sec-textlink li a.pdf:after {
	background : none;
	content: "\e415";
	font-family: Material Icons;
	margin: 0 0 0 10px;
	font-size: 15px;
	color: #cb2937;
	line-height: 1;
	vertical-align: middle;
}
.sec-textlink li a.blank:after {
	font-size: 10px;
	margin: 0 0 0 5px;
}
.sec-snsicon {
    margin: 0;
}
.sec-snsicon li {
    margin: 0 5% 0 0;
    width: 22%;
}
}

.attention-box {
	background:#fdeff1;
	padding: 1.2em 1.5em;
	margin: 0 0 50px;
}
.attention-box .sttl {
	font-weight: bold;
	border-bottom: 1px solid #888;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
.attention-box .sttl::before {
	margin: 0 5px 0 0;
	content: "●";
	display: inline-block;
	color: #cb2937;
	background-size: contain;
	vertical-align: middle;
	font-size: 10px;
}

.sec-table {
	width: 100%;
	margin: 0 0 20px;
}
.sec-table dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 0.7em;
    align-items: center;
}
.sec-table dl dt {
	width: 15%;
	font-weight: bold;
	text-align: center;
	background: #f3f3f3;
	padding: 0.8em 0.3em;
}
.sec-table dl dd {
	width: 85%;
	padding: 0.5em;
}

@media only screen and (max-width: 768px){
.sec-table {
	margin: 0 0 15px;
}
.sec-table dl {
    margin: 0 0 0.5em;
    display: block;
}
.sec-table dl dt {
	width: auto;
	padding: 0.3em 0.5em;
	text-align: left;
}
.sec-table dl dd {
	width: auto;
	padding: 0.5em 0.5em 1em;
}
}
.sp-scroll {
	margin: 0 0 50px;
}
.ship-table {
    width: 100%;
    border: solid 1px #ccc;
}
.ship-table th {
	color: #fff;
	font-weight: bold;
	background: #cb2937;
	vertical-align: middle;
	text-align: center;
    border: solid 1px #ccc;
    padding: 1em 0.5em;
}
.ship-table th:nth-child(1) {
	width: 10%;
}
.ship-table th:nth-child(2) {
	width: 15%;
}
.ship-table th:nth-child(3) {
	width: 15%;
}
.ship-table th:nth-child(4) {
	width: 60%;
}
.ship-table td {
    border: solid 1px #ccc;
    padding: 1em 0.5em;
	vertical-align: middle;
}
.ship-table td a {
	text-decoration: underline;
}
.ship-table tr td:nth-child(1) {
	text-align: center;
}
.ship-table tr td:nth-child(2) {
	text-align: center;
}
.ship-table tr td:nth-child(3) {
	text-align: center;
}

@media only screen and (max-width: 768px){
.sp-scroll {
      overflow: scroll;
      height: 250px;
 } 
.ship-table {
    width: 650px;
}
}


.column2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 50px;
}
.column2 .column {
    width: 48%;
}
.column2.kics .column:nth-child(1) {
    width: 65%;
}
.column2.kics .column:nth-child(2) {
    width: 30%;
    text-align: center;
}

.con-btn-area {
	text-align: center;
	letter-spacing: -0.4em;
	margin: 0 auto 50px;
}
.con-btn-area .btn {
	max-width: 280px;
	width: 100%;
	text-align: center;
	letter-spacing: normal;
	display: inline-block;
	margin: 0 10px;
}
.con-btn-area .btn a {
	background: #cb2937;
	display: block;
	color: #FFF;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	height: 55px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.con-btn-area .btn a:hover {
	opacity: 0.6;
}
.con-btn-area .btn a:after{
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	margin: 0;
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.con-btn-area .btn a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;
}
@media only screen and (max-width: 768px){

.con-btn-area .btn {width: 75%;max-width: 100%;}
.con-btn-area .btn a {
	font-size: 14px;
	height: 30px;
}
.con-btn-area .btn a:after{
	font-size: 18px;
	right: 3%;
}
.con-btn-area .btn a span {}

}

.nambo-img {
    margin-bottom: 50px;
}
.nambo-line {
    margin-bottom: 50px;
}
.nambo-twi {
    margin-bottom: 100px;
}
.nambo-movie .ttl {
    margin-bottom: 40px;
}
.nambo-movie .movie-inn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap; /*折り返し*/
}
.nambo-movie .movie-inn .movie-box {
    width: 48%;
    margin: 0 0 30px;
}
.nambo-movie .movie-inn .movie {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.nambo-movie .movie-inn .movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.nambo-movie .movie-inn .movie-box p {
    margin: 5px 0 0;
}
@media only screen and (max-width: 768px){
.nambo-img {
    margin-bottom: 25px;
}
.nambo-line {
    margin-bottom: 25px;
}
.nambo-twi {
    margin-bottom: 50px;
}
.nambo-movie .ttl {
    margin-bottom: 20px;
}
.nambo-movie .movie-inn {
}
.nambo-movie .movie-inn .movie-box {
    width: 49%;
    margin: 0 0 20px;
}
.nambo-movie .movie-inn .movie {}
.nambo-movie .movie-inn .movie iframe {}
.nambo-movie .movie-inn .movie-box p {}

}



/*++++++++++++++++++++++++++++++++++++
+
+　お問い合わせフォーム
+
+++++++++++++++++++++++++++++++++++++*/

input[type=text],select {
 transform: scale(1);
}
.red_txt {
	color:#C00;
}
.con_tbl {
	width: 100%;
	border-top: 1px solid #CCC;
}
.con_tbl tr th {
	width: 20%;
	background: #fafafa;
	padding: 20px;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
}
.con_tbl tr td {
	width: 80%;
	padding: 20px;
	border-bottom: 1px solid #CCC;
}
.con_tbl tr td .btn_area {
	text-align: center;
}
.con_tbl tr td .btn_area .btn {
	width: 30%;
	border: 1px solid #CCC;
	margin: 0 5px;
	display: inline-block;
}
.con_tbl tr td .btn_area .btn a {
	background: #fafafa;
	line-height: 45px;
	display: block;
}
.fm1 {
	font-size: 14px;
	width: 80%;
	height: 35px;
	border: solid 1px #ccc;
	padding: 0 10px;
}
.fm2 {
	font-size: 14px;
	width: 30%;
	height: 35px;
	border: solid 1px #ccc;
	margin: 0 0 5px 5px;
	padding: 0 10px;
}
.fm3 {
	font-size: 14px;
	width: 80%;
	height: 120px;
	border: solid 1px #ccc;
	padding: 0 10px;
}

@media only screen and (max-width: 768px) {
.con_tbl {
}
.con_tbl tr th {
	width: auto;
	padding: 10px;
	border-bottom: none;
	display: block;
}
.con_tbl tr td {
	width: auto;
	padding: 10px;
	display: block;
}
.con_tbl tr td .btn_area {
	text-align: center;
}
.con_tbl tr td .btn_area .btn {
	width: 85%;
	margin: 0 0 5px;
}
.con_tbl tr td .btn_area .btn a {
	line-height: 35px;
}
.fm1 {
	font-size: 13px;
	width: 95%;
	height: 25px;
	padding: 0 5px;
}
.fm2 {
	font-size: 13px;
	width: 50%;
	height: 25px;
	padding: 0 5px;
}
.fm3 {
	font-size: 13px;
	width: 95%;
	height: 80px;
	padding: 0 5px;
}

}





/* ニュースタイトル　パンくず
------------------------------------- */
#newsTitleNav {
	background-color: #eeeeee;
	line-height: 110px;
	margin: 165px 0 65px;
	padding: 30px 0px 0px;
}
#newsTitleNav:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#newsTitleNav .title {float: left;font-size: 28px;}
#newsTitleNav #pankuzu {
	float: right;
	font-size: 13px;
	width: 67%;
	overflow: hidden;
}
#newsTitleNav #pankuzu p {
	height:110px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#newsTitleNav #pankuzu a:hover {
	color: #CB2837;	
}

@media only screen and (max-width: 768px){
#newsTitleNav {
	line-height: 1.5em;
	margin: 0px 0 15px;
	padding: 20px 0px 5px;
}
#newsTitleNav:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#newsTitleNav .title {
	float: none;
	font-size: 16px;
	margin: 0 0 10px;
	font-weight: bold;
}
#newsTitleNav #pankuzu {
	float: none;
	font-size: 12px;
	width: auto;
}
#newsTitleNav #pankuzu p {
	height: 1.5em;
}
#newsTitleNav #pankuzu a:hover {
	color: #CB2837;	
}
}


/****************************************
　ニュースナビ
*****************************************/
#sidenav .news_nav li {
	background: #f3f3f3;
	border-top: 1px solid #e0e0e0;
	padding: 15px 0px 15px 15px;
	font-size: 15px;
	line-height: 1.2em;
}
#sidenav .news_nav li.active {
	background: #ddd;
}
.news-title {
	border-top: 4px solid #cb2837;
	padding: 25px 0px 0px;
	margin: 0 0 10px;
}
.news-title .st1 {
	margin: 0px 0px 35px;
}
.news-title .st1 .day {
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin: 0px 15px 0px 0px;
	line-height: 26px;
}

.news-title .st1 .icon {
	font-size: 12px;
	line-height: 26px;
	color: #FFF;
	float: left;
	max-width: 100px;
	width:100%;
	text-align: center;
	background-color:#5eceea;
	border-radius:6px;
}
/*お知らせ*/
.news-title .st1 .icon-info {
	background: #4daadf !important;
}
/*課外活動*/
.news-title .st1 .icon-acti {
	background: #009900 !important;
}
/*奨学金?特待生*/
.news-title .st1 .icon-scho {
	background: #c089dc !important;
}
/*修学支援*/
.news-title .st1 .icon-supp {
	background: #cb2837 !important;
}
/*医務室*/
.news-title .st1 .icon-med {
	background: #eba92a !important;
}
.news-title .st2 {
	font-size: 26px;
	line-height: 1.538em;
	padding: 0px 0px 30px;
	border-bottom: 1px solid #c9c9c9;
}
.news-title .st2_2 {
	font-size: 26px;
	line-height: 1.538em;
	padding: 0px 0px 10px;
}
.news-sns {
	padding: 15px 0px 35px;
}
.news-sns ul li {
	float: left;
	margin: 0px 10px 0px 0px;
}
.news-text {
	font-size: 14px;
	line-height: 1.786em;
	padding: 0 0 30px;
}
.news-text a {
   color: #cb2837;
   text-decoration: underline;
}
@media only screen and (max-width: 768px){
#sidenav .news_nav li {
	font-size: 12px;
}
.news-title {
	padding: 15px 0px 0px;
}
.news-title .st1 {
	margin: 0px 0px 15px;
}
.news-title .st1 .day {
	font-size: 12px;
	margin: 0px 10px 0px 0px;
	line-height: 20px;
}
.news-title .st1 .icon {
	line-height: 20px;
	max-width: 90px;
}
.news-title .st2 {
	font-size: 14px;
	line-height: 1.5em;
	padding: 0px 0px 15px;
}
.news-sns {
	padding: 10px 0px;
}
.news-sns ul li {
	margin: 0px 10px 0px 0px;
}
.news-text {
	font-size: 14px;
	line-height: 1.786em;
	padding: 0 0 30px;
}
}




/****************************************
　ページャー
*****************************************/
.pager {
    overflow: hidden;
    list-style: none;
    text-align:center;
}
 
.pager {
    margin: 0 0.1em;
}
 
.pager span,
.pager a {
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 3px;
    margin: 0 0.1em;
}

.pager li {
display:  inline-block;
}
 
.pager a {
    background: #EEE;
    color: #000;
    text-decoration: none;
    display: block;
}
 
.pager a:hover {
    background: #333;
    color: #FFF;
}

@media only screen and (max-width: 768px){
.pager {}
.pager span,
.pager a {
    font-size: 12px;
    padding: 0.5em;
} 
.pager a:hover {
    background: #333;
    color: #FFF;
}


}


.news-text img {
    display: block;
    margin: 1em 0;
}

.event_info {
	border-bottom: 1px solid #CCC;
	margin: 0px 0px 40px;
	padding: 0px 0px 20px;
	font-size: 16px;
	line-height: 1.8em;
}
.event_info .sst {
	font-size: 15px;
	color: #CB2837;
  position: relative;
  margin:0 0 10px;
}
.event_info .sst p {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em 0 0;
  padding: 0 1em 0 0;
  background-color: #fff;
  text-align: left;
}
.event_info .sst::after {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

@media only screen and (max-width: 768px){
.event_info {
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
	font-size: 15px;
	line-height: 1.6em;
}
.event_info .sst {
	margin:0 0 5px;
}
}





.acd-check{
    display: none;
}
.acd-label{
    display: block;
}
.acd-label h4 {
	position:relative;
}
.acd-label h4:after {
	position:absolute;
	background : none;
	content: "+";
	font-size: 22px;
	color: #cb2837;
	font-weight: bold;
	right: 2%;
}
.acd-check:checked + .acd-label h4:after {
	position:absolute;
	background : none;
	content: "-";
	font-size: 22px;
	color: #cb2837;
	font-weight: bold;
	right: 2%;
}
.acd-content{
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    visibility: visible;
}