/* common.css */

html, body, div, h1, h2, h3, h4, h5, h6, p, address, blockquote, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset,
section, hgroup, nav, article, aside, header, footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

section, nav, article, aside, header, footer {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

ul li, ol li, dl dt{
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
	line-height: 1.7;
/*	font-size: 3.75vw; 24/640=0.0375 */
/*	font-size: 4.0625vw; 26/640=0.040625 */
/*	font-size: 4.375vw; 28/640=0.04375 */
	font-size:4.375vw; /* 28px */
/*	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; */
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; 

/*	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
*/
	color: rgb(77, 77, 77);
	-webkit-text-size-adjust: none;
	background-color: #C8C8C8;
}
@media(min-width:640px){
	body {
		font-size:28px; /* 幅が640px以上の場合は文字サイズを固定する。 */
	}
}

a {	
	color: #009BB4;
	text-decoration: underline;
	-webkit-tap-highlight-color: #99CCFF;
}
a:link {
	color: #009BB4; /* 0 155 180 */
	text-decoration:underline;
}
/*a:visited {	color: #54A7B9;	}*/
a:active {	}
a:hover {
	text-decoration:none;
}

#wrapper {
	text-align: left;
	margin : 0 auto;
	max-width : 640px;
	background : #fff;
}
#wrapper p { 
}
/*
a img:hover {
   opacity: 0.8;
}
*/

a:hover {
   opacity: 0.8;
}
img{
	max-width:100%; 
	height:auto;
}

.pageTitle {
	padding-top:12px;
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #EBEBEB;
}
.redtext {
	color: #F00;
}

/*全体のSP対応*/

#header{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 640px;
	min-width: 100px;
	margin: 0 auto;
	color:#666666;
	overflow: visible;
	background-color: #ffffff;
}
#header a{
	color:#666666;
}
#header a:hover{
	color:#666666;
}

#head_banner{
	width: auto;
	height: 3.5em;
	padding-top: 0;
	background-image: url(/images/v7/sptoplogo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: contain;
	background-size: contain;
}
#head_banner h1{
	position: relative;
	z-index: 99;
	font-size: 0.5em;
	margin: 0px;
	text-align: right;
	top: 0;
	right: 0px;
	color: #666666;
	font-weight: normal;
	padding: 0px;
}

#head_banner h2,
#head_banner .aquas_logo{
	position: absolute;
	float: none;
	width: 25.754%;
	margin-top: 0;
	margin-right: 3.12%;
	margin-bottom: 0;
	margin-left: 3.12%;
	padding-top: 1.0%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 4%;
	top: 5%;
}
#head_banner h2 img,
#head_banner .aquas_logo img{
/*	width: auto;*/
	height: auto;
}
	
#head_banner .top_menu{
	display: block;
	position: absolute;
	top: 15%;
	right: 0;
	width: 15.62%;
	background:url(/images/v7/spBtnMenuClose.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	cursor:pointer;
}
#head_banner .top_menu.active img{
	opacity: 0;
}

#header .menu_box{
	display: none;
	position: absolute;	/* 重ねて表示 */
	width: 100%;
	background: rgba(255,255,255,0.95);
	z-index: 1000;
	top: 100%;
}

#header h1{
	font-size: 0.3em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	float: none;
}
#site_description {
	font-size: 0.3em;
	margin: 0px;
	padding: 0px;
}
#main_menu a:hover {
   opacity: 1;
}

#main_menu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size:85.7%w;	/* 24pt */
}
#main_menu li {
  	position: relative;
	text-decoration: none;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#main_menu li a {
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0.6em;
	padding-right: 2.5em;
	padding-bottom: 0.6em;
	padding-left: 2.4em;
}

#main_menu li::before{
  	content: '';
  	width: 0.25em;
  	height: 0.25em;
  	border: 0px;
  	border-top: solid 2px #666666;
  	border-right: solid 2px #666666;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  	position: absolute;
  	top: 1.3em;
  	left: 0;
  	margin-top: -0.1em;
  	margin-left:1.5em;
}
#main_menu li span {
	display: block;
	color: #666666;
	padding-top: 0.6em;
	padding-right: 2.5em;
	padding-bottom: 0.6em;
	padding-left: 2.4em;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	cursor:pointer;
	background: url("/images/v7/ico_plus_b.gif") right 1.3em center no-repeat;
	background-size: 0.7em auto;
	vertical-align: middle;
}
#main_menu li span.open {
	background: url("/images/v7/ico_minus_b.gif") right 1.3em center no-repeat;
	background-size: 0.7em auto;
	vertical-align: middle;
}
#main_menu ul li a {
	position: relative;
	display: block;
	font-size:83%;	/* 20pt */
	padding-top: 0.9em;
	padding-right: 2.5em;
	padding-bottom: 0.8em;
	padding-left: 3.4em;
	background-color: #F1F1F1;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
}
#main_menu ul li a::before {
  	content: '';
  	width: 0.23em;
  	height: 0.23em;
  	border: 0px;
  	border-top: solid 2px #666666;
  	border-right: solid 2px #666666;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  	position: absolute;
  	top: 1.6em;
  	left: 0;
  	margin-top: -0.1em;
  	margin-left:2.5em;
}

#main_menu ul li:last-of-type a{
	border-bottom: 1px solid #CCCCCC;
}
#header .menu_box .sub_menu {
	margin-top: 0.8em;
	font-size: 80%;
	background: rgba(255,255,255,1);
}
#header .menu_box .sub_menu li{
	float: left;
	margin-right: 3em;
	margin-bottom: 0.8em;
	margin-left: 1.0em;
	padding-left: 2.5em;
	background-size: 2.5em auto;
}
#header .menu_box .sub_menu li.first{
	background-image: url(/images/v7/ico_wakaba.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#header .menu_box .sub_menu li.voice{
	background-image: url(/images/v7/ico_voice.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#header .menu_box .sub_menu li.faq{
	background-image: url(/images/v7/ico_faq.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#header .menu_box .contact_menu{
	display: block;
	text-align: center;
	background-color: #CCEBF0;
	padding-top: 1.9em;
	padding-bottom: 0.6em;
	padding-right: 0;
	padding-left: 0;
	clear: both;
}
#header .menu_box .contact_menu li{
	display: inline-block;
	width: 37%;
	letter-spacing: 0;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0%;
	margin-left: 0%;
}
#header .menu_box .contact_menuEx{
/*	font-size: 70%;*/
	display: block;
	text-align: center;
	background-color: #CCEBF0;
	padding-top: 0.3em;
	padding-bottom: 1.2em;
	padding-right: 0;
	padding-left: 0;
	clear: both;
}
#header .menu_box .contact_menuEx li{
	display: inline-block;
	width: 75.5%;
	letter-spacing: 0;
	vertical-align: top;
	margin-top: 0.7em;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 0.7em;
}

#footSubMenu{
	font-size:85.0%; /* pt */
	background-color: rgb(102, 102, 102);
	line-height: 1.4;
	font-weight: bold;
}
#footSubMenu ul{
	padding-top: 0.7em;
	padding-bottom: 0.8em;
}
#footSubMenu li{
	margin-top: 1.4em;
	margin-bottom: 1.0em;
	margin-left: 0.8em;
	padding-left: 4.2em;
	background-size: 3.2em auto;
}
#footSubMenu li span{
	font-size:70%;
	font-weight: normal;
}
#footSubMenu li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footSubMenu li.fsub_corp{
	background-image: url(/images/v7/1aboutus.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footSubMenu li.fsub_apply{
	background-image: url(/images/v7/1omousikomi.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footSubMenu li.fsub_inquire{
	background-image: url(/images/v7/1otoiawase.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footSubMenu li.fsub_flow{
	background-image: url(/images/v7/1nagare.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footOthersite{
	font-size:75%; /* pt */
	background-color: rgb(51, 51, 51);
	padding-bottom: 1em;
}
#footOthersite ul{
	padding-top: 1.0em;
	padding-bottom: 0.2em;
}
#footOthersite li{
	margin-top: 0.7em;
	margin-bottom: 0.8em;
	margin-left: 0.9em;
	padding-left: 2.5em;
	background-size: 3.2em auto;
	background-image: url(/images/v7/ico_othersite.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.6em auto;
}
#footOthersite li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footMenuEtc{
	margin-left: 10.0em;
}


#footMenu {
	font-size:80%; /* 20pt */
}
#footMenu a:hover {
   opacity: 1;
}
#footMenu li {
  	position: relative;
	text-decoration: none;
	color: #ffffff;
	background-color: rgb(0, 155, 180);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#footMenu li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: rgb(0, 155, 180);
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 0.7em;
	padding-right: 2.5em;
	padding-bottom: 0.7em;
	padding-left: 2.4em;
}

#footMenu li::before{
  	content: '';
  	width: 0.25em;
  	height: 0.25em;
  	border: 0px;
  	border-top: solid 2px #ffffff;
  	border-right: solid 2px #ffffff;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  	position: absolute;
  	top: 1.4em;
  	left: 0;
  	margin-top: -0.1em;
  	margin-left:1.5em;
}
#footMenu li span {
	display: block;
	padding-top: 0.7em;
	padding-right: 2.5em;
	padding-bottom: 0.7em;
	padding-left: 2.4em;
	border-bottom: 0.5px solid #FFFFFF;
	text-decoration: none;
	cursor:pointer;
	background: url("/images/v7/ico_plus.gif") right 1.6em center no-repeat #009BB4;
	background-size: 0.7em auto;
	vertical-align: middle;
}
#footMenu li span.open {
	background: url("/images/v7/ico_minus.gif") right 1.6em center no-repeat #009BB4;
	background-size: 0.7em auto;
	vertical-align: middle;
}
#footMenu ul li a {
	position: relative;
	display: block;
	font-size:90.0%;	/* 18pt */
	padding-top: 0.6em;
	padding-right: 2.5em;
	padding-bottom: 0.6em;
	padding-left: 3.4em;
	background-color: #00B5D5;
	text-decoration: none;
	color: #ffffff;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#footMenu ul li a::before {
  	content: '';
  	width: 0.23em;
  	height: 0.23em;
  	border: 0px;
  	border-top: solid 2px #ffffff;
  	border-right: solid 2px #ffffff;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  	position: absolute;
  	top: 1.3em;
  	left: 0;
  	margin-top: -0.1em;
  	margin-left:2.5em;
}

#footMenu ul li:last-of-type a{
	border-bottom: 0.5px solid #FFFFFF;
}
#footerMenu {
	font-size:80%; /* 20pt */
/*	font-size:0.7em;*/
	background-color: rgb(0, 155, 180);
	height: auto;
	text-align: center;
	line-height: 1.3;
}
#footerMenu ul{
	margin-right: 1.5em;
	margin-left: 1.5em;
}
#footerMenu li {
	background-size: 2em auto;
	margin: 0em;
	background-color: rgb(0, 155, 180);
	padding-top: 0.5em;
	padding-right: 0.3em;
	padding-bottom: 0em;
	padding-left: 0.7em;
	display: inline-block;
}
#footerMenu li a {
	color:#fff;
	background-image: url(/images/v7/ico_link3.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1em auto;
	padding-left: 1.2em;
}



.foot_logo {
	background-color: rgb(0, 155, 180);
	text-align: center;
	clear: both;
	padding-top: 2em;
	padding-bottom: 1.5em;
}

#footer {
	background-color: rgb(0, 155, 180);
	font-size:0.25em; /* 7pt */
	color: #FFFFFF;
	text-align: center;
	font-size: 0.5em;
	clear: both;
	padding-top: 2.5em;
	padding-bottom: 5.5em;
}
h3 {
	font-size: 1.03em;	/* 29 */
	color: rgb(0,155,180);
	clear: both;
	margin-top: 0.7em;
	font-weight: normal;
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
	margin-left: 0.7em;
	margin-right: 0.7em;
}
.message_box {
	font-size: 0.6em;
	text-align: center;
	margin-bottom: 1.5em;
}
.banner_box {
	font-size: 0.75em;
	text-align: center;
	margin-bottom: 1.5em;
	clear: both;
}
.banner_box p{
	padding: 0.5em;
}
.arrow_box {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	height: 2em;
	text-align: center;
}
.arrow_box img{
	width: 1.5em;
	height: 1.5em;
}
.banner_box_yoko {
	margin-bottom: 1.5em;
}
.banner_box_yoko img{
	margin: 0;
	padding: 0;
	float: left;
}

#WHATS_NEW {
}
#WHATS_NEW h3{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(179,179,179);
	padding-bottom: 0em;
	text-align: left;
}
#WHATS_NEW ul {
	line-height: 1.3;
	font-size: 0.8em;	/* px */
	text-align: left;
	list-style:none;
	padding: 0;
	margin-top: 0.5em;
	margin-bottom: 2.5em;
	margin-left: auto;
}
#WHATS_NEW li {
	overflow: hidden;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 1.0em;
	padding-right: 1.0em;
	margin-bottom: 0.2em;
}
#WHATS_NEW ul li a {	
	text-decoration: none;
/*	position: relative;*/
	display: block;
	color: rgb(77, 77, 77);
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
}
#WHATS_NEW span {
	color: rgb(0,155,180);
	padding-right: 0.8em;
}

#ABOUT_AQUAS5{
}
#VOICE{
	margin-top: 1.4em;
	margin-bottom: 1.9em;
	padding-top: 0.5em;
	padding-bottom: 1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#VOICE img{
	margin-top: 0;
	margin-bottom: 0;
}
#PERFORMANCE {
}
#INSTALLATION{
}
#PLAN{
}
#MEDIA{
}
#AQUAS5_SHOPS{
}
#HISTORY{
}
#ABOUT_US{
}
#BLOG_NEW{
	margin-top: 2.5em;
	padding-top: 1.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 2.3em;
}
#BLOG_NEW h3{
	color: rgb(26,26,26);
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0.2em;
	margin-top: 0em;
	text-align: center;
}
.blog_list{
	font-size: 0.7em;	/* px */
	padding-bottom: 1.0em;
}
.blog_list ul{
	margin-left: 1.3em;
	margin-right: 1em;
}
.blog_list li {
	list-style: none;
	margin: 0em;
	padding-right: 1.0em;
	display: inline-block;
	position: relative; 
}
.blog_list li a {
	color:rgb(0, 155, 180);
}
.blog_list span li a {
	color: #B1A257;
}
.blog_list li:after,
.blog_list span li:after {
  	content: "";
  	display: block;
  	width: 0.5em;
  	height: 0.5em;
  	border-top: 2px solid rgb(0, 155, 180);
  	border-right: 2px solid rgb(0, 155, 180);
  	position: absolute;
  	top: 0.5em;
  	right: 0.3em;
  	transform:rotate(45deg)
}
.blog_list span li:after {
 	border-top: 2px solid #B1A257;
  	border-right: 2px solid #B1A257;
}
.blognew_entry,
.blognew_entry_co{
	line-height: 1.8;
	font-size: 0.7em;	/* px */
	overflow:hidden; 
}
.blognew_entry h4,
.blognew_entry_co h4{
	color: rgb(26,26,26);
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3;
	border-left-width: 0.4em;
	border-left-style: solid;
	border-left-color: rgb(0, 155, 180);
	margin-bottom: 0.8em;
	margin-left: 1.1em;
	padding-left: 0em;
	padding-top: 0.1em;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: both;
	margin-top: 0.8em;
}
.blognew_entry_co h4{
	border-left-color: #B1A257;
	border-left-style: solid;
	border-left-width: 0.4em;
}
.blognew_entry ul,
.blognew_entry_co ul{
	margin-left: 1.2em;
	margin-right: 1em;
}
.blognew_entry ul:after,
.blognew_entry_co ul:after{
	clear: both;
}
.blognew_entry li,
.blognew_entry_co li{
	float: left;
	width: 100%;
}
.blognew_entry li a,
.blognew_entry_co li a{
	text-decoration: none;
	color:rgb(51, 51, 51);
	display: block;
}
.blognew_entry_co li a{
/*	color: #B1A257;*/
}
.blognew_entry li a:hover,
.blognew_entry_co li a:hover{
	color:rgb(0, 155, 180);
}
.blognew_thumbnail{
	float: left;
	margin-right: 1em;
	margin-bottom: 1.3em;
}
.blognew_thumbnail img{
	width: 5.0em;
	height: 5.0em;
	object-fit: cover; 	/* 正方形にトリミング */
}
.blognew_title{
	color: rgb(26,26,26);
	font-size: 0.9em;	/* px */
	margin-bottom: 0.3em;
}
.blognew_entry span,
.blognew_entry_co span{
	color: #FFFFFF;
	font-size: 0.9em;	/* px */
	background: #009BB4;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	margin-right: 0.8em;
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.blognew_entry_co span{
	color: #FFFFFF;
	background: #B1A257;
	padding-left: 1.3em;
	padding-right: 1.3em;
}

#pickup {
	line-height: 1.2;
}
#pickup li{
	padding-left: 0.8em;
	padding-bottom: 1.2em;
	padding-right: 0.8em;
}
#pickup li a{
	font-size: 0.7em;
	text-decoration: none;
	color: #444444;
}
#pickup li a span{
	color:rgb(0, 155, 180);
}
#pickup li a img {
	margin-bottom: 0.6em;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border:1px solid #CCCCCC;
	background-color: #CCCCCC;
	box-sizing:border-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0;
	text-indent: -9999px;
	outline: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	border:1px solid rgb(0, 155, 180);
	background:rgb(0, 155, 180);
}
.bx-wrapper .bx-pager .bx-pager-item {
	display:inline-block;
	margin:0 18px 0 0;
}
.bx-wrapper {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
}

.article,
.articles {
	text-align: center;
	color: rgb(102,102,102);
	font-size: 0.9285em;	/* 26px */
	line-height: 1.9;
}
.article{
	margin-bottom: 1.7em;
}
.article h3,
.articles h3{
	font-weight: bold;
	font-size: 1.153em;	/* 30px */
	margin: 0px;
	padding: 0px;
}

.article_description {
	font-size: 0.9em;	/* px */
	color: rgb(0, 155, 180);
}
.articles h3{
}
.article img {
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}
.article strong {
	font-size: 1.153em;	/* 30px */
	color: rgb(26,26,26);
	font-weight: normal;
}

.articles {
}
.articles ul {
	line-height: 1.3;
	font-size: 0.8em;	/* px */
	text-align: left;
	list-style:none;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 3em;
	margin-left: auto;
}
.articles li {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	padding-left: 1.5em;
	margin-bottom: 0.2em;
}
.articles ul li a {	
	text-decoration: none;
	position: relative;
	display: block;
	color: #444444;
	background: url("/images/v7/ico_link3.gif") right 1.6em center no-repeat;
	background-size: 1.7em auto;

	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 3.5em;
}
.thumbnail {
	float: left;
	margin-right: 2.5%;
	font-size: 0;
	width: 25%;
}
.thumbnailL {
	float: left;
	margin-right: 3%;
	font-size: 0;
	width: 42.18%;
}
.articles .title {
	margin: 0;
	color: #019BB5;
}
.articles .category {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #019BB5;
	border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	padding-right: 0.8em;
	padding-left: 0.8em;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}
.articles .date {
	margin: 0;
	color: rgb(0,155,180);
}
.articles .overview {
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.articles .summary {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
}


.study_message {
	font-size: 0.7142em;	/* 20px */
	background-color: rgb(240,240,240);
	color: rgb(102, 102, 102);
	text-align: center;
	margin-top: 2em;
	padding: 3em;
}
.study_message h3,
.study_message h4{
	font-size: 1.5em;	/* 30px */
	color: rgb(51, 51, 51);
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0.4em;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
}
.study_message h3{
	font-weight: bold;
	margin-bottom: 0.8em;
}
.study_message p{
	margin-bottom: 1em;
}
.study_message_box{
	margin-bottom: 3em;
}

/* 縦2分割 */
.tate2 {
	width:100%;
	list-style-type: none;
	clear: both;
	line-height: 1.4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 13em;
	margin-top: 1.8em;
	margin-bottom: 2.4em;
	padding-bottom: 0.9em;
}
.tate2 ul{
	margin-left: 0.5em;
}
.tate2 li {
	padding-top: 1.5em;
	padding-bottom: 1.2em;
}
.tate2 li a{
	font-size: 0.8em;
	float: left;
	display: block;
	width: 40%;
	text-decoration: none;
	text-decoration: none;
	color: #444444;
	padding-right: 1.2em;
	padding-left: 1.2em;
}
.tate2 li a span{
	color:rgb(0, 155, 180);
}
.tate2 li a img {
	margin-bottom: 0.6em;
}
.tate2 ul li:last-of-type a{
	border-left: 1px solid #CCCCCC;

}

.narrow_banner {
	margin-top: 1.2em;
	text-align: center;
}
.narrow_banner img{
	padding-bottom: 1.2em;
}

.text_free {
	color: #019BB5;
}



.top_contents {
}
.blog {
}
.blog h2 {
}
.blog h3 {
	font-size: 1.1em;
	margin-top: 1em;
	text-align: center;
	color: #009BB4;
	margin-bottom: 0.5ex;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0ex;
	padding-left: 0px;
}
.blog h4 {
	font-size: 1.05em;
	margin-top: 1em;
	text-align: center;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 1px;
}
.blog h5{
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	margin-top: 0.7em;
	padding-left: 0.9em;
}
.blog h6 {
	font-weight: normal;
	font-size: 0.9em;
	color: #009BB4;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 0.8em;
	margin-right: 0.8em;
}

.blog hr {
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	clear: both;
	border-bottom-style: none;
	margin-bottom: 2em;
}

.blog_entry {
	margin-bottom: 2em;
	font-size: 1.0em;
}
.blog_entry p {
	margin-top: 0.9em;
	margin-right: 0;
	margin-bottom: 0.9em;
	margin-left: 0;
	padding-top: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.3em;
	padding-left: 0.9em;
}
.blog_entry ol {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2.5em;
}
.blog_entry ol li{
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 1.6;
	padding-bottom: 0.4em;
}
.blog_entry ul {
	margin: 0px;
	padding-top: 0.7em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.9em;
}
.blog_entry ul li{
	margin: 0px;
	margin-left: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.8em;
	padding-left: 0em;
	line-height: 1.4;
	list-style-position: outside;
	list-style-type: disc;
}
.blog_entry_thumbnail{
	float: left;
	margin-right: 0.7em;
}
.blog_entry_thumbnail img{
	width: 6.5em;
	height: 6.5em;
	object-fit: cover; 	/* 正方形にトリミング */
}

.fontS {
	font-size: 0.7em;
}
.blog_entry::after {
}
.pankuzu{
	font-size: 0.4em;
	padding-top: 0.5em;
	padding-left: 1em;
}
.pankuzu a{
	padding: 0.5em;
}
/* Q&A */
.q_list {
}
.q_list h3, .q_category h3{
	font-size: 1.1em;
}

.q_list ul, .q_category ul{
	margin: 0px;
	padding-top: 0.7em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.9em;
}
.q_list ul li, .q_category ul li{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0.2em;
	padding-bottom: 0.8em;
	padding-left: 0.2em;
	line-height: 1.4;
}
.q_category ul li{
	background-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1.5em;
	padding-left: 0em;
}

.list_category {
	margin-bottom: 2em;
}
.q_list a{
	color: rgb(77, 77, 77);
/*	text-decoration:none;*/
}
.q_list ul li::before {
  	content: 'Q.';
	font-size: 160%;
	color: rgb(0, 155, 180);
	padding-right: 7px;
}

h2{
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1.1em;
	padding-left: 1em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.0em;
	margin-left: 0em;
}
#sp_page_banner {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: cover;
	clear: both;
	background-image: url(/images/v7/sp_header_non.jpg);
	padding-bottom: 43.0%;
}
#sp_page_title{
	margin: 0px;
	padding: 0px;
}
#sp_page_title h2{
	background-color: #2E93A5;
	margin-top: 0.3em;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	margin-bottom: 0em;
}

/* お客さの声 */
#voice_page_banner {
	background-image: url(/images/v7/SP-VOICEheader2024.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: cover;
	clear: both;
	padding-bottom: 43.0%;
}
/* 工事部レポート */
#kouji_page_banner {
	background-image: url(/images/v7/sp_header_koujibureport.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: cover;
	clear: both;
	padding-bottom: 43.0%;
}
/* 水知識 */
#knowledge_page_banner {
	background-image: url(/images/v7/sp_header_mizutisiki.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: cover;
	clear: both;
	padding-bottom: 43.0%;
}

div.designTable2 table{
	font-size: 0.8em;
	line-height: 160%;
	border-collapse : collapse;
	vertical-align : top;
	width : 93%;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 0.7em;
	margin-right: 0px;
	margin-bottom: 0.7em;
	margin-left: 1.1em;
}
div.designTable2 table tr td {
	border-collapse : collapse;
	vertical-align : top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 0.8em;
	padding-right: 0.0em;
	padding-bottom: 0.8em;
	padding-left: 0.3em;
}
div.designTable2 table tr th {
	border-collapse : collapse;
	vertical-align : top;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 0.8em;
	padding-right: 0.3em;
	padding-bottom: 0.8em;
	padding-left: 0.1em;
}

#voice_pickup {
	height:auto;
	overflow:hidden
	line-height: 1.2;
	margin-bottom: 1em;
	margin-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
}
#voice_pickup li{
	margin: 0px;
	padding: 0px;
}
#voice_pickup li a img {
	margin-bottom: .50em;
}

.voice_menu{
	width : 100%;
	overflow: hidden;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0em;
	font-size: 85%;
	color: #009BB4;
}
.voice_menu ul{
	padding: 0px;
	margin: 0px;
}
.voice_menu ul li{
	padding:0;
	margin:0;
	text-align:center;
}
.voice_menu ul li a{
	float: left;
	list-style-type: none;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	box-sizing: border-box;
	width: calc(100% / 3);
	padding-top: 0.9em;
	padding-right: 0em;
	padding-bottom: 0.9em;
	padding-left: 0em;
	border: 1px solid #CCCCCC;
}
.voice_menu ul li a:hover{
	color: #FFFFFF;
	background-color: #009BB4;
	border: 1px solid #009BB4;
}
.voice_entry_count{
	text-align: center;
	clear: both;
	font-size: 70%;
	color: #009BB4;
	margin-bottom: 1.5em;
	margin-top: 1em;
}
.voice_interview{
	font-size: 60%;
	overflow: hidden;
	margin-bottom: 2em;
	clear: both;
	text-align: center;
	margin-top: 0.5em;
}
.voice_interview ul{
}
.voice_interview li{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-image: url(/images/v7/ico_link_down.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 2.0em;
	display: inline;
	margin-right: 2em;
	margin-left: 2em;
}
.voice_date{
	font-size: 70%;
	margin-left: 1.5em;
}
.voice_date span{
	color: #FFFFFF;
	background-color: #EC8D1D;
	margin-left: 1.5em;
	padding-top: 1px;
	padding-right: 0.3em;
	padding-bottom: 1px;
	padding-left: 0.3em;
}
#voice_top h4{
	text-align: left;
	margin-left: 0.8em;
	font-size: 1.2em;
	clear: both;
	margin-bottom: 1.8em;
}
#voice_top p {
	margin-top: 0.0em;
	margin-bottom: 1.8em;
	padding-top: 0.0em;
	padding-bottom: 1.1em;
}

.page_navi{
	text-align: center;
	margin-bottom: 3em;
	font-size: 0.8em;
}
.page_prev{
	margin-right: 1em;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}
.page_next{
	margin-left: 1em;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}
.page_first{
	font-weight: bold;
	margin-right: 0.8em;
}
.page_last{
	font-weight: bold;
	margin-left: 0.8em;
}
.current_page{
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding-top: 0.2em;
	padding-right: 0.6em;
	padding-bottom: 0.2em;
	padding-left: 0.6em;
	margin-right: 0.3em;
	margin-left: 0.3em;
	border: 1px solid #CCCCCC;
}
.link_page{
	padding-top: 0.2em;
	padding-right: 0.6em;
	padding-bottom: 0.2em;
	padding-left: 0.6em;
	border: 1px solid #CCCCCC;
	margin-right: 0.3em;
	margin-left: 0.3em;
}


.gray_back {
	background-color: rgb(240,240,240);
}
.beige_back {
	background-color: rgb(248,234,223);
}
.wide_box3{
	background-color: rgb(224, 243, 246);
}

.adj{
	height: 1em;
	clear: both;
}
#switch_pc {
	background-color: #CCCCCC;
	text-align: center;
}
#switch_sp {
}

.set001 {
	font-size: 150%;
	font-weight: bold;
	color: rgb(0, 155, 180);
	text-align: center;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.set002 {
	font-weight: bold;
	color: rgb(0, 155, 180);
}


.nav_flow{
	width:100%;
	overflow:hidden;
}
.nav_flow ul{
	margin:0;
	height:35px;
	overflow:hidden;
	display:table;
	width:100%;
	box-sizing:border-box;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.nav_flow li{
	display: table-cell;
	vertical-align:middle;
	margin: 0;
	height:35px;
	list-style: none;
	position: relative;
	background: #C5C5C5;
	color: #fff;
	overflow:hidden;
	font-weight:normal;
	font-size:10px;
	text-align:center;
	color:#4a4a4a;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 45px;
}
.nav_flow li.now{
	background:#B7E4EA;
	color:#333;
}
.nav_flow li:first-child{
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.nav_flow li:first-child:before{
	display:none;
}
.nav_flow li:first-child:after{
	display:none;
}

.nav_flow li:last-child{
	padding-right:15px;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	
}
.nav_flow li:before{
	display: block;
	content: "";
	position: absolute;
	top: -8px;
	left:-0px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 27px 0 30px 42px;
	border-color: transparent transparent transparent #fff;
	z-index:1;
	-webkit-backface-visibility: hidden;
}
.nav_flow li:after{
	display: block;
	content: "";
	position: absolute;
	top:-8px;
	left:-4px;
	width:0px;
	height:0px;
	border-style: solid;
	border-width: 27px 0 30px 42px;
	border-color: transparent transparent transparent #C5C5C5;
	z-index:1;
	-webkit-backface-visibility: hidden;
}

.nav_flow li.now + li:after{
	border-color: transparent transparent transparent #B7E4EA;
}
.formTitle {
	padding-top:12px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
}
.formBox {
	background-color: #EBEBEB;
	font-size: 15px;
}
.form-error{
	background-color:#FFD9D9;
	text-align:left;
	font-weight:bold;
	color:#F00;
}
.form-stext {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
.form-value {
	font-weight:bold;
	font-size: 16px;
}
.require{
	padding:2px;
	color:#FFF;
	background-color:#CC0000;
	font-weight:bold;
	font-size:11px;
	-webkit-border-radius:4px;
	border-radius:4px;
	white-space: nowrap;
	margin-left: 7px;
	vertical-align: middle;
}
input:focus,textarea:focus,select:focus{
	background:#FFFFCC;
}
.formInputBox{
	font-size:16px;
	padding-top:15px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-left: 13px;
	font-weight:bold;
}
.formConfBox{
	font-size:15px;
	padding-top:15px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-left: 13px;
	font-weight: normal;
}
input[disabled]{
	border:1px solid #dbd9d9;
	background:#eaeaea;
	box-shadow:none;
}

.formInputBox input,
.formInputBox textarea{
 	-webkit-appearance: none;
  	-webkit-border-radius:0px;
  	-moz-border-radius:0px;
   	border-radius: 0;
   	font-size:16px;
	margin:0 0 10px 0;
	padding:7px;
	border:1px;
	box-shadow:3px 3px 0px rgba(0,0,0,0.2) inset;
	width:90%;
}
.formInputBox textarea{
	width:90%;
}
.formInputBox select{
	-webkit-appearance: button;    /* Firefox向け */
	-moz-appearance: button;       /* Google Chrome、Safari向け */
	appearance: button;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	font-size:16px;
	margin:0 0 10px 0;
	padding:7px;
	border:1px;
	box-shadow:3px 3px 0px rgba(0,0,0,0.2) inset;
	background-image: url(../images/sel_btn01.png);
	background-repeat: no-repeat;
	background-position: right center;
	width:90%;
}

.formInputBox input.boxShort{
	width:150px;
}

#form-post {
	font-weight: bold;
	font-size: 18px;
	padding: 15px;
	border:1px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.2) inset;
	cursor: pointer;
	background-color: #7FBC21;
	width:200px;
	color: #FFF;
}
#form-edit {
	font-weight: normal;
	font-size: 18px;
	padding: 15px;
	border:1px;
	cursor: pointer;
	box-shadow:0px 0px 3px rgba(0,0,0,0.2) inset;
	margin-right: 20px;
	background-color: #C5C5C5;
	width:110px;
}


.telButton {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 12px;
}
.telButton img{
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
}

.video {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 56.25%;
	padding-left: 0;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
