.banner {
  width: 100%;
}
#body {
  padding-bottom: 3.625rem;
}
.section {
  margin-top: 1.875rem;
  padding: 0 1.375rem;
}
.section .section_header_title {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  color: #0062b1;
  text-align: center;
}
.section .img-title {
  margin: 0 auto;
  width: 20.1875rem;
  height: 2.6875rem;
}
.section .tabs {
  margin-top: 2.1875rem;
  display: flex;
  justify-content: space-around;
}
.section .tabs .cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  color: #373737;
}
.section .tabs .cell .time {
  margin-top: 0.25rem;
  font-size: 0.6875rem;
}
.section .tabs .cell.active {
  color: #0062B1;
  position: relative;
}
.section .tabs .cell.active::after {
  content: '';
  width: 1.4375rem;
  height: 0.0625rem;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.8125rem;
  transform: translateX(-50%);
  background-color: #0062B1;
}
.section .content {
  display: none;
  margin-top: 2.5rem;
}
.section .content.active {
  display: block;
}
.section .content .cell:nth-child(n+2) {
  margin-top: 2.625rem;
  padding-top: 2rem;
  border-top: 1px solid #898686;
}
.section .content .cell .date {
  color: #0062B1;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.section .content .cell .intro-wrapper.m48 {
  margin-top: 3rem;
}
.section .content .cell .intro-wrapper .img-wrapper {
  width: 100%;
}
.section .content .cell .intro-wrapper .img-wrapper.h200 {
  height: 12.5rem;
}
.section .content .cell .intro-wrapper .img-wrapper.h149 {
  height: 9.3125rem;
}
.section .content .cell .intro-wrapper .img-wrapper.h164 {
  height: 10.25rem;
}
.section .content .cell .intro-wrapper .text-box {
  display: flex;
  flex-direction: column;
}
.section .content .cell .intro-wrapper .text-box .intro {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #373737;
  letter-spacing: 0.125rem;
}
.section .content .cell .intro-wrapper .text-box .intro.blod {
  margin-top: 1rem;
  font-size: 1.125rem;
  color: #0062B1;
}
.section .content .cell .intro-wrapper .text-box .eng-intro {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: #B5B5B5;
  line-height: 1.125rem;
}
