@charset "utf-8";
/* CSS Document */

/*  お知らせ & 事業実績
*********************/
.newsPage h3{
    font-size: 18px;
    font-weight: bold;
    color: #08377B;
	margin: 30px 0 15px 0;
    padding: 0 0 2px 0;
	border-bottom: #08377B solid 1px;
}
.newsPage .date{
	margin: 0 0 20px 0;
}
.newsPage .inner {
	margin: 0 0 50px 0;
}
.newsPage .inner p.img { 
    float: left;
	width: 270px;
	padding: 4px;
	background: url(../images/blog/bg_img.jpg) repeat;
    margin: 0 20px 0 0; 
}
.newsPage .inner p.img img{
	width: 100%;
}
.newsPage .inner p.detail{
	display: inline;
	margin: 0 0 0 30px;
}
.newsPage .wp-pagenavi a{
	color: #08377B;
	background: #eeeeec;
	border: none;
	width: 30px;
	text-align: center;
	padding: 4px 0;
	display: inline-block;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	border-radius: 15px;
}
.newsPage .wp-pagenavi a:hover,
.newsPage .wp-pagenavi span.current{
	color: #fff;
	background: #08377B;
	border: none;
	width: 30px;
	text-align: center;
	padding: 4px 0;
	display: inline-block;
	font-weight: normal;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	border-radius: 15px;
}
.newsPage .wp-pagenavi a.first,
.newsPage .wp-pagenavi a.last{
	width: 60px;
}
.newsPage .wp-pagenavi a.first:hover,
.newsPage .wp-pagenavi a.last:hover{
	width: 60px;
}
.newsPage .wp-pagenavi span.extend{
	border: none;
}

@media (max-width: 740px) {
.newsPage .date{
	margin: 0 0 10px 0;
}
.newsPage .inner {
	margin: 0 0 35px 0;
}
.newsPage .inner p.img { 
    float: none;
	width: 270px;
	padding: 0;
    margin: 0 auto 20px auto;
}
.newsPage .inner p.img img{
	width: 100%;
}
.newsPage .inner p.detail{
	display: inline;
	margin: 0 0 0 30px;
}
}



/*  製品紹介 
*********************/
.productPage .main{
	padding: 15px 0;
}
.productPage .Box{
	width: 210px;
	padding: 25px 13px;
	float: left;
	border-bottom: #ccc solid 1px;
}
.productPage .Box.line{
	border-right: #ccc solid 1px;
}
.productPage .Box h3{
	margin: 0 0 5px 0;
}
.productPage .Box ul li{
	margin: 3px 0 0 0;
}
.productPage .Box ul li a{
	display: block;
	color: #08377B;
	padding: 5px 0 2px 0;
	text-align: center;
	font-weight: bold;
	border: #08377B solid 2px;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out; 
    -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;
}
.productPage .Box ul li a:hover{
	color: #fff;
	background: #08377B;
}

@media (max-width: 740px) {
.productPage .Box{
	width: 96%;
	padding: 25px 2%;
	float: none;
	text-align: center;
}
.productPage .Box.line{
	border-right: none;
}	
}


/*  メンテナンス
*********************/
.maintenancePage .content_first{
	padding: 15px;
	margin-bottom: 30px;
	float: left;
}

.maintenancePage .content_first img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.maintenancePage .content_first p{
	font-size: 14px;
	line-height: 24px;
}

.maintenancePage .content_second{
	padding: 15px;
	margin-bottom: 30px;
	float: left;
}

.maintenancePage .content_second img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.maintenancePage .content_second p{
	font-size: 14px;
	line-height: 24px;
}

.maintenancePage .content_third{
	padding: 15px;
	float: left;
}

.maintenancePage .content_third img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.maintenancePage .content_third p{
	font-size: 14px;
	line-height: 24px;
}

@media (max-width: 740px) {
.maintenancePage .content_first{
	padding: 0;
	float: none;
}

.maintenancePage .content_first img{
	float: none;
	display: block;
	text-align: center;
	margin: 15px auto;
}

.maintenancePage .content_second{
	padding: 0;
	float: none;
}

.maintenancePage .content_second img{
	float: none;
	display: block;
	text-align: center;
	margin: 15px auto;
}

.maintenancePage .content_third{
	padding: 0;
	float: none;
}

.maintenancePage .content_third img{
	float: none;
	display: block;
	text-align: center;
	margin: 15px auto;
}
}


/*  環境への取組み
*********************/
.ecoPage .content_first{
	padding: 15px;
	margin-bottom: 30px;
	float: left;
}
.ecoPage .content_first img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.ecoPage .content_first p{
	font-size: 14px;
	line-height: 24px;
}
.ecoPage .content_second{
	padding: 15px;
	margin-bottom: 30px;
	float: left;
}
.ecoPage .content_second img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.ecoPage .content_second p{
	font-size: 14px;
	line-height: 24px;
}
.ecoPage .content_third{
	padding: 15px;
	float: left;
}
.ecoPage .content_third img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.ecoPage .content_third p{
	font-size: 14px;
	line-height: 24px;
}

@media (max-width: 740px) {
.ecoPage .content_first{
	padding: 0;
	float: none;
}
.ecoPage .content_first img{
	float: none;
	display: block;
	text-align: center;
	margin: 15px auto;
}
.ecoPage .content_second{
	padding: 0;
	float: none;
}
.ecoPage .content_second img{
	float: none;
	display: block;
	text-align: center;
	margin: 15px auto;
}
.ecoPage .content_third{
	padding: 0;
	float: none;
}
.ecoPage .content_third img{
	float: none;
	display: block;
	text-align: center;
	margin: 15px auto;
}	
}


/*  会社案内
*********************/
.companyPage .consept{
	margin: 0 0 40px 0;
}
.companyPage .consept p.img{
	width: 520px;
	margin: 0 auto 20px auto;
}
.companyPage .consept p.img img{
	width: 100%;
}
.companyPage .consept p{
	font-size: 126%;
}
.companyPage table {
	width: 100%;
}
.companyPage table th{
	color: #08377B;
	padding: 15px;
	width: 20%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6979AA;
	text-align: left;
	font-size: 14px;
}
.companyPage table td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6979AA;
	padding: 15px;
}
.companyPage table .map{
	margin-top: 10px;
	margin-bottom: 10px;
}
.companyPage h3{
    font-size: 18px;
    font-weight: bold;
    color: #08377B;
	margin: 30px 0 15px 0;
    padding: 0 0 2px 0;
	border-bottom: #08377B solid 1px;
}
@media (max-width: 740px) {
.companyPage .consept{
	margin: 0 0 40px 0;
}
.companyPage .consept p.img{
	width: 100%;
	margin: 20px auto;
}
.companyPage .consept p.img img{
	width: 100%;
}
.companyPage .consept p{
	font-size: 114%;
}
.companyPage .map iframe{
	width: 100%;
	height: 250px;
}
.companyPage table {
	width: 100%;
}
.companyPage table th{
	float: left;
	padding: 2% 2% 0 2%;
	width: 96%;
	font-weight: bold;
	border-bottom: none;
}
.companyPage table td{
	float: left;
	padding: 0 2% 2% 2%;
	width: 96%;
}
}


/*  お問合せ
*********************/
.contactPage .red{
	color: #F00;
}
.contactPage .up50{
	margin-top: 50px;
}
.contactPage ul li{
	margin: 0px;
	padding-bottom: 5px;
}
.contactPage div#trust-form.contact-form table {
	width: 100%;
}
.contactPage div#trust-form.contact-form table th{
	color: #08377B;
	padding: 15px;
	width: 30%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6979AA;
	text-align: left;
	font-size: 14px;
}
.contactPage div#trust-form.contact-form table td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6979AA;
	padding: 15px;
}
.contactPage div#trust-form.contact-form table th span.content {
    width: auto;
    border-left: none;
    float: none;
    padding: 0;
}
.contactPage div#trust-form.contact-form span.require {
    float: right;
}
.contactPage div#trust-form.contact-form table tr:hover{
	background: none;
}
.contactPage div#trust-form.contact-form table td input[type="text"], 
.contactPage div#trust-form.contact-form table td textarea{
	padding: 2%;
	width: 96%;
}
.contactPage div#trust-form.contact-form p.submit-container input{
	color: #fff;
	font-size: 16px;
	padding: 13px 15px 13px 0;
	text-align: center;
	display: inline-block;
	width: 300px;
	border: #08377B solid 2px;
	background: #08377B;
}
.contactPage div#trust-form.contact-form p.submit-container input:hover{
	color: #08377B;
	background: #fff;
	border: #08377B solid 2px;
	text-decoration: none;
}

@media (max-width: 740px) {
.contactPage p{
	margin: 20px 0 0 0;
}
.contactPage div#trust-form.contact-form table th{
	float: left;
	padding: 2%;
	width: 96%;
}
.contactPage div#trust-form.contact-form table td{
	float: left;
	padding: 2%;
	width: 96%;
}
.contactPage div#trust-form.contact-form p.submit-container input{
	width: 280px;
}	
}


/*  プライバシーポリシー
*********************/
.privacyPage dl dt {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.privacyPage dl dd {
	margin: 0 0 15px 0;
	padding: 0 13px;
}
.privacyPage dl dd span {
	display: block;
	font-size: 12px;
	margin: 10px 0 10px 15px;
}
@media (max-width: 740px) {
.privacyPage dl dt {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 5px 0;
}
.privacyPage dl dd {
	margin: 0;
	padding: 0 13px;
}	
}


/*  フロンガス
*********************/
.freongasPage h2{
	font-size: 134%;
	font-weight: bold;
	margin: 50px 0 20px 0;
	padding: 10px 15px;
	color: #fff;
	background: #08377B;
}
.freongasPage h3{
    font-size: 124%;
    font-weight: bold;
    color: #08377B;
    margin: 30px 0 15px 0;
    padding: 0 0 2px 0;
    border-bottom: #08377B solid 1px;
}
.freongasPage h4{
	font-size: 124%;
	font-weight: bold;
	text-align: center;
}
.freongasPage h5{
	font-size: 134%;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}
.freongasPage p{
	margin: 0 0 20px 0;
}
.freongasPage p.center{
	text-align: center;
}
.freongasPage p.caution{
	color: #666;
	text-align: right;
	font-size: 86%;
}
.freongasPage .item .leftBox{
	float: left;
	width: 290px;
}
.freongasPage .item .rightBox{
	float: left;
	margin: 80px 0 0 30px;
	width: 290px;
}
.freongasPage ol{
	margin: 0 0 30px 0;
}
.freongasPage ol li{
	list-style: decimal inside;
	padding: 0 0 0 16px;
    text-indent: -16px;
	font-size: 124%;
	font-weight: bold;
}
.freongasPage ol li span{
	color: #f00;
	font-weight: bold;
}
.freongasPage .flow{
	border: #08377B solid 3px;
	margin: 30px 0;
	padding: 25px;
	text-align: center;
	background: #E7E7E7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.freongasPage .flow p.arrow{
	margin: 20px 0;
}

@media (max-width: 740px) {
.freongasPage .item .leftBox{
	float: none;
	width: 290px;
	margin: 0 auto 20px auto;
}
.freongasPage .item .rightBox{
	float: none;
	margin: 0;
	width: 100%;
}
}


/*  SDGsの取組み
*********************/
.sdgsPage h3{
    font-size: 18px;
    font-weight: bold;
    color: #08377B;
	margin: 30px 0 15px 0;
    padding: 0 0 2px 0;
	border-bottom: #08377B solid 1px;
}
.sdgsPage ul.icon{
    text-align: center;
}
.sdgsPage ul.icon li{
    display: inline-block;
    width: 200px;
    margin: 0 10px;
}
.sdgsPage ul.icon li img{
    max-width: 100%;
    height: auto;
}
.sdgsPage p.text{
    margin: 30px 0 0 0;
}

@media (max-width: 740px) {
.sdgsPage ul.icon li{
    display: inline-block;
    width: 100px;
    margin: 0 5px;
}
.sdgsPage p.text{
    margin: 20px 0 0 0;
}
}