@charset "utf-8";

/* ========================================================
	entry.css
======================================================== */
/*
.alignleft {
	float: left;
	margin: 7px 24px 7px 0;
}
.alignright {
	float: right;
	margin: 7px 0 7px 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}
*/
.alignleft,
.alignright,
.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}
/*
blockquote.alignleft,
blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

blockquote.alignleft p,
blockquote.alignright p {
	margin-bottom: 17px;
}
*/
@media print, screen and (max-width:640px) {
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin: 7px auto;
	}
}

/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */

.mceItemTable {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 1px 0 0 1px;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
	width: 100%;
}

.mceItemTable th,
.mceItemTable caption {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
	font-weight: 700;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: baseline;
}

.mceItemTable td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
	font-family: Lato, sans-serif;
	font-size: 14px;
	padding: 8px;
	vertical-align: baseline;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


.wp-caption {
	background: transparent;
	border: none;
	color: #767676;
	margin: 0 0 24px 0;
	max-width: 474px;
	padding: 0;
	text-align: left;
}
/*
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
*/
.wp-caption.aligncenter {
	margin: 7px 0;
}

.wp-caption-dt {
	margin: 0;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding: 0 10px 0 0; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
	text-align: left;
}

.mceTemp + ul,
.mceTemp + ol {
	list-style-position: inside;
}



/* entry_body
============================================================================================================ */
.entry_body::after {
	content: "";
	display: table;
	clear: both;
}

.entry_body {
	line-height: 1.9;
}
@media screen and (min-width: 768px), print {
	.entry_body {
		font-size: 1.8rem;
	}
	.entry_body.s {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 767px) {
}

.entry_body img {
	max-width: 100%;
	height: auto;
}
.entry_body p {
	margin-bottom: 2em;
}
.entry_body dl {
	margin-bottom: 2em;
}
.entry_body dt {
	font-weight: bold;
}
.entry_body dd {
	margin-bottom: 2em;
}
.entry_body.s p,
.entry_body.s dl,
.entry_body.s dd {
	margin-bottom: 1.3em;
}
.entry_body p:last-child,
.entry_body dl:last-child,
.entry_body ul:last-child,
.entry_body ol:last-child {
	margin-bottom: 0 !important;
}
.entry_body figure,
.entry_body .wp-block-group,
.entry_body .wp-block-media-text {
	margin-top: 30px;
}
.entry_body figure figcaption {
	font-size: 1.4rem;
	line-height: 1.8;
}
.entry_body table {
	margin-top: 30px;
	background-color: #fff;
}
.entry_body figure table {
	margin-top: 0;
}
.entry_body table.has-fixed-layout {
	table-layout: fixed;
}
.entry_body table th,
.entry_body table td {
	padding: 10px 15px;
	border: 1px solid #000;
	line-height: 1.7;
}
.entry_body table th {
	background: #f7f7f7;
}

.entry_body h1 {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 5rem;
	line-height: 1.3;
	font-style: italic;
	font-weight: 200;
}
.entry_body h2 {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 5rem;
	line-height: 1.3;
	font-style: italic;
	font-weight: 200;
}
.entry_body h3 {
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 3.2rem;
	line-height: 1.4;
	font-style: italic;
}
.entry_body h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2em;
	bottom: calc(5px + 0.4em);
	border-left: 6px solid #ccc;
}
.entry_body h4 {
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 2.6rem;
	line-height: 1.5;
	font-style: italic;
}
.entry_body h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2em;
	bottom: 0.4em;
	border-left: 6px solid #ccc;
}
.entry_body h1:first-child,
.entry_body h2:first-child,
.entry_body h3:first-child,
.entry_body h4:first-child,
.entry_body h5:first-child,
.entry_body h6:first-child {
	margin-top: 0;
}
@media screen and (min-width: 768px), print {
}
@media screen and (max-width: 767px) {
	.entry_body h1 {
		margin-top: 40px;
		margin-bottom: 40px;
		font-size: 2.2rem;
	}
	.entry_body h2 {
		margin-top: 40px;
		margin-bottom: 20px;
		font-size: 3rem;
	}
	.entry_body h3 {
		margin-top: 40px;
		margin-bottom: 20px;
		padding-left: 15px;
		font-size: 2.2rem;
	}
	.entry_body h3::before {
		top: 0;
		bottom: calc(5px + 0.2em);
		border-left-width: 4px;
	}
	.entry_body h4 {
		margin-top: 30px;
		margin-bottom: 15px;
		padding-left: 15px;
		font-size: 1.8rem;
	}
	.entry_body h4::before {
		top: 0.1em;
		bottom: 0.1em;
		border-left-width: 4px;
	}
	.entry_body figure,
	.entry_body .wp-block-group,
	.entry_body .wp-block-media-text {
		margin-top: 20px;
	}
	.entry_body table {
		margin-top: 20px;
	}
	.entry_body figure figcaption {
		font-size: 1.2rem;
	}
}

/*
.entry_body a {
	color: #ed817e;
}
*/

.entry_body ul {
	margin-bottom: 2em;
}
.entry_body ul li {
	margin-top: 10px;
	background-color: #fff;
	padding: 0.6em 20px;
	border-left: 5px solid #808080;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.entry_body ul li {
		margin-top: 6px;
		padding: 0.5em 15px;
		border-left-width: 3px;
	}
}
.entry_body ol {
	margin-bottom: 2em;
	border-top: 1px solid #cccccc;
}
.entry_body ol li {
	position: relative;
	padding: 0.8em 0 .8em 2em;
	line-height: 1.7;
	border-bottom: 1px solid #cccccc;
}
.entry_body ol ol {
	margin-top: 0.8em;
}
.entry_body ol ol li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.entry_body ol {
	counter-reset: ol;
}
.entry_body ol li::before {
	counter-increment: ol;
	content: "0" counter(ol) ".";
	position: absolute;
	left: 0;
	font-style: italic;
}
.entry_body ol li:nth-child(n + 10)::before {
	content: counter(ol) ".";
}

.entry_body blockquote {
	margin: 60px 0;
	padding: 40px 60px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.entry_body blockquote:first-child {
	margin-top: 0;
}

.entry_body table {
	width: 100% !important;
	height: auto !important;
	margin: 60px 0;
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
}
.entry_body figure table {
	margin-top: 0;
}
.entry_body table.has-fixed-layout {
	table-layout: fixed;
}
.entry_body table tr {
	height: auto !important;
}
.entry_body table th,
.entry_body table td {
	width: auto !important;
	height: auto !important;
	padding: 10px 15px;
	border: 1px solid #ccc;
}
.entry_body table th {
	background: #e5e5e5;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.entry_body table {
		margin: 40px 0;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.entry_body table th,
	.entry_body table td {
		padding: 6px 10px;
	}
}


.entry_body h1 + * ,
.entry_body h2 + * ,
.entry_body h3 + * ,
.entry_body h4 + * ,
.entry_body h5 + * ,
.entry_body h6 + * {
	margin-top: 0;
}

/* img_caption
============================================================================================================ */
.img_caption {
	margin: 80px 0;
	font-size: 78%;
}
.img_caption:first-child {
	margin-top: 0;
}
.img_caption:last-child {
	margin-bottom: 0;
}
.img_caption .ph {
	margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
	.img_caption {
		margin: 50px 0;
	}
}

/* img_caption_column
============================================================================================================ */
.img_caption_column {
	margin: 80px 0;
	font-size: 78%;
}
.img_caption_column:first-child {
	margin-top: 0;
}
.img_caption_column:last-child {
	margin-bottom: 0;
}
.img_caption_column .ph {
	margin-bottom: 1.5em;
}
@media screen and (min-width: 768px), print {
	.img_caption_column {
		display: flex;
		justify-content: space-between;
	}
	.img_caption_column > * {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 767px) {
	.img_caption_column {
		margin: 50px 0;
	}
	.img_caption_column > * + * {
		margin-top: 30px;
	}
}

/* link_text
============================================================================================================ */
.link_text {
	margin: 40px 0;
	line-height: 1.6;
}
.link_text > * + * {
	margin-top: 10px;
}
.link_text a {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	font-style: italic;
}
.link_text a::before {
	content: "";
	position: absolute;
	top: .6em;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	transform-origin: 100% 0;
	transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	.link_text {
		margin: 30px 0;
	}
	.link_text a::before {
		top: .7em;
	}
}

/* link_btn
============================================================================================================ */
.link_btn {
	display: flex;
	flex-wrap: wrap;
	margin: 40px -10px 40px 0;
}
.link_btn > * {
	margin: 0 10px 10px 0;
}
.link_btn a {
	width: auto;
	min-width: 260px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0;
}
@media screen and (max-width: 767px) {
	.link_btn {
		margin: 30px -10px 30px 0;
	}
	.link_btn a {
		min-width: 200px;
	}
}

/* iframe
============================================================================================================ */
.entry_body iframe {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.entry_body iframe {
		width: 100%;
		height: calc(84vw * 0.5625);
	}
}

