/* media query */
.detailArea {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
@media all and (max-width: 1400px) {
  .detailArea {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .detailArea {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .detailArea {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 1200px) {
  .detailArea {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .detailArea {
    margin-bottom: 50px;
  }
}
.detailArea > h3 {
  font-size: 4.5rem;
  line-height: 130%;
  font-weight: 700;
  border-bottom: 1px solid #333;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .detailArea > h3 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.detailArea > h3.new::before {
  content: "NEW";
  font-size: 1.4rem;
  line-height: 100%;
  border: 1px solid #3071B9;
  display: inline-block;
  color: #3071B9;
  padding: 2px 5px;
  margin: 0 7px 0 0;
  vertical-align: middle;
}
.detailArea > div.sub {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .detailArea > div.sub {
    margin-bottom: 20px;
  }
}
.detailArea > div.sub p.date {
  font-size: 1.8rem;
  font-style: italic;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 668px) {
  .detailArea > div.sub p.date {
    margin-right: 10px;
  }
}
.detailArea > div.sub p.cate {
  font-size: 1.3rem;
  line-height: 100%;
  padding: 3px 10px;
  border: 1px solid #333;
  display: inline-block;
}
.detailArea > div.article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detailArea > div.article > div.photo {
  width: 40%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .detailArea > div.article > div.photo {
    width: 100%;
  }
}
.detailArea > div.article > div.photo p {
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  .detailArea > div.article > div.doc * {
    font-size: 1.7rem;
  }
}
.detailArea > div.article > div.doc > p {
  margin-bottom: 20px;
}
.detailArea > div.article > div.doc:not(:first-child) {
  width: calc(60% - 40px);
}
@media screen and (max-width: 960px) {
  .detailArea > div.article > div.doc:not(:first-child) {
    width: calc(60% - 30px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .detailArea > div.article > div.doc:not(:first-child) {
    width: 100%;
  }
}

.newsArea {
  background-color: #3071B9;
  padding: 50px 50px 0;
}
@media all and (max-width: 1200px) {
  .newsArea {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .newsArea {
    padding: 20px 20px 0;
  }
}
.newsArea > section {
  background-color: #fff;
  padding: 40px 50px 0;
  border-radius: 50px 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .newsArea > section {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 960px) {
  .newsArea > section {
    flex-flow: column;
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .newsArea > section {
    padding: 30px 20px 0;
  }
}
.newsArea > section > div.title {
  width: calc(30% - 30px);
}
@media screen and (max-width: 960px) {
  .newsArea > section > div.title {
    width: 100%;
    position: relative;
  }
}
.newsArea > section > div.title > h2 {
  font-size: 7rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.newsArea > section > div.title > h2:first-letter {
  color: #3071B9;
}
@media screen and (max-width: 668px) {
  .newsArea > section > div.title > h2 {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
.newsArea > section > div.title > p.titJp {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .newsArea > section > div.title > p.titJp {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .newsArea > section > div.title > p.moreBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
  }
}
@media screen and (max-width: 668px) {
  .newsArea > section > div.title > p.moreBtn {
    width: 150px;
  }
}
.newsArea > section > div.article {
  width: 70%;
}
@media screen and (max-width: 960px) {
  .newsArea > section > div.article {
    width: 100%;
  }
}
.newsArea > section > div.article > article > a {
  display: block;
  border-bottom: 1px solid #333;
  padding: 15px 0;
}
@media screen and (max-width: 960px) {
  .newsArea > section > div.article > article > a.circleW::after {
    top: auto !important;
    bottom: 20px;
  }
}
@media screen and (max-width: 668px) {
  .newsArea > section > div.article > article > a.circleW::after {
    bottom: 15px;
  }
}
.newsArea > section > div.article > article > a p {
  transition: 0.5s;
}
.newsArea > section > div.article > article > a p.tit {
  font-size: 2rem;
  line-height: 150%;
  margin: 0 100px 5px 0;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  .newsArea > section > div.article > article > a p.tit {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 668px) {
  .newsArea > section > div.article > article > a p.tit {
    font-size: 1.7rem;
  }
}
.newsArea > section > div.article > article > a p.date {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 668px) {
  .newsArea > section > div.article > article > a p.date {
    margin-right: 10px;
  }
}
.newsArea > section > div.article > article > a p.cate {
  font-size: 1.3rem;
  line-height: 100%;
  padding: 3px 10px;
  border: 1px solid #333;
  display: inline-block;
}
.newsArea > section > div.article > article > a:hover p {
  color: #3071B9;
}
.newsArea > section > div.article > article > a:hover p.cate {
  border: 1px solid #3071B9;
}/*# sourceMappingURL=detail.css.map */