/*
----------------------------------------
post
----------------------------------------
*/

:root {
	--main-color: #da2626;
	--main-on-color: #fed500;
	--main-light-color: #f2f2f2;
	--base-color: #2E344F;
	--base-txt-color: #fff;
}

/* layout */

.column #contents-wrap {
	padding: 4rem 0 10rem;
}

#contents-wrap > .flex {
	justify-content: space-between;
}

.flex > #main-contents {
	width: calc( 100% - 250px );
}

#sidebar {
	width: 200px;
}

.search-form {
	margin-bottom: 3.7rem;
	position: relative;
}

.search-form input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	padding: 13px 50px 13px 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	border: 2px solid #e2e2e2;
	border-radius: 25px;
}

.search-form button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 44px;
	text-indent: -9999px;
	overflow: hidden;
	background: url( ../img/blog/icon-search.svg ) right 15px center / 26px no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

#sidebar h2 {
	font-size: 1.8rem;
	line-height: calc(30/18);
	color: #fff;
	background-color: #262626;
	padding: 6px 0;
}

#sidebar .rank-box h2 span::before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 17px;
	margin-right: 5px;
	transform: translateY(2px);
	background: url( ../img/blog/crown.svg ) center / cover no-repeat;
}

#sidebar .cat-menu h2 span::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-right: 8px;
	transform: translateY(2px);
	background: url( ../img/blog/list-ul.svg ) center / cover no-repeat;
}

#sidebar h2 span {
	position: relative;
	padding-left: 10px;
	z-index: 99;
}

#sidebar .rank-list {
	margin: 2.5rem 0 5.4rem;
}

#sidebar .rank-list .post {
	margin-bottom: 2.7rem;
}

.col-post .img {
	line-height: .5;
	margin-bottom: 6px;
	position: relative;
	overflow: hidden;
	transition: all .5s;
}

.col-post .img img {
	width: 100%;
	height: 132px;
	transition: all .5s;
}

.col-post .ttl {
	font-size: 14px;
	font-weight: 500;
	line-height: calc(32/14);
	letter-spacing: 0;
	text-align: justify;
}

.col-post .post-time {
	text-align: right;
	line-height: 1.8;
}

#sidebar .rank-list .post:last-child {
	margin-bottom: 2.6rem;
}

#sidebar .rank-list a {
	position: relative;
}

#sidebar .rank-list a::before {
	content: '';
	display: inline-block;
	width: 52px;
	height: 52px;
	line-height: 52px;
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	background: #333;
	color: #fff;
	position: absolute;
	top: -10px;
	left: -17px;
	z-index: 99;
}

#sidebar .rank-list .post:first-child a::before {
	background: url( ../img/blog/01.png ) center / cover no-repeat;
}

#sidebar .rank-list .post:nth-child( 2 ) a::before {
	background: url( ../img/blog/02.png ) center / cover no-repeat;
}

#sidebar .rank-list .post:nth-child( 3 ) a::before {
	background: url( ../img/blog/03.png ) center / cover no-repeat;
}

#sidebar .cat-menu > ul > li a {
	border-bottom: solid 1px #ddd;
}

#sidebar .cat-menu .children li:not(:first-of-type) {
	border-top: solid 1px #ccc;
}

#sidebar .cat-menu li a {
	display: block;
	font-size: 1.5rem;
	letter-spacing: 1.5px;
	line-height: 2;
	padding: 12px 40px 13px 0;
	background: url( ../img/blog/arrow-02.svg ) right 8px top 20px / 25px no-repeat;
	position: relative;
}

#sidebar .cat-menu .children li a {
	padding-left: 25px;
	transition: all .2s;
}

#sidebar .cat-menu .children li:not(:last-of-type) a {
	border-bottom: none;
}

#sidebar .cat-menu .children li a::before {
	content: '';
	width: 10px;
	height: 2px;
	background: var( --main-color );
	position: absolute;
	top: calc( 50% - 1px );
	left: 10px;
}

#sidebar .cat-menu .children {
	margin-left: 2rem;
}

/* post */

#main-contents > .post {
	border: solid 1px #ddd;
}

.search-msg {
	font-size: 1.8rem;
	color: var( --main-color );
	border: solid 1px var( --main-color );
	padding: 6px 20px;
	margin-bottom: 6rem;
}

.cat-ttl {
	font-size: 2rem;
	font-weight: 300;
	font-size: 2rem;
	font-weight: 300;
	background: var( --main-on-color );
	padding: 5px 20px;
	margin-bottom: 6rem;
}

.cat-list {
	margin-top: 5px;
	margin-right: 15px;
}

.cat-list li {
	margin: 0 5px 5px 0;
	line-height: 1.5;
}

.cat-list a,
.cat-list span {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: .1em;
	padding: 0 24px;
	background: var( --main-on-color );
	border: solid 1px var(--main-on-color);
}

/* ez */

#ez-toc-container {
	background: var( --main-light-color );
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	margin-bottom: 4rem;
	padding: 53px 45px 23px !important;
	position: relative;
	width: 100%;
}

div#ez-toc-container p.ez-toc-title {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 2.4rem;
	letter-spacing: .02em;
	line-height: 1.5;
	background: url( ../img/blog/list-ul-b.svg ) left center / 20px no-repeat;
	padding-left: 29px;
	margin-bottom: 9px;
	position: relative;
}

div#ez-toc-container p.ez-toc-title::before {
	/*
	content: '\f03a';
	font-family: fontAwesome;
	font-size: 2.4rem;
	position: absolute;
	top: 0;
	left: 0;
	*/
}

div#ez-toc-container nav {
	margin-left: 27px;
}

#ez-toc-container li.ez-toc-heading-level-2 {
	margin-bottom: 1.8rem;
}

#ez-toc-container li::before {
	display: none;
}

#ez-toc-container a {
	line-height: 1.5;
	letter-spacing: .1em;
	font-feature-settings: "palt";
	color: #333;
	margin-bottom: 1.5rem;
	text-decoration: none !important;
}

.ez-toc-counter nav ul li a::before {
	font-family: 'Poppins', sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-right: 7px !important;
}

.ez-toc-counter nav ul.ez-toc-list-level-3 li a::before {
	content: counters(item, ".", decimal) !important;
}

/*
#ez-toc-container {
	background: var( --main-light-color );
	padding: 4rem 4rem 3.5rem;
	margin-bottom: 6rem;
	position: relative;
}

#ez-toc-container .ez-toc-title {
	font-size: 2.4rem;
	letter-spacing: 2.4px;
	line-height: 1.5;
	text-transform: uppercase;
	color: var( --main-color );
	background: url( ../img/common/svg/icon-contents.svg ) left center no-repeat;
	padding-left: 4.2rem;
	margin-bottom: 1.5rem;
	opacity: 0;
}

#ez-toc-container .ez-toc-title.en {
	opacity: 1;
}

#ez-toc-container .ez-toc-title-toggle {
	display: none;
}

#ez-toc-container .ez-toc-list,
#ez-toc-container .ez-toc-list ul {
	margin-bottom: 0;
}

#ez-toc-container .ez-toc-list li {
	list-style: none;
	padding-left: 0;
	margin-bottom: 1.5rem;
}

#ez-toc-container .ez-toc-list li::before {
	display: none;
}

#ez-toc-container.counter-flat ul,
#ez-toc-container.counter-hierarchy ul,
.ez-toc-widget-container.counter-flat ul,
.ez-toc-widget-container.counter-hierarchy ul {
	counter-reset: item;
	margin: 0 0 1rem 2rem;
	letter-spacing: 1px;
}

.ez-toc-list.ez-toc-list-level-1 {
	margin-left: 3rem !important;
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
.ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
	content: counters( item, '.' ) '. ';
	counter-increment: item;
	color: var( --main-color );
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0;
}

#ez-toc-container a {
	display: inline-block;
	margin-bottom: 3px;
	color: #333;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: 1.6px;
	padding-left: 2.4rem;
	text-indent: -2.4rem;
}

#ez-toc-container .ez-toc-heading-level-3 a {
	padding-left: 4.2rem;
	text-indent: -4.2rem;
}

#ez-toc-container .ez-toc-heading-level-4 a {
	padding-left: 6rem;
	text-indent: -6rem;
}

#ez-toc-container .ez-toc-heading-level-5 a {
	padding-left: 7.8rem;
	text-indent: -7.8rem;
}

#ez-toc-container .ez-toc-heading-level-6 a {
	padding-left: 9.6rem;
	text-indent: -9.6rem;
}
*/

.addtoany {
	background: #fed500;
	padding: 25px 38px 24px;
}

.addtoany .flex {
	justify-content: flex-end;
	align-items: center;
}

.addtoany .ttl {
	font-family: 'Poppins', sans-serif;
    font-size: 22px;
	font-weight: 500;
	letter-spacing: .12em;
	margin-right: 1.2rem;
	padding-right: 7.3rem;
	position: relative;
	color: #262626;
}

.addtoany .ttl::after {
	content: '';
	width: 60px;
	height: 1px;
	background: #262626;
	position: absolute;
	top: 50%;
	right: 0;
}

.addtoany .a2a_kit .a2a_svg {
	padding: 3px;
	border-radius: 50% !important;
}

.addtoany .addtoany_list a {
	padding: 0 0 0 8px;
	line-height: .5;
	transition: all .2s;
}

/* linkcard */

.post-contents .linkcard {
	margin: 0 0 4rem;
}

.post-contents .linkcard + br {
	display: none;
}

.post-contents .lkc-external-wrap,
.post-contents .lkc-internal-wrap,
.post-contents .lkc-this-wrap {
	max-width: 100%;
	background: transparent;
	border: none;
}

.post-contents .lkc-this-wrap a,
.post-contents .lkc-internal-wrap a,
.post-contents .lkc-external-wrap a {
	display: block;
	height: 160px;
	padding: 20px 90px 20px 225px;
	border: solid 1px #ccc;
	overflow: hidden;
	position: relative;
}

.post-contents .lkc-internal-wrap a::after,
.post-contents .lkc-external-wrap a::after {
	display: inline-block;
	font-family: fontAwesome;
	font-size: 2.4rem;
	color: var( --main-color );
	width: 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY( -50% );
}

.post-contents .lkc-internal-wrap a::after {
	/* content: '\f08b'; */
}

.post-contents .lkc-external-wrap a::after {
	/* content: '\f08e'; */
}

.post-contents .lkc-internal-wrap a {
	background: url( ../img/blog/icon-link.png ) right 19px center / 28px no-repeat;
}

.post-contents .lkc-external-wrap a {
	background: url( ../img/blog/icon-ext-link.png ) right 19px center / 28px no-repeat;
}

.post-contents .lkc-thumbnail-img {
	border: solid 1px transparent;
	transition: all .2s;
}

.post-contents .lkc-card {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin: 0;
}

.post-contents .lkc-info {
	display: none !important;
}

.post-contents .lkc-content {
	height: auto;
	margin: 0;
}

.post-contents .lkc-thumbnail {
	max-width: initial;
	max-height: initial;
	overflow: hidden;
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0;
}

.post-contents .lkc-thumbnail-img {
	width: 180px;
	height: 120px;
	max-width: initial;
	max-height: initial;
	object-fit: cover;
	font-family: 'object-fit: cover;' /* ie */
}

.post-contents .lkc-title-text {
	position: relative;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .1em;
	font-feature-settings: "palt";
	text-decoration: none !important;
	padding: 3px 0 3px 35px;
	margin: 0.4rem 0 1rem;
}

.post-contents .lkc-title-text::before {
	position: absolute;
	content: '';
	width: 3.553%;
    height: 10%;
    top: calc(50% - 1px);
    left: 0;
    transform: translateY(-50%);
	background-color: var( --main-color );
}

.post-contents .lkc-url {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	text-decoration: none;
	line-height: 1.5;
	color: var( --main-color );
	margin: 1rem 0;
}

.post-contents .lkc-excerpt {
	display: block;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new span {
	display: inline-block;
	padding: 2px 12px;
	background: #000;
	color: #fff;
	font-size: 1.2rem;
	margin: 0 15px 5px 0;
}

.post .more a {
	display: inline-block;
	padding: 5px 30px 5px 10px;
	background: url( assets/img/common/arrow-right.svg ) right 10px center / 8px no-repeat;
	border-bottom: solid 2px #000;
	text-decoration: none !important;
	position: relative;
	transition: all .2s;
}

/* post-header */

.post-header {
	padding: 0 0 22px;
	border-bottom: solid 2px #cccccc;
}

.post-header.not-found {
	border-bottom: none;
}

.post .post-header {
	margin: 0 38px;
	padding: 29px 0 22px;
}

.post-header > .flex {
	align-items: center;
	margin-bottom: 5px;
}

.post-header .post-time {
	font-family: 'Poppins', sans-serif;
	font-size: 1.6rem;
	letter-spacing: .12em;
}

.post-header h1,
.post-header h2 {
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 3px;
	color: #333;
}

.post-header h2 {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: calc(38/28);
	letter-spacing: .07em;
	font-feature-settings: "palt";
}

/* post-contents */

.post-contents {
	font-size: 1.6rem;
	color: #333;
	padding: 40px 0 0;
}

.post .post-contents {
	padding: 40px;
}

.post-contents h2 {
	font-size: 2.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .08em;
	font-feature-settings: "palt";
	padding: 14px 0;
	margin-bottom: 3.1rem;
	color: #fff;
	background-color: #262626;
}

.post-contents h3 {
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .09em;
	font-feature-settings: "palt";
	padding: 14px 0;
	margin: 3rem 0 2.5rem;
	border-top: 2px solid #2e1b1b;
	border-bottom: solid 1px #f2f2f2;
	position: relative;
}

.post-contents h4 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .09em;
	font-feature-settings: "palt";
	padding: 0px 0px 3px 10px;
	margin: 3rem 0;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
	transform: translateY(-2px);
}

.post-contents h4::before {
	position: absolute;
	content: '';
	width: 3px;
	height: 66.67%;
	top: 4px;
	left: 0;
	background-color: #262626;
}

.post-contents h5 {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: .09em;
	font-feature-settings: "palt";
	margin: 1.5rem 0;
	padding-left: 25px;
	position: relative;
}

.post-contents h5::before {
	content: '';
	width: 15px;
	height: 4px;
	background: #262626;
	position: absolute;
	top: 14px;
	left: 0;
}

.post-contents h6 {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.5;
	margin: 3rem 0;
}

.post-contents a {
	text-decoration: underline;
	color: var( --main-color );
}

.post-contents strong {
	font-weight: bold;
}

.post-contents hr {
	margin: 3rem 0;
}

.post-contents p {
	font-size: 1.6rem;
	letter-spacing: .12em;
	font-feature-settings: "palt";
	margin-bottom: 4.1rem;
	clear: both;
}

.post-contents p:before,
.post-contents p:after {
	display: table;
	content: '';
}
.post-contents p:after {
	clear: both;
}

.post-contents p[style='text-align: left;'],
.post-contents p[style='text-align: center;'],
.post-contents p[style='text-align: right;'] {
	margin-bottom: 2.4rem;
}

.post-contents img.alignleft {
	float: left;
	margin: 12px 40px 0 10px;
}

.post-contents img.alignright {
	float: right;
	margin: 3px 0 0 40px;
}

.post-contents img.aligncenter {
	display: block;
	margin: 0 auto;
}

.post-contents ul,
.post-contents ol {
	margin-bottom: 2.8rem;
	clear: both;
	list-style: none;
}

.post-contents li {
	position: relative;
	padding-left: 2.2rem;
	margin-bottom: .6rem;
	font-size: 1.6rem;
	line-height: calc(30/16);
	letter-spacing: .09em;
	font-feature-settings: "palt";
}

.post-contents ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var( --main-color );
	position: absolute;
	top: 11px;
	left: 4px;
}

.post-contents ol {
	counter-reset: ol;
}

.post-contents ol li {
	padding-left: 2.2rem;
}

.post-contents ol li::before {
	content: counters( ol, '.') '. ';
	counter-increment: ol;
	color: var( --main-color );
	font-family: 'Poppins', sans-serif;
	font-size:  1.8rem;
	font-weight: 500;
	letter-spacing: 3px;
	position: absolute;
	top: -1px;
	left: 0;
}

.post-contents blockquote {
	background: var( --main-light-color );
	color: #666;
	padding: 3.1rem 5rem;
	margin: 4.7rem 0 6rem;
	clear: both;
	position: relative;
}

.post-contents blockquote::before {
	content: '';
	width: 40px;
	height: 31px;
	background: url( ../img/blog/quote-left.svg ) center center / contain no-repeat;
	/*
	content: '\f10d';
	font-family: fontAwesome;
	font-size: 4.8rem;
	color: var( --main-color );
	*/
	position: absolute;
	top: 0;
	left: 2.6rem;
	transform: translateY( -50% );
}

.post-contents blockquote p,
.post-contents blockquote ul,
.post-contents blockquote ol {
	line-height: calc(30/16);
	letter-spacing: .1em;
	margin-bottom: 4px;
}

.post-contents table {
	width: 100%;
	text-align: center;
	line-height: 1.8;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	margin-bottom: 6rem;
	clear: both;
}

.post-contents table th,
.post-contents table td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	letter-spacing: .09em;
	font-feature-settings: "palt";
}

.post-contents table th {
	font-weight: bold;
	color: #fff;
	background: #262626;
	padding: 20px 25px;
}

.post-contents table td {
	font-size: 1.4rem;
	padding: 5px 25px;
}

.post-contents iframe {
	max-width: 100%;
	max-height: 56vw;
}

/* post-list */

.post-list .post {
	margin-bottom: 36px;
	background: transparent;
}

.post-list .post > a {
	display: block;
	border: solid 2px #cccccc;
}

.post-list .post-header {
	padding-bottom: 0.8rem;
}

.post-list .post-contents {
	padding: 29px 38px 41px;
}

.post-list .post-contents figure {
	width: 300px;
	padding: 2px 0;
	margin-top: 7px;
	line-height: .5;
}

.post-list .post-contents figure img {
	width: 100%;
	height: 200px;
}

.post-list .post-contents .txt {
	width: calc( 100% - 300px );
	padding-left: 4rem;
}

.post-list .post-contents .txt .flex {
	flex-direction: column;
	min-height: 100%;
}

.post-list .post-contents .txt .read {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: calc(38/16);
	letter-spacing: 0;
}

.post-list .post-contents .txt p {
	margin: 0;
}

.post-list .post-contents .txt p.more {
	margin-top: auto;
	text-align: right;
}

.post-list .post-contents .txt p.more span {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0;
	color: #fff;
	background: #262626 url( ../img/blog/arrow-01.svg ) right 10px center / 25px no-repeat;
	padding: 2px 46px 1px 48px;
	transition: all .2s;
	border: 2px solid #262626;
	margin-right: 8px;
}

/* author */

.author-box {
	margin-top: 8.4rem;
	border: solid 1px #ccc;
}

.author-box h3 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: calc(30/24);
	letter-spacing: 1px;
	text-align: center;
	padding: 15px;
	color: #fff;
	background: #262626;
}

.author-box > .flex {
	align-items: center;
	padding: 30px 38px;
}

.author-box > .flex + .flex {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: solid 1px #ccc;
}

.author-box .flex > figure {
	width: 200px;
	padding: 0;
	margin: 0;
	line-height: .5;
}

.author-box .flex > figure img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

.author-box .flex > .txt {
	width: 100%;
	letter-spacing: 1px;
}

.author-box .flex > figure + .txt {
	width: calc( 100% - 200px );
	padding: 1.2rem 0 0 3.8rem;
}

.author-box .flex > .txt > .flex {
	padding: 0;
	flex-direction: column;
	min-height: 100%;
}

.author-box .flex > .txt > .flex > * {
	padding: 0;
}

.author-box h4 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .1em;
}

.author-box .read {
	font-size: 1.6rem;
	line-height: calc(30/16);
	letter-spacing: .1em;
	font-feature-settings: "palt";
	margin-top: 1px;
}

.author-box .sns {
	margin-top: 24px;
	line-height: .5;
}

.author-box .sns .flex {
	justify-content: flex-end;
}

.author-box .sns .flex li {
	margin-left: 11px;
}

.author-box .sns .flex li a {
	display: inline-block;
}

.author-box .sns .flex li a img {
	width: 35px;
	height: 35px;
}

/* relation-box */

.relation-box {
	margin: 9.3rem 0 8.0rem;
	background: url( ../img/blog/related-bg.png ) center / cover no-repeat;
}

.relation-box__ttl {
	transform: translateY(-31px);
}

.relation-box__ttl h2 {
	font-size: 4.4rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 2px;
}

.relation-box__ttl .en {
	font-size: 2.0rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .45em;
	margin: -9px 0 0 5px;
}

.relation-box .relation-list {
	justify-content: center;
	margin-top: -8px;
	padding: 0 32px 45px;
}

.relation-box .post {
	width: calc( ( 100% - 86px ) / 3 );
	margin-right: 43px;
}

.relation-box .post:nth-child( 3n ),
.relation-box .post:last-child {
	margin-right: 0;
}

.relation-box .post a {
	display: block;
}

.relation-box .col-post a .img {
	margin-bottom: 7px;
}

.relation-box .col-post a .img img {
	height: 173px;
}

.relation-box .ttl.flex {
	width: 100%;
	align-items: center;
	line-height: calc(30/14);
}

.relation-box .col-post .post-time {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* post-nav */

.post-nav {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 4rem 0;
}

.post-nav .prev,
.post-nav .next {
	display: block;
	width: calc( ( 100% - 214px ) / 2 );
}

.post-nav a {
	display: block;
	position: relative;
	letter-spacing: 2.5px;
}

.post-nav .prev a {
	padding: 0 3.2rem 1.4rem 4.5rem;
}

.post-nav .next a {
	padding: 0 4.5rem 1.4rem 3.2rem;
}

.post-nav .prev a::before,
.post-nav .next a::before {
	content: '';
	width: 25px;
	height: 8px;
	position: absolute;
	top: calc( 50% - 5px );
	transition: all .2s;
}

.post-nav .prev a::before {
	background: url( ../img/blog/arrow-02.svg ) center center / contain no-repeat;
	left: 0;
	transform: rotateY(180deg);
}

.post-nav .next a::before {
	background: url( ../img/blog/arrow-02.svg ) center center / contain no-repeat;
	right: 0;
}

.post-nav .prev span,
.post-nav .next span {
	display: inline-block;
	font-size: 1.6rem;
	line-height: calc(30/16);
	letter-spacing: .08em;
	font-feature-settings: "palt";
	text-underline-offset: 2px;
	transition: all .2s;
}

.post-nav .back-link {
	width: 214px;
}

.post-nav .back-link a {
	font-size: 1.6rem;
	text-align: center;
	padding: 12px 10px;
	color: #fff;
	background: #262626;
	border: solid 2px #262626;
}

/* pagination */

.pagination {
	text-align: center;
	margin: 3.9rem 0 2rem;
}

.pagination > div {
	display: inline-block;
}

.pagination ul {
	justify-content: center;
	position: relative;
	padding: 0 50px;
}

.pagination ul li {
	line-height: .5;
}

.pagination a,
.pagination span {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	font-family: 'Poppins', sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	margin: 0 5px;
	transition: all .4s;
	background: #fff;
	border: solid 1px #ddd;
}

.pagination span.current {
	background: #333;
	border: solid 1px #333;
	color: #fff;
}

.pagination .prev,
.pagination .next {
	width: 40px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	position: absolute;
	top: 0;
}

.pagination .prev {
	background: url( ../img/blog/arrow-prev.svg ) center center / 25px no-repeat;
	left: 0;
	border: solid 1px transparent !important;
}

.pagination .next {
	background: url( ../img/blog/arrow-next.svg ) center center / 25px no-repeat;
	right: 0;
	border: solid 1px transparent !important;
}

.flex {
	display: flex;
    flex-wrap: wrap;
}

.blog-list footer {
	margin-top: -1px;
}

/*
----------------------------------------
ブログ詳細ページ
----------------------------------------
*/

.blog .h2-box p {
	color: #fff;
	font-size: 1.6rem;
    letter-spacing: .8px;
    line-height: 1.8;
}

.blog .flex > #main-contents {
	margin-top: 8px;
}

.blog .cat-list {
	margin-right: 10px;
}

.blog .post-header {
	padding: 21px 0 8px;
}

.blog .post-header > .flex {
	margin-bottom: 6px;
}

.blog .post-header h1 {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: calc(38/28);
	letter-spacing: 2px;
	font-feature-settings: "palt";
}

@media screen and ( max-width: 1220px ) {
	.blog-list .inner-box,
	.blog .inner-box {
		max-width: 95%;
	}
}

/*
----------------------------------------
1160
----------------------------------------
*/

@media screen and ( max-width: 1160px ) {

	.flex > #main-contents {
		width: calc( 100% - 200px );
	}

	.post-header {
		margin: 0 30px;
	}

	.post-header h1,
	.post-header h2 {
		font-size: 2.8rem;
	}

	.post-contents {
		font-size: 1.5rem;
	}

	.post .post-contents {
		padding: 40px 30px;
	}

	.post-contents h2 {
		font-size: 2.4rem;
	}

	.post-contents h3 {
		font-size: 2.2rem;
	}

	.post-contents h4 {
		font-size: 2.1rem;
	}

	.relation-box .post {
		width: calc( ( 100% - 60px ) / 3 );
		margin-right: 30px;
	}

	.post-nav .prev,
	.post-nav .next {
		width: calc( ( 100% - 160px ) / 2 );
	}

	.post-nav .prev a {
		padding: 0 2.5rem 1rem 2.5rem;
	}

	.post-nav .next a {
		padding: 0 2.5rem 1rem 2.5rem;
	}

	.post-nav .back-link {
		width: 160px;
	}

	#sidebar {
		width: 180px;
	}

	.search-form {
		margin-bottom: 3rem;
	}

	.search-msg {
		margin-bottom: 4rem;
	}

	.cat-ttl {
		margin-bottom: 4rem;
	}

	#sidebar h2 {
		font-size: 1.6rem;
	}

	/* post-list */

	.post-list .post-contents {
		padding: 3rem;
	}

	.post-list .post-header h2 {
		font-size: 2.4rem;

	}

	.post-list .post-contents figure {
		width: 240px;
		margin: 0;
	}

	.post-list .post-contents figure img {
		height: 180px;
	}

	.post-list .post-contents .txt {
		width: calc( 100% - 240px );
		padding: 0 0 0 2rem;
	}

	.post-list .post-contents .txt p {
		letter-spacing: 0;
	}

	.pagination {
		margin: 6rem 0 0;
	}

}


/*
----------------------------------------
1000
----------------------------------------
*/

@media screen and ( max-width: 1000px ) {

	.column #contents-wrap {
		padding: 3rem 0 6rem;
	}

	#contents-wrap > .flex {
		flex-direction: column;
	}

	.flex > #main-contents {
		width: 100%;
	}

	#sidebar {
		width: 100%;
		margin: 6rem 0 2rem;
	}

	#sidebar h2 {
		padding: 11px 0;
	}

	#sidebar .rank-list {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
	}

	#sidebar .rank-list .post {
		width: calc( ( 100% - 60px ) / 3 );
		margin: 0 30px 0 0;
	}

	#sidebar .rank-list .post:last-child {
		margin: 0;
	}

}


/*
----------------------------------------
768
----------------------------------------
*/

@media screen and ( max-width: 768px ) {

	.blog-list .inner-box,
	.blog .inner-box {
		max-width: 100%;
		padding: 0 20px;
	}

	.column #contents-wrap {
		padding: 2rem 0;
	}

	#main-contents > .post {
		border: none;
	}

	.single .post-header {
		margin: 0;
		padding: 0 0 2.5rem;
	}

	.post-header > .flex {
		margin-bottom: 3px;
	}

	.cat-list {
		margin: 0 10px 0 0;
	}

	.cat-list a,
	.cat-list span {
		padding: 0 15px;
	}

	.post-header .post-time {
		padding: 0 0 2px;
	}

	.post-header h1,
	.post-header h2 {
		font-size: 2.2rem;
		letter-spacing: .8px;
	}

	.post .post-contents {
		font-size: 1.4rem;
		padding: 3rem 0 0;
	}

	.post-contents h2 {
		font-size: 2.1rem;
		letter-spacing: .8px;
		padding: 1.2rem 0 1.4rem;
		margin-bottom: 2rem;
	}

	.post-contents h3 {
		font-size: 2rem;
		letter-spacing: .8px;
		padding: 1rem 0 1rem 1.6rem;
		margin: 0 0 2rem;
	}

	.post-contents h4 {
		font-size: 1.9rem;
		letter-spacing: .8px;
		padding: 0 0 0 1.2rem;
		margin: 0 0 2rem;
	}

	.post-contents h5 {
		font-size: 1.8rem;
		letter-spacing: .8px;
		margin: 0 0 2rem;
	}

	.post-contents h5::before {
		height: 3px;
		top: 12px;
	}

	.post-contents p {
		margin-bottom: 3rem;
		text-align: justify;
	}

	.post-contents p[style='text-align: left;'],
	.post-contents p[style='text-align: center;'],
	.post-contents p[style='text-align: right;'] {
		margin-bottom: 3rem;
	}

	.post-contents ul,
	.post-contents ol {
		margin-bottom: 3rem;
	}

	.post-contents li {
		letter-spacing: .8px;
		margin-bottom: .5rem;
	}

	.post-contents ul li::before {
		top: 10px;
	}

	.post-contents ol li::before {
		font-size: 1.6rem;
	}

	.post-contents blockquote {
		padding: 2.5rem 2rem 0.5rem;
		margin: 5rem 0 3rem;
	}

	.post-contents blockquote::before {
		font-size: 4rem;
	}

	.post-contents table {
		line-height: 1.6;
		margin-bottom: 3rem;
	}

	.post-contents table th,
	.post-contents table td {
		padding: 15px 5px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.post-contents img.alignleft,
	.post-contents img.alignright {
		float: none;
		display: block;
		text-align: center;
		margin: 0 auto 2rem;
	}

	div#ez-toc-container {
		padding: 2rem 2rem 1rem !important;
	}

	div#ez-toc-container p.ez-toc-title {
		font-size: 2rem;
		padding-left: 3.4rem;
	}

	div#ez-toc-container p.ez-toc-title::before {
		font-size: 2rem;
	}

	div#ez-toc-container nav {
		margin-left: 15px;
	}

	#ez-toc-container ul ul,
	.ez-toc div.ez-toc-widget-container ul ul {
		margin-left: 1rem;
	}

	#ez-toc-container a {
		font-size: 1.6rem;
		letter-spacing: 0;
		margin-bottom: 1rem;
	}

	.ez-toc-counter nav ul li a::before {
		font-size: 1.6rem;
		line-height: 1.5;
	}

	#ez-toc-container li.ez-toc-heading-level-2 {
		margin-bottom: 1.3rem;
	}

	/*
	#ez-toc-container {
		padding: 2rem 2rem .5rem;
		margin-bottom: 3rem;
	}

	#ez-toc-container .ez-toc-title {
		font-size: 2rem;
		background: url( ../img/common/svg/icon-contents.svg ) left top 6px / 20px no-repeat;
		padding-left: 3.2rem;
		margin-bottom: 1rem;
	}

	.ez-toc-list.ez-toc-list-level-1 {
		margin-left: 0 !important;
	}

	#ez-toc-container.counter-flat ul,
	#ez-toc-container.counter-hierarchy ul,
	.ez-toc-widget-container.counter-flat ul,
	.ez-toc-widget-container.counter-hierarchy ul {
		margin: 0 0 2rem 1rem;
	}

	#ez-toc-container a {
		padding-left: 1.8rem;
		text-indent: -1.8rem;
		letter-spacing: .4px;
	}

	#ez-toc-container .ez-toc-heading-level-3 a {
		padding-left: 3.1rem;
		text-indent: -3.1rem;
	}

	#ez-toc-container .ez-toc-heading-level-4 a {
		padding-left: 4.4rem;
		text-indent: -4.4rem;
	}

	#ez-toc-container .ez-toc-heading-level-5 a {
		padding-left: 5.7rem;
		text-indent: -5.7rem;
	}

	#ez-toc-container .ez-toc-heading-level-6 a {
		padding-left: 7rem;
		text-indent: -7rem;
	}

	#ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
	.ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
		font-size: 2rem;
	}
	*/

	/* linkcard */

	.post-contents .linkcard {
		margin-bottom: 3rem;
	}

	.post-contents .lkc-this-wrap a,
	.post-contents .lkc-internal-wrap a,
	.post-contents .lkc-external-wrap a {
		padding: 0 40px 0 110px;
		height: 90px;
	}

	.post-contents .lkc-internal-wrap a::after,
	.post-contents .lkc-external-wrap a::after {
		font-size: 1.8rem;
		width: 24px;
		right: 1rem;
	}

	.post-contents .lkc-internal-wrap a {
		background: url( ../img/blog/icon-link.png ) right 15px center / 16px no-repeat;
	}

	.post-contents .lkc-external-wrap a {
		background: url( ../img/blog/icon-ext-link.png ) right 15px center / 16px no-repeat;
	}

	.post-contents .lkc-thumbnail {
		width: 80px;
		top: 15px;
		left: 15px;
	}

	.post-contents .lkc-card {
		padding: 10px 0;
	}

	.post-contents .lkc-thumbnail-img {
		width: 80px;
		height: 60px;
	}

	.post-contents .lkc-title-text {
		font-size: 1.4rem;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		padding: 0 0 0 1.5rem;
		margin: 5px 0;
	}

	.post-contents .lkc-url {
		font-size: 1rem;
		margin: 0;
	}

	.post-contents .lkc-excerpt {
		font-size: 1rem;
	}

	.addtoany {
		margin: 0 -2rem;
		padding: 2rem;
	}

	.addtoany .flex {
		justify-content: center;
	}

	.addtoany .ttl {
		font-size: 1.4rem;
		padding-right: 4rem;
		margin-right: .5rem;
	}

	.addtoany .ttl::after {
		width: 2.8rem;
	}

	.addtoany .addtoany_list a {
		padding: 0 0 0 5px;
	}

	.author-box {
		margin-top: 3rem;
	}

	.author-box h3 {
		font-size: 1.8rem;
		padding: 6px 5px 8px;
	}

	.author-box > .flex {
		flex-direction: column;
		padding: 2.5rem 2rem;
	}

	.author-box .flex > figure {
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}

	.author-box .flex > figure img {
		width: 160px;
		height: 160px;
	}

	.author-box .flex > figure + .txt {
		width: 100%;
		padding: 0;
	}

	.author-box h4 {
		font-size: 1.8rem;
		text-align: center;
	}

	.author-box .read {
		font-size: 1.4rem;
		line-height: 1.8;
		margin-top: 1rem;
	}

	.author-box .sns {
		margin-top: 2rem;
	}

	.author-box .sns .flex {
		justify-content: center;
	}

	.author-box .sns .flex li {
		margin: 0 6px;
	}

	.post-nav {
		flex-direction: column;
		margin: 2rem 0;
	}

	.post-nav .prev,
	.post-nav .next {
		width: 100%;
		order: 1;
	}

	.post-nav .prev a {
		padding: 1rem 0 1rem 4rem;
	}

	.post-nav .next a {
		padding: 1rem 4rem 1rem 0;
		text-align: right;
	}

	.post-nav .back-link {
		width: 100%;
		order: 2;
		margin-top: 2rem;
		font-size: 1.6rem;
	}

	.post-nav .back-link a {
		padding: 11px 10px 13px;
	}

	.relation-box {
		margin: 5rem 0 0;
		padding: 1.5rem 2rem 1rem;
		border-right: none;
		border-left: none;
	}

	.relation-box__ttl h2 {
		font-size: 3rem;
		margin: 0 0 1rem;
	}

	.relation-box .relation-list {
		margin-top: 0;
		padding: 0;
	}

	.relation-box .col-post a .img img {
		height: 80px;
	}

	#sidebar {
		margin: 3rem 0 2rem;
	}

	.col-post .post {
		width: 100%;
		margin: 0 0 2rem;
	}

	.col-post .post a {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}

	.col-post .post a {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}

	.col-post .img {
		width: 120px;
		margin: 0;
	}

	.col-post .img img {
		height: 80px;
	}

	.col-post .txt {
		width: calc( 100% - 120px );
		padding-left: 1.5rem;
	}

	#sidebar .rank-list {
		flex-direction: column;
		margin: 0 0 2rem;
	}

	#sidebar .rank-list .post {
		width: 100%;
	}

	#sidebar .rank-list a::before {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 1.6rem;
		top: -5px;
		left: -5px;
	}

	.search-msg {
		font-size: 1.4rem;
		line-height: 1.6;
		padding: 12px 20px 14px;
		margin-bottom: 3rem;
	}

	.cat-ttl {
		font-size: 1.8rem;
		line-height: 1.5;
		padding: 10px 20px 13px;
		margin-bottom: 3rem;
	}

	.search-form {
		margin-bottom: 2rem;
	}

	#sidebar h2 {
		font-size: 1.6rem;
		margin: 0 -2rem 2rem;
		padding: 8px 5px 10px;
	}

	.col-post .img {
		width: 120px;
		overflow: visible;
	}

	.col-post .img img {
		height: 80px;
	}

	.col-post .txt {
		width: calc( 100% - 120px );
		line-height: 1.6;
	}

	#sidebar .rank-list {
		margin: 0 0 4rem;
	}

	#sidebar .rank-list {
		font-size: 1.4rem;
	}

	#sidebar .rank-list .post {
		margin-bottom: 2rem;
	}

	#sidebar .cat-menu > ul {
		border: none;
		margin: 0 -2rem;
	}

	#sidebar .cat-menu li a {
		padding: 20px 40px 20px 20px;
		background: url( ../img/blog/arrow-02.svg ) right 20px center / 25px no-repeat;
	}

	#sidebar .cat-menu .children {
		margin-left: 0;
	}

	#sidebar .cat-menu .children li a {
		padding-left: 35px;
	}

	#sidebar .cat-menu .children li a::before {
		left: 20px;
	}

	/* post-list */

	.post-list .post {
		margin-bottom: 3rem;
	}

	.post-list .post-header {
		margin: 0 2rem;
    	padding: 2rem 0;
	}

	.post-list .post-header h2 {
		font-size: 2rem;
		margin-top: 0;
	}

	.post-list .post-contents {
		padding: 2rem 2rem 2.5rem;
	}

	.post-list .post-contents > .flex {
		flex-direction: column;
	}

	.post-list .post-contents figure {
		width: 100%;
		text-align: center;
		margin-bottom: 1.5rem;
	}

	.post-list .post-contents figure img {
		width: 100%;
		height: 50vw;
	}

	.post-list .post-contents .txt {
		width: 100%;
		padding: 0;
	}

	.post-list .post-contents .txt .read {
		letter-spacing: .4px;
		text-align: justify;
	}

	.post-list .post-contents .txt p {
		font-size: 1.4rem;
	}

	.pagination {
		line-height: 1;
		margin: 3rem 0 0;
	}

	.pagination ul {
		padding: 0;
	}

	.pagination a,
	.pagination span {
		min-width: 36px;
		height: 36px;
		line-height: 32px;
		margin: 0 2px;
		font-size: 1.8rem;
	}

	.pagination .prev,
	.pagination .next {
		width: 36px;
		margin: 0;
	}

	.pagination .prev {
		left: -36px;
	}

	.pagination .next {
		right: -36px;
	}

	.blog .h2-box p {
		padding: 0 5%;
	}
}


/*
----------------------------------------
hover
----------------------------------------
*/

@media screen and ( min-width: 769px ) {

	.cat-list a:hover {
		color: var( --main-on-color );
		background: #fff;
		opacity: 1;
	}

	.post-contents a:hover {
		opacity: .8;
	}

	#ez-toc-container a:hover {
		color: var( --main-color );
	}

	.post-contents .lkc-this-wrap a:hover::after,
	.post-contents .lkc-internal-wrap a:hover::after,
	.post-contents .lkc-external-wrap a:hover::after {
		opacity: 1;
	}

	.post-contents .lkc-internal-wrap a:hover {
		background: var( --main-light-color ) url( ../img/blog/icon-link.png ) right 19px center / 28px no-repeat;
		border: solid 1px var( --main-light-color );
	}

	.post-contents .lkc-external-wrap a:hover {
		background: var( --main-light-color ) url( ../img/blog/icon-ext-link.png ) right 19px center / 28px no-repeat;;
		border: solid 1px var( --main-light-color );
	}

	.post-nav .back-link a:hover {
		color: #262626;
		background: #fff;
	}

	.post-nav .prev a:hover span,
	.post-nav .next a:hover span {
		text-decoration: underline;	
	}

	.post-nav .prev a:hover::before {
		left: -5px;
	}

	.post-nav .next a:hover::before {
		right: -5px;
	}

	.relation-box a:hover {
		text-decoration: underline;
	}

	.relation-box a:hover figure {
		background: #000;
	}

	.relation-box a:hover figure img {
		opacity: .75;
		transform: scale( 1.1 );
	}

	.addtoany_list a:hover img,
	.addtoany_list a:hover span {
		opacity: 1;
	}

	.addtoany_list a:hover {
		transform: scale( 1.15 );
	}

	.author-box .sns .flex li a:hover {
		transform: scale( 1.15 );
	}

	#sidebar .rank-list a:hover {
		text-decoration: underline;
	}

	#sidebar .rank-list a:hover figure {
		background: #000;
	}

	#sidebar .rank-list a:hover figure img {
		opacity: .75;
		transform: scale( 1.1 );
	}

	#sidebar .cat-menu li a:hover {
		background: url( ../img/blog/arrow-02.svg ) right 0 top 20px / 25px no-repeat;
	}

	.post-list .post > a:hover {
		border: solid 2px #262626;
	}

	.post-list a:hover .post-contents .txt p.more span {
		color: #262626;
		background: #fff url( ../img/blog/arrow-02.svg ) right 10px center / 25px no-repeat
	}

	.pagination a:hover {
		color: #262626;
		background: var( --main-on-color );
		border: solid 1px var( --main-on-color );
	}

	.pagination .prev:hover {
		background: url( ../img/blog/arrow-prev.svg ) left center / 25px no-repeat;
	}

	.pagination .next:hover {
		background: url( ../img/blog/arrow-next.svg ) right center / 25px no-repeat;
	}

}
