@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:700);
.top {
  position: relative;
  background-color: #FEFE00;
  z-index: 5;
}
.top .title {
  padding-top: 50px;
}
.top .title h2 {
  color: #000;
  font-size: 5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.top .title .sub-title {
  padding-top: 5px;
  color: #000;
  font-size: 1.8rem;
}

.box article {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  background: #FEFE00;
  border-radius: 5px;
  box-shadow: -2px 2px 2px #666;
}
.box article:last-child {
  margin-bottom: 0;
}
.box article a {
  display: block;
  color: #000;
  text-decoration: none;
}
.box article a .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 100px;
  margin-top: -50px;
  display: inline-block;
  vertical-align: middle;
}
.box article a .icon img {
  width: 100%;
}
.box article a .text {
  display: inline-block;
  padding: 40px 0 40px 140px;
}
.box article a .text h3 {
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.box article a .text .text-sub-title {
  font-size: 1.2rem;
}

.detail {
  position: relative;
}
