@charset "UTF-8";

/***********************************************
* Header Logo
************************************************/
/*
#header h1 img.logo {
	display: none;
}
@media screen and (max-width:768px) {
#header h1 img.logo-wht, #header h1 img.logo-wht-sp {
	display: none;
}
}
*/

/***********************************************
* Contents
************************************************/
/* Heading */
h2.heading_sp {
	display: none;
}
@media screen and (max-width:768px) {
h2.heading_sp {
	display: inherit;
	font-size: 22.5px;
	font-size: 2.25rem;
	color: #8c8c8c;
	text-align: center;
	margin: 20px 0 40px;
}
}
@media screen and (max-width:600px) {
h2.heading_sp {
	margin: 20px 0 30px;
}	
}

/* Float */
h2.heading span {
	font-size: 15px;
	font-size: 1.5rem;
	display: inline-block;
}
@media screen and (max-width:768px) {
h2.heading span {
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	margin-top: 0.5em;
}
}

#contents {
	padding-top: 50px;
}
#contents .inner {
	margin-top: 40px;
}
@media screen and (max-width:768px) {
#contents {
	padding: 4.33333335% 0 0;
}
}

/* Column Container */
.column {
	width: 1096px;
	margin: 0 auto 50px;
}
@media screen and (max-width:1199px) {
.column {
	width: 91.33333333%;
}
}
@media screen and (max-width:768px) {
.column {
	width: 100%;
	margin-top: 50px;
}	
}

.column h2.heading {
	margin-bottom: 35px;
}

/* Side */
.column_side {
	width: 296px;
	box-sizing: border-box;
	float: right;
	padding-left: 20px;
	border-left: solid 1px #808080;
}
@media screen and (max-width:1199px) {
.column_side {
	width: 27%;
}
}
@media screen and (max-width:768px) {
.column_side {
	float: none;
	width: 100%;
	padding: 8.6666667% 4.33333335%;
}
}

.column_side h3 {
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 30px;
	color: #897f75;
}
@media screen and (max-width:768px) {
.column_side h3 {
	font-size: 26px;
	font-size: 2.6rem;
}
}

/* Recent */
.recent {
	width: 100%;
	margin-bottom: 70px;
}
.recent figure {
	width: 100%;
	margin-bottom: 30px;
}
.recent figure:last-child {
	margin-bottom: 0;
}
.recent figure figcaption {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: justify;
	color: #ffffff;
	background-color: #000000;
	padding: 0.5em 0.75em;
}
.recent figure figcaption a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
@media screen and (max-width:768px) {
.recent {
	width: 100%;
	display: table;
}
.recent figure {
	margin-bottom: 20px;
}
.recent figure p {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
}
.recent figure p img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.recent figure figcaption {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	padding: 0.5em 0.75em;
}
}
@media screen and (max-width:600px) {

}

/* Category */
.category {
	width: 100%;
	margin-bottom: 70px;
}
.category dl {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #000000;
	margin-bottom: 10px;
	padding-left: 20px;
}
.category dl dd:before {
	content: "+";
	padding-right: 0.25em;
}
.category dl dd {
	text-indent: 0.25em;
}
.category dl dd a {
	text-decoration: none;
	color: #000000;
}
.category dl dd a:hover {
	text-decoration: underline;
}
@media screen and (max-width:768px) {
.category dl {
	padding-left: 0;
}	
}

/* Archive */
.archive {
	width: 100%;
}
.archive ul {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #000000;
	padding-left: 20px;
}
.archive ul li a {
	color: #000000;
}
.archive ul li a:hover {
	text-decoration: none;
}
@media screen and (max-width:768px) {
.archive ul {
	padding-left: 0;
}
}

/* Main */
.column_main {
	width: 700px;
	box-sizing: border-box;
	float: left;
	margin-top: 60px;
}

@media screen and (max-width:1199px) {
.column_main {
	width: 68.25%;
}	
}

@media screen and (max-width:768px) {
.column_main {
	float: none;
	width: 91.3333333%;
	margin: 0 auto;
	padding-bottom: 8.6666667%;
}	
}

/* article */
article  {
	width: 100%;
}
article h2 {
	margin-bottom: 30px;
}
article h2 span {
	display: inline-block;
}
article h2 span.art-days {
	font-size: 18px;
	font-size: 1.8rem;
	border-right: solid 1px #000000;
	padding-right: 0.75em;
}
article h2 span.art-days em {
	font-size: 36px;
	font-size: 3.6rem;
	font-style: normal;
	display: block;
}
article h2 span.art-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
	padding-left: 0.5em;
}
@media screen and (max-width:768px) {
article h2 span.art-days {
	padding-right: 0.5em;
}
article h2 span.art-title {
	font-size: 23px;
	font-size: 2.3rem;
	padding-left: 0.25em;
}
}
@media screen and (max-width:600px) {
article h2 {
	margin-bottom: 15px;
}
article h2 span.art-days {
	padding-right: none;
	border-right: none;
	padding-right: none;
	margin-bottom: 0.75em;
}
article h2 span.art-days em {
	display: inline;
	padding-left: 0.25em;
}
article h2 span.art-title {
	display: block;
	padding-left: 0;
}
}

article ul {
	margin-bottom: 40px;
}
article ul li h3 {
	font-size: 25px;
	font-size: 2.5rem;
	color: #897f75;
	margin-bottom: 35px;
}
article ul li img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 35px;
}
article ul li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
@media screen and (max-width:600px) {
article ul {
	margin-bottom: 25px;
}
article ul li img {
	margin-bottom: 20px;
}
}

.art-footer {
	text-align: right;
	margin: 140px 0 45px;
}
.art-footer span {
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
}
/*
.art-footer span:first-child {
	margin-right: 15px;
}
.art-footer span:last-child {
	border-left: solid 1px #000000;
	padding-left: 15px;
}
.art-footer span:last-child a:last-child {
	margin-left: 10px;
}
*/
.column-sns {
	display: inline-block;
	vertical-align: middle;
	border-left: solid 1px #000000;
	padding-left: 15px;
	margin-left: 15px;
}
/* Tweet Button */
iframe.twitter-share-button {
	vertical-align: bottom;
}
.pagination {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
}
.pagination span {
	width: 50%;
	display: inline-block;
}
.pagination span.prev:before {
	position: relative;
	top: 2px;
	content: url("../img/icon_article_arrow_left.png");
	width: 10px;
	height: 15px;
	margin-right: 5px;
}
.pagination span.next {
	text-align: right;
}
.pagination span.next:after {
	position: relative;
	content: url("../img/icon_article_arrow_right.png");
	top: 2px;
	width: 10px;
	height: 15px;
	margin-left: 5px;
}
.pagination span a {
	color: #000000;
	text-decoration: none;
}
.pagination span a:hover {
	text-decoration: underline;
}
@media screen and (max-width:600px) {
.pagination span {
	width: 100%;
	display: block;
}
.pagination span.next {
	margin-top: 10px;
}
}

@media screen and (max-width:600px) {
br.br {
	display: none;
}
}
.img-blend {
	background-blend-mode: multiply;
}
a{
        text-decoration: none;
        color: #000000;
}
a:hover {
        text-decoration: underline!important;;
}
