/* ==================================================
	common
================================================== */

.main_content img {
	height: auto;
}


/* ----------------------------------------
	title
---------------------------------------- */

h1 {
	font-size: 3.8rem;
	color: #fff;
	line-height: 1.3em;

}

h2 {
	color: #0096d6;
	font-size: 3rem;
}
h3 {
	font-size: 2.2rem;
}

/* ----------------------------------------
	p
---------------------------------------- */

.main_content h2 + div,
.main_content h2 + table,
.main_content p + h3,
.main_content table + h3,
.main_content div + p,
.main_content p + div,
.main_content div + div.d_flex_lg,
.main_content ul + p,
.main_content p + ul,
.main_content ol + p,
.main_content img + p {
	margin-top: 1em;
}

.height_center {
	display: flex;
	align-items: center;
	justify-content: center;
}


/* ----------------------------------------
	special_ink (table)
---------------------------------------- */

.special_ink table {
	width: 100%;
}
.special_ink table td {
	line-height: 3em;
	text-align: center;
	border-bottom: #000 dotted 1px;
}
.height_top {
	display: block;
}


/* ----------------------------------------
	style_dots (table)
---------------------------------------- */

table.style_dots th,
table.style_dots td {
	padding: 1.5em 1em;
	border-left: 1px dotted #000;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	text-align: center;
	vertical-align: middle;
}
table.style_dots td:first-of-type {
	border-left: none;
}
@media screen and (max-width:768px) {
	table.style_dots td {
		font-size: 10px;
		padding: 1em 0.5em;
	}
}


/* ----------------------------------------
	img_area
---------------------------------------- */

.img_area img {
	object-fit: cover;
	width: 100%;
	height: auto;
}


