@charset "utf-8";

/* =============== main =============== */
.mv{
	background: url("/medicalcare/images/mainvis.jpg") right center no-repeat;
}
.sect p, .sect li {
	line-height: 1.8;
}

.time-sect h3 {
	padding: 2px 0 2px 40px;
	font-size: 2.0rem;
	font-weight: bold;
	background: url(/images/ico_doctor.gif) no-repeat 0 0;
}

.time-table table {
  width: 100%;
	border: solid 2px #ead2ae;
}

.time-table th, .time-table td{
	padding: 10px;
  text-align: center;
	line-height: 1.2;
	vertical-align: middle;
	border: solid 1px #e4dbcd;
}

.time-table thead th {
	background: #fff8e2;
}
.time-table tbody th {
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
	background: #fffefe;
}
.time-table tbody td {
	background: #fffefe;
}

.time-list{
	margin-top: 10px;
}
.time-list li {
  position: relative;
  padding-left: 1.2em;
	line-height: 1.8;
}
.time-list li:before {
  position: absolute;
  left: 0;
  top: 2px;
	content: "●";
  display: inline-block;
  font-size: 1.2rem;
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #9bcc4d;
}

.medicalcare-dl dt {
	margin-top: 30px;
}
.medicalcare-dl dd {
	margin-top: 15px;
}

.medicalcare_time{
  display: flex;
  flex-wrap: wrap;
}
.medicalcare_time span{
  width: 5em;
  text-align: center;
}
.medicalcare_time em{
  margin-left: 1em;
  width: calc(100% - 6em);
  letter-spacing: .1em;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}



/* ～959px：タブレット
------------------------------ */
@media screen and (max-width: 959px) {
  
  

 
}
  
/* ～479px：SP
------------------------------ */
@media screen and (max-width: 479px) {

  .time-table tbody th {
    width: 110px;
  }
  .time-table tbody td span {
    writing-mode: vertical-rl;
    white-space: nowrap;
    margin: 0;
    line-height: 1em;
  }
    
}


/* 960px～：PC
------------------------------ */
@media screen and (min-width: 960px) {

  
  .time-table tbody th {
    width: 25%;
    text-align: center;
  }
  .time-table tbody td {
    width: 15%;
    height: 65px;
  }
  .time-table tbody th em {
    margin-left: 10px;
    font-size: 1.6rem;
  }

	.medicalcare-dl dt {
		margin-top: 50px;
	}
	.medicalcare-dl dd {
		margin-top: 20px;
	}

}