#lead {
  font-size: 12px;
  line-height: 1.4em;
  font-family: 'M PLUS 1p', sans-serif;
}

#lead span {
  display: inline-block;
}

#tool-list > section {
  text-align: center;
  border-top: solid 1px #cccccc;
  margin-top: 15px;
  padding-top: 15px;
  //text-align: left;
}

#tool-list > section:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

#tool-list > section > h1 {
  display: inline-block;
  line-height: 1em;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 14px;
  border-bottom: solid 4px #278dd1;
  padding: 15px 1em;
}

#tool-list > section > h1 a {
  text-decoration: none;
  color: #000000;
}

#tool-list > section > h1 a img {
  width: 280px;
}

#tool-list > section > h1:hover a img {
  opacity: 0.7;
}

#tool-list > section .tool-logo {
  margin-top: 15px;
  width: 100%;
}

#tool-list > section .tool-logo img {
  width: 200px;
}

#tool-list > section .tool-logo a:hover img {
  opacity: 0.7;
}

#tool-list > section .tool-name {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.6em;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: bold;
  text-align: center;
}

#tool-list > section .desc {
  margin-top: 15px;
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: left;
}
#tool-list > section .desc h1 {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
}

#tool-list > section .desc h1 span {
  display: inline-block;
}

#business-engineering-fig {
  width: 100%;
  margin: 1em 0 0 0;
  text-align: center;
}

#business-engineering-fig img {
  margin: 0 auto;
  width: 80%;
}

#business-engineering-fig:hover {
  opacity: 0.7;
}

#tool-boshu {
  text-align: center;
  border-top: solid 1px #cccccc;
  margin-top: 15px;
  padding-top: 15px;
  //text-align: left;
}

#tool-boshu > h1 {
  display: inline-block;
  line-height: 1em;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 14px;
  font-weight: bold !important;
  color: #278dd1;
//  border-bottom: solid 4px #278dd1;
  padding: 15px 1em;
}

#tool-boshu-lead {
  font-size: 12px;
  line-height: 1.4em;
  font-family: 'M PLUS 1p', sans-serif;
  margin-top: 0.5em;
  text-align: left;
}

#tool-boshu ol {
  margin-top: 1em;
  text-align: left;
  font-size: 0.9em;
  list-style-type: none;
}

#tool-boshu ol li {
  margin: 0.2em 0;
}

@media screen and (min-width: 900px), print{

#lead,
#tool-list > section .tool-name {
  font-size: 20px;
}

#tool-list > section > h1 {
  font-size: 20px;
}

#tool-list > section > h1 a img {
  width: 330px;
}

#tool-list > section > ul {
  font-size: 20px;
}

#tool-list > section .tool-logo img {
  width: 250px;
}

#tool-list > section .desc h1 {
  font-size: 18px;
}

#tool-boshu h1 {
  font-size: 20px;
}

#tool-boshu-lead {
  font-size: 20px;
}
}

