@charset "UTF-8";
.entry-content{
	font-size:18px;
}
@media screen and (max-width:768px){
	.entry-content{
		font-size:14px;
	}
}
.entry-content *{
	margin-top:20px;
}
.entry-content *:first-child{
	margin-top:0;
}
.entry-content a{
	text-decoration: underline;
}
.entry-content a:hover{
	text-decoration: none;
}
.entry-content address{
	background: #f1f1f1;
	padding: 20px;
}
.entry-content blockquote{
	background: #f1f1f1;
	font-style: italic;
	padding: 20px;
}
.entry-content blockquote p:last-child{
	margin-bottom: 0;
}
.entry-content code{
	background: #f1f1f1;
	font-style: italic;
}
.entry-content em{
	background: #ecf0f4;
	font-style: italic;
}
.entry-content pre{
	background: #f1f1f1;
	font-size: 14px;
	line-height: 1.4;
	overflow:scroll;
	padding: 1em;
}
.entry-content p{
	line-height:2;
}
/*ul ol*/
.entry-content ul,
.entry-content ol{
	margin-left:1em;
}
.entry-content ul:last-child,
.entry-content ol:last-child{
	margin-bottom:0;
}
/*ul*/
.entry-content ul li{
	list-style:disc;
}
.entry-content ul li:last-child{
	margin-bottom:0;
}
/*ol*/
.entry-content ol li{
	list-style:decimal;
}
.entry-content ol li:last-child{
	margin-bottom:0;
}
.entry-content ul ol li{
	list-style:decimal;
}
.entry-content ol ul li{
	list-style:disc;
}
.entry-content li{
	margin:0 0 10px 10px;
}
.entry-content li ul,
.entry-content li ol{
	margin-top: 10px;
}
.entry-content dt{
	font-weight: bold;
}
.entry-content dd{
	margin-bottom: 20px;
}
/*title*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	line-height: 1.2;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child{
	margin-top:0;
}
.entry-content h1{
	font-size: 48px;
	margin-top: 100px;
	position:relative;
}
@media screen and (max-width:768px){
	.entry-content h1{
		font-size:42px;
		margin-top: 80px;
	}
}
.entry-content h2{
	font-size: 30px;
	margin-top: 100px;
	position:relative;
}
@media screen and (max-width:768px){
	.entry-content h2{
		font-size:24px;
		margin-top: 80px;
	}
}
.entry-content h3{
	font-size: 24px;
	margin-top: 80px;
	padding:10px;
}
@media screen and (max-width:768px){
	.entry-content h3{
		font-size:18px;
		margin-top: 60px;
	}
}
.entry-content h4{
	font-size: 18px;
	margin-top: 60px;
	position:relative;
}
@media screen and (max-width:768px){
	.entry-content h4{
		font-size:16px;
		margin-top: 40px;
	}
}
.entry-content h5{
	margin-top: 40px;
}
@media screen and (max-width:768px){
	.entry-content h5{
		margin-top: 40px;
	}
}
.entry-content h6{
	margin-top: 40px;
}
/*table*/
.entry-content table{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 100%;
}
.entry-content th,
.entry-content td{
	border-bottom: 1px solid #ccc;	
	border-right: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}
.entry-content th{
	background: #f1f1f1;
	font-weight: 700;
	text-align: left;
}
/*inline*/
.entry-content img{
	height: auto;
	max-width: 100%;
}
.entry-content a img{
	transition: .5s;
}
.entry-content a:hover img{
	box-shadow:0px 0px 20px 4px #ddd;
}
.wp-element-caption{
	margin-top:-20px;
}
@media screen and (max-width:768px){
	.wp-element-caption{
		margin-top:-10px;
	}
}
/*ブロック幅*/
.entry-content .alignfull{
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
.entry-content .alignwide{
}
