@charset "utf-8";

/* ----------------------------------------
 page-title
------------------------------------------- */

#inTitle{
padding-top: 400px;
background: url('/images/repair-images/mv01.webp') 50% 50% no-repeat;
background-size: cover;
background-position:center;
}
#page-title-catch h3 {
 margin-top:3%;
}

#page-title-catch p{
 margin-top:3%;	
}

@media screen and (max-width:1599px) {
 #inTitle {
    padding-top: 35%;
  }
}
@media screen and (max-width: 799px) {
	 #inTitle {
    padding-top: 55%;
}
}

#trable ul {
  border: solid 2px #0287c5;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  
}

#trable ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

#trable ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #0287c5; /*アイコン色*/
}


/* ----------------------------------------
 flow
------------------------------------------- */
.menu dl{
  overflow: hidden;
  font-size: 2.4rem;
  line-height: 1.5;
  border-bottom: 1px dotted #000;
  padding: 8px 0;
  margin-bottom: 10px;
}
.menu dl dt{
  float: left;
  text-align: left;
  font-weight: bold;
}
.menu dl span{
  font-size: 80%;
  margin-left: 5px;
}
.menu dl dd{
  float: right;
  text-align: right;
  color:#2c6c72;
  font-weight: bold;
}
/* ----------------------------------------
inoworks
------------------------------------------- */

#in-works .group01 {
  font-size: 0;
  text-align: center;
}
#in-works .group01 li {
  display: inline-block;
  width: 31%;
  box-sizing: border-box;
  background-color: #fff;
  border: 0px solid #cccccc;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 1.1%;
}
#in-works .group01 li a:hover{
  text-decoration: none;
}
#in-works .group01 li a:hover img,#ecoworks .group01 li a:hover h3{
	opacity: 0.5;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#in-works .group01 li img {
  margin-bottom: 15px;
}
#in-works .group01 li h3 {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight:400;
}

#in-works .group01 li h3::after{
font-family: 'FontAwesome';
  content: "\f101";
  color: #e75401;
  display: inline-block;
  margin-left: 10px;
}

#in-works .group01 li p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}


/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {

}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
/* ----------------------------------------
 menu
------------------------------------------- */
.menu{
  margin-bottom: 30px;
}
.menu dl{
  font-size: 1.6rem;
  padding: 8px 0;
  margin-bottom: 10px;
}
#in-works .group01 li {
  display: inline-block;
  width: 45%;
  box-sizing: border-box;
  background-color: #fff;
  border: 0px solid #cccccc;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 1.1%;
}

}
/* line63 requested changes */
#mv-catch .icon li{width:115px!important;max-width:115px!important;margin-right:24px!important;}
#mv-catch .icon li img{width:100%!important;height:auto!important;}
@media screen and (max-width:768px){#mv-catch .icon li{width:58px!important;max-width:58px!important;margin-right:5px!important;margin-bottom:5px!important;}}
.price-note-outside{max-width:1100px;margin:12px auto 0;text-align:right;font-weight:700;color:#222;font-size:15px;}
