@import url(../../images/material/14/files/css/old.css);
@import url(../../images/material/14/files/css/reset.css);
@import url(../../images/material/14/files/css/reset_old.css);

/*===============================
config
================================*/

/* font ==================*/
body {
	font: 16px/1.5 arial, helvetica, clean, sans-serif;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fildset,
textarea,
input,
p,
blockquote,
table,
th,
td,
address {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
		"Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,
		Arial, "メイリオ", Meiryo, sans-serif;
}

#mainContents #mainContentsInner #headtext p,
#mainContents #mainContentsInner #headtext li,
#mainContents #mainContentsInner #headtext th,
#mainContents #mainContentsInner #headtext td,
#mainContents #mainContentsInner #headtext dd {
	font-size: 16px;
}

/* print ==================*/
@media print{
	#index2 #headerInner .fukukodo_header_inner .fukukodo_header_inner_bottom ul li .bg{display: none;}
	#index2 #headerInner .fukukodo_header_inner .fukukodo_header_inner_bottom ul .hide-pc{display: none !important;}
	.hide-pc{display: none !important;}
}

/* link ==================*/
a {
	color: #333;
}
a:link {
	color: #333;
}
#headtext #content a {
	text-align: right;
	color: #f87996;
	text-decoration: underline;
	font-weight: 600;
}

/*===============================
 clearFIX
================================*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

/*===============================

共通タグ

================================*/

.r_float {
	float: right;
}
.l_float {
	float: left;
}

#container {
	width: 100%;
}

#contents {
	padding-bottom: 0;
}

#index2 #mainImg,
#index2 #contents,
#index2 #contentsInner {
	clear: both;
	width: auto;
	min-height: auto;
	position: relative;
	z-index: 999;
}

#index2 #teacherindex #container{
	position: relative;
	z-index: 0;
}

#index2 #teacherindex #contents,
#index2 #teacherindex #contentsInner{
	z-index: -1;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
	filter: brightness(110%);
}

/*余白なし 中央寄せ*/
.flex_box_center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

/*===============================

カテゴリ title

================================*/

.main_title_box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.main_title_box_inner {
	width: 500px;
	background-color: rgb(244, 83, 121, 0.8);
	color: #fff;
	position: absolute;
	top: 85px;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.main_title_box_inner {
	width: 500px;
	background-color: #f45379;
	color: #fff;
	position: absolute;
	top: 85px;
}

@supports (-ms-ime-align: auto) {
	.main_title_box_inner {
		width: 500px;
		background-color: #f45379;
		color: #fff;
		position: absolute;
		top: 85px;
	}
}

.main_categoryTitle {
	padding: 20px 20px 0 20px;
	font-size: 46px;
	font-weight: bold;
}

.main_pageTitle {
	font-size: 25px;
	padding: 5px 20px 20px 20px;
}

/*===============================

見出し

================================*/

#headtext #content h3 {
	margin: 20px 0;
}

/*#mainContents #mainContentsInner #headtext h5 {
    font-size: 108%;
    font-weight: bold;
    margin: 60px 0 20px 0;
    color: #f8587d;
    padding-right: 0;
    padding:14px 0 0 30px;
    background: url(../../images/material/14/images/h5_ttl_base.jpg)  repeat-x;
    height: 34px;
    font-size: 20px;
    width: 100%;
}*/

#mainContents #mainContentsInner #headtext h5 {
	display: block;
	position: relative;
	margin: 40px 0;
	font-size: 40px;
}

#mainContents #mainContentsInner #headtext h5:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(
		-45deg,
		#fe9ab2,
		#fe9ab2 2px,
		#fff 2px,
		#fff 4px
	);
	background: repeating-linear-gradient(
		-45deg,
		#fe9ab2,
		#fe9ab2 2px,
		#fff 2px,
		#fff 4px
	);
}

#mainContents #mainContentsInner #headtext h6 {
	font-size: 22px;
	border-bottom: #fe9ab2 solid 4px;
	padding-bottom: 11px;
	color: #fe9ab2;
	font-weight: bold;
	margin: 60px 0 40px;
}

#mainContents #mainContentsInner #news h6 {
	font-size: 22px;
	border-bottom: #fe9ab2 solid 4px;
	padding-bottom: 11px;
	color: #fe9ab2;
	font-weight: bold;
	margin: 60px 0 40px;
}

#mainContents #mainContentsInner #headtext h7 {
	font-size: 108%;
	font-weight: bold;
	margin: 30px 0 20px 20px;
	color: #f8587d;
	padding-right: 0;
	padding: 2px 0 0 30px;
	background: url(../../images/material/14/images/h7_ttl_base.jpg) no-repeat 0
		0;
	height: 18px;
	font-size: 17px;
	display: block;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	#mainContents #mainContentsInner #headtext h7 {
		font-size: 108%;
		font-weight: bold;
		margin: 30px 0 20px 20px;
		color: #f8587d;
		padding-right: 0;
		padding: 5px 0 0 30px;
		background: url(../../images/material/14/images/h7_ttl_base.jpg)
			no-repeat 0 0;
		height: 18px;
		font-size: 17px;
		display: block;
	} /* IE11 */
}

#mainContents #mainContentsInner #headtext .titleSub {
	color: #f8587d;
	font-size: 22px;
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	font-weight: bold;
}

/*===============================

header

================================*/

#topindex {
	position: relative;
}
#topindex #header {
	width: 100%;
	height: 165px;
	display: block;
	position: relative;
	z-index: 9999;
	background: none;
	/*border-bottom: none;*/
	border-bottom: 2px solid #f45379;
}
#header {
	width: 100%;
	height: 165px;
	display: block;
	position: relative;
	z-index: 0;
	background: #fff;
	border-bottom: 2px solid #f45379;
}
@media screen and (min-width: 768px){
	#featureindex #header, #subjectindex #header, #campuslifeoneday #header, #entranceexamindex #header, #employmentinfoindex #header, #newsindex #header{
		z-index: 1000;
	}
}
#topindex #mainImg {
	width: 100%;
	height: auto;
	position: relative;
}
#topindex #mainImg #main-image-gallery .flickity-page-dots {
	display: none;
}
@media screen and (min-width: 768px){
	#topindex #mainImg #main-image-gallery img.pc{display: block;}
	#topindex #mainImg #main-image-gallery img.sp{display: none;}
	/*#index2 #contents, #index2 #contentsInner{z-index: -1;}*/
}
#headerInner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}
#headerInner h1 {
	display: none;
}
#headerInner .fukukodo_header_inner {
	padding-top: 30px;
}
#headerInner .fukukodo_header_inner .fukukodo_header_inner_top {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#headerInner
	.fukukodo_header_inner
	.fukukodo_header_inner_top
	p:nth-of-type(1) {
	-webkit-flex-basis: 890px;
	flex-basis: 890px;
}
#headerInner
	.fukukodo_header_inner
	.fukukodo_header_inner_top
	p:nth-of-type(2) {
	-webkit-flex-basis: 150px;
	flex-basis: 210px;
	margin-right: 10px;
}
#headerInner
	.fukukodo_header_inner
	.fukukodo_header_inner_top
	p:nth-of-type(3) {
	-webkit-flex-basis: 150px;
	flex-basis: 210px;
	margin-right: 10px;
}
#headerInner
	.fukukodo_header_inner
	.fukukodo_header_inner_top
	p:nth-of-type(4) {
	-webkit-flex-basis: 150px;
	flex-basis: 380px;
}

#headerInner .fukukodo_header_inner .fukukodo_header_inner_top p.access a,
#headerInner .fukukodo_header_inner .fukukodo_header_inner_top p.document a,
#headerInner .fukukodo_header_inner .fukukodo_header_inner_top p.digipan a {
	display: block;
	background: #f45379;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
#headerInner
	.fukukodo_header_inner
	.fukukodo_header_inner_top
	p.access
	a
	span:before {
	content: url(../../images/material/14/images/map_icon.png);
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: sub;
	padding-right: 10px;
}
#headerInner
	.fukukodo_header_inner
	.fukukodo_header_inner_top
	p.document
	a
	span:before {
	content: url(../../images/material/14/images/memo_icon.png);
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: sub;
	padding-right: 10px;
}
#headerInner
	.fukukodo_header_inner
	.fukukodo_header_inner_top
	p.digipan
	a
	span:before {
	content: url(../../images/material/14/images/digipan_icon.png);
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: sub;
	padding-right: 10px;
}

#headNavi {
	display: none;
}
#headerInner .fukukodo_header_inner .fukukodo_header_inner_bottom {
	position: relative;
}
#headerInner .fukukodo_header_inner .fukukodo_header_inner_bottom ul {
	/*position: absolute;
	position: relative;
	right: 0;*/
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding: 20px 0 20px;
}
/*div.top #headerInner .fukukodo_header_inner .fukukodo_header_inner_bottom {
	display: none;
}*/
#headerInner .fukukodo_header_inner .fukukodo_header_inner_bottom ul li {
	margin-right: 40px;
}
#headerInner
	.fukukodo_header_inner
	.fukukodo_header_inner_bottom
	ul
	li:last-child {
	margin-right: 0;
}
#headerInner .fukukodo_header_inner .fukukodo_header_inner_bottom ul li a {
	color: #f45379;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.bx-wrapper img {
	width: 100%;
	max-width: 100%;
	display: block;
}

/*============グローバルナビ=============*/
#topindex .top_global_navigation {
	width: 100%;
	/*height: 400px;*/
	height: auto;
	display: block;
	position: relative;
	z-index: 999;
	background: url(../../images/material/14/images/globalnavi_back_img.png);
	padding-bottom: 30px;
}
/* Firefox */
@-moz-document url-prefix() {
	#topindex .top_global_navigation {
		width: 100%;
		/*height: 400px;*/
		display: block;
		position: relative;
		margin-top: 0;
		z-index: 999;
		background: url(../../images/material/14/images/globalnavi_back_img.png);
	}
}
#topindex .top_global_navigation .top_global_navigation_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	position: relative;
	padding-top: 40px;
}
#topindex .top_global_navigation .top_global_navigation_inner ul {
	width: 100%;
	max-width: 1200px;
	position: relative;
	background: #f45379;
	padding-left: 0;
	z-index: 999;
}
#topindex .top_global_navigation .top_global_navigation_inner ul li {
	float: left;
	text-align: center;
	width: 16%;
	max-width: 200px;
	padding: 50px 0;
}
#topindex .top_global_navigation .top_global_navigation_inner ul li a {
	font-size: 21px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/*=============メイン バナー=============*/
#topindex .top_main_bar {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
}

#topindex .top_main_bar ul {
	width: 100%;
	max-width: 1200px;
	padding-left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	#topindex .top_main_bar ul li {
		width: 380px;
	}
}
#topindex .top_main_bar ul li:nth-child(2) {
	margin: 0 30px;
}
#topindex .top_main_bar ul li a img {
	width: 100%;
}

/*===============================

contents

================================*/

.width_reset {
	position: absolute;
	right: 0;
	left: 0;
	margin-top: 100px !important;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.width_reset {
	margin-top: 100px;
}
.news_box {
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

#topindex h3.news_title {
	margin-bottom: 30px !important;
}

h3.news_title {
	display: block;
}

#topindex #container #contents #contentsInner {
	clear: both !important;
}
#topindex #container #contents #contentsInner #mainContentsInner {
	width: 100%;
	max-width: 100%;
	height: auto;
	background: none;
	display: block;
	margin: 0 auto;
}
#container #contents #contentsInner #mainContentsInner {
	width: 100%;
	max-width: 1000px;
	height: auto;
	background: none;
	display: block;
	margin: 0 auto;
}

#topindex #container #contents #contentsInner #mainContentsInner {
	width: 100%;
	height: 100%;
	min-height: 1200px;
	background: url(../../images/material/14/images/news_back_img.png);
	background-size: cover;
	align-items: center;
	margin-bottom: 40px;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
#topindex #container #contents #contentsInner #mainContentsInner {
	width: 100%;
	height: 100%;
	min-height: 1200px;
	background: url(../../images/material/14/images/news_back_img.png);
	display: block;
	background-size: cover;
	align-items: center;
	margin-bottom: 40px;
}

.topics_img {
	width: auto;
	max-width: 300px;
	height: 50%;
	display: block;
	overflow: hidden;
	position: relative;
	background: #fff;
	margin-bottom: 8px;
}

.topics_img a {
	width: 100%;
	max-width: 300px;
	height: 200px;
	display: block;
}

.topics_img a img {
	width: auto !important;
	height: 100%;
	display: block;
	margin: auto;
}

#topindex .flickity-viewport {
	max-height: 950px !important;
}

#container
	#contents
	#contentsInner
	#mainContents
	#mainContentsInner
	h3.categoryTitle {
	display: none;
}
.subjectBlock .subjectAreaMiddle {
	padding: 0 0 0 0;
}
table.curriculumSocietyArea {
	width: auto;
}
table.curriculumSocietyArea tbody tr th a span,
table.curriculumSocietyArea tbody tr td a span {
	color: #f8587d !important;
	text-decoration: inherit;
}
#mainContents #mainContentsInner table.profile {
	margin: 0px 0 20px !important;
}

.side_contents_box {
	width: 100%;
}

.side_contents_box_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
}

.side_contents_box_inner li img {
	width: 100%;
}

/*=========== パンくず =============*/

.top .breadcrumbs {
	display: none;
}

.breadcrumbs {
	font-weight: bold;
	margin-top: 30px;
}

/*===============================

お知らせ ソート機能

================================*/

#mainContents #mainContentsInner .kirikae .button {
	cursor: pointer;
	margin-right: 14px;
	text-decoration: none;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	color: white;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.kirikae {
	display: flex;
}

.kirikae {
	width: 600px;
	margin: 0 auto 0px auto;
	margin-top: 0px;
	text-align: left;
	display: -webkit-flex;
	position: relative;
	top: 90px;
	left: 0px;
	margin-top: -75px;
	background: #fff;
	padding: 17px 0px 17px 20px;
}

#mainContents #mainContentsInner #newsTop ul.newsList {
	background-color: none;
	width: 100%;
	margin: 90px auto 0 auto;
	overflow: auto;
	height: 390px;
	padding: 0px 20px 30px;
}

/*=============テーブル 過去ログ================*/
table tbody th,
table tbody td {
	font-size: 0.8em;
	vertical-align: middle !important;
}
table.table_line th,
table.table_line td {
	border: 1px solid #b5b5b5;
	padding: 10px;
}
table.table_line th.red,
table.table_line td.red {
	background: #ffe9f3;
	color: #e15274;
}
table.table_line th.blue,
table.table_line td.blue {
	background: #e6f3ff;
	color: #3095f2;
}
table.table_line th.green,
table.table_line td.green {
	background: #eaffed;
	color: #40ab4f;
}

table.dormitroy th,
table.capacity th,
table.payment th,
table.payment2 th {
	color: #000 !important;
	background: #ffeaf0 !important;
}
table.payment td.title,
table.payment2 td.title {
	color: #000 !important;
	background: #ffb2ca !important;
}

#mainContents #mainContentsInner ul.newsList li .news_new {
	display: none;
}

/*=============お知らせ 過去ログ================*/

ul.newsNavi {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	background: #eeeeee;
	padding: 20px;
}
ul.newsNavi li {
	margin-right: 10px;
	position: relative;
	float: left;
}
ul.newsNavi li a {
	color: #fa426e;
	background: #fff;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
ul.newsList {
	width: 100%;
}

.report #mainContents #mainContentsInner ul.newsList li {
	width: 100%;
	font-size: 18px;
	padding: 20px 0;
	font-weight: bold;
}

.news #mainContents #mainContentsInner ul.newsList li {
	width: 100%;
	font-size: 18px;
	padding: 20px 0;
	font-weight: bold;
}

.newsstudent #mainContents #mainContentsInner ul.newsList li {
	width: 100%;
	font-size: 18px;
	padding: 20px 0;
	font-weight: bold;
}

.highschool #mainContents #mainContentsInner ul.newsList li {
	width: 100%;
	font-size: 18px;
	padding: 20px 0;
	font-weight: bold;
}

.socialactivities #mainContents #mainContentsInner ul.newsList li {
	width: 100%;
	font-size: 18px;
	padding: 20px 0;
	font-weight: bold;
}

.zaigakusei_bbs #mainContents #mainContentsInner ul.newsList li {
	width: 100%;
	font-size: 18px;
	padding: 20px 0;
	font-weight: bold;
}

ul.pageNavi {
	width: 100%;
	display: block;
	background: #eeeeee;
	padding: 20px;
}
ul.pageNavi li {
	margin-right: 10px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
ul.pageNavi li a {
	color: #fa426e;
	background: #fff;
	padding: 20px 45px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

ul.pageNavi li a:before {
	content: "＞";
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 12px;
}

/*===============================

サブメニュー

================================*/

.news_box .topics {
	width: 50%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

#index2 div.top #mainContents .bn#banner_2 {
	display: contents;
	position: absolute;
	right: 0;
	left: 0;
	margin-top: 30px;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
#index2 div.top #mainContents .bn#banner_2 {
	display: block;
	position: relative;
	right: 0;
	left: 0;
	margin-top: 30px;
}

@supports (-ms-ime-align: auto) {
	#index2 div.top #mainContents .bn#banner_2 {
		display: block;
		position: relative;
		right: 0;
		left: 0;
		margin-top: 30px;
	}
}

#mainContents .bn#banner_2 {
	display: none;
}

.topics_main {
	width: 49%;
	margin: 0;
	padding-left: 0;
	float: none;
}
.topics_main:nth-of-type(odd){
	margin-right: 1.5%;
}

ul.topics_main li {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	width: 100%;
}

@media screen and (max-width: 767px) {
	ul.topics_main li {
		gap:15px;
	}
}

/*ul.topics_main:nth-child(2) li .news_terxtarea {
	-webkit-order: -1;
	order: -1;
}*/
　 ul.topics_main .Info3,
ul.topics_main:nth-child(2) li p.Info3,
ul.topics_main:nth-child(2) li p.Info3 img {
	display: none;
}
.news_terxtarea {
	/*width: 300px;*/
	background: #fff;
	text-align: center;
}
.news_terxtarea_box {
	/*width: 300px;*/
	display: block;
	position: relative;
}

.news_terxtarea_box_inner {
	/*position: absolute;
	top: 90px;
	right: 0;
	bottom: 0;
	left: 0;*/
	margin: auto;
	width: 93%;
	height: 0;
	font-size: 16px;
}

.news_terxtarea p.Info5 {
	display: none;
}

/* Firefox */
@-moz-document url-prefix() {
	.news_terxtarea_box_inner {
		/*position: absolute;
		top: 50px;
		right: 0;
		bottom: 0;
		left: 0;*/
		margin: auto;
		width: 93%;
		height: 0;
		font-size: 16px;
	}
}
ul.sub_menue_index {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding-left: 0;
	margin-top: -40px;
}

ul.sub_menue_index li {
	width: 25%;
	height: auto;
}
ul.sub_menue_index li a {
	width: 100%;
	height: auto;
	display: block;
}
ul.sub_menue_index li a img {
	width: 100%;
	height: auto;
}
ul.sub_menue_index li .sub_menue_title_box {
	font-size: 2.8vw;
	color: #fff;
}
ul.sub_menue_index li .sub_menue_title_box .sub_menue_title_box_inner {
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 20px 0;
}
ul.sub_menue_index li .sub_menue_title_box .sub_menue_title_box_inner p {
	text-align: right;
	font-weight: bold;
}

ul.sub_menue_index li .sub_menue_title_box .sub_menue_title_box_inner p + h2 {
	text-align: right;
	font-weight: bold;
	padding-bottom: 60px;
}
ul.sub_menue_index li .sub_menue_title_box .sub_menue_title_box_inner small {
	display: block;
	font-size: 1vw;
	font-weight: 100;
}

ul.sub_menue_index li.zyugyou {
	background: #f64f78;
}
ul.sub_menue_index li.youzi {
	background: #ffa34d;
}
ul.sub_menue_index li.nyushi {
	background: #ffce32;
}
ul.sub_menue_index li.sotugyousei {
	background: #52beff;
}
ul.sub_menue_index li .sub_menue_title_box.zyugyou {
	background: #f64f78;
}
ul.sub_menue_index li .sub_menue_title_box.youzi {
	background: #ffa34d;
}
ul.sub_menue_index li .sub_menue_title_box.nyushi {
	background: #ffce32;
}
ul.sub_menue_index li .sub_menue_title_box.sotugyousei {
	background: #52beff;
}

ul.sub_menue_index li .sub_menue_title_box .sub_menue_title_box_inner button {
	font-size: 18px;
	border: #fff 2px solid;
	background: none;
	width: 80%;
	color: #fff;
	padding: 10px;
	display: block;
	margin: 0 auto;
	font-weight: bold;
}

ul.sub_menue_index
	li
	.sub_menue_title_box
	.sub_menue_title_box_inner
	button:hover {
	cursor: pointer;
	cursor: hand;
	opacity: 0.6;
	filter: brightness(110%);
}

.topics_date {
	margin-bottom: 5px;
}
.topics_title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}
.Line3 {
	display: none;
}
.topics_body {
	line-height: 1.4;
	font-size: 13px;
	text-align: left;
}
.topics_body a {
	display: none;
}

/*===============================

フッター

================================*/
#fnav_float {
	display: block;
	position: fixed;
	width: 100%;
	height: 60px;
	background: rgba(255, 255, 255, 0.8);
	bottom: 0;
	left: 0;
	z-index: 99999;
}
#fnav_float .sp {
	display: none;
}
#fnav_float ul {
	display: flex;
	margin: 0;
	padding: 5px;
	background: rgba(255, 255, 255, 0.8);
}
#fnav_float ul li {
	width: 50%;
	height: 60px;
	padding: 18px 0 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background: #e25f7a;
	margin: 0 1% 0 0;
	border-radius: 10px 10px 0 0;
}
#fnav_float ul li span {
	font-size: 14px;
	margin-left: 10px;
}
#fnav_float ul li:last-child {
	background: #f4ae3f;
	margin: 0 0 0 1%;
}
#fnav_float ul li a {
	color: #fff;
	text-decoration: none;
}
#footer .footer_sitemap{
	background-color: #ffedf1;
	border-top: 2px solid #f64f78;
	border-bottom: 2px solid #f64f78;
}
#footer .footer_sitemap .f_inner{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#footer .footer_sitemap .f_inner .nav{
	padding-left: 0;
}
#footer .footer_sitemap .f_inner .nav li a{
	color: #f64f78;
	font-weight: bold;
	text-decoration: none;
}
#footer .footer_sitemap .f_inner .nav li.home a{
	font-weight: bold;
}
#footer .footer_sitemap .f_inner .nav li .nav-child{
	padding-left: 0;
}
#footer .footer_sitemap .f_inner .nav li .nav-child li{
	text-indent: -0.9rem;
	padding-left: 0.9rem;
}
#footer .footer_sitemap .f_inner .nav li .inquiry{
	font-weight: bold;
}
#footer .sns_list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 25px;
}
#footer .sns_list li{
	max-width: 40px;
	margin-left: 10px;
	margin-right: 10px;
}
#footer .sns_list li a{
	text-decoration: none;
}
#footer .sns_list li a img{
	max-width: 100%;
	width: auto;
	height: auto;
}
@media screen and (min-width: 768px){
  /****************************************************************
*						PCスタイル						*
****************************************************************/
	#footer .footer_sitemap	{
		padding: 45px 0;
		margin: 30px auto 0;
	}
	#footer .footer_sitemap .f_inner{
		
	}
	#footer .footer_sitemap .f_inner .nav{
		display:-webkit-box;
  		display:-ms-flexbox;
  		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-left: 0;
	}
	#footer .footer_sitemap .f_inner .nav li a{
		font-size: 14px;
	}
	#footer .footer_sitemap .f_inner .nav li.home a{
		font-size: 16px;
		margin-right: 18px;
	}
	#footer .footer_sitemap .f_inner .nav li a.js-aco{
		display: block;
		pointer-events: none;
		font-size: 16px;
		font-weight: bold;
		border-bottom: 2px solid #ffb7c7;
		padding-bottom: 8px;
	}
	#footer .footer_sitemap .f_inner .nav li.home{
		width: auto;
	}
	#footer .footer_sitemap .f_inner .nav li{
		width: 17.3%;
		max-width: 173px;
	}
	#footer .footer_sitemap .f_inner .nav li .nav-child{
		margin: 10px 0 0;
	}
	#footer .footer_sitemap .f_inner .nav li .nav-child li{
		width: 100%;
		margin-bottom: 8px;
	}
	#footer .footer_sitemap .f_inner .nav li .inquiry{
		margin-top: 40px;
	}
	#footer .footer_sitemap .f_inner .nav li .inquiry a{
		font-size: 16px;
	}
	#footer .sns_list{
		margin-bottom: 40px;
	}
	#footer .sns_list li{
		max-width: 45px;
		margin-left: 13px;
		margin-right: 13px;
	}
	#footer .sns_list li a:hover{
		opacity: 0.7;
	}
}/*PC*/
@media screen and (max-width: 767px) {
  /****************************************************************
*						SPスタイル						*
****************************************************************/
	#fnav_float .sp {
		display: inline;
	}
	#fnav_float ul li {
		padding: 14px 0 0;
		font-size: 15px;
	}
	#fnav_float ul li span {
		font-size: 12px;
		margin-left: 0;
	}
	#page_top {
		display: none;
	}
	#footer .footer_sitemap{
		margin-top: 40px;
	}
	#footer .footer_sitemap .f_inner .nav{
		margin-top: 0;
		margin-bottom: 0;
	}
	#footer .footer_sitemap .f_inner .nav li{
		border-top: 1px solid #ffb7c7;
	}
	#footer .footer_sitemap .f_inner .nav li.home{
		border-top: none;
	}
	#footer .footer_sitemap .f_inner .nav li a{
		position: relative;
		display: block;
		padding: 10px 1rem;
	}
	#footer .footer_sitemap .f_inner .nav li .nav-child{
		display: none;
		margin-top: 0;
		margin-bottom: 4px;
	}
	#footer .footer_sitemap .f_inner .nav li .nav-child li{
		border: none;
	}
	#footer .footer_sitemap .f_inner .nav li .nav-child li a{
		font-size: 14px;
		padding: 8px 0 8px 1.6rem;
	}
	#footer .footer_sitemap .f_inner .nav li .inquiry{
		border-top: 1px solid #ffb7c7;
	}
	#footer .footer_sitemap .f_inner .nav li .inquiry a{
		padding: 10px 1rem 12px 1rem;
	}
	#footer .footer_sitemap .f_inner .nav li a.js-aco{
		font-weight: bold;
	}
	.ico-open{
		position: absolute;
    	top: 50%;
    	right: 14px;
    	width: 16px;
    	height: 16px;
		transform: translateY(-50%);
	}
	.ico-open:before, .ico-open:after{
		content: "";
		background-color: #f64f78;
		position: absolute;
		-webkit-transition: transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
	}
	.js-aco.is-active .ico-open:before {
		content: none;
	}
	.js-aco.is-active .ico-open:after {
		-webkit-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
	}
	.ico-open:before {
		top: 7px;
		left: 0px;
		width: 16px;
		height: 2px;
	}
	.ico-open:after {
		top: 0;
		left: 7px;
		width: 2px;
		height: 16px;
	}
}/*SP*/
.goTop {
	display: none;
}

#page_top {
	width: 110px;
	height: auto;
	position: fixed;
	right: 30px;
	bottom: 70px;
	background: #f45379;
	border: 2px solid #fff;
	z-index: 9999;
}

#page_top a {
	position: relative;
	color: #fff;
	display: block;
	width: 110px;
	height: auto;
	padding: 10px 0;
	text-decoration: none;
	text-align: center;
}

#mainContents .bn {
	position: relative;
}
#topindex #mainContents #banner_3 {
	margin-top: 0;
	background: #ffdce4;
}
#mainContents #banner_3 {
	margin-top: 30px;
	background: #ffdce4;
}
#mainContents #banner_3 div {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: auto;
	padding: 100px 0;
}

#mainContents #banner_3 .footer_banner_box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 0 20px 0;
}

#mainContents #banner_3 div p,
#mainContents #banner_3 .footer_banner_box.left p {
	width: 235px;
	padding-right: 20px;
	display: block;
}
#mainContents #banner_3 div p:last-child,
#mainContents #banner_3 .footer_banner_box.left p:last-child {
	padding-right: 0;
}
#mainContents #banner_3 div p img,
#mainContents #banner_3 .footer_banner_box.left p img {
	width: 235px;
	height: 80px;
}
#mainContents #banner_3 .footer_banner_box.sns p {
	width: 500px;
	padding-right: 20px;
	display: block;
}
#mainContents #banner_3 .footer_banner_box.sns p:last-child {
	padding-right: 0;
}
#mainContents #banner_3 .footer_banner_box.sns p img {
	width: auto;
	height: auto;
}

#mainContents #banner_3 .footer_banner_box.left {
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
}

#footer {
	background: #ffdce4;
}

#footer .footer_in {
	padding: 70px 0 30px;
}

#footer .footlog,
#footer .toi_new {
	width: 100%;
	display: block;
	text-align: center;
	color: #f64f78;
	font-weight: bold;
	font-size: 16px;
	line-height: 29px;
}

#footer ul.gakuen_link {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 40px;
}

#footer ul.gakuen_link li {
	width: 260px;
	position: relative;
}

#footer ul.gakuen_link li:nth-child(1) {
	margin-right: 20px;
}

#footer ul.gakuen_link li:nth-child(2) {
	margin-left: 20px;
}

#footer ul.gakuen_link li a {
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #f64f78;
	padding: 10px 0;
	border-radius: 30px;
	text-decoration: none;
}

#footer ul.gakuen_link li a:after {
	content: "＞";
	color: #fff;
	position: absolute;
	right: 16px;
	top: 9px;
}

#footer #copyright {
	font-size: 12px;
	color: #fff !important;
	background: #f64f78;
	text-align: center;
	padding: 30px 0;
}

/*===============================

検索機能(ボックス＆結果)

================================*/

.kensaku {
	width: 400px;
	margin-right: 10px;
}
table.gsc-search-box {
	position: relative;
}
table.gsc-search-box td.gsc-search-button {
	position: absolute;
	right: 60px;
	top: 0px;
}
.cse .gsc-control-cse,
.gsc-control-cse {
	border: none !important;
	background: none !important;
}
.gsc-control-wrapper-cse {
	visibility: visible !important;
}
.gsc-search-box.gsc-search-box-tools {
	display: block !important;
}
#gsc-iw-id1 {
	padding: 0;
	border-radius: 50px;
}
.gsc-input-box .gsc-input .gsib_a {
	padding: 0 5px;
}
.gsc-input-box .gsc-input .gsib_a input {
	padding: 15px 0px 15px 5px !important;
	border-radius: 50px;
	border: 1px solid #ccc !important;
}
@media screen and (max-width: 767px) {
	.gsc-input-box .gsc-input .gsib_a input {
		border: none !important;
	}
	#gs_tti51 input {
		border: 1px solid #ccc !important;
	}
}
/* IE10〜11 */
_:-ms-input-placeholder,
:root .gsc-input-box .gsc-input .gsib_a input {
	padding: 15px 0px 10px 5px !important;
}
.gsc-input-box {
	border: none !important;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
	.gsc-input-box .gsc-input .gsib_a input {
		padding: 15px 0px 7px 5px !important;
	}
}

.gsc-input-box .gsc-input .input.gsc-input {
	font-size: 18px;
}
input.gsc-input {
	font-size: 19px;
}
.gsst_b {
	display: none !important;
}
.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
	background-color: #f45379 !important;
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
	font-size: 0px;
	padding: 19px 25px 17px 25px;
	width: auto;
	vertical-align: middle;
	border: none !important;
	border-top-left-radius: 0px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: none !important;
	border-color: none !important;
	background-color: none !important;
	background-image: none !important;
}
#cseindex #headtext .gsc-search-box.gsc-search-box-tools {
	display: none !important;
}
.gsc-results .gsc-cursor-box {
	margin: 35px 0;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
	border: 1px solid #f45379;
	padding: 5px 30px;
	background-color: #fff !important;
	color: #f45379;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border: 1px solid #000;
	padding: 5px 30px;
	background-color: #fff !important;
	color: #000;
}
.gsc-selected-option {
	padding: 7px;
}
.gsc-option-menu {
	top: 28px !important;
}

#opencampusindex .kensaku table.gsc-search-box {
	width: 98%;
}
#opencampusindex .kensaku table.gsc-search-box td {
	padding: 0 !important;
	border: none !important;
}

/*===============================

掲示板

================================*/
#bbs {
	margin-bottom: 100px;
}
#bbs ul {
	clear: none;
	background: none;
	padding: 0;
}
#bbs ul li {
	width: 100%;
	font-size: 18px;
	padding: 20px 0;
	font-weight: bold;
	background: url(../../images/tdktest013.mediaxis.jp/common/dotLine_whatsnew.gif)
		repeat-x 0 100%;
}
#bbs ul li h5 {
	font-weight: normal !important;
	color: #333 !important;
	float: left;
	font-size: 93%;
	line-height: 120%;
	margin: 0;
	padding: 0 0 0 5px;
	width: 120px;
}
#bbs ul li p {
	font-size: 93%;
	line-height: 120%;
	margin-left: 150px;
}

.shingakusoudan #mainContents #mainContentsInner #contact table {
	min-width: 960px;
	width: 552px;
	border: none;
}

.r3_entry #mainContents #mainContentsInner #contact table {
	min-width: 960px;
	width: 552px;
	border: none;
	margin-top: 20px;
}

.web_opencampus #mainContents #mainContentsInner #contact table {
	min-width: 960px;
	width: 552px;
	border: none;
	margin-top: 20px;
}
.midashi {
	background: #fe9ab2;
	font-weight: bold;
	color: #822d48;
	padding: 5px;
	margin-bottom: 10px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: block;
	margin-left: auto;
	margin-right: 0;
}
