@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 {
	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;
	color: #000;
	line-height: 130%;
}

.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;
}
.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 .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;
}
.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.2em;
}
*/

.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;
	max-width: 100%;
}


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

.home-center {
    border-collapse: collapse;
    margin: 16px 0;
    width: 100%;
}
.home-center th,
.home-center td {
    border: 1px solid #aad8ef;
    padding: 8px 16px;
}
.home-center th {
    background-color: #ebf9fe;
}
.home-center td {
    vertical-align: middle;
}

.comment {
    font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.comment span {
    font-size: 17px;
	color: #18ADDD;
}

/** 料金表・他社比較表 */
.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%;
	}
}

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

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

.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;
	}
}
/*対応エリア*/
.section_service_area .arealink a { border: 1px solid #299CD3; border-radius: 5px; background-color: #299CD3; color: #FFF; width: 19%; text-align: center; display: inline-block; margin: 0.5em 0; }
.section_service_area .area-map { text-align: center; margin: 20px 0; }
.section_service_area .area-map img { max-width: 100%; height: auto; }
@media screen and (max-width:999px) {
.section_service_area .arealink a { width: 48%; }
}

/*260428*/
.city-cert-link {
    display: block;
    text-align: right;
    color: #0695d7;
    text-decoration: underline;
}
.top-price-area .section.price .service-h3 {
    position: relative;
    background: none !important;
    background-color: #299CD3 !important;
    padding: 8px 16px;
    text-indent: 0 !important;
    color: #fff !important;
    font-size: 20px !important;
    box-sizing: border-box;
    line-height: unset !important;
}
.top-price-area .section.price .service-h3 a {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}
@media screen and (max-width: 640px) {
  .top-price-area .section.price .table-wrapper {
    overflow-x: auto;
  }
  .top-price-area .section.price .price-table {
    width: 500px;
  }
  .top-price-area .section.price .price-subtitle {
    left: 0;
  }
	.top-price-area .section.price .other-service-h3{padding-bottom: 14px;}
	.top-price-area .section.price .other-service-h3 a{top: unset; bottom:0;}
}

/* 260508 追記 */
@media screen and (max-width: 640px) {
	.top-price-area .section.price .service-h3 a {
		top: unset;
		bottom: 0;
	}
}
/* 260508 追記 END */


/* 修理報告詳細の内部リンク */
.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;
}
