@charset "utf-8";
/* CSS Document */

/*mainTitle
------------------------------------*/
#mainTitle {
	position: relative;
	overflow: hidden;
	height: 160px;
}

#mainTitle h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:116.3px;
	height:31px;  
}

#mainTitle h2 img {
	width: 100%;
}

/*contents
------------------------------------*/
section {
	opacity: 1.0;
}

#contents {
    width: 1000px;
    margin: 0 auto;
}

.newsList01 {
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

.newsList01 dl {
	display: table;
	width: 100%;
	padding: 12px 0 10px;
	border-top: 1px solid #eee;
}

.newsList01 dl dt {
	display: table-cell;
	width: 10em;
}

.newsList01 dl dd {
	display: table-cell;
}

.newsList01 dl dd a {
	display: block;
	padding: 2px 10px 0 20px;
	background: url(../../images/common/arrow01.svg) 0 50% no-repeat;
	background-size: 6px;
	line-height: 150%;
}

/*contents
------------------------------------*/
.newsArticle01 h3 {
    background: url(../../images/news/newsArrow01.png) no-repeat center left;
    padding: 6px 0 6px 30px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #abcf22;
    line-height: 160%;
    color: #433a3f;
}

/*addition
------------------------------------*/
.news180829 .box180829_01 {
	background: url(../../images/about/aboutImg02.jpg) repeat 0 100%;
	background-size: cover;
	padding: 30px;
	margin-bottom: 1.5em;
}

.news180829 .box180829_01 p img {
	width: 90%;
	display: block;
	margin: 0 auto;
}

.news180829 .box180829_02 {
	margin-top: 20px;
}

.news180829 .box180829_02 li:first-child {
	margin-bottom: 0.25em;
}

.news180829 .box180829_02 dl {
	letter-spacing: -.4em;
}

.news180829 .box180829_02 dl dt {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 4.5em;
}

.news180829 .box180829_02 dl dt::before {
	content: '●';
	color: #81737b;
}

.news180829 .box180829_02 dl dd {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 90%;
}

.news180829 .box180829_03 li {
	text-indent: -1em;
	margin-left: 1em;
}

.news180829 .box180829_03 li::before {
	content: '●';
	color: #abcf22;
}

.news180829 .box180829_03 li:first-child {
	margin-bottom: 1em;
}

.box180829_04 {
	margin-top: 1.5em;
	font-size: 100%;
}



.news191007 .box191007_01 {
    background: url(../../images/about/aboutImg02.jpg) repeat 0 100%;
    background-size: cover;
    padding: 30px;
    margin-bottom: 1.5em;
}

.news191007 .box191007_01 p img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.news191007 .box191007_01 dl {
    display: flex;
    margin-top: 8px;
}

.news191007 .box191007_01>ul {
    margin-top: 20px;
}

.news191007 .box191007_01 dl dt::before {
    content: '●';
    color: #81737b;
}

.news191007 p {
    font-size: 18px;
}

.news191007 h4 {
    margin: 20px 0 10px;
}

.news191007>dl {
    line-height: 2;
    margin-bottom: 30px;
}

.news191007>dl>dt {
    font-weight: bold;
    margin-bottom: 10px;
}

.news191007>dl>dd dd {
    font-size: 14px;
    text-indent: 1rem;
}
