@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#safety .txt02 {
	font-size: 24px;
}
#safety .medical_safety::after {
	content: "MEDICAL SAFETY MEASURES";
}
#safety .medical_safety .box {
	margin-bottom: 50px;
}
#safety .medical_safety .box dt {
	font-size : 40px;
	line-height : 1.8em;
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#safety .medical_safety .box dt .maru {
	background: #f9f4a7;
	width: 88px;
	height: 88px;
	display: inline-block;
	border-radius: 50%;
	padding: 8px 31px;
	margin-right: .5em;
}
#safety .medical_safety .box dd {
	background: #fff;
	padding: 30px;
	border-radius: 25px;
}
#safety .medical_safety .box dd .yellow_btn a {
	width: 100%;
	padding: 0 50px 5px;
}
#safety .medical_safety .box .txt_box {
	margin-bottom: 50px;
}
#safety .medical_safety .box .txt_box,#safety .medical_safety .box .pdf_box {
	width: 50%;
}
#safety .medical_safety .box .txt_box .ttl {
	font-size : 28px;
	margin-bottom: 10px;
}
#safety .medical_safety .box .txt_box .ttl:last-of-type {
	margin-top: 30px;
}
#safety .medical_safety .box dd .txt_box li {
	position: relative;
	line-height : 34px;
	padding-left: 25px;
	margin-bottom: 15px;
}
#safety .medical_safety .box dd .txt_box li::before {
	content: "";
	background: #fed300;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
#safety .medical_safety .box .pdf_box .waku {
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}
#safety .medical_safety .box .pdf_box .gray_ttl {
	background: #f7f7f7;
	font-size : 20px;
	line-height : 26px;
	padding: 20px;
}
#safety .infection_box::after {
	content: "INFECTION CONTROL";
	color: #f7f7f7;
}
#safety .infection_box .box {
	background: #f7f7f7;
	padding: 30px;
	border-radius: 25px;
	margin-bottom: 50px;
}
#safety .infection_box .box .yellow_btn a {
	width: 100%;
	padding: 0 50px 5px;
}
#safety .infection_box .contents .img_box {
	width: 398px;
}
#safety .infection_box .contents .img_box .img {
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}
#safety .infection_box .contents .img_box .waku_box {
	background: #f7f7f7;
	font-size : 20px;
	line-height : 26px;
	padding: 20px;
}
#safety .infection_box .contents .img_box .waku_box a {
	color: #00c4cc;
	text-decoration: underline;
}
#safety .infection_box .contents .txt_box {
	width: 650px;
}
#safety .infection_box .contents .txt_box dl:first-of-type {
	margin-bottom: 30px;
}
#safety .infection_box .contents .txt_box dt {
	font-size: 28px;
	margin-bottom: 10px;
}
#safety .infection_box .contents .txt_box dd li {
	position: relative;
	line-height: 34px;
	padding-left: 25px;
	margin-bottom: 15px;
}
#safety .infection_box .contents .txt_box dd li::before {
	content: "";
	background: #fed300;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
#safety .yellow_bg::before {
	background: #f9f4a7;
}
#safety .yellow_bg h3 {
	font-size : 54px;
	font-weight: 400;
	margin-bottom: 50px;
}
#safety .yellow_bg .box {
	background: #fff;
	padding: 50px;
	border-radius: 25px;
	position: relative;
}
#safety .yellow_bg .box .img {
	position: absolute;
	top: 60px;
	left: 50px;
	width: 155px;
}
#safety .yellow_bg .box .txt {
	width: 787px;
	margin-left: auto;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#safety .medical_safety .box dt {
		font-size: 25px;
		margin-bottom: 15px;
	}
	#safety .medical_safety .box dt .maru {
		padding: 3px 17px;
		width: 50px;
		height: 50px;
	}
	#safety .medical_safety .box dd {
		padding: 15px;
		border-radius: 15px;
	}
	#safety .medical_safety .box .txt_box, #safety .medical_safety .box .pdf_box {
		width: 100%;
	}
	#safety .medical_safety .box .txt_box {
		margin-bottom: 30px;
	}
	#safety .medical_safety .box .txt_box .ttl {
		font-size: 20px;
	}
	#safety .medical_safety .box dd .txt_box li {
		line-height: 1.8em;
		margin-bottom: 10px;
		padding-left: 15px;
	}
	#safety .medical_safety .box dd .txt_box li::before {
		width: 10px;
		height: 10px;
		top: 8px;
	}
	#safety .medical_safety .box .pdf_box {
		width: 90%;
		margin: 0 auto 30px;
	}
	#safety .medical_safety .box .pdf_box .waku {
		justify-content: center;
	}
	#safety .infection_box .box {
		padding: 15px;
		border-radius: 15px;
	}
	#safety .infection_box .contents .img_box {
		width: 60%;
		margin: 0 auto 30px;
	}
	#safety .infection_box .contents .txt_box dt {
		font-size: 20px;
	}
	#safety .infection_box .contents .txt_box dd li {
		line-height: 1.8em;
		margin-bottom: 10px;
		padding-left: 15px;
	}
	#safety .infection_box .contents .txt_box dd li::before {
		width: 10px;
		height: 10px;
		top: 8px;
	}
	#safety .yellow_bg h3 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	#safety .yellow_bg .box {
		padding: 15px;
		border-radius: 15px;
	}
	#safety .yellow_bg .box .txt {
		width: 75%;
	}
	#safety .yellow_bg .box .img {
		width: 20%;
		top: 20px;
		left: 25px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#safety .medical_safety .box {
		margin-bottom: 30px;
	}
	#safety .medical_safety .box dt {
		font-size: 20px;
	}
	#safety .medical_safety .box dt .maru {
		padding: 0 11px;
		width: 35px;
		height: 35px;
	}
	#safety .medical_safety .box dd .yellow_btn,#safety .infection_box .box .yellow_btn {
		width: 100%;
	}
	#safety .medical_safety .box dd .yellow_btn a,#safety .infection_box .box .yellow_btn a {
		line-height: 1.5em;
		text-align: left;
		padding: 10px 50px;
	}
	#safety .medical_safety .box .txt_box .ttl {
		font-size: 125%;
	}
	#safety .medical_safety .box .pdf_box {
		width: 100%;
	}
	#safety .medical_safety .box .pdf_box .waku {
		padding: 10px;
		
	}
	#safety .medical_safety .box .pdf_box .img:first-child {
		padding-bottom: 20px;
	}
	#safety .medical_safety .box .pdf_box .gray_ttl {
		font-size: 120%;
		padding: 15px;
	}
	#safety .infection_box .contents .img_box {
		width: 100%;
	}
	#safety .infection_box .contents .img_box .waku_box {
		font-size: 120%;
		padding: 15px;
	}
	#safety .infection_box .contents .txt_box {
		width: 100%;
	}
	#safety .infection_box .contents .txt_box dt {
		font-size: 120%;
	}
	#safety .yellow_bg h3 {
		font-size: 20px;
	}
	#safety .yellow_bg .box .txt {
		width: 100%;
	}
	#safety .yellow_bg .box .img {
		position: relative;
		top: 0;
		left: 0;
		width: 45%;
		margin: 0 auto;
		padding-bottom: 15px;
	}
}