.history_table {
  width: 100%;
  border: 1px solid #e4e4e4;
  font-family: Noto Sans JP, sans-serif
}

.history_table_body_row {
  padding-top: 16px
}

.history_table_body_row_year {
  vertical-align: top;
  background-color: #e6e2d8;
  font-weight: 700
}

@media screen and (max-width:600px) {
  .history_table_body_row_year {
    width: 26.57%;
    padding: 16px
  }
}

@media screen and (min-width:601px) {
  .history_table_body_row_year {
    width: 11.11%;
    min-width: 94px;
    padding: 16px 1em 16px 20px
  }
}

.history_table_body_row:not(:first-child) .history_table_body_row_year {
  border-top: 1px solid #fff
}

.history_table_body_row_month {
  vertical-align: top;
  background-color: #f7f6f6;
  border-top: 1px solid #e4e4e4;
  font-weight: 700
}

@media screen and (max-width:600px) {
  .history_table_body_row_month {
    width: 20%;
    padding: 16px 14px 16px 16px
  }
}

@media screen and (min-width:601px) {
  .history_table_body_row_month {
    width: 9.72%;
    min-width: 74px;
    padding: 16px 1em 16px 20px
  }
}

.history_table_body_row_text {
  border-top: 1px solid #e4e4e4
}

@media screen and (max-width:600px) {
  .history_table_body_row_text {
    width: 53.43%;
    padding: 16px 12px;
    font-size: 14px;
    line-height: 1.6
  }
}

@media screen and (min-width:601px) {
  .history_table_body_row_text {
    padding: 16px 1em 16px 20px;
    line-height: 1.8
  }
}

/* 以下「三菱地所と丸の内：三菱地所の歩み」のスタイル */

.marunouchi-banner {
  background-color: #f7f6f6;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .marunouchi-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.marunouchi-banner_inner {
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 600px) {
  .marunouchi-banner_inner {
    display: block;
  }
}
.marunouchi-banner_item {
  width: 30.6%;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .marunouchi-banner_item {
    width: 32%;
  }
}
@media screen and (max-width: 600px) {
  .marunouchi-banner_item {
    width: 100%;
  }
  .marunouchi-banner_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.marunouchi-banner_item:hover {
  color: #dc000c;
}
.marunouchi-banner_item img {
  vertical-align: bottom;
}
.marunouchi-banner_text {
  width: 100%;
  min-height: 78px;
  flex: 1;
  align-items: center;
  padding: 14px 44px 14px 7%;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  position: relative;
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .marunouchi-banner_text {
    padding-right: 30px;
    font-size: 14px;
  }
}
.marunouchi-banner_text:after {
  content: "";
  width: 10px;
  height: 14px;
  background-image: url(../../img/common/button-arrow-red.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .marunouchi-banner_text:after {
    right: 13px;
  }
}
.page_container.has_marunouchi-banner {
  padding-bottom: 0;
}
.main-visual {
  height: 400px;
  background-color: #e6e2d8;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .main-visual {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .main-visual {
    height: auto;
  }
}
.main-visual_container {
  height: 100%;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 600px) {
  .main-visual_container {
    flex-direction: column-reverse;
    display: flex;
  }
}
.main-visual_title {
  max-width: 1160px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}
@media screen and (max-width: 600px) {
  .main-visual_title {
    height: auto;
    height: 175px;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-visual_title_ja {
  margin-bottom: 11px;
  font-size: 34px;
}
@media screen and (max-width: 1023px) {
  .main-visual_title_ja {
    margin-bottom: 3px;
    font-size: 25px;
  }
}
.main-visual_title_en {
  font-size: 22px;
  line-height: 31px;
}
@media screen and (max-width: 1023px) {
  .main-visual_title_en {
    font-size: 14px;
  }
}
.main-visual_image {
  height: 100%;
  width: calc(50% + 150px);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .main-visual_image {
    width: calc(50% + 70px);
  }
}
@media screen and (max-width: 600px) {
  .main-visual_image {
    width: 100%;
    height: 180px;
    position: static;
  }
}
.main-visual_image_inner {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 100%;
}
.main-visual_bg-image {
  width: 1818px;
  max-width: none;
  position: absolute;
  bottom: 20px;
  left: -977px;
}
@media screen and (max-width: 600px) {
  .main-visual_bg-image {
    width: 1304px;
    left: -730px;
  }
}
.page .history_headline {
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  .page .history_headline {
    font-size: 22px;
  }
}
.page .history_headline_smaller {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .page .history_headline_smaller {
    font-size: 20px;
    line-height: 1.35;
  }
}
.intro {
  padding-top: 30px;
}
@media screen and (max-width: 600px) {
  .intro {
    padding-top: 0;
  }
}
.intro_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .intro_text {
    font-weight: 400;
    line-height: 1.75;
  }
}
.content {
  margin-bottom: 80px;
  display: flex;
}
@media screen and (max-width: 600px) {
  .content {
    margin-bottom: 30px;
    display: block;
  }
}
.content_last {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .content_last {
    margin-bottom: 120px;
  }
}
.content_col-2 {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .content_col-2 {
    width: 100%;
  }
}
.content_text {
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  .content_text {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.content_title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.41;
}
@media screen and (max-width: 600px) {
  .content_title {
    font-size: 18px;
  }
}
.content_description {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .content_description {
    font-size: 14px;
    line-height: 1.78;
  }
}
.content_figure {
  margin: 0;
}
.content_figure:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .content_figure:not(:last-child) {
    margin-bottom: 20px;
  }
}
.content_figure_figcaption {
  color: #999;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .content_figure_figcaption {
    font-size: 12px;
  }
}
.content_figure_has-square {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.content_figure_has-square:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #dc000c;
  margin-right: 5px;
  display: block;
}
@media screen and (max-width: 600px) {
  .content_figure_has-square:before {
    width: 14px;
    height: 14px;
  }
}
.content_image {
  width: 100%;
  margin-bottom: 12px;
  display: block;
}
@media screen and (max-width: 600px) {
  .content_image {
    margin-bottom: 10px;
  }
}
.content_reverse {
  flex-direction: row-reverse;
}
.content_reverse .content_text {
  padding-left: 30px;
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  .content_reverse .content_text {
    padding-left: 0;
  }
}
