/* media query */
.mainArea {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}
@media all and (max-width: 1400px) {
  .mainArea {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .mainArea {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .mainArea {
    width: calc(100% - 40px);
  }
}
.mainArea > section {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainArea > section > p.photo {
  width: 30%;
}
@media all and (max-width: 1200px) {
  .mainArea > section > p.photo {
    width: 45%;
  }
}
@media screen and (max-width: 668px) {
  .mainArea > section > p.photo {
    width: 100%;
    margin-bottom: 10px;
  }
}
.mainArea > section > p.photo small {
  display: block;
  font-size: 1.3rem;
  text-align: right;
  margin-top: 3px;
}
.mainArea > section > div {
  width: calc(70% - 40px);
}
@media all and (max-width: 1200px) {
  .mainArea > section > div {
    width: calc(55% - 30px);
  }
}
@media screen and (max-width: 668px) {
  .mainArea > section > div {
    width: 100%;
  }
}
.mainArea > section > div h3 {
  font-size: 4rem;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .mainArea > section > div h3 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section > div h3 {
    font-size: 2.7rem;
  }
}
.mainArea > section > div h3 small {
  display: block;
  font-size: 1.5rem;
}
.mainArea > section > div > p.cate {
  font-size: 1.3rem;
  line-height: 100%;
  padding: 3px 10px;
  border: 1px solid #333;
  display: inline-block;
  margin-bottom: 10px;
}
.mainArea > section > div > p.read {
  font-size: 2.3rem;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .mainArea > section > div > p.read {
    font-size: 2rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section > div > p.read {
    font-size: 1.9rem;
  }
}
.mainArea > section > div > p.text {
  font-size: 1.7rem;
  line-height: 150%;
}
.mainArea > section > div > p.site {
  font-size: 1.7rem;
  line-height: 150%;
  margin-top: 15px;
}
.mainArea > section > div > p.site a {
  font-size: 1.7rem;
  line-height: 150%;
  text-decoration: underline;
}
.mainArea > section > div > p.site a:hover {
  color: #3071B9;
}/*# sourceMappingURL=index.css.map */