@charset "utf-8";

/* ----------------------------
   全体
----------------------------*/
#container,
#contents {
  font-size: 15px;
}

/* ---------------------------------------------------------------------------------------------
	トップページ
--------------------------------------------------------------------------------------------- */

div.wrapper {
  margin: 0;
  padding: 0;
}

.pre-message {
  margin: 20px auto;
  width: 600px;
  border: 5px solid #cccccc;
  padding: 20px;
}

.pre-message p {
  font-size: 18px;
  color: #000000;
  text-align: center;
}

div.side ul.link li.blank {
  display: block;
}

div.visual {
  margin: 10px 0 20px 0;
}

div.visual_sp {
  display: none;
}

#menu0 {
  display: none;
}

div.about ul li {
  float: left;
  margin-right: 12px;
}

div.about ul li:last-child {
  margin-right: 0;
}

div.about ul li a {
  width: 182px;
  height: 187px;
  display: block;
  text-indent: -9999px;
}

div.about ul li.menu1 a {
  background: url(../images/common/menu01.jpg) no-repeat 0 0;
}

div.about ul li.menu1.current-menu-item a,
div.about ul li.menu1.current-menu-ancestor a,
div.about ul li.menu1 a:hover {
  background: url(../images/common/menu01_on.jpg) no-repeat 0 0;
}

div.about ul li.menu2 a {
  background: url(../images/common/menu02.jpg) no-repeat 0 0;
}

div.about ul li.menu2.current-menu-item a,
div.about ul li.menu2.current-menu-ancestor a,
div.about ul li.menu2 a:hover {
  background: url(../images/common/menu02_on.jpg) no-repeat 0 0;
}

div.about ul li.menu3 a {
  background: url(../images/common/menu03.jpg) no-repeat 0 0;
}

div.about ul li.menu3.current-menu-item a,
div.about ul li.menu3.current-menu-ancestor a,
div.about ul li.menu3 a:hover {
  background: url(../images/common/menu03_on.jpg) no-repeat 0 0;
}

div.about ul li.menu4 a {
  background: url(../images/common/menu04.jpg) no-repeat 0 0;
}

div.about ul li.menu4.current-menu-item a,
div.about ul li.menu4.current-menu-ancestor a,
div.about ul li.menu4 a:hover {
  background: url(../images/common/menu04_on.jpg) no-repeat 0 0;
}

div.about ul li.menu5 a {
  background: url(../images/common/menu05.jpg) no-repeat 0 0;
}

div.about ul li.menu5.current-menu-item a,
div.about ul li.menu5.current-menu-ancestor a,
div.about ul li.menu5 a:hover {
  background: url(../images/common/menu05_on.jpg) no-repeat 0 0;
}

div.content .about ul li {
  float: left;
  width: 200px;
  margin-left: 20px;
  box-shadow: 2px 2px 3px #cccccc;
  -webkit-box-shadow: 2px 2px 3px #cccccc;
  /* Safari,Chrome */
  -moz-box-shadow: 2px 2px 3px #cccccc;
  /* Firefox */
}

div.content .about ul li:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

div.content div.news dl {
  border: 1px solid #cccccc;
  padding: 0 10px 10px 10px;
}

div.content div.news dl dt {
  clear: both;
  display: inline;
  float: left;
  width: 8em;
  margin-right: -6em;
  padding: 0.5em 0 0.5em 2.5em;
  border-bottom: 1px dotted #cccccc;
  text-indent: 0.25em;
  background: url(../images/common/li.gif) no-repeat 10% 50%;
}

div.content div.news dl dd {
  margin-left: 8em;
  padding: 0.5em 0 0.5em 2em;
  border-bottom: 1px dotted #cccccc;
}

div.content div.introduction {
  padding: 15px 15px 18px 20px;
  margin-bottom: 10px;
  background: #fafafa;
  color: #666666;
  /*border: 2px solid #299CD3;*/
  border: 1px solid #707070;
  /*border: 1px dotted #299CD3*/
}

#top_flow {
  height: 280px;
  background: url(../images/top/top_flow_bg.jpg) no-repeat bottom;
}

#top_flow ul {
  padding-top: 72px;
  height: 100%;
}

#top_flow ul li {
  float: none;
  list-style: none;
  margin-left: 300px;
  width: 350px;
  margin-bottom: 10px;
  line-height: 1.2;
  box-shadow: none;
  text-align: center;
  -webkit-box-shadow: none;
  /* Safari,Chrome */
  -moz-box-shadow: none;
  /* Firefox */
}

#top_flow ul li span {
  color: rgba(244, 115, 2, 1);
  font-size: 180%;
  font-weight: bold;
}

#top_flow ul li div {
  color: #002870;
  font-size: 120%;
  font-weight: bold;
}

a.flow-detail-link {
  display: none;
  font-size: 95%;
}

/* ---アクセスの多いリンク-----*/
#top_access {
  display: none;
}

/* 会社概要 */
.content .company_data {
  border-collapse: collapse;
  margin: 20px 0 40px 0;
  width: 100%;
}

.content .company_data th,
.content .company_data td {
  padding: 10px;
}

.content .company_data th {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  background-color: #f2f2f2;
}

.content .company_data td {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.content .access {
  margin-top: 20px;
}

.content .access .access_data {
  float: left;
  width: 35%;
}

.content .access #map {
  width: 65%;
  height: 300px;
  float: right;
}

/* ブログ */
.content .blog .blog_title {
  border-bottom: 2px solid #12b3f0;
  background-color: #e6e6e6;
  padding: 7px 10px;
}

.content .blog .blog_body {
  border: 1px solid #e6e6e6;
}

.content .blog .blog_date {
  border-bottom: 2px dotted #888;
  padding: 10px 0;
}

.content .blog .blog_date .date {
  background: url(../images/common/icon_date.png) left no-repeat;
  padding-left: 25px;
  margin-left: 15px;
}

.content .blog .blog_date .category {
  margin-left: 2em;
  color: #fff;
  padding: 3px 25px;
  background: #888;
  border: 1px solid #888;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.content .blog .blog_date .fb-like {
  padding-left: 25px;
  margin-left: 15px;
  vertical-align: bottom;
}

.content .blog .blog_date .twitter-share-button {
  vertical-align: bottom;
}

.content .blog .blog_contents {
  padding: 10px 20px 60px 20px;
}

.blog_area_list {
  border: 1px #ccc dotted;
  padding: 10px;
  margin-top: 5px;
}

.blog_area_list a {
  border: 1px solid #299cd3;
  background-color: #299cd3;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  width: 150px;
  text-align: center;
  margin-top: 3px;
}

/* 水のコラム */
.content .column .column_title {
  border-bottom: 2px solid #12b3f0;
  background-color: #e6e6e6;
  padding: 7px 10px;
  color: #000;
  text-indent: 20px;
}

.content .column h3 {
  /*text-indent: 20px;*/
  text-indent: 0;
  background: none;
  font-weight: bold;
  margin-top: 10px;
}

.content .column .column_body {
  border: 1px solid #e6e6e6;
}

.content .column .column_thumbnail {
  padding: 5px 5px 5px 5px;
}

.content .column .column_date {
  border-bottom: 2px dotted #888;
  padding: 10px 0;
}

.content .column .column_date .date {
  background: url(../images/common/icon_date.png) left no-repeat;
  padding-left: 25px;
  margin-left: 15px;
}

.content .column .column_date .category {
  margin-left: 2em;
  color: #fff;
  padding: 3px 25px;
  background: #888;
  border: 1px solid #888;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.content .column .column_date .fb-like {
  padding-left: 25px;
  margin-left: 15px;
  vertical-align: bottom;
}

.content .column .column_date .twitter-share-button {
  vertical-align: bottom;
}

.content .column .column_contents {
  padding: 10px;
  grid-column: 1 / span 2;
}

.content .column .container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: auto;
  width: 658px;
  padding-top: 0px;
}

.content .column .grid {
  grid-row: 1 / 3;
}

/* お問い合わせ */

.content .text_black {
  font-weight: bold;
  font-size: 124%;
}

.content .text_pink {
  color: #ed1e79;
  font-weight: bold;
  font-size: 124%;
}

.content .contact_tel {
  margin: 10px 0;
}

.content .tel_list {
  padding: 20px;
  width: 90%;
  background-color: #ebf9fe;
}

.content .tel_list ul li{ /*更新 25/09/04*/
	padding-left: 25px;
}
.content .tel_list ul li span {
	font-size: 11px;
}
.tel_list p {
	text-indent:30px;
	background: url(../images/contact/icon_phone.gif) no-repeat;
	font-weight:bold;
	padding-bottom:10px;
}
.tel_list ul .n1 {
	background: url(../images/contact/icon_1.gif) no-repeat 0 3px;
}
.tel_list ul .n2 {
	background: url(../images/contact/icon_2.gif) no-repeat 0 3px;
}
.tel_list ul .n3 {
	background: url(../images/contact/icon_3.gif) no-repeat 0 3px;
}
.tel_list ul .n4 {
	background: url(../images/contact/icon_4.gif) no-repeat 0 3px;
}
.tel_list ul .n5 {
	background: url(../images/contact/icon_5.gif) no-repeat 0 3px;
}
.tel_list ul .n6 {
	background: url(../images/contact/icon_6.gif) no-repeat 0 3px;
}

.content .contact-free-pc {
  display: block;
}

.content .contact-free-sp {
  display: none;
}

/* フォーム */
input#user_name,
#user_name_kana,
#user_email,
#user_tel,
#user user_message {
  padding: 0.1em;
}

.content .form_section {
  font-size: 100%;
}

.content p.form_text {
  margin-top: 30px;
}

.content .contact_form {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #17b7f0;
  margin-bottom: 40px;
  width: 100%;
}

.content .contact_form th {
  border-bottom: 1px solid #fff;
  background-color: #17b7f0;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  width: 153px;
  vertical-align: middle;
}

.content span.required {
  color: #ff0000;
  margin-left: 5px;
}

.content .contact_form td {
  padding: 10px;
  border-bottom: 1px solid #17b7f0;
}

/* for google chrome */
.content .contact_form td.last,
.content .contact_form th.last {
  border-bottom: 1px solid #17b7f0;
}

.content .button_box {
  text-align: center;
}

.content .submit_button input,
.content .back_button input {
  padding: 8px 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
  color: #fff;
}

.content .submit_button input {
  border: 1px solid #f86434;
  background-color: #f86434;
}

.content .back_button input {
  border: 1px solid #808080;
  background-color: #808080;
}

.content .submit_button input:hover,
.content .back_button input:hover {
  cursor: pointer;
}

/* 料金 */
.content div.price_img {
  width: 330px;
  float: left;
}

.content div.price_text {
  width: 45%;
  float: right;
}

.price-description {
  background-color: #ebf9fe;
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid #d4e6f5;
}

.price-list {
  margin-bottom: 4px;
}

.price-list li {
  display: inline-block;
  text-align: center;
  width: 49%;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.price-list li a {
  display: block;
  margin: 0;
  padding: 8px;
  border: 1px solid #d4e6f5;
  font-weight: 700;
  color: #299cd3;
  text-decoration: none;
  font-size: 16px;
}

.price-list li a:hover {
  color: #fff;
  background-color: #299cd3;
}

.section.price {
  padding: 24px 0;
  margin: 0;
  border-bottom: 1px dotted #ccc;
}

.section.price h3 {
  position: relative;
  background: none;
  background-color: #299cd3;
  padding: 8px 16px;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  box-sizing: border-box;
}

.section.price h3 a {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}

.section.price .price-subtitle {
  color: #299cd3;
  font-size: 16px;
  line-height: 1.2;
  text-indent: 12px;
  margin: 32px 0 0;
  border-bottom: 1px dotted #299cd3;
  padding: 8px;
  background: url(../images/common/icon_cilcle.gif) no-repeat 0 40%;
}

.section.price .price-table {
  border-collapse: collapse;
  margin: 16px 0;
  width: 100%;
}

.section.price .price-table th,
.section.price .price-table td {
  border: 1px solid #aad8ef;
  padding: 8px 16px;
}

.section.price .price-table th {
  background-color: #ebf9fe;
}

.section.price .price-table thead th {
  font-weight: 700;
  text-align: center;
  color: #299cd3;
  vertical-align: middle;
}

.section.price .price-table td {
  vertical-align: middle;
}

.section.price .price-table-example {
  border-collapse: collapse;
  margin: 16px 0;
  width: 100%;
}

.section.price .price-table-example th,
.section.price .price-table-example td {
  border: 1px solid #f9bba5;
  padding: 8px 16px;
}

.section.price .price-table-example th {
  width: 30%;
  background-color: #fffbf0;
}

.section.price .price-table-example thead th {
  font-weight: 700;
  text-align: center;
  color: #f15a24;
}

.section.price .price-table-example td {
  width: 70%;
  vertical-align: middle;
}

.section.price .price-blog a {
  color: #299cd3;
}

.section.price .price-banner {
  margin: 16px 0;
}

.section.price .price-banner li {
  display: inline-block;
  width: 160px;
}

.section.price .price-banner li img {
  max-width: 100%;
}

/* サービス */
.content .ex_title {
  text-align: center;
}

.content .service_list {
  background: url(../images/service/service_list_bg.jpg) center top no-repeat;
  height: 280px;
}

.content .toilet {
  margin-top: 20px;
  background: url(../images/service/service_toilet_bg.png) center top no-repeat;
  height: 280px;
}

.content .kitchen {
  margin-top: 20px;
  background: url(../images/service/service_kitchen_bg.png) center top no-repeat;
  height: 280px;
}

.content .furo {
  margin-top: 20px;
  background: url(../images/service/service_furo_bg.png) center top no-repeat;
  height: 280px;
}

.content .senmen {
  margin-top: 20px;
  background: url(../images/service/service_senmen_bg.png) center top no-repeat;
  height: 280px;
}

.content .other {
  margin-top: 20px;
  background: url(../images/service/service_other_bg.png) center top no-repeat;
  height: 280px;
}

.content .service_list ul {
  position: relative;
  top: 15px;
  left: 150px;
  width: 500px;
}

.content .service_list ul li {
  background: url(../images/service/icon_check.gif) 90px top no-repeat;
  height: 33px;
  padding-left: 130px;
  font-size: 110%;
}

.content .service_banner {
  text-align: center;
  margin-top: 10px;
}

.content .service_banner .first {
  margin-right: 20px;
}

.content .service_banner .last {
  margin-left: 20px;
}

.content .price_banner {
  text-align: center;
  margin: 20px 0 30px 0;
}

.add_price {
  padding-top: 10px;
  clear: both;
  display: block;
  text-align: right;
}

div.contact_policy {
  border: 1px solid #cccccc;
  height: 150px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  font-size: 13px;
}

div.contact_policy h2,
div.contact_policy h3 {
  font-weight: bold;
  background: none;
  color: #000;
  line-height: auto;
  margin: 0;
  text-indent: 0;
}

dl.service {
  margin: 0 0 15px 0;
  border: 2px solid #d4e6f5;
  background-color: #e5f0f9;
}

dl.service dt {
  border: 1px solid #ffffff;
  font-weight: bold;
}

dl.service dt a {
  display: block;
  padding: 18px 10px 12px 20px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: solid 1px #d3e1ef;
}

dl.service dd {
  padding: 15px 15px 18px 20px;
  background-color: #ffffff;
  line-height: 1.8;
}

dl.service dd a {
  display: block;
  text-decoration: underline;
  text-align: right;
}

/* よくあるご質問 */
dl.faq {
  margin: 0 0 15px 0;
  border: 2px solid #d4e6f5;
  background-color: #e5f0f9;
}

dl.faq dt {
  border: 1px solid #ffffff;
  font-weight: bold;
}

dl.faq dt span {
  display: block;
  padding: 18px 10px 12px 55px;
  background: url(../images/faq/icon_q.png) no-repeat 10px 14px;
  font-weight: bold;
  font-size: 116%;
  border-bottom: solid 1px #d3e1ef;
}

dl.faq dd {
  padding: 15px 15px 18px 55px;
  background: #ffffff url(../images/faq/icon_a.png) no-repeat 10px 14px;
  line-height: 1.8;
}

/* 営業所紹介 */
.office_addres {
  border-bottom: 1px dotted #000;
  padding-bottom: 10px;
}

.support_work {
  border: 1px solid #17b7f0;
  padding: 10px;
  margin: 20px 0;
}

.support_work dl {
  margin-bottom: 20px;
}

.support_work dt {
  font-weight: bold;
  color: #f15a24;
}

.support_area {
  padding: 20px;
  background-color: #ebf9fe;
  margin: 10px 0 20px;
}

/* 地域別　トイレ */
.area_voice dl {
  border: 1px solid #f15a24;
  background-color: #fffbf0;
  padding: 20px;
  margin-bottom: 20px;
}

.area_voice dt {
  font-weight: bold;
  color: #f15a24;
  margin-bottom: 5px;
}

div.detail {
  /*width: 652px;*/
  margin: 16px 4px 24px 4px;
  display: block;
}

div.detail ul li {
  float: left;
  width: 120px;
  margin: 0px 5px;
  text-align: left;
  font-size: 13px;
  color: #666;
}

div.detail ul {
  list-style: none;
  width: 652px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  div.detail ul {
    width: 100%;
  }
  div.detail ul li {
    width: 105px;
  }
}

/** 用語集 */
dl.glossary {
  margin: 0 0 15px 0;
  border: 2px solid #d4e6f5;
  background-color: #e5f0f9;
}

dl.glossary dt {
  border: 1px solid #ffffff;
  font-weight: bold;
  padding: 18px 10px 12px 20px;
}

dl.glossary dt a {
  display: block;
  padding: 18px 10px 12px 20px;
  font-weight: bold;
  font-size: 116%;
  border-bottom: solid 1px #d3e1ef;
}

dl.glossary dd {
  padding: 15px 15px 18px 20px;
  background-color: #ffffff;
  line-height: 1.8;
}

.glossary-list {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.glossary-list li {
  display: table-cell;
  text-align: center;
}

.glossary-list li a {
  display: block;
  margin: 0 2px;
  padding: 8px;
  border: 1px solid #d4e6f5;
  font-weight: 700;
  color: #299cd3;
}

/** メリット訴求 */
.merit {
  margin: 16px 0;
  border-top: 1px dotted #ccc;
  padding-top: 16px;
}

.merit dt {
  background: url(../images/common/icon_star.svg) no-repeat 0 0;
  padding-left: 32px;
  font-weight: 700;
  font-size: 16px;
  color: #306fba;
}

.merit dd {
  border-bottom: 1px dotted #ccc;
  padding: 8px 0 16px;
  margin-bottom: 16px;
}

.merit li {
  list-style: disc;
  left: 25px;
  position: relative;
}

span.point {
  background-color: #ffe4e1;
  color: #ed1c24;
  font-weight: bold;
}

/** ご相談から修理完了までの流れ */
.flow-list li {
  margin-bottom: 32px;
}

.flow-list .flow-body {
  width: 65%;
  float: left;
}

.flow-list .flow-label {
  display: inline-block;
  color: #fff;
  padding: 2px 8px;
  background: #4ab74d;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
}

.flow-list .flow-title {
  font-size: 16px;
  width: auto;
  display: inline-block;
  background: none;
  text-indent: 0;
  margin: 0;
  padding: 0 8px;
  color: #306fba;
}

.flow-list .flow-txt {
  padding: 16px 0;
}

.flow-list .flow-image {
  float: right;
  position: relative;
}

.flow-list .flow-image:after {
  content: " ";
  display: block;
  width: 29px;
  height: 17px;
  background: url(../images/service/flow-arrow.png) no-repeat 0 0;
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.flow-list li:last-child .flow-image:after {
  background: none;
}

/** お客様の声 */
.voice-list li {
  width: 320px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 16px;
  vertical-align: top;
}

.voice-list li:nth-child(even) {
  margin-right: 0;
}

.voice-list .voice-heading {
  padding: 0 40px;
  position: relative;
}

.voice-list .voice-title {
  font-size: 16px;
  font-weight: 700;
  color: #306fba;
  position: absolute;
  top: 20px;
  left: 120px;
}

.voice-list .voice-subtitle {
  position: absolute;
  top: 40px;
  left: 120px;
}

.voice-list .voice-body {
  min-height: 120px;
  background-color: #ebf9fe;
  padding: 24px;
  border: 1px solid #d4e6f5;
}

/** スタッフ紹介 */
.staff-group {
  margin: 0 -16px;
  box-sizing: border-box;
}

.staff-group::after {
  content: " ";
  clear: both;
  display: table;
}

.staff-cell-group {
  width: 315px;
  width: calc((100% / 2) - 0.1px);
  margin-bottom: 24px;
  padding: 0 16px;
  vertical-align: top;
  float: left;
  box-sizing: border-box;
}

.staff-cell-group .staff-circle {
  margin: 0 auto 16px;
  border-radius: 50%;
  background-color: #fff;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.staff-cell-group .staff-circle img {
  width: 200px;
}

.staff-cell-group .staff-name {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #306fba;
  margin: 0 0 8px;
}

.staff-cell-group .staff-description {
  min-height: 4.5em;
}

/** 料金表・他社比較表 */
.comparison .comparison-table table {
  border-collapse: collapse;
  margin: 16px 0;
  width: 100%;
  font-size: 12px;
}

.comparison .comparison-table th {
  background-color: #ebf9fe;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.comparison .comparison-table td {
  vertical-align: middle;
  width: 25%;
}

.comparison .comparison-table .price_compe td {
  text-align: right;
}

.comparison .comparison-table .pricelist td {
  text-align: center;
  width: 30%;
}

.comparison .comparison-table td span {
  font-weight: bold;
}

.comparison .comparison-table th,
.comparison .comparison-table td {
  border: 1px solid #aad8ef;
  padding: 8px 16px;
}

@media screen and (max-width: 768px) {
  .comparison .comparison-table th {
    padding: 8px 5px;
  }

  .comparison .comparison-table td {
    width: 25%;
  }
}

/*240829追記*/
.column .column_cta img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
  max-width: 600px;
  margin: 0px auto 30px;
  display: block;
}

/*250411追記start*/
.service_h3--small {
  font-size: 17px !important;
  padding-left: 10px !important;
  line-height: 44px !important;
  text-indent: 10px !important;

  @media screen and (max-width: 640px) {
    line-height: 30px !important;
  }
}

.payment_area--margin-bottom {
  margin-bottom: 40px !important;
}

.staff-introduction--margin-top {
  margin-top: 30px !important;
}

.staff-cell-group--flex {
  display: flex;
  width: 100%;
  gap: 10px;

  @media screen and (max-width: 640px) {
    flex-flow: column;
  }
}

.staff-cell-group__license {
  margin: auto 0;
}

.staff-cell-group__license-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*お支払い方法セクションstart*/
.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;
  }
}

/*お支払い方法セクションend*/

.t-nagasaki-page__more-button {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 20px;
}

.t-nagasaki-page__more-button .btn {
  width: 63%;
  height: 30px;
  background: #299cd3;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  position: relative;

  @media screen and (max-width: 640px) {
    width: 95%;
    height: 60px;
  }
}

.t-nagasaki-page__more-button .btn::after {
  content: ">";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #fff;
  color: #299cd3;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
  font-size: 10px;
}

@media screen and (min-width: 641px) {
  .pc-hidden {
    display: none;
  }
}

/* アコーディオン */
.content div.detail .acordinon-title {
  position: relative;
}

.content div.detail .acordinon-title::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;
}

.content div.detail .map-list {
  display: none;
}

/* クリック時に回転 */
.acordinon-title.active::after {
  transform: rotate(45deg);
}

/* アコーディオンここまで */

.t-nagasaki-city-img {}

.t-nagasaki-city-img img {
  display: block;
  width: 40%;
  margin: 0 auto;
}

.staff-banner-img {
  display: block;
  width: 100%;
  height: auto;
}

/*250411追記end*/
/* 250509追記Start eclore*/
.container .content .water-supply-engineer-area {
  margin-top: 30px;
}

.container .content .water-supply-engineer-area dl {}

.container .content .water-supply-engineer-area dl dt {
  color: #fff;
  background: #299cd3;
  padding: 15px 60px 15px 15px;
  position: relative;
}

.container .content .water-supply-engineer-area dl dt::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 25px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.container .content .water-supply-engineer-area dl dt.open::after {
  content: "";
  top: 25%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.container .content .water-supply-engineer-area dl dd {
  display: none;
  margin: 8px auto;
}

/* 250509追記End eclore*/
/*250729 追記*/
.content .column .column_date .update {
  background: url(../images/common/updating.png) left no-repeat;
  padding-left: 25px;
    margin-left: 5px;
}
.content .column .column_date .category {
      padding-left: 25px;
    margin-left: 15px;
}
/*250729 追記end*/

/* コラム免責文 */
.text-disclaimer {
	margin: 30px auto 40px;
	font-size: 13px;
}

.text-disclaimer > br{
	display: none;
}

.text-disclaimer p{
	margin-top: 0;
}

.text-disclaimer p:last-child{
	margin-bottom: 0;
}

.text-disclaimer__archive {
	margin-bottom: 40px;
	font-size: 12px;
}

/* フォローボタン */
.column_contents .list--sns-follow__wrap{
	container-type: inline-size;
}

.column_contents .list--sns-follow__wrap .list--sns-follow__title{
	margin: 0 0 20px;
	text-align: center;
	background: none;
}

.column_contents .list--sns-follow__wrap .list--sns-follow__title img{
	max-width: 100%;
	height: auto;
}

.column_contents .list--sns-follow{
	--x-color:#000;
	--youtube-color:#e51d37;
	--instagram-color:#e52186;
	--line-color:#00a65a;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 10px;
	margin: 0 auto 60px;
	padding: 0;
	line-height: 1;
}

.column_contents .list--sns-follow li{
	flex:1 1 0;
	max-width: 218px;
	margin-left: 0;
}

.column_contents .list--sns-follow li,
.column_contents .list--sns-follow li:last-child{
	display: flex;
	flex: 1 1 0;
	box-sizing: border-box;
	align-items: center;
	list-style: none;
	border-radius: 12px;
	margin-bottom: .5em;
}

@container (max-width: 800px){

	.column_contents .list--sns-follow{
		flex-wrap: wrap;
		max-width: 460px;
		gap: 15px 10px;
	}

	.column_contents .list--sns-follow li,
	.column_contents .list--sns-follow li:last-child{
		flex:1 1 calc(50% - 12px);
		max-width: 218px;
	}

}

.column_contents .list--sns-follow .list--sns-follow__x{
	border: 2px solid var(--x-color);
	box-shadow: 2px 2px 0px var(--x-color); 
}

.column_contents .list--sns-follow .list--sns-follow__youtube{
	border: 2px solid var(--youtube-color);
	box-shadow: 2px 2px 0px var(--youtube-color);
}

.column_contents .list--sns-follow .list--sns-follow__instagram{
	border: 2px solid var(--instagram-color);
	box-shadow: 2px 2px 0px var(--instagram-color);
}

.column_contents .list--sns-follow .list--sns-follow__line{
	border: 2px solid var(--line-color);
	box-shadow: 2px 2px 0px var(--line-color);
}

.column_contents .list--sns-follow li:active,
.column_contents .list--sns-follow li:hover,
.column_contents .list--sns-follow li:focus{
	opacity: .65;
}

.column_contents .list--sns-follow .list--sns-follow__x:active,
.column_contents .list--sns-follow .list--sns-follow__x:hover,
.column_contents .list--sns-follow .list--sns-follow__x:focus{
	box-shadow: 1px 1px 0px var(--x-color); 
}

.column_contents .list--sns-follow .list--sns-follow__youtube:active,
.column_contents .list--sns-follow .list--sns-follow__youtube:hover,
.column_contents .list--sns-follow .list--sns-follow__youtube:focus{
	box-shadow: 1px 1px 0px var(--youtube-color);
}

.column_contents .list--sns-follow .list--sns-follow__instagram:active,
.column_contents .list--sns-follow .list--sns-follow__instagram:hover,
.column_contents .list--sns-follow .list--sns-follow__instagram:focus{
	box-shadow: 1px 1px 0px var(--instagram-color);
}

.column_contents .list--sns-follow .list--sns-follow__line:active,
.column_contents .list--sns-follow .list--sns-follow__line:hover,
.column_contents .list--sns-follow .list--sns-follow__line:focus{
	box-shadow: 1px 1px 0px var(--line-color);
}

.column_contents .list--sns-follow li a{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 13px 18px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.column_contents .list--sns-follow .list--sns-follow__x a{
	color: var(--x-color);
}

.column_contents .list--sns-follow .list--sns-follow__youtube a{
	color: var(--youtube-color);
	padding: 6px;
}

.column_contents .list--sns-follow .list--sns-follow__instagram a{
	color: var(--instagram-color);
}

.column_contents .list--sns-follow .list--sns-follow__line a{
	color: var(--line-color);
}

.column_contents .list--sns-follow li a span{
	margin: 0 auto;
}

.column_contents .list--sns-follow li a::before{
	display: inline-block;
	content: '';
	margin-right: 12px;
}

.column_contents .list--sns-follow .list--sns-follow__x a::before{
	background: url(/images/sns/icon-x-black.png) center no-repeat;
	background-size: contain;
	width: 20px;
	height: 21px;
}

.column_contents .list--sns-follow .list--sns-follow__youtube a::before{
	background: url(/images/sns/icon-youtube.png) center no-repeat;
	background-size: contain;
	width: 44px;
	height: 38px;
	margin-right: 0;
}

.column_contents .list--sns-follow .list--sns-follow__instagram a::before{
	background: url(/images/sns/icon-instgram.svg) center no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
}

.column_contents .list--sns-follow .list--sns-follow__line a::before{
	background: url(/images/sns/icon-line.png) center no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
}

@media (min-resolution: 2dppx){
	.column_contents .list--sns-follow .list--sns-follow__x a::before{
		background-image: url(/images/sns/icon-x-black@2x.png);
	}

	.column_contents .list--sns-follow .list--sns-follow__youtube a::before{
		background-image: url(/images/sns/icon-youtube@2x.png);
	}

	.column_contents .list--sns-follow .list--sns-follow__line a::before{
		background-image: url(/images/sns/icon-line@2x.png);
	}
}

@media (max-width: 480px){
	.column_contents .list--sns-follow li a{
		padding: 10px 15px;
		font-size: 11px;
	}
	
	.column_contents .list--sns-follow .list--sns-follow__x a::before{
		width: 15px;
		height: 16px;
	}

	.column_contents .list--sns-follow .list--sns-follow__youtube a::before{
		width: 34px;
		height: 29px;
	}

	.column_contents .list--sns-follow .list--sns-follow__instagram a::before,
	.column_contents .list--sns-follow .list--sns-follow__line a::before{
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 640px) {
  .section.price .other-service-h3{padding-bottom: 14px;}
  .section.price .other-service-h3 a{top: unset; bottom:0;}
}