@charset "UTF-8";

.single #main .post{
	margin: 0 0 60px;
}

#main h1{
	margin: 0 0 20px;
	color: #222;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.08em;
}
@media only screen and (max-width : 640px){
	#main h1{
		margin: 0 0.8em 15px;
		font-size: 1.5em;
		letter-spacing: 0.03em;
	}
}

#main .date{
	margin-top: -10px;
	margin-bottom: 15px;
	font-size: 0.9em;
	line-height: 1em;
	text-align: right;
}

.eyecatch{
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	margin: 0 0 20px;
}
.eyecatch img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
@media only screen and (max-width : 640px){
	.eyecatch img{
		height: 250px;
	}
}

#main-contents h2{
	clear: both;
	margin: 0 0 30px;
	padding: 0.4em 1em;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.8em;
}
@media only screen and (max-width : 640px){
	#main-contents h2{
		margin: 0 0 2em;
		padding: 0.7em 0.8em;
		letter-spacing: 0.03em;
		line-height: 1.4em;
	}
}

#main-contents h3{
	clear: both;
	margin: 0 0 2em;
	padding: 0.3em 0 0.3em 1em;
	border-left-style: solid;
	border-left-width: 2px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.8em;
}
@media only screen and (max-width : 640px){
	#main-contents h3{
		margin: 0 0.6em 2em;
		padding: 0.5em 0 0.5em 1em;
		font-size: 1.3em;
		letter-spacing: 0.03em;
		line-height: 1.5em;
	}
}

#main-contents h4{
	margin: 0 0 2em;
	padding: 0 0 0.3em 0.2em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.8em;
}
@media only screen and (max-width : 640px){
	#main-contents h4{
		margin: 0 0.6em 2em;
		font-size: 1.3em;
		letter-spacing: 0.03em;
		line-height: 1.5em;
	}
}

@media only screen and (max-width : 640px){
	#main-contents p{
		margin: 0 0.8em 2em;
	}
}
#main-contents p a{
	text-decoration: underline;
}
#main-contents p a:hover{
	text-decoration: none;
}
#main-contents p.link{
	position: relative;
	padding-left: 1.5em;
}
#main-contents p.link:before{
	position: absolute;
	top: 0;
	left: 0;
	color: #0066cf;
	font-family: "fontawesome";
	font-weight: normal;
	content: "\f061";
}
#main-contents p.link:hover:before{
	color: #ff8d00;
	-webkit-transition: 0.5s!important;
	-moz-transition: 0.5s!important;
	-o-transition: 0.5s!important;
	transition: 0.5s!important;
}
@media only screen and (max-width : 640px){
	#main-contents p.link:before{
		top: 1px;
	}
}
#main-contents p.link a{
	display: block;
	text-decoration: underline;
}

.post ul,
.post ol{
	margin: 0 0 2em;
	list-style: none;
}
@media only screen and (max-width : 640px){
	.post ul,
	.post ol{
		margin: 0 0.8em 2em;
	}
}
.post ul li{
	position:relative;
	margin: 1em 0;
	padding-left: 1em;
}
.post ul li:before{
	position:absolute;
	display:block;
	top: 10px;
	left: 2px;
	width: 9px;
	height: 9px;
	background: #3e3e3e;
	box-shadow: 0 0 20px rgba(51, 51, 51, 0.15) inset;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content:" ";
}
@media only screen and (max-width : 640px){
	.post ul li:before{
		top: 11px;
	}
}

#ez-toc-container{
	box-sizing: border-box;
	margin: 0 0 3em;
	padding: 1.5em 1.5em 1.8em 1.5em;
	border-style: solid;
	border-width: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
@media only screen and (max-width : 640px){
	#ez-toc-container{
		margin: 0 0.8em 3em;
	}
}
.ez-toc-title{
	margin: 0 0 1em!important;
	text-align: center;
}
#ez-toc-container ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#ez-toc-container li{
	position: relative;
	margin: 0!important;
	padding: 0.8em 0.5em 0.8em 2.5em!important;
	border-top: dashed 1px #e7e7e7;
	line-height: 1.5em;
	counter-increment: number;
}
#ez-toc-container li:before{
	position: absolute;
	top: 11px!important;
	left: 0!important;
	background: none!important;
	box-shadow: none!important;
	font-size: 2em;
	font-family: 'Crimson Text';
	font-style: italic;
	text-align: right;
	content: counter(number)!important;
}
@media only screen and (max-width : 640px){
	#ez-toc-container li:before{
		top: 10px;
		letter-spacing: 0.03em;
	}
}
#ez-toc-container li:last-child{
	border-bottom: dashed 1px #e7e7e7;
}
#ez-toc-container li a{
	color: #444;
}
#ez-toc-container li a:hover{
	opacity: 0.7;
	text-decoration: underline;
}

/* メリット・デメリット */
.post ul.demerit,
.post ul.merit{
	margin: 3em 0 2.5em;
	padding: 1em 4%;
	padding: 1em 4%;
	border-radius: 0.2em;
}
@media only screen and (max-width : 640px){
	.post ul.demerit,
	.post ul.merit{
			margin: 3em 0.8em 2.5em;
	}
}
.post ul.demerit{
	background: #f5f5f5;
	border: 2px solid #ddd;
}
.post ul.merit{
	background: #ffeeee;
	border: 2px solid #f1c9c9;
}
.post ul.merit li:before{
	background: #845252!important;
}
.post ul.merit li{
	color: #845252!important;
}
@media only screen and (max-width : 640px){
	.post ul.demerit li,
	.post ul.merit li{
		line-height: 1.5em;
	}
	.post ul.demerit li:before,
	.post ul.merit li:before{
		position:absolute;
		display:block;
		top: 8px;
	}
}

@media only screen and (max-width : 640px){
	.twitter-tweet{
		box-sizing: border-box;
		-moz-box-sizing: padding-box;
		width: 96%!important;
		margin-left: 2%;
		margin-right: 2%;
	}
}

/* Q&A */
.qa{
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
}
#main-contents .qa h3{
	position: relative;
	margin-bottom: 1em!important;
	padding: 0 0 0 3em!important;
	border: 0!important;
	vertical-align: middle;
}
#main-contents .qa h3:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1%;
	color: #df7f8d;
	font-family: 'Crimson Text';
	font-style: italic;
	font-size: 2em;
	content: "Q";
}
@media only screen and (max-width : 640px){
	#main-contents .qa h3:before{
		left: 2%;
	}
}
.answer{
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	position: relative;
	margin: 0 0 30px;
	padding: 25px 1em 0 4em;
	background: #f7f7f7;
	border: solid 1px #ddd;
	border-radius: 3px;
}
.answer:before{
	position: absolute;
	top: 0;
	left: 1%;
	color: #06f;
	font-family: 'Crimson Text';
	font-style: italic;
	font-size: 3em;
	content: "A";
}
@media only screen and (max-width : 640px){
	.answer{
		width: 96%;
		margin: 0 2% 30px;
		padding: 20px 0.5em 0 3em;
	}
	.answer:before{
			left: 2%;
		}
	.answer p{
		margin-bottom: 1.6em!important;
		line-height: 1.8em!important;
	}
}


.iframeBlock{
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	position: relative;
	height: 100%;
	margin: 0;
}
@media only screen and (max-width : 640px){
	.iframeBlock{
		margin: 0 0 30px;
	}
}
.iframeBody{
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
		height: 100%;
}
@media only screen and (max-width : 640px){
	.iframeBody{
		height: 100%;
		padding-bottom: 0%;
	}
}
.iframeBody iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
@media only screen and (max-width : 640px){
	.iframeBody iframe{
		position: relative;
	}
}

.conReview{
	margin: 3em 0!important;
}
@media only screen and (max-width : 640px){
	.conReview{
		width: 96%!important;
		margin: 3em 2%!important;
	}
}
.conReview li{
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	padding: 0.8em 1em 0.8em 2.6em!important;
	background: #f8e5e9;
	border: solid 1px #f0c8d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.conReview.bad li{
	background: #e2effe;
	border: solid 1px #74b3e4;
}
@media screen and (max-width:640px){
	.conReview li{
		padding: 0.8em 0.5em 0.8em 2.8em!important;
		line-height: 1.5em!important;
	}
}
.conReview li:before{
	width: auto!important;
	height: auto!important;
	top: 13px!important;
	left: 2%!important;
	background: none!important;
	box-shadow: none!important;
	border-radius: 0!important;
	font-family: "fontawesome";
	font-size: 1.3em!important;
	content: "\f0e5"!important;
}
@media screen and (max-width:640px){
	.conReview li:before{
		left: 3%!important;
	}
}

.toggle dt{
	position: relative;
	margin-bottom: 2px;
	padding: 0.6em 1em;
	background: #f8f8f8;
	border: solid 1px #e4e4e4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #4a4141;
	font-weight: bold;
}
.toggle dt:before{
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 3%;
	margin-top: -.5em;
	font-family: "fontawesome";
	font-weight: normal;
	font-size: 1.5em;
	content: "\f13a";
	opacity: 0.7;
}
@media only screen and (max-width : 640px){
	.toggle dt:before{
	margin-top: -.6em;
	}
}
.toggle dd{
	display: none;
	padding-top: 1.7em;
}
.toggle dd h4{
	position: relative;
	margin: 0 0 1.4em!important;
	padding-left: 1.8em!important;
}
.toggle dd h4:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	font-family: "fontawesome";
	font-weight: normal;
	font-size: 1.5em;
	content: "\f058";
}


/* amazonjsの修正 */
.amazonjs_item{
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
}
@media only screen and (max-width : 640px){
	.amazonjs_item{
		width: 96%!important;
		margin: 0 2% 30px!important;
	}
}
.amazonjs_item .amazonjs_info ul li:before{
	content: none;
}
.amazonjs_image .amazonjs_link[target="_blank"]:after{
	content: none;
}
.amazonjs_info h4{
	margin: 0 0 1em!important;
	padding: 0!important;
	border: none!important;
	line-height: 1.6em!important;
}
@media only screen and (max-width : 640px){
	.amazonjs_info h4{
		line-height: 1.3em!important;
	}
}
.amazonjs_info h4 a,
.amazonjs_info h4 a:hover{
	color: #000;
}

.relatedposts h3{
	margin: 0 0 15px!important;
	padding: 1.5em!important;
	background: #f8f8f8!important;
	border-top: solid 1px #e4e4e4!important;
	border-bottom: solid 1px #e4e4e4!important;
	border-left: 0!important;
	color: #4a4141!important;
	font-size: 1.2em!important;
}
@media only screen and (max-width : 640px){
	.relatedposts h3{
		font-size: 1em!important;
		font-weight: normal!important;
	}
}
.relatedposts-in{
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width : 640px){
	.relatedposts-in{
		width: 90%;
		margin: 0 5%;
	}
}
.col-xs-6{
	box-sizing: border-box;
	width: calc(50% - 8px);
	margin-right: 15px;
	margin-bottom: 15px;
}
@media only screen and (max-width : 640px){
	.col-xs-6{
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
}
.col-xs-6:nth-child(even){
	margin-right: 0;
}
.relatedposts .inner .thumbnail-img{
	margin: 0 0 10px;
}
.relatedposts .inner img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
@media only screen and (max-width : 640px){
	.relatedposts .inner img{
		height: 200px;
	}
}
.relatedposts .inner p{
	margin: 0!important;
	line-height: 1.4em!important;
}
.relatedposts .inner a{
	color: #333;
}
@media only screen and (max-width : 640px){
	.relatedposts .inner a{
		font-size: 0.95em!important;
		font-weight: bold;
	}
}
.relatedposts .inner a:hover{
	opacity: 0.7;
}

@media only screen and (max-width : 640px){
	#sns{
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 0.4em 1em;
		background: #fafaf9;
	}
	#sns a{
		color: #bbbaba;
	}
	#sns ul{
		margin: 0!important;
		padding: 0!important;
	}
	#sns li{
		display: inline!important;
		padding: 0 0 0 0.6em;
	}
	#sns li a{
		font-size: 1.8em!important;
	}
}

.archive_list{
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width : 640px){
	.archive_list{
		padding: 0 0.8em;
	}
}
.archive_list_in{
	box-sizing: border-box;
	width: calc(50% - 8px);
	margin-right: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,.15);
}
.archive_list_in:nth-child(even){
	margin-right: 0;
}
.archive_list_in:hover{
	opacity: 0.7;
}

.archive_list_in .title{
	padding: 0.8em;
}
.archive_list_in .title a{
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
}
@media only screen and (max-width : 640px){
	.archive_list_in .title a{
		font-size: 1em;
		line-height: 1.4em;
	}
}

#sitemap_list{
	margin-left: 2em;
}
@media only screen and (max-width : 640px){
	#sitemap_list{
		margin-right: 1em;
	}
}
#sitemap_list li{
	padding-bottom: 0.5em;
}
#sitemap_list li a{
	font-size: 0.9em;
}
@media only screen and (max-width : 640px){
	#sitemap_list li a{
		letter-spacing: 0.03em;
		line-height: 1.4em;
	}
}
#sitemap_list ul{
	margin-left: 1.4em;
}
#sitemap_list li li{
	line-height: 1.3em!important;
}
#sitemap_list li li a{
	font-size: 0.8em!important;
}


