.i3 {margin: 0; padding: 0;}
.s1 {
	background-image: url(/implant/images/choice_img_08.jpg);
	background-repeat: no-repeat;
}
.s2 {
	background-image: url(/implant/images/choice_img_09.jpg);
	background-repeat: no-repeat;
}
.s3 {
	background-image: url(/implant/images/choice_img_01.jpg);
	background-repeat: no-repeat;
}
.s4 {
	background-image: url(/implant/images/choice_img_02.jpg);
	background-repeat: no-repeat;
}
.s5 {
	background-image: url(/implant/images/choice_img_04.jpg);
	background-repeat: no-repeat;
}
.bar1 {
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.15);
	border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}
.iscript ul {
	display: inline-table;
}
.iscript li {
	list-style-type: disc;
	list-style-position: outside;
}
.w1000 img {
	width: 100%;
}
@media (min-width: 769px) {
	.forSP {display: none; }
	.i3 li {
		list-style: none;
		float: left;
		margin-right: 50px;
	}
	.i3 li:last-child {
		margin-right: 0px;
	}
	.i3 .btn {
		position: relative;
		width: 300px;
		height: 400px;
	}
	.i3 .img {
		height: 300px;
		background: #FFFFFF;
	}
	.i3 li .img-sp {display: none;}
	.i3 a img:hover {
		opacity: 0.6;  
		filter: alpha(opacity=60);
	}
	.i3 .totx {
		position: absolute;
		text-align: center;
		margin: auto;
		top: 90px;
		left: 0;
		right: 0;
		color: #222222;
		font-size: 14px;
		background-color: rgba(255, 255, 255, 0.5);
		padding-top: 10px;
	}
	.i3 .totx .main {
		font-size: 20px;
		font-weight: 500;
		padding-bottom: 10px;
	}
	.i3 .btn .btn-title {
		position: absolute;
		text-align: center;
		width: 150px;
		top: 270px;
		left: 70px;
		background-color: #FFFFFF;
		color: #666666;
		padding: 10px 0px;
		border: 1px solid #bfbfbf;
		border-radius: 20px;
		font-size: 13px;
	}
	.iscript {
		font-size: 15px;
		line-height: 30px;
		color: #666666;
	}
	.img-w200pc {width: 200px;}
	.s1, .s2, .s3, .s4, .s5 {
		background-attachment: fixed;
		background-size: contain;
		padding: 50px 0px;
	}
	.tx-box1 {
		width: 400px;
		padding: 30px;
		background-color: rgba(255,255,255,0.6);
		border-radius: 10px;
	}
	.tx-box2 {
		float: right;
		width: 400px;
		padding: 30px;
		background-color: rgba(255,255,255,0.6);
		border-radius: 10px;
	}
	.tx-box1 h3, .tx-box2 h3 {
		font-size: 32px;
		font-weight: 200;
		line-height: 40px;
		color: #333333;
		border-bottom: 1px solid #999999;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.s-num {
		font-weight: bold;
		padding-bottom: 10px;
	}
	.S-tx {
		font-size: 15px;
		font-weight: 400;
		line-height: 30px;
		color: #555555;
	}
	.main-bnr-impEX {
		text-align: center;
		position: relative;
	}
	.main-bnr-impEX p {
		position: absolute;
		z-index: 1000;
		top: 220px;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	.main-bnr-impEX p a {
		display: inline-block;
		background-color: rgba(207, 178, 144, 0.9);
		color: #ffffff;
		font-size: 40px;
		line-height: 40px;
		font-weight: 100;
		text-decoration: none;
		padding: 12px 30px;
		border-radius: 7px;
	}
	.main-bnr-impEX p a:hover {
		background-color: rgba(207, 178, 144, 1);
	}
	#imp9 h2 {
		text-align: center;
		background-color: #c8e8e1;
		color: #666666;
		font-size: 32px;
		font-weight: 200;
		line-height: 32px;
		padding: 24px 0 26px 0;
		margin: 0 0 30px 0;
	}
	#imp9 ul {
		width: 1000px;
		list-style: none;
		padding: 0;
		margin: auto;
		display:flex;
		flex-wrap: wrap;
	}
	#imp9 ul li {
		width: 33.3%;
		text-align: center;
		position: relative;
	}
	#imp9 ul li a {
		text-decoration: none;
	}
	#imp9 ul li img {
		width: 100%;
	}
	#imp9 ul li a img:hover {
		opacity: 0.6;  
		filter: alpha(opacity=60);
	}
	#imp9 ul li h3 {
		position: absolute;
		top: 161px;
		z-index: 10;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.8);
		font-size: 17px;
		color: #555555;
		padding: 20px 0px;
	}
	#imp9 ul li p {
		font-size: 14px;
		line-height: 26px;
		text-align: left;
		margin: 10px 15px 50px 15px;
		color: #777777;
		text-decoration: none;
	}
	#imp9 ul li .arrow {
		position: absolute;
		bottom: -30px;
		z-index: 10;
		right: 0;
		background-color: #7fbeb0;
		color: #FFFFFF;
		font-size: 13px;
		font-weight: 700;
		border-radius: 15px;
		padding: 0 7px 0 10px;
		display: inline-block;
	}
	#imp9 ul li .arrow:hover {
		background-color: #ec8a2a;
	}
	.imp9-inside-title {
		text-align: center;
	}
	.imp9-inside-title {
		text-align: center;
		border-top: 1px solid #cccccc;
	}
	.imp9-inside-title .main h1 {
		padding: 15px 0 10px 0;
		margin: 0;
		font-style: normal;
		font-weight: 100;
		font-size: 40px;
		color: #333333;
		line-height: 30px;
	}
	.imp9-inside-title .main p {
		padding: 0 0 5px 0;
		margin: 0;
		font-style: normal;
		font-size: 11px;
		color: #4AAC96;
		font-weight: 300;
	}
	.imp9-inside-title .sub {
		background-image: url(/implant/imp9/inside_bg.png);
		background-position: center top;
		background-size: 1000px auto; 
		background-repeat: repeat-x;
		background-color: #84c5b6;
	}
	.imp9-inside-title .sub h2 {
		color: #FFFFFF;
		font-size: 32px;
		padding: 32px 0 28px 0;
	}
	.imp9-inside-title .photo {
		position: relative;
	}
	.imp9-inside-title .photo img { width: 100%; }
	.imp9-inside-title .imp9bnr {
		position: absolute;
		z-index: 1000;
		left: 0;
		bottom: 20px;
		right: 0;
	}
	.imp9-inside-title .photo a {
		display: inline-block;
		background-color: rgba(207, 178, 144, 0.9);
		color: #ffffff;
		font-size: 40px;
		line-height: 40px;
		font-weight: 100;
		text-decoration: none;
		padding: 12px 30px;
		border-radius: 7px;
	}
	.imp9-body {
		width: 1000px;
		margin: 30px auto 0 auto;
		font-size: 16px;
		line-height: 32px;
		color: #666666;
	}
	.imp9-body .cnt {
		text-align: center;
	}
	.imp9-body h3 {
		color: #f77f00;
		font-size: 18px;
		font-weight: 200;
		letter-spacing: 1px;
		background-color: #fff9f3;
		border: 1px solid #f3dac0;
		padding: 5px 0;
	}
.img-l { float: left;}
.img-r { float: right;}
.img-l img {
		width: 320px;
		padding: 0 15px 10px 0px;
	}
	.imp9-other {
		width: 1000px;
		margin: auto;
	}
	.imp9-body .img-r img {
		width: 320px;
		padding: 0 0 10px 15px;
	}
	.imp9-other ul {
		list-style: none;
		display:flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 100px 0 50px 0;
		border-left: 1px solid #cccccc;
	}
	.imp9-other ul li {
		width: 25%;
		box-sizing: border-box;
		text-align: center;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
	.imp9-other ul li img {
		width: 100%;
	}
	.imp9-other ul li a {
		position: relative;
		display: block;
		text-decoration: none;
		color: #333333;
		font-size: 16px;
		font-weight: 500;
		background-image: url(/implant/imp9/garrow.png);
		background-repeat: no-repeat;
		background-size: 24px auto;
		background-position: right 7px bottom 7px;
	}
	.imp9-other ul li a p {
		padding: 5px 0 0 0;
		margin: 0;
		height: 70px;
	}
	.pc-ill img {
		width: 180px !important;
		padding: 0 15px 0 0 !important;
		margin: 0 !important;
	}
	.ortho-read {
		padding: 0 0 5px 0 !important;
	}
	/*2022-0312-thinkrare*/
	#imp_doctor {
		width: 1000px;
		margin: auto;
	}
	#imp_doctor .title {
		display: flex;
	}
	#imp_doctor .rev {
		display: flex;
		flex-direction: row-reverse;
	}
	#imp_doctor ul.title {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#imp_doctor ul.title li:first-child {
		width: 40%;
		background-color: #ddd;
	}
	#imp_doctor ul.title li:last-child {
		width: 60%;
		background-color: #4CCDB1;
	}
	#imp_doctor .basic01 {
		text-align: left;
		padding: 0 0 0 15px;
	}
	#imp_doctor .basic02 {
		text-align: right;
		padding: 0 15px 0 0;
	}
	#imp_doctor ul.title li .tag {
		font-size: 13px;
		font-weight: 500;
		line-height: 13px;
		padding: 10px 0 8px 0;
		margin: 0;
		color: #1a4b40;
	}
	#imp_doctor ul.title li .tag2 {
		font-size: 13px;
		font-weight: 500;
		line-height: 13px;
		padding: 10px 0 1px 0;
		margin: 0;
		color: #1a4b40;
	}
	#imp_doctor ul.title li .mega {
		font-size: 10px;
		font-weight: 600;
		line-height: 10px;
		padding: 8px;
		margin: 0;
		background-color: #FFB15E;
		color: #5C3B18;
	}
	#imp_doctor ul.title li .name {
		font-size: 30px;
		font-weight: 200;
		line-height: 30px;
		letter-spacing: 1px;
		padding: 5px 0 10px 0;
		margin: 0;
		color: #1a4b40;
	}
	#imp_doctor .sum {
		position: relative;
		height: 280px;
		margin: 0 !important;
		padding: 0 !important;
	}
	#imp_doctor .sum .doc_L {
		position: absolute;
		bottom: 0;
		margin: 0 !important;
		padding: 0 !important;
	}
	#imp_doctor .sum .doc_R {
		position: absolute;
		bottom: 0;
		margin: 0 !important;
		padding: 0 !important;
	}
	#imp_doctor .sum .doc_L img, #imp_doctor .sum .doc_R img {
		height: 340px;
		vertical-align:top;
	}
	#imp_doctor .sum .kimura {
		left: 28%;
		transform: translate(-50%, 0);
	}
	#imp_doctor .sum .matsuoka {
		right: 5%;
		transform: translate(-50%, 0);
	}
	#imp_doctor .sum .oomori {
		right: 7% !important;
		transform: translate(-50%, 0);
	}
	#imp_doctor .sum .oomori {
		right: 15%;
		transform: translate(-50%, 0);
	}
	#imp_doctor .sum .box_R {
		border-right: 1px solid #CCC;
		padding-right: 15px;
	}
	#imp_doctor .sum .box_L {
		border-left: 1px solid #CCC;
		padding-left: 15px;
	}
	#imp_doctor .sum .box_R .qf {
		text-align: left;
		margin: 10px 0;
	}
	#imp_doctor .sum .box_L .qf {
		text-align: right;
		margin: 10px 0;
	}
	#imp_doctor .sum .box_R .qf span {
		display: inline-block;
		background-color: #fff;
		border: 1px solid #555;
		text-align: right;
		font-size: 13px;
		line-height: 18px;
		padding: 4px 8px;
		color: #555;
	}
	#imp_doctor .sum .box_L .qf span {
		display: inline-block;
		background-color: #fff;
		border: 1px solid #555;
		text-align: left;
		font-size: 13px;
		line-height: 18px;
		padding: 4px 8px;
		color: #555;
	}
	#imp_doctor .sum .box_R .cource, #imp_doctor .sum .box_L .cource {
		display: none;
	}
	#imp_doctor .sum .box_R .cource a {
		display: block;
		background-color: rgba(0,0,0,0.4);
		font-size: 13px;
		font-weight: 600;
		color: #fff;
		text-decoration: none;
		padding: 10px 15px;
		border-radius: 5px;
		width: 150px;
	}
	#imp_doctor .sum .box_L .cource a {
		display: block;
		background-color: rgba(0,0,0,0.4);
		font-size: 13px;
		font-weight: 600;
		color: #fff;
		text-decoration: none;
		padding: 10px 10px 10px 20px;
		border-radius: 5px;
		width: 150px;
		margin: 0 0 0 10px;
	}
	#imp_doctor .sum .box_R .cource span {
		position: absolute;
		top: -10px;
		right: 0;
	}
	#imp_doctor .sum .box_L .cource span {
		position: absolute;
		top: -10px;
		left: 0;
	}
	#imp_doctor .sum .box_R .cource span img, #imp_doctor .sum .box_L .cource span img {
		width: 30px;
	}
	#imp_doctor .sum .info_block_R {
		display: flex;
		position: absolute;
		top: 5px;
		left: 40%;
	}
	#imp_doctor .sum .info_block_L {
		display: flex;
		position: absolute;
		top: 5px;
		right: 40%;
	}
	#imp_doctor .sum .cource_list ul {
		margin: -35px 20px 0 40px;
		padding: 0;
		font-size: 13px;
	}
	#imp_doctor .sum .cource_list .list_tx {
		width: 300px;
		color: #555;
	}
	#imp_doctor .sum .cource_list .list_title {
		margin: 0 0 20px -20px;
		color: #1a4b40;
	}
	#imp_doctor .sum .clinic {
		font-size: 30px;
		font-weight: 200;
		line-height: 40px;
		color: #666;
		margin: 10px;
	}
	#imp_doctor .read {
		background-color: #EEE;
		text-align: center;
		font-size: 30px;
		font-weight: 200;
		line-height: 40px;
		color: #f67f00;
		padding: 10px 0;
	}
}
@media (max-width:768px) {
	.forPC {display: none; }
	.i3 li {
		list-style: none;
		text-align: center;
	}
	.i3 .btn {
		position: relative;
		height: 250px;
	}
	.i3 li .img {display: none;}
	.i3 li .img-sp img {
		width: 100%;
		max-width: 300px !important;	
	}
	.i3 .totx {
		position: absolute;
		text-align: center;
		margin: auto;
		top: 40px;
		left: 0;
		right: 0;
		color: #222222;
		font-size: 14px;
		padding-top: 10px;
		background-color: rgba(255, 255, 255, 0.5);
	}
	.i3 .totx .main {
		font-size: 20px;
		font-weight: 500;
		padding-bottom: 10px;
	}
	.i3 .btn .btn-title {
		position: absolute;
		text-align: center;
		width: 170px;
		top: 175px;
		margin: auto;
		right: 0px;
		left: 0px;
		background-color: #FFFFFF;
		color: #666666;
		padding: 5px 0px;
		border: 1px solid #bfbfbf;
		border-radius: 20px;
		font-size: 14px;
	}
	.iscript {
		font-size: 16px;
		line-height: 30px;
		color: #333333;
	}
	.s1, .s2, .s3, .s4, .s5 {
		background-attachment: scroll;
		margin: 0 auto;
		padding: 0;
		background-position: 50% 0;
		background-size: auto 200px;
	}
	.tx-box1, .tx-box2 {
		padding-top: 170px;
		padding-bottom: 20px;
	}
	.tx-box1 h3, .tx-box2 h3 {
		font-size: 20px;
		font-weight: 200;
		line-height: 30px;
		color: #333333;
		border-bottom: 1px solid #999999;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.S-tx {
		font-size: 15px;
		font-weight: 400;
		line-height: 28px;
		color: #555555;
	}
	.s-num {
		width: 100px;
		text-align: center;
		font-weight: bold;
		background-color: #FFFFFF;
		padding: 5px 10px;
		border-radius: 5px 5px 0px 0px;
	}
	.topics .title .jp {
		line-height: 30px !important;
	}
	.main-bnr-impEX {
		text-align: center;
		position: relative;
	}
	.main-bnr-impEX p {
		position: absolute;
		z-index: 1000;
		top: 150px;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	.main-bnr-impEX p a {
		display: inline-block;
		background-color: rgba(207, 178, 144, 0.9);
		color: #ffffff;
		font-size: 6.5vw;
		font-weight: 200;
		text-decoration: none;
		padding: 10px;
		border-radius: 7px;
	}
	#imp9 h2 {
		text-align: center;
		background-color: #c8e8e1;
		color: #666666;
		font-size: 22px;
		font-weight: 400;
		line-height: 30px;
		padding: 10px 0;
		margin: 10px 0 10px 0;
	}
	#imp9 ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#imp9 ul li a {
		position: relative;
		display: block;
	}
	#imp9 ul li img {
		width: 100%;
		vertical-align: bottom;
	}
	.imp9-inside-title {
		text-align: center;
		border-top: 1px solid #cccccc;
	}
	.imp9-inside-title .main h1 {
		padding: 10px 0 5px 0;
		margin: 0;
		font-style: normal;
		font-weight: 200;
		font-size: 30px;
		color: #333333;
		line-height: 30px;
	}
	.imp9-inside-title .main p {
		padding: 0 0 5px 0;
		margin: 0;
		font-style: normal;
		font-size: 11px;
		color: #4AAC96;
		font-weight: 300;
	}
	.imp9-inside-title .sub {
		background-image: url(/implant/imp9/inside_bg.png);
		background-position: center top;
		background-size: 1000px auto; 
		background-repeat: no-repeat;
		background-color: #84c5b6;
	}
	.imp9-inside-title .sub h2 {
		color: #FFFFFF;
		font-size: 22px;
		line-height: 32px;
		padding: 22px 0 18px 0;
	}
	.imp9-inside-title .photo {
		position: relative;
	}
	.imp9-inside-title .photo img { width: 100%; }
	.imp9-inside-title .photo a {
		position: absolute;
		z-index: 1000;
		left: 0;
		bottom: 20px;
		right: 0;
		margin: auto 20px;
		display: inline-block;
		background-color: rgba(207, 178, 144, 0.9);
		color: #ffffff;
		font-size: 6vw;
		font-weight: 400;
		text-decoration: none;
		padding: 10px 0px;
		border-radius: 7px;
	}
	.imp9-body {
		margin: 0 15px;
		font-size: 16px;
		line-height: 30px;
		color: #333333;
	}
	.imp9-body .cnt {
		text-align: center;
	}
	.imp9-body h3 {
		color: #f77f00;
		font-size: 18px;
		font-weight: 200;
		letter-spacing: 1px;
		background-color: #fff9f3;
		border: 1px solid #f3dac0;
		padding: 5px 0;
		margin: 20px auto 0 auto;
	}
	.img-l img, .img-r img {
		width: 100%;
	}
	.imp9-other ul {
		list-style: none;
		display:flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 50px 0 50px 0;
	}
	.imp9-other ul li {
		width: 50%;
		box-sizing: border-box;
		text-align: center;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
	.imp9-other ul li img {
		width: 100%;
	}
	.imp9-other ul li a {
		position: relative;
		display: block;
		text-decoration: none;
		color: #333333;
		font-size: 16px;
		font-weight: 500;
		background-image: url(/implant/imp9/garrow.png);
		background-repeat: no-repeat;
		background-size: 24px auto;
		background-position: right 7px bottom 7px;
	}
	.imp9-other ul li a p {
		padding: 5px 0 0 0;
		margin: 0;
		height: 70px;
	}
	.ortho-read p {
		padding: 0 0 10px 0 !important;
	}
	#imp9 ul li a h3 p {
		position: absolute;
		text-align: left;
		right: 0;
		top: 13vw;
		padding: 6px 30px 8px 16px;
		border-radius: 22px 0px 0px 22px;
		background-color: #FFFFFF;
		font-size: 16px;
		line-height: 20px;
		color: #333333;
		box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
		background-image: url(/implant/imp9/garrow.png);
		background-repeat: no-repeat;
		background-position: center right 5px;
		background-size: 20px;
		width: 160px;
	}
	/*2022-0312-thinkrare*/
	#imp_doctor {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden;
	}
	#imp_doctor .title {
		display: flex;
	}
	#imp_doctor .rev {
		display: flex;
		flex-direction: row-reverse;
	}
	#imp_doctor ul.title {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#imp_doctor ul.title li:first-child {
		width: 40%;
		background-color: #ddd;
	}
	#imp_doctor ul.title li:last-child {
		text-align: center;
		width: 60%;
		background-color: #4CCDB1;
	}
	#imp_doctor ul.title li .tag {
		font-size: 13px;
		font-weight: 500;
		line-height: 13px;
		padding: 10px 0 8px 0;
		margin: 0;
		color: #1a4b40;
	}
	#imp_doctor ul.title li .tag2 {
		font-size: 13px;
		font-weight: 500;
		line-height: 13px;
		padding: 10px 0 1px 0;
		margin: 0;
		color: #1a4b40;
	}
	#imp_doctor ul.title li .mega {
		font-size: 10px;
		font-weight: 600;
		line-height: 10px;
		padding: 8px 0;
		margin: 0;
		background-color: #FFB15E;
		color: #5C3B18;
	}
	#imp_doctor ul.title li .name {
		font-size: 30px;
		font-weight: 200;
		line-height: 30px;
		letter-spacing: 1px;
		padding: 5px 0 10px 0;
		margin: 0;
		color: #1a4b40;
	}
	#imp_doctor .sum {
		position: relative;
		height: 260px;
		margin: 0 !important;
		padding: 0 !important;
	}
	#imp_doctor .sum .doc_L {
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0 !important;
		padding: 0 !important;
	}
	#imp_doctor .sum .doc_R {
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0 !important;
		padding: 0 !important;
	}
	#imp_doctor .sum .doc_L img, #imp_doctor .sum .doc_R img {
		height: 300px;
		vertical-align:top;
	}
	#imp_doctor .sum .kimura {
		left: -20px;
	}
	#imp_doctor .sum .matsuoka {
		right: -10px;
	}
	#imp_doctor .sum .box_R {
		position: absolute;
		top: 0;
		right: 10px;
	}
	#imp_doctor .sum .box_L {
		position: absolute;
		top: 0;
		left: 10px;
	}
	#imp_doctor .sum .box_R .qf {
		text-align: right;
		margin: 10px 0;
	}
	#imp_doctor .sum .box_L .qf {
		text-align: left;
		margin: 10px 0;
	}
	#imp_doctor .sum .box_R .qf span {
		display: inline-block;
		background-color: #fff;
		border: 1px solid #555;
		text-align: right;
		font-size: 13px;
		line-height: 18px;
		padding: 4px 8px;
		color: #555;
	}
	#imp_doctor .sum .box_L .qf span {
		display: inline-block;
		background-color: #fff;
		border: 1px solid #555;
		text-align: left;
		font-size: 13px;
		line-height: 18px;
		padding: 4px 8px;
		color: #555;
	}
	#imp_doctor .sum .box_R .cource {
		text-align: right !important;
	}
	#imp_doctor .sum .box_R .cource a, #imp_doctor .sum .box_L .cource a {
		position: relative;
	}
	#imp_doctor .sum .box_R .cource a {
		display: inline-block;
		background-color: rgba(0,0,0,0.4);
		font-size: 13px;
		font-weight: 600;
		color: #fff;
		text-decoration: none;
		padding: 10px 15px;
		border-radius: 5px;
		width: 150px;
		text-align: left;
	}
	#imp_doctor .sum .box_L .cource a {
		display: inline-block;
		background-color: rgba(0,0,0,0.4);
		font-size: 13px;
		font-weight: 600;
		color: #fff;
		text-decoration: none;
		padding: 10px 10px 10px 20px;
		border-radius: 5px;
		width: 150px;
		margin: 0 0 0 0;
	}
	#imp_doctor .sum .box_R .cource a span {
		position: absolute;
		top: -10px;
		right: -10px;
	}
	#imp_doctor .sum .box_L .cource a span {
		position: absolute;
		top: -10px;
		left: -10px;
	}
	#imp_doctor .sum .box_R .cource span img, #imp_doctor .sum .box_L .cource span img {
		width: 30px;
	}
	#imp_doctor .sum .cource_list {
		display: none;
	}
	.modaal-content-container {
		padding: 0 !important;
	}
	.modaal-content-container .list_title {
		font-weight: bold;
		font-size: 13px;
		margin: 0 0 10px -20px;
		color: #666;
	}
	.modaal-content-container .list_tx {
		margin: 0 0 2px 0;
		font-size: 14px;
		color: #555;
		text-align: left !important;
		padding-right: 10px;
	}
	#imp_doctor .sum .info_block_L .clinic {
		position: absolute;
		top: 20px;
		right: 45%;
		color: #666;
	}
	#imp_doctor .sum .info_block_R .clinic {
		position: absolute;
		top: 20px;
		left: 45%;
		color: #666;
	}
	#imp_doctor .read {
		background-color: #EEE;
		text-align: center;
		font-size: 24px;
		font-weight: 200;
		line-height: 32px;
		color: #f67f00;
		padding: 10px 0;
	}
	/*---------2025.08.modify--------*/
	.reason_margin {
		margin: 70px auto 0 auto;
	}
	/*---------2025.10.modify--------*/
	.reason_margin2 {
		margin: 5px auto 0 auto;
	}
}