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

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

.mainImg h3 {
	letter-spacing: 5px;
	text-indent: 5px;
}

#sec01 .ope {
	display: flex;
	width: 650px;
	justify-content: space-between;
	margin: 0 auto 20px auto;
}

#sec01>ul li {
	list-style-type: disc;
	margin: 0 0 20px 20px;
}

#sec01 .ope>div {
	width: 320px;
	text-align: center;
}

#sec01 .ope>div>img {
	display: block;
	margin: 0 auto;
}

#sec01 img[src="seikei_sec01_img03.jpg"] {
	display: block;
	margin: 0 auto;
}

table.results_p {
   table-layout:fixed;
/*
   width:100%;
*/
   width:50%;
   border-collapse:collapse;
}

table.results_p th {
   padding:3px;
   text-align:center;
   border:1px solid #ddd;
   background:#f0f7fc;
   font-weight:normal;
}

table.results_p td {
   padding:3px;
   text-align:center;
   border:1px solid #ddd;
}

table.results_p td.tx_red {
   color:#FF0000;
}


#sec04>ul>li {
	list-style-type: disc;
	margin-left: 20px;
}

#sec04 .grayBox strong {
	color: #333;
}

#sec04 img[src="seikei_sec04_img01.png"] {
	width: 640px;
	margin-right: 20px;
}

#sec04 img[src="seikei_sec04_img02.jpg"] {
	width: 420px;
}

#sec04 img[src="seikei_sec04_img03.png"] {
	display: block;
	width: 658px;
	margin: 0 auto;
}

#sec05 h5+div {
	display: flex;
	justify-content: space-between;
	width: 650px;
	margin: 0 auto;
}

#sec05 h5+div>div {
	width: 320px;
	text-align: center;
}

#sec05 h5+div>div>img {
	width: 100%;
}

.flowList {
	margin: 0 0 20px 0px;
}

.flowList>li {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	counter-increment: cnt;
	min-height: 70px;
	padding: 17px 10px 17px 70px;
}

.flowList>li:nth-child(odd) {
	background: #f2f2f2;
}

.flowList>li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto 0;
	border: 20px solid #30479e;
	border-radius: 20px;
}

.flowList>li::after {
	display: flex;
	align-items: center;
	justify-content: center;
	content: counter(cnt);
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	width: 40px;
	height: 40px;
	margin: auto 0;
	font-size: 24px;
	color: #fff;
}

@media screen and (max-width: 768px) {
	#sec01 .ope {
		display: block;
		width: auto;
		margin: 0;
	}

	#sec01 .ope>div {
		width: 100%;
		margin-bottom: 20px;
	}

	#sec04 img[src="seikei_sec04_img01.png"] {
		width: 100%;
		margin-right: 0;
	}

	#sec04 img[src="seikei_sec04_img02.jpg"] {
		width: 100%;
	}

	#sec04 img[src="seikei_sec04_img03.png"] {
		width: 100%;
	}

	#sec05 h5+div {
		width: 100%;
		margin: 0 auto;
	}

	#sec05 h5+div>div {
		width: 49%;
		text-align: center;
	}

	.flowList>li {
		min-height: 60px;
		padding: 17px 5px 17px 50px;
		justify-content: start;
	}

	.flowList>li::before {
		border-width: 15px;
		border-radius: 15px;
	}

	.flowList>li::after {
		top: 1px;
		left: 10px;
		width: 30px;
		height: 30px;
		font-size: 18px;
	}
}


/* ================整形外科 180629 icell追加================== */

/*人工股関節外来
-------------------------------------------------------------------------*/
.seikei_img_box{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.seikei_img_box div{
	margin-right: 20px;
}
.seikei_img_box div:last-child{
	margin-right: 0px;
}
.seikei_img_box div img{
	width: 100%;
}

@media screen and (max-width: 768px) {

.seikei_img_box{
	flex-direction: column;
}
.seikei_img_box div{
	margin-right: 0px;
	margin-bottom: 20px;
}

}

/*専門医師紹介
-------------------------------------------------------------------------*/
.senmon_wrapp{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.senmon_wrapp .senmon_prof{
	width: 48%;
	float: left;
	border:1px solid #ccc;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px;
}
.senmon_wrapp .senmon_prof:nth-child(2n){
	margin-left: 4%;
}
.senmon_wrapp .senmon_prof .left,
.senmon_wrapp .senmon_prof .right{
	width: 48%;
	float: left;
}
.senmon_wrapp .senmon_prof .right{
	margin-left: 4%;
}
.senmon_wrapp .senmon_prof .left img{
	width: 100%;
}
.senmon_wrapp .senmon_prof .right p{
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {

.senmon_wrapp .senmon_prof{
	width: 100%;
	margin-bottom: 20px;
}
.senmon_wrapp .senmon_prof:nth-child(2n){
	margin-left: 0%;
}
.senmon_wrapp .senmon_prof .left,
.senmon_wrapp .senmon_prof .right{
	width: 100%;
}
.senmon_wrapp .senmon_prof .right{
	margin-left: 0%;
}
.senmon_wrapp .senmon_prof .right p{
	font-size: 1.2rem;
}

}

/* ================整形外科 180629 icell追加 ここまで================== */


/* 医師紹介欄
-------------------------------------------------------------------------*/
.doctor_box{
	width: 100%;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
	border: 1px solid #ccc;
	padding: 40px;
	box-sizing: border-box;
}
.doctor_box .img{
	width: 25%;
}
.doctor_box .img img{
	display: block;
	width: 100%;
}
.doctor_box .txt{
	width: 70%;
}
.doctor_box .txt h5{
	margin: 0 auto 30px;
	font-weight: normal;
}
.doctor_box .txt h5 span{
	display: block;
	font-size: 16px;
}

.dr_list{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.dr_list dt,
.dr_list dd{
	margin-bottom: 10px;
}
.dr_list dt{
	width: 30%;
	color: #30479e;
}
.dr_list dd{
	width: 70%;
}

.dr_bnr_box{
	width: 100%;
	margin: 20px auto 0;
}
.dr_bnr_box a{
	display: block;
	width: 100%;
	max-width: 400px;
}
.dr_bnr_box a img{
	display: block;
	width: 100%;
}

@media screen and (max-width: 768px) {

.doctor_box{
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	padding: 20px;
}
.doctor_box .img{
	width: 30%;
}
.doctor_box .txt{
	width: 60%;
}

.dr_list dt{
	width: 100%;
}
.dr_list dd{
	width: 100%;
}

}