/* BLOG
============================ */
/* visual */
#contentsArea .visual {
	position: relative;
	width: 100%;
	padding-top: 28.75%;
	overflow: hidden;
}
#contentsArea .visual .pic_box {
	position: absolute;
	top: 0;
	right: 0;
}
#contentsArea .visual .pic_box img {
	width: 68.6vw;
	border-radius:  30px 0 0 30px;
}
#contentsArea .visual .txt_box {
	position: absolute;
	top: 0;
	left: 7%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	z-index: 1;
}
#contentsArea .visual p[class^="category"] {
	font-size: 1.8rem;
	color: #4dc788;
	margin: 0 0 30px 8px;
}
#contentsArea .visual p[class^="category"]::before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -8px;
}
#contentsArea .visual .category03::before {
	background-image: url(../images/navi_icon03.png);
}
#contentsArea .visual h1 {
	position: relative;
	font-size: 5.6rem;
	font-family: 'Zen Old Mincho', serif;
	font-weight: normal;
	line-height: 1;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #fff,
              -1px 1px 0 #FFF, 1px -1px 0 #fff,
              0px 1px 0 #FFF,  0-1px 0 #fff,
              -1px 0 0 #FFF, 1px 0 0 #fff;
}
#contentsArea .visual span {
	position: absolute;
	display: block;
	top: -50px;
	font-size: 16rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: rgba(194,238,215,0.3);
	z-index: -1;
	white-space: nowrap;
	overflow: hidden;
}
@media screen and (max-width:1024px) {
	#contentsArea .visual {
		position: static;
		width: 100%;
		padding-top: 0;
		overflow: hidden;
	}
	#contentsArea .visual .pic_box {
		position: static;
		text-align: right;
	}
	#contentsArea .visual .pic_box img {
		width: 95%;
		height: auto;
		border-radius:  20px 0 0 20px;
	}
	#contentsArea .visual .txt_box {
		position: static;
		display: block;
		text-align: left;
		margin: 20px 7% 10px;
		padding-bottom: 20px;
	}
	#contentsArea .visual p[class^="category"] {
		font-size: 1.4rem;
		color: #4dc788;
		margin: 0 0 10px 8px;
	}
	#contentsArea .visual p[class^="category"]::before {
		content: '';
		display: inline-block;
		width: 30px;
		height: 30px;
		background-size: contain;
		vertical-align: middle;
		margin-right: 8px;
		margin-top: -5px;
	}
	#contentsArea .visual .category03::before {
		background-image: url(../images/navi_icon03.png);
	}
	#contentsArea .visual h1 {
		position: relative;
		font-size: 3.4rem;
		font-family: 'Zen Old Mincho', serif;
		font-weight: normal;
		line-height: 1;
	}
	#contentsArea .visual span {
		position: absolute;
		display: block;
		top: -10px;
		font-size: 6rem;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-weight: 700;
		letter-spacing: 0;
		color: rgba(194,238,215,0.3);
		z-index: -1;
	}
}


/* BLOG INDEX
------------------------------------------------- */
.blog dl.list {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin: 100px 0;
}
.blog dl.list dt,
.blog dl.list dd {
	display: block;
	width: 100%;
	padding: 1em 0;
	border-top: 1px solid #eee;
}
.blog dl.list dt {
	position: absolute;
	left: 0;
	width: 6em;
	padding: 1.5em 0;
	font-weight: normal;
}
.blog dl.list dd {
	width: auto;
	padding: 1.5em 0 1.5em 6em;
	border-top: 1px solid #eee;
}
.blog dl.list a {
	color: #000;
	text-decoration-line: underline!important;
	text-decoration-color: #d6d6d6!important;
}
@media screen and (max-width:1024px) {
	.blog dl.list {
		margin: 10px 0 60px;
	}
	.blog dl.list dt {
		position: static;
		width: 100%;
		padding: 1.2em 0 0.3em;
	}
	.blog dl.list dd {
		border-top: none;
		padding: 0 0 1.2em;
	}
}


/* BLOG DETAIL
------------------------------------------------- */
.blog .bg_img {
	background: url(../images/blog_bg.png) top right no-repeat;
	padding-top: 100px;
}
.blog .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.blog .flex:nth-of-type(even) {
	flex-direction: row-reverse;
}
.blog .flex .pic_box {
	width: 45%;
}
.blog .flex .txt_box {
	width: 50%;
	line-height: 2;
}
@media screen and (max-width:1024px) {
	.blog .bg_img {
		background: url(../images/blog_bg.png) top right no-repeat;
		background-size: 70%;
		padding-top: 10px;
	}
	.blog .flex {
		display: block;
		margin-bottom: 60px;
	}
	.blog .flex:nth-of-type(even) {
		flex-direction: row-reverse;
	}
	.blog .flex .pic_box {
		width: 100%;
	}
	.blog .flex .txt_box {
		width: 100%;
		line-height: 2;
		margin-bottom: 22px;
	}
}

/* 見出し */
.blog h2 {
	border-bottom: solid 1px #eee;
	letter-spacing: 0.03em;
	margin-bottom: 110px;
}
.blog h2 span {
	display: block;
	font-size: 3.6rem;
	font-family: 'Zen Old Mincho', serif;
	font-weight: normal;
	line-height: 1.4;
	padding: 15px 0 35px;
}
.blog h3 {
	position: relative;
	font-size: 3.2rem;
	font-family: 'Zen Old Mincho', serif;
	font-weight: normal;
	line-height: 1.4;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.blog h3::before {
	position: absolute;
	content:"";
	display:block;
	width:100px;
	height:1px;
	background:#4bc76d;
	bottom: 0;
	left: 0;
	z-index:4;
}
.blog h3::after {
	position: absolute;
	content:"";
	display:block;
	width:100%;
	height:1px;
	background:#eee;
	bottom: 0;
	left: 0;
	z-index:3;
}
@media screen and (max-width:1024px) {
	.blog h2 {
		border-bottom: solid 1px #eee;
		letter-spacing: 0.03em;
		margin-bottom: 50px;
	}
	.blog h2 span {
		display: block;
		font-size: 2.4rem;
		font-family: 'Zen Old Mincho', serif;
		font-weight: normal;
		line-height: 1.4;
		padding: 5px 0 20px;
	}
	.blog h3 {
		position: relative;
		font-size: 2.2rem;
		font-family: 'Zen Old Mincho', serif;
		font-weight: normal;
		line-height: 1.4;
		padding-bottom: 16px;
		margin-bottom: 20px;
	}
	.blog h3::before {
		position: absolute;
		content:"";
		display:block;
		width:100px;
		height:1px;
		background:#4bc76d;
		bottom: 0;
		left: 0;
		z-index:4;
	}
	.blog h3::after {
		position: absolute;
		content:"";
		display:block;
		width:100%;
		height:1px;
		background:#eee;
		bottom: 0;
		left: 0;
		z-index:3;
	}
}

/* 戻るボタン */
.blog .bk_btn {
	text-align: center;
	padding-bottom: 120px;
}
.blog .bk_btn a {
	position: relative;
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 100px;
	color: #000;
	padding: 18px 120px;
}
.blog .bk_btn a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto;
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	transform: rotate(45deg);
}
@media screen and (max-width:1024px) {
	.blog .bk_btn {
		text-align: center;
		padding-bottom: 60px;
	}
	.blog .bk_btn a {
		position: relative;
		display: inline-block;
		border: solid 1px #ddd;
		border-radius: 100px;
		color: #000;
		font-size: 1.3rem;
		padding: 12px 80px;
	}
	.blog .bk_btn a::before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 25px;
		margin: auto;
		content: "";
		width: 6px;
		height: 6px;
		border-bottom: 2px solid #666;
		border-left: 2px solid #666;
		transform: rotate(45deg);
	}
}
