@charset "UTF-8";
@media screen and (max-width: 750px) {
.anchor {
    text-align: center;
    background: #fff;
    padding: 35px 0 25px;
}
  .anchor ul li a {
    height: 75px;
  }
.sub .mainContent {
    padding-top:0;
    background: #fff;
}
  /* leader
  --------------------------------------------------------- */
  .leader:after {
    background-image: url(../common_re/img/icon/icon_money.png);
  }

  /* 実績・ノウハウ
  ------------------------------------------- */
  .cl01 {
    background: #f9f8f3;
    padding: 35px 0 15px;
  }
  .cl01 h2 {
    margin-bottom: 40px;
  }
  .cl01 h2 + p {
    margin: 0 -2.6% 25px;
  }
  .cl01 section {
    padding-top: 50px;
  }
  .cl01 section .txt {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .cl01 section .txt + figure {
    padding: 0 30px;
  }
  .cl01 section .txt p + p {
    margin-top: 15px;
  }
  .cl01 section figure {
    padding: 0 50px;
    margin-bottom: 30px;
  }
  .cl01 section figure.new {
    margin-bottom: 0;
  }
  .cl01 section:nth-of-type(1) {
    padding-top: 0;
  }
  .cl01 section + section {
    background: url(../common_re/img/img_border_sp.png) center top no-repeat;
    background-size: 100%;
  }
  
  
   /* staff
  ------------------------------------------- */

  #engineer {
    background: #fff;
    border-bottom: 60px solid #f9f8f3;
  }
  #supervisor .txt + figure {
    padding: 0 45px !important;
  }
  #supervisor figure {
    padding: 0 30px !important;
  }
  #supervisor section .txt + figure ul li {
	  margin-bottom:15px;
  }
  #engineer section .txt + figure img{
	  margin-bottom:15px;
  }
  
  
   /* system
  ------------------------------------------- */
  #quality section .txt + figure img {
	  margin-bottom:15px;
  }
  
  /* support
  ------------------------------------------- */
  #suport section .txt dt{
	font-weight:bold;
	margin-bottom:5px;
  }
  #suport section .txt dd{
	margin-bottom:15px;
  }
	#suport section .txt dd span {
		font-size: 12px;
		display: block;
	}
  #suport section .txt + figure img {
	  margin-bottom:15px;
  }
#suport section .txt + figure img.last {
    margin-bottom: 0;
}
#suport section .txt + figure p {
    text-align: center;
}
#suport section .txt + figure p.center {
	margin-bottom: 20px;
}
  
.seismic section .txt + figure p.center {
	text-align: center;
	margin-bottom: 15px;
  margin-top: 5px;
}
.seismic .txt sup {
  font-size: 60%;
  vertical-align: text-top;
}
.seismic .txtLink {
  margin-top: 20px;
  font-weight: bold;
}

.seismic .txtLink .link {
  display: inline-block;
  text-decoration: underline;
}
.seismic .noteTxt {
  font-size: 13px;
  margin-top: 30px;
}
.seismic .noteTxt p {
  padding-left: 1.9em;
  text-indent: -1.9em;
}
.seismic section .noteTxt p + p {
  margin-top: 0;
}
  
  
  
  
  

  /* 選ばれる理由
  ------------------------------------------- */
  #reason {
    border-top: 2px solid #ebe7d2;
  }
  #reason > div {
    padding-bottom: 0;
  }
  #reason > div h2:after {
    background-image: url(../common_re/img/icon/icon_home.png);
  }
}

/*# sourceMappingURL=records_knowhow_sp.css.map */



@media only screen and (max-width: 750px) {
.mapDetail {
    width: 100%;
    font-size: 15px;
    padding-top: 40px;
  padding-bottom: 50px;
    background-image: url(/kodate2/img_re/top/img_map_sp.png);
    background-size: 76%;
    background-position: top 12px center;
    background-repeat: no-repeat; }
  .mapDetail div {
    overflow: hidden;
    margin-bottom: -1px; }
  .mapDetail div:first-child {
    border-top: solid 1px #bfbfbf; }
  .mapDetail div + div {
    border-top: solid 1px #bfbfbf; }
  .mapDetail p {
    padding: 17px 0;
    border-bottom: solid 1px #bfbfbf;
    position: relative; }
    .mapDetail p:after, .mapDetail p:before {
      content: "";
      display: block;
      width: 13px;
      height: 2px;
      background-color: #959595;
      position: absolute;
      top: 50%;
      right: 0; }
    .mapDetail p:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
  .mapDetail div p.active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .mapDetail div:first-child p {
    padding: 0; }
    .mapDetail div:first-child p:before, .mapDetail div:first-child p:after {
      content: none; }
  .mapDetail div:first-child p a {
    display: block;
    padding: 17px 0;
    padding-right: 10px;
    text-align: left;
    position: relative; }
    .mapDetail div:first-child p a:after {
      content: "";
      display: block;
      position: absolute;
      width: 8px;
      height: 8px;
      border-top: 2px solid #cfbd39;
      border-right: 2px solid #cfbd39;
      background-color: transparent;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-top: -5px;
      top: 50%;
      right: 3px; }
  .mapDetail p img {
    height: 16px !important;
    width: auto !important; }
  .mapDetail ul {
    margin-left: 40px;
    display: none; }
  .mapDetail div:first-child ul {
    display: none; }
  .mapDetail ul li + li {
    border-top: solid 1px #bfbfbf; }
  .mapDetail ul li:nth-child(3n) {
    margin-right: 0; }
  .mapDetail ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-right: 10px;
    text-align: left;
    position: relative; }
    .mapDetail ul li a:after {
      content: "";
      display: block;
      position: absolute;
      width: 8px;
      height: 8px;
      border-top: 2px solid #cfbd39;
      border-right: 2px solid #cfbd39;
      background-color: transparent;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-top: -5px;
      top: 50%;
      right: 3px; } 
.ptAfterservice .image{
	float: none;
	margin:0 30px 30px;
}
	.ptAfterservice .image img{
		width: 100%;
	}
	
	#knowabout li .icon{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	top: 18%;
	margin: auto;
}
	
}
