@charset "utf-8";
/* CSS Document */
/* 診療科目----------------------------------------------- */
/* 整形外科イメージ　*/
section#seikeigeka01 {
    background-color: #fff;
    padding-bottom: 50px;
}

section#seikeigeka01 article:before {
    content: "";
    background-image: url("../image/medical/seikei.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: auto;
    min-height: 170px;
	margin-bottom: 30px;
}

/* 内科イメージ　*/
section#naika01 {
    background-color: #fff;
    padding-bottom: 50px;
}

section#naika01 article:before {
    content: "";
    background-image: url("../image/medical/naika.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: auto;
    min-height: 170px;
	margin-bottom: 30px;
}

/* 外科イメージ　*/
section#geka01 {
    background-color: #fff;
    padding-bottom: 50px;
}

section#geka01 article:before {
    content: "";
    background-image: url("../image/medical/geka.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: auto;
    min-height: 170px;
	margin-bottom: 30px;
}

/* リウマチ科イメージ　*/
section#rheumati01 {
    background-color: #fff;
    padding-bottom: 50px;
}

section#rheumati01 article:before {
    content: "";
    background-image: url("../image/medical/rheumati.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: auto;
    min-height: 170px;
	margin-bottom: 30px;
}

/* 形成外科イメージ　*/
section#keiseigeka01 {
    background-color: #fff;
    padding-bottom: 50px;
}

section#keiseigeka01 article:before {
    content: "";
    background-image: url("../image/medical/keisei.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: auto;
    min-height: 170px;
	margin-bottom: 30px;
}




/* 整形外科共通　*/
section#medical02 article {
	padding-top: 30px;
}
section#medical02 p.boxivory {
    display: block;
	width: 80%;
    font-size: 11pt;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
	background-color: #f2ecdc;
    margin: 20px auto 50px;
	padding: 30px;
}

section#medical02 div.linebox {
	position: relative;
	width: 95%;
    padding: 40px 15px 15px;
    color: #777;
    border: 3px solid #F0EDE6;
	margin: 10px auto 60px;
	background-color: #fff;
}

section#medical02 h5 {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 15px 70px;
    font-size: 15px;
	font-weight: 700;
    line-height: 1;
    background-color: #F0EDE6;
	margin-bottom: 10px;
}

section#medical02 dl,
section#medical03 dl,
section#medical04 dl {
	margin: 30px;
}
section#medical02 dt,
section#medical03 dt,
section#medical04 dt {
	padding: 10px 0;
	font-weight: 800;
}
section#medical02 dt::before,
section#medical03 dt::before,
section#medical04 dt::before {
    content:"\25A0";
    font-size: 150%;
    margin-right: 10px;
	color:  #c9bb99;
}
section#medical02 dd,
section#medical03 dd,
section#medical04 dd {
	padding: 0px 0px 20px 20px;
	line-height: 1.2em;
	margin-bottom: 20px;
}
section#medical02 dl,section#medical03 dl.under_text {
	margin: 20px;
}

/* リスト横並びPC */
section#medical02 div.container_flex {
  	display: flex;
	flex-flow: column;
	justify-content: center;
}
section#medical02 div.half {
	display: block;
	width: 100%;
	margin: 30px 20px;
}

section#medical02 li {
	list-style:  none;
	margin-bottom: 10px;
}
section#medical02 li:before {
    content:"\25A0";
    font-size: 150%;
    margin-right: 10px;
	color:  #c9bb99;
	line-height: 1.5em;
}

section#medical02 p {
	padding: 15px;
	font-size: 1em;
	line-height: 1.5em;
}
.m20box {
	margin: 20px;
}


/* #medical03------------------------------------------------ */
section#medical03 {
	background-color: #F0EDE6;
    padding-top: 50px;
    padding-bottom: 50px;
}

section#medical03 h4 {
	margin-bottom: 10px;
}


section#medical03 div.linebox {
	position: relative;
	width: 95%;
    padding: 40px 15px 15px;
    color: #777;
    border: 3px solid #F0EDE6;
	margin: 30px auto 60px;
	background-color: #fff;
}

section#medical03 h5 {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 15px 70px;
    font-size: 15px;
	font-weight: 700;
    line-height: 1;
    background-color: #F0EDE6;
	margin-bottom: 10px;
	margin-top: 2px;
}

section#medical03 div.linelessbox {
	width: 95%;
    padding: 0;
	margin: 0 auto;
}

section#medical03 p.textCatch {
    text-align: center;
}

/* テーブル指定・外来診療時間  */
section#medical03 th,td {
    border: solid 1px;
	padding: 10px;
	vertical-align: middle;
}
 
section#medical03 table {
    border-collapse:  collapse;
    width:  100%;
	background-color: #fff;
}
 
section#medical03 th {
    text-align: center;
}
 
section#medical03 td {
    text-align:  center;
}
.supplement {
	width: 100%;
	margin: 10px 0 20px auto;
	font-size: 0.9em;
	line-height: 1.5em;
}

.supplement2 {
	width: 45%;
	margin: 10px 0 20px auto;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* テーブル指定・診療の流れ  */
section#medical03 table.flow {
    border-collapse:  collapse;
    width:  100%;
	background-color: #F0EDE6;
}

section#medical03 th,td.flow {
    border-top: solid 1px;
	border-bottom: solid 1px;
	border-left: none;
	padding: 10px;
	vertical-align: middle;
}
 
section#medical03 th.flow {
    text-align: left;
	width: 25%;
}

 
section#medical03 td.flow {
    text-align:  left;
}

/* 診療の流れ横並びboxPC */
section#medical03 div.container_flex03 {
  	display: flex;
	justify-content:space-between;
	padding: 15px;
	margin-top: 20px;
}

section#medical03 ul {
	width: 100%;
	margin: 0 auto;
}

section#medical03 li {
	list-style:  none;
	margin: 0 30px 0 0;
}
section#medical03 li:before {
    content:"\25A0";
    font-size: 150%;
    margin: 10px;
	color:  #c9bb99;
	line-height: 1.5em;
	padding-left: 10px;
}

.black_line-box {
	width: 100%;
    padding: 5px 15px 5px;
    color: #777;
    border: 1px solid #000;
	margin: 10px 0;
}
.black_line-box_flex {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.black_line-box_rigt {
	width: 100%;
	border-bottom: 1px solid #000;
	padding: 0;
	line-height: 5em;
	text-align: center;
	font-weight: 700;
}
.nagare_con {
	text-align: left;
	width: 100%;
	padding-left: 0%;
}



/* #medical04------------------------------------------- */
section#medical04 {
    padding-top: 30px;
    padding-bottom: 0px;
}

section#medical04 h4 {
	margin-bottom: 0px;
}

section#medical04 div.linebox {
	position: relative;
	width: 95%;
    padding: 40px 15px 15px;
    color: #777;
    border: 3px solid #F0EDE6;
	margin: 60px auto;
	background-color: #fff;
}

section#medical04 h5 {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 20px 30px;
    font-size: 15px;
	font-weight: 700;
    line-height: 1;
    background-color: #F0EDE6;
	margin-bottom: 10px;
}

/* 医師紹介横並びboxPC */
section#medical04 div.container_flex04 {
  	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 15px;
	margin-top: 20px;
	text-align: center;
}
section#medical04 div.line_top {
	border-top: 3px solid #F0EDE6;
	margin: 20px 0px;
	padding-top: 10px;
	font-size: 11pt;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
	line-height: 2em;
	text-align: left;
}
section#medical04 div.line_top-righr {
	border-top: 3px solid #F0EDE6;
	border-right: none;
	width: 100%;
	text-align: left;
}
section#medical04 div.line_top2 {
	border-top: 3px solid #F0EDE6;
	padding-left: 15px;
	width: 100%;
	text-align: left;
}
section#medical04 dl {
	margin: 10px;
}
section#medical04 dd {
	padding: 0px 0px 20px 0px;
	margin-bottom: 0px;
	font-size: 0.89em;
	line-height: 1.5em;
}

section#medical04 ul {
	padding-left: 20px;
}
section#medical04 li {
	padding-bottom: 5px;
}



