@charset "UTF-8";
/* CSS Document */
.article-head div.page-ttl .thumb {
  top: 0;
	background-image: url(../images/hd-img-thought.png);
 background-size: 40% auto;
 background-position: right 0px;
}
.article-head div.page-ttl .thumb:after {
  content: none;
}
.thought .block img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.thought .ability {
  margin-top: 30px;
}
.thought .ability li {
  display: flex;
  margin-bottom: 30px;
  flex-flow: row wrap;
  justify-content: space-between;
  text-align: justify;
  font-size: 15px;
  line-height: 1.4;
}
.thought .ability li span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #ff9100;
}
.thought .ability li .txt {
  width: 60%;
}
.thought .ability li .img {
  width: 36%;
}
@media only screen and (max-width: 568px) {
  .thought .ability li .txt,
  .thought .ability li .img {
    width: 100%;
  }
  .thought .ability li .txt {
    margin-bottom: 20px;
  }
}
