@charset "UTF-8";
@import "../../common/main.css";
@import "../style.css";

.main .mainImg {
	background-image: url(main.jpg);
}

.robot_flex {
	display: flex;
	gap: 20px;
}

.robot_flex_text {
	width: 80%;
	padding: 10px;
}

.robot_flex .robot_img_box img {
	width: 100%;
	margin: 100px auto;
}

.dr .robot_dr_list {
	padding: 30px 10px;
}

.patient_flex {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-top: 50px;
}

.patient_flex .patient_flex_text {
	width: 60%;
}

@media screen and (max-width: 767px) {
	.patient_flex {
		flex-direction: column;
	}
}

.main section .dr h2 span.dr_en {
	display: inline-block;
	padding-left: 10px;
}

.kamaku35 table.drsch th, table.drsch td {
	font-size: 16px;
}

.kamaku35_img-box img {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.kamaku35_img-box02 img {
	width: 100%;
	max-width: 500px;
}

.main section .dr .robot_h3 {
	color: #19a680;
	border-bottom: 2px dotted #19a680
}
.robot_pro{
	margin-bottom: 20px;
}