@charset "shift_jis";

h1, h2 {
	font-size: 18px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	margin: 0px;
}
#medical_devices-body {
	width: 830px;
	font-size: 16px;
	color: #444;
	line-height: 1.5;
	margin: 0 auto 50px;
}
.hd_img img {
	width: 100%;
}
.lp_title {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0px 5px;
}
.section_title {
	font-size: 18px;
	font-weight: bold;
	color: #009a9c;
	margin: 35px 0 15px;
	padding: 2px 2px;
	border-bottom: 2px solid #009a9c;
}
.txt_hd {
	font-weight: bold;
	margin: 20px 0px 5px;
}
.goods_ex {
	font-size: 15px;
}
.goods_ex div {
	text-indent: -1em;
	padding-left: 1em;
}
.flow {
	font-size: 15px;
}
.flow div {
	text-indent: -20px;
	padding-left: 20px;
}
.md_goods {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	align-items: center;
	margin: 25px 0px 25px;
}
.md_goods_img {
	width: 23%;
	max-width: 300px;
}
.md_btn_area {
	margin: 25px 0px;
	text-align: center;
}
#medical_devices-body .md_btn {
	width: 350px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #009a9c;
	padding: 10px;
	border: none;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
}
#medical_devices-body .md_btn:hover {
	opacity: 0.8;
}
.guide_link_area {
	text-align: center;
}
#medical_devices-body .guide_link {
	color: #0066ff;
	text-decoration: none;
	margin-top: 20px;
}
#medical_devices-body .guide_link:hover {
	text-decoration: underline;
}
.info_title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #777;
	margin-top: 50px;
	padding: 8px 20px;
}
.info_box {
	font-size: 15px;
	background: #f5f5f5;
	margin-bottom: 50px;
	padding: 20px 20px;
}
.inquiry_btn_area {
	margin: 15px 0px 10px;
	text-align: center;
}
#medical_devices-body .inquiry_btn {
	width: 250px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #4a96de;
	padding: 10px;
	border: none;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
}
#medical_devices-body .inquiry_btn:hover {
	opacity: 0.8;
}
.popclosebtn {
	margin:30px auto 40px auto;
	text-align:center;
	display: none;
}
.popclosebtn input {
	padding:5px 30px;
	font-size: 16px;
	height: 40px;
	line-height: 1.5em;
	letter-spacing: 3px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #555;
	cursor: pointer;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #f1f1f1);
}
.popclosebtn input:hover {
	background-image: linear-gradient(#f1f1f1, #ffffff);
}
