@charset "UTF-8";

#ttl-page {
	background:#f6f6f6;
	line-height: 1.4;
	margin-bottom:70px;
}

#ttl-page h2{
	text-align: center;
	font-size:3.2rem;
	font-weight:bold;
	padding:136px 20px;
	letter-spacing: 0.06em;
}

#ttl-page h2 .en{
	display: block;
	font-size:.5em;
	font-weight:700;
	letter-spacing: 0.06em;
	color:#2aa151;
}


@media screen and (max-width: 768px) {
	#ttl-page h2{
		padding:90px 20px;
	}
}

@media screen and (max-width: 767px) {
	#ttl-page{
		margin-bottom:40px;
	}
	#ttl-page h2{
		font-size:2.2rem;
		padding:44px 20px;
	}
}



/* privacy
-------------------------------------------------------- */

.list-privacy {
	margin-top:70px;
}

.list-privacy > li{
	margin-bottom:45px;
}

@media screen and (max-width: 767px) {
	.list-privacy {
		margin-top:40px;
	}
	.list-privacy > li{
		margin-bottom:35px;
	}
}



/* terms
-------------------------------------------------------- */

.list-terms {
	margin-top:70px;
}

.list-terms > li{
	margin-bottom:45px;
}

@media screen and (max-width: 767px) {
	.list-terms {
		margin-top:40px;
	}
	.list-terms > li{
		margin-bottom:35px;
	}
}



/* blog
-------------------------------------------------------- */

.cont_blog{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


/* main */

.cont_blog #main {
	width:72%;
}

.block-entry {
    border-bottom: 1px dotted #d8d8d8;
    padding-bottom: 35px;
}

.block-entry:nth-child(n+2) {
    padding-top: 25px;
}

.ttl-entry a{
	display:block;
    font-size:2.2rem;
	font-weight:bold;
	margin-bottom:10px;
	padding: 5px 0 5px 20px;
	border-left:3px solid #b2de4a;
	line-height:1.5; 
	letter-spacing: 0.08em;
	text-decoration: none;
}

.ttl-entry a:hover{
    color:#9ac437;
}

.block-entry .p-text {
    margin-bottom:1em;
}

.list-entry-detail{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.list-entry-detail li{
	position: relative;
	z-index: 0;
	font-size: 1.3rem;
	color: #777;
	line-height: 1;
}

.list-entry-detail li:first-child{
	margin-right:20px;
}

.list-entry-detail .date:after {
	content: "";
	display:block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: -11px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:1px;
	height:12px;
	background:#e5e5e5;
}

.list-entry-detail .date i{
	margin-right:5px;
}

.list-entry-detail .cate a{
	display:block;
	color: #777;
    text-decoration:none;
}

.list-entry-detail .cate a:hover{
    color:#3faa62;
}

.screen-reader-text{
	display:none;
}


/* sub */

#sub {
	width:23%;
}

.ttl-sub{
    font-size: 1.9rem;
	margin-bottom:10px;
	color:#3faa62;
}

.ttl-sub .en{
    font-weight: 700;
	letter-spacing: 0.08em;
}

.ttl-sub i{
	margin-right:10px;
	color:#3faa62;
}

.list-sub{
	margin-bottom:30px;
}

.list-sub li{
    position:relative;
	z-index:0;
	border-bottom: 1px dotted #d8d8d8;
}

.list-sub li a{
    display:block;
	font-size:1.5rem;
	padding: 10px 0;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.list-sub li a:hover{
	color:#3faa62;
}

.list-sub li .date {
	display: block;
	font-size:1.2rem;
	font-weight:normal;
	color:#777;
}

.ttl-recent-post{
	display:block;
	line-height: 1.6;
}


/* ナビゲーション
-----------------------------------------------------------*/

/*ページネーション*/
.nav-links{
	margin:25px 0;
}

.nav-links .page-numbers {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    height: 38px;
    width: 38px;
    border: 1px solid #ddd;
    border-radius: 50%;
    box-shadow: 0 3px 0 #f2f2f2;
    font-size: 12px;
    text-decoration:none;
}

.nav-links .page-numbers.current{
    color:#FFF;
    background:#aaa;
    border: 1px solid #aaa;
    box-shadow: none;
}


/*前後の記事へのリンク*/

.list-post-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.list-post-nav li {
	box-sizing:border-box;
	position: relative;
	z-index:0;
	width:50%;
}

.list-post-nav li:nth-child(1):before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height:calc(100% - 32px);
	background:#e5e5e5;
}

.list-post-nav li:nth-child(2) {text-align:right;}

.list-post-nav li i {color:#48b134;}
.list-post-nav li:nth-child(1) i {margin-right:8px;}
.list-post-nav li:nth-child(2) i {margin-left:8px;}

.list-post-nav a{
	display:block;
	font-size:14px !important;
	font-weight:bold;
	padding: 24px 0;
	letter-spacing: 0.1em;
	text-decoration: none;
}


@media screen and (max-width:767px) {
	.list-post-nav a{
		font-size:13px !important;
		padding: 16px 0;
	}
	.list-post-nav{
		margin-bottom: 20px;
	}
}



/* 投稿ページ
-----------------------------------------------------------*/

.header-single {
	padding: 10px 0 20px 35px;
	margin-bottom: 20px;
	border-left:3px solid #b2de4a;
}

.header-single h1 {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom:.5em;
	line-height: 1.6;
}

.header-single .list-sns-share{
	margin-top:20px;
}

.block-single img{
	max-width: 100%;
	height: auto;
	margin:30px auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.block-single p {
	font-size:1.5rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

.block-single h2 {
	position:relative;
    font-size: 2.0rem;
	font-weight:bold;
	margin:40px 0 20px;
	padding:15px 0 15px 30px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	border-top:1px dotted #d8d8d8;
	border-bottom:1px dotted #d8d8d8;
}

.block-single h2:before{
	content: " \f058";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
    position:absolute;
    top:14px;
    left:0;
	color:#b2de4a;
}

.block-single h3 {
	font-size:1.8rem;
	font-weight:bold;
	margin:30px 0 20px;
	padding:14px 20px;
	border-radius:2px;
	background:#f6f6f6;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.block-single h4,
.block-single h5{
    font-size:1.8rem;
	font-weight:bold;
	margin:30px 0 20px;
	color:#3faa62;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.block-single + .list-sns-share{
	margin: 75px 0 50px;
}

#ez-toc-container {
	border-top:4px solid #3faa62;
	margin-top:40px;
	padding:14px 30px 25px;
	background:#f9f9f9;
}

#ez-toc-container .ez-toc-title {
	font-size:2.0rem;
	font-weight:bold;
	margin-bottom:8px;
	letter-spacing:0.08em;
	color: #3faa62;
}

#ez-toc-container .ez-toc-title:before{
	content: " \f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}

#ez-toc-container .ez-toc-list li{
	margin-top:5px;
}

#ez-toc-container .ez-toc-list li a{
	display:block;
	position: relative;
	z-index:0;
	font-size:1.4rem;
	padding-left:1em;
	line-height:1.5;
	letter-spacing:0.08em;
	text-decoration: none;
}

#ez-toc-container .ez-toc-list li a:hover{
	color: #3faa62;
}

#ez-toc-container .ez-toc-list li a:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #333;
	border-radius:50%;
}



@media screen and (max-width:768px) {
	.cont_blog #main,#sub {
		width:100%;
	}
	#sub {
		margin-top:40px;
	}
}

@media screen and (max-width:767px) {
	.ttl-entry a{
		font-size:1.8rem;
		padding: 5px 0 5px 15px;
	}
	.header-single {
		padding: 10px 0 20px 20px;
	}
	.header-single h1 {
		font-size: 2.2rem;
	}
	.block-single h2 {
		font-size: 1.8rem;
	}
	.block-single h3 {
		font-size: 1.6rem;
		padding:12px 16px;
	}
	.block-single h4,.block-single h5 {
		font-size:1.6rem;
	}
	.block-single p {
		line-height: 1.8;
	}
	.block-single img{
		margin:20px auto;
	}
	.block-single + .list-sns-share{
		margin: 50px 0 40px;
	}
	#ez-toc-container {
		padding:14px 20px 25px;
	}
	#ez-toc-container .ez-toc-title {
		font-size:1.8rem;
	}
}