@charset "UTF-8";
/* CSS Document */
#wrap h3{
font-size:18px;
margin-bottom:20px;
color:#000;
font-weight:bold;
	position: relative;
  padding: 4px 16px;
  border:1px solid #000;
  display:inline-block;
}

#wrap h4{
font-size:16px;
margin-bottom:16px;
color:#000;
font-weight:bold;
	position: relative;
}

#wrap h5{
font-size:18px;
margin-bottom:10px;
font-weight:bold;
}
#wrap h6{
font-size:16px;
margin-bottom:10px;
}
#wrap p{
line-height:2.0em;
}
#wrap .fontL{
font-size:18px;
}
#wrap .fontS{
font-size:12px;
}
.note{
font-size:12px;
color:#333;
}
strong{
font-weight:bold;
}
.left{
text-align:left;
}
.right{
text-align:right;
}
.center{
text-align:center;
}
.red{
color:#CC0000;
}
.blue{
color:#0099CC;
}
#wrap ul{
margin:0 0 16px 20px;
}
#wrap ul li{
	line-height:1.6em;
	margin-bottom:16px;
	list-style-type: disc;
}
#wrap ol{
margin:0 0 16px 40px;
}
#wrap ol li{
list-style-type: decimal;
line-height:2.0em;
margin-bottom:16px;
}
#wrap dt{
margin-bottom:8px;
}
#wrap dd{
margin-bottom:20px;
padding-left:8px;
}
#wrap table{
width:100%;
}
#wrap table th{
font-weight:bold;
background-color:#FEF9EB;
border: 1px solid #040000;
vertical-align:top;
}
#wrap table td{
border: 1px solid #040000;
background-color:#FFF;
}
#wrap iframe{
	max-width:100%;
}
.ind {
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (min-width: 768px) {
#wrap h3{
font-size:18px;
margin-bottom:30px;
  padding: 6px 6px;
  min-width:300px;
  text-align:center;
}
#wrap h4 {
font-size:18px;
margin-bottom:20px;
}
#wrap .fontS{
font-size:12px;
}

#wrap dd{
margin-bottom:30px;
padding-left:14px;
}
#wrap table th{
font-size: 16px;
padding: 16px;
width:200px;
}
#wrap table td{
font-size: 16px;
padding: 16px;
}
}

.hidden{
display:none;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#visual img { line-height:0;}

.block{
	padding-bottom:20px;
}
@media only screen and (min-width: 768px) {
#wrap {
    margin: 0 auto;
    padding: 0;
}
.block{
	padding-bottom:40px;
}
}

#visual { width:100%;text-align:center; margin:60px 0 0;padding:0px 0 0;
	min-height:200px;
	display:flex;
	align-items:center;
	justify-content: center;
	background-color:#E5EFEE;
}
.titBox{
	min-width: 80%;
	margin:0 auto;
}

.titBox h2{
	font-size:20px;
	font-weight:bold;
	color:#1F6DB2;
	text-align:center;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #000;
}
.titBox p.subtit{
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-align:center;
}
.breadcrumb{
	position:absolute;
	top:5px;
	left:5px;
}
.breadcrumb ul{
    list-style: none;
	font-size:8px;
  }
.breadcrumb   li{
    display: inline;
  }
.breadcrumb   li a{
    color: inherit;
    text-decoration: none;
  }
.breadcrumb   li + li:before{
    content: ">";
    margin:.5em;
  }
@media only screen and (min-width: 768px) {
#visual {  margin:140px auto 0;padding:0;
	min-height:200px;
}
.titBox{
	min-width: 650px;
}
.titBox h2{
	font-size:28px;
 }
.titBox p.subtit{
	font-size:18px;
}
.breadcrumb{
	top:15px;
	left:10%;
}
}

.block{
clear:both;
padding-bottom:60px;
}
.inner{
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
}

@media only screen and (min-width: 768px) {
.block{
padding-bottom:113px;
}
.inner{
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}
}


.floatL,.alignleft,img.alignleft{
	margin:0 auto 30px;
	display: block;
	text-align:center;
}
.floatR,.alignright,img.alignright{
	margin:0 auto 30px;
	display: block;
	text-align:center;
}
.aligncenter{clear: both;display: block;margin:auto;}

.center{
	text-align:center;
}
p.tit2{
  text-align:center;
}
p.tit2 span{
font-size:18px;
margin:0 auto 20px;
color:#000;
font-weight:bold;
	position: relative;
  padding: 6px 16px;
  border:1px solid #000;
}
@media only screen and (min-width: 768px) {
.floatL,.alignleft,img.alignleft{
	float:left;
	margin:0 30px 30px 0;
}
.floatR,.alignright,img.alignright{
	float:right;
	margin:0 30px 0 30px;
}
}
.photoBlock{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
    justify-content: center;
	margin-bottom:30px;
}
.photoBox{
	margin:0 auto 20px;
	width:100%;
	text-align:center;
}
@media only screen and (min-width: 768px) {
.photoBlock{
	margin-bottom:40px;
}
.photoBox{
	margin:0 1% 20px;
	width:31.33333%;
}
}

.tBlock{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
    justify-content: center;
	margin-bottom:0px;
}
.tBox{
	margin:0 auto 20px;
	width:100%;
}
@media only screen and (min-width: 768px) {
.tBox{
	margin:0 1% 20px;
	width:48%;
}
}


.businessBlock{
background: url(../images/top/img_business.jpg) no-repeat center center;
    min-height: 300px;
    background-size: cover;
	padding:0 0 30px;
}
.businessBox{
	width:100%;
	display:flex;
	justify-content: center;
	align-items:center;
	padding:55px 20px 0;
}
.businessBlock p.copy{
	font-size:20px;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin-bottom:15px;
}
.businessBlock p.copy2{
	text-align:center;
	margin-bottom:15px;
}
.LinkBlock{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
    justify-content: center;
	margin-bottom:30px;
}
.LinkBox{
	margin:0 auto 20px;
	width:80%;
}
.LinkBox a{
	display:flex;
	padding: 0;
	align-items:center;
	text-decoration:none;
	line-height:1.2;
}
.LinkBox a:hover{
	text-decoration:none;
	opacity:0.7;
}
#business p.mark{
	text-align:right;
	margin-right:52px;
}
.businessImg div.imgBox {
	text-align:center;
	margin-bottom:10px;
}
.businessImg div.txtBox {
	margin-bottom:30px;
	padding:20px;
}
.titleBlock{
	text-align:center;
	margin-bottom:0px;
}
.titleBox{
	width:96%;
	margin: 0 auto;
}
.titleBlock p.copy{
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-bottom:15px;
	border-bottom:1px solid #040000;
	display:inline-block;
	padding:8px;
}

@media only screen and (min-width: 768px) {
.businessBlock{
    min-height: 600px;
}
.businessBox{
	width:100%;
	padding:120px 20px 0;
}
.businessBlock p.copy{
	font-size:28px;
 }
#business .container{
	min-width: 1280px;
}
.LinkBlock{
	margin-bottom:40px;
}
.LinkBox{
	margin:0 0 18px;
	width:25%;
	padding:0 12px;
}
.LinkBox:nth-child(n+5){
	margin:0 0 18px;
	width:26%;
	padding:0 12px;
}

#business p.mark{
	text-align:right;
	margin-top:-100px;
	margin-right:0px;
}
.businessImg div.imgBox {
	flex: 0 0 430px;
	order: 1;
	margin-bottom:0px;
}
.businessImg div.txtBox {
	flex: 1 1 auto;
	order: 2;
	padding:0px;
	padding-left:60px;
	margin-bottom:0px;
}
.flow{
	padding:0px 0 60px;
}
.titleBlock{
	margin-bottom:0;
}
.titleBlock p.copy{
	font-size:28px;
	margin-bottom:14px;
	padding:12px 30px;
 }

}

#bflow{
	padding-bottom:50px;
}
div.flowImg{
	text-align:center;
	margin-bottom:10px;
}
@media only screen and (min-width: 768px) {
#bflow{
	padding-bottom:113px;
}
}

.bBlock{
	border:1px solid #1F6DB2;
}
#wrap p.Btit{
	background-color:#1F6DB2;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding:5px;
}
.bTxtBlock{
	padding:10px;
}
.bImgBlock{
	display:flex;
	flex-wrap: wrap;
	margin-bottom:20px;
}
.bImgBox{
	width:50%;
	padding:1%;
}

@media only screen and (min-width: 768px) {
.bTxtBlock{
	padding:20px 40px;
}
}
.det{
	 display: block;
　text-indent:-1em;
padding-left:1em;
}

#water{
}
.water .titBox{
	min-width: 90%;
	margin:0 auto;
}

.water .titBox h2{
	font-size:20px;
	font-weight:bold;
	color:#040000;
	text-align:left;
	border-bottom:none;
	background-image: url(../images/business/ic_water.png);
	background-repeat: no-repeat;
	background-position:left center;
    background-size: 50px auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left : 60px;
	padding-right : 10px;
	margin-bottom:0px;
	position:relative;
}
.water .titBox h2:after {
  position: absolute;
  top: calc(50% - 0px);
  width: 56%;
  height: 6px;
  content: '';
  border-top: solid 1px #000;
}

.water .titBox h2:after {
  right: 0;
}
@media only screen and (min-width: 768px) {
.water .titBox{
	min-width: 1300px;
}
.water .titBox h2{
	font-size:28px;
 }
.water .titBox h2:after {
  width: 85%;
}
}

.air .titBox{
	min-width: 90%;
	margin:0 auto;
}

.air .titBox h2{
	font-size:20px;
	font-weight:bold;
	color:#040000;
	text-align:left;
	border-bottom:none;
	background-image: url(../images/business/ic_air.png);
	background-repeat: no-repeat;
	background-position:left center;
    background-size: 50px auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left : 60px;
	padding-right : 10px;
	margin-bottom:0px;
	position:relative;
}
.air .titBox h2:after {
  position: absolute;
  top: calc(50% - 0px);
  width: 56%;
  height: 6px;
  content: '';
  border-top: solid 1px #000;
}

.air .titBox h2:after {
  right: 0;
}
.air .tBlock{
	padding-bottom:60px;
 }
.air .tBox .block.pd0{
	padding-bottom:0;
}.air .tBox#airDoc{
	margin-bottom:0px;
}


@media only screen and (min-width: 768px) {
.air .titBox{
	min-width: 1300px;
}
.air .tBlock{
	padding-bottom:112px;
 }
.air .titBox h2{
	font-size:28px;
 }
.air .titBox h2:after {
  width: 85%;
}
.air .tBox#bflow{
	width:52%;
	margin:0 8% 0px 0;
	padding-bottom:0;
}
.air .tBox#airDoc{
	margin:0 2% 0px;
	width:36%;
}
.air .tBox .block.pd0{
	padding-bottom:0;
}
}

.work .titBox{
	min-width: 90%;
	margin:0 auto;
}

.work .titBox h2{
	font-size:20px;
	font-weight:bold;
	color:#040000;
	text-align:left;
	border-bottom:none;
	background-image: url(../images/business/ic_work.png);
	background-repeat: no-repeat;
	background-position:left  center;
    background-size: 50px auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left : 60px;
	padding-right : 10px;
	margin-bottom:0px;
	position:relative;
}
.work .titBox h2:after {
  position: absolute;
  top: calc(50% - 0px);
  width: 40%;
  height: 6px;
  content: '';
  border-top: solid 1px #000;
}

.work .titBox h2:after {
  right: 0;
}
.work .tBlock{
	padding-bottom:60px;
 }
.work .tBox .block.pd0{
	padding-bottom:0;
}
.work .tBox#workDoc{
	margin-bottom:0px;
}

@media only screen and (min-width: 768px) {
.work .titBox{
	min-width: 1300px;
}
.work .titBox h2{
	font-size:28px;
 }
.work .titBox h2:after {
  width: 81%;
}
.work .tBlock{
	padding-bottom:112px;
 }
.work .tBox#bflow{
	width:52%;
	margin:0 8% 0px 0;
	padding-bottom:0;
}
.work .tBox#workDoc{
	margin:0 2% 0px;
	width:36%;
}
.work .tBox .block.pd0{
	padding-bottom:0;
}
}

.soil .titBox{
	min-width: 90%;
	margin:0 auto;
}

.soil .titBox h2{
	font-size:20px;
	font-weight:bold;
	color:#040000;
	text-align:left;
	border-bottom:none;
	background-image: url(../images/business/ic_soil.png);
	background-repeat: no-repeat;
	background-position:left center;
    background-size: 50px auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left : 60px;
	padding-right : 10px;
	margin-bottom:0px;
	position:relative;
}
.soil .titBox h2:after {
  position: absolute;
  top: calc(50% - 0px);
  width: 29%;
  height: 6px;
  content: '';
  border-top: solid 1px #000;
}

.soil .titBox h2:after {
  right: 0;
}
.soil .tBlock{
	padding-bottom:60px;
 }
.soil .tBox .block.pd0{
	padding-bottom:0;
}
.soil .tBox#soilDoc{
	margin-bottom:0px;
}

@media only screen and (min-width: 768px) {
.soil .titBox{
	min-width: 1300px;
}
.soil .titBox h2{
	font-size:28px;
 }
.soil .titBox h2:after {
  width: 77%;
}
.soil .tBlock{
	padding-bottom:112px;
 }
.soil .tBox#bflow{
	width:52%;
	margin:0 8% 0px 0;
	padding-bottom:0;
}
.soil .tBox#soilDoc{
	margin:0 2% 0px;
	width:36%;
}
.soil .tBox .block.pd0{
	padding-bottom:0;
}
}


.ecw .titBox{
	min-width: 90%;
	margin:0 auto;
}

.ecw .titBox h2{
	font-size:20px;
	font-weight:bold;
	color:#040000;
	text-align:left;
	border-bottom:none;
	background-image: url(../images/business/ic_ecw.png);
	background-repeat: no-repeat;
	background-position:left center;
    background-size: 50px auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left : 60px;
	padding-right : 10px;
	margin-bottom:0px;
	position:relative;
}
.ecw .titBox h2:after {
  position: absolute;
  top: calc(50% - 0px);
  width: 40%;
  height: 6px;
  content: '';
  border-top: solid 1px #000;
}

.ecw .titBox h2:after {
  right: 0;
}
.ecw .tBlock{
	padding-bottom:30px;
 }
 .ecw .tBox{
	margin:0 0 16px;
	width:100%;
}
.ecw .tBlock{
	padding-bottom:60px;
 }
.ecw .tBox .block.pd0{
	padding-bottom:0;
}
.ecw .tBox#ecwDoc{
	margin-bottom:0px;
}

@media only screen and (min-width: 768px) {
.ecw .titBox{
	min-width: 1300px;
}
.ecw .titBox h2{
	font-size:28px;
 }
.ecw .titBox h2:after {
  width: 81%;
}
.ecw .businessImg .tBox:nth-of-type(odd){
	padding-right:3%;
}
.ecw .businessImg .tBox:nth-of-type(even){
	padding-left:3%;
}

.ecw .tBox{
	margin:0 0 56px;
	width:50%;
}
.ecw .tBlock{
	padding-bottom:112px;
 }
.ecw .tBox#bflow{
	width:52%;
	margin:0 8% 0px 0;
	padding-bottom:0;
}
.ecw .tBox#ecwDoc{
	margin:0 2% 0px;
	width:36%;
}
.ecw .tBox .block.pd0{
	padding-bottom:0;
}
}

.life .titBox{
	min-width: 90%;
	margin:0 auto;
}

.life .titBox h2{
	font-size:20px;
	font-weight:bold;
	color:#040000;
	text-align:left;
	border-bottom:none;
	background-image: url(../images/business/ic_life.png);
	background-repeat: no-repeat;
	background-position:left center;
    background-size: 50px auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left : 60px;
	padding-right : 10px;
	margin-bottom:0px;
	position:relative;
}
.life .titBox h2:after {
  position: absolute;
  top: calc(50% - 0px);
  width: 33%;
  height: 6px;
  content: '';
  border-top: solid 1px #000;
}

.life .titBox h2:after {
  right: 0;
}
.life .tBox{
	margin:0 0 16px;
	width:100%;
}
.life .tBlock{
	padding-bottom:60px;
 }
.life .tBox .block.pd0{
	padding-bottom:0;
}
.life .tBox#lifeDoc{
	margin-bottom:0px;
}

@media only screen and (min-width: 768px) {
.life .titBox{
	min-width: 1300px;
}
.life .titBox h2{
	font-size:28px;
 }
.life .titBox h2:after {
  width: 77%;
}
.life .tBox{
	margin:0 0 56px;
	width:50%;
}
.life .tBox.pd0{
	margin:0px;
}

.life .businessImg .tBox:nth-of-type(odd){
	padding-right:3%
}
.life .businessImg .tBox:nth-of-type(even){
	padding-left:3%
}

.life .tBlock{
	padding-bottom:112px;
 }
.life .businessImg .tBlock{
	padding-bottom:0px;
 }
.life .tBox#bflow{
	width:52%;
	margin:0 8% 0px 0;
	padding-bottom:0;
}
.life .tBox#lifeDoc{
	margin:0 2% 0px;
	width:36%;
}
.life .tBox .block.pd0{
	padding-bottom:0;
}
}



.monitoring .titBox{
	min-width: 90%;
	margin:0 auto;
}

.monitoring .titBox h2{
	font-size:20px;
	font-weight:bold;
	color:#040000;
	text-align:left;
	border-bottom:none;
	background-image: url(../images/business/ic_monitoring.png);
	background-repeat: no-repeat;
	background-position:left center;
    background-size: 50px auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left : 60px;
	padding-right : 10px;
	margin-bottom:0px;
	position:relative;
}
.monitoring .titBox h2:after {
  position: absolute;
  top: calc(50% - 0px);
  width: 40%;
  height: 6px;
  content: '';
  border-top: solid 1px #000;
}

.monitoring .titBox h2:after {
  right: 0;
}
.monitoring .tBox{
	margin:0 0 16px;
	width:100%;
}
.monitoring .tBlock{
	padding-bottom:60px;
 }
.monitoring .tBox .block.pd0{
	padding-bottom:0;
}
.monitoring .tBox#monitorDoc{
	margin-bottom:0px;
}

@media only screen and (min-width: 768px) {
.monitoring .titBox{
	min-width: 1300px;
}
.monitoring .titBox h2{
	font-size:28px;
 }
.monitoring .titBox h2:after {
  width: 81%;
}
.monitoring .tBox{
	margin:0 0 56px;
	width:50%;
}
.monitoring .tBox.pd0{
	margin:0px;
}
.monitoring .businessImg .tBox:nth-of-type(odd){
	padding-right:3%
}
.monitoring .businessImg .tBox:nth-of-type(even){
	padding-left:3%
}
.monitoring .tBlock{
	padding-bottom:112px;
 }
.monitoring .businessImg .tBlock{
	padding-bottom:0px;
 }
.monitoring .tBox#bflow{
	width:52%;
	margin:0 8% 0px 0;
	padding-bottom:0;
}
.monitoring .tBox#monitorDoc{
	margin:0 2% 0px;
	width:36%;
}
.monitoring .tBox .block.pd0{
	padding-bottom:0;
}
}

.carbon .titBox{
	min-width: 90%;
	margin:0 auto;
}

.carbon .titBox h2{
	font-size:20px;
	font-weight:bold;
	color:#040000;
	text-align:left;
	border-bottom:none;
	background-image: url(../images/business/ic_carbon.png);
	background-repeat: no-repeat;
	background-position:left center;
    background-size: 50px auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left : 60px;
	padding-right : 10px;
	margin-bottom:0px;
	position:relative;
}
.carbon .titBox h2:after {
  position: absolute;
  top: calc(50% - 0px);
  width: 47%;
  height: 6px;
  content: '';
  border-top: solid 1px #000;
}

.carbon .titBox h2:after {
  right: 0;
}
.carbon p.copy{
	font-size:20px;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin-bottom:15px;
}
.undl{
	text-decoration:underline;
}
.Cic a{
	background-repeat: no-repeat;
	background-position:left center;
    background-size: 20px;
	padding-left:25px;
}
.icA a{
	background-image: url(../images/carbon/ic_a.png);
}
.icB a{
	background-image: url(../images/carbon/ic_b.png);
}
.icC a{
	background-image: url(../images/carbon/ic_c.png);
}
.icD a{
	background-image: url(../images/carbon/ic_d.png);
}
.icE a{
	background-image: url(../images/carbon/ic_e.png);
}
.icF a{
	background-image: url(../images/carbon/ic_f.png);
}
.icG a{
	background-image: url(../images/carbon/ic_g.png);
}
.icH a{
	background-image: url(../images/carbon/ic_h.png);
}
.icI a{
	background-image: url(../images/carbon/ic_i.png);
}
.icJ a{
	background-image: url(../images/carbon/ic_j.png);
}

.carbon .photoBox{
	text-align:left;
}
.ill_carbon{
	text-align:center;
}
#wrap .ill_carbon p{
	margin-bottom:0;
}
.carbon .tBlock{
	padding-bottom:30px;
 }
@media only screen and (min-width: 768px) {
.carbon .titBox{
	min-width: 1300px;
}
.carbon .titBox h2{
	font-size:28px;
 }
.carbon .titBox h2:after {
  width: 83%;
}
.carbon p.copy{
	font-size:24px;
 }
.carbon .tBlock{
	padding-bottom:112px;
 }
}

.others .titleBlock{
	padding-bottom:30px;
}
.others .titBox{
	min-width: 90%;
	margin:0 auto;
}
.others .titleBlock p.copy{
	border-bottom:0;
}

.others .titBox h2{
	font-size:20px;
	font-weight:bold;
	color:#040000;
	text-align:left;
	border-bottom:none;
	background-image: url(../images/business/ic_others.png);
	background-repeat: no-repeat;
	background-position:left center;
    background-size: 50px auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left : 60px;
	padding-right : 10px;
	margin-bottom:0px;
	position:relative;
}
.others .titBox h2:after {
  position: absolute;
  top: calc(50% - 0px);
  width: 41%;
  height: 6px;
  content: '';
  border-top: solid 1px #000;
}

.others .titBox h2:after {
  right: 0;
}
.othersBlock{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
    justify-content: center;
	margin-bottom:0px;
}
.othersBox{
	margin:0 0 10px;
	width:50%;
	text-align:center;
}
.others .tBlock{
	padding-bottom:60px;
 }
.others .tBox .block.pd0{
	padding-bottom:0;
}
.others .tBox#bflow{
	margin-bottom:0px;
	padding-bottom:0;
}

.others .tBox#othImg p{
	margin-bottom:28px;
}

@media only screen and (min-width: 768px) {
.others .titleBlock{
	padding-bottom:56px;
}
.others .titBox{
	min-width: 1300px;
}
.others .titBox h2{
	font-size:28px;
 }
.others .titBox h2:after {
  width: 81%;
}
.others .container{
	padding-top:56px;
}
.othersBox{
	margin:0;
	width:25%;
}
.others .tBlock{
	padding-bottom:112px;
 }
.others .tBox#bflow{
	width:52%;
	margin:0 0 20px 8%;
}
.others .tBox#othImg{
	margin:0 2% 20px;
	width:36%;
}
}

.freon .titBox{
	min-width: 90%;
	margin:0 auto;
}

.freon .titBox h2{
	font-size:20px;
	font-weight:bold;
	color:#040000;
	text-align:left;
	border-bottom:none;
	background-image: url(../images/business/ic_freon.png);
	background-repeat: no-repeat;
	background-position:left center;
    background-size: 50px auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left : 60px;
	padding-right : 10px;
	margin-bottom:0px;
	position:relative;
}
.freon .titBox h2:after {
  position: absolute;
  top: calc(50% - 0px);
  width: 15%;
  height: 6px;
  content: '';
  border-top: solid 1px #000;
}

.freon .titBox h2:after {
  right: 0;
}
.freon #wrap table.tbl01 th{
border:1px solid #040000;
width: 50%;
}
.freon #wrap table.tbl01 td{
border:1px solid #040000;
}
.freon .tBlock{
	padding-bottom:30px;
 }

@media only screen and (min-width: 768px) {
.freon .titBox{
	min-width: 1300px;
}
.freon .titBox h2{
	font-size:28px;
 }
.freon .titBox h2:after {
  width: 73%;
}
.freon .tBlock{
	padding-bottom:112px;
 }
}
@media only screen and (max-width:767px) {
.freon #wrap table.tbl01 tr{
margin-bottom: -1px;}
.freon #wrap table.tbl01 th{
width: 50%;
border-right:none;}
.freon #wrap table.tbl01 td{
width: 50%;}
.freon .businessImg .txtBox{
	padding-bottom:0px;
	margin-bottom:0px;
 }
}

#public{
}
.public01{
	padding:30px 0;
}
.public01 .photoBlock{
	padding-top:20px;
}
.public01 .photoBox{
	text-align:left;
}
.public02{
	padding:0 0 60px;
}
.public02 .bBlock{
	text-align:center;
}
.public02 .sponsorship{
	padding:20px 0;
}
@media only screen and (min-width: 768px) {
.public01{
	padding:60px 0;
}
.public01 .photoBlock{
	padding-top:56px;
}
.public02{
	padding:0 0 113px;
}
.public02 .bImgBox{
	padding:0 4%;
}
.public02 .sponsorship{
	padding:40px 0;
}
}


#kids{
}
.kidsCopy{
	position:relative;
}
.kidsCopyBlock{
background: url(../images/kids/bg_sp.png) no-repeat center center;
    background-size: cover;
    min-height: 550px;
	max-width:1200px;
	margin:0 auto;
	display:flex;
	justify-content: center;
	align-items:center;
}
.kidsCopyBox p{
	font-size:20px;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin-bottom:0;
}
.kidsCopyBox1{
	display:flex;
	justify-content: center;
	align-items:center;
	width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color:#FFF8EA;
  margin:0 auto 30px;
}
.kidsCopyBox2{
	display:flex;
	justify-content: center;
	align-items:center;
	width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color:#FADEDE;
  margin:0 auto 30px;
}
.kidsCopyBox3{
	display:flex;
	justify-content: center;
	align-items:center;
	width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color:#E4EEEE;
  margin:0 auto 30px;
}
.kids_ill01{
	position:absolute;
	bottom:700px;
	left:10px;
}
.kids_ill02{
	position:absolute;
	bottom:1000px;
	right:10px;
}
.kids_ill03{
	position:absolute;
	bottom:650px;
	right:10px;
}
.kids_ill04{
	position:absolute;
	bottom:290px;
	right:10px;
}
.kids_ill05{
	position:absolute;
	bottom:370px;
	left:10px;
}
.kids_ill06{
	position:absolute;
	bottom:-40px;
	right:40px;
}
.kids_ill07{
	position:absolute;
	bottom:-90px;
	left:40px;
}
.kidsCont{
	padding:30px 0 0;
	max-width:934px;
	margin:0 auto;
}
.kidsCont .inner {
	margin-bottom:30px;
}
#wrap .kidsCont h3{
	display:block;
	position:relative;
	border:none;
	background-color:#1F6CB1;
	color:#FFF;
	text-align:center;
	padding: 10px 100px 10px 10px;
}
#wrap .kidsCont h3:after{
	content:"";
	background-image: url('../images/kids/ill_h3.png');
    background-position: center bottom;
	background-repeat:no-repeat;
    background-size: contain;
	position:absolute;
	right:10px;
	bottom:0;
	width:80px;
	height:60px;
}
.kidsCont div.imgBox {
	margin-bottom:20px;
}
.kidsCont div.imgBox2 {
	margin-bottom:20px;
}
.kidsCont .tBlock .inner {
	margin-bottom:20px;
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}
.kidsCont .tBlock div.imgBox {
	flex: 0 0 100px;
	order: 1;
	margin-bottom:0px;
	text-align:center;
}
.kidsCont .tBlock div.txtBox {
	flex: 1 1 auto;
	order: 2;
	padding:0px;
	padding-left:30px;
	margin-bottom:0px;
}
.kidsCont .tBlock .inner {
	margin-bottom:20px;
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}
.kidsCont .tBox {
	margin-bottom:0px;
}
.kidsCont .photoBlock {
	margin-bottom:0px;
}

.kidsCont .kids01{
background: url(../images/kids/image_kids01.png) no-repeat top center;
    background-size: 100%;
	padding-top:250px;
}
.kidsCont .kids02{
background: url(../images/kids/image_kids02.png) no-repeat top center;
    background-size: 100%;
	padding-top:250px;
}
.kidsCont .kids09 .inner{
	margin-bottom:0;
}
.kidsCont .kids09 .photoBlock{
	margin-bottom:0;
}

@media only screen and (min-width: 768px) {
.kidsCopyBlock{
background: url(../images/kids/bg.png) no-repeat center center;
    background-size: cover;
    min-height: 1110px;
}
.kidsCopyBox p{
	font-size:24px;
}
.kidsCopyBox1{
	position:absolute;
	top:90px;
	left:380px;
}
.kidsCopyBox2{
	position:absolute;
	top:300px;
	right:200px;
	width: 270px;
  height: 270px;
}
.kidsCopyBox3{
	position:absolute;
	bottom:-90px;
	left:480px;
	width: 270px;
  height: 270px;
}
.kids_ill01{
	top:400px;
	left:380px;
}
.kids_ill02{
	top:100px;
	left:680px;
}
.kids_ill03{
	top:280px;
	right:180px;
}
.kids_ill04{
	top:530px;
	right:380px;
}
.kids_ill05{
	display:none;
}
.kids_ill06{
	display:none;
}
.kids_ill07{
	display:none;
}
#wrap .kidsCont .block{
padding-bottom:50px;
}

#wrap .kidsCont h3{
	padding: 10px 120px 10px 72px;
}
#wrap .kidsCont h3:after{
	width:110px;
	height:120px;
}

.kidsCont .inner {
	align-items: flex-start;
	margin-bottom:40px;
}
.kidsCont .inner.inl {
	margin-bottom:0px;
}
.kidsCont .innerPd{
	padding:0 20px;
}
.kidsCont div.imgBox {
	flex: 0 0 380px;
	order: 2;
	margin-bottom:0px;
}
.kidsCont div.imgBox2 {
	flex: 0 0 540px;
	order: 2;
	margin-bottom:0px;
}
.kidsCont div.txtBox {
	flex: 1 1 auto;
	order: 1;
	padding:0px;
	padding-right:60px;
	margin-bottom:0px;
}
.kidsCont .photoBox{
	text-align:left;
}
#wrap .kidsCont .photoBox p{
	font-size:12px;
}
.kidsCont .kids01{
background: url(../images/kids/image_kids01.png) no-repeat top right;
    background-size: contain;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:300px;
}
.kidsCont .kids02{
background: url(../images/kids/image_kids02.png) no-repeat top right;
    background-size: contain;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:300px;
}
}
@media only screen and (max-width:767px) {
.kids #wrap table.tbl01 tr{
display: flex;
margin-bottom: 0px;
}
.kids #wrap table.tbl01 th{
width: 50%;
}
.kids #wrap table.tbl01 td{
width: 50%;}
.kids #wrap table.tbl01 tr th:first-child{
border-right: none;
}
.kids #wrap table.tbl01 tr td:first-child{
border-right: none;
}
.kids #wrap table.tbl01 tr th{
border-bottom: none;
}
.kids #wrap table.tbl01 tr td{
border-bottom: none;
}
.kids #wrap table.tbl01 tr:last-child th{
border-bottom: 1px solid #040000;
}
.kids #wrap table.tbl01 tr:last-child td{
border-bottom: 1px solid #040000;
}

}


#recruit{
}
.recmain{
	line-height:0;
}
.recruitBlock{
	background-color:#1F6DB2;
	color:#FFF;
}
.recruitBlock .container{
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	padding:50px 20px;
}
.recruitBox{
	width:100%;
	padding:10px;
}
.recruitBlock p.copy{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}
.recruitBlock p.copy2{
	margin-bottom:15px;
}
.recruitBox2{
	width:100%;
	padding:10px;
}
.recruitBlock .LinkBox a{
	display:flex;
	background-color:#38AD64;
	color:#FFF;
	font-size:19px;
	border-radius:10px;
	padding: 0;
	padding-left : 90px;
	height:85px;
	align-items:center;
background-repeat: no-repeat;
background-position:left 15px center;
    background-size: 50px auto;
	text-decoration:none;
	line-height:1.2;
}
.recruitBlock .LinkBox a:hover{
	text-decoration:none;
	opacity:0.5;
}
.recruitBlock .LinkBox .voice a{
background-image: url(../images/recruit/ic_voice.png);
}
.recruitBlock .LinkBox .summary a{
background-image: url(../images/recruit/ic_summary.png);
}

@media only screen and (min-width: 768px) {
.recruitBox{
	width:60%;
	padding:30px 10px;
}
.recruitBlock .container{
	padding:112px 0;
}
.recruitBlock p.copy{
	font-size:24px;
 }
.recruitBox2{
	width:40%;
	padding:10px;
}
.recruitBlock .LinkBox{
	margin:0 0 60px;
	width:80%;
	padding:0 12px;
}

}

.voice .titBox{
	min-width: 90%;
	margin:0 auto;
}

.voice .titBox h2{
	font-size:20px;
	font-weight:bold;
	color:#040000;
	text-align:left;
	border-bottom:none;
	background-image: url(../images/recruit/ic_voice.png);
	background-repeat: no-repeat;
	background-position:left center;
    background-size: 50px auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left : 60px;
	padding-right : 10px;
	margin-bottom:0px;
	position:relative;
}
.voice .titBox h2:after {
  position: absolute;
  top: calc(50% - 0px);
  width: 56%;
  height: 6px;
  content: '';
  border-top: solid 1px #000;
}

.voice .titBox h2:after {
  right: 0;
}
.voice .titleBlock{
	padding-bottom:30px;
}
.voiceBlock{
	padding-bottom:30px;
}
.voiceBox{
	margin-bottom:20px;
}
.voice_img{
	text-align:center;
	line-height:0;
}
.voice_det{
	background-color:#1E73BE;
	color:#FFF;
	text-align:center;
	padding:16px;
}
#wrap .voice_det p{
	margin-bottom:0;
}
.voice #wrap p.voice_copy{
	font-weight:bold;
	font-size:18px;
}
#wrap dl.voiceFAQ dt{
	color:#1E73BE;
}
#wrap dl.voiceFAQ dd{
	padding-left:0;
}

@media only screen and (min-width: 768px) {
.voice .titBox{
	min-width: 1300px;
}
.voice .titBox h2{
	font-size:28px;
 }
.voice .titBox h2:after {
  width: 86%;
}
.voice .titleBlock{
	padding-bottom:56px;
}
.voiceBlock{
	padding-bottom:112px;
}
.voiceBox{
	margin-bottom:86px;
	display:flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
    justify-content: start;
	align-items:flex-end;
}
.voice_img{
	width:510px;
}
.voice_det{
	display:flex;
	align-items:center;
	justify-content: center;
	width:200px;
	height:200px;
	margin-left:-30px;
	margin-bottom:-30px;
}
}

.summary .titBox{
	min-width: 90%;
	margin:0 auto;
}

.summary .titBox h2{
	font-size:20px;
	font-weight:bold;
	color:#040000;
	text-align:left;
	border-bottom:none;
	background-image: url(../images/recruit/ic_summary.png);
	background-repeat: no-repeat;
	background-position:left center;
    background-size: 50px auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left : 60px;
	padding-right : 10px;
	margin-bottom:0px;
	position:relative;
}
.summary .titBox h2:after {
  position: absolute;
  top: calc(50% - 0px);
  width: 56%;
  height: 6px;
  content: '';
  border-top: solid 1px #000;
}

.summary .titBox h2:after {
  right: 0;
}
.summary .titleBlock{
	padding-bottom:30px;
}
.summary #wrap table th,
.summary #wrap table td{
	border-left:none;
	border-right:none;
}
.summary {
	overflow-wrap: break-word;
}
@media only screen and (min-width: 768px) {
.summary .titBox{
	min-width: 1300px;
}
.summary .titBox h2{
	font-size:28px;
 }
.summary .titBox h2:after {
  width: 86%;
}
.summary .titleBlock{
	padding-bottom:56px;
}
}
@media only screen and (max-width:767px) {
.summary #wrap table tr{
display: block;
margin-bottom: 0px;}
.summary #wrap table th{
border-bottom: none;
display: block;
width: 100%;
padding: 6px 4%;}
.summary #wrap table td{
border-top: none;
display: block;
width: 100%;
padding: 6px 4%;
border-bottom:none;
}
.summary #wrap table tr:last-child{
border-bottom:1px solid #040000;
}

}


#guide{
}
.flow{
	padding-bottom:50px;
}
.flowBox{
background-image: url(../images/guide/arrow_bottom.png);
background-repeat: no-repeat;
background-position:center bottom;
    background-size: 44px auto;
	padding-bottom:65px;
}
.flow .flowBox:last-child{
background-image: none;
	padding-bottom:0px;
}
.flowBox p{
	margin-bottom:0;
}
.flow_bg{
	background-color:#DAE9DA;
	padding:20px;
}
.flow_bg p{
  padding-left:30px;
}
p.flowtit {
  position: relative;
}
p.flowtit::before {
	position: absolute;
	top: 0;
	left: 0.5em;
	margin-right: 8px;
}
.flow01 p.flowtit::before {
	content: '1.';
}
.flow02 p.flowtit::before {
	content: '2.';
}
.flow03 p.flowtit::before {
	content: '3.';
}
.flow04 p.flowtit::before {
	content: '4.';
}
.flow05 p.flowtit::before {
	content: '5.';
}
.bene_bg{
	background-color:#FBDFDF;
	padding:10px;
	border:2px dotted #DD5252;
	margin-bottom:30px;
}
#wrap .bene_bg h4{
padding: 0 65px;
  text-align: center;
}
#wrap .bene_bg h4:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #000;
}

#wrap .bene_bg h4 span {
  position: relative;
  padding: 0 1em;
  background: #FBDFDF;
}
.fees{
	padding-bottom:60px;
}
.fees table th,
.fees table td{
	text-align:center;
}

@media only screen and (min-width: 768px) {
.flow{
	padding-bottom:113px;
}
.flow_bg{
	padding:30px 24px;
	margin-bottom:25px;
}
.bene_bg{
	padding:30px 60px;
	margin-bottom:60px;
}
.fees{
	padding-bottom:113px;
}
}

#about{
}
.aboutCopyBlock{
}
.aboutBlock{
	background-image: url(../images/about/img_c01.png),url(../images/about/img_c02.png),url(../images/about/img_c03.png);
  background-size: 24% auto,24% auto,24% auto;
  background-position: left 13% bottom 0px,right 5% bottom 20px,left 2% top 2%;
  background-repeat: no-repeat,no-repeat,no-repeat;
	text-align:center;
	padding:50px 0 80px;
}
#greeting{
	padding-top:80px;
	margin-top:-80px;
}
.name{
	font-size:18px;
}
#outline{
	padding-top:80px;
	margin-top:-80px;
}
#access{
	padding-top:80px;
	margin-top:-80px;
}
#history{
	padding-top:80px;
	margin-top:-80px;
}
#org{
	padding-top:80px;
	margin-top:-80px;
}
#quali{
	padding-top:80px;
	margin-top:-80px;
}
#disc{
	padding-top:80px;
	margin-top:-80px;
	padding-bottom: 90px;
}

.access{
	margin-bottom:20px;
}
.map{
	width: 100%;
    margin: 0 auto 60px;
    aspect-ratio: 4 / 3;
    line-height: 0;
}
.map iframe {
    width: 100%;
    height: 100%;
}
.accessBox{
	border-top:1px solid #040000;
	border-bottom:1px solid #040000;
	padding:30px 0;
}
.qualiBlock{
	border-top:1px solid #040000;
	border-bottom:1px solid #040000;
	padding:30px 10px;
}
.org_img{
	text-align:cdenter;
	margin:20px 0 0;
}
.aboutDoc{
	padding:10px 20px;
}
.aboutDoc p{
	border-top:1px solid #040000;
	margin-bottom:0;
	padding:16px 0;
}
.aboutDoc p:last-child{
	border-bottom:1px solid #040000;
}
.aboutDoc a{
	text-decoration:none;
}
#about table th{
	border-right:none;
	border-left:none;
}
#about table td{
	border-right:none;
	border-left:none;
}
#quali dl{
	display:flex;
	justify-content:space-between;
	/*background-color:#000;*/
background-image: url(../images/about/dot.png);
background-repeat: repeat-x;
background-position:center center;
}
#quali dl dt{
	padding:6px;
	margin:0;
	background-color:#FFF;
}
#quali dl dd{
	padding:6px 12px;
	margin:0;
	background-color:#FFF;
}
@media only screen and (min-width: 768px) {
.aboutBlock{
	padding:0;
  background-size: 10% auto,17% auto,15% auto;
  background-position: left 22% bottom 0px,right 9% center,left 13% top 12%;
}
#greeting{
	padding-top:120px;
	margin-top:-120px;
}
.name{
	font-size:22px;
}
#greeting div.imgBox {
	flex: 0 0 230px;
	order: 2;
	margin-bottom:0px;
}
#greeting div.txtBox {
	flex: 1 1 auto;
	order: 1;
	padding:0px;
	padding-right:60px;
	margin-bottom:0px;
}
#outline{
	padding-top:120px;
	margin-top:-120px;
}
#access{
	padding-top:120px;
	margin-top:-120px;
}
#history{
	padding-top:120px;
	margin-top:-120px;
}
#org{
	padding-top:120px;
	margin-top:-120px;
}
#quali{
	padding-top:120px;
	margin-top:-120px;
}
#disc{
	padding-top:120px;
	margin-top:-120px;
}

.access{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:flex-start;
}
.map{
	width:50%;
    margin: 0 auto 20px;
}
.accessBox{
	width:45%;
	padding:40px 16px;
	margin-left:auto;
}
.org_img{
	text-align:cdenter;
	margin:56px 0 0;
}
.aboutDoc{
	text-align:center;
}
}
@media only screen and (max-width:767px) {
.about #wrap table tr{
display: block;
margin-bottom: 10px;}
.about #wrap table th{
border-bottom: none;
display: block;
width: 100%;
padding: 6px 4%;}
.about #wrap table td{
border-top: none;
display: block;
width: 100%;
padding: 6px 4%;}
}

#faq{
}
.faq_cate{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:40px;
}
.faq_cateBox{
	margin:0 1% 20px;
	width:31.333%;
	height:90px;
	text-align:center;
}
.faq_cateBox a{
	display:block;
	background-color:#FFF;
	border:1px solid #040000;
	padding:6px;
	text-decoration:none;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq_cateBox a:hover{
	color:#FFF;
	background-color:#1F6DB2;
	border:1px solid #1F6DB2;
}
#wrap .accordion-container p.accordion-title {
	margin-bottom:0;
}
.accordion-container .accordion-title {
  position: relative;
  font-weight:bold;
	padding-left: 2.4em;
	padding-right: 1.5em;
	padding-top: 26px;
	padding-bottom:26px;
	background-color:#FFF;
	border-top:1px solid #040000;
}
.accordion-container .faqcontent:last-of-type{
	border-bottom:1px solid #040000;
}
.accordion-container .accordion-title::before {
	font-size: 1.2em;
	position: absolute;
	top: 1.4em;
	left: 0.5em;
	margin-right: 8px;
	content: 'Q';
}
.accordion-container .accordion-title::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:42%;
    right: 10px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}
.accordion-container .accordion-title.open::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:42%;
    right: 10px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: none;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

.faqcontent{
	background-color:#FFF;
}
.accordion-container .accordion-content {
  position: relative;
	padding-left: 2.4em;
	padding-right: 2.4em;
	padding-bottom: 0.5em;
}
.accordion-container .accordion-content::before {
	font-size: 1.2em;
  font-weight:bold;
	position: absolute;
	top: -0.1em;
	left: 0.6em;
	margin-right: 8px;
	content: 'A';
	color: #333;
}
.faqBox{
	padding-top:80px;
	margin-top:-80px;
	margin-bottom:40px;
}
#wrap .faqcontent table{
	width:auto;
}
#wrap .faqcontent table th{
	background-color:#FFF;
}
@media only screen and (min-width: 768px) {
.faq_cate{
	margin-bottom:60px;
}
.faq_cateBox{
	margin:0 1% 56px;
	width:14.6666%;
	height:60px;
}
.faq_cateBox a{
	padding:10px;
}
.faqBox{
	padding-top:120px;
	margin-top:-120px;
	margin-bottom:113px;
}
.faqcontent dl{
	display:flex;
	flex-wrap: wrap;
}
.faqcontent dl.q01 dt{
	width:25%;
}
.faqcontent dl.q01 dd{
	width:75%;
}
.faqcontent dl.q02 dt{
	width:8%;
}
.faqcontent dl.q02 dd{
	width:92%;
}

}

#mail{
	padding-bottom:60px;
}
.mTxtBox{
	background-color:#DAE9DA;
	padding:10px;
	margin-bottom:60px;
}
.mcont p{
	font-size:16px;
	font-weight:700;
}
@media only screen and (min-width: 768px) {
#mail{
	padding-bottom:112px;
}
.mTxtBox{
	padding:30px 60px;
	margin-bottom:60px;
}
.mcont p{
	font-size:18px;
}
}

#news{
	padding-bottom:60px;
}
.CateLink{
	display:flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	padding-bottom:60px;
}
#wrap .CateLink p{
	width:48%;
	margin:0 1% 10px;
}
.CateLink p a{
	display:block;
	border:1px solid #333;
	padding:10px;
	text-align:center;
	text-decoration:none;
}
.CateLink p a:hover{
	border:1px solid #1F6DB2;
	background-color:#1F6DB2;
	color:#FFF;
}
.NewsBox{
	border-bottom:1px solid #000;
	padding-bottom:16px;
	margin-bottom:16px;
}

.NewsBox p{
	margin-bottom:0;
}
.NewsBox a{
	text-decoration:none;
}
.NewsBox a:hover{
	text-decoration:underline;
}
.NewsBox .cat_new{
	background-color:#CE5B58;
	color:#FFF;
	margin:0 5px;
	padding:1px 6px;
}
.NewsBox .topics{
	background-color:#326DAC;
	color:#FFF;
	margin:0 5px;
	padding:1px 6px;
}
.NewsBox .event{
	background-color:#59A268;
	color:#FFF;
	margin:0 5px;
	padding:1px 6px;
}
.NewsBox .letter{
	background-color:#D46933;
	color:#FFF;
	margin:0 5px;
	padding:1px 6px;
}
.NewsBox .senba_lake{
	background-color:#6EA9DA;
	color:#FFF;
	margin:0 5px;
	padding:1px 6px;
}
#wrap ul.pagenation{
	width:100%;
	margin:0 auto;
	padding:20px 0;
	list-style-type: none;
	display:flex;
    justify-content: center;
}
#wrap ul.pagenation li{
	list-style-type: none;
	padding:6px;
}


@media only screen and (min-width: 768px) {
#news{
	padding-bottom:112px;
}
.NewsBox{
	padding-bottom:20px;
	margin-bottom:20px;
}
.CateLink{
	padding-bottom:80px;
}
#wrap .CateLink p{
	width:18%;
	margin:0 1%;
}
#wrap ul.pagenation li{
	padding:12px;
}
}

#contact{
}
.cform {
	padding:20px 0;
}
#wrap .cform table th{
background-color:#FFF;
border:none;
}
#wrap .cform table td{
border-bottom:1px solid #000;
border-top:none;
border-right:none;
border-left:none;
}
.cform span.req {
    color: #FFF;
    font-weight: bold;
    background-color: #EA5454;
    font-size: 12px;
    padding: 2px 16px;
    margin-left: 20px;
}
.cform span.any {
    color: #FFF;
    font-weight: bold;
    background-color: #38AD64;
    font-size: 12px;
    padding: 2px 16px;
    margin-left: 20px;
}
.cform .it .wpcf7-list-item {
    display: block;
}
.cform input[type="text"] {
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #969696;
    border-radius: 10px;
	margin:0 10px;
}
.cform .bd input[type="text"] {
    width: 30%;
}
.cform input[type="email"] {
    width: 80%;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #969696;
    border-radius: 10px;
    margin-right: 10px;
}
.cform textarea {
    width: 100%;
    padding: 10px 10px 40px;
    background-color: #FFF;
    border: 1px solid #969696;
    border-radius: 10px;
}
.cform .button input {
    color: #FFF;
    text-align: center;
    background-color: #1E73BE;
    display: block;
    border: none;
    border-radius: 10px;
    width: 80%;
    margin: 24px auto 32px;
    padding: 20px;
	font-size: 15px;
}
.cform .button input:hover {
    opacity:0.5;
}
@media only screen and (min-width: 768px) {
.cform {
	padding:40px 0;
}
#wrap .cform table tr:first-child{
border-top:1px solid #000;
}
#wrap .cform table th{
border-bottom:1px solid #000;
padding:20px;
width:25%;
}
#wrap .cform table td{
border-bottom:1px solid #000;
padding:20px;
}
.cform span.req {
    font-size: 12px;
    padding: 2px 20px;
}
.cform span.any {
    font-size: 12px;
    padding: 2px 20px;
}
.cform .it .wpcf7-list-item {
    display: inline-block;
    width:30%;
}
.cform .button input {
    width: 400px;
    padding: 30px;
}
}
@media only screen and (max-width:767px) {
#wrap .cform table tr{
display: block;
margin-bottom: 30px;}
#wrap .cform table th{
border-bottom: none;
display: block;
width: 100%;
padding: 6px 4%;}
#wrap .cform table td{
border-top: none;
display: block;
width: 100%;
padding: 6px 4%;}
}


#search{
	padding-bottom:30px;
}
.searchBox{
	border-bottom:1px solid #040000;
	padding:10px;
}
input.searchfield{
	width:100%;
	padding:10px;
}
.searchF{
	padding:10px;
}
@media only screen and (min-width: 768px) {
#search{
	padding-bottom:112px;
}
.searchBox{
	padding:20px;
}
input.searchfield{
	width:300px;
}
.searchF{
	padding:20px;
}
}