/* ====================================================================================
SP
==================================================================================== */

@media screen and (max-width:640px) and (min-width: 1px) {
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

.fixed {
	position: static;
	top: 0;/*固定させたい位置*/
}

#wpadminbar {
	position: fixed;
}

/* =================================================
	header
================================================= */


header .read {
    padding: 1px;
    overflow: hidden;
    zoom: 1;
    display: block;
    width: 100%;
    position: fixed;
    z-index: 1000000 !important;
	background-color:rgba(255,255,255,0.8);
}

header .read h1 {
	display: none;
}

header .read i {
	position: relative;
	padding: 10px 10px 5px;
	z-index: 1000;
	display: block;
	width: 26px;
	height: 26px;
	float: right;
	background: #fff;
}

header .read .menu-trigger,
header .read .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	opacity: 1;
}

header .read .menu-trigger {
	position: relative;
	width: 25px;
	height: 23px;
}

header .read .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 3px;
}

header .read .menu-trigger span:nth-of-type(1) {
	top: 0;
}

header .read .menu-trigger span:nth-of-type(2) {
	top: 10px;
}

header .read .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

header .read .menu-trigger.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

header .read .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

header .read .menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

header .read .menu-trigger.active span:nth-of-type(3) {
	opacity: 0;
}

/* <- SP toggle nav btn */

header nav {
	position: fixed;
	zoom: 1;
	overflow: none;
	z-index: 100;
	display: none;
	float: none;
	padding: 0;
	margin: 0;
	width: 100%;
	top: 43px;
}

header nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	zoom: 1;
	overflow: hidden;
	border-left: none;
}

header nav ul li {
	float: none;
	padding: 0;
	margin: 0;
	border-right: none;
}

header nav ul li h3 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	width: 100%;
}

header nav ul li h3 a {
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	zoom: 1;
	overflow: hidden;
	width: auto;
	position: relative;
}

header nav ul li h3 a:after {
	content: '>';
	position: absolute;
	right: 10px;
}

.maxwidth {
	width: 100%;
	margin: 0 auto;
}

.breadcrumb {
	background: none;
}

header strong {
    float: none;
    display: block;
    text-align: center;
    height: 40px;
    width: auto;
    position: fixed;
    z-index: 1000000 !important;
}

header strong img {
	width: auto;
	margin: 2% 3%;
	height: 40px;
}

.breadcrumb {
	padding: 10px 3%;
	margin-top: 40px;
}

/* =================================================
	aside
================================================= */

aside {
	width: 100%;
	float: none;
	margin: 0 auto;
}

aside .side_banner {
	text-align: center;
}

aside .side_search {
	text-align: center;
    padding: 0 0 30px 0;
}

aside .side_search form {
	width: 290px;
	margin: 0 auto;
}

/* =================================================
	#content
================================================= */

#content {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0 auto;
}

.main_img {
	margin:0;
	padding:36px 0 1em 0;
}
.main_img img {
	width: 100%;
	height: auto;
}

#content.post {
    margin: 0 3%;
    width: 94%;
}

.post span.eyecatch {
    display: block;
    width: 106%;
    margin: 0 -3%;
    height: auto;
    overflow: hidden;
    zoom: 1;
}

.category h1 {
	text-indent: 3%;
	font-size: 1.6em;
}

#toc_container span.toc_toggle {
    display: -webkit-inline-box;
}

#content ul li {
	float: none;
	width: 94%;
	margin: 0 auto 25px;
	position: relative;
}

#content ul li:nth-child(even) {
	float: none;
	width: 94%;
	margin: 0 auto 25px;
}

#content ul li h2 {
	margin-left: 38%;
	overflow: visible;
	text-overflow: none;
	white-space: normal;
	font-weight: normal;
}

#content ul li time,
#content ul li p {
	display: none;
}
#content ul li time {
	display: none;
	font-family: 'Roboto Condensed', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#content ul li span {
	width: 35%;
	float: left;
	margin-right: 3%;
	position: absolute;
	top: 0;
}

#content ul li span img {
	width: 100%;
	height: auto;
}

.post .related {
	padding-top: 0;
}

.post .related ul li {
	margin: 0 auto !important;
	width: auto !important;
	padding: 10px 3% !important;
	border-bottom: 1px solid #ccc !important;
}

.post .related ul li:nth-child(1) {
	border-top: none !important;
}

.post .related ul li:nth-child(even) {
    margin-right: auto !important;
}

.post .related ul li span {
	float: left;
	margin-right: 10px;
	width: 80px !important;
	position: static !important;
}

.post .related ul li span img {
	width: 100% !important;
	height: auto !important;
}

.yarpp-related {
    display: block;
    width: 106%;
    margin: 0 -3% 2em !important;
    height: auto;
    z-index: 1;
}

.yarpp-related h3 {
	text-indent: 3% !important;
}

.yarpp-related ul li {
	zoom: 1;
	overflow: hidden;
}

/* =================================================
	footer
================================================= */

footer nav ul li {
	display: block;
}

footer nav ul li a {
	display: block;
}

footer nav ul li a:after {
	content: '>';
	position: absolute;
	right: 10px;
}

footer div.maxwidth span strong {
    text-align: center;
    display: block;
}

footer div.maxwidth span {
    float: none;
    text-align: center;
}

footer div.maxwidth small {
    position: relative;
}

#content ul li.related{
    width: 40%!important;
}

}


/* 20170127追加YOUTUBE */

.movie-wrap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.movie-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.marker{font-weight:bold;background:linear-gradient(transparent 80%, #fecccd 80%);}

blockquote{
color:#444;
margin:30px 0 15px 10px;
padding:8px 25px 20px 25px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
position:relative;
background-color:#f9f9f9;
border:1px solid #ddd;
}
blockquote:before{
font-family: 'FontAwesome';
content:'\f10d';
position:absolute;
width:1em;
height:1em;
padding-top:0.25em;
border-radius:50%;
display:block;
text-align:center;
left:-0.4em;
top:-0.5em;
font-size:21px;
line-height:1;
color:#CCC;
}
blockquote {page-break-inside: avoid; }
.source{
margin:0;
padding:15px 0 0 0;
font-size:90%;
line-height:150%;
text-align:right;
color:#888;
border-top:1px solid #ccc;
}

table.compare{
width:100%;
border-collapse:collapse;
margin:18px 0 18px 0;
}
table.compare th{
font-size:90%;
line-height:150%;
padding:15px 10px;
color:#FFFFFF;
text-align:center;
background-color:#18b3d0;
}
table.compare th.tc_while{
background-color:#5ecade;
}
table.compare td{
font-size:90%;
line-height:150%;
padding:15px 10px;
text-align:center;
border-bottom:solid 1px #ddd;
}
table.compare tr.tc_between{background-color:#f2f8fc;}
.pcnone{display:none;}

.box_01{
margin:0;
padding:20px 25px 5px 25px;
border:solid 1px #ddd;
background-color:#f9f9f9;
}
.related_article{
margin:0;
padding:1px 0 1px 15px;
border-left:solid 3px #c6c6c6;
}