@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
body{
	/*background:url(../img/bg.gif);*/
	background-color:#fff;
}
img{
	width:100%;
	height:auto;
}
a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
}

#contents h1{
	width: 100%;
	margin:0 auto 10px;
	color:#22b173;
	text-align:center;
	font-size: 24px;
	font-weight: bold;
	line-height: 3.0;
	background: #f7fffc;
	border-bottom: 1px solid #13833d;
}

#contents h2{
	color:#22b173;
	font-size: 18px;
	font-weight: bold;
	margin:20px 10px;
	border-left: 8px solid #22b173;
	padding: 5px 10px;
	border-bottom: 1px solid #22b173;
}

#contents h3{
	font-weight: bold;
	margin:10px 10px;
	font-size: 18px;
}

#contents h4{
	font-weight: bold;
	font-size: 16px;
	margin:10px 10px;
}
#contents h4:before{
	content: "■";
	color:#22b173;
	padding-right:5px;
}

#contents p{
	display:block;
	margin:auto;
	font-size:16px;
	font-weight:normal;
	padding: 0 10px;
}

.plusone-wrapper{
	max-width: 1020px;
	box-sizing: border-box;
	margin: 30px auto;
	padding: 0 10px;
}

.plusone-wrapper section p{
	font-size:14px;
	padding: 0 10px;
	margin:auto;
}

section.videoZone ul{
	margin:auto;
}
section.videoZone .interview li{
	width:46%!important;
	border:solid 1px #aaa;
	display:inline-block;
	float:left\9;
	margin:0 10px 30px;
}

section.videoZone .interview02 li{
	width:30%!important;
	border:solid 1px #aaa;
	display:inline-block;
	float:left\9;
	margin:0 10px 30px;
}

section.videoZone .interview03 li{
	width:22%!important;
	border:solid 1px #aaa;
	display:inline-block;
	float:left\9;
	margin:0 10px 30px;
}


.listType01 {
	list-style: disc;
	padding: 0 10px;
	text-indent: 1.5em;
	text-align: left!important;
}

.listType01 li a{
	font-size: 16px;
	color: #22b173;
	text-decoration: underline!important;
}

section.videoZone video{
	width:100%;
	height:auto;
}
section.videoZone figure{
	position:relative;
}
section.videoZone figure:before{
	content: url("../img/btn_video.png") ;
	position: absolute;
	top: 40%;
	left: 40%;
	opacity: 0.6;
  }
section.videoZone figcaption{
	background-color:#fff;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-align:left;
}
section.videoZone figcaption span{
	display:block;
	padding:2px 10px;
	margin-bottom:5px;
	color:#fff;
	font-size:14px;
	text-align:center;
	width:12em;
}
section.videoZone figcaption span:after {
	content: "\A" ;
	white-space: pre ;
}
section.videoZone a{
	text-decoration:none;
}

section.infoZone{
	margin:auto;
	padding: 0 10px;
}
section.infoZone ul.linkBtn_shin{
	margin-top:30px;
}
section.infoZone ul.linkBtn_shin li{
	border-radius:8px;
	padding:10px 5%;
	margin:0 auto 10px;
	text-align:center;
	font-size:1.2rem;
	font-weight: bold;
	width:35%;
	float:left;	
    position: relative;
    display: inline-block;
}
section.infoZone ul.linkBtn_shin li:first-child{
	margin-right: 10%!important;
}


section.infoZone ul.linkBtn_shin li{
	background-color: #ef856c;
}
section.infoZone ul.linkBtn_chuto li{
	background-color: #13ae67;
}
section.infoZone ul.linkBtn_chuto li{
	border-radius:8px;
	padding:10px 5%;
	margin-top:20px;
	text-align:center;
	font-size:1.2rem;
	font-weight: bold;
	width:90%;
    position: relative;
    display: inline-block;
}

section.infoZone ul.linkBtn li{
	background-color: #f7fffc;
}
section.infoZone ul.linkBtn li{
	border-radius:8px;
	padding:10px 5%;
	margin:80px auto;
	text-align:center;
	font-size:1.2rem;
	font-weight: bold;
	width:90%;
    position: relative;
    display: inline-block;
	border: 1px solid #22b173;
}
section.infoZone ul.linkBtn li:before{
    content: '';
    width: 0;
    height: 0;
    border: solid 10px transparent;
    border-left: solid 10px #22b173;
    position: absolute;
    top: 30%;
    left: 20px;
}
section.infoZone ul.linkBtn_shin li:before, 
section.infoZone ul.linkBtn_chuto li:before{
    content: '';
    width: 0;
    height: 0;
    border: solid 10px transparent;
    border-left: solid 10px #ffF;
    position: absolute;
    top: 30%;
    left: 20px;
}
section.infoZone ul.linkBtn_shin li a,
section.infoZone ul.linkBtn_chuto li a{
	display:block;
	color:#fff;
	text-decoration:none;
}
section.infoZone ul.linkBtn li a{
	display:block;
	color: #22b173;
	text-decoration:none;
}

section.infoZone ul.linkBtn_shin li a:hover,
section.infoZone ul.linkBtn_chuto li a:hover,
section.infoZone ul.linkBtn li a:hover{
	opacity: .8;
	filter: alpha(opacity=80);
}
video{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}


@media screen and (max-width:760px) {
	section.videoZone ul{
	margin:auto;
	text-align: center;
	}
	
	section.videoZone li, section.videoZone .interview li,
	section.videoZone li, section.videoZone .interview02 li,
	section.videoZone li, section.videoZone .interview03 li{
		float:none;
		margin-right:auto;
		margin-left:auto;
		width: 100%!important;
	}
	section.infoZone ul{
	margin:auto;
	text-align: center;
	}
	section.infoZone ul.linkBtn_shin li,
	section.infoZone ul.linkBtn_chuto li,
	section.infoZone ul.linkBtn li{
		width:100%;
		float:none;
		margin-right:auto;
		margin-left:auto;
		padding: 10px 0;
	}
	.video-area{
		position: relative;
    width: 100%;
    padding-top: 56.25%;
	}
	.video-area iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

}

/*211022 append TP*/
section.videoZone figure:before {
    position: absolute;
    top: 40%;
    left: 42.58%;
    opacity: 0.6;
}

#contents h1 {
    width: 100%;
    margin: 0 auto 10px;
    color: #22b173;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    background: #f7fffc;
    border-bottom: 1px solid #13833d;
    padding: 15px;
}