:root {
	--blue-base_color: rgba(0, 108, 183, 1);
	--comment_button-height: 28px;
}

html, body {
	font-size: 10px;
}

body {
	background-color: #f8f7f3;
}

/****************************
  blog
*****************************/

.visual_top {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.visual_top > h1 {
	width: 100%;
	padding: 12px 0 0 15px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.2;
	color: #000;
}

@media (min-width: 1150px) {
	.visual_top {
		width: 1150px;
	}

	.visual_top > h1 {
		padding: 12px 0 0;
		font-size: 30px;
		line-height: 1.2;
	}
}

#main > div {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 4rem 15px 9rem;
}

#aside {
	width: 100%;
	margin: 0;
	padding: 6rem 0 0;
}

#aside > div {
	margin: 0;
	padding: 0;
}

.blog_list_article, 
.blog_detail_article {
	width: 100%;
	margin: 0;
	padding: 0;
}

#aside > div > span {
	display: block;
	margin: 0;
	padding: 30px 0 0;
}

.blog_detail_article > div {
	width: 100%;
	margin: 0;
	padding: 0;
}

.blog_detail_article > div.mt {
	margin-top: 30px;
}

.blog_detail_article > div.profile {
	margin-top: 30px;
	padding: 10px;
	background-color: #fff;
}

@media (min-width: 1150px) {
	#main > div {
		display: flex;
		justify-content: space-between;
		width: 1150px;
		padding: 0;
	}

	#aside {
		width: 300px;
		padding: 6rem 0;
		padding: 2rem 0 6rem;
	}

	#aside > div {
		position: sticky;
		top: 3rem;
	}

	.blog_list_article {
		width: 820px;
		margin: 0;
		padding: 25px 0 6rem;
	}

	.blog_detail_article {
		width: 820px;
		margin: 0;
		padding: 6rem 0;
		padding: 2rem 0 6rem;
	}

	.blog_detail_article > div {
		width: 100%;
		margin: 0;
		padding: 30px;
		background-color: #fff;
	}

	.blog_detail_article > div.profile {
		padding: 30px;
	}
}

/****************************
  aside
****************************/

dl.blog_aside_dl.first {
	width: 100%;
	margin: 0;
	padding: 0;
}

dl.blog_aside_dl {
	margin-top: 5rem;
}

dl.blog_aside_dl dt {
	margin: 0;
	padding: 0 0 1.5rem;
	font-style: normal;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #333;
}

dl.blog_aside_dl dd {
	display: block;
	width: 100%;
	margin: 0 0 2rem;
	padding: 2rem 0 0;
	border-top: 1px solid #ccc;
}

dl.blog_aside_dl dd.category {
	margin: 0;
	padding: 2rem 0 0;
	border-top: none;
}

dl.blog_aside_dl dd.first, 
dl.blog_aside_dl dd.category.first {
	border-top: 1px solid #888;
}

dl.blog_aside_dl dd a {
	display: block;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #666;
}

dl.blog_aside_dl dd a.active {
	color: var(--blue-contents_out);
}

dl.blog_aside_dl dd a span {
	display: inline-block;
	min-width: 2.5rem;
	margin: 0 0 0 5px;
	padding: 0 3px;
	border-radius: 8px;
	background-color: #d7dbdf;
	vertical-align: 1px;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.6;
	color: #666;
}

dl.blog_aside_dl dd a figure {
	float: left;
	width: 100px;
	height: 68px;
	margin: 0 15px 0 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

dl.blog_aside_dl dd a figure i {
	position: absolute;
	top: 0;
	left: 0;
	width:  2rem;
	height: 2rem;
	margin: 0;
	padding: 0;
	background-color: #32404f;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #fff;
}

dl.blog_aside_dl dd a:link, 
dl.blog_aside_dl dd a:visited, 
dl.blog_aside_dl dd a:active {
	text-decoration: none;
}

dl.blog_aside_dl dd a:hover {
	text-decoration: underline;
}

dl.blog_aside_dl dd:hover {
	opacity: 0.8;
	transition: all 0.3s;
}

/****************************
  list
****************************/

#blog_list_bread_crumb {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1;
	color: #ccc;
}

#blog_list_bread_crumb a {
	display: inline-block;
	margin: 0;
	padding: 0 0.5rem 0 0;
}

#blog_list_bread_crumb a:link, 
#blog_list_bread_crumb a:visited {
	color: var(--blue-contents_out);
}

#blog_list_bread_crumb a:hover, 
#blog_list_bread_crumb a:active {
	color: var(--blue-contents_over);
}

#blog_list_bread_crumb span {
	display: inline-block;
	margin: 0;
	padding: 0 0.5rem 0 0;
	color: #666;
}

#blog_list_bread_crumb i.fa {
	display: inline-block;
	margin: 0;
	padding: 0 0.5rem 0 0;
	color: #999;
}

ul.blog_list_ul {
	margin: 0;
	padding: 25px 0 0;
}

ul.blog_list_ul li {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
}

ul.blog_list_ul li a {
	display: block;
	height: 100%;
	background-color: #fff;
	margin: 0;
	padding: 0 0 40px;
	position: relative;
}

ul.blog_list_ul li a:link, 
ul.blog_list_ul li a:visited, 
ul.blog_list_ul li a:hover, 
ul.blog_list_ul li a:active {
	text-decoration: none;
}

ul.blog_list_ul li a figure {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #d8dbdf;
	text-align: center;
	text-decoration: none;
	position: relative;
}

ul.blog_list_ul li a figure:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.1s ease-in-out;
}

ul.blog_list_ul li a:hover figure:after {
	transform: scale(1.1);
}

ul.blog_list_ul li a figure {
	display: block;
}

ul.blog_list_ul li a figure figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: transparent;
	color: rgba(255, 255, 255, 0);
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.3;
}

ul.blog_list_ul li a:hover figure figcaption {
	background-color: rgba(0, 0, 0, 0.3);
	color: rgba(255,255,255, 1);
}

ul.blog_list_ul li a figure, 
ul.blog_list_ul li a figure:after, 
ul.blog_list_ul li a figure figcaption {
	width: 100%;
	height: 53vw;
}

.blog_list_wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 2.5rem 1.5rem 0;
	position: relative;
}

.blog_list_wrapper time {
	position: absolute;
	z-index: 3;
	top: -1.4rem;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.blog_list_wrapper time b {
	display: inline-block;
	margin: 0;
	padding: 0 0.7rem;
	background-color: #2d343e;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 2.8rem;
	color: #fff;
}

ul.blog_list_ul li a h2.blog_list_h2 {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #000;
	text-decoration: none;
}

ul.blog_list_ul li a p.blog_list_p {
	margin: 0;
	padding: 1rem 0 0;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.5;
	color: #888;
	text-decoration: none;
}

ul.blog_list_ul li a span {
	position: absolute;
	z-index: 3;
	bottom: 15px;
	left: 0;
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1;
	color: var(--blue-contents_out);
}

ul.blog_list_ul li a:hover h2.blog_list_h2, 
ul.blog_list_ul li a:hover p.blog_list_p, 
ul.blog_list_ul li a:hover span {
	opacity: 0.7;
}

@media (min-width: 600px) {
	ul.blog_list_ul {
		display: flex;
		flex-wrap: wrap;
	}

	ul.blog_list_ul li {
		width: calc(50% - 15px);
		margin: 0 30px 19px 0;
		padding: 0 0 11px;
	}

	ul.blog_list_ul li:nth-child(even) {
		margin: 0 0 19px;
	}

	ul.blog_list_ul li a figure, 
	ul.blog_list_ul li a figure:after, 
	ul.blog_list_ul li a figure figcaption {
		height: 25vw;
	}
}
@media (min-width: 1150px) {
	ul.blog_list_ul li {
		width: 395px;
	}

	ul.blog_list_ul li a figure, 
	ul.blog_list_ul li a figure:after, 
	ul.blog_list_ul li a figure figcaption {
		width: 395px;
		height: 207px;
	}
}

/****************************
  detail bread_crumb
****************************/

#blog_detail_bread_crumb {
	margin: 0;
	padding: 2rem 0 0;
	padding: 0;
	font-size: 1.3rem;
	line-height: 1;
	color: #ccc;
}

#blog_detail_bread_crumb a:link, 
#blog_detail_bread_crumb a:visited {
	color: var(--blue-contents_out);
}

#blog_detail_bread_crumb a:hover, 
#blog_detail_bread_crumb a:active {
	color: var(--blue-contents_over);
}

#blog_detail_bread_crumb span.author {
	display: block;
	margin: 0;
	padding: 0;
	font-style: normal;
	color: #999;
}

#blog_detail_bread_crumb span.author > a {
	color: #999;
}

#blog_detail_bread_crumb > dl {
	display: inline-block;
	margin: 0;
	padding: 0 1em 0 0;
	color: #999;
}

#blog_detail_bread_crumb span.author + dl {
	padding-top: 1rem;
}

#blog_detail_bread_crumb > dl > dt {
	display: inline-block;
	margin: 0;
	padding: 0 0.5em 0 0;
}

#blog_detail_bread_crumb > dl > dd {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#blog_detail_bread_crumb > dl > dt:nth-of-type(2) {
	padding-left: 1em;
}

#blog_detail_bread_crumb span.category {
	display: block;
	margin: 0;
	padding: 1.6rem 0 0;
}

#blog_detail_bread_crumb span.category::before {
	display: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 769px) {
	#blog_detail_bread_crumb span.category {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	
	#blog_detail_bread_crumb span.category::before {
		content: '|';
		display: inline-block;
		margin: 0;
		padding: 0 1em 0 0;
	}
}

#blog_detail_bread_crumb span.category > i.fa {
	display: inline-block;
	margin: 0;
	padding: 0 0.5rem;
	color: #999;
}

/****************************
  detail sns
****************************/

.blog_detail_sns_wrapper {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 4rem auto 0;
	padding: 0;
	text-align: center;
}

.blog_detail_sns_wrapper > li {
	margin: 0;
	padding: 0 1.5rem 3rem;
}

@media (min-width: 600px) {
	.blog_detail_sns_wrapper {
		margin-top: 3rem;
	}

	.blog_detail_sns_wrapper > li {
		padding: 0 0.8rem;
	}
}

/****************************
  detail article
****************************/

.blog_detail_toc_wrapper {
	margin: 0;
	padding: 0;
}

.blog_detail_toc_wrapper > ol {
	list-style-type: decimal;
	margin: 0;
	padding: 2.2rem 0 0 2.5em;
}

.blog_detail_toc_wrapper > ol > li {
	margin: 0;
	padding: 0.8rem 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.2;
}

.blog_detail_toc_wrapper > ol > li > a {
	color: var(--blue-contents_out);
}

h1.blog_detail_h1 {
	margin: 0;
	padding: 1.5rem 0 0;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.3;
	word-wrap: break-word;
}

h1.blog_detail_h1, 
h1.blog_detail_h1 a:link, 
h1.blog_detail_h1 a:visited, 
h1.blog_detail_h1 a:hover, 
h1.blog_detail_h1 a:active {
	color: #2c343e;
	text-decoration: none;
}

figure.blog_detail_figure {
	display: block;
	margin: 4rem 0 0;
	padding: 0;
}

figure.blog_detail_figure > img {
	max-width: 100%;
	height: initial;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

h2.blog_detail_h2 {
	margin: 0;
	padding: 6rem 0 0.6rem;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #2c343e;
	word-wrap: break-word;
}

figure.blog_detail_figure + h2.blog_detail_h2 {
	padding: 4rem 0 0.6rem;
}

.blog_detail_text_wrapper {
	margin: 4rem 0 0;
	padding: 0;
	text-align: left;
	font-size: 1.5rem;
	line-height: 2;
	word-break: break-all;
	color: #555;
}

h2.blog_detail_h2 + .blog_detail_text_wrapper {
	margin: 2.2rem 0 0;
}

.blog_detail_prevnext_nav {
	display: table;
	margin: 0 auto;
	text-align: center;
}

.blog_detail_prevnext_nav > li {
	display: table-cell;
	margin: 0;
	padding: 3rem 1rem 0;
	vertical-align: middle;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1;
}

.blog_detail_prevnext_nav > li:first-child {
	text-align: right;
}

@media (min-width: 600px) {
	h1.blog_detail_h1 {
		font-size: 2.5rem;
		line-height: 1.3;
	}

	h2.blog_detail_h2 {
		font-size: 2rem;
		line-height: 1.2;
	}

	.blog_detail_toc_wrapper > ol > li {
		padding: 0.5rem 0;
	}
}

.blog_detail_google_translate,
.blog_detail_deepl_translate {
	margin: 0;
	padding: 1.2rem 0 0;
	text-align: right;
}

.blog_detail_h3 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
	color: #2c343e;
}

.blog_detail_h3.inline {
	display: inline-block;
}

.blog_detail_p {
	margin: 0;
	padding: 0.8rem 0 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #666;
}

/****************************
  detail tag
*****************************/

.blog_detail_tag_wrapper {
	margin: 0;
	padding: 1.2rem 0 0;
	text-align: left;
}

.blog_detail_tag_wrapper > ul::before {
	padding: 0;
	font-family: 'FontAwesome';
	content: '\f02c';
	font-size: 1.8rem;
	line-height: 1;
	color: #888;
}

.blog_detail_tag_wrapper > ul {
	display: table;
	margin: 0;
	padding: 0;
	color: #999;
}

.blog_detail_tag_wrapper > ul > li {
	display: table-cell;
	margin: 0;
	padding: 0 0 0 0.5em;
	vertical-align: top;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.2;
}

.blog_detail_tag_wrapper > ul > li::after {
	content: ',';
}

.blog_detail_tag_wrapper > ul > li:last-child::after {
	content: '';
}

.blog_detail_tag_wrapper > ul > li > a {
	margin: 0;
	padding: 0;
	color: #999;
	text-decoration: none;
}

.blog_detail_tag_wrapper > ul > li > a:hover {
	text-decoration: underline;
}

/****************************
  detail profile
****************************/

.blog_detail_profile_wrapper {
	margin: 0;
	padding: 50px 0 0;
}

.blog_detail_profile_wrapper > div {
	display: table;
	width: 100%;
	margin: 0;
	padding: 1.3rem 0 0;
}

.blog_detail_profile_wrapper > div > figure, 
.blog_detail_profile_wrapper > div > span {
	display: table-cell;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

.blog_detail_profile_wrapper > div > figure {
	width: 180px;
	padding: 0.1rem 3rem 0 0;
}

.blog_detail_profile_wrapper > div > span {
	padding: 0;
}

.blog_detail_profile_wrapper > div > figure > img {
	max-width: 100%;
	height: initial;
	vertical-align: bottom;
}

.blog_detail_profile_wrapper > div dl {
	margin: 0;
	padding: 0;
}

.blog_detail_profile_wrapper > div dl dt {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1;
	color: #333;
}

.blog_detail_profile_wrapper > div dl dt > a {
	color: #333;
}

.blog_detail_profile_wrapper > div dl dd {
	margin: 0;
	padding: 0.8rem 0 0;
	text-align: justify;
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.5;
	color: #666;
}

/****************************
  detail recommend
****************************/

.blog_detail_recommend_wrapper {
	margin: 0;
	padding: 50px 0 0;
}

.blog_detail_recommend_wrapper > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 0 0;
	padding: 0;
}

.blog_detail_recommend_wrapper > ul > li {
	width: 100%;
	margin: 20px 20px 0 0;
	padding: 12px 10px 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
}

.blog_detail_recommend_wrapper > ul > li a:link, 
.blog_detail_recommend_wrapper > ul > li a:visited, 
.blog_detail_recommend_wrapper > ul > li a:hover, 
.blog_detail_recommend_wrapper > ul > li a:active {
	vertical-align: bottom;
	color: #2c343e;
	text-decoration: none;
}

.blog_detail_recommend_wrapper > ul > li a h4 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #2c343e;
	text-decoration: none;
}

.blog_detail_recommend_wrapper > ul > li a figure {
	overflow: hidden;
	display: block;
	margin: 10px auto 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.blog_detail_recommend_wrapper > ul > li a figure:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.1s ease-in-out;
}

.blog_detail_recommend_wrapper > ul > li a:hover figure:after {
	transform: scale(1.1);
}

.blog_detail_recommend_wrapper > ul > li a figure figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: transparent;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0);
}

.blog_detail_recommend_wrapper > ul > li a:hover figure figcaption {
	background-color: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 1);
}

.blog_detail_recommend_wrapper > ul > li a figure, 
.blog_detail_recommend_wrapper > ul > li a figure:after, 
.blog_detail_recommend_wrapper > ul > li a figure figcaption {
	width: 100%;
	height: 140px;
}

@media (min-width: 600px) {
	.blog_detail_recommend_wrapper > ul > li {
		width: 175px;
	}

	.blog_detail_recommend_wrapper > ul > li a figure, 
	.blog_detail_recommend_wrapper > ul > li a figure:after, 
	.blog_detail_recommend_wrapper > ul > li a figure figcaption {
		width: 153px;
		height: 100px;
	}
}
@media (min-width: 1150px) {
/* 	.blog_detail_recommend_wrapper > h2 {
		text-align: center;
	} */
}

/****************************
  detail comment
****************************/

.blog_detail_comment_wrapper {
	margin: 0;
	padding: 50px 0 0;
}

.blog_detail_comment_wrapper ul {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

.blog_detail_comment_wrapper ul > li {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1;
	color: #ccc;
}

.blog_detail_comment_wrapper ul > li:first-child {
	padding: 0;
	text-align: left;
}

#blog_detail_comment_cnt {
	padding-right: 0.2em;
	padding-left: 0.2em;
}

.blog_detail_comment_wrapper ul > li i {
	font-style: normal;
	font-weight: normal;
}

.send_comment_alert {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 1rem;
	vertical-align: 0;
}

.send_comment_alert > b {
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size: 1.3rem;
	line-height: 1;
	color: #000;
}

.blog_detail_comment_wrapper p {
	display: block;
	width: 100%;
	margin: 0;
	padding: 1rem 0 1.5rem;
}

.blog_detail_comment_wrapper ol {
	display: table;
	margin: 0;
	padding: 0;
}

.blog_detail_comment_wrapper ol > li {
	display: table-cell;
	margin: 0;
	padding: 0 1rem 0 0;
	vertical-align: middle;
	text-align: left;
}

.blog_detail_comment_wrapper ol > li:last-child {
	padding: 0;
}

textarea#comment {
	width: 100%;
	margin: 0;
	padding: 0.5rem;
	border: 1px solid #dde4e3;
	border-radius: 3px;
	font-size: 1.6rem;
	line-height: 1.2;
}

input#name {
	width: 17em;
	margin: 0;
	padding: 0.5rem 0.5rem;
	border: 1px solid #dde4e3;
	border-radius: 3px;
	font-size: 1.6rem;
	line-height: 1;
}

input#pw {
	width: 12em;
	margin: 0;
	padding: 0.6rem;
	border: 1px solid #dde4e3;
	border-radius: 3px;
	font-size: 1.6rem;
	line-height: 1;
}

textarea#comment:focus, 
input#name:focus, 
input#pw:focus {
	outline: none;
	border-color: rgba(82, 168, 236, 0.75) !important;
	box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}

::-moz-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1;
	color: #ccc;
	opacity: 1;
}

:-ms-input-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1;
	color: #ccc;
}

::-webkit-input-placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1;
	color: #ccc;
}

dl.blog_detail_comment_dl {
	margin: 1rem 0 0;
	padding: 0;
}

dl.blog_detail_comment_dl > dt {
	margin: 0;
	padding: 2rem 0 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1;
}

dl.blog_detail_comment_dl > dt span {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 0.5rem;
	font-size: 1.3rem;
	line-height: 1;
	color: #aaa;
}

dl.blog_detail_comment_dl > dd {
	margin: 0;
	padding: 1rem 0 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.4;
}

.blog_detail_comment_button_wrapper {
	display: table;
	width: 50px;
	height: var(--comment_button-height);
	margin: 0;
	padding: 0;
	text-align: center;
}

.blog_detail_comment_button_wrapper > div {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}

.blog_detail_comment_button_wrapper > div > button[type="button"] {
	min-width: 80px;
	height: var(--comment_button-height);
	margin: 0;
	padding: 0;
	border: 1px solid var(--blue-contents_out);
	border-radius: var(--comment_button-height);
	background-color: #fff;
	vertical-align: middle;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	color: var(--blue-contents_out);
	cursor: pointer;
	white-space: nowrap;
	-webkit-appearance: button;
	-webkit-user-select: none;
            user-select: none;
	transition: all 0.3s;
}

html[lang=ja] .blog_detail_comment_button_wrapper > div > button[type="button"] {
	min-width: 50px;
}

.blog_detail_comment_button_wrapper > div > button[type="button"]:hover {
	background-color: var(--blue-contents_out);
	color: #fff;
}

.blog_detail_comment_button_wrapper > div > button[type="button"]:disabled, 
.blog_detail_comment_button_wrapper > div > button[type="button"]:disabled:hover {
	border-color: #e3e3e3;
	background-color: #fafafa;
	color: #bbb;
	cursor: default;
}

.blog_detail_comment_button_wrapper > div > button[type="button"] b {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	color: var(--blue-contents_out);
}

.blog_detail_comment_button_wrapper > div > button[type="button"]:hover b {
	color: #fff;
}

.blog_detail_comment_button_wrapper > div > button[type="button"]:disabled b, 
.blog_detail_comment_button_wrapper > div > button[type="button"]:disabled:hover b {
	color: #bbb;
}

.blog_detail_comment_button_wrapper > div > button[type="button"] i {
	display: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

.blog_detail_comment_button_wrapper > div > button[type="button"] i > img {
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	vertical-align: -2px;
}

/****************************
  許可タグ
****************************/

.blog_detail_text_wrapper strong {
	font-style: normal;
	font-weight: normal;
	font-size: 2rem;
}

.blog_detail_text_wrapper b {
	font-style: normal;
	font-weight: bold;
}

.blog_detail_text_wrapper span.green {
	font-style: normal;
	color: #00D9C0;
}

.blog_detail_text_wrapper span.blue {
	font-style: normal;
	color: #0092ff;
}

.blog_detail_text_wrapper span.red {
	font-style: normal;
	color: #f00;
}

.blog_detail_text_wrapper span.yellow {
	font-style: normal;
	color: #eeb52e;
}

h2.article_h2 {
	margin: 5rem 0 2rem;
	padding: 0.7rem 0 0.7rem 1.5rem;
	border-left: 6px solid var(--blue-base_color);
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #2c343e;
}

h3.article_h3 {
	margin: 3rem 0 0;
	padding: 0.5rem 0 0.5rem 1.5rem;
	border-left: 4px solid #d7dbdf;
	font-style: normal;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.2;
	color: #2c343e;
}

h4.article_h4 {
	margin: 0;
	padding: 2rem 0 0;
	font-style: normal;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #2c343e;
}

/****************************
  lang
****************************/

html[lang=ja] .hide_if_ja, 
html[lang=en] .hide_if_en {
	display: none;
}

.view_if_ja {
	display: none;
}

html[lang=ja] .view_if_ja {
	display: inline;
}
