@charset "utf-8";
.workflow img{
	width: 100%;
}
/* *****ヘッダー部***** */
/*画像の上に文字*/
.container-headerimg{
	position: relative;
}
.container-headerimg img.wf-header{
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}
.container-headerimg div.message{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0%;
	-ms-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	margin:0;
	padding:1.0rem;
	color: rgba(255,255,255,1.00);
	background-color: rgba(255,255,255,0.50);
}
.container-headerimg div.message div{
	text-align: right;
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
}
.container-headerimg div.message div p{
	display: inline-block;
	text-align: left;
	margin: 0;
	padding: 0;
}
.container-headerimg div.message div p span{
	font-size: 0.8rem;
}
.container-headerimg img.wf-img{
	position: absolute;
	height: 90%;
	bottom: 0;
	right: 0;
}

h2{
    position: relative;
    color: #333;
}
h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #159324;
}

/* time-schedule */
.time-schedule {
  min-width: 400px;
  max-width: 400px;
  list-style: none;
  margin: 0 auto;
  padding-left: 20px;
  border-left: 6px solid #159324;
  box-sizing: border-box;
}
.time-schedule li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}
.time-schedule span.time {
  width: 5em;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: right;
  box-sizing: border-box;
}
.time-schedule span.time::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 0;
  background: #159324;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.time-schedule .sch_box {
  display: inline-block;
  width: 100%;
  margin-left: 30px;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  background: #efefef;
  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;
}

@media screen and (max-width: 768px) {
	.time-schedule{
		min-width: 90%;
		max-width: 90%;
		margin-left: 3em;
	}
}

/* *****footer***** */
#footer img.logo{
	width: 150px;
}