@charset "UTF-8";

/* news
---------------------------------------------------------------------------*/
.sec-other {
	width: 880px;
	margin: 0 auto;
}

.btn-select {
	position: relative;
	overflow: hidden;
	border-right: 1px solid #E5DFC6;
	transition: .15s ease-out;
}

.btn-select:first-of-type {
	border-left: 1px solid #E5DFC6;
}

.btn-select:hover {
	opacity: 0.5;
}

.btn-select select {
	cursor: pointer !important;
	width: 100% !important;
	height: 100% !important;
}

.btn-select .customSelect {
	overflow: hidden;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 24px 8px 28px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.2em;
}

.btn-select .customSelect .customSelectInner {
	width: 100% !important;
}


/* news single
---------------------------------------------------------------------------*/
#newsContents.single .img-main {
	margin-bottom: 80px;
}

#newsContents.single .news-head {
	margin-bottom: 110px;
}

.news-area {
	width: 660px;
	margin: 0 auto;
}

/* .news-title
------------------------------------*/
.news-title {
	position: relative;
	margin-bottom: 30px;
}

.news-title time {
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 14px;
	letter-spacing: 0.18em;
}

.news-title h1 {
	padding-right: 140px;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.2em;
}

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

.news-main p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.12em;
	word-break: break-all;
}

.news-main p:last-child { margin-bottom: 0; }
.news-main a { 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-bottom: 20px;
}

.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: #F8F1E3;
	border-radius: 6px;
	padding: 24px 34px;
}

.news-main blockquote p {
	line-height: 1.8;
	text-align: justify;
}

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

.sec-table h3 {
	margin: 60px 0 12px;
	font-size: 15px;
	letter-spacing: 0.05em;
}

.sec-table h3:first-of-type {
	margin-top: 0;
}

.news-table {
	box-sizing: border-box;
	width: calc(100% + 8px);
	margin: 0 -4px 40px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.news-table tr {
	border-bottom: 1px solid #E2DDD2;
}

.news-table th,
.news-table td {
	padding: 18px 0 7px;
}

.news-table th {
	position: relative;
	box-sizing: border-box;
	width: 18%;
	padding-right: 15px;
	padding-left: 6px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.2em;
}

.news-table td {
	box-sizing: border-box;
	width: 82%;
	padding-right: 5px;
}

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

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


/* .sec-other
---------------------------------------------------------------------------*/
.sec-other {
	margin-top: 140px;
}

.sec-other > h2 {
	margin-bottom: 35px;
}