/* CSS Document */

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

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

.read .t02 {
	color: #FFF;
	border-color: #FFF;
}

.read_mov {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	width:40%;
}

/*------------*/
.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%;*/

	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);
}
/*-----------*/

dl.dlfaq {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
}
dl.dlfaq > dt,
dl.dlfaq > dd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-top: 1px dotted #ddd;
}
dl.dlfaq > dt {
	width: 13%;
	text-align: center;
	padding-top: 3%;
	padding-right: 5%;
}
dl.dlfaq > dd {
	padding-top: 3%;
	width: 80%;
}
/**/
dl.dlfaq2 {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
}
dl.dlfaq2 > dt,
dl.dlfaq2 > dd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-top: 1px dotted #ddd;
}
dl.dlfaq2 > dt {
	width: 20%;
	text-align: center;
	padding-top: 3%;
	padding-right: 3%;
}
dl.dlfaq2 > dt p {
	font-weight: bold;
	background-color: rgba(0,170,131,0.1);
	padding: 10px;
	border-top: 3px solid #00aa83;
	border-bottom: 3px solid #00aa83;
}
dl.dlfaq2 > dd {
	padding-top: 3%;
	width: 74%;
}



/*-------------------------------------------------特徴list--*/
ul.ulfeature {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;}
ul.ulfeature li {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	width: 32%;
	margin-right: 1.0%;
	margin-bottom: 2em;
}
ul.ulfeature::after {
	display: block;
	content:"";
	width: 32%;
}
ul.ulfeature li p {
	padding:1em;}
ul.ulfeature h4 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/kenshu_ulfeat_h4bg.png);
	text-align: center;
	height: 110px;
	padding-top: 40px;
	padding-right: 1em;
	padding-left: 1em;
}

/*-------------------------------------------------背景list--*/
ul.ulhaikei {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;}
ul.ulhaikei li {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #EAF9FF;
	width: 32%;
	margin-right: 1.0%;
	margin-bottom: 2em;
}

ul.ulhaikei::after {
	display: block;
	content:"";
	width: 32%;
}

ul.ulhaikei h4 {
	display: inline-block;
	top: -10px;
	left: 20px;
	padding: 0.5em 3em 0.3em 1em;
	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 h4 {
	display: block;
}
ul.ulhaikei h4 .item {
	margin-top: -16px;
	margin-right: -40px;
}

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



/*-----------------------------------------研修--*/
.kenshu {
	padding: 20px;
	margin-bottom: 50px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.kenshu01 {
	float: left;
	width: 180px;
}
.kenshu02 {
	padding-left: 220px;
}




/* -----------------------------その他リスト--  */
.etclist {}
.etclist li {
}
.etclist img {
	width: 100px;
	float: left;
	margin-right: 12px;
}
.etclist h3 {}
.etclist p {
	padding-left: 112px;
	font-size: 12px;
}
.etclist li {
	cursor: pointer;
	padding-top: 10px;
}
.etclist li:hover {
	background-color:#f2f2f2;
}
/*------------------------------------------table--*/
.tblteam {}
.tblteam td {
	vertical-align: top;
	padding: 0.5em;
	height: 185px;
}
.tblteam h3 {
	border-radius: 12px;
	background-color: #F00;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFF;
	font-size:max(0.9vw,12px);
	margin-bottom: 0.5em;
	white-space: nowrap;
}
.tblteam .fa {
	padding-right: 0.5em;
}
.tblteam p {font-size:14px; margin-bottom:0;}

@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;
}
.kenshu {
	overflow: auto;
	white-space: nowrap;
}

}

@media only screen and (max-width: 800px) {
.read_mov {
	float: none;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 100%;
	margin-right: 10px;
}

ul.ulfeature li {
	width: 49%;
	margin-right: 1.0%;
}
ul.ulfeature::after {
	width: 49%;
}
ul.ulfeature h4 {
	font-size: 18px;
	padding-top: 30px;
}

/*---------haikei--*/
ul.ulhaikei li {
	width: 49%;
	margin-right: 1.0%;
}
ul.ulhaikei::after {
	width: 49%;
}
ul.ulhaikei h4 {}
/*-----------mokuteki--*/
ul.ulpurpose li {
	width: 49%;
	margin-right: 1%;
	
}
ul.ulpurpose::after {
	width: 49%;
}

/*-----------------------------------------研修--*/
.kenshu {
	padding: 20px;
	margin-bottom: 50px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.kenshu01 {
	float: none;
	width: auto;
	text-align: center;
	margin-bottom: 10px;
}
.kenshu02 {
	padding-left: 0px;
}
/*------------------------------------------tble--*/
.tblteam {
	border-bottom: 2px double #CCC;
	margin-bottom: 50px;
}

}

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

ul.ulfeature li {
	width: 100%;
	margin-right: 0%;
}
ul.ulfeature::after {
	width: 100%;
}
/*---------haikei--*/
ul.ulhaikei li {
	width: 100%;
	margin-right: 0%;
}
ul.ulhaikei::after {
	width: 100%;
}
/*-----------mokuteki--*/
ul.ulpurpose li {
	width: 100%;
	margin-right: 0%;
}
ul.ulpurpose::after {
	width: 100%;
}

}

@media only screen and (max-width: 768px) {
.tblteam td {
	height: 100px;
}

}

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

}



