@charset "UTF-8";
@media print, screen and (min-width: 701px) {
.anchor {
    text-align: center;
    background: #fff;
    padding: 40px 0 35px;
}
.anchor ul li a {
    width: 390px;
  }
 
.sub .mainContent {
    padding: 0px 0 100px;
    background: #fff;
}
  /* leader
  --------------------------------------------------------- */
  .leader:after {
    background-image: url(../common_re/img/icon/icon_money.png);
  }

  /* cmn
  ------------------------------------------- */
  .cl01 {
    background: #f9f8f3;
    padding: 60px 0 90px;
  }
  .cl01 h2 {
    margin-bottom: 60px;
  }
  .cl01 + p {
    margin-bottom: 60px;
  }
  .cl01 section {
    padding-top: 150px;
  }
  .cl01 img {
    width: 380px;
  }
  .cl01 figure {
    float: left;
  }
  .cl01 section figure + .txt {
    float: right;
  }
  .cl01 section .txt {
    width: 480px;
    float: left;
    font-size: 17px;
  }
  .cl01 section .txt + figure {
    float: right;
  }
  .cl01 section .txt + figure img {
    width: 410px;
  }
  .cl01 section .txt p + p {
    margin-top: 20px;
  }
  .cl01 section:nth-of-type(1) {
    padding-top: 0;
  }
  .cl01 section + section {
    background: url(../common_re/img/img_border.png) center 60px no-repeat;
  }

  .cl02 {
    background: #fff;
    border-bottom: 70px solid #f9f8f3;
  }
  
  
  
   /* staff
  ------------------------------------------- */
  #supervisor section .txt ,#engineer section .txt{
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  #supervisor section .txt + figure ,#engineer section .txt + figure {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  #engineer section .txt + figure ul li ,#supervisor section .txt + figure ul li {
    float: left;
  }
  #engineer section .txt + figure ul li:last-child ,#supervisor section .txt + figure ul li:last-child {
    float: right;
  }
  #engineer section .txt + figure img ,#supervisor section .txt + figure img {
	width: 410px;
    display: block;
    margin: 0 auto 20px;
  }



  /* system
  ------------------------------------------- */
  #quality section .txt + figure img {
    width: 410px;
    display: block;
    margin-bottom: 20px;
  }

  /* 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: 14px;
		display: block;
	}
  #suport section .txt + figure img {
    width: 410px;
    display: block;
    margin-bottom: 70px;
  }
#suport section .txt + figure img.last {
    margin-bottom: 0;
}
#suport section .txt + figure p {
    text-align: right;
}
#suport section .txt + figure p.center {
	text-align: center;
	margin-bottom: 30px;
}


.seismic section .txt + figure p.center {
	text-align: center;
	margin-bottom: 30px;
  margin-top: 5px;
}
.seismic .txt sup {
  font-size: 60%;
  vertical-align: text-top;
}
.seismic .txtLink {
  margin-top: 30px;
  font-weight: bold;
}

.seismic .txtLink .link {
  display: inline-block;
  text-decoration: underline;
}
.seismic .txtLink .link:hover {
  text-decoration: none;
}
.seismic .noteTxt {
  font-size: 15px;
  margin-top: 35px;
}
.seismic .noteTxt p {
  padding-left: 2.8em;
  text-indent: -2.8em;
}
.seismic section .noteTxt p + p {
  margin-top: 0;
}

  /* 選ばれる理由
  ------------------------------------------- */
  #reason {
    border-top: 2px solid #ebe7d2;
  }
  #reason h2:after {
    background-image: url(../common_re/img/icon/icon_home.png);
  }
  #reason li {
    width: 226px;
    margin-right: 14px;
  }
  #reason li a {
    font-size: 15px;
  }
  #reason li a figcaption, #reason li a span {
    width: 226px;
  }
  #reason li:nth-child(4) {
    margin: 0;
  }
}

/*# sourceMappingURL=records_knowhow_pc.css.map */


@media only screen and (min-width: 751px) {
.maptxt{
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 0.9px;}
.mapDetail {
	margin-top: 50px;
	margin-bottom: 65px;
	position: relative;
	width: 100%;
	height: 500px;
	font-size: 17px;
	background: url(/kodate2/img_re/top/img_map.png) no-repeat;
}
.mapDetail p {
	margin-bottom: 8px;
}
.mapDetail p img {
	height: 17px;
	width: auto;
}
.mapDetail ul {
	position: absolute;
	display: block !important;
}
.mapDetail ul li {
	float: left;
	margin: 0 8px 8px 0;
	overflow: hidden;
	font-size: 14px;
}
.mapDetail ul li:hover {
	box-shadow: 0px 4px 10px 0 rgba(34, 34, 34, 0.2);
}
.mapDetail ul li a {
	border: 1px solid #666;
	background-color: #fff;
	transition: background-color .3s;
	display: block;
	width: 73px;
	height: 34px;
	line-height: 34px;
	padding-right: 10px;
	text-align: center;
	position: relative;
}
.mapDetail ul li a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 7px;
	margin-top: -4px;
}
.mapDetail ul li a:hover {
	background-color: #ffe100;
}
.mapDetail div {
	position: absolute;
}
.mapDetail .hokkaido {
	left: 705px;
	top: 0;
}
.mapDetail .tohoku {
	left: 705px;
	top: 98px;
	width: 250px;
}
.mapDetail .kanto {
	left: 622px;
	top: 218px;
	width: 340px;
}
.mapDetail .tokai {
	left: 622px;
	top: 349px;
	width: 340px;
}
.mapDetail .shikoku {
	left: 472px;
	top: 434px;
	width: 340px;
}
.mapDetail .hokuriku {
	left: 209px;
	top: 0;
	width: 250px;
}
.mapDetail .kinki {
	left: 0;
	top: 98px;
	width: 250px;
}
.mapDetail .chugoku {
	left: 0;
	top: 217px;
	width: 250px;
}
.mapDetail .kyusyu {
	left: 0;
	top: 387px;
	width: 340px;
}
.mapDetail .kyusyu li:nth-child(3) {
	float: none;
	width: 75px;
}
}
.strength .txt dt{
	font-weight: bold;
	margin-top: 20px;
}
.strength .txt dt:first-child{
	margin-top: 0;}
.strength .txt dd .note{
	display: block;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.8;
    font-size: 13px;
    margin-top: 5px;}
.ptAfterservice {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.ptAfterservice .image{
	float: right;
}
.ptAfterservice .image img{
	width: auto;
}
.ptAfterservice .image span{
	display: block;
	text-align: right;
	font-size: 14px;
	margin-top: 10px;
}

#knowabout li .icon{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	top: 49px;
	margin: auto;
}

