@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

.entryBody {
	clear: both;
	font-size: 1.4rem;
	word-wrap: break-word;
}

.entryBody h1 {
	margin-bottom: 25px;
	padding: 10px;
	border-top: 3px solid #056e93;
	border-bottom: 1px solid #056e93;
	font-family: "新ゴ B JIS2004";
	font-size: 1.8rem;
	position: relative;
}
.entryBody h2 {
	margin: 0 1px 25px;
	padding: 10px 25px;
	box-shadow: 0 0 0 1px #c9c9c9;
	border: 3px solid #f1f1f1;
	border-radius: 3px;
	font-family: "新ゴ B JIS2004";
	font-size: 1.7rem;
	position: relative;
}
.entryBody h3 {
	margin-bottom: 25px;
	padding: 10px 25px;
	background: #f1f1f1;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	font-family: "新ゴ B JIS2004";
	font-size: 1.6rem;
	position: relative;
}
.entryBody h4 {
	margin-bottom: 25px;
	padding: 10px 25px;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	font-family: "新ゴ B JIS2004";
	font-size: 1.6rem;
	position: relative;
}
.entryBody h5 {
	margin-bottom: 25px;
	padding: 10px 25px;
	border-bottom: 1px dashed #c7c7c7;
	font-family: "新ゴ B JIS2004";
	font-size: 1.6rem;
	position: relative;
}
.entryBody h6 {
	margin-bottom: 25px;
	padding: 10px;
	font-family: "新ゴ B JIS2004";
	font-size: 1.6rem;
}
.entryBody h2::after,
.entryBody h3::after,
.entryBody h4::after,
.entryBody h5::after {
	position: absolute;
	top: .9em;
	left: .8em;
	content: "";
	width: 4px;
	height: -webkit-calc(100% - 1.7em);
	height: calc(100% - 1.7em);
	background-color: #056e93;
}
.entryBody h2::after {
	left: .6em;
}
.entryBody a {
	color: #0e1b3f;
	text-decoration: underline;
}

.entryBody ul {
	padding-left: 25px;
}
	.entryBody ul li {
		list-style-type: disc;
	}
.entryBody ol {
	margin-top: 0;
	padding-left: 25px;
}
	.entryBody ol li {
		list-style-type: decimal;
	}

.entryBody iframe {
	max-width: 100%;
}
.entryBody .movieBox {
	height: 0;
	margin-bottom: 15px;
	padding-bottom: 56.25%; 
	overflow: hidden;
	position: relative;
}
	.entryBody .youtube-embed-wrapper {
		position: inherit !important;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
		overflow: inherit !important;
	}
	.entryBody .movieBox iframe {
		position: absolute;
		top: 0;
		left: 0;
		max-width: inherit;
		width: 100% !important;
		height: 100% !important;
	}

.entryBody table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
}
	.entryBody table th ,
	.entryBody table td {
		border-right: 1px solid #c9c9c9;
		border-bottom: 1px solid #c9c9c9;
	}
	.entryBody table th {
		width: 20%;
		background-color: #f1f1f1;
	}

.entryBody .tbrBorder {
	border-left: none;
}
	.entryBody .tbrBorder th ,
	.entryBody .tbrBorder td {
		border-right: none;
	}
	.entryBody .tbrBorder th {
		width: 25%;
		background-color: inherit;
	}

.entryBody img {
	max-width: 100%;
	height: auto !important;
}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1024px) {

.entryBody {
	font-size: 1.6rem;
}

.entryBody h1 {
	font-size: 2rem;
}
.entryBody h2 {
	font-size: 1.8rem;
}

.entryBody ul ,
.entryBody ol {
	padding-left: 25px;
}

.entryBody .movieBox {
	margin: 0 10%;
	padding-bottom: 45%;
}
	.entryBody .movieBox iframe {
		right: 0;
		margin: auto;
	}

.entryBody .tbrBorder th {
	width: 13%;
}

.entryBody img {
	width: inherit;
	height: inherit;
}


}