/* CSS Document */
@media screen and (min-width: 1200px) {
.menu06 > a {color: #018063 !important;box-shadow: inset 0 -3px 0 #ccc;bottom: 1px;}
}

#Contents{
	display:none;
}
.contents{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

aside {display:none;}

.titlerow {
	background-image: url(images/head3.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 0px;
}


.wap {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 0px;
}

.covimg {
  width: auto;
  height: 500px;
  object-fit: cover;
}


.read {	
	font-family: serif;
}
.readbg {
	background-image: url(images/manager_img03.png);
	background-repeat: repeat;
}
.read .t02 {
	background: #fceabb;
background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	border-style: none;
	color: #FFF;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}
/*------------*/
.youtubeimg {
	position: relative;
	padding-right: 10px;
	/*padding-bottom: 10px;*/
	padding-bottom: 0px;
}
.youtubeimg a {
	position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 100%;
	font-size: 68px;
}
.youtubeimg p a{
	color:#f00;text-shadow:4px 4px 0px rgba(0,0,0,0.4);}
.youtubeimg p a:hover{
	color:#f00;text-shadow:0px 0px 0px rgba(0,0,0,0.4);}

.youtubeimg i {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
}
.youtubeimg img {
	/*width: 80%;*/
	width: 60%;
	box-shadow: 3px 3px 6px 3px rgba(0,0,0,0.4);
	margin-right: auto;
	margin-left: auto;
	display:block;
}
.youtubeimg img:hover {
  	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
}

/*-------------------------------------------------概要list--*/
ul.uloutline {}
ul.uloutline li {
	margin-bottom: 1.6em;
}

ul.uloutline h4 {
	color:#fff;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 16px;
	margin-bottom:0.5em;
}
ul.uloutline h4 span {
	background-color: #018063;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.1em;
	padding-left: 1em;
	border-radius: 10px;
}
ul.uloutline h4:after {
	background: #ccc;
	content: "";
	flex-grow: 1;
	height: 1px;
	min-width: 20px;
	display: inline-block;
	vertical-align: middle;
}
ul.uloutline h4:after {
	margin-left: 20px;
}

/*-------------------------------------------------背景list--*/
ul.ulhaikei {
	display:flex;}
ul.ulhaikei li {
	margin: 0em 0 2em;
	padding: 0em;
	border: solid 0px #ccc;
	border-radius: 3px;
	background-color: rgba(0,170,131,0.1);
}

ul.ulhaikei li {
	width: 50%;
	margin-right: 1%;
	margin-left: 1%;
}

ul.ulhaikei li span {
	display: inline-block;
	top: -10px;
	left: 20px;
	padding: 0.5em 1em 0.3em;
	line-height: 1;
	color: #fff;
	font-size: 16px;
	background: #999;
	font-weight: bold;
	border-top-left-radius: 3px;
  border-top-right-radius: 3px;
	border: solid 1px #999;
	right: 20px;
}

ul.ulhaikei li span {
	display: block;
}

ul.ulhaikei li p {
	margin-bottom: 0;
	padding: 1em;
}

/*-------------------------------------------------list--*/

ol.ollist01 {
	counter-reset: my-counter;
	list-style: none;
	padding: 0 0 0 1em;
}

ol.ollist01 li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
ol.ollist01 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #018063;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

/*------------------------------------------------講師--*/
ul.uldoct {}
ul.uldoct li {
	display:flex;}
.rline {
	border: 1px solid #CCC;
	}
/*------------------------------------------------------*/
.team {display:flex;
	flex-wrap:wrap;}
.teamch {
	padding: 20px;
	width: 48%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	border: 1px solid #CCC;
}

/*------------------------------------------------装飾--*/
.pdtop01 {padding-top: 1em;}
.pdtop02 {padding-top: 2em;}
.pdtop03 {padding-top: 3em;}
.opasdf {}

@media screen and (max-width: 1299px) {
.wap {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}
}
@media screen and (max-width: 1079px) {
.readbg {
	/*margin-top: -120px;*/
}



}

@media only screen and (max-width: 800px) {
ul.ulhaikei {
	display: block;}
ul.ulhaikei li {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
.teamch {
	width: 98%;
}

}

@media only screen and (max-width: 600px) {

.rline {
	border: 1px solid #CCC;
	}
}

@media only screen and (max-width: 519px) {

}



