@media only screen and (max-width: 768px) and (min-width: 641px){
/*--------------------------------------------------
	タブレットのみ適応
--------------------------------------------------*/
.dsp_smt { display: none; }
#top_pickup .title {
	font-size: 140%;
}
#top_pickup .box { 
	font-size: 130%;
}
}
@media only screen and (max-width: 768px) {
/*--------------------------------------------------
	タブレット・スマホに適応
--------------------------------------------------*/
img { max-width: 100%; height: auto; }

.dsp_hp { display: none; }

/* ヘッダ */
#header {
	padding: 0 10px 10px;
}
#header h1 {
	margin-bottom: 10px;
	margin-top: -20px;
	font-size: 12px;
}
#header p.title {
	text-align: center;
}
#header p.title img {
	width: 300px;
}
#header .contact {
	width:100%;
	margin:0;
	border-radius:0;
	box-shadow:none;
	background-color:#f00;
	border:none;
	position:fixed;
	bottom: 10px;
	z-index:99;
	overflow: hidden;
	display: block;
}
#header .contact .tels {
	padding: 13px 0 0;
	background: #ff0101;
}
#header .contact .tels .txts {
	margin-bottom: 3px;
	position: relative;
}
#header .contact .tels .txts .up_txt {
	position: absolute;
	top: -11px;
	right: 28px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.1;
}
#header .contact .tels .txts .up_txt span {
	color: #FFE400;
	font-weight: bold;
	font-size: 20px;
}
#header .contact .tels .txts .txt {
	color: #FFE400;
}
#header .contact .tels .txts .txt .big {
	font-size: 40px;
}
	
	
	#header .contact .tels .new {
		padding-top: 8px;
		padding-bottom: 13px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
	}
	#header .contact .tels .new span {
		color: #FFE400;
	}
	
#header .contact .tel {
	display: inline-block;
}
#header .contact .tel.dsp_hp {
	display: none;
}
#header .contact .tel a {
	font-size: 40px;
	margin-right: 0;
}
#header .contact .tels p {
	margin-bottom: 0;
}
#header .contact .tel_s_no a {
	background: none;
	padding-left: 0;
	margin-right: 0;
}
	
/* #floating_kuchikomi */
	#floating_kuchikomi {
		width:100px;
		margin:0;
		border-radius:0;
		box-shadow:none;
		background-color:#f00;
		border:none;
		position:fixed;
		bottom:125px;
		right: 0;
		z-index:99;
		overflow: hidden;
		display: block;
		background: none;
	}
	
/* #floating_banner */
#floating_banner .wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 6px;
	margin: 5px 0 ;
}
#floating_banner .wrap .bana03 {
	width: 85%;
	text-align: center;
}
#floating_banner .wrap .bana04 {
	width: 15%;
	text-align: center;
}
#lp2 #floating_banner .wrap .bana04 {
	display: none;
}

	/*光るアニメーション*/
#header .contact:before {
	display: block;
	content: "";
	 height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2.5s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2.5s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2.5s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2.5s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2.5s ease-in-out infinite; }

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0; } }
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
@-moz-keyframes reflection {
  0% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -moz-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -moz-transform: scale(50) rotate(45deg);
    opacity: 0; } }
@-ms-keyframes reflection {
  0% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -ms-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -ms-transform: scale(50) rotate(45deg);
    opacity: 0; } }
@-o-keyframes reflection {
  0% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -o-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -o-transform: scale(50) rotate(45deg);
    opacity: 0; } }
	
	
/* コンテナ */
#container {
	background: #fff;
}
.main {
	padding-left: 15px;
	padding-right: 15px;
}
.cm {
		font-weight: bold;
		font-size: 30px;
		color: #ffd700;
	text-shadow:1px 1px #00bfff,-1px 4px #00bfff,-1px -1px #00bfff,1px -1px #00bfff,1px 0px #00bfff,0px 1px #00bfff,-1px 0px #00bfff,0px -1px #00bfff;
	}
/* フッター */
#footer {
	padding-bottom: 128px;
}
#copyright {
	text-align: center;
	float: none;
}
h3.sub {
	font-size: 30px;
}
body#thanks-page #header_smt .contact,
body#thanks-page #header_smt .mail {
	display: none;
}
#thanks-page #footer {
	padding-bottom: 0;
}

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
#page_title h2 .img_man {
	width: 340px;
}
#client h3 {
	font-size: 25px;
}
#client .wrap p img {
	height: 25px;
}
#movie video {
	width: 100%;
}
#kuchikomi {
	/* padding: 15px; */
	padding: 0 10px;
}
#kuchikomi p img {
	margin-bottom: 15px;
}
#corona .box h3 {
	font-size: 30px;
}
#corona .box .btn_out {
	padding-bottom: 23px;
}
#corona .box .btn_out .btn {
	width: 110px;
}
#corona ul {
	padding: 23px 23px 0;
}
#corona .box ul p {
	right: 70px;
	width: 30%;
}
#top_pickup{
	padding: 10px 0;
}
#warning h3 {
	font-size: 33px;
	width: 455px;
}
#warning h4 {
	font-size: 26px;
	width: 390px;
	margin-bottom: 30px;
}
#warning .ruiji {
	padding: 0 80px 30px;
}
#warning .box .btn {
	margin-bottom: 20px;
}
#warning .box_w img {
top: 10px;
right: 0px;
width: 13%;
}
#top_1st {
	padding-bottom: 20px;
}
#top_1st .cf {
	margin-bottom: 15px;
}
#top_1st .cmn_yen {
	top: -20px;
}
.box_outside{
	display: inline-block;
	margin-top: -11px;
	margin-bottom: 0;
}
/**/
.cmn_yen .box {
	width: calc(50% - 11px);
	margin-right: 10px;
	padding: 3px;
}
.cmn_yen .box .in {
	padding: 12px 0;
}
	.cmn_yen .box:first-child .in {
		padding: 12px 0 10px;
	}
	.cmn_yen .box .in p.txt span.fs {
    font-size: 100%;
}
.cmn_yen .box .in p.txt {
	font-size: 28px;
	margin-right: 80px;
}
.cmn_yen .box .in p.txt .red {
	font-size: 46px;
}
.cmn_yen .box .in p.img {
	top: 5px;
}
.cmn_yen .box .in p.img img {
	width: auto;
	height: 80px;
}
.cmn_yen .box:nth-of-type(2) .in p.img {
	right: 10px;
}
.cmn_yen .box:nth-of-type(2) .in {
	padding-top: 14px;
	padding-bottom: 10px;
}
.cmn_yen .box:nth-of-type(2) .in p.txt {
	margin-right: 115px;
}
.cmn_yen .box .in p.txt b:before, .cmn_yen .box .in p.txt b:after {
	height: 2px;
}
.cmn_yen .box .in p.txt b:after {
	top: 10%;
}
.cmn_yen .new_box {
	padding: 3px;
	margin-bottom: 10px;
}
.cmn_yen .new_box .in {
	padding: 12px 0;
}
.cmn_yen .new_box .in p {
	font-size: 30px;
}
	
.card {
	clear: both;
	border-radius: 20px;
	padding: 15px;
	margin-bottom: 20px;
}
.card .txt {
	font-size: 20px;
	top: 10px;
}
.card ul {
	padding-top: 9px;
}
.card .pay {
	margin: 0 0;
}
.card .pay img {
	height: 63px;
}


	#np_pay h3 {
		font-size: 44px;
	}
#np_pay .box_out {
	border-radius: 20px;
	margin-bottom: 20px;
}
#np_pay .box_out .title {
	padding: 0;
}
#np_pay .box_out .title .txt {
	line-height: 1.2;
	padding-top: 5px;

}
#np_pay .box_out .title .waku {
	padding: 11px 15px;
}
#np_pay .box_out .title .waku .fm {
	font-size: 37px;
}
/**/
.cmn_discount {
	padding: 75px 0 100px;
}
.cmn_discount .box {
	font-size: 40px;
	padding: 10px 0 10px 200px;
}
.cmn_discount .box .yen {
	font-size: 80px;
}
.cmn_discount .box .yenyen {
	font-size: 40px;
}
.cmn_discount .box .thin{
	position: absolute;
	top: -15px;
	right: -25px;
	font-size: 18px;
}
.cmn_discount .box .limit {
	font-size: 50px;
}
.cmn_discount .box .no {
	position: relative;
	top: 10px;
	margin-bottom: 0;
	font-size: 15px;
	width: 100%;
	height: auto;
}
.cmn_discount .box .no .fm {
	font-size: 18px;
}
.cmn_contact .out .main {
	padding-bottom: 15px;
}
.cmn_contact h3 {
	font-size: 30px;
}
.cmn_contact h3 .fm {
	font-size: 40px;
}
.cmn_contact .ico {
	top: 0;
}
.cmn_contact .box {
	padding: 15px;
	margin-bottom: 0;
}
.cmn_contact .box .tel {
	float: none;
	text-align: center;
	margin: 13px 0;
}
.cmn_contact .box .txt .blue .big {
	font-size: 43px;
}
.cmn_contact .box .tel a {
	font-size: 34px;
	background: url(../img/tel.png) no-repeat left 20px bottom 20px ,-moz-linear-gradient(top, #a70202, #ff0101, #9f0000);
	background: url(../img/tel.png) no-repeat left 20px bottom 20px ,-webkit-linear-gradient(top, #a70202, #ff0101, #9f0000);
	background: url(../img/tel.png) no-repeat left 20px bottom 20px ,linear-gradient(to bottom, #a70202, #ff0101, #9f0000);
	background-size: 86px auto, 100%;
	border-radius: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 2px 2px rgb(0 0 0 / 20%);
	line-height: 1;
	position: relative;
	padding: 20px 20px 13px 63px;
}
.cmn_contact .box .tel.tel_no a {
	font-size: 34px;
	background: url(../img/tel.png) no-repeat left 20px bottom 20px ,-moz-linear-gradient(top, #a70202, #ff0101, #9f0000);
	background: url(../img/tel.png) no-repeat left 20px bottom 20px ,-webkit-linear-gradient(top, #a70202, #ff0101, #9f0000);
	background: url(../img/tel.png) no-repeat left 20px bottom 20px ,linear-gradient(to bottom, #a70202, #ff0101, #9f0000);
	background-size: 50px auto, 100%;
	border-radius: 40px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 2px 2px rgb(0 0 0 / 20%);
	line-height: 1;
	position: relative;
	padding: 20px 20px 13px 63px;
	width: 320px;
	height: 50px;
	display: inline-block;
}
.cmn_contact .box .mail {
	text-align: center;
}
.cmn_contact .box .mail a {
	background: url(../img/mail02.png) no-repeat left 65px bottom 27px, -webkit-gradient(linear, left top, left bottom, from(#29ABE2), to(#0071BC));
	background: url(../img/mail02.png) no-repeat left 65px bottom 27px, -webkit-linear-gradient(top, #29ABE2, #0071BC);
	background: url(../img/mail02.png) no-repeat left 65px bottom 27px, -moz-linear-gradient(top, #29ABE2, #0071BC);
	background: url(../img/mail02.png) no-repeat left 65px bottom 27px, -o-linear-gradient(top, #29ABE2, #0071BC);
	background: url(../img/mail02.png) no-repeat left 65px bottom 27px, linear-gradient(to bottom, #29ABE2, #0071BC);
	background-size: 37px auto, 100%;
	font-size: 28px;
	border-radius: 40px;
	padding: 25px 20px 8px 60px;
	width: 320px;
	height: 50px;
	display: inline-block;
}
	
	.hikaku h4 {
		font-size: 25px;
	}
	.hikaku .txt {
		font-size: 16px;
		text-align: center;
	}
	
/*キャンペーン*/
	.new_camp {
		height: auto;
	}
	.new_camp .box {
		padding: 0 30px 20px;
	}
	.new_camp .box h3 {
		font-size: 31px;
	}
	.new_camp .box .img_camp {
		width: 200px;
	}
	.new_camp .box .txt {
		margin-left: 210px;
		padding: 10px 20px;
	}
	.new_camp .box .txt p {
		font-size: 26px;
	}
	
	/*youtubeスライド*/
	#youtube.main {
		background-color: #fff;
		padding: 5px 0 5px;
	}
	#youtube h3 {
		font-size: 24px;
	}
	#youtube .touroku {
		font-size: 19px;
	}
	.channel .txt {
		top: 45px;
		right: 90px;
		font-size: 25px;
	}
	
	#youtube .box {
		padding: 0 35px;

	}
	#youtube .slick-slider .slick-list {
		padding-top: 0;
	}
	#youtube .slick-slide {
		height: 25%;
	}
	#youtube .b {
		font-size: 21px;
	}
	.slick-prev:before, .slick-next:before {
		font-size: 25px!important;
	}
	.slick-prev {
			left: -35px!important;
	}
	
#contents01 .line {
	font-size: 28px;
}
#contents01 .sub {
	margin-bottom: 40px;
}
/*トラブル*/
#trouble {
	padding-top: 70px;
	padding-bottom: 20px;
}
	
	/*作業内容*/
	#trouble .detail .wrap {
		margin-bottom: 30px;
	}
	#trouble .detail dl.detail_in {
		width: 48%;
		margin-bottom: 20px;
		height: 620px;
	}
	
	/**/
#toilet {
	padding-bottom: 0;
}
#trouble .box {
	margin-bottom: 40px;
}
#trouble h3 {
	font-size: 25px;
	height: 140px;
}
#trouble h3 b {
	font-size: 30px;
}
#toilet h3 {
	font-size: 33px;
	text-align: center;
	padding: 10px 0;
	height: auto;
}
#trouble h3 .case {
	width: 70px;
	height: 55px;
	padding-top: 15px;
	font-size: 18px;
}
#trouble h3 .case .no{
	font-size: 25px;
}
#trouble h3 .img_rit{
	float: none;
	margin-left: 0;
	display:block;
	text-align:right;
}
#trouble h3 .img_rit img {
	height: 50px !important;
}
#toilet h3 .text2 {
	position: inherit;
	font-size: 20px;
	line-height: 2;
	padding-right: 10px;
}
#toilet h3 img {
	height: 50px !important;
}
#trouble h3 .text {
	font-size: 20px;
	line-height: 1;
	position: relative;
	top: -10px;
	left: 60px;
}
#trouble h3 .text2 {
	font-size: 20px;
	line-height: 1;
	position: relative;
	top: 38px;
	left: 50px;
}
	
	#hosyou {
		padding: 0 15px;
		background: #095fa7;
	}
	#hosyou .main {
		padding-top: 30px;
	}
#hosyou h3 {
	font-size: 25px;
}
	#hosyou h3.sub2 {
		margin-bottom: 0;
	}
#hosyou .box {
	padding: 30px;
}
#hosyou img {
	width: 70%;
}
#hosyou .fs10 {
	font-size: 10px;
}
	#hosyou .waku,
	.henkin .waku {
		padding: 10px 0 10px 180px;
	}
	
	/*全額返金保証*/
	.henkin {
		padding: 0 15px;
		background: #0065b4;
	}
	.henkin .main {
		padding: 0 15px 0;
		background: #fff;
	}
.henkin .henkin_txt {
	margin: 0 auto 30px;
}
	
#toilet dl dd ul li {
	font-size: 20px;
}
#toilet .omakase .txt {
	margin-right: 170px;
}
#toilet .omakase .txt p {
	font-size: 27px;
}
#toilet .omakase img {
	margin-right: 0;
	width: 164px;
}

/*トラブルスライド*/
	#trouble.slide .sub_ttl {
		font-size: 30px;
		margin-bottom: 30px;
	}
	#trouble.slide .slideshow2 {
		width: 738px!important;
		height: 920px !important;
	}
	#trouble.slide .slideshow2 .box {
		width: 364px!important;
		margin-left: 0;
		margin-top: 20px;
	}
	#trouble.slide .slideshow2 .slick-dots {
		bottom: 196px;
	}
	#trouble.slide h3 .text2 {
		position: relative;
		top: 21px;
		left: 72px;
	}
	#trouble.slide h3 .img_rit {
		float: right;
	}
	#trouble.slide .slick-next {
		right: 5px!important;
	}
	#trouble.slide .slick-prev {
		left: -5px!important;
	}
	#trouble.slide .slick-prev:before, .slick-next:before {
		font-size: 33px!important;
	}


#maker .maker {
	width: 96%;
}
#maker .maker .box p img {
	width: 95%;
}
/*大規模工事・設備調査にも対応*/
	#kouji {
		padding: 30px 0;
	}
	#kouji .kouji_cont h3 {
		font-size: 33px;
	}
	#kouji .kouji_cont h3::before {
		top: -2px;
		left: 40px;
	}
	#kouji .kouji_cont h3::after {
		top: -2px;
		right: 40px;
	}
	#kouji .kouji_cont .box_out .box dd {
		font-size: 20px;
	}
	#kouji .kouji_cont .box_out .waku .box dl:not(:last-of-type):before {
		position: absolute;
		content: "";
		top: 35%;
		right: -70px;
		border: 40px solid transparent;
		border-left: 20px solid #0065B4;
	}
	
/**/
#relax {
	padding: 40px 0;
}
	#relax .txt7_img{
		width: 600px;
	}
	#relax h3 .ico{
		width: 140px;
		top: -53px;
	}
#relax h3 {
	padding-left: 15px;
	padding-right: 15px;
}
#relax .list dl {
	position: relative;
}
#relax .list dl dt .line {
	font-size: 28px;
}
#relax .list dl dt .line+.line {
	top: 10px;
}
#relax .list dl dt .line .blue {
	font-size: 35px;
}
#relax .list dl dt .ico {
	position: absolute;
	top: 0px;
	left: 0;
	display: inline-block;
	width: 45px;
	height: auto;
	padding-top: 25px;
	font-size: 14px;
}
#relax .list dl dt .ico .no {
	font-size: 22px;
}
#relax .list dl dt .line {
	margin-bottom: 20px;
	margin-left: 50px;
}
/**/
#onayami {
	padding-bottom: 0;
}
	
/*無料追加サービス*/
	.new_camp {
		height: auto;
	}
.new_camp .box {
	padding: 2px 23px;
	position: relative;
}
.new_camp .box h3 {
	font-size: 35px;
	text-align: center;
}
.new_camp .box .img_camp {
	width: 200px;
	left: 0;
	bottom: 0;
}
.new_camp .box .txt {
	margin-left: 180px;
}
.new_camp .box .txt p {
	font-size: 22px;
}
	
/*テレビ取材を受けました！*/
#movie .main {
	margin: 0;
	padding: 0 20px 20px;
}
#syuzai .main {
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}
#syuzai .in h3 {
	font-size: 25px;
}
#syuzai .in .wrap ul {
	padding: 10px 10px 10px 30px;
}
#syuzai .in .wrap .tv_photo img {
	height: 130px;
	margin-top: 10px;
}
.c_logo {
	vertical-align: middle;
	width: 60px;
}

/**/
#license {
	margin: 20px;
	padding: 5px;
}
#license .in {
	padding: 5px;
}
#license .in h3 {
	font-size: 25px;
}
#license p.btn {
	margin-bottom: 10px;
}
/**/
#top_info p.ico_sagyou {
	left: calc(50% - 190px);
}
#top_info p.ico_sagyou img {
	width: 120px;
	height: auto;
}
/*--------------------------------------------------
  流れ
--------------------------------------------------*/
#flow .box {
	margin-bottom: 40px;
}
#flow h3 {
	margin-bottom: 20px;
	font-size: 30px;
}
#flow .box dl dt {
	margin-bottom: 10px;
	font-size: 23px;
}
#flow .box dl dt .maru {
	position: absolute;
	top: -20px;
	left: -20px;
}
/*--------------------------------------------------
  ご利用者様の声
--------------------------------------------------*/
#voice {
	padding: 40px 0 50px;
}
#voice h3{
	margin-bottom: 30px;
	font-size: 30px;
}
#voice.slide .slideshow .slick-list {
        height: 100%important;
    }
#voice .slick-next {
	right: 5px!important;
}
#voice .slick-prev {
    left: -5px!important;
}
#voice .slick-prev:before, .slick-next:before {
	font-size: 33px!important;
}
/*
.slick-slide {
	padding-top: 0;
	height: 63%!important;
}
*/
	
#voice dl {
	border-radius: 20px;
	width: 340px!important;
	margin: 0 20px;
	position: relative;
}
#voice dl dt {
	border-radius: 20px 20px 0 0;
	padding: 15px 20px;
}
#voice dl dd {
	overflow: hidden;
	padding: 15px 20px;
	
}
#voice dl dd img {
	float: left;
	width: 120px;
	height: auto;
	margin-right: 15px;
	position: absolute;
	right: 0;
	top: -35px;
}
	.more_area .box_in {
		border-radius: 20px;
	}
	.more_area .box_in .img img {
		width: 90px;
		padding: 5px;
	}
	.more_area .box_in .img {
		width: 120px;
	}
	.more_area .box_in .in {
		width: 570px;
	}
	.more_area .box_in .in .mark {
		right: -5px;
	}
	.more_area .box_in .in .sub {
		font-size: 18px;
	}
	
/*--------------------------------------------------
  ご利用者様の声
--------------------------------------------------*/
	/*
#voice {
	padding: 40px 0 20px;
}
#voice h3{
	margin-bottom: 30px;
	font-size: 30px;
}
#voice.slide .slideshow .slick-list {
        height: 100%important;
    }
#voice .slick-next {
	right: 5px!important;
}
#voice .slick-prev {
    left: -5px!important;
}
#voice .slick-prev:before, .slick-next:before {
	font-size: 33px!important;
}
#voice dl {
	border-radius: 20px;
	width: 340px!important;
	margin: 0 20px;
	position: relative;
}
#voice dl dt {
	border-radius: 20px 20px 0 0;
	padding: 15px 20px;
}
#voice dl dd {
	overflow: hidden;
	padding: 15px 20px;
	
}
#voice dl dd img {
	float: left;
	width: 120px;
	height: auto;
	margin-right: 15px;
	position: absolute;
	right: 0;
	top: -35px;
}
*/

/*--------------------------------------------------
  よくある質問
--------------------------------------------------*/
#faq {
	padding: 40px 0 20px;
}
#faq h3 {
	margin-bottom: 20px;
	font-size: 30px;
}
#faq .box {
	margin-bottom: 10px;
}
#faq .box .in2 dl.q dd {
	font-size: 23px;
}
#faq .box .in2 dl.q::after {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 23px;
}
/*--------------------------------------------------
  お問い合せ
--------------------------------------------------*/
#mail {
	width: 100%;
}
#mail input[type="button"] {
	width: 130px;
	height: 35px;
}
#contact .btn input {
	width: 144px;
	height: 52px;
}
#contact input[type="submit"] {
	font-size: 18px;
}
#contact .tbl {
	width: 100%;
	margin-bottom: 5px;
}
#contact .tbl th,
#contact .tbl td {
	display: block;
}
.tbl td span.kome {
	font-size: 20px;
}
#contact .tbl .rad input {
	width: auto;
}
#contact textarea,
#contact input[type="text"] {
	width: 100%;
	padding: 8px 2px;
	box-sizing: border-box;
}
#contact .address2 th {
	padding-left: 15px!important;
}
#contact .address2 th .unneed {
	margin-right: 50px;
}

#contact {
	font-size: 100%;
}
#contact li {
	display: block;
	margin-bottom: 5px;
}
#contact .tbl th,
#contact .tbl td {
	padding-left: 0;
	padding-right:0;
}
#contact .tbl td {
	margin-top: -1px;
	margin-bottom: -1px;
}


/*北関東フォーム*/
#kitakanto #contact .tbl input[type="checkbox"],
#kitakanto #contact .tbl input[type="radio"] {
	width: auto;
}
	
/*東海フォーム*/
#tokai #contact .tbl input[type="checkbox"],
#tokai #contact .tbl input[type="radio"] {
	width: auto;
}

/*トイレ専用フォーム*/
#toilet-page #contact .tbl input[type="checkbox"],
#toilet-page #contact .tbl input[type="radio"] {
	width: auto;
}
	
/*排水専用フォーム*/
#haisui-page #contact .tbl input[type="checkbox"],
#haisui-page #contact .tbl input[type="radio"] {
	width: auto;
}
	
/*蛇口専用フォーム*/
#jyaguchi-page #contact .tbl input[type="checkbox"],
#jyaguchi-page #contact .tbl input[type="radio"] {
	width: auto;
}
	
/*給湯器専用フォーム*/
#kyuto-page #contact .tbl input[type="checkbox"],
#kyuto-page #contact .tbl input[type="radio"] {
	width: auto;
}
	
/*水漏れ専用フォーム*/
#mizumore-page #contact .tbl input[type="checkbox"],
#mizumore-page #contact .tbl input[type="radio"] {
	width: auto;
}


	
	/*給湯器専用ページ*/
	#kyuto-page a:link, a:visited {
		color: #fff;
	}
	#kyuto-page .channel .txt {
		right: 125px;
	}
	#kyuto-page #hosyou {
		background: #ff7c10;
	}
	#kyuto-page .henkin {
		background: #ff7c10;
	}
	#kyuto-page .hikaku a:link {
		color: #ff3f00;
	}
	#kyuto-page #top_info a:link, a:visited {
		color: #ff3f00;
	}
	

/*お問い合わせ（確認画面）*/
#contact .naiyoukakunin .in {
	width: 100%;
}
#contact .naiyoukakunin .in label span.inl {
	width: 180px;
}
#contact .naiyoukakunin .in label span.inr {
	width: 65%;
	padding: 20px 10px;
}


/*お問い合わせ（完了）*/
#thanks-page .kakunin p {
	font-size: 100%;
}
#thanks-page .kakunin .in label span.inl {
	width: 180px;
}
#thanks-page .kakunin .in label span.inr {
	width: 65%;
	padding: 20px 10px;
}
#thanks-page .main {
	width: 100%;
	box-sizing: border-box;
}
#thanks-page .main p {
	font-size: 100%;
}


#company p.ico {
	top: -57px;
	right: calc(50% - 190px);
}
#company p.ico img {
	width: 120px;
}
	#company tr th {
		display: block;
		padding: 30px 30px;
		width: 90px;
	}
	#company tr td {
		width: 510px;
	}
#company tr td dl dd span.wrap span {
	width: 33%;
	font-size: 15px;
}
#company tr td dl dt span {
	border-right: none;
}
	
	/*水道局指定工事事業者/指定番号*/
	#link_shitei {
		padding: 10px 0 0;
	}
	#link_shitei .shitei_dt {
		line-height: 40px;
		font-size: 16px;
		text-align: center;
		padding: 5px 10px;
	}
	#link_shitei .shitei_dt::before {
		top: 5px;
		left: 20px;
	}
	#link_shitei .shitei_dt::after {
		top: 5px;
		right: 20px;
	}
	
	/* aichi.fujisuidou.com */
	#aichi .fm2 {
		font-size: 25px;
	}
	#aichi #relax dl dd {
		padding-left: 55px;
	}
	#aichi #blog_card a dl {
		display: block;
	}
	#aichi #blog_card a dl dt {
		width: 100%;
		margin-bottom: 10px;
	}
	#aichi #warning h3 {
		width: 475px;
	}
	#aichi #warning .box_w img {
		top: -15px;
		right: -5px;
		width: 13%;
	}
	
	
/*------------------------------------------------*/