@charset "UTF-8";
.page_section {
  max-width: 980px;
  margin: 120px auto;
}
@media screen and (max-width: 767px) {
  .page_section {
    margin: 0 auto 90px;
  }
}
.page_section .content_block {
  margin-bottom: 60px;
}
.page_section .content_block .reed_area {
  margin-bottom: 35px;
}
.page_section .content_block h3 {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_section .content_block h3 {
    font-size: 1.8rem;
  }
}
.page_section table {
  width: 100%;
  margin: 0 auto 30px;
}
.page_section table th {
  font-weight: bold;
  padding: 20px 0;
  width: 200px;
  border-bottom: 1px solid #0653A3;
}
@media screen and (max-width: 767px) {
  .page_section table th {
    display: block;
    width: 100%;
    padding: 15px 0 0;
    border-bottom: 0;
    font-size: 1.5rem;
  }
}
.page_section table td {
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .page_section table td {
    display: block;
    width: 100%;
    padding: 10px 0 15px;
  }
}
.page_section table td dl .block {
  margin-bottom: 15px;
}
.page_section table td dl .block:last-child {
  margin-bottom: 0;
}
.page_section table td dl .block dt {
  font-weight: bold;
}
.page_section .reed {
  max-width: 780px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  .page_section .reed {
    margin-bottom: 45px;
  }
}
.page_section .reed h3 {
  text-align: center;
  font-size: 2.8rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page_section .reed h3 {
    text-align: left;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.page_section .tab_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.page_section .tab_area .tab {
  width: 33.3333333%;
  background: #FFFFFF;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .page_section .tab_area .tab {
    padding: 12px;
    width: 100%;
  }
}
.page_section .tab_area .tab.tab_active {
  background: #0653A3;
  color: #FFFFFF;
}
.page_section .tab_area .tab.tab_active:hover {
  opacity: 1;
}
.page_section .tab_area .tab:hover {
  background: #0653A3;
  color: #FFFFFF;
  opacity: 0.7;
}
.page_section .content_area {
  max-width: 780px;
  margin: 0 auto;
  padding: 55px 0;
}
@media screen and (max-width: 767px) {
  .page_section .content_area {
    padding: 30px 5%;
  }
}
.page_section .content_area .content {
  display: none;
}
.page_section .content_area .content.show {
  display: block;
}
.page_section .entry_block {
  max-width: 780px;
  margin: 60px auto;
  padding: 45px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .page_section .entry_block {
    padding: 25px;
    margin: 45px auto;
  }
}
.page_section .entry_block h3 {
  text-align: center;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .page_section .entry_block h3 {
    font-size: 2rem;
  }
}
.page_section .entry_block h3:after {
  content: "";
  display: block;
  margin: 5px auto 35px;
  width: 32px;
  height: 1px;
  background: #0653A3;
}
@media screen and (max-width: 767px) {
  .page_section .entry_block h3:after {
    margin-bottom: 20px;
  }
}