@charset "UTF-8";


.main article {
	font-size: 1.5rem;
}
.main article h2 {
	border: 1px solid #CBCBCB;
	border-left: 10px solid #666;
	border-radius: 3px;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
	margin-bottom: 30px;
}

.main article h3 {
	position: relative;
	border-bottom: 1px solid #707070;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	margin-bottom: 25px;
}
.main article h3::before {
	position: absolute;
	left: 0px;
	top: 8px;
	content: '';
	width: 5px;
	height: 40px;
	background-color: #484848;
	border-radius: 10px;
}

.main article h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 20px;
}

.main article p {
	line-height: 1.7em;
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 20px;
}

.main article strong {
	font-weight: bold;
}
.main article em {
	font-style: oblique;
}

.main article img {
	max-width: 840px;
	height: auto;
	margin: 0 0 20px 0;
}
.main article img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.main article img.alignleft {
	float: left;
	margin-right: 40px;
}
.main article img.alignright {
	float: right;
	margin-left: 40px;
}
.wp-caption-text {
	max-width: 860px;
	text-align: center;
	font-size: 1.1rem !important;
}

@media only screen and (max-width: 767px) {
	.main article h2 {
		font-size: 16px;
		padding: 15px;
		margin-bottom: 20px;
	}
	.main article h3 {
		font-size: 16px;
		padding: 15px;
		margin-bottom: 15px;
	}
	.main article h3::before {
		top: 8px;
		height: 35px;
	}
	.main article h4 {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.main article p {
		font-size: 1.4rem;
	}
	.main article img {
		max-width: 100%;
	}
	.main article img.alignright,
	.main article img.alignleft {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}
