@charset "utf-8";
/* CSS Document */

.textWhite{
	color:#fff;
}
#imageArea {
    height: 260px !important;
}
.imageArea-plivacy{
	background-image: none !important;
	background-color:#00abba !important;
}
.imageRead {
    position: absolute;
    top: 108px;
    left: 20px;
    font-size: 36px;
    color: #fff;
    line-height: 1.65;
    font-weight: bold;
    text-align: left;
}

.headerTopic{
	height:218px;
	width:308px;
	position:absolute;
	right:0;
	top:180px;
	background-image:url(../images/voice.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center top;
}

.headerTopic a{
	width:100%;
	height:40px;
	display:block;
	position:absolute;
	bottom:0;
	text-align:center;
	background-color:#00ABBB;
	color:#fff;
	line-height:40px;
	text-decoration:none;
	transition: all 0.3s;
}
.headerTopic a::after{
	position:absolute;
	right:8px;
	content:"＞";
	transition: all 0.5s;
}
.headerTopic a:hover{
	opacity:0.7;
	transition: all 0.5s;
}
.headerTopic a:hover::after{
	position:absolute;
	transform:translate(8px, 0);
	transition: all 0.2s;
}
#imageArea {
    position: relative;
    width: 100%;
    min-width: 1000px;
    height: 520px;
    overflow: hidden;
    background-size: cover;
	background-position:center center;
}

.section{
	width: 96%;
    overflow: hidden;
    padding-top: 35px;
	padding-bottom:40px;
	margin: 0 auto;
}
.double,.triple{
	overflow:hidden;
}
.double iflame{
	width: 100%;
	height: 400px;
}
.double div:first-child{
	width:48%;
	margin-right:2%;
	float:left;
}
.double div:nth-child(2){
	width:48%;
	margin-left:2%;
	float:left;
}
.triple div:first-child{
	width:32%;
	margin-right:1.333%;
	float:left;
}
.triple div:nth-child(2){
	width:32%;
	margin:0 0.666%;
	float:left;
}
.triple div:last-child{
	width:32%;
	margin-left:1.333%;
	float:left;
}
.plantName{
	font-size:30px;
	line-height:42px;
	margin-bottom:20px;
	color:#00ABBB;
	font-weight:bold;
}
.lead{
	width:96%;
	margin:0 auto 20px auto;
	line-height:1.5em;
	color:#00ABBB;
	font-weight:bold;
}
.double p,.triple p{
	line-height:1.25em;
}
.map{
	margin-bottom:8px;
}
.pointNumber{
	border-top:1px solid #222;
	padding-top:10px;
	font-size:1.2em;
	color:#00ABBB;
	padding-bottom:8px;
	letter-spacing:1px;
}
p.caption{
	margin-top:8px;
	line-height:1.2;
	font-size:0.9em;
}
img.scheme{
	margin:60px auto;
}
.overView{
	overflow:hidden;
}
.overView div:first-child{
	float:left;
	width:63%;
	margin-right:2%;
}
.overView div:nth-child(2){
	float:left;
	width:35%;
}
.overView img{
	width:100%;
}
.overView p{
	margin-bottom:20px;
	color:#00ABBB;
}
.overView ul{
	font-size:0.95em;
}
.overView ul li{
	margin-bottom:8px;
	display:flex;
}
.overView ul li span{
	display:inline-block;
}
.overView ul li span:first-child{
	width:10em;
	margin-right:20px;
}
.contact{
	text-align:center;
}
.contact a{
}
.btnCenter{
	text-align: center;
}

.btn-6{
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin: 40px 30px;
  background: #00ABBB;
}
.btn-6.decoNone{
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background: #00ABBB;
	text-decoration: none;
	margin:  40px auto;
}
.btn-6 span{
  display: block;
  padding: 10px 80px;
}
.btn-6::before, .btn-6::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.btn-6 p{
	display:block;
	position:relative;
}
.btn-6 p:after{
	content:"＞";
	position:absolute;
	top:calc(50% - 0.5em);
	right:20px;
	transition: all 0.2s linear;
}
.btn-6 p:hover:after{
	right:8px;
	transition: all 0.1s linear;
}

.btn-6 span::before, .btn-6 span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.btn-6:hover::before, .btn-6:hover::after{
  width: 100%;
}
.btn-6:hover span::before, .btn-6:hover span::after{
  height: 100%;
}

.btn-6::before{
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}
.btn-6::after{
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-6 span::before{
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.btn-6 span::after{
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.btn-6:hover::before, .btn-6:hover::after{
  left: 0;
}
.btn-6:hover span::before, .btn-6:hover span::after{
  top: 0;
}

/* privacy */
.marginTop40{
	margin-top:40px;
}
.marginTop0{
	margin-top:0px;
}
.grayback{
	padding:40px 6% ;
	width:100% ;
	margin:0 auto;
	background-color:#E0E7EB;
	font-size:0.95em;
	line-height:1.2;
	word-wrap: break-word;
}
.paragraph{
	display:flex;
	margin-bottom:20px;
	padding-bottom:20px;
	line-height:1.5;
}
.paragraph.inside{
	margin-left: 2em;
	width:calc( 100% - 2em);
}
.paragraph p:first-child{
	width:2em;
	color:#00ABBB;
}
.paragraph.inside p:first-child{
	width:2em;
	color:#000;
}
.paragraph p:last-child{
	width:calc( 100% - 2em);
}
.paragraph:last-child{
	margin-bottom:0px;
}
.section p.textRight{
	text-align:right;
	margin-right:6%;
}
span.mt20{
	display: block;
	margin-top: 20px;
}
.numberBlock{
	display: flex;
	justify-content: flex-start;
}
.num{
	width: 2em;
}
.numberBlock{
	width: calc(100% - 2em);
}
.sign{
	line-height:1.5;
	font-size:0.9em;
	margin-bottom:40px;
}
.m0{
	margin-top:0;
	padding:0;
}
.m1{
	margin-top:0;
	padding:30px 0 0 0;
}
.section p.textleft{
	text-align:left;
}
.marginBottom10{
	margin-bottom:10px;
}
.policyBlock{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #C7D2D9;
}
h2{
	margin-left: 20px;
	font-size: 1.5em;
}
.policyBlock h3{
	margin-bottom:16px;
	color: #00ABBB;
}
.policyBlock h4{
	margin-top:8px;
	margin-bottom:8px;
	margin-left:2em;
}
.policyBlock .lead{
	color:#000;
	font-weight:bold;
}
.policyBlock p.sub{
	margin-bottom:8px;
}
.policyBlock ul{
	margin-bottom:16px;
	margin-left: 1.5em;
}
.left0 .policyBlock ul{
	margin-bottom:16px;
	margin-left: 0;
}
.policyBlock ul li{
	margin-bottom:8px;
	text-indent: -3em;
    margin-left: 3em;
}
.policyBlock ul li.em1{
	margin-bottom:8px;
	text-indent: -1em;
    margin-left: 1em;
}
.policyBlock p.article{
	margin-left:3em;
	margin-bottom:8px;
}
.policyBlock ul li{
	display:flex;
}
.policyBlock ul li span:first-child{
	width:3em;
	text-align:right;
	padding-right:1em;
}
.policyBlock ul li span:last-child{
	width:calc(100% - 3em);	
}
.policyBlock ul.dot li{
	display:list-item;
	list-style:disc !important;
	list-style-position:outside;
	margin-left:16px;
}
.mark{
	float:left;
	margin-right:20px;
	margin-top:10px;
}
p.markText{
	margin-top:20px;
	line-height:1.5;
	font-size:0.95em;
}
.ol1{
	line-height:2;
	font-size:1em;
}
p.first{
	line-height:2;
	margin:20px 0;
	font-size:0.95em;
}
p span.tb{
	display:block;
	font-weight:bold;
	margin-bottom:10px;
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
.sign p{
	margin-bottom:20px;
}
.sign{
	padding-top:8px;
}
.policyBlock ul{
	margin-bottom:16px;
	margin-left:2em;
}
.mainImageContents {
    height: 100%;
}
.entryArea {
    position: static;
    width: 100%;
    max-width: 100%;
}
.imageRead {
    position: absolute;
    top: calc(50% - 33px);
	margin: 0;
    /* text-shadow: 1px 1px 5px rgb(0 0 0 / 70%); */
}
}