@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.00);
	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 {

}

.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 15px;
	color:#000;
	text-indent: 0;
}
.content .column h3 {
	text-indent: 20px;
	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__single .column_date {
	padding: 10px;
}

.content .column .column_date .date,
.content .column .column_date .update {
	display: inline-block;
	padding-left: 25px;
	white-space: nowrap;
	margin-bottom: 3px;
}

.content .column .column_date .date {
	background: url(../images/common/icon_date.png) left no-repeat;
	margin-right: 2em;
}

.content .column .column_date .update {
	background: url(../images/common/icon_update.png) left no-repeat;
	margin-right: 15px;
}

.content .column .column_date .category {
	display: inline-block;
	color: #FFF;
	padding: 3px 25px 3px;
	background: #888;
	border: 1px solid #888;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	white-space: nowrap;
}
.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;
}
.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;
}


/** 用語集 */
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%;
	}
}

/* 埋め込みマップのレスポンシブ対応 */
.embed-map__wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	height: 0;
}

.embed-map__wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -----------------------------------------
 * お支払方法 最終更新 2025/08/14
--------------------------------------------*/
.payment-box__wrap{
	position: relative;
	margin-bottom: 30px;
}

.payment-box__wrap .payment-box__msg{
	margin-bottom: 10px;
	font-weight: bold;
	color: #e08300;
}

.payment-box{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.payment-box .payment-box__item{
	box-sizing: border-box;
	width: 49%;
	border: solid 1px #7c7c7c;
	border-radius: 5px;
	margin-bottom: 10px;
}

.payment-box .payment-box__item__bank{
	width: 100%;
}

.payment-box .payment-box__item h4{
	text-align: center;
	background: #7c7c7c;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 3px 0;
}

.payment-box__item__inner{
	padding: 20px;
}

.payment-box .payment-box__item .payment-box__item__list{
	display: flex;
	justify-content: space-evenly;
	align-items: end;
	margin: 0 0 20px;
	padding: 0;
}

.payment-box .payment-box__item__qr .payment-box__item__list{
	margin-top: 15px;
	margin-bottom: 30px;
}

.payment-box .payment-box__item .payment-box__item__list:last-child,
.payment-box .payment-box__item__qr .payment-box__item__list:last-child{
	margin-bottom: 0;
}

.payment-box .payment-box__item .payment-box__item__list li{ margin-right: 5px; }
.payment-box .payment-box__item .payment-box__item__list li:last-child{ margin-right: 0; }

.payment-box__item__list li img{
	width: 50px;
	object-fit: contain;
}

.payment-box__item__list .payment-familymart img{ width: 120px; }
.payment-box__item__list .payment-poplar img,
.payment-box__item__list .payment-paypay img,
.payment-box__item__list .payment-aupay img,
.payment-box__item__list .payment-bankpay img,
.payment-box__item__list .payment-linepay img{
	width: 100px;
}

.payment-box__item__list .payment-touch img{
	width: 30px;
}

.payment-box__item__list .payment-dayly-y img,
.payment-box__item__list .payment-d img,
.payment-box__item__list .payment-merpay img{
	width: 80px;
}

.payment-box__item__list .payment-rakutenpay img{
	width: 70px;
}

.payment-box__item__list .payment-ministop img{
	width: 60px;
}

.payment-box__item__list .payment-pitapa img{
	width: 40px;
}

.payment-box__item__qr .payment-box__item__list:nth-child(2){
	justify-content: space-evenly;
}

.payment-box__item__bank .payment-box__item__txt{
	padding: 20px;
	display: flex;
	justify-content: space-between;
	width: 290px;
	margin: 0 auto;
}

.payment-box__item__bank .payment-box__item__txt .payment-box__item__txt__inner{
  display: flex;
  justify-content: center;
  align-items: center;
}

.section .payment-box__item__txt__inner img{
	width: 30px;
	height: auto;
	margin-left: 10px;
}

@media screen and (max-width: 768px) {

	.payment-box{
		flex-direction: column;
	}

	.payment-box .payment-box__item{
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.payment-box__item__bank .payment-box__item__txt{
		flex-direction: column;
		align-items: center;
	}

	.payment-box__item__bank .payment-box__item__txt > p{
		margin: 0;
	}

}

/* 修理報告詳細の内部リンク */
.article .link-cta__area-svc p{
  margin-bottom: 0;
}

.link-cta__area-svc {
	max-width: 80%;
	margin: 28px auto 30px;
	padding: 0;
	border: 1px solid #014190;
	border-radius: 6px;
	background: #eef4fa;
	overflow: hidden;
}

.link-cta__area-svc__btn {
	margin: 0;
}

.link-cta__area-svc__btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 12px 8px;
	color: #014190;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s ease;
}

.link-cta__area-svc__btn a::before {
	content: "›";
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	height: 20px;
	border-radius: 50%;
	background: #014190;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	top: -1px;
}

/* -----------------------------------------
 * コラムの装飾 最終更新 2025/09/19
--------------------------------------------*/
/* 画像幅 */
.column_contents img{
	max-width: 100%;
	height: auto;
}

/*通常リストの整形*/
.column_contents ul,
.column_contents ol{
	margin: 1em 0 1.5em 1.5em;
	padding-left: 0;
}

.column_contents ul{
	list-style-type: disc;
}

.column_contents ul > li,
.column_contents ol > li{
	margin-bottom: .5em;
}

.column_contents ul > li:last-child,
.column_contents ol > li:last-child{
	margin-bottom: 0;
}

/* テキスト装飾 */
.column_contents strong{
	color: inherit;
}

.txt__red{
	color: #d6442e;
	font-weight: 700;
}

.txt__blue{
	color: #0aaedb;
	font-weight: 700;
}

.txt__green{
	color: #428f4f;
	font-weight: 700;
}

.txt__orange{
	color: #e08300;
	font-weight: 700;
}

.txt__yellow-line{
	text-decoration: underline;
	text-underline-offset: -0.2em;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(255, 228, 0, 0.4);
	text-decoration-skip-ink: none;
}

/* 電球アイコン */
.txt__lightbulb {
	position: relative;
	margin: 1em 1em 1.5em 2em;
	padding: 10px 10px 10px 50px;
	border: 2px solid #dfdfdf;
	background-color: #fffbf4;
	border-radius: 6px;
}

.txt__lightbulb::before{
	content: "";
	position: absolute;
	top: 7px;
	left: 10px;
	width: 16px;
	height: 16px;
	padding: 6px;
	background-image: url(/images/common/icon_lightbulb.png);
	background-size: 22px;
	background-color: #ffbe00;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 100%;
}

@media screen and (max-width: 768px) {
	.txt__lightbulb{
		margin-left:1em;
	}
}

/* 関連記事・参考記事リンク */
.txt__link,
.txt__link__outbound {
	position: relative;
	margin: 2.5em 1em 1.5em 2em;
	padding: 10px;
	background-color: #fffbf4;
	border-radius: 0 6px 6px 6px;
}

.txt__link{
	border: 2px solid #0075c1;
}

.txt__link__outbound {
	border: 2px solid #428f4f;
}

.txt__link a,
.txt__link__outbound a{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 20px;
	border-radius: 0 6px 6px 6px;
}

.txt__link a,
.txt__link__outbound a{
	color: #0075c1;
}

.txt__link a:hover,
.txt__link__outbound a:hover {
	color: #015890;
}

.txt__link a:last-child,
.txt__link__outbound a:last-child{
	margin-bottom: 0;
}

.txt__link a::before,
.txt__link__outbound a::before{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-right: 10px;
}

.txt__link a::before{
	border-left: 10px solid #0075c1;
}

.txt__link__outbound a::before{
	border-left: 10px solid #428f4f;
}

.txt__link span,
.txt__link__outbound span{
	position: absolute;
	top: -22px;
	left: -2px;
	box-sizing: border-box;
	width: auto;
	height: 22px;
	padding: 3px 16px 3px 32px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 8px center;
	border-radius: 6px 6px 0 0;
	font-size: 12px;
	color: #fff;
}

.txt__link span{
	background-image: url(/images/common/icon_link.png);
	background-color: #0075c1;
}

.txt__link__outbound span{
	background-image: url(/images/common/icon_outbound.png);
	background-color: #428f4f;
}

@media screen and (max-width: 768px) {
	.txt__link,
	.txt__link__outbound{
		margin-left:1em;
	}
}

/* コラム用引用タグ */
.column_contents  blockquote{
	position: relative;
	margin: 2em 1em;
	padding: 20px 20px 20px 70px;
	background-color: #f7f7f7;
}

.column_contents  blockquote::before{
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(/images/common/icon_quote.png);
	background-size: contain;
	transform: rotate(180deg)
}

@media screen and (max-width: 768px) {
	.column_contents  blockquote{
		margin: 2em 1em;
		padding: 30px 20px 10px 20px;
		background-color: #f7f7f7;
	}

	.column_contents  blockquote::before{
		top: -15px;
		left: 5px;
		width: 40px;
		height: 40px;
	}
}

/* コラム用テーブル */
.column_contents table{
	margin: 1em;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
}

.column_contents table th,
.column_contents table td{
	padding: .5em .75em;
	vertical-align: top;
	border: 1px solid #ddd;
}

.column_contents table th{
	background: #f7f7f7;
	border: 1px solid #ddd;
	color: #505050;
	text-align: center;
}

/* コラム用テーブルスクロール */
@media screen and (max-width: 600px) {

	.column_contents .table__scroll::before{
		content: "※横にスクロールできます。";
		font-size: 12px;
		color: #999
	}
	
	.column_contents .table__scroll{
		overflow-x: auto;
	}
	
	.column_contents .table__scroll table{
		width: 600px;
		margin: 1em 0;
	}
}

/*横幅を指定*/
.column_contents .w05{ width: 5%; }
.column_contents .w10{ width: 10%; }
.column_contents .w15{ width: 15%; }
.column_contents .w20{ width: 20%; }
.column_contents .w25{ width: 25%; }
.column_contents .w30{ width: 30%; }
.column_contents .w35{ width: 35%; }
.column_contents .w40{ width: 40%; }
.column_contents .w45{ width: 45%; }
.column_contents .w50{ width: 50%; }
.column_contents .w55{ width: 55%; }
.column_contents .w60{ width: 60%; }
.column_contents .w65{ width: 65%; }
.column_contents .w70{ width: 70%; }
.column_contents .w75{ width: 75%; }
.column_contents .w80{ width: 80%; }
.column_contents .w85{ width: 85%; }
.column_contents .w90{ width: 90%; }
.column_contents .w95{ width: 95%; }
.column_contents .w100{ width: 100%; }

/* 装飾リスト */
.column_contents .column__ol,
.column_contents .column__ul{
	margin: 1em 1em 1.5em;
	padding: 20px;
	list-style: none;
	border: 2px solid #dfdfdf;
	border-radius: 6px;
}

.column_contents .column__ol{
	counter-reset:column__ol;
}

.column_contents .column__ol li,
.column_contents .column__ul li{
	position: relative;
	margin-left: 0;
}

.column_contents .column__ol li{
	margin-bottom: 1em;
	padding-left: 30px;
}

.column_contents .column__ul li{
	margin-bottom: .5em;
	padding-left: 20px;
}

.column_contents .column__ol li:last-child,
.column_contents .column__ul li:last-child{
	margin-bottom: 0;
}

.column_contents .column__ol li::before{
	counter-increment: column__ol;
	content: counter(column__ol);
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: #acacac;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 100%;
}

.column_contents .column__ul li::before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #acacac;
	border-radius: 100%;
}

/* 動画用ボタン */
.video-thumb__wrap {
	display: block;
	position: relative;
}

.video-thumb__wrap::before,
.video-thumb__wrap::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.video-thumb__wrap::before{
	width: 80px;
	aspect-ratio: 1; 
	background-color: rgb(0 0 0 / .5);
	border-radius: 50%;
}

.video-thumb__wrap::after{
	margin-left: 5px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 32px solid #fff;
}


@media screen and (max-width: 768px) {
	
	.video-thumb__wrap::before{
		width: 60px;
	}
	
	.video-thumb__wrap::after{
		margin-left: 3px;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 24px solid #fff;
	}
	
}

/* table の横スクロール対応 */
@media screen and (max-width: 768px) {
	.price-table__wrap{
		overflow-x: auto;
		margin-top: 16px;
	}
	
	.section .price-table__wrap .price-table{
		width: 600px;
		margin-top: 0;
	}
	
	.section .price-table__wrap .price-table,
	.section .price-table-example__wrap .price-table-example{
		font-size: 13px;
	}
	
	.section .price-table thead th,
	.section .price-table tbody th,
	.section .price-table-example__wrap .price-table-example th{
		text-align: left;
	}
}

@media screen and (max-width: 600px) {
	.section .price-table__wrap::before{
		content: "※横にスクロールできます。";
		font-size: 12px;
		color: #999
	}
}

/* リンク矢印 */
.link-arrow{
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
}

.link-arrow::before{
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #299CD3;
}

.link-arrow a {
	color: #299CD3;
	text-decoration: underline;
}

.blog__link-detail {
	margin: 5px 50px;
	padding: 3px;
	text-align: center;
	background: #014190;
	border-radius: 25px;
	color: #fff;
}

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

.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;
}

.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;
	}
}

/*会社案内リンク*/
.nv_region_list {
	border: 1px solid #ddd;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 20px;
}

@media (max-width: 768px) {
	.nv_region_list {
		padding: 0 10px 10px;
	}
}

.nv_region_list .list-detail {
	border-bottom: 1px solid #ddd;
}

.acordinon-title {
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
	padding: 15px 40px 15px 0;
	font-weight: bold;
}

.acordinon-title {
	padding-left: 20px;
}

.acordinon-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #007aff;
}

.acordinon-title.is-open::before {
	border-left: none;
	border-top: 10px solid #007aff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.acordinon-title::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border: 1px solid #007aff;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	color: #007aff;
}

.acordinon-title.is-open::after {
	content: "-";
	color: #007aff;
}

.map-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px 0 15px;
	margin: 0;
	list-style: none;
}

.map-list li {
	width: calc((100% - 30px) / 4); /* 4列 */
}

@media (max-width: 768px) {
	.map-list li {
		width: calc((100% - 10px) / 2); /* 2列 */
	}
}

.map-list a {
	display: block;
	padding: 10px;
	border: 1px solid #007aff;
	text-align: center;
	text-decoration: none;
	color: #007aff;
	font-size: 12px;
}

.map-list a:hover {
	background: #f5f5f5;
}

.map-list {
	display: none;
}

.map-list.is-open {
	display: flex;
}