@charset "utf-8";
/*------------------------------------------------------------------------------

	post.css

------------------------------------------------------------------------------*/

body#post {
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 16px;
	word-wrap:break-word;
	text-align: justify;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

body#post {
	padding: 10px !important;
}

#post h2,
#post h3,
#post h4,
#post h5 {
	position: relative;
	margin: 2em 0 1em;
	font-weight: bold;
	line-height: 1.4;
}

#post h2:first-child,
#post h3:first-child,
#post h4:first-child,
#post h5:first-child {
	margin-top: 0;
}

#post h2::before,
#post h3::before,
#post h3::after,
#post h4::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
}

#post h2,
#post h3 {
	font-size: 1.625em;
}

#post h2 {
	padding: 1.8em;
	z-index: 1;
}

#post h2::before {
	top: 0;
	height: 100%;
	border-image-slice: 49%;
	border-image-source: url(../img/frame.png);
	border-image-repeat: repeat;
	border-width: 20px;
	border-style: solid;
	z-index: -1;
}
:-ms-lang(x), #post h2::before {
	border-width: 6px;
	border-image-source: none;
}

#post h3 {
	padding-bottom: 1em;
}

#post h3::before,
#post h3::after {
	bottom: 0;
	height: 5px;
	border-radius: 10px;
}

#post h3::before {
	background-color: #E6E6E6;
}

#post h3::after {
	width: 17%;
}

#post h4 {
	padding: 0.75em 0 0.75em 1.5em;
}

#post h4::before {
	top: 0;
	width: 6px;
	height: 100%;
	border-radius: 6px;
}

#post p {
	margin: 0.5em 0;
}

#post ul,
#post ol {
	margin-left: 30px;
}

#post li:last-child {
	margin-bottom: 0;
}

#post .column,
#post .lazyload,
#post .lazyloading,
#post .lazyloaded,
#post .wp-caption {
	display: block;
	max-width: 100%;
	margin-top: 2em;
	margin-bottom: 1em;
}

#post .lazyload.box,
#post .lazyloading.box,
#post .lazyloaded.box {
	margin-top: 0;
	margin-bottom: 0;
}

#post  .wp-caption-dt img,
#post .wp-caption .lazyload,
#post .wp-caption .lazyloading,
#post .wp-caption .lazyloaded {
	margin-bottom: 0;
}

#post .wp-caption-text,
#post .wp-caption-dd {
	margin-top: 1em;
	padding: 0;
	line-height: 1.6;
	text-align: center;
	font-size: 0.875rem;
}

#post .alignnone,
#post .aligncenter,
#post .alignright,
#post .alignleft {
	float: none;
	display: block;
}

#post .alignnone,
#post .aligncenter {
	margin-right: auto;
	margin-left: auto;
}

#post .alignright {
	margin-left: auto;
	margin-right: 0;
}

#post .alignleft {
	margin-right: auto;
	margin-left: 0;
}

#post img,
#post blockquote {
	margin: 2em 0;
}

#post img {
	height: auto;
}

#post blockquote {
	overflow: hidden;
	position: relative;
	padding: 30px 15px;
	background-color: #F6F6F6;
	border-radius: 4px;
	font-size: 0.75em;
}

#post blockquote::before,
#post blockquote::after {
	position: absolute;
	width: 1em;
	height: 1em;
	opacity: 0.4;
	font-size: 4em;
}

#post blockquote::before {
	content: "“";
	top: -15px;
	left: 8px;
}

#post blockquote::after {
	content: "”";
	bottom: 0;
	right: -22px;
}

#post blockquote .svg_blockquote:first-of-type {
	top: 10px;
	left: 10px;
}

#post blockquote .svg_blockquote:last-child {
	right: 10px;
	bottom: 10px;
	transform: rotate(180deg);
}

#post table {
	max-width: 100%;
	margin: 2em auto;
}

#post table th,
#post table td {
	padding: 1em;
	border: 1px solid #999;
	line-height: 1.4;
	vertical-align: top;
}

#post iframe {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#post ol,
#post ul {
	margin: 1em 0 1em 1.5em;
}

#post ul li {
	list-style: disc;
}

#post li {
	margin-bottom: 0.25em;
	line-height: 1.4;
}

#post li:last-child {
	margin-bottom: 0;
}

#post .column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#post .c1_1 .box,
#post.mce-content-body .c1_1 .box {
	width: 47.5%;
	margin-left: 5%;
}

#post .column .box img {
	margin-bottom: 1em;
}

#post .c3_1 .box,
#post.mce-content-body .c3_1 .box,
#post .c2_1 .box,
#post.mce-content-body .c2_1 .box,
#post .c1_2 .box,
#post.mce-content-body .c1_2 .box {
	width: 30%;
	margin-left: 5%;
}

#post .column .box:first-of-type {
	margin-left: 0;
}

#post .c2_1 .box:first-of-type,
#post.mce-content-body .c2_1 .box:first-of-type,
#post .c1_2 .box:last-child,
#post.mce-content-body .c1_2 .box:last-child {
	flex-grow: 2;
}

#post  .box :first-child {
	margin-top: 0;
}

@media screen and (max-width: 1200px){

#post h2,
#post h3 {
	font-size: 1.25em;
}

}

@media screen and (max-width: 768px){

#post table th,
#post table td {
	padding: 0.75em;
	font-size: 71.4%;
}

#post .c1_1 .box,
#post.mce-content-body .c1_1 .box {
	width: 100%;
	margin-left: 0;
}

#post .c1_1 .box .c1_1,
#post.mce-content-body .c1_1 .box .c1_1 {
	flex-wrap: nowrap;
}

#post .c1_1 .box .c1_1 .box,
#post.mce-content-body .c1_1 .box .c1_1 .box {
	width: 47.5%;
	margin-left: 5%;
}

#post .c1_1 .box .c1_1 .box:first-of-type,
#post.mce-content-body .c1_1 .box .c1_1 .box:first-of-type {
	margin-left: 0;
}


}



/* 管理画面用
------------------------------------------------------------------------------*/

#post.mce-content-body .column,
#post.mce-content-body .box {
	position: relative;
	padding: 10px;
}

#post.mce-content-body .column {
	padding-top: 40px;
	background-color: #EEE;
}

#post.mce-content-body .box {
	background-color: #FFF;
}

#post.mce-content-body .box {
	border: 1px dashed #CCC;
}

#post.mce-content-body .c3_1::before,
#post.mce-content-body .c2_1::before,
#post.mce-content-body .c1_2::before,
#post.mce-content-body .c1_1::before {
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 0.875em;
	line-height: 1;
}

#post.mce-content-body .c3_1::before {
	content: "1:1:1 BOX";
}

#post.mce-content-body .c2_1::before {
	content: "2:1 BOX";
}

#post.mce-content-body .c1_2::before {
	content: "1:2 BOX";
}

#post.mce-content-body .c1_1::before {
	content: "1:1 BOX";
}