@charset "UTF-8";


/* information
---------------------------------------------------------------------------*/
#informationContents .contents {
	overflow: hidden;
}

#informationContents .pagetitle {
	margin-bottom: 75px;
}

/* .blog-area
------------------------------------*/
.blog-area {
	float: right;
	width: 780px;
}

.blog-area article {
	background: #FFFFFF;
	margin: 0 0 55px;
	padding: 0 50px 50px;
}

.blog-title {
	position: relative;
	overflow: hidden;
	margin: 0 0 35px;
	padding: 60px 0 0;
}

.blog-title time {
	display: block;
	margin: 0 0 6px;
	font-size: 12px;
	letter-spacing: 0.18em;
}

.blog-title .post-categories {
	position: absolute;
	bottom: 3px;
	right: 0;
	width: 180px;
}

.blog-title .post-categories li {
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px;
}

.blog-title .post-categories li:last-of-type {
	margin-bottom: 0;
}

.blog-title .post-categories li a {
	float: right;
	display: inline-block;
	border-bottom: 1px solid #CACACA;
	padding: 0 0 1px;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

@media all and (-ms-high-contrast:none){
	.blog-title .post-categories li a {
		line-height: 1.4;
		letter-spacing: 0.05em;
	}
}

.blog-title h1,
.blog-title h2 {
	float: left;
	width: 500px;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

@media all and (-ms-high-contrast:none){
	.blog-title h1,
	.blog-title h2 {
		letter-spacing: 0.05em;
	}
}

/* .blog-main
------------------------------------*/
.blog-main {
	line-height: 1.6;
}

.blog-main p {
	margin: 0 0 22px;
	font-size: 13px;
	line-height: 2.2;
	letter-spacing: 0.09em;
}

.blog-main img {
	display: block;
	max-width: 680px;
	height: auto;
	padding: 0 0 10px;
}

.blog-main a {
	text-decoration: underline;
}

.blog-main strong {
	font-weight: bold;
}

.blog-main em {
	font-style: italic;
}

.blog-main del {
	text-decoration: line-through;
}

.blog-main ul,
.blog-main ol {
	margin-bottom: 25px;
}

.blog-main ul li {
	list-style: disc;
	margin-bottom: 5px;
	margin-left: 25px;
}

.blog-main ol li {
	list-style: decimal;
	margin-bottom: 5px;
	margin-left: 25px;
}

.blog-main blockquote {
	background: #F4F3ED;
	margin-bottom: 25px;
	padding: 15px 20px;
}

.blog-main blockquote p:last-of-type {
	margin-bottom: 0;
}

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

.sec-table h3 {
	margin: 40px 0 15px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

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

.blog-table {
	box-sizing: border-box;
	width: 100%;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.blog-table tr {
	border-bottom: 1px solid #F1EFE9;
/* 	border-right: 1px solid #F1EFE9; */
}

.blog-table tr:first-of-type {
	border-top: 1px solid #F1EFE9;
}

.blog-table th {
	position: relative;
	box-sizing: border-box;
	background: #F7F3E9;
	border-right: 1px solid #F1EFE9;
	width: 20%;
	padding: 13px 16px 11px;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
}

.blog-table td {
	box-sizing: border-box;
	max-width: 80%;
	padding: 13px 16px 11px;
}

/* .blog-link
------------------------------------*/
.blog-link {
	margin: 40px 0 0;
	padding: 0 0 8px;
	font-size: 14px;
}

.blog-link li {
	min-height: 15px;
	margin: 0 0 15px;
	padding: 0 0 0 23px;
}

.blog-link li.link { background: url(../img/information/ico-arrow-right.png) no-repeat left 0; }
.blog-link li.pdf { background: url(../img/information/ico-pdf.png) no-repeat 1px 0; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.blog-link li.link {
		background-image: url(../img/information/ico-arrow-right@2x.png);
		background-size: 15px 15px;
	}
	.blog-link li.pdf {
		background-image: url(../img/information/ico-pdf@2x.png);
		background-size: 13px 15px;
	}
}

.blog-link li:last-of-type {
	margin-bottom: 0;
}

.blog-link li a {
	text-decoration: underline;
	letter-spacing: 0.05em;
	font-feature-settings: 'palt' 0;
}

/* .nav-page
------------------------------------*/
.nav-page {
	position: relative;
	overflow: hidden;
	margin: 120px 0 0;
	min-height: 55px;
}

.nav-page li {
	width: 270px;
	margin: 4px 0 0;
}

.nav-page li a {
	display: block;
}

.nav-page .prev {
	float: left;
}

.nav-page .next {
	float: right;
	text-align: right;
}

.nav-page li h2 {
	text-decoration: underline;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

@media all and (-ms-high-contrast:none){
	.nav-page li h2 {
		letter-spacing: 0.05em;
	}
}

.nav-page li p {
	margin: 0 0 8px;
	min-height: 15px;
	color: #908478;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.nav-page .prev p {
	background: url(../img/information/ico-arrow-left.png) no-repeat left 1px;
	padding: 2px 0 0 23px;
}

.nav-page .next p {
	background: url(../img/information/ico-arrow-right.png) no-repeat right 1px;
	padding: 2px 23px 0 0;
}

.nav-page .back {
	position: absolute;
	top: 0;
	left: 50%;
	width: 60px;
	margin: 0 0 0 -30px;
	text-align: center;
}

.nav-page .back a {
	display: block;
	background: url(../img/information/ico-index.png) no-repeat center top;
	padding: 35px 0 0;
	letter-spacing: 0.15em;
}

@media all and (-ms-high-contrast:none){
	.nav-page .prev p {
		background-position: left 0;
	}
	.nav-page .next p {
		background-position: right 0;
	}
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.nav-page .prev p {
		background-image: url(../img/information/ico-arrow-left@2x.png);
		background-size: 15px 15px;
	}
	.nav-page .next p {
		background-image: url(../img/information/ico-arrow-right@2x.png);
		background-size: 15px 15px;
	}
	.nav-page .back a {
		background-image: url(../img/information/ico-index@2x.png);
		background-size: 29px 29px;
	}
}

/* .author
------------------------------------*/
.author {
	overflow: hidden;
	margin: 60px 0 0;
}

.author .logo {
	float: left;
	width: 208px;
	margin: 30px 0 0;
}

@media all and (-ms-high-contrast:none){
	.author .logo {
		margin-top: 28px;
	}
}

.author .logo-txt .copyright,
.author .logo-txt-top,
.author .common-area .snav,
.author .common-area .slider-news {
	display: none;
}

.author .logo-txt {
	float: left;
	width: 180px;
	margin: 42px 0 0 22px;
	color: #9C8C72;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

@media all and (-ms-high-contrast:none){
	.author .logo-txt {
		margin-top: 40px;
	}
}

.author .common-area {
	width: 260px;
}

.author .common-area .contact-area {
	border-left: none;
	width: 100%;
	padding-left: 0;
}

/* .other
------------------------------------*/
.other {
	background: #FFFFFF;
	padding: 47px 45px 45px;
}

.other h2 {
	margin: 0 0 42px;
	font-size: 16px;
	letter-spacing: 0.08em;
}

.other li {
	overflow: hidden;
	height: 120px;
	margin: 0 0 22px;
}

.other li figure {
	float: left;
	width: 120px;
	margin: 0 35px 0 0;
}

.other li .txt-set {
	float: left;
	width: 535px;
	margin-top: 5px;
}

.other li time {
	display: block;
	margin: 0 0 10px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.other li h3 {
	margin: 0 0 15px;
	text-decoration: underline;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.other li p {
	font-size: 12px;
	letter-spacing: 0.08em;
}

.other li p img {
	display: none;
}

/* .side-area
------------------------------------*/
.side-area {
	float: left;
	width: 230px;
	margin: 10px 0 0;
}

.side-area h2 {
	margin: 0 0 32px;
	letter-spacing: 0.02em;
}

.side-area ul {
	margin: 0 0 55px;
}

.side-area li {
	border-bottom: 1px dashed #BBBBBB;
}

.side-area li a {
	display: block;
	padding: 18px 0 12px;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.side-area li:first-of-type a {
	padding-top: 0;
}

.side-area .category-list li a {
	padding: 15px 0 13px;
	letter-spacing: 0.12em;
}

.side-area .category-list li:first-of-type a {
	padding-top: 0;
}

#informationContents.archive .side-area .category-list li a,
#informationContents.category .side-area .category-list li.current-cat a,
#informationContents.category .side-area .category-list li a:hover {
	opacity: 1;
}

#informationContents.archive .side-area .category-list li a:hover,
#informationContents.category .side-area .category-list li a {
	opacity: 0.5;
}

.side-area li time {
	display: block;
	margin: 0 0 7px;
	font-size: 12px;
}

.side-area li h3 {
	font-size: 13px;
	line-height: 1.6;
}

/* .btn-archive
------------------------------------*/
.side-area .btn-archive {
	display: block;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background: #513C25;
	background-size: 44px 44px;
	width: 100%;
	margin: -15px 0 0;
	font-size: 16px;
	transition: .2s linear;
	cursor: pointer;
}

.side-area .btn-archive:hover {
	opacity: 0.5;
}

.side-area .btn-archive:before {
	display: block;
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	background: url(../img/information/ico-btn-archive.png) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
}

.side-area .btn-archive select {
	cursor: pointer;
}

.side-area .btn-archive .customSelect {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 15px !important;
	color: #FDFCF7;
	text-align: center;
	letter-spacing: 0.15em;
}

@media all and (-ms-high-contrast:none){
	.side-area .btn-archive .customSelect {
		padding: 18px 15px 12px !important;
	}
}

.side-area .btn-archive .customSelect .customSelectInner {
	width: 100% !important;
}