/* ==================================================
	common
================================================== */

.main_content img {
	height: auto;
}

.bg_e6e6e6 { background-color: #e6e6e6 !important; }
.bg_f4f4F4 { background-color: #f4f4f4; }
.bg_0096d6_2	{ background: rgba(0,150,214,.2);}
.bg_0096d6_1	{ background: rgba(0,150,214,.1);}
.bg_007dba_3	{ background: rgba(0,125,186,.3);}
.bg_007dba_2	{ background: rgba(0,125,186,.2);}



/* ----------------------------------------
	title
---------------------------------------- */

h1 {
	font-size: 3.8rem;
	color: #fff;
	line-height: 1.3em;
}

h2 {
	color: #0096d6;
	font-size: 3rem;
	line-height: 1.4;
}
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 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;
}
@media screen and (min-width: 768px) {
	.img_area img {
		height: 100%;
        object-fit: cover;
    }
}


/*-------------------------------------------- */

.main_content .list_basic > li:nth-child(n+2) {
    margin-top: .8em;
}


/*------------------------------------------ 

	main

------------------------------------------ */
.main {
	background: #f2f2f2;
}
.main .title {
	background: rgba(0,150,214,.8);
	padding: 1rem;
}
@media screen and (min-width: 1024px) {
	.main {
		background: #f2f2f2;
		position: relative;
	}
	.main .title {
		bottom: 30px;
		left: 0;
		background: rgba(0,150,214,.4);
		position: absolute;
		text-align: center;
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.main .title h1{
		font-size: 3.6rem;
	}
}

/*----------------------------------------------- 
	table_of_contents_box
-------------------------------------------------- */
.table_of_contents_box {
	border: 1px #ccc dashed;
	border-radius: 1rem;
	padding: 1em;
}
.table_of_contents_list {
	margin-top: 2rem;
}
.table_of_contents_list.list_num,
.table_of_contents__endtxt {
	font-size: 16px;
}

.table_of_contents_list.list_num > li a,
.table_of_contents__endtxt a {
	color: #767676;
}
.table_of_contents__endtxt {
	margin-left: 2rem;
}

@media screen and (min-width: 768px) {
	.table_of_contents_box {
		padding: 30px;
	}
	.table_of_contents_list {
		pdding-left: 40px;
	}
	.table_of_contents_list.list_num,
	.table_of_contents__endtxt {
		font-size: 20px;
	}
	.table_of_contents__endtxt {
		margin-left: 10px;
	}
}
