/*- mediaクエリー
------------------------------------------------*/
@media screen and (max-width: 480px) {
	body ol#contents {
		line-height	: 150%;
		overflow	: hidden;
	}
	
	body ol#contents li {
		position: static;
	}
	
	body ol#contents li#main_title {
		border-bottom	: 0.5px solid #B4C7E7;
		font-size		: 25px;
		margin			: 0 auto 50px auto;
		padding			: 0;
		text-align		: center;
		width			: 60%;
	}
	
	body ol#contents li.th {
		background-color: #B4C7E7;
		border-top		: none;
		float			: none;
		padding			: 5px 0;
		margin			: 0 auto;
		text-align		: center;
		width			: 90%;
	}
	
	body ol#contents li.td {
		border-top	: none;
		float		: none;
		margin		: 0 auto;
		padding		: 10px 0 20px 0;
		width		: 75%;
	}
	
	body ol#contents li.td::before {
		display: none;
	}
	
	body ol#contents li.one_line{
		padding: none;
	}
	
	ol#contents li.one_line::before{
		display: none;
	}

	body ol#contents li.three_lines::before {
		display: none;
	}
	
	body ol#contents li#last_th {
		border-bottom	: none;
		float			: none;
		padding-bottom	: 5px;
	}
	
	body ol#contents li#last_td {
		border-bottom	: none;
		float			: none;
		padding			: 10px 0;
	}
}
/*- 通常設定
------------------------------------------------*/
ol#contents {
	line-height	: 150%;
	overflow	: hidden;
}

ol#contents li {
	position: relative;
}

ol#contents li#main_title {
	border-bottom	: 0.5px solid #B4C7E7;
	font-size		: 25px;
	text-align		: center;
	margin			: 0 350px 70px 350px;
	padding			: 0 0 5px 0;
}

ol#contents li.th {
	border-top	: solid 0.5px #B4C7E7;
	float		: left;
	margin		: 0 0 0 50px ;
	padding		: 20px 70px 0 70px;
	text-align	: center;
	width		: 11%;
}

ol#contents li.td {
	float		: left;
	padding		: 20px 0px 20px 50px;
	border-top	: solid 0.5px #B4C7E7;
	width		: 58%;
}

ol#contents li.td::before {
	background-color: #B4C7E7;
	content			: '';
	height			: 80px;
	left			: 0%;
	position		: absolute;
	top				: 5%;
	width			: 1px;
}

ol#contents li.one_line{
	padding: 20px 0px 40px 50px;
}

ol#contents li.one_line::before{
	height: 75px;
}

ol#contents li.three_lines::before {
	height: 100px;
}

ol#contents li#last_th {
	border-bottom	: solid 0.5px #B4C7E7;
	float			: left;
	padding-bottom	: 20px;
}

ol#contents li#last_td {
	border-bottom	: solid 0.5px #B4C7E7;
	float			: left;
}