@charset "utf-8";

.service_list_flex{
display: flex;
flex-flow:wrap;
justify-content: space-around;
}
.service_list_flex_wrap {
width: 48%;
}
.flex_item_img {
width: 50%;
}
.flex_item_img img{
width: 100%;
height: 170px;
object-fit: cover;
}
.service_list_flex_item{
display: flex;
}
.service_list_flex_item ul{
margin: 7px 2px 0;
}
.service_list_flex_wrap h3{
position: relative;
background: none;
background-color: #0171bb;
padding: 8px 16px;
text-indent: 0;
color: #fff;
font-size: 18px;
box-sizing: border-box;
}
.service_list_flex_item ul li{
background: url(//nagoya-suido-pro.com/images/service/icon_check.gif) left top no-repeat;
margin-bottom: 0.5em;
padding-left: 20px;
font-size: 13px;
}
.service_list_link{
text-align: center;
}
.service_list_link a{
border: 2px solid #299cd3;
color: #299cd3;
font-weight: bold;
margin: 1em;
display: inline-block;
padding: 10px 15px;
font-size: 0.8em;
border-radius: 10px;
}
.sankaku{
transform: rotate(90deg);
display: inline-block;
}
.cta_tel a{
padding: 20px 40px;
background: #e06666;
display: inline-block;
color: #fff;
font-size: 1.2em;
font-weight: bold;
text-align: center;
border-radius: 25px;
position: relative;
}
.cta_tel{
text-align: center;
}
.cta_tel a:hover{
opacity: .7;
}
.cta_tel a:before {
content: url(//nagoya-suido-pro.com/images/service/tel_ico_2.png);
position: absolute;
bottom: 0.5em;
left: 0.5em;
}
.service_list_h3{
background: url(//nagoya-suido-pro.com/images/service/header_ico.png) left top no-repeat;
background-size: contain;
background-position: -10px -2px;
padding-left: 1.25em;
}
.service_toc{
display: flex;
justify-content: space-evenly;
margin: 2em 0;
}
.service_toc li {
width: 19.8%;
background: #299cd3;
position: relative;
margin-bottom: 15px;
}
.service_toc li a{
padding: 15px 0;
text-align: center;
display: block;
color: #fff;
font-weight: bold;
text-decoration: none;
}
.service_toc li a:hover{
opacity: .7;
}
.service_toc li:after{
content: "";
position: absolute;
height: 25px;
width: 100%;
clip-path: polygon(0 0, 50% 75%, 100% 0);
background-color: #299cd3;
bottom: -15px;
z-index: -1;
}
.s_trouble_flex{
display: flex;
}
.s_trouble_txt{
width: 75%;
padding: 5px;
}
.s_trouble_txt li{
font-weight: bold;
line-height: 2;
}
.section.price .s_trouble_txt h3{
box-sizing: border-box;
font-size: 1em;
padding: 5px 0 5px 10px;
}
.section.price .s_trouble_txt h3:first-child::before{
content: url(//nagoya-suido-pro.com/images/service/toilet1.png);
padding: 5px;
}
.section.price .s_trouble_txt h3:nth-of-type(2)::before{
content: url(//nagoya-suido-pro.com/images/service/toilet2.png);
padding: 5px;
}
.small_txt{
font-size: 0.75em;
font-weight: 100;
}
.red_txt{
color: red;
display: inline-block;
margin-left: 3px;
text-shadow: 1px 1px #e1e1e1;
text-decoration: underline;
}
.big_txt{
font-size: 1.4em;
}
.s_trouble_img img{
object-fit: cover;
object-position: 100% 100%;
display: block;
width: 100%;
height: 88%;
}
.s_trouble_cta{
background-color: rgb(255 236 0 / 50%);
background-image: radial-gradient(#ffffff 20%, transparent 20%);
background-size: 10px 10px;
border-radius: 10px;
text-align: center;
padding: 0.8em 0;
}
.s_trouble_cta a{
padding: 10px;
font-weight: bold;
font-size: 1.1em;
line-height: 1.25;
}
.s_trouble_cta a:hover{
opacity:.7;
}
p.challenge{
text-align: center;
font-size: 1.5rem;
color: gold;
font-weight: bold;
position: relative;
width: fit-content;
margin: 0 auto;
}
p.challenge:before{
content: "";
background-color: #195db9;
position: absolute;
top: 50%;
right: -40px;
width: 40px;
height: 4px;
rotate: -60deg;
}
p.challenge:after{
content: "";
background-color: #195db9;
position: absolute;
top: 50%;
left: -40px;
width: 40px;
height: 4px;
rotate: 60deg;
}
.comp_table .other_corp{
background: #aaa;
padding: 20px 30px;
border-radius: 15px;
background-image: repeating-linear-gradient(-45deg, #555, #555 2px, transparent 0, transparent 3px);
color: #fff;
}
.comp_table{
font-weight: bold;
text-align: center;
margin-top: 3em;
}
.comp_table .fs-8{
font-size: 0.8em;
}
.comp_table .h-center{
display: inline-block;
margin-top: calc(1em - 5px);
}
.comp_table th{
text-align: center;
padding: 0;
}
.comp_table tr td{
border-bottom: 1px solid #ccc;
padding: 5px 0;
min-width: 140px;
}
.comp_table tr td:nth-child(2){
font-size: 1.2em;
color: #e84352;
border-left: 8px solid #0066ae;
border-right: 8px solid #0066ae;
}
.comp_table tr th:nth-child(2){
background-color: #0095ff;
background-image: repeating-linear-gradient(-45deg, #0066ae, #0066ae 2px, transparent 0, transparent 3px);
color: #fff;
font-size: 2em;
font-weight: bold;
position: relative;
width: calc(100% + 8px);
margin-left: -4px;
display: block;
line-height: 1.25;
padding-bottom: 14px;
}
.comp_table tr th:nth-child(2):before{
content: '';
position: absolute;
top: -20px;
left: 0;
width: 100%;
height: 21px;
border-radius: 20px 20px 0 0;
background-color: #0095ff;
background-image: repeating-linear-gradient(-45deg, #0066ae, #0066ae 2px, transparent 0, transparent 3px);
}
.comp_table tr:last-child td:nth-child(2){
border-bottom: 8px solid #0066ae;
}
.comp_table img{
width: 32px;
}
.payment_area {
position: relative;
}
.payment_area .payment_p {
margin-bottom: 10px;
font-weight: bold;
color: #e60412;
}
.payment_area .payment_deco {
position: absolute;
top: 19px;
left: 15px;
}
.payment_box {
display: flex;
flex-flow: wrap;
justify-content: space-between;
}
.payment_box .item {
width: 325px;
border: solid 1px #7c7c7c;
border-radius: 5px;
margin-bottom: 10px;
}
.payment_box .item .p_01 {
text-align: center;
background: #7c7c7c;
color: #fff;
font-weight: bold;
font-size: 18px;
padding: 3px 0;
}
.payment_box .item img {
width: 50px;
object-fit: contain;
}
.payment_box .item .wi_120 {
width: 120px;
}
.payment_box .item .wi_130 {
width: 130px;
}
.payment_box .item .wi_100 {
width: 100px;
}
.payment_box .item .wi_30 {
width: 30px;
}
.payment_box .item .wi_80 {
width: 80px;
}
.payment_box .item .wi_60 {
width: 60px;
}
.payment_box .item .wi_40 {
width: 40px;
}
.payment_box .item .div_01 {
display: flex;
justify-content: space-evenly;
margin-bottom: 20px;
}
.payment_box .item .div_02 {
display: flex;
justify-content: space-evenly;
}
.payment_box .item_qr .div_02 {
justify-content: space-between;
}
.payment_box .item_4 .div_txt {
padding: 20px;
display: flex;
justify-content: space-between;
width: 290px;
margin: 0 auto;
}
.payment_box .item_4 .div_txt div {
display: flex;
justify-content: center;
align-items: center;
}
.payment_box .item_4 .div_txt div img {
width: 30px;
margin-left: 5px;
}
.payment_box .item_4 .div_txt div .img_02 {
width: 26px;
}
.payment_box .item_4 .p_02 {
margin-top: 0;
margin: 5px 0;
text-align: center;
}
.payment_box_h2 {
color: #FFFFFF;
font-size: 25px;
line-height: 68px;
text-indent: 50px;
margin-bottom: 20px;
border-radius: 5px;
background-image: linear-gradient(90deg, rgba(0, 113, 188, 1), rgba(24, 147, 210, 1));
}
.payment_box .item_inner {
padding: 20px;
}
.visual_02 {
margin-top: 0 !important;
}
.payment_box .item_4 {
width: 100%;
}
.payment_box .item_qr .div_01 {
margin-top: 15px;
margin-bottom: 30px;
}
@media screen and (max-width: 648px) {
.payment_box .item {
width: 100%;
}
.payment_area {
width: 95%;
margin: 20px auto 0;
}
.payment_box .item img {
width: 50px;
}
.payment_box .item .wi_120 {
width: 80px;
}
.payment_box .item .wi_130 {
width: 90px;
}
.payment_area .payment_deco {
display: none;
}
.content_02 .payment_box_h2 {
background: #005ea3;
color: #FFFFFF;
font-size: 124%;
line-height: 50px;
text-indent: 10px;
margin-bottom: 20px;
width: 100%;
padding: 0 3%;
left: -3%;
position: relative;
}
.payment_box .item_4 .div_txt {
flex-direction: column;
padding: 15px;
}
.payment_box .item_4 {
margin-bottom: 0;
}
}
.c8 .inner {
width: 660px;
margin: 0 auto;
}
.c8 .box {
width: 100%;
margin: 0 auto;
}
.c8 .box *,
.box *:after,
.box *:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.c8 .box .sub-box {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 0 20px 0;
color: #1b2538;
}
.c8 .box .sub-box input {
position: absolute;
opacity: 0;
} .c8 .box .sub-box label {
font-weight: bold;
position: relative;
display: block;
margin: 0 0 0 0;
padding: 10px 50px;
cursor: pointer;
text-indent: 1em;
font-size: 18px;
color: #003e74;
border: 1px solid #003e74;
border-radius: 5px;
}
.c8 .box .sub-box label::before {
font-size: 20px;
margin-left: -50px;
content: 'Q';
background: #0071bc;
border-radius: 50%;
color: #fff;
padding: 3px 10px;
margin-right: 10px;
}
.c8 .box .sub-box label:hover {
transition: all 0.3s;
color: #bdd5e6;
} .c8 .box .sub-box label::after {
font-size: 23px;
font-weight: bold;
line-height: 58px;
position: absolute;
top: 0;
right: 0;
content: '＋';
display: inline-block;
width: 58px;
height: 54px;
-webkit-transition: transform 0.4s;
transition: transform 0.4s;
color: #003e74;
} .c8 .box .sub-box .txt {
position: relative;
overflow: hidden;
max-height: 0;
padding: 0 0 0 50px;
-webkit-transition: max-height 0.2s;
transition: max-height 0.2s;
border-radius: 0 0 0.5em 0.5em;
}
.c8 .box .sub-box .txt::before {
font-size: 1.5em;
position: absolute;
content: 'A';
color: #fff;
font-weight: bold;
background: #e95504;
padding: 0 10px;
border-radius: 50%;
left: 20px;
margin-top: 10px;
}
.c8 .box .sub-box .txt p {
margin: 13px 20px 20px 20px;
letter-spacing: 1px;
font-size: 15px;
line-height: unset;
}  .c8 .box .sub-box input:checked~.txt {
max-height: 40em;
} .c8 .box .sub-box input:checked~label {
color: #003e74;
border-radius: 0.5em 0.5em 0 0;
} .c8 .box .sub-box input[type=checkbox]:checked+label::after {
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.c8 .end {
margin: 0 0 50px 0;
}
.qa_h2 {
margin-top: 10px;
}
.detail_btn {
text-align: center;
height: 50px;
margin-top: 25px;
}
.detail_btn a {
text-decoration: none;
background: #299CD3;
color: #fff;
font-weight: bold;
padding: 10px 20px;
}
.fa-circle-chevron-right:before {
content: '\f138';
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-style: normal;
padding-left: 5px;
}
.reviewer_term,.column_term{
display: inline-block;
white-space: nowrap
}
.column_term{
font-size: .8em;
min-width: 120px;
text-align: center;
}
@media screen and (max-width: 648px) {
.c8 .inner {
width: 100%;
}
.c8 .box .sub-box label::before {
padding: 7px 10px
}
.c8 .box .sub-box label {
font-size: 16px;
}
}
@media screen and (max-width: 640px){
.service_toc{
flex-flow: wrap;
}
.service_list_flex_wrap{
width: 100%;
}
.service_toc li{
width: 31.8%;
}
.s_trouble_flex{
flex-flow: wrap;
}
.s_trouble_txt{
width: 100%;
}
.over_s{
overflow: scroll;
}
.section.price .s_trouble_txt h3{
margin-bottom: 15px;
}
} .head_add{
display: flex;
}
.head_add_address{
margin: 0 auto;
width: 50%;
}
.head_add_h3{
background: #558ed5;
padding: 0.5em;
text-align: center;
color: #fff;
}
.head_add_address_inner{
padding: 0.5em;
}
.head_add_address_inner p{
border-bottom: 3px dotted #558ed5;
padding: 1px;
margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
.head_add{
flex-flow: column;
}
.head_add_address{
width: 100%;
}
}
.st_table .st_table_bg{
background:#f0f8ff;
}
table.st_table {
width: 100%;
}
table.st_table td {
border: 1px solid #ccc;
width: 25%;
padding: 0.5em;
}
.content .contractor_txt h4{
background: #ffc000;
color: #fff;
padding: 0.2em 1em 0;
display: table;
margin: 0 auto;
font-weight: bold;
z-index: 9999;
position: relative;
line-height: 2;
}
.content .contractor_txt p{
background: #fff3d2;
padding: 1.5em 1em;
margin: -1em 1em 1em;
border: 3px dashed #ffc000;
}