@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
.worksans {
  font-family: 'Work Sans', sans-serif;
}
.noto {
  font-family: "Noto Sans JP", sans-serif;
}
.wrap960 {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .wrap960 {
    width: 100%;
  }
}
.content {
  background: #ebebeb;
  padding: 100px 0 170px 0;
  margin-top: 115px;
}
@media only screen and (max-width: 640px) {
  .content {
    margin-top: 30px;
  }
}
.content .mainTitle {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .content .mainTitle {
    margin-bottom: 20px;
  }
}
.content .mainTitle h1 {
  font-size: 30px;
  color: #103861;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .content .wrap960 {
    width: calc(100% - 20px);
  }
}
.content article h4 {
  font-size: 22px;
  margin: 50px 0 30px 0;
  color: #0079ba;
  font-weight: normal;
}
.content article .text {
  padding-bottom: 50px;
  border-bottom: 1px #e1e1e1 solid;
}
.content article .text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}
.content article .text.last {
  border: 0;
}
