@charset "utf-8";

.breadSection, .siteContent-base-on {
display: none;
}
.widget_vkexunit_post_list .veu_postList .postList_more a {
background: #1fa3da;
color: #fff;
padding: 10px 2em;
border-radius: 8px;
font-size: 18px;
}
.widget_vkexunit_post_list .veu_postList .postList_more {
text-align: center;
margin: 20px auto 50px;
}
.accordion-content {
display: none;
}
.accordion-header {
background-color: #FFF;
padding: 22px 45px 20px 20px;
margin: 20px 0 0;
transition: background .3s ease;
cursor: pointer;
position: relative;
font-weight: bold;
}
.accordion-header::before, .accordion-header::after {
position: absolute;
content: '';
top: 1px;
right: 20px;
bottom: 0;
width: 12px;
height: 2px;
margin: auto;
background: #151E2F;
}
.accordion-header::after {
transform: rotate(-90deg);
transition: transform 0.3s;
}
.accordion-header.active::after {
transform: rotate(0deg);
}
.accordion-content {
background-color: transparent;
padding: 12px 20px 10px;
}
.accordion-header span, .accordion-content span {
padding-left: 25px;
position: relative;
display: block;
}
.accordion-header span::before {
position: absolute;
content: "Q";
top: 50%;
left: 0;
color: #337ab7;
font-size: 17px;
transform: translateY(-50%);
font-weight: bold;
}
.accordion-content span::before {
position: absolute;
content: "A";
top: 0;
left: 0;
color: #151E2F;
font-size: 17px;
color: #28a745;
font-weight: bold;
} .accordion-header:hover {
background-color: #cef0ff;
}
#toilet section {
padding: 50px 0;
}
#toilet section h2 {}
.bg-water{background-image: url(https://suido-99.com/kumamoto/wp-content/uploads/2020/02/bg-3.jpg);background-size: cover;
background-position: center center;}
#toilet section table {
border: 1px solid #ddd;
margin: 2em 0;
}
#toilet section table th {
background: #1588DA;
color: #fff;
font-weight: bold;
font-size: 16px;
text-align: center;
border: 1px solid #ddd;
}
#toilet section table td {
text-align: center;
font-size: 16px;
border: 1px solid #ccc;
}
#toilet li {
list-style-type: none;
}
#toilet a {
transition: .3s;
}
#toilet a:hover {
opacity: .8;
}
ul {
margin: 0;
padding: 0;
}
.flex {
display: flex;
}
.center {
text-align: center;
}
.bg-bl {
background: #E9F4FB;
}
.intro p:last-child{margin-top:1em;}
.intro p strong{font-size:25px;}
.intro div.center img {
max-width: 500px;
object-fit: cover;
border-radius: 20px;
width: 100%;
}
#toilet .intro h1{
font-weight:bold;
font-size: 25px;
text-align:center;
margin: 1em auto .5em;
}
.intro p {
text-align: center;
font-size: 18px;
}
.service {
background: #fff;
}
.service .flex img {
max-width: 500px;
margin-right: 3%;
border-radius: 20px;
}
.service .flex {
align-items: center;
font-size: 18px;
}
.cta-txt {
font-size: 20px;
position: relative;
margin: 0 auto 1em;
background: #fff;
text-align: center;
border: 2px solid #337dd2;
border-radius: 4px;
font-weight: bold;
letter-spacing: 1px;
color: #337dd2;
padding: 10px;
max-width: 800px;
line-height: 1.2;
}
.cta-txt:after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
border-top: 10px solid #337dd2;
border-bottom: 0;
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
}
.compare {
background: #fff;
}
#toilet section.compare table th {
background: #e5e5e5;
color: #333;
border: 1px solid #ccc;
}
#toilet section.compare .bg-bl {
border-left: 4px solid #dcdf2e;
border-right: 4px solid #dcdf2e;
}
#toilet section.compare th.bg-bl {
border-top: 4px solid #dcdf2e;
background: #1588DA;
color: #fff;
}
#toilet section.compare tr:last-child .bg-bl {
border-bottom: 4px solid #dcdf2e;
}
.reason h2 {
background: #fff;
}
.reason {
font-size: 18px;
}
.reason ul {
display: flex;
justify-content: center;
}
.reason ul li {
margin: 1% 2%;
width: 26%;
font-weight: bold;
}
.reason ul li img {
width: 250px;
height: 250px;
object-fit: cover;
border-radius: 250px;
}
.reason ul li p {
margin-top: 1em;
}
.case {
background: #fff;
}
.case .postList_miniThumb {
display: flex;
}
.postList_item {
width: 24%;
margin: 1%;
}
.widget_vkexunit_post_list .veu_postList .postList_miniThumb .postList_thumbnail {
float: none;
margin-right: 0;
}
.widget_vkexunit_post_list .veu_postList .postList_miniThumb .postList_thumbnail img {
width: 100%;
height: 150px;
object-fit: cover;
}
.flow {
background: #fff;
}
.flow ul {
display: flex;
}
.flow li {
width: 24%;
margin: 1%;
position: relative;
}
.payment {
border: 2px solid #ccc;
background: #fff;
max-width: 500px;
margin: 10px auto;
}
.payment h3 {
background: #003e9b;
border-left: none;
color: #fff;
text-align: center;
font-weight: bold;
}
.faq h2 {
background: #fff;
}
#toilet section.faq {
padding: 80px 0;
}
.voice {
background: #fff;
}
.voice .flex img {
width: 48%;
}
.area h2{background:#fff;}
.area ul {
display: flex;
flex-wrap: wrap;
margin-top:3em;
}
.area ul li {
padding: 5px 10px;
}
.area ul a {
background: #299CD3;
border-radius: 5px;
color: #fff;
padding: 9px 1em 6px;
display: block;
text-align: center;
border-bottom: 4px solid #277397;
}
@media only screen and (max-width:991px) {
.flex,.flow ul{flex-wrap:wrap;}.service .flex img{width:100%;margin:0 auto 10px;}
.reason ul li{width:100%;text-align: center;}.reason ul,.case .postList_miniThumb{flex-wrap:wrap;}
.postList_item {
width: 100%;
}.widget_vkexunit_post_list .veu_postList .postList_miniThumb .postList_thumbnail {
float: left;
margin-right: 15px;
}
.widget_vkexunit_post_list .veu_postList .postList_miniThumb .postList_thumbnail img {
width: 150px;
height:100px;
}
.flow ul{justify-content:center;}
.flow ul li{width:100%;}
.voice .flex img {
width: 100%;
}
.area ul li {
padding: 0 5px;
}
.cp-tbl{
overflow: auto;
}
.cp-tbl table{
width:100%; word-break:break-all;white-space: nowrap;
}
}