/*******************************************
*
* 国際医療福祉大学病院 診療科のご紹介
* 2018.6.5
*
********************************************/

@charset "UTF-8";





/* ==========================================================
*
* コーナー共通
*
========================================================== */

.colerdBox h5{
	line-height:125%;
}
.colerdBox4 {
	padding:1.5em;
	margin-top:20px;
	margin-bottom:20px;
	border:7px solid #e7f8f5;
}
.colerdBox4 p {
	margin: 0!important;
	line-height: 1.7em;
}
.colerdBox4 p span {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}

/* Google MAP */
.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* time-schedule */
.time-schedule {
  /*min-width: 400px;
  max-width: 400px;*/
  list-style: none;
  margin: 3em auto 3em 7em;
  padding-left: 20px;
  border-left: 6px solid #e7f8f5;
  box-sizing: border-box;
}

.time-schedule li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}

.time-schedule span.time {
  width: 6em;
  display: inline-block;
  margin-left: -9em;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: right;
  font-weight: bold;
  box-sizing: border-box;
  white-space: nowrap
}

.time-schedule span.time::after {
  content: "";
  position: absolute;
  right: -29px;
  top: 0;
  background: #266a5d;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.time-schedule .sch_box {
  display: inline-block;
  width: calc(100% - 15px);
  margin-left: 50px;
  padding: 15px 10px 15px 15px;
  vertical-align: middle;
  background: #e7f8f5;
  box-sizing: border-box;
  border-radius: 6px;
}

.time-schedule .sch_title {
  font-size: 16px;
  font-weight: 700;
}

.time-schedule .sch_tx {
  /*font-size: 14px;*/
  font-weight: normal;
}

/********************************

********************************/

/* for Sp --------------------*/
@media screen and (max-width: 738px) {
.time-schedule {
  margin: 0;
  padding-left: 0;
  border-left: none;
}
.time-schedule span.time {
  width: auto;
  display: inline-block;
margin: 30px 0 10px 30px;
}
.time-schedule span.time::after {
	display: none;
}
.time-schedule span.time::before {
  content: "";
  position: absolute;
  top: 0;
  background: #266a5d;
  width: 20px;
  height: 20px;
  border-radius: 10px;
	margin-left: -30px;
}

.time-schedule .sch_box {
	width: 100%;
	display: block;
	margin-left: 0;
}
	
.time-schedule .sch_tx{
	text-align: center;
}
