@charset "UTF-8";

/* news
---------------------------------------------------------------------------*/
#newsContents {
	width: 1170px;
	margin: 0 auto;
}

/* .hot-news
------------------------------------*/
.hot-news {
	overflow: hidden;
	position: absolute;
	top: 255px;
	right: 0;
	padding: 31px 67px 26px 0;
	text-align: right;
	z-index: 2;
}

.hot-news:before {
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	right: 42px;
	background: url(../img/news/line-comment.svg) no-repeat left top / 95px 92px;
	width: 95px;
	height: 92px;
	z-index: -1;
}

.hot-news:after {
	display: block;
	content: '';
	position: absolute;
	top: 40px;
	right: -20px;
	background: url(../img/share/tomato-face.png) no-repeat left top / 64px 72px;
	width: 64px;
	height: 72px;
	transform: rotate(-28deg);
	z-index: -2;
}

.hot-news h2 {
	margin: 0 4px 8px 0;
}

.hot-news h3 {
	text-align: right;
}

.hot-news h3 a {
	display: inline-block;
	position: relative;
	max-width: 560px;
	color: #006C3E;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.12em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hot-news h3 a:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #006C3E;
	width: calc(100% - 2px);;
	height: 1px;
}

/* .news-head
------------------------------------*/
.news-head {
	position: relative;
	margin-bottom: 110px;
}

.news-head-title {
	display: inline-block;
	padding: 0 15px 16px 15px;
	background: url(../img/share/line-dot.svg) repeat-x left bottom / 6px 1px;
}

.news-head h2 {
	position: absolute;
	top: 5px;
	left: 290px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

/* .side-area
------------------------------------*/
.side-area {
	position: relative;
	float: left;
	width: 172px;
	margin: 0 118px 0 0;
}

.side-area h2 {
	position: relative;
	width: calc(100% - 6px);
	margin: 85px 0 35px;
}

.side-area h2:first-of-type {
	margin-top: 0;
}

.side-area h2:before {
	display: block;
	content: '';
	position: absolute;
	top: -40px;
	left: 12px;
	background: url(../img/share/parts-flag.svg) no-repeat left top / 23px 40px;
	width: 23px;
	height: 40px;
}

.side-area .list {
	background: url(../img/share/line-dot.svg) repeat-x left top / 6px 1px;
}

.side-area .list.archive {
	background: none;
}

.side-area .list li,
.side-area .list dt {
	background: url(../img/share/line-dot.svg) repeat-x left bottom / 6px 1px;
}

.side-area .list li a,
.side-area .list dt a {
	display: block;
	background: url(../img/share/ico-arrow.svg) no-repeat right 11px center / 15px 10px;
	padding: 13px 35px 15px 13px;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.side-area .archive dt a,
.side-area .archive li a {
	letter-spacing: 0.06em;
}

.side-area .archive dt,
.side-area .archive dd,
.side-area .archive li:first-of-type {
	display: none;
}

.side-area .archive dd:first-of-type {
	display: block;
}

.side-area .news-sns {
	margin-top: 30px;
}

.side-area .news-sns .sns li a img {
	width: 27px;
	height: auto;
}

/* .news-area
------------------------------------*/
.news-area {
	float: left;
	width: 880px;
}


/* news single
---------------------------------------------------------------------------*/
.single .news-head {
	margin-bottom: 155px;
}

.single .side-area {
	position: relative;
}

.single .side-area:after {
	display: block;
	content: '';
	position: absolute;
	top: -34px;
	right: -62px;
	background: url(../img/share/tomato-face.png) no-repeat left top / 83px 93px;
	width: 83px;
	height: 93px;
	transform: rotate(45deg);
	z-index: -1;
}

.single .news-area {
	margin-top: -125px;
}


/* .news-title
------------------------------------*/
.news-title {
	margin-bottom: 35px;
}

.news-title .category {
	margin-right: 3px;
	margin-left: 8px;
}

.news-title .category ul {
	display: inline-block;
}

.news-title .category i {
	display: inline-block;
	padding-left: 8px;
}

.news-title .category a {
	color: #EA0000;
}

.news-title .category a:after {
	bottom: -2px;
	background-color: #EA0000;
}

.news-title h1 {
	position: relative;
	box-sizing: border-box;
	border: 2px solid #006C3E;
	border-radius: 30px;
	width: calc(100% + 40px);
	margin: 20px 0 0 -25px;
	padding: 9px 12px 12px 30px;
	color: #006C3E;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.news-title h1:before {
	display: block;
	content: '';
	position: absolute;
	top: -2px;
	left: -29px;
	background: url(../img/share/parts-callout.svg) no-repeat;
	width: 32px;
	height: 56px;
}

/* .news-main
------------------------------------*/
.news-main {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.07em;
}

.news-main p {
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.08em;
	word-break: break-all;
}

.news-main p:last-child { margin-bottom: 0; }
.news-main a { color: #EA0000; text-decoration: underline; }
.news-main strong { font-weight: bold; }
.news-main em { font-style: italic; }
.news-main del { text-decoration: line-through; }

.news-main img {
	display: block;
	max-width: 100%;
	height: auto;
	padding: 20px 0;
}

.news-main > img:first-of-type,
.news-main p:first-of-type img {
	padding-top: 0;
}

.news-main .wp-caption {
	max-width: 100%;
	margin-bottom: 25px;
}

.news-main .wp-caption-text {
	margin-top: -5px;
}

.news-main ul,
.news-main ol {
	margin: 30px 0;
}

.news-main ul li {
	list-style: disc;
	margin: 0 0 6px 25px;
}

.news-main ol li {
	list-style: decimal;
	margin: 0 0 6px 25px;
}

.news-main ul li:last-of-type,
.news-main ol li:last-of-type {
	margin-bottom: 0;
}

.news-main blockquote {
	background: #FFFEF1;
	padding: 28px 35px;
}

/* .sec-table
------------------------------------*/
.sec-table {
	margin-top: 80px;
}

.sec-table h3 {
	margin-bottom: 30px;
	color: #006C3E;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.news-table {
	box-sizing: border-box;
	background: url(../img/share/line-dot.svg) repeat-x left top / 6px 1px;
	width: 100%;
	margin-bottom: 40px;
	font-size: 14px;
}

.news-table tr {
	background: url(../img/share/line-dot.svg) repeat-x left bottom / 6px 1px;
}

.news-table th,
.news-table td {
	padding-top: 17px;
	padding-bottom: 18px;
}

.news-table th {
	position: relative;
	box-sizing: border-box;
	width: 15%;
	padding-right: 15px;
	padding-left: 8px;
	color: #006C3E;
	text-align: left;
	vertical-align: top;
	line-height: 1.8;
	letter-spacing: 0.15em;
}

.news-table td {
	box-sizing: border-box;
	width: 85%;
	padding-right: 8px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

/* .news-link
------------------------------------*/
.news-link {
	overflow: hidden;
	margin-top: 30px;
}

.news-link li {
	float: left;
	margin: 0 12px 12px 0;
}

/* .other-news
------------------------------------*/
.other-news {
	margin-top: 150px;
}

.other-news > h2 {
	display: inline-block;
	border-bottom: 3px solid #006C3E;
	margin-bottom: 50px;
	padding-bottom: 6px;
}