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

#wrapper {
	width: 100%;
}
#breadcrumbs,
.pageTitle,
.tab,
.newsSearchInner,
.article,
.sagaInfoInner,
.yearTabInner,
.allInner,
.calendar .pickup {
	width: 100%;
	max-width: 960px;
	min-width: 960px;
	margin: 0 auto;
}
#breadcrumbs,
.pageTitle {
	margin: 0 auto 30px;
}
.contentsBlock {
	padding: 30px 0;
}
.contentsBlock h3 {
	color: #005da1;
	font-size: 2rem;
	padding: 10px 15px;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	#breadcrumbs,
	.pageTitle,
	.tab,
	.newsSearchInner,
	.sagaInfoInner {
		min-width: inherit;
	}
	.contentsBlock {
		padding: 0;
	}
	.contentsBlock h3 {
		font-size: 1.8rem;
		border-bottom: none;
		margin-bottom: 0;
		padding: 10px;
	}
	.prospective .newsSearchInner li:nth-child(4) a {
		padding: 17px 5px;
	}
	.prospective .newsSearchInner ul li:nth-child(3) a::after,
	.prospective .newsSearchInner ul li:nth-child(4) a::after {
		top: 35%;
	}
}

/*----------------------------------------------------------------------
******************************** NEWS *********************************
-----------------------------------------------------------------------*/

/*-----------------------------------
NEWS TABS
-----------------------------------*/

/* tabs */
.tab li,
.tab2 li {
	float: left;
}
.tab li {
	width: 25%;
}
.tab2 li {
	width: 80px;
	text-align: center;
}
.tab li span {
	background: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 15px;
	border: 1px solid #c1c1c1;
}
.tab li span::before {
	font-family: FontAwesome;
	content: '\f054';
	font-size: 1.2rem;
	padding: 4px;
	float: left;
	color: #999;
	line-height: 1.7;
}
.tab li span:hover {
	background: #f2f3f4;
	border: 1px solid #f2f3f4;
}
.tab .active span {
	background: #d9d9d9;
	border: 1px solid #d9d9d9;
}

/* tab2 */
.tab2 li span {
	background: #a1a1a1;
	cursor: pointer;
	display: block;
	padding: 10px;
	color: #fff;
	position: relative;
}
.tab2 li span::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	width: 1px;
	height: 100%;
}
.tab2 li:last-child span::after {
	content: none;
}
.tab2 li span:hover {
	background: #118ce2;
}
.tab2 .active span {
	background: #005da1;
}


@media screen and (max-width: 767px) {
	.tab li {
		width: 50%;
	}
	.tab li,
	.tab li:last-child {
		margin-bottom: 1px;
	}
	.tab li span {
		display: inline-block;
		padding: 10px;
		width: 100%;
	}
	
	.tab2 {
		overflow: hidden;
		margin: 0 9px;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	.tab2 li {
		width: 16.666666%;
		border-bottom: 1px solid #fff;
	}
	.tab2 li:last-child span::after {
		content: '';
	}
	
}

/* tabContent */

.tabContent {
	clear: both;
	display: none;
	overflow: hidden;
	padding: 30px 0;
	background: #d9d9d9;
}
.tabContentInner {
	width: 960px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.tabContentInner {
		width: 100%;
	}
	.tab li span {
		font-size: 1.4rem;
	}

}

@media screen and (max-width: 399px) {
	.tabContent {
		padding: 10px 0 20px;
	}
	.tab li span {
		font-size: 1.2rem;
	}

}

/* tabContent2 */

.tabContent2 {
	clear: both;
	display: none;
}
.active {
	display: block;
}
.tabContent2 h3 {
	font-size: 3rem;
	font-weight: 300;
	background: #005da1;
	color: #fff;
	padding: 5px 15px;
}

@media screen and (max-width: 767px) {
	.tabContent2 {
		padding: 0 10px;
	}
}

/*-----------------------------------
linkArea - #newsSearch, #sagaInfo
-----------------------------------*/

#newsSearch {
	background: #f3f0e4;
}
.newsSearchInner,
.sagaInfoInner{
	overflow: hidden;
}
.newsSearchInner ul li,
.sagaInfoInner ul li {
	float: left;
	margin-right: 30px;
}
.newsSearchInner ul li {
	width: 300px;
}
.newsSearchInner ul li:nth-child(3n) {
	margin-right: 0;
}
.sagaInfoInner ul li {
	width: 465px;
}
.sagaInfoInner ul li:nth-child(2n) {
	margin-right: 0;
}

.newsSearchInner ul li a,
.sagaInfoInner ul li a {
	display: block;
	border-bottom:  1px solid #bdbebf;
	color: #005da1;
	padding: 7px 5px;
	position: relative;
}

.newsSearchInner ul li a:hover,
.sagaInfoInner ul li a:hover {
	text-decoration: none;
}

.newsSearchInner ul li a:hover {
	background: #fdfbf4;
}
.sagaInfoInner ul li a:hover {
	background: #f6f6f6;
}
.newsSearchInner ul li a::after,
.sagaInfoInner ul li a::after {
	font-family: FontAwesome;
	content: '\f105';
	color: #999;
	padding: 4px;
	position: absolute;
	right: 5px;
	top: 5px;
}
.newsSearchInner ul li a span,
.sagaInfoInner ul li a span {
	display: block;
	margin-right: 12px;
}
#newsTop::after,
#newsSearch::after,
#sagaInfo::after {
	content: '';
	display: block;
	clear: both;
}

@media screen and (max-width: 767px) {
	#newsTop,
	#newsSearch,
	#sagaInfo {
		margin: 0 -10px;
	}
	.newsSearchInner ul li,
	.sagaInfoInner ul li {
		margin-right: 0;
	}
	.newsSearchInner, .sagaInfoInner {
		overflow: hidden;
		padding: 0 10px;
	}
	.newsSearchInner ul li {
		width: 48.5%;
		margin-right: 10px;
	}
	.newsSearchInner ul li:nth-child(3n) {
		margin-right: 10px;
	}
	.newsSearchInner ul li:nth-child(even) {
		margin-right: 0;
	}
	.sagaInfoInner ul li {
		float: none;
		width: 100%;
	}
}

.eventContactBtn .basicBtn {
	width: 100%;
	height: inherit;
	line-height: inherit;
	padding: 12px;
}
.eventContactBtn .basicBtn i {
	margin-left: 10px;
	color: #00A0E9;
}

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

	.calendar .footerAddIn {
		margin-bottom: 60px;
	}
}



/*----------------------------------------------
ニュースタグから探す / 佐賀大学広報室からのお知らせ
-----------------------------------------------*/

.yearTabInner {
	margin-bottom: 30px;
	overflow: hidden;
}
.yearTabInner>h3 {
	pointer-events: all;
	cursor: pointer;
	position: relative;
	background: #005da1;
	color: #fff;
	font-size: 2rem;
	font-weight: 300;
	padding: 10px 15px;
}
.yearTabInner>h3 i {
	display: block;
	position: absolute;
	right: 20px;
	top: 33%;
}
.yearTabInner>ul {
	display: none;
}
.yearTabInner ul li {
	width: 25%;
	float: left;
}
.yearTabInner ul {
	overflow: hidden;
	border: 1px solid #d9d9d9;
}
.yearTabInner ul li a {
	width: 100%;
	font-size: 1.8rem;
	background: #fff;
	display: inline-block;
	border: 1px solid #d9d9d9;
	padding: 10px;
}
.yearTabInner ul li a:hover,
.yearTabInner ul li.active a {
	text-decoration: none;
	background: #d9d9d9;
	border: 1px solid #fff;
}

.newsSearchInner>h3,
.sagaInfoInner>h3 {
	pointer-events: all;
	cursor: pointer;
	position: relative;
}
.newsSearchInner>h3 {
	background: #eae1c1;
}
.sagaInfoInner>h3 {
	background: #DDE3E7;
}

.newsSearchInner>h3 i,
.sagaInfoInner>h3 i {
	display: block;
	position: absolute;
	right: 20px;
	top: 33%;
	font-size: 2rem;
}

.newsSearchInner>ul,
.sagaInfoInner>ul {
	display: none;
	overflow: hidden;
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
	.yearTabInner {
		min-width: inherit;
		padding: 0 10px;
	}
	.yearTabInner>h3 {
		font-size: 1.8rem;
	}
	.yearTabInner ul li {
		width: 100%;
		float: none;
	}
	.yearTabInner ul li a {
		font-size: 1.6rem;
		padding: 8px 10px;
	}
	
	.newsSearchInner>h3,
	.sagaInfoInner>h3 {
		pointer-events: all;
		cursor: pointer;
		border-top: 1px solid #c1c1c1;
		border-bottom: 1px solid #c1c1c1;
		margin: 0 -10px;
		padding: 10px 20px;
		position: relative;
	}
	.newsSearchInner>ul,
	.sagaInfoInner>ul {
		padding: 20px 0;
	}
	.newsSearchInner>h3 i,
	.sagaInfoInner>h3 i {
		display: block;
		position: absolute;
		right: 20px;
		top: 33%;
	}
}

/*-----------------------------------
NEWS LIST
-----------------------------------*/
.newsList {
	margin-bottom: 30px;
}
.calendarList li,
.newsList li {
	border-bottom: 2px solid #d9d9d9;
	display: table;
	width: 100%;
	background: #fff;
}
.newsList li {
	padding: 10px;
}
.newsList li .date,
.newsList li .newsTitle,
.newsList li .newsCategory,
.calendarList li .date,
.calendarList li .eventTitle,
.calendarList li .newsCategory {
	display: table-cell;
	vertical-align: middle;
}
.newsList li .date {
	width: 210px;
}
.calendarList li .date {
	width: 120px;
	text-align: center;
	background: #f2f3f4;
}
.newsList li .date {
	font-size: 1.4rem;
	font-weight: 500;
	background: #dde3e7;
	padding: 15px;
	opacity: 1;
}
.newsList li .pickup .date {
	background: #bca958;
	position: relative;
}
.newsList li .pickup .date::after {
	font-family: FontAwesome;
	content: '\f06a';
	color: #fff;
	font-size: 1.8rem;
	position: absolute;
	top: 33%;
	right: 13px;
}

.date .arrow::after {
	font-family: FontAwesome;
	content: '\f178';
	padding: 4px;
	color: #555;
}
.newsList li .newsTitle,
.eventTitle {
	width: 650px;
}
.media .newsList li .newsTitle {
	width: 750px;
}
.newsList li .newsTitle a,
.eventTitle a,
.eventTitle .nolink {
	display: block;
	font-size: 1.6rem;
	padding: 5px 20px 5px 15px;
	width: 100%;
}
.eventTitle a {
	color: #005da1;
}
.newsList li .date a,
.newsList li .newsTitle a {
	display: table-cell;
	vertical-align: middle;
}
.media .newsList li .newsTitle a {
	pointer-events: none;
}

.newsList li .newsTitle .new {
	width: 60px;
	background: #005da1;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	padding: 2px 8px;
	margin: 3px 10px 0 0;
	float: left;
}
.newsList li .newsTitle p {
	overflow: auto;
}
.newsCategory {
	width: 100px;
}
.newsCategory a {
	font-size: 1.2rem;
	border: 1px solid #ccc;
	width: 100%;
	text-align: center;
	display: block;
	padding: 2px 5px;
	background: #fff;
}
.newsCategory a:hover {
	text-decoration: none;
	background: #f1f1f1;
}



@media screen and (max-width: 767px) {
	.newsList {
		border-left: 1px solid #b1b1b1;
		border-right: 1px solid #b1b1b1;
	}
	.newsList li {
		padding: 0;
		display: block;
		border-bottom: 1px solid #b1b1b1;
	}
	.newsList li .date,
	.newsList li .newsTitle,
	.media .newsList li .newsTitle {
		width: 100%;
		display: block;
	}
	.newsList li .date {
		background: #dde3e7;
	}
	.newsList li .pickup .date {
		background: #bca958;
	}
	.newsList li .date {
		padding: 10px;
	}
	.newsList li .newsTitle a {
		font-size: 1.4rem;
		padding: 15px;
	}
	.newsList li .pickup .date::after {
		top: 12px;
		left: 180px;
	}
	.date .arrow::after {
		float: none;
	}
	article {
		position: relative;
	}
	.newsList li .newsCategory {
		display: block;
		position: absolute;
		top: 8px;
		right: 10px;
		background: #fff;
		z-index: 998;
	}
}


/* pageNavi */
.pageNavi {
	margin-bottom: 30px;
}
.pageNavi ul {
	text-align: center;
	margin-bottom: 10px;
}
.pageNavi ul li {
	display: inline-block;
	margin-right: 5px;
}
.pageNavi ul li a {
	background: #fff;
	border: 2px solid #b1b1b1;
	padding: 5px 12px;
	color: #005da1;
	display: block;
}
.pageNum {
	color: #b1b1b1;
	text-align: center;
}
.pageNum span, .pageNavi ul li.toPrev a {
	color: #333;
}
.pageNavi ul li a:hover, .pageNavi ul li.pageActive a {
	background: #b1b1b1;
	border: 2px solid #b1b1b1;
	color: #fff;
	text-decoration: none;
}


/*-----------------------------------
NEWS 詳細ページ
-----------------------------------*/
.newsTitle h3 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}
.newsInfo {
	margin-bottom: 15px;
	display: table;
}
.newsInfo li {
	display: table-cell;
	padding-right: 15px;
	vertical-align: bottom;
}
.newsInfo .newsUpdate {
	font-size: 1.8rem;
}
.newsText {
	margin-bottom: 15px;
	overflow: hidden;
}
.newsText p {
	margin-bottom: 1.6rem;
}
.newsText p,
.newsText dl {
	font-size: 1.6rem;
}
.newsText img {
	max-width: 100%;
	height: auto;
}
.sheets1 img,
.sheets2 img {
	width: 100%;
	max-width: 460px;
}
.sheets3 img {
	max-width: 300px;
}
.sheets2 .images,
.sheets3 .images {
	float: left;
	padding: 0 10px;
}
.images {
	margin-bottom: 20px;
}
.newsInfo::after,
.sheets2 .images::after {
	content: '';
	display: block;
	clear: both;
}


@media screen and (max-width: 767px) {
	.article {
		min-width: inherit;
	}
	.newsTitle h3 {
		font-size: 2rem;
	}
	.sheets2 .images,
	.sheets3 .images {
		float: none;
		padding: 0;
		margin-bottom: 20px;
	}
	
	
}

/*  events  */

dl.title {
	margin: 25px 0;
}
dl.title dt {
	font-weight: 500;
}
dl.table {
	display: table;
	width: 640px;
	margin: 0 auto 15px;
}

dl.table dt,
dl.table dd {
	display: table-cell;
}
dl.table dt {
	width: 100px;
	font-weight: 500;
}
.tableArea {
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	dl.table,
	dl.table dt,
	dl.table dd {
		display: block
	}
	dl.table {
		margin-bottom: 30px;
	}
	dl.table dt {
		width: 100%;
		border-bottom: 2px solid #005da1;
		margin-bottom: 10px;
	}
	.tableArea {
		margin-bottom: 30px;
	}
}


/*----------------------------------------------------------------------
************************** MEDIA ***************************
-----------------------------------------------------------------------*/
/*-----------------------------------
infoForm
-----------------------------------*/

.infoForm {
	width: 100%;
	max-width: 960px;
	min-width: 960px;
	background: #f1f1f1;
	margin-bottom: 10px;
	padding: 20px 30px;
	position: relative;
	display: table;
}
.infoForm strong {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.infoForm .infoAdd {
	display: block;
	line-height: 1.6;
	padding-left: 20px;
}
.infoForm .infoAdd span {
	margin-right: 20px;
}
.infoForm .basicBtn {
	width: 240px;
	height: 56px;
	line-height: 52px;
	font-size: 1.4rem;
	margin: 10px 0 0 20px;
}
.infoBox {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 0;
}


@media screen and (max-width: 767px) {
	.infoForm, .infoBox {
		display: block;
	}
	.infoForm {
		min-width: inherit;
		padding: 30px 20px 10px 15px;
		text-align: center;
	}
	.infoBox {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
	}
	.infoForm .basicBtn {
		width: 100%;
		max-width: 280px;
		height: 40px;
		line-height: 35px;
		margin: 10px auto 5px;
		display: block;
	}
	.infoForm .infoAdd {
		padding-left: 0;
	}
	.infoForm .infoAdd span {
		margin-right: 0;
	}
}

/*----------------------------------------------------------------------
************************** 皇家永利,皇家永利网站情報 Prospective ************************
-----------------------------------------------------------------------*/

.all .tabContentInner {
	width: inherit;
}
.all {
	background: #d9d9d9;
	overflow: hidden;
}
.allInner {
	overflow: hidden;
}
.aside {
	width: 230px;
	float: left;
	margin-right: 20px;
	padding: 30px 0;
}
.aside h3 {
	color: #fff;
	font-weight: 300;
	font-size: 1.6rem;
	padding: 12px 15px;
	pointer-events: none;
}
.prospective .aside h3,
.aside ul {
	border-right: 2px solid #d9d9d9;
}
.aside ul {
	border-bottom: 2px solid #d9d9d9;
}
.prospective .detail .aside h3 {
	border-right: none;
}
.aside li {
	border-bottom: 2px solid #d9d9d9;
}
.aside li:last-child {
	border-bottom: none;
}
.prospective .aside h3 {
	background: #005da1;
}
.prospective .aside li:nth-child(odd) {
	border-left: 5px solid #7faed0;
}
.prospective .aside li:nth-child(even) {
	border-left: 5px solid #005da1;
}

.aside li a {
	display: block;
	background: #fff;
	padding: 10px;
	color: #005da1;
}
.aside li a:hover {
	text-decoration: none;
	background: #f2f5f6;
}
.main {
	width: 710px;
	float: right;
}
.all .tab2 li {
	width: 8.333333%;
}
.all .newsList li .newsTitle a {
	padding: 5px 10px 5px 5px;
}
.all .newsList li .newsTitle {
	width: 390px;
}
.all .newsList li .newsTitle p {
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.allInner {
		min-width: inherit;
	}
	.aside, .main {
		float: none;
		width: 100%;
	}
	.aside {
		margin-right: 0;
		padding: 30px 0 0;
	}
	.aside h3 {
		position: relative;
		pointer-events: all;
		cursor: pointer;
	}
	.baseTitle h3 {
		margin: 0 10px 25px;
	}
	.aside h3 i {
		display: block;
		position: absolute;
		right: 20px;
		top: 34%;
	}
	.aside ul {
		display: none;
	}
	.prospective .aside h3, .aside ul {
		border-right: none;
	}
	.asideInner {
		margin: 0 10px;
	}
	.all .newsList li .newsTitle {
		width: 100%;
	}
	.all .newsList li .newsTitle a {
		padding: 15px;
	}
	.all .tab2 li {
		width: 16.666666%;
	}
}

/*-----------------------------------
詳細ページ
-----------------------------------*/

.prospective .article,
.students .article {
	min-width: 0;
	max-width: inherit;
}
.detail .all {
	background: none;
}
.detail .aside {
	padding: 0;
}
.articleBlock {
	margin-bottom: 25px;
}
.articleBlock h4 {
	font-size: 2rem;
	font-weight: 300;
	color: #005da1;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #e1e1e1;
}
dl.linkList dt {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
dl.linkList dt::before {
	font-family: FontAwesome;
	content: '\f04d';
	padding: 4px;
	color: #005da1;
}
.articleBlock dl.linkList {
	margin-bottom: 20px;
}
.articleBlock dl.linkList ul li {
	margin-bottom: 5px;
}
.articleBlock dl.linkList ul li a {
	color: #005da1;
}
.articleBlock dl.linkList ul li::before {
	font-family: FontAwesome;
	content: '\f105';
	padding: 4px;
	color: #005da1;
}

@media screen and (max-width: 767px) {
	.prospective .detail .article,
	.students .detail .article,
	.students .detail .article {
		margin-top: 30px;
	}
}


/*pdfReader*/

.pdfReader {
	border-top: 2px solid #e1e1e1;
	padding: 10px 20px 0;
	margin-bottom: 20px;
}
.pdfReader dl {
	display: table;
}
.pdfReader dl dt,
.pdfReader dl dd {
	display: table-cell;
	vertical-align: middle;
}
.pdfReader dl dd {
	padding-left: 20px;
	font-size: 1.4rem;
	color: #666;
}
.pdfReader dl dt a img {
	opacity: 1;
}
.pdfReader dl dt a:hover img {
	opacity: .75;
}



/*----------------------------------------------------------------------
************************** 在校生情報 Students **************************
-----------------------------------------------------------------------*/

.students .aside h3 {
	background: #006837;
}
.students .aside li:nth-child(odd) {
	border-left: 5px solid #96ac8b;
}
.students .aside li:nth-child(even) {
	border-left: 5px solid #006837;
}


/*----------------------------------------------------------------------
*********************** 企業?研究者情報 business ***********************
-----------------------------------------------------------------------*/
.articleBlock .linkList ol {
	padding-left: 20px;
	margin-bottom: 20px;
}
.articleBlock .linkList ol li {
	list-style: decimal;
}
.articleBlock .linkList dd {
	margin-left: 25px;
}
@media screen and (max-width: 767px) {
	.articleBlock .linkList dd {
		margin-left: 20px;
	}
}

/*----------------------------------------------------------------------
***************************** Calendar ********************************
-----------------------------------------------------------------------*/

.calendar .tabContent {
	background: #fff;
}
.calendar .calendarList {
	border-left: 2px solid #d9d9d9;
	border-right: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	overflow: hidden;
	padding: 30px 0;
	margin-bottom: 20px;
}
.calendar .calendarList li {
	width: 900px;
	border-left: 2px solid #d9d9d9;
	border-right: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	margin: 0 auto;
}
.calendar .calendarList li:first-child {
	border-top: 2px solid #d9d9d9;
}
.eventTitle a,
.eventTitle .nolink {
	padding: 15px 20px;
}
.eventTitle a p::before,
.eventTitle .nolink p::before {
	font-family: FontAwesome;
	content: '\f105';
	font-size: 1.4rem;
	margin-right: 3px;
	float: left;
	padding: 6px;
	color: #989898;
}
.calendar .pickup {
	display: table;
}
.calendar .pickup article {
	border-left: 2px solid #d9d9d9;
	border-right: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
}
.calendar .pickup .pickupTitle {
	background: #bca958;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	padding: 5px 20px;
}

.calendar .pickup .date,
.calendar .pickup .eventTitle,
.calendar .pickup .newsCategory {
	display: table-cell;
}
.calendar .pickup .date {
	width: 120px;
	padding: 5px 20px;
	text-align: center;
	background: #f2f3f4;
}
.calendar .pickup .eventTitle {
	width: 720px;
}

@media screen and (max-width: 767px) {
	.calendar .pickup {
		min-width: inherit;
		width: 100%;
		padding: 0 10px;
	}
	.calendar .pickup .date,
	.calendarList li .date {
		position: relative;
		text-align: left;
		background: #f2f3f4;
		padding: 10px 15px;
	}
	.calendar .pickup .date,
	.calendar .pickup .eventTitle,
	.calendarList li .date,
	.calendarList li .eventTitle,
	.calendarList li .newsCategory,
	.calendar .calendarList li {
		width: inherit;
		display: block;
	}
	.calendar .pickup .newsCategory,
	.calendarList li .newsCategory {
		position: absolute;
		top: 8px;
		right: 10px;
	}
	.calendar .calendarList {
		border: none;
		padding: 0;
	}
	.eventTitle a {
		padding: 15px;
	}
	
}


/*-----------------------------------
contact
-----------------------------------*/
.lead {
	padding: 10px;
	margin: 0 auto 30px;
	font-size: 1.6rem;
	max-width: 960px;
}
.lead p {
	margin-bottom: 1rem;
}
.lead span {
	margin-right: 15px;
}
.lead h3 {
	font-size: 2rem;
	font-weight: 500;
}

.error li {
	text-align: left;
	margin-bottom: 5px;
}
.error li::before {
	content: '?';
}

/* form reset */
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"], textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type="text"]:focus, textarea:focus {
	box-shadow: 0 0 4px #118ce2;
	border: 1px solid #118ce2;
}
/* text */
input::-ms-clear {
	visibility: hidden;
}
/* password */
input::-ms-reveal {
	visibility: hidden;
}

/* form design */

.formTable {
	width: 960px;
	margin: 0 auto;
}
.formTable dl {
	margin-bottom: 30px;
}
.formTable dl::after {
	content: '';
	display: block;
	clear: both;
}


/* 申込者情報 */
.applicant {
	background: #f1f1f1;
	border-radius: 10px;
	padding: 25px 20px 5px;
	margin-bottom: 40px;
}
.applicant dl {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.applicant dl dt,
.applicant dl dd {
	display: table-cell;
	vertical-align: middle;
}
.applicant dl dt {
	font-size: 1.6rem;
	font-weight: 500;
	width: 140px;
}
.applicant dl dd input {
	width: 100%;
}
.required {
	color: #118ce2;
	font-size: 1.4rem;
	margin-left: 10px;
	text-align: m
}
.attention .required {
	display: block;
	color: #118ce2;
	margin-bottom: 10px;
}
.attention .required::before {
	content: '';
}


/* フォーム項目一覧 */

.contentsItem dl dt {
	font-size: 1.8rem;
	font-weight: 500;
	padding: 5px 10px 5px 5px;
	margin-bottom: 20px;
	background: #eaeaea;
}
.contentsItem dl dt::before {
	font-family: FontAwesome;
	content: '\f24d';
	float: left;
	padding: 5px;
	margin-right: 5px;
	color: #005da1;
	
}
.formTable dl dd {
	margin-bottom: 10px;
	padding: 0 10px;
}
.formTable dl.broadcast dd {
	margin-bottom: 20px;
}
.formTable dl dd strong {
	margin-right: 10px;
}

.formTable textarea {
	width: 100%;
	margin-bottom: 10px;
}
dl.date dd {
	width: 48%;
	float: left;
	margin: 0 10px 10px;
}

dl.date dd strong {
	display: block;
	margin-bottom: 10px;
}
dl.broadcast strong {
	display: block;
	float: left;
}
dl.date dd span {
	padding: 0 5px;
}

dl.broadcast dd ul li {
	width: 49%;
	float: left;
	margin-right: 10px;
}
dl.date dd:last-child,
dl.broadcast dd ul li:last-child {
	margin-right: 0;
}
dl.date strong,
dl.broadcast strong {
	margin: 0 0 8px 5px;
}
dl.broadcast h3 {
	font-size: 1.6rem;
	margin: 0 0 10px;
}
dl.broadcast h3 i {
	margin-right: 10px;
	color: #005DA1;
	font-size: 2rem;
}
dl.broadcast .broadcastInner {
	overflow: hidden;
}
dl.broadcast dd.broadcastSelect {
	background: #f1f1f1;
	border-radius: 5px;
	padding: 15px 10px 5px;
}

.radio02 {
	padding: 5px;
}

.formTable input,
.formTable textarea {
	border: 1px solid #cacaca;
	border-radius: 5px;
	padding: 10px;
	background: #fff;
}
.formTable .date input {
	padding: 10px 10px 5px;
}
.formTable input[type=text]:focus,
.formTable textarea:focus {
	border-color: #118ce2;
	outline: none;
}

@media screen and (max-width: 767px) {
	#wrapper,
	.formTable {
		width: 100%;
	}
	dl.broadcast dd ul li {
		width: 100%;
		margin: 0 0 15px;
	}
	.applicant {
		padding: 25px 10px 10px;
	}
	dl dd {
		padding: 0 5px;
	}
	.applicant dl,
	.applicant dl dt,
	.applicant dl dd {
		display: block;
	}
	.applicant dl dt {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	.contentsItem dl dt {
		font-size: 1.6rem;
	}
	dl.date dd {
		width: 100%;
		float: none;
		margin: 0 0 15px;
	}
	dl.date strong,
	dl.broadcast strong {
		margin: 0 0 5px 0;
		width: 100%;
	}
	dl.date dd strong {
		margin-bottom: 5px;
	}
}



/*------------ radio btn ------------*/
.radioInput {
	display: none;
}
.radioInput+label {
	padding-left: 22px;
	position: relative;
	margin-right: 25px;
	color: #005DA1;
}
.radioInput+label::before,
.radioInput:checked+label::after {
	font-family: FontAwesome;
	content: '\f096';
	position: absolute;
	top: 1.5px;
	left: 0;
	font-size: 2rem;
}
.radioInput+label::before {
	content: '\f096';
}
.radioInput:checked+label::after {
	content: '\f046';
}
.radioInput:checked+label {
	color: #005DA1;
}
.radioInput+label span,
.radioInput:checked+label span {
	color: #333;
}
.radioInput:checked+label::before {
	display: none;
}





/*------------ btn_submit ------------*/

.btn_submit {
	text-align: center;
	width: 180px;
	margin: 0 auto 50px;
}
.btn_submit input,
.btn_submit a {
	display: inline-block;
	padding: 1.2rem 6rem;
	margin-bottom: 0;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 5px;
	background-color: #005DA1;
	border-color: #005DA1;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn_submit input:hover,
.btn_submit input:focus,
.btn_submit input:active,
.btn_submit a:hover,
.btn_submit a:focus,
.btn_submit a:active {
	background-color: #118ce2;
	border-color: #118ce2;
}

.btnRed input,
.btnRed a {
	background-color: #e53d3f;
	border-color: #e53d3f;
	
}
.btnRed input:hover,
.btnRed input:focus,
.btnRed input:active,
.btnRed a:hover,
.btnRed a:focus,
.btnRed a:active {
	background-color: #f35b5c;
	border-color: #f35b5c;
}



/* placeholder */

/* Chrome, Safari */
::-webkit-input-placeholder {
	color: #ccc;
	font-size: 1.4rem;
	font-weight: 300;
	padding-left: .6rem;
}
 
/* Firefox */
::-moz-placeholder {
	color: #ccc;
	font-size: 1.4rem;
	font-weight: 300;
	padding-left: .6rem;
}
 
/* Firefox 18以前 */
:-moz-placeholder {
	color: #ccc;
	font-size: 1.4rem;
	font-weight: 300;
	padding-left: .6rem;
}
 
/* IE */
:-ms-input-placeholder {
	color: #ccc;
	font-size: 1.4rem;
	font-weight: normal;
	padding-left: .6rem;
}
@media screen and (max-width: 767px) {
	
	/* Chrome, Safari */
	::-webkit-input-placeholder {
		padding-left: 0;
	}
 
	/* Firefox */
	::-moz-placeholder {
		padding-left: 0;
	}
 
	/* Firefox 18以前 */
	:-moz-placeholder {
		padding-left: 0;
	}
 
	/* IE */
	:-ms-input-placeholder {
		padding-left: 0;
	}
	
}


.prospective .aside .menu-item-has-children .sub-menu li:nth-child(odd),
.prospective .aside .menu-item-has-children .sub-menu li:nth-child(even),
.students .aside .menu-item-has-children .sub-menu li:nth-child(odd),
.students .aside .menu-item-has-children .sub-menu li:nth-child(even) {
	border-left: none;
}
.prospective .aside .sub-menu li,
.students .aside .sub-menu li {
	border-bottom: 1px dotted #d9d9d9;
}

.aside .menu-item-has-children > a {
	position: relative;
	display: block;
	background: #fff;
	padding: 10px 30px 10px 10px;
	color: #005da1;
	cursor: pointer;
}

.aside .menu-item-has-children > a {
	border-bottom: 2px solid #d9d9d9;
}
.aside .menu-item-has-children .menu-item-has-children > a {
	border-bottom: none;
}
.aside .menu-item-has-children > a::after {
	content: "\f196";
	display: block;
	position: absolute;
	top: 32%;
	right: 10px;
	font-size: 1.6rem;
	font-family: FontAwesome;
}
.aside .menu-item-has-children > a.is-opened::after {
	content: "\f147";
}
.students .aside .menu-item-has-children > a::after {
	color: #96ac8b;
}
.aside .sub-menu,
.aside .sub-menu .sub-menu {
	display: none;
	border-right: none;
	background: #fff;
	border-bottom: none;
}

.aside .sub-menu {
	border-bottom: 2px solid #d9d9d9;
}

.aside .menu-item-has-children,
.aside .sub-menu li:last-child {
	border-bottom: none;
}

.sub-menu .sub-menu li:first-child {
	border-top: 1px dotted #d9d9d9;
}
