.detail.techno {
  text-align: center;
}

.detail.techno {
  width: 100%;
  box-sizing: border-box;
  border-collapse: separate;
}

.detail.techno table tr {
    font-size: 1.1em;
    color: #000000;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    padding: 20px;
 	 position: relative;
  width: 100%;
  border-collapse: separate;
}

.detail.techno table tr:nth-child(2n) {
    background: #f6f6f6;
	font-size: 1.1em;
    color: #000000;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    padding: 20px;
	 position: relative;
  width: 100%;
  border-collapse: separate;
}

.detail.techno table td a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.detail.techno table td a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.detail.techno table td a:hover {
  opacity: .8;
}

.detail.techno p, .detail.techno h3, .detail.techno h4 {
  text-align: left;
  clear: both;
  overflow: hidden;
}

.detail.techno h3 {
  color: #fff;
  font-size: 2.2em;
  padding: 15px 25px;
  box-sizing: border-box;
  background: url('../images/common/bg_ttl3.png');
  margin: 60px auto 20px;
}

.detail.techno h4 {
  position: relative;
  font-size: 2.2em;
  color: #1f98d0;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.detail.techno strong {
  position: relative;
  font-size: 1.4em;
  color: #1f98d0;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  display: block;
  font-weight: normal;
  padding-top: 10px;
}

.detail.techno h4::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  width: .4em;
  height: .4em;
  border: solid 4px #1f98d0;
  border-radius: 50%;
}

.detail.techno img {
  display: inline-block;
  max-width: 329px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 6px;
}

.detail.techno img+br {
  display: none;
}

.detail.techno hr {
  margin: 2em auto 3em auto;
  border: dashed 1px #bebebe;
}

.detail.techno ul {
  text-align: left;
  box-sizing: border-box;
  padding-left: 2em;
  margin-bottom: 2em;
}

.detail.techno ul li {
  list-style: inherit;
  font-size: 1.6em;
  color: #000000;
}

@media (max-width:1000px) {
  .detail.techno table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px 0 10px 10px;
  }
  .detail.techno table td br {
    display: none;
  }
  .detail.techno table td:last-child {
  border-bottom: solid 1px #bebebe;
  }
  .detail.techno h3 {
    font-size: 1.8em;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .detail.techno h4 {
    font-size: 1.8em;
  }
  .detail.techno h4::before {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
    width: .4em;
    height: .4em;
    border: solid 4px #1f98d0;
    border-radius: 50%;
  }
  .detail.techno img {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .detail.techno strong {
    margin: 1.5em auto 0 auto;
  }
}