@charset "utf-8";

/***************************************************************************
*
* NEWS STYLE
*
***************************************************************************/
#content {
	margin-top: 45px;
}
#main .mainPhoto:after {
	content: none;
}
/*AREACATEGORY*/
.areaCategory {
	margin-bottom: 92px;
}
.areaCategory .boxCat {
	border: 1px solid #0C3F5E;
	padding: 54px 30px 25px;
	margin-bottom: 55px;
}
.areaCategory .boxCat .listCat {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 21px;
}
.areaCategory .boxCat .listCat li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
    letter-spacing: 0.05px;
}
.areaCategory .boxCat .listCat li + li {
	margin-left: 35.5px;
}
.areaCategory .boxCat .listCat li input {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.areaCategory .boxCat .listCat li .checkmark {
    position: relative;
    font-size: 14px;
    cursor: pointer;
}
.areaCategory .boxCat .listCat li .checkmark:before {
    content: '';
    display: inline-block;
    vertical-align: -3px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #3E4357;
    margin-right: 6px;
}
.areaCategory .boxCat .listCat li .checkmark:after {
    content: '';
    position: absolute;
    width: 4px;
  	height: 8px;
    border: solid #3E4357;
  	border-width: 0 2px 2px 0;
    opacity: 0;
    top: 2px;
    left: 5px;
    transform: scale(0.5) rotate(45deg);
    transition: all 0.25s;
}
.areaCategory .boxCat .listCat li input:checked ~ .checkmark:after {
    opacity: 1;
    transform: scale(1) rotate(45deg);
}
.areaCategory .boxCat .listSubmit {
	text-align: center;
}
.areaCategory .boxCat .listSubmit .submitStyle {
	width: 207px;
	font-size: 14px;
	color: #fff;
	background-color: #0C3F5E;
	border: 1px solid #0C3F5E;
	padding: 14px 0 12px;
	cursor: pointer;
	margin-left: -12px;
	transition: all 350ms linear;
	border-radius: 0;
}
.areaCategory .boxCat .listSubmit .submitStyle:hover {
	background-color: #fff;
	color: #0C3F5E;
}

.areaCategory .boxNews {

}
.areaCategory .boxNews .listNews {

}
.areaCategory .boxNews .listNews li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #0C3F5E;
	padding: 28px 0 29px;
}
.areaCategory .boxNews .listNews li:last-child {
	border-bottom: 1px solid #0C3F5E;
}
.areaCategory .boxNews .listNews li .listInfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 230px;
}
.areaCategory .boxNews .listNews li .listInfo .date {
	font-size: 14px;
	color: #818181;
}
.areaCategory .boxNews .listNews li .listInfo .tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 149px;
}
.areaCategory .boxNews .listNews li .listInfo .tag .item {
	display: inline-block;
	min-width: 91px;
	font-size: 11px;
	color: #fff;
	height: 20px;
	text-align: center;
	background: #FA9B39;
	border-radius: 8px;
	padding: 2px 23px 0 24px;
}
.areaCategory .boxNews .listNews li .listInfo .tag .item + .item {
	margin-top: 5px;
}
.areaCategory .boxNews .listNews li .listInfo .tag .item.event {
	background: #4C936B;
}
.areaCategory .boxNews .listNews li .listInfo .tag .item.important {
	background: #CD3C6D;
}
.areaCategory .boxNews .listNews li .listInfo .tag .item.notice {
	background: #333333;
}
.areaCategory .boxNews .listNews li .listLink {
}
.areaCategory .boxNews .listNews li .listLink a {
	border-bottom: 1px solid transparent;
	color: #0C3F5E;
}
.areaCategory .boxNews .listNews li .listLink a:hover {
	border-bottom: 1px solid #0C3F5E;
}
/*AREACATEGORY*/

/*MACOS*/
.MacOS .areaCategory .boxNews .listNews li .listInfo .tag .item {
	padding-top: 3px;
}
/*MACOS*/

/*IE FIX*/
@media all and (-ms-high-contrast:none) {
	.areaCategory .boxNews .listNews li .listInfo .tag {
		margin-top: -3px;
	}
	.areaCategory .boxNews .listNews li .listInfo .tag .item {
	    padding: 3px 0 0;
	}
}


/*SP STYLE*/
@media (max-width: 768px) {
	/*AREACATEGORY*/
	.areaCategory .boxCat {
	    padding: 20px 4%;
	    margin-bottom: 40px;
	}
	.areaCategory .boxCat .listCat {
		margin-bottom: 10px;
	}
	.areaCategory .boxCat .listCat li {
		margin-bottom: 5px;
	}
	.areaCategory .boxCat .listCat li + li {
	    margin-left: 15px;
	}
	.areaCategory .boxCat .listSubmit .submitStyle {
	    padding: 8px 0;
	    margin-left: 0;
	}
	.areaCategory .boxNews .listNews li {
	    padding: 15px 0;
	}
	.areaCategory .boxNews .listNews li .listInfo {
	    width: 100%;
	}
	.areaCategory .boxNews .listNews li .listInfo .date {
		width: 81px;
	}
	.areaCategory .boxNews .listNews li .listInfo .tag {
		width: calc(100% - 91px);
		justify-content: flex-start;
		margin-top: 0;
	}
	.areaCategory .boxNews .listNews li .listInfo .tag .item {
		margin-right: 5px;
		margin-bottom: 2px;
	}
	.areaCategory .boxNews .listNews li .listInfo .tag .item + .item {
	    margin-top: 0;
	}
	/*AREACATEGORY*/
}