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


/*--------------------------------------------------


    NEWS PAGE
	

---------------------------------------------------*/

.topics{
	width:1200px;
	margin: 0 auto;
	margin-bottom: 150px;
}

.topics dl,
.news-cont dl{
	width: 100%;
}

.topics dl dt,
.news-cont dl dt{
	color:#FFFFFF;
	float: left;
	font-size: 12px;
	text-align: center;
	width: 120px;
	height: 18px;
	line-height: 18px;
}

.topics-red{
	background-color: #ED675A;
}

.topics-sky{
	background-color: #8DBDD3;
}

.topics-blue{
	background-color: #00699C;
}

.topics-gray{
	background-color: #AFAFAF;
}

.topics dl dt:after,
.news-cont dl dt:after{
	content: "";
    clear: both;
	display: block;
}

.topics dl dd{
	margin-left: 140px;
	margin-bottom:1em;
}

.news-cont dl dd{
	margin-left: 140px;
	margin-bottom: 30px;
}

.topics dl dd a{
	color:#204380;
}

.topics dl dd a:hover{
	text-decoration:underline;
}


@media screen and (max-width: 1499px) {
.topics{
	width:80%;
}

.topics h2{
	top: 15%;
	left: 7%;
	padding-bottom: 10px;
	transform-origin: 0 0;
	transform:rotate(90deg);
}

.topics dl{
	width: 85%;
	top: 15%;
	right: 0%;
	left: 10%;
}
	
.news-cont dl{
	width: 85%;
}

/*.topics dl dt,
.news-cont dl dt{
	width: 15%;
}

.topics dl dd,
.news-cont dl dd{
	margin-left: 17%;
}*/
}


@media screen and (max-width: 768px) {
.topics{
	width:90%;
	margin:0 auto;
	padding:15px 0;
}

.topics h2{
	position:static;
	font-size:16px;
	margin-bottom:10px;
	transform:none;
}

.topics dl,
.news-cont dl{
	position: static;
	width: 100%;
	top: 0;
	right: 0;
}

.topics dl dt{
	width:30%;
	float:none;
	margin-bottom: 5px;
}
	
.news-cont dl dt{
	width:30%;
}

.topics dl dd{
	margin-left:0;
}
	
.news-cont dl dd{
	margin-left:35%;
	margin-bottom: 15px;
}
}


/*INNER -----------------------------------------------*/

.news-cont{
	width: 1000px;
	margin: 0 auto;
}

.news-cont h3{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}

.news-cont .box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 150px;
}

.news-cont .box > div{
	width: 48%;
	border: 1px #BEBEBE solid;
	text-align: center;
	padding: 20px 0;
}

.news-cont .box > div img{
	width: 45%;
	height: auto;
}

a.back{
	width: 330px;
	height: 70px;
	display: block;
	font-size: 16px;
	color: #1B4499;
	text-align: center;
	border: 1px #1B4499 solid;
	line-height: 70px;
	margin: 0 auto;
	margin-bottom: 120px;
	position: relative;
	background-color: #FFFFFF;
}

a.back::after {
      content: "\276F";
	  position:absolute;
	  right:5%;
}

a.back:hover{
	color: #FFFFFF;
	background-color: #1B4499;
	text-decoration: none;
	transition: .3s;
}

a.back.top{
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}


@media screen and (max-width: 1499px) {
.news-cont{
	width: 66%;
}
}


@media screen and (max-width: 768px) {
.news-cont{
	width: 90%;
}

.news-cont h3{
	font-size: 20px;
	margin-bottom: 20px;
}

.news-cont .box{
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 50px;
}

.news-cont .box > div{
	width: 100%;
	padding: 10px 0;
}
	
.news-cont .box > div + div{
	margin-top: 15px;
}

a.back{
	width: 90%;
	font-size: 14px;
	margin-bottom: 50px;
}

a.back.top{
	display: none;
}
}
