@charset "utf-8";
/*==========================================
 下層ページ
===========================================*/
/*アクセス診療時間
----------------------------------------------*/
/*医院情報*/
table.tb_access th,
table.tb_access td {
	border: 1px solid #ddd;
}
table.tb_access td {
	padding: 5px 10px;
}
/*診療時間*/
table.access_hours thead th {
	font-weight: bold;
	background: #eee;
	border-bottom: none;
}
table.access_hours thead th:first-child {
	width: 25%;
}
table.access_hours th,
table.access_hours td {
	color: #333;
	font-size: 15px;
	text-align:center;
	vertical-align:middle;
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 8px 0;
}
/*交通手段*/
#access .access_train {
	background: url(../img/low/ico-train.png) no-repeat left center;
    padding: 24px 0 16px 90px;
}
#access .access_car {
    background: url(../img/low/ico-car.png) no-repeat left center;
    padding: 24px 0 16px 90px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
table.access_hours th,
table.access_hours td {
	font-size: 13px;
	padding: 10px 0;
}
}

/*料金表
----------------------------------------------*/
table.tb_price img{max-width: 200px;}
table.tb_price th, table.tb_price tr{border: 1px solid #ddd;}
table.tb_price th, table.tb_price td{padding: 10px;}
table.tb_price td .price{padding-left: 1em;}

/*院内設備
----------------------------------------------*/
.grid2.barrier-free>li{padding: 0 2%;}

/*よくある質問
----------------------------------------------*/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #000;
	padding:3px 0;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: block;	padding: 10px 2em 10px 1em;
	cursor: pointer;
	margin: 0;
	background:#007de4;
	color:#fff;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333;
	background:#deeefc;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
	border-left:1px solid #007de4;
	border-right:1px solid #007de4;
	border-bottom:1px solid #007de4;
}
/* Icon */
.cp_actab label::after {
	line-height: 2.6;
	position: absolute;
	top: 0;	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {	content: '+';}.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
@media screen and (max-width: 640px) {.cp_actab label {
	line-height: 2;
	padding: .25em 2em .25em 1em;
}
.cp_actab label::after {
	line-height: 2;	width: 2em;
	height: 2em;
}
}

/*院長プロフィールなど
----------------------------------------------*/
.kome1, .kome1 {display: block; overflow: hidden;}
.kome1>.dt {width: 1em;}
.kome1>dt, .kome1>.dt,.kome1>.dt{display:block;float:left;}
.kome1>.dd, .kome1>.dd {display: block;overflow: hidden;}
.kome3, .kome3 {display: block; overflow: hidden;}
.kome3>.dt {width: 5em;}
.kome3>dt, .kome3>.dt,.kome3>.dt{display:block;float:left;}
.kome3>.dd, .kome3>.dd {display: block;overflow: hidden;}
.kome5, .kome5 {display: block; overflow: hidden;}
.kome5>.dt {width: 8em;}
.kome5>dt, .kome5>.dt,.kome5>.dt{display:block;float:left;}
.kome5>.dd, .kome5>.dd {display: block;overflow: hidden;}
.careerlist dt {
	float: left;
	width: 70px;
	padding: 0 0 3px 0;
}
.careerlist dd {
	margin-left: 70px;
	padding: 0 0 3px 0;
	background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.careerlist dt {
	width: 80px;
}
.careerlist dd {
	margin-left: 80px;
}
}

.tu{
	text-decoration: underline 1px;
}

/*症例
----------------------------------------------*/
.case_box01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
	padding:0 0 20px;
}
.case_box01 li {
	text-align:center;
}
.case_box01 li img {
    max-width:220px;
}
.case_box01 li p {
	font-weight:bold;
    padding:0 0 10px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.case_box01 {
	width:100%;
}
.case_box01 li {
	width:100%;
}
.case_box01 li img {
	width:100%;
    max-width:400px;
}
.case_box01 li p {
    padding:10px 0 ;
}
}
.case_box02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-wrap: wrap;
	padding:0 0 20px;
}
.case_box02 li {
	text-align:center;
}
.case_box02 li img {
    max-width:180px;
}
.case_box02 li p {
	font-weight:bold;
    padding:0 0 10px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.case_box02 {
	width:100%;
}
.case_box02 li {
	width:50%;
}
.case_box02 li img {
	width:90%;
}
.case_box02 li p {
    padding:10px 0 ;
}
}
.case_box03 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-wrap: wrap;
	padding:0 0 20px;
}
.case_box03 li {
	text-align:center;
}
.case_box03 li img {
    max-width:300px;
}
.case_box03 li p {
	font-weight:bold;
    padding:0 0 10px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.case_box03 {
	width:100%;
}
.case_box03 li {
	width:100%;
}
.case_box03 li img {
	width:100%;
    max-width:400px;
}
.case_box03 li p {
    padding:10px 0 ;
}
}
.case_box04 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-wrap: wrap;
	padding:0 0 20px;
}
.case_box04 li {
	text-align:center;
}
.case_box04 li img {
    max-width:650px;
}
.case_box04 li p {
	font-weight:bold;
    padding:20px 0 10px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.case_box04 {
	width:100%;
}
.case_box04 li {
	width:100%;
}
.case_box04 li img {
	width:100%;
    max-width:400px;
}
.case_box04 li p {
    padding:10px 0 ;
}
}

/*ステップフロー*/
ul.stepflow {
	border: none;
	margin: 1em 0.5em;
	padding: 0;
	list-style: none;
}
ul.stepflow > li:before, ol.stepflow > li:before {
	background-color:#ccc!important;
}
.stepflow li {
	position: relative;
	padding: 0 0 1.5em 1.8em;
}
.stepflow>li:before {
	content: "";
	width: 2px;
	background: #ccc;
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left: 5px;
}
.stepflow-white {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #fcc63d;
}
.stepflow-black {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #bcbcbc;
	background-color: #fff;
}
.stepflow_label {
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1rem;
	font-family:Century Gothic;
}
.stepflow_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}
.stepflow_content {
	padding: 0 0 1.5em;
	border-bottom: dashed 1px #ccc;
}