@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.bottom_cat ul {margin-bottom: 0;}

.home #page_contents {
    margin: 0;
    padding: 0;
}

.home #pg-18-0, #pg-18-1, #pg-18-2, #pl-18 .panel-grid-cell .so-panel {
    margin-bottom: 0;
}

.top-about-wrapper {
    padding: 100px 0;
    display: flex;
}

.top-about-text-block {
    width: 37%;
    padding: 0 40px;
}

.top-about-img-block {
    width: 63%;
}

.custom-heading01 {
    letter-spacing: 2px;
    font-size: 30px;
    text-align: center;
    padding: 0 10px;
}

.custom-heading-en {
    letter-spacing: 4px;
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
}

.custom-heading-en:first-letter {
    color: #34adde;
}

.top-business-item {
    display: flex;
    margin: 0;
}

.top-business-item-img {
    width: 50%;
}

.top-business-item-text {
    width: 50%;
    padding: 70px 20px;
    text-align: center;
}

.top-business-item.even .top-business-item-img {
    order: 2;
}

.top-business-item.even .top-business-item-text {
    order: 1;
}

.btn-wrap01 {
    margin-top: 40px;
    text-align: center;
}

.custom-btn01 {
    display: inline-block;
    padding: 20px 100px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    line-height: 1.4;
    background: #34adde;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.custom-btn01:before {
    content: "";
    display:block;
    width: 66px;
    height: 10px;
    background: url(../images/common/arrow01.png) no-repeat;
    background-size: 66px 10px;
    position: absolute;
    right: -25px;
    top: 42%;
    -webkit-transition: .2s;
    transition: .2s;
}

.custom-btn01:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.custom-btn01:hover:before {
    right: -40px;
}

.top-result {
    padding: 100px 0;
    margin-bottom: 100px;
}

.top-result-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.top-result-wrap li {
    width: 25%;
    margin: 0 34px;
    position: relative;
    list-style: none;
}

.result-item-img-wrap {
    overflow: hidden;
    position: relative;
    background: #fff;
}

.result-item-img-wrap .top-result-img {
  max-height: 280px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.result-item-img-wrap .top-result-img img {
  max-height: 280px;
  height: auto;
  width: 100%;
  object-fit: cover;
}

.top-result-wrap li:hover .top-result-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}

.result-heading {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
}

.top-result-wrap li:hover a {
  text-decoration: none;
}

.top-contents {
  padding-bottom: 100px;
}

#footer_area {
  background: #0b0b0b;
}


.footer_about dd .footer_about_tel {
  color: #333;
  font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
}

#header_pc #header_catch {
  background: #fff;
}

#header_pc #header_catch p {
  color: #333;
}

#page_title h1 {
	color: #fff;
}

.link-btn-wrap {
	margin: 50px 0;
}

.link-btn-list {
	display: flex;
	list-style: none;
	padding: 0;
}

.link-btn {
	width: 44%;
	margin-right: 12%;
	text-align: right;
}

.link-btn:last-child {
	margin-right: 0;
	text-align: left;
}

.contact-wrap {
	background: #42b1da;
	padding: 100px 0;
}

.contact-wrap .custom-heading01 {
	color: #fff;
}

.contact-wrap .custom-heading-en:first-letter {
	color: #fff;
}

.contact-list {
	display: flex;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	padding-left: 0;
}

.contact-list-item {
	width: 50%;
	color: #fff;
	text-align: center;
	list-style: none;
}

.contact-list-item:first-child {
	border-right: solid 1px #fff;
}

.contact-list-item-text {
	font-size: 20px;
	font-weight: bold;
}

.contact-list-item-tel {
	margin-bottom: 0;
	line-height: 1.5;
}

.contact-list-item-tel a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-list-item-tel .font01 {
  font-size: 50px;
  color: #fff;
  letter-spacing: 3px;
  font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
}

.contact-list-item-tel .icon-tel {
  width: 40px;
  height: 50px;
  margin-right: 10px;
  display: inline-block;
}

.contact-list-item-tel .icon-tel svg {
  width: 40px;
  height: 50px;
}

.contact-list-item-tel .icon-tel svg path {
  fill: #fff;
}

.contact-list-item-annotation {
  font-size: 20px;
  font-weight: bold;
}

.contact-list-item-mail a {
  display: inline-block;
  border-radius: 4px;
  background: #ffb600;
  width: 80%;
  padding: 20px 30px;
  position: relative;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.contact-list-item-mail a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.contact-list-item-mail a .icon-mail {
	margin-right: 10px;
	vertical-align: top;
}

.link-btn-once .link-btn {
	width: 100%;
	text-align: center;
}

th {
	width: 20%;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    padding: 1.5em;
}

.sub-contents {
	margin-bottom: 60px;
}

.link-btn-wrap02 {
	margin-top: 30px;
}

.custom-heading02 .wlcaption01 {
	border-left: solid 6px #34adde;
	padding-left: 10px;
}

.contact-list-once {
	border: none;
}

.contact-list-once .contact-list-item {
	color: #333;
	width: 70%;
	margin: auto;
	border: solid 1px #ccc;
	padding: 20px;
}

.contact-list-once .contact-list-item-tel .icon-tel svg path {
	fill: #34adde;
}

.contact-list-once .contact-list-item-tel .font01 {
	color: #333;
}

.history-link-wrap {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
}

.history-link {
	width: 31%;
}

.history-link a {
	display: block;
    border: solid 1px #ccc;
    text-align: center;
    font-weight: bold;
    padding: 20px 5px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
}

.history-link a:hover {
	background: #34adde;
	text-decoration: none;
	color: #fff;
}

.tablepress th {
	padding: 1em;
}

.tablepress td {
	padding: 1em;
}

.tablepress th:first-child {
	width: 70% !important;
}

.tablepress th:last-child {
	width: 30% !important;
}

ul.children {
	margin-top: 10px;
}

ul.children li {
	padding-left: 0;
}

#header_pc #header_inquiry a,
#page-top a {
	-webkit-transition: .3s;
    transition: .3s;
}

#header_pc #header_inquiry a:hover,
#page-top a:hover {
	opacity: 0.8;
}








/*newsコンテンツ移設用*/

/*Clearfix*******************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {/*IE6*/
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.flt_l{
	float:left;
}

.flt_r{
	float:right;
}

li,ol,dd{
	list-style:none;
}

#checkList {
	padding-left: 0;
}

.sub_cont {
	background: url(../images/common/cont_sub_bg.gif) no-repeat center bottom;
}
.sub_cont .caption {
	background: url(../images/common/cont_sub_ttl.gif) no-repeat;
	height: 35px;
	width: 100%;
	font-size: medium;
	padding-top: 25px;
	padding-left: 30px;
	padding-bottom: 30px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 0;
}
.sub_cont .sub_cont_main {
	padding: 0px 15px 15px;
}

.link_result a {
	display: block;
	margin: 0px auto 50px;
	width: 70%;
	font-size: x-large;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background: #336699;
	padding: 5px;
	border: 3px solid #A6B8C8;
	text-decoration: none;
}
.link_result a:hover {
	color: #FFFF33;
	padding: 6px 4px 4px 6px;
	text-decoration: underline;
}

.eg-img-inner {
	display: flex;
}

.eg-img-text {
    width: 57%;
}

.eg-img {
	width: 43%;
}

.ever_kind dd {
	margin-bottom: 15px;
}

.ever_guard_flow,
.ever_flow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding-left: 0;
}

.ever_guard_flow .flt_l
.ever_flow .flt_l {
	float: none;
	margin-bottom: 15px;
}

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

.contact-wall-img {
	width: 30%;
}

.contact-wall-text {
	width: 65%;
}

.ever_kind dd {
	margin: 0px 20px 20px;
}
ul.ever_flow {
	background: url(../images/wall/arr_ever_01.gif) center center no-repeat;
}

ul.ever_flow_last {
	background: none;
}

ul.CaseBroken {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


/*Clearfix*******************/

/* 工事ページ共通 ******************/

.business-news-inner {
	max-width: 654px;
	width: 100%;
	margin: 0 auto;
}

.business-news-inner h2 {
	margin-bottom: 0;
}

.log-text-wrap {
	display: flex;
}

.logo-text {
	width: 85%;
}

.log-text-wrap .logo {
	width: 15%;
	margin-left: 0;
}

.check {
	background: url(../images/common/check_bg.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
.check h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.check .flt_l {
	padding-left: 15px;
	padding-top: 15px;
	width: 354px;
}
.check .flt_l ul {
	padding-left: 0;
}
.check .flt_l li {
	background: url(../images/common/check_icon.gif) no-repeat left top;
	padding-left: 20px;
	font-size: 12px;
	letter-spacing: 0em;
	padding-bottom: 8px;
}
.check .flt_r {
	padding-right: 16px;
	padding-bottom: 1px;
}
.case ul {
	margin-left: 13px;
	margin-bottom: 20px;
	padding-left: 0;
}
.case li {
	float:left;
	margin:0 5px;
	width: 146px;
}
.case li dt {
	font-weight: bold;
	color: #333333;
	background: url(../images/common/case_icon.gif) no-repeat left center;
	padding: 5px 0px 5px 15px;
}
div.result {
	background: #F6F6F6;
	border: 1px solid #DEDEDE;
	padding: 12px;
	margin-top: 20px;
}
h3.result_ttl {
	background: url(../images/common/result_subttl.gif) no-repeat;
	height: 35px;
	line-height: 1.5;
	font-weight: bold;
	font-size: large;
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: 10px;
	color: #333333;
	width: 100%;
	margin-top: 0;
}
div.result .flt_l dt ,div.result .flt_r dt {
	color: #FFFFFF;
	background: #333333;
	padding: 5px;
	font-weight: bold;
}
div.result .flt_l , div.result .flt_r {
	width: 300px;
}

ul.CaseBroken {
	margin: 0;
	padding: 15px 0 0;
	list-style-type: none;
}

ul.CaseBroken li {
	float: none;
	margin-left: 25px;
	margin-bottom: 15px;
	text-align: center;
}

ul.CaseBroken02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 30px;
	padding: 15px 0 0;
	list-style-type: none;
}

ul.CaseBroken02 li {
	float: none;
	margin-left: 25px;
	margin-bottom: 15px;
	font-size: 12px;
	width: 289px;
}

ul.BrokenRepair {
	margin: 0;
	padding: 15px 0 0;
	list-style-type: none;
}

ul.BrokenRepair li {
	float: left;
	margin:0 0 15px 10px;
}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

.BrokenRepair_text {
	margin: 0 auto;
	width: 95%;
	font-size: 80%;
}

.BrokenRepair_text ul {
	margin: 0;
	padding: 0 0 5px;
	border-top: 1px #c0c0c0 dotted;
	list-style-type: none;
}

.BrokenRepair_text li {
	padding: 9px 0 9px 48px;
	background-position: 5px 4px;
	border-bottom: 1px #c0c0c0 dotted;
	line-height: 120%;
}

.text1 {
	background: url(../images/wall/icon01.gif) no-repeat;
}
.text2 {
	background: url(../images/wall/icon02.gif) no-repeat;
}
.text3 {
	background: url(../images/wall/icon03.gif) no-repeat;
}
.text4 {
	background: url(../images/wall/icon04.gif) no-repeat;
}
.text5 {
	background: url(../images/wall/icon05.gif) no-repeat;
}

.RepairPaint ul {
	margin-bottom: 15px;
	padding-left: 0;
}
.RepairPaint li {
	float: left;
	/* margin: 0 2px; */
	width: 210px;
	color: #333333;
}
.RepairPaint li dd {
	width: 210px;
	padding: 5px 0px 5px 10px;
}
.RepairPaint li dt {
	width: 210px;
	height: 160px;
}




div.flow {
	background: #F6F6F6;
	border: 1px solid #DEDEDE;
	padding: 12px 12px 0px;
	margin-top: 20px;
}
.flowTtl {
	font-weight: bold;
	color: #069;
	font-size: medium;
}

div.waterMethodLst{
	margin: 15px 0 20px;
}

div.waterMethodLst li{
	background: url(../images/water/bg_water_method.gif) top left no-repeat;
	padding: 12px 0;
}

div.waterMethodLst li a{
	padding-left: 35px;
	font-weight: bold;
}

p.waterArticle {
    background: url("../images/common/cont_sub_ttl02.gif") no-repeat scroll 0 0 transparent;
    color: #3F3F3F;
    font-size: medium;
	font-weight: bold;
    height: 45px;
    padding-left: 30px;
    padding-top: 20px;
}

div.comentBox {
	border: 1px solid #b8ec85;
	background: url(../images/common/bg_box.gif);
	padding: 10px;
	}

ul#sub_navi01 li{
	margin: 0;
	padding: 0;
	}
ul#sub_navi02 li{
	margin: 0;
	padding: 0;
	}

ul#sub_navi03 li{
	margin: 0;
	padding: 0;
	}
ul#sub_navi04 li{
	margin: 0;
	padding: 0;
	}

div.shanetsu {background:url(../images/paint/cont03_bg01.gif) 36px center no-repeat;}

div.shanetsu ul {
	float: right;
	width: 60%;
	}

div.shanetsu ul li {
	margin-bottom: 5px;
	}

ul.resultTxt01 li {
	float:left;
	width:33%;
	text-align: center
}



/* margin,padding ******************/
.mt_5{
	margin-top:5px;
}

.mt_10{
	margin-top:10px;
}

.mt_15{
	margin-top:15px;
}

.mt_20{
	margin-top:20px;
}

.mt_30{
	margin-top:30px;
}

.mt_45{
	margin-right:45px;
}

.mr_5{
	margin-right:5px;
}

.mr_10{
	margin-right:10px;
}

.mr_15{
	margin-right:15px;
}

.mr_20{
	margin-right:20px;
}

.mr_30{
	margin-right:30px;
}

.mr_45{
	margin-right:45px;
}


.mb_5{
	margin-bottom:5px;
}

.mb_10{
	margin-bottom:10px;
}

.mb_15{
	margin-bottom:15px;
}

.mb_20{
	margin-bottom:20px;
}

.mb_25{
	margin-bottom:25px;
}

.mb_30{
	margin-bottom:30px;
}

.mb_40{
	margin-bottom:40px;
}

.mb_45{
	margin-bottom:45px;
}

.mb_50{
	margin-bottom:50px;
}

.mb_55{
	margin-bottom:55px;
}

.mb_60{
	margin-bottom:60px;
}


.pt_5{
	padding-top:5px;
}


.pt_10{
	padding-top:10px;
}

.pt_15{
	padding-top:15px;
}

.pt_20{
	padding-top:20px;
}

.pt_25{
	padding-top:25px;
}


.pb_5{
	padding-bottom:5px;
}

.pb_10{
	padding-bottom:10px;
}

.pb_15{
	padding-bottom:15px;
}

.pb_20{
	padding-bottom:20px;
}

.pb_25{
	padding-bottom:25px;
}

.pl_10{
	padding-left:10px;
}
#images_0001 {
	height: 200px;
	width: 270px;
	float: right;
	background-color: #006;
}
#images_0002 {
	height: 200px;
	width: 652px;
	background-color: #FFF;
	margin-top: 20px;
}

.recruitInquiry {
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 70px;
	width: 250px;
}
#contents_r .recruitTel {
	font-weight: bold;
	margin-bottom: 20px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 155px;
}

.moreCheck {
	text-align: center;
	margin-top: 20px;
	}

.moreCheck a {
	font-size: 16px;
	font-weight: bold;
	color: #0689B8;
	}

.logo {
	margin-left: 4px;
	}

#checkList li {
	margin-bottom: 25px;
	background: url(../images/common/checkline.jpg) no-repeat left bottom;
	padding-bottom: 15px;
	width: 100%;
	}

.checkText {
	width: 64%;
	height: 114px;
	margin-top: 35px;
	background: url(../images/water/check/question.gif) no-repeat left top;
	background-size: contain;
	}

.checkText p {
	padding-top: 45px;
	padding-left: 40px;
	font-size: 14px;
	}

.checkText .large {
	padding-top: 50px;
	padding-right: 5px;
	padding-left: 40px;
	font-size: 14px;
	}

#waterItems {
	margin-top: 25px;
	}

#itemsInner {
	width: 672px;
	margin-right: -19px;
	padding-left: 0;

	}

#itemsInner li {
	float: left;
	width: 205px;
	margin-right: 19px;
	}

#itemsInner li .itemsImg {
	margin-top: 20px;
	margin-bottom: 12px;
	}

#itemsInner li dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #73b108;
	background: url(../images/common/case_icon.gif) no-repeat left center;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	}

#itemsInner li dl dd {
	padding: 8px 3px;
	}

.newTitle {
	margin-left: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.catTitle {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	}

.catTitle h2 {
	margin-bottom: 10px;
	}

#merit {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: -14px;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	}

#merit li {
	width: 46%;
	/* margin-right: 14px; */
	background: #f0feff;
	}
#merit li h3 {
	margin: 0;
}

#merit li .meritText {
	width: 100%;
	padding: 5px;
	}

#merit li .meritText ul {
	padding-left: 0;
}

#merit li .meritText li {
	width: 100%;
	margin-bottom: 8px;
	}

.linkMore a {
	background: url(../images/common/icon02.gif) no-repeat left center;
	padding-left: 15px;
	}

.linkMore li {
	margin-bottom: 7px;
	}

.comentBox span {
	font-weight: bold;
	}

.meritMore {
	text-align: right;
	margin-top: 10px;
	}

.img-text-wrap {
	display: flex;
}

.img-text-img {
	width: 35%;
}

.img-text {
	width: 65%;
}

c {
	width: 55%;
}
.sub_cont_main .flt_r {
	font-size: 11px;
	width: 38%;
}
.sub_cont_main .flt_r img {
	margin-bottom:5px;
}
.case li {
	text-align: center;
	width: 150px;
	margin: 0px 8px 0px 0px;
	padding: 0px;
}

.urethan-top-img {
	margin-bottom: 0;
}

.ever_kind dd {
	margin: 0px 20px 20px;
}
.ever_flow li {
	float: left;
}

ul.link_under {
	width: 90%;
	margin: 0px auto 50px;
	padding-left: 0;
	}

ul.link_under li a {
	display: block;
	width: 270px;
	font-size: large;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background: #336699;
	padding: 5px;
	border: 3px solid #A6B8C8;
	text-decoration: none;
}
ul.link_under li a:hover {
	color: #FFFF33;
	padding: 6px 4px 4px 6px;
	text-decoration: underline;
}

.resultTxt01 {
	padding-left: 0;
}
@media only screen and (max-width: 1500px) {
nav.main_nav ul.menu {
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 992px) {
	.top-business-item {
		display: block;
	}
	.top-business-item-img {
		width: 100%;
	}
	.top-business-item-text {
		width: 100%;
		text-align: center;
	}
	.top-about-wrapper {
		display: block;
	}
	.top-about-text-block {
		width: 100%;
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.top-about-img-block {
		width: 100%;
	}
	.top-result-wrap {
		padding: 0 20px;
		flex-wrap: wrap;
	}
	.top-result-wrap li {
		width: 49%;
		padding: 0;
		margin: 0;
		margin-bottom: 20px;
	}
	.link-btn-list {
		display: block;
	}
	.link-btn {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		margin-right: 0;
	}
	.link-btn:last-child {
		text-align: center;
	}
	.contact-list {
		display: block;
		border: solid 1px #fff;
	}
	.contact-list-item {
		width: 100%;
		padding: 40px 10px;
    }
    .contact-list-item:first-child {
		border-bottom: solid 1px #fff;
	}

	.contact-list-once .contact-list-item {
		border-bottom: solid 1px #ccc;
	}
}

@media only screen and (max-width:767px){
	.top-about-wrapper {
		padding: 50px 0;
	}
	.top-about-text-block {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.custom-heading01 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.custom-heading-en {
		letter-spacing: 2px;
		font-size: 32px;
	}

	.top-business-item {
		display: block;
	}
	.top-business-item-img {
		width: 100%;
	}
	.top-business-item-text {
		width: 100%;
		padding: 30px 10px;
		text-align: center;
	}
	.btn-wrap01 {
		margin-top: 20px;
	}
	.custom-btn01 {
		width: 80%;
		padding: 20px 10px;
	}
	.custom-btn01:before {
		right: -20px;
	}
	.custom-btn01:hover:before {
		right: -30px;
	}
	.top-result {
		padding: 50px 0;

		margin-bottom: 50px;
	}
	.top-result-wrap li {
		margin-bottom: 10px;
	}
	.result-heading {
		font-size: 14px;
		text-align: left;
	}
	.news-inner a {
		float: left;
		clear: both;
	}
	.top-contents {
		padding-bottom: 50px;
	}
	#page_title h1 {
		font-size: 24px;
	}
	.contact-wrap {
		padding: 50px 0;
	}
	.contact-list-item-text {
        font-size: 18px;
    }
    .contact-list-item-tel .font01 {
        font-size: 30px;
  }
  .contact-list-item-tel .icon-tel {
        width: 20px;
        height: 30px;
        margin-right: 5px;
  }
  .contact-list-item-tel .icon-tel svg {
        width: 20px;
        height: 30px;
  }
  .contact-list-item-annotation {
        font-size: 16px;
  }
  .contact-list-item-mail a {
        width: 90%;
        padding: 20px;
        font-size: 16px;
        margin-top: 0;
  }
  .contact-list-item {
		padding: 20px 10px;
	}

  .company-table-wrapper th {
  	display: block;
  	width: 100%;
  	padding: 1em !important;
  }
  .company-table-wrapper td {
  	display: block;
  	padding: 1em !important;
  }
  .sub-contents {
	margin-bottom: 30px;
  }
  .custom-heading02 .wlcaption01 {
	font-size: 16px;
	margin-bottom: 0px;
    }

    .contact-list-once .contact-list-item {
		width: 100%;
	}

  .log-text-wrap {
  	display: block;
  }

  .log-text-wrap .logo {
  	width: 100%;
  	text-align: center;
  	margin-bottom: 10px;
  }

  .logo-text {
  	width: 100%;
  }

  .flt_l{
	float:none;
  }

  .flt_r{
	float:none;
  }

  .checkText {
    width: 100%;
    background-size: contain;
    margin-top: 10px;
  }

  .checkText p {
  	padding-top: 35px;
  }

  .checkText .large {
  	padding-top: 35px;
  }

  #itemsInner {
  	width: 100%;
  }

  #itemsInner li {
  	width: 100%;
  	margin-right: 0;
  }

  .imtemsTitle {
  	text-align: center;
  }

  #itemsInner li .itemsImg {
  	text-align: center;
  }

  .itemsMore {
  	text-align: center
  }

  .img-text-wrap {
  	display: block;
  }

  .img-text-img {
  	width: 100%;
  	margin-bottom: 10px;
  	text-align: center;
  }

  .img-text {
  	width: 100%;
  }

  #case {
  	margin-bottom: 15px;
  }

  .case ul {
  	margin-left: 0;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: wrap;
  }

  .case li {
  	float: none;
  	width: 50%;
  	margin: 5px 0;
  }

  .case li dl {
  	text-align: left;
  	padding: 0 5px;
  }

  .sub_cont_main .flt_r {
  	width: 100%;
  	text-align: center;
  }

  .sub_cont .caption {
  	background: #c4e5fa;
  	padding: 15px 5px;
  	height: auto;
  	margin-bottom: 10px;
  }

  .sub_cont_main {
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: wrap;
  }

  .link_result a {
  	font-size: 16px;
  	width: 90%;
  }

  .eg-img {
  	width: 42%;
  }

  .eg-img-text {
  	width: 59%;
  }

  .ever_guard_flow li, .ever_flow li {
  	text-align: center;
  	width: 100%;
  }

  .flex-box {
  	display: block;
  }

  .contact-wall-img {
  	width: 100%;
  	text-align: center;
  	margin-bottom: 5px
  }

  .contact-wall-text {
  	width: 100%;
  }

  ul.CaseBroken {
  	display: block;
  }

  ul.CaseBroken li {
  	margin-left: 0;
  }

  ul.link_under li {
  	margin-bottom: 10px;
  }

  ul.CaseBroken02 {
  	display: block;
  }

  ul.CaseBroken02 li {
  	margin-left: 0;
  	width: 100%;
  }

  ul.link_under {
  	width: 100%;
  }

  ul.link_under li a {
  	width: 100%;
  }

  div.shanetsu {
  	background: url(../images/paint/cont03_bg01.gif) top center no-repeat;
  }

  div.shanetsu ul {
  	float: none;
  	width: 100%;
  	padding-top: 180px;
  	padding-left: 0;
  }

  ul.resultTxt01 li {
  	font-size: 12px;
  }

  #merit {
  	display: block;
  }

  #merit li {
  	width: 100%;
  	margin-bottom: 10px;
  }

  #merit li h3 {
  	text-align: center;
  	padding-top: 10px;
  }

  #merit li .meritText {
  	padding: 10px;
  }

  .RepairPaint li {
  	float: none;
  	width: 100%;
  	text-align: center;
  	margin: 0;
  }

  .RepairPaint li dt {
  	width: 100%;
  }

  .RepairPaint li dd {
  	width: 100%;
  }

  .linkMore ul {
  	padding-left: 0;
  }

  .business-news-inner h2 {
  	margin-bottom: 10px;
  }

}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
