/* CSS Document */

/*	ACCESS */
section.feature {
	
}
section h2 {
	font-size: 1.5rem;
	font-weight: normal;
	margin: 2rem 0 2rem 1.5rem;
}
section.feature ol li {
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-bottom: .5rem;
}

section.chk_list ul.ilb {
	margin-bottom: 0;
}
section.chk_list ul.ilb li {
	display: inline-block;
	width: 31%;
	height: auto;
	font-size: 1.2rem;
	line-height: 1.5rem;
	padding: 0.5rem 1rem;
	list-style-type: none!important;
}
section.chk_list ul.ilb li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a\00A0\00A0\00A0";
  color: #6b8e23;
}
section.chk_list ul li {
	font-size: 1.2rem;
	line-height: 1.5rem;
	padding: 0.5rem 1rem;
	list-style-type: none !important;
	font-size: 1.2rem;
}
section.chk_list ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a\00A0\00A0\00A0";
  color: #6b8e23;
}


section.medical {
	
}
section.medical li {
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding: 0.5rem;
}

section.keiji {
	
}
section.keiji h2 {
	
}
section.keiji h2 + p {
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding-bottom: 1rem;
	margin-bottom: 0;
}
section.keiji p ul {
	
}

@media (max-width: 767px) {
	
	/*	MAIN	*/
	div#main {
		padding-top: 0;
	}

	section.chk_list ul.ilb li {
		display: inline-block;
		width: 100%;
		height: auto;
		line-height: 1.5rem;
		padding: .5rem .5rem .5rem 0;
		list-style-type: none!important;
	}
	section.chk_list ul.ilb li:before {
	  font-family: "Font Awesome 5 Free";
	  content: "\f14a\00A0\00A0\00A0";
	}
	section.chk_list ul li {
		line-height: 1.5rem;
		padding: .5rem .5rem .5rem 0;
		list-style-type: none!important;
	}
	section.chk_list ul li:before {
	  font-family: "Font Awesome 5 Free";
	  content: "\f14a\00A0\00A0\00A0";
	}

}