@charset "UTF-8";

/* blog
---------------------------------------------------------------------------*/
#blogContents {
	margin-top: 100px;
	position: relative;
}

#blogContents .title-sec {
	margin: 0 0 40px 2px;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.3em;
}

.sec-blog {
	margin-top: 120px;
}

/* aside
------------------------------------*/
aside {
	overflow: hidden;
	position: absolute;
	top: -10px;
	right: 0;
	width: 30.8%;
}

aside .btn-select {
	float: left;
	width: 48.5%;
}

aside .btn-select:nth-child(even) {
	float: right;
}

/* .btn-select
------------------------------------*/
.btn-select {
	position: relative;
	overflow: hidden;	
}

.btn-select select {
	cursor: pointer !important;
}

.btn-select .customSelect {
	overflow: hidden;
	display: block;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #FFB400;
	border-radius: 6px;
	width: 100%;
	padding: 8px 9px 9px;
	color: #FFB400;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.12em;
	transition: .15s linear;
}

.btn-select:hover .customSelect {
	background-color: #FFB400;
	color: #FFFFFF;
}

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


/* blog single
---------------------------------------------------------------------------*/
#blogContents.single {
	width: 800px;
}

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

.blog-title time,
.blog-title .post-categories,
.blog-title .post-categories a {
	color: #F8B62D;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.blog-title time {
	display: inline-block;
}

.blog-title .post-categories {
	position: relative;
	display: inline-block;
	margin-left: 20px;
}

.blog-title .post-categories:before {
	display: block;
	content: '/';
	position: absolute;
	top: 0;
	left: -15px;
}

.blog-title .post-categories li {
	display: inline-block;
}

.blog-title h1 {
	padding-top: 12px;
	font-size: 25px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

/* .blog-main
------------------------------------*/
.blog-main,
.sec-table,
.blog-link {
	padding-right: 80px;
}

.blog-main {
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 1.9;
	letter-spacing: 0.08em;
}

.blog-main p {
	margin-bottom: 18px;
	font-size: 15px;
	text-align: justify;
	line-height: 1.9;
}

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

.blog-main img {
	display: block;
	max-width: calc(100% + 100px);
	height: auto;
	padding: 20px 0;
}

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

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

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

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

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

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

.blog-main blockquote {
	background: #FFFFFF;
	padding: 28px 35px;
}

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

.sec-table h3 {
	margin-bottom: 30px;
	font-size: 18px;
	letter-spacing: 0.12em;
}

.blog-table {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 40px;
}

.blog-table tr {
	border-bottom: 2px solid #F7F8F8;
}

.blog-table th {
	position: relative;
	box-sizing: border-box;
	background-color: #F8B62D;
	width: 20%;
	padding: 12px 18px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.blog-table td {
	box-sizing: border-box;
	background-color: #FFFFFF;
	width: 80%;
	padding: 13px 25px 15px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

/* .blog-link
------------------------------------*/
.blog-link {
	overflow: hidden;
}

.blog-link li {
	float: left;
	margin: 0 10px 10px 0;
}

/* .side-area
------------------------------------*/
.side-area {
	float: left;
	width: 200px;
}