@charset "utf-8";
/* -------------------------------
PROMO
------------------------------- */
#promo {
	width: 100%;
	max-width:;
	margin: 0 auto;
}
#promo img {
	width: 100%;
	background: #000;
	padding: 0;
	display: flex;
	margin: 0 auto;
	overflow: hidden;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 1278px){
}


/* -------------------------------
CONTENTS
------------------------------- */

/* -------------------------------
INTRO
------------------------------- */
#contents #intro {
	background: url("../images/bg_message01.png") no-repeat center center;
	background-size: cover;
	padding: 35px 0 50px;
	width: 100%;
}
#contents #intro .inn {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 15px;
}
#contents #intro .inn h2 {
	text-align: center;
	position: relative;
	font-size: 22px;
	font-weight: bold;
}
#contents #intro .inn h2 span.vertical {
	transform: rotate(90deg);
	display: block;
}

#contents #intro .inn .box {
	background: #fff;
	max-width: 900px;
	width: 100%;
	margin: 30px auto;
	padding: 15px 30px 30px;
}
#contents #intro .inn p {
	font-size: 18px;
	margin-top: 30px;
	width: 100%;
}
@media screen and (max-width: 810px){
	#about .txt #sdgs {
		flex-direction: column;
		flex-wrap: wrap;
	}
	#about .txt #sdgs .pic {
		max-width: 20rem;
		margin: 1.5rem auto 0;
	}
	#about .txt #sdgs .txt {
		padding: 1.5rem 0 0;
	}
}

/* -------------------------------
PRODUCTS
------------------------------- */
#products {
	width: 1200px;
	max-width: 100%;
	margin: 55px auto 70px;	
}
#products .inn {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
#products h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

#products ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#products ul li {
	width: calc( ( 100% / 3 ) - 30px )
}
#products ul li a {
	transition: all 0.4s ease;
}
#products ul li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
#products ul li a .pic {
	position: relative;
}
#products ul li a .pic img {
	width: 100%;	
}
#products ul li a .pic .icoArea {
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	flex-wrap: wrap;
}
#products ul li a .pic .icoArea .ico {
	margin-left: 10px;
}
#products ul li a .pic .icoArea .ico img {
	width: 36px;
}
#products ul li a .txt {
	background: #E9E6F3;
	height: 75px;
	line-height: 75px;
	color: #A774B0;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
}


/* -------------------------------
NEWS
------------------------------- */
#news {
	width: 1200px;
	max-width: 100%;
	margin: 55px auto 70px;	
}
#news .inn {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
#news h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

#news ul {
	border-top: 2px solid #98A6B5;
}
#news ul li {
	padding: 15px;
	line-height: 1.5;
	transition: all 0.4s ease;
	border-bottom: 1px solid #CDD6DD;
}
#news ul li + li {

}
#news ul li.new a p::after {
	content: "NEW";
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #EC0003;
	text-align: center;
	margin-left: 1rem;
	font-size: 14px;
	vertical-align: middle;
	margin-top: -0.4rem;
	border-radius: 5px;
	padding: 2px 6px;
}
#news ul li a p span.new {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #EC0003;
	text-align: center;
	margin-left: 1rem;
	font-size: 14px;
	vertical-align: middle;
	margin-top: -0.4rem;
	border-radius: 5px;
	padding: 2px 6px;
}

#news ul li > a,
#news ul li > span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#news ul li .ctg {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	width: 156px;
	padding: 5px 10px;
	margin-right: 20px;
	border-radius: 20px;
}
#news ul li .ctg.ctg0 {
	background: #DABD7B;
}
#news ul li .ctg.ctg1 {
	background: #1C4BB1;
}
#news ul li .ctg.ctg2 {
	background: #E17A00;
}
#news ul li .ctg.ctg10 {
	background: #A774B0;
}
#news ul li time {
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
}
#news ul li .txt {
	color: #A774B0;
}
#news ul li:hover {
	background: #E9E6F3;
}
#news ul li a:hover {
	text-decoration: none;
}
#news .btn {
	align-self: stretch;
	text-align: center;
	margin-top: auto;
	margin-top: 5rem;
}
#news .btn a {
	display: inline-flex;
	width: 24rem;
	height: 5rem;
	color: #959595;
	font-size: 2rem;
	line-height: 4rem;
	background: #fff;
	border-radius: 1rem;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease;
	align-items: center;
	justify-content: center;
	border: 1px solid #959595;
}
#news .btn a:hover {
	background: #858585;
	color: #fff;
}
#news ul li a.ex p::before {
	content: "\f291";
	font: normal normal normal 1em/1 "Phosphor";
	font-size: 20px;
	vertical-align: sub;
    color: #9F98C4;
    flex-shrink: 0;
    speak: none;
    text-transform: none;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 810px){
	#news {
		margin-top: 30px;
	}
	#news .inn {
		display: block;
		padding: 30px 15px 0;
	}
	#news h2 {
		display: flex;
		align-items: center;
		font-size: 20px;
		margin-bottom: 15px;
	}
	#news h2 span {
		font-size: 18px;
		margin-left: 15px;
	}
	#news ul {
		height: auto;
		overflow-y: auto;
		margin: 3rem 0 0;
		flex: auto;
	}
	#news ul li {
		border-bottom: 1px dashed #ccc;
		padding: 1rem;
	}
	#news ul li a,
	#news ul li span {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	#news ul li .ctg {
		width: auto;
		font-weight: bold;
		font-size: 1.4rem;
		padding: 0 0.5rem;
	}
	#news ul li time {
		width: auto;	
		font-size: 1.4rem;
		margin-left: 0.5rem;
	}
	#news ul li .txt {
		flex: auto;
		flex-basis: 100%;
		margin-top: 0.5rem;
		margin-left: 0.5rem;
	}
}

