@charset "UTF-8";

html {
 scroll-behavior: smooth;
}
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.7em;
	font-size: 16px;
	color: #000;
}


.pc-display-none{
	display: none;
}

/* ========== font ========== */

strong { font-weight: 600;}

a { text-decoration: none;}
a:hover {
	text-decoration: underline;
}


/* ========== page top ========== */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.pagetop a {
    display: block;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.pagetop a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* ========== header footer ========== */
#header-sp{
	display: none;
}
.header-image {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.header-logo {
	float: left;
}
.header-tel {
	float: right;
}
.header-nav {
	background-color: #14a73c;
	margin-top: 15px;
}
header ul{
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	background-image: url(images/border.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
header li{
	float: left;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	width: 142px;
	line-height: 60px;
	transition: all .3s ease;
	background-repeat: no-repeat;
	background-position: right center;
}
.header-first{
	background-image: url(../images/border_first.png);
}
.header-mid{
	background-image: url(../images/border.png);
}
.header-last{
	background-image: url(../images/border_last.png);
}
header ul a li:hover {
	background-color: #bce4c6;
    transition: all .3s ease;
	color: #14a73c;
}

#breadcrumb-list{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	font-size: 12px;
	color: #14a73c;
}
#breadcrumb-list a{
	color: #14a73c;
}

.foot_link img{
	margin: 30px;
	float: left;
}


.footer-nav{
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	color: #14a73c;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #14a73c;
	border-bottom-color: #14a73c;
}
.footer-nav a{
	color: #14a73c;
}
.footer-bottom {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	font-size: 14px;
	margin-bottom: 15px;
}
.footer-bottom strong{
	font-size: 18px;
	line-height: 36px;
}
.footer-bottom p{
	font-size: 11px;
	width: 100%;
	text-align: right;
	margin-top: -20px;
}

/* ========== contents ========== */

#contents{
	clear: both;
	width: 1000px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

#contents a img,
#contents a img:hover{
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#contents a img:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


.myButton {
	background-color:#14a73c;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	text-decoration:none;
	width: 800px;
	margin-left: 100px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 80px;
	margin-top: 60px;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}

        


.caption {
	font-size: 0.8em;
	margin-top: 5px;
	line-height: 1.2em;
}
.main_img {
	margin-bottom: 30px;
}
h1 {
	color: #14a73c;
	font-size: 28px;
	line-height: 42px;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}
h3 {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #14a73c;
	background-color: #e6e6e7;
	padding: 8px;
	margin-bottom: 20px;
	clear: both;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}
h4 {
	color: #14a73c;
	font-size: 36px;
	text-align: center;
	line-height: 48px;
	margin-top: 40px;
	clear: both;
}

.btn_box {
	width: 96%;
	margin-left: 2%;
	margin-bottom: 60px;
}
.btn_box img{
	float: left;
	margin: 20px;
}
.btn_box img{
	float: left;
	margin: 20px;
}
.bottom_hr_box {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.margin-bottom1 {
	margin-bottom: 10px;
}
.margin-bottom2 {
	margin-bottom: 20px;
}
.margin-bottom3 {
	margin-bottom: 30px;
}
.margin-bottom6 {
	margin-bottom: 60px;
}
.margin-top1 {
	margin-top: 10px;
}
.margin-top2 {
	margin-top: 20px;
}
.margin-top3 {
	margin-top: 30px;
}
.width-l{
	width: 30%;
}
.width-100{
	width: 100%;
}



.lp_gas_icon {
	margin-bottom: 40px;
	clear: both;
}
.lp_gas_icon img{
	float: left;
	margin-right: 10px;
	margin-bottom: 40px;
}
.lp_gas_icon strong{
	color: #14a73c;
	font-size: 1.2em;
}
.lp_gas_area{
	margin-bottom: 30px;
	text-align: center;
	margin-top: 30px;
	width: 500px;
	margin-left: 250px;
}
.lp_gas_table{
	margin-bottom: 10px;
	margin-top: 10px;
}
.lp_gas_table th{
	vertical-align: middle;
	background-color: #14A73C;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	font-size: 20px;
}
.lp_gas_table td{
	padding: 8px;
	vertical-align: middle;
	background-color: #E6E6E7;
  display: flex;
  align-items: center;}
.lp_gas_table td strong{
	font-size: 1.3em;
}





.toshi_right {
	text-align: right;
}
.toshi_pdf {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	font-size: 16px;
}

.toshi-myButton {
	background-color:#ffffff;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#14a73c;
	font-size:18px;
	text-decoration:none;
	width: 80%;
	margin-left: 10%;
	padding-top: 16px;
	padding-right: 31px;
	padding-bottom: 16px;
	padding-left: 31px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	border: 3px solid #14a73c;
}
.toshi-myButton:hover {
	background-color:#5cbf2a;
	color:#ffffff;
}
.toshi-myButton:active {
	position:relative;
	top:1px;
}
.keisan{
	width: 30%;
}



.eneone_f-l {
	width: 100%;
}
.eneone_f-l img{
	float: left;
}
.eneone_box_c {
	width: 100%;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.eneone_cap {
	font-size: 11px;
	line-height: 15px;
	float: right;
	text-align: left;
}
.eneone_w20 {
	width: 20%;
	margin: 2%;
}
.eneone_w25 {
	width: 25%;
}
.eneone_w33 {
	width: 28%;
	margin: 2px;
}
.eneone_w50 {
	padding-bottom: 60px;
}
.eneone_w50 img{
	width: 40%;
	margin: 5px;
}
.eneone_point2set {
	width: 100%;
}
.eneone_point2set img{
	width: 28%;
	margin: 2%;
}
.eneone_point3-1 {
	width: 50%;
	float: left;
	margin-bottom: 50px;
}
.eneone_point3-2 {
	width: 40%;
	float: right;
}






.waterone_logo {
	width: 200px;
}
.waterone_box {
	font-size: 13px;
	line-height: 21px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.waterone_box p{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}
.waterone_box a{
	font-size: 14px;
	line-height: 28px;
	color: #007bff;
}
.waterone_box li{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	list-style-type: disc;
	list-style-position: inside;
}
.waterone_box_img {
	float: right;
	margin-left: 30px;
	width: 380px;
}
.waterone_box_title {
	font-size: 22px;
	line-height: 30px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #7db4e6;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}
.waterone_box_title2 {
	font-size: 18px;
	line-height: 30px;
	color: #3598db;
	font-weight: bold;
	margin-bottom: 20px;
}
.waterone_box_title3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	background-image: url(../images/waterone_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-top: 60px;
}





.profile_table {
	font-size: 14px;
	line-height: 21px;
}
.profile_table th{
	padding: 8px;
	border: 1px solid #666;
	background-color: #e6e6e7;
}
.goaisatsu {
	margin-bottom: 60px;
}
.goaisatsu p{
	margin-bottom: 10px;
}
.goaisatsu img{
	float: right;
	width: 300px;
}
.profile_table td{
	padding: 8px;
	border: 1px solid #666;
}



/* ========== お問い合わせ ========== */
#form-tbl,
#form-tbl input{
	font-size: 15px;
}
#form-tbl th,
#form-tbl td{
	padding: 8px;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}
#form-tbl th{
	background-color: #eee;
}
#form-tbl .btn input{
	background-color: #22a642;
	font-size: 16px;
	color: #FFF;
	padding: 10px;
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#form-tbl .btn input:hover{
	cursor: pointer
}


.hissu{
	background-color: #F00;
	font-size: 10px;
	color: #FFF;
	padding: 3px;
	border-radius: 4px;
}
