@charset "utf-8";
/** *****************************************************************
コンテンツ
最終更新日：2018.10.30
***************************************************************** **/

/* @import url('https://use.fontawesome.com/releases/v5.15.1/css/all.css'); */

@import "../common2018/font/font-awesome5/css/fontawesome-all.min.css";

/*  メインビジュアル
--------------------------------------------------------------- */
body#TOPICS #MAINPIC{
	min-height: 340px;
}
body#TOPICS #MAINPIC{	background-image: url(../common/images/mainpic/common.jpg);}






#topicsBLOCK .topicsSIDE ul li.iec::after,
#topicsBLOCK .topicsSIDE ul li.intstu::after,
#topicsBLOCK .topicsSIDE ul li.abroad::after,
#topicsBLOCK .topicsSIDE ul li.research::after,
#topicsBLOCK .topicsSIDE ul li.chiiki::after,
#topicsBLOCK .topicsSIDE ul li.volunteer::after,
#topicsBLOCK .topicsSIDE ul li.ahu::after,

.topics-category a.iec,
.topics-category a.intstu,
.topics-category a.abroad,
.topics-category a.research,
.topics-category a.chiiki,
.topics-category a.volunteer,
.topics-category a.ahu {background-color:#cfdb00;}



#topicsBLOCK .topicsSIDE ul li.info::after,
#topicsBLOCK .topicsSIDE ul li.event::after,
#topicsBLOCK .topicsSIDE ul li.pr::after,
#topicsBLOCK .topicsSIDE ul li.working::after,
#topicsBLOCK .topicsSIDE ul li.admission::after,
#topicsBLOCK .topicsSIDE ul li.news::after,
#topicsBLOCK .topicsSIDE ul li.club::after,
#topicsBLOCK .topicsSIDE ul li.ahu2::after,

.topics-category a.info,
.topics-category a.event,
.topics-category a.pr,
.topics-category a.working,
.topics-category a.admission,
.topics-category a.news,
.topics-category a.club,
.topics-category a.ahu2 {background-color:#008c65;}



#topicsBLOCK .topicsSIDE ul li.ahu3::after,
.topics-category a.ahu3 {background-color:#999999;}

#topicsBLOCK .topicsSIDE ul li.apharmacy::after,
.topics-category a.apharmacy {background-color:rgba(101, 159, 216, 0.7);}

#topicsBLOCK .topicsSIDE ul li.amedical::after,
.topics-category a.amedical {background-color:rgba(0, 104, 169, 0.7);}
#topicsBLOCK .topicsSIDE ul li.amcl::after,
.topics-category a.amcl {background-color:rgba(0, 104, 169, 0.7);}
#topicsBLOCK .topicsSIDE ul li.apt::after,
.topics-category a.apt {background-color:rgba(50, 52, 100, 0.7);}
#topicsBLOCK .topicsSIDE ul li.amanagement::after,
.topics-category a.amanagement,
.topics-category a.amanegement{background-color:rgba(197, 0, 23, 0.7);}
#topicsBLOCK .topicsSIDE ul li.amng::after,
.topics-category a.amng{background-color:rgba(197, 0, 23, 0.7);}

#topicsBLOCK .topicsSIDE ul li.aeco::after,
.topics-category a.aeco{background-color:rgba(100, 20, 76, 0.7);}

#topicsBLOCK .topicsSIDE ul li.acommunication::after,
#topicsBLOCK .topicsSIDE ul li.akokusai::after,
.topics-category a.akokusai,
.topics-category a.acommunication {background-color:rgba(215, 130, 19, 0.7);}

#topicsBLOCK .topicsSIDE ul li.apsychology::after,
.topics-category a.apsychology {background-color:rgba(255, 221, 0, 0.7);}

#topicsBLOCK .topicsSIDE ul li.ags::after,
.topics-category a.ags {background-color:rgba(158, 157, 226, 0.7);}

/* 文字色 */
.topics-category a.ags,
.topics-category a.apharmacy,
.topics-category a.amedical,
.topics-category a.amcl,
.topics-category a.apt,
.topics-category a.amanagement,
.topics-category a.amng,
.topics-category a.aeco,
.topics-category a.akokusai,
.topics-category a.acommunication,
.topics-category a.psychology {color: #ffffff;}





/* レイアウト */
#topicsBLOCK{
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin: auto;
}

#topicsBLOCK .topicsSIDE {
	width: 250px;
}
#topicsBLOCK .topicsMAIN {
	width: -webkit-calc(100% - 300px) ;
	width: calc(100% - 300px) ;
}

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

	#topicsBLOCK{
		max-width: 1200px;
		width: 100%;
		flex-direction: column-reverse;
	}
	
	#topicsBLOCK .topicsSIDE {
		width: 90%;
		margin: 40px auto;
	}
	#topicsBLOCK .topicsMAIN {
		width: 90%;
		margin: auto;
	}

}


/* *--------------------------------------------------------------------
 SIDE
--------------------------------------------------------------------* */
#topicsBLOCK .topicsSIDE{}

#topicsBLOCK .topicsSIDE .title{
	font-size:22px;
	font-size:2.2rem;
	letter-spacing: 0.1em;
	border-bottom:1px #333333 dotted;
	padding-bottom: 0.25em;
}

#topicsBLOCK .topicsSIDE ul{}
#topicsBLOCK .topicsSIDE ul li{
}
#topicsBLOCK .topicsSIDE ul li{
	margin-top: 0.75em;
	line-height: 1.25 !important;
}
#topicsBLOCK .topicsSIDE ul li a{
	font-size:14px;
	font-size:1.4rem;
	text-decoration: none;
}
#topicsBLOCK .topicsSIDE ul li a:hover{
	color: #000000;
}

#topicsBLOCK .topicsSIDE ul li {
	position:relative;
	padding: 0em 0.3em 0em 1.3em;
}
#topicsBLOCK .topicsSIDE ul li::before,#topicsBLOCK .topicsSIDE ul li::after {
	position: absolute;
	content: '';
	display: inline-block;
}

#topicsBLOCK .topicsSIDE ul li::before {
	z-index: 2;
	top: 0.55em;
	left: 0.21em;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
#topicsBLOCK .topicsSIDE ul li::after {
	top: 0.25em;
	left: 0em;
	width: 14px;
	height: 14px;
}











/* *--------------------------------------------------------------------
 MAIN
--------------------------------------------------------------------* */
#topics-block{
	width: 100%;
	margin: 100px auto 0 auto;
}



#topics-block ul li{
	float: left;
	width:	25%;
	padding:0;
	margin:0 0 5% 0;
	border-left:1px #333333 dotted;
}
#topics-block ul li:nth-child(4),
#topics-block ul li:nth-child(8),
#topics-block ul li:nth-child(12),
#topics-block ul li:nth-child(16),
#topics-block ul li:nth-child(20),
#topics-block ul li:nth-child(24),
#topics-block ul li:nth-child(28),
#topics-block ul li:nth-child(32){
	border-right:1px #333333 dotted;
}


#TOPICS .topics-category{
	margin: 5px 0;
}
.topics-category a{
	display: inline-block;
	padding: 4px;

	color: #ffffff;
	line-height: 1;
	border:none;
	font-size:11px;
	font-size:1.1rem;
	letter-spacing: 0px;
	text-align: center;
	font-weight: normal;
	border-radius:2px;
}





.r_contnent{
  text-align:right;
}

.r_contnent p{
  display:inline-block;
  text-align: left;
}
#topics-block li .date{
	font-size:11px;
	font-size:1.1rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-top: 5px;

}

#topics-block li .subject{
	font-size:14px;
	font-size:1.4rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-top: 10px;
/*
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
*/
}


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

#topics-block ul li{
	float: none;
	width:	90%;
	margin:0 auto 2.5% auto;
	border-left:none;
}
#topics-block ul li:nth-child(4),
#topics-block ul li:nth-child(8),
#topics-block ul li:nth-child(12),
#topics-block ul li:nth-child(16),
#topics-block ul li:nth-child(20),
#topics-block ul li:nth-child(24),
#topics-block ul li:nth-child(28),
#topics-block ul li:nth-child(32){
	border-right:none;
}
#topics-block ul li .topics-box{
	margin: 0 !important;

}


#topics-block ul li .pic{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-right: 2%;
}
#topics-block ul li .pic img{
    border:1px #efefef solid;
}
#topics-block ul li .topics-txt{
	display: inline-block;
	vertical-align: top;
	width: 70%;
}
#TOPICS .topics-category{
	margin:0 0 5px 0 !important;
}
#TOPICS .topics-category .category{
/*	margin:0 0 0 0 !important;*/
}
.topics-category a{
	display: inline-block;
	padding: 4px;
	font-size:10px;
	font-size:1.0rem;
	letter-spacing: 0px;
	text-align: center;
	font-weight: normal;
}
.topics-category p{
	font-size:11px;
	font-size:1.1rem;
	letter-spacing: 0px;
}

#topics-block li .subject{
	margin-top: 5px;
}

}


/* *-------------------------------------------------------------------
 ページナビ
-------------------------------------------------------------------* */
.pagenavi,
.pagebute{
/*    width: 100%;*/
/*    margin: 10px auto;*/
    text-align: center;
	font-size:12px;
	font-size:1.2rem;
}
.link_before,
.link_page,
.link_next,
a.link_before,
a.link_page,
a.link_next,
span.current_page{
	 text-decoration: none;
	 vertical-align: middle;
	 margin: 0 2px;
	padding: 6px 10px;
}

a.link_before,
a.link_page,
a.link_next,
span.current_page{
	display: inline-block;
	background: #f7f7f7;
	color: #666;
/*	border:1px #666666 solid;*/
}


a:hover.link_before,
a:hover.link_page,
a:hover.link_next,
span.current_page{
	background: #b4b4b4;
/*	border:1px #347bb7 solid;*/
	color: #ffffff;
}

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


}



/*テーブル*/
.topics-txtblock table{
	width: 100%;
	margin: 20px 0;
}
.topics-txtblock table th,
.topics-txtblock table td{
	padding: 0.75em;
	border:1px #333333 solid;
}
.topics-txtblock table th{
	text-align: center;
	font-weight: normal;
}
.topics-txtblock table td{

	font-weight: normal;
}



table.sptopicsTABLE{
	margin: 20px 0;
}
table.sptopicsTABLE th{
	text-align: left;
	font-weight: normal;
	padding-right: 30px;
}

table.sptopicsTABLE td{

	font-weight: normal;
}
@media only screen and (max-width: 768px) {
	.topics-txtblock table th p,
	.topics-txtblock table td p,
	.topics-txtblock table th,
	.topics-txtblock table td{
		padding: 0.25em;
		font-size:14px;
		font-size:1.4rem;
	}

}


/*詳細ページ*/


.topics-mainphoto{
	margin-bottom: 40px;
}
.topics-mainphoto img{
	width: 100%;
}


.topics-txtblock{
		font-family:Lato,'游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic','メイリオ',Meiryo,sans-serif;

}
.topics-txtblock div,
.topics-txtblock p{
	font-size:16px;
	font-size:1.6rem;
	line-height: 1.5 !important;
	letter-spacing: 0.1em !important;
}

.topics-txtblock p a{
	text-decoration: underline;
}

#topics-block p + p{
	margin: 1.0em 0;
}
#TOPICS h2.h2topics,
#topics-block h2.h2topics{
	max-width: 1100px;
	width: 100%;
	background-image:none;
    	box-shadow: none;
	font-family:Lato,'游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic','メイリオ',Meiryo,sans-serif;
	text-align: center;
	font-weight: bold;
    margin: 40px auto;
	font-size:26px;
	font-size:2.6rem;
    border-left:none !important;
    border-bottom:none !important;
}
#topics-block h2.h2topics:before{
    display: none;
}

#topics-block h3{
	font-family:Lato,'游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic','メイリオ',Meiryo,sans-serif;
	text-align: left;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 20px;
	font-size:24px;
	font-size:2.4rem;
	background-image:none;

	padding-bottom: 0;

}


#topics-block hr{
	text-align: left !important;
	margin: 0 0 40px 0;
}


#topics-block h4{
	font-family:Lato,'游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic','メイリオ',Meiryo,sans-serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	font-size:18px;
	font-size:1.8rem;
}
#topics-block h5{
	font-family:Lato,'游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic','メイリオ',Meiryo,sans-serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	font-size:16px;
	font-size:1.6rem;
    border-bottom:none !important;
}
#topics-block h5 + p{
	margin-bottom:20px !important;

}
#topics-block h4 + p{
	margin-bottom:30px !important;

}
#topics-block ol + h4,
#topics-block p + h4{
	margin-top:40px !important;
}

#topics-block h3 + p{
	margin-bottom:20px !important;
}

#topics-block .kkm{
    margin: 40px auto;
    background-color: #f1f1f1;
    padding: 2.0em;
}
#topics-block .kkm h3{
    display: block;
    margin: 0 auto;
    text-align: center !important;
    color: #000000;
}


#topics-block ul li .topics-box{
	margin: 0 10%;
}
#topics-block ul li .pic img{
	width: 100%;
    border:1px #efefef solid;
}


#topics-block a[href$=".pdf"],
#topics-block .btnblock a[href$=".pdf"] span,
#topics-block a[href$=".pdf"],
#topics-block .btnblock a[href$=".pdf"] span {
	background-image:url(../images/icon/pdf.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-top:2px;	padding-bottom:2px;
	padding-right: 20px;
}
#topics-block a[href$=".doc"],
#topics-block .btnblock a[href$=".doc"] span,
#topics-block a[href$=".docx"],
#topics-block .btnblock a[href$=".docx"] span,
#topics-block a[href$=".doc"],
#topics-block .btnblock a[href$=".doc"] span,
#topics-block a[href$=".docx"],
#topics-block .btnblock a[href$=".docx"] span {
	background-image:url(../images/icon/doc.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-top:2px;	padding-bottom:2px;
	padding-right: 20px;
}
#topics-block a[href$=".xls"],
#topics-block .btnblock a[href$=".xls"] span,
#topics-block a[href$=".xlsx"],
#topics-block .btnblock a[href$=".xlsx"] span,
#topics-block a[href$=".xls"],
#topics-block .btnblock a[href$=".xls"] span,
#topics-block a[href$=".xlsx"],
#topics-block .btnblock a[href$=".xlsx"] span {
	background-image:url(../images/icon/xls.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-top:2px;	padding-bottom:2px;
	padding-right: 20px;
}


.topics-block p a,
.topics-block li a{
	text-decoration: underline;
}

.topics-block p strong{
    font-weight: bold;
}

a.topicsBTN{
    width: 80%;
    display:block;
    text-align: center;
    background-color: #cfdb00;
    padding: 20px 40px;
    margin: 60px auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
a.topicsBTN:hover{
    text-align: center;
    background-color: #eaf803;
    color: #000000;
}
@media only screen and (max-width: 768px) {

	#TOPICS h2.h2topics,
	#topics-block h2.h2topics{
		width: 90%;
		margin: 20px auto;
		font-size:20px;
		font-size:2.0rem;
	}


a.topicsBTN{
    width: 100%;
    padding: 20px 20px;
 
}

}


/*テーブル*/
#topics-block table{
	border-collapse: collapse;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#topics-block table caption{
	text-align: right;
	margin-bottom: 5px;
}
#topics-block table th,
#topics-block table td{
	padding:1.5em;
    border:1px #e0e0e0 solid;
}

#topics-block table th{
	font-weight:normal;
	text-align: center;
	white-space:nowrap;
    background-color: #f5f7d5;
}
#topics-block table h4{
	font-weight:bold;
	font-size: 2.0rem;
	line-height: 1.25;
}
#topics-block table h5{
	font-weight:bold;
	font-size: 1.4rem;
}
#topics-block table small{
	display: inline-block;
	font-size: 1.1rem;
	margin-bottom: 20px;
}

#topics-block table th.nowrap h4,
#topics-block table th.nowrap h5,
#topics-block table th.nowrap h6,
#topics-block table td.nowrap {
	white-space: nowrap;
}

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

#topics-block table th,
#topics-block table th.nowrap h4,
#topics-block table th.nowrap h5,
#topics-block table th.nowrap h6,
#topics-block table td.nowrap {
	white-space: normal;
}
#topics-block table th,
#topics-block table td{
	padding:1.0em;
}

}














/*写真ブロック*/
.topics-photoblock{
	margin-top: 60px;
	width: 100%;
}
.topics-photoblock{
	margin-top: 60px;
	width: 100%;
}

.topics-photoblock ul li{border:1px #ff0000 solid;
	float: left;
	width: 32%;
	border:none;
}


.topics-photoblock ul li:nth-of-type(2),
.topics-photoblock ul li:nth-of-type(5){
	margin-left: 2%;
	margin-right: 2%;
}
.topics-photoblock ul li:nth-of-type(4),
.topics-photoblock ul li:nth-of-type(5),
.topics-photoblock ul li:nth-of-type(6){
	margin-top: 2%;
}

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

.topics-photoblock ul li{
	width: 48%;
	margin: 1%;
}
.topics-photoblock ul li:nth-of-type(2),
.topics-photoblock ul li:nth-of-type(5){
	margin: 1%;
}
.topics-photoblock ul li:nth-of-type(4),
.topics-photoblock ul li:nth-of-type(5),
.topics-photoblock ul li:nth-of-type(6){
	margin: 1%;
}


}

#topics-block .topics-txtblock ul.disc{
    margin-left: 20px;
}

#topics-block .topics-txtblock ul.disc li{
    float: none;
	width: 100%;
    border:none;
}
