.img img {
  width: 100%;
  display: block;
}

#consistent {
  display: flex;
  align-items: center;
  padding: 0 24px;
  flex-direction: column;
  background: url(../img/img01.png) no-repeat left top;
  background-size: 500px;
}
#consistent * {
  box-sizing: border-box;
}
#consistent .section {
  width: 100%;
  max-width: 950px;
}
#consistent .section + .section {
  margin-top: 80px;
}
#consistent .section .main-title-wrap {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: fit-content;
  margin: auto;
}
#consistent .section .main-catch {
  font-size: 28px;
  font-weight: 700;
  width: fit-content;
}
#consistent .section .main-title {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  width: fit-content;
}
#consistent .section .main-read {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  width: fit-content;
}
#consistent .section .main-read .deco {
  font-size: 28px;
}
#consistent .section .normal-title {
  font-size: 32px;
  background: #232289;
  padding: 8px 24px;
  color: #FFF;
  border-radius: 4px;
}
#consistent .section .normal-title + * {
  margin-top: 40px;
}
#consistent .section .container-block {
  margin-top: 64px;
}
#consistent .section .ol-list {
  list-style: decimal;
}
#consistent .section .ol-list li {
  list-style: decimal;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 700;
}
#consistent .section .ol-list li p {
  font-size: 20px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
#consistent .section .ol-list li p .attention {
  font-size: 22px;
}
#consistent .section .img02 {
  max-width: 100%;
}
#consistent .section .timetable {
  display: flex;
  gap: 2px;
  width: 100%;
}
#consistent .section .timetable li {
  background: #e9ebf4;
  width: 100%;
  padding: 4px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#consistent .section .timetable li:nth-of-type(1), #consistent .section .timetable li:nth-of-type(2) {
  width: 250px;
}
#consistent .section .timetable li:last-of-type {
  justify-content: flex-start;
}
#consistent .section .timetable.type-header li {
  background: #4d73bf;
  color: #FFF;
}
#consistent .section .timetable.type-header li:last-of-type {
  justify-content: center;
}
#consistent .section .timetable.type-even li {
  background: #d0d5e8;
}
#consistent .section .timetable + .timetable {
  margin-top: 2px;
}
#consistent .section .table-cap {
  font-size: 14px;
  margin-top: 8px;
}
#consistent .section .tab-area {
  display: flex;
  gap: 16px;
  width: 100%;
}
#consistent .section .tab-area .tab {
  background: #df8244;
  border: 1px solid #CCC;
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  cursor: pointer;
  transition: all .3s;
}
#consistent .section .tab-area .tab:hover {
  background: rgba(223, 130, 68, 0.5);
  color: #000;
}
#consistent .section .tab-area .tab.active {
  background: #FFF;
  color: #232289;
  border-bottom: 1px solid #FFF;
  cursor: default;
}
#consistent .section .tab-box {
  padding: 32px 40px;
  border: 1px solid #CCC;
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
  z-index: -1;
  position: relative;
  display: none;
}
#consistent .section .tab-box.active {
  display: block;
}
#consistent .section .tab-box .cate {
  font-size: 20px;
  font-weight: 700;
  color: #232289;
  display: none;
}
#consistent .section .tab-box .tab-title {
  font-size: 24px;
  font-weight: 700;
}
#consistent .section .tab-box .time-schedule {
  font-size: 18px;
  font-weight: 700;
}
#consistent .section .tab-box .outline-text {
  display: flex;
  gap: 2px;
  color: #df8244;
  font-size: 16px;
}
#consistent .section .tab-box .add-text {
  font-size: 14px;
  margin-top: 8px;
}
#consistent .img03 {
  max-width: 600px;
  margin: auto;
}
#consistent .img10,
#consistent .img8,
#consistent .img7,
#consistent .img06,
#consistent .img04 {
  max-width: 600px;
  margin: 0;
	
}
#consistent .img10 + * {
  margin-top: 14px;
}
#consistent .img05 {
  max-width: 200px;
  margin: 0;
}
#consistent .extract .extract-text {
  font-size: 20px;
  font-weight: 700;
}
#consistent .extract .text-box {
  width: 100%;
}
#consistent .extract .answer-cate {
  font-size: 20px;
  font-weight: 700;
  margin-top: 24px;
  font-feature-settings: "palt";
}
#consistent .extract .answeer-text {
  font-size: 18px;
}
#consistent .extract .answeer {
  font-size: 18px;
  font-weight: 700;
}
#consistent .extract .img-text {
  display: flex;
  gap: 40px;
  width: fit-content;
}
#consistent .extract .img-text .text-box {
  width: calc(100% - 200px - 40px);
}
#consistent .extract + .extract {
  margin-top: 60px;
}
#consistent .img-cap {
  font-size: 18px;
}
#consistent .img-cap + * {
  margin-top: 24px;
}
#consistent .in-title {
  font-size: 20px;
  background: #df8244;
  width: fit-content;
  padding: 4px 16px;
  color: #FFF;
  border-radius: 4px;
}
#consistent .in-title + * {
  margin-top: 24px;
}
#consistent .in-catch {
  font-size: 28px;
  font-weight: 700;

}
#consistent .in-catch + * {
  margin-top: 16px;
}
#consistent .in-read {
  font-size: 23px;
  font-weight: 700;
  color: #232289;
	
}
#consistent .banner-type {
  display: flex;
  gap: 16px;
  border: 1px solid #CCC;
  align-items: center;
  width: fit-content;
  margin-top: 24px;
}
#consistent .banner-type .img9 {
  width: 360px;
}
#consistent .banner-type .banner-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: justify;
  width: fit-content;
  padding-right: 16px;
}
#consistent .common-text {
  font-size: 16px;
}
#consistent .attention {
  color: #FF0000;
}
#consistent .marker {
  background: linear-gradient(transparent 70%, #FFAAAA 0%);
  display: inline;
}

@media screen and (max-width: 768px) {
  #consistent {
    padding: 0 16px;
    background: url(../img/img01.png) no-repeat left top;
    background-size: 200px;
  }

  #consistent .section + .section {
    margin-top: 80px;
  }

  #consistent .section .main-catch {
    font-size: calc(28px * 0.8);
  }

  #consistent .section .main-title {
    font-size: calc(40px * 0.8);
  }

  #consistent .section .main-read {
    font-size: calc(24px * 0.8);
    margin-top: 14px;
  }

  #consistent .section .main-read .deco {
    font-size: calc(24px * 0.8);
    /*display: block;*/
  }

  #consistent .section .container-block {
    margin-top: 40px;
  }

  #consistent .section .normal-title {
    font-size: calc(24px * 0.8);
    padding: 4px 16px;
  }

  #consistent .section .normal-title + * {
    margin-top: 18px;
  }

  #consistent .section .ol-list li {
    font-size: 14px;
  }
  #consistent .section .ol-list li p {
    font-size: 14px;
  }
  #consistent .section .ol-list li p .attention {
    font-size: 14px;
  }

  #consistent .section .timetable li {
    padding: 4px 4px;
    font-size: 12px;
  }

  #consistent .section .timetable li:nth-of-type(1),
  #consistent .section .timetable li:nth-of-type(2) {
    width: 150px;
  }

  #consistent .section .table-cap {
    font-size: 12px;
    margin-top: 4px;
  }

  #consistent .section .tab-area {
    display: none;
  }

  #consistent .section .tab-box {
    padding: 0;
    border: none;
    border-radius: 0 0;
    margin-top: 0;
    z-index: 1;
    display: block;
  }
  #consistent .section .tab-box + .tab-box {
    margin-top: 40px;
  }

  #consistent .section .tab-box .cate {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    display: block;
    background: #df8244;
    padding: 2px 16px;
  }

  #consistent .section .tab-box .tab-title {
    font-size: 18px;
    font-feature-settings: "palt";
    margin-top: 12px;
  }

  #consistent .section .tab-box .time-schedule {
    font-size: 14px;
  }

  #consistent .section .tab-box .outline-text {
    font-size: 14px;
  }

  #consistent .extract .extract-text {
    font-size: 16px;
  }

  #consistent .extract .answer-cate {
    font-size: 16px;
    margin-top: 24px;
  }

  #consistent .extract .answeer-text {
    font-size: 14px;
  }

  #consistent .extract .img-text {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  #consistent .extract .img-text .img {
    order: 1;
    margin: auto;
  }
  #consistent .extract .img-text .text-box {
    order: 2;
    width: 100%;
  }

  #consistent .img-cap {
    font-size: 14px;
  }

  #consistent .in-title {
    font-size: 16px;
    padding: 2px 14px;
  }
  #consistent .in-title + * {
    margin-top: 12px;
  }

  #consistent .in-catch {
    font-size: 14px;
  }
  #consistent .in-catch + * {
    margin-top: 0px;
  }

  #consistent .in-read {
    font-size: 14px;
  }

  #consistent .banner-type {
    gap: 8px;
  }
  #consistent .banner-type .img9 {
    width: 50%;
  }

  #consistent .banner-type .banner-text {
    font-size: 10px;
    padding-right: 8px;
  }

  #consistent .common-text {
    font-size: 14px;
  }
}

/*# sourceMappingURL=new_style.css.map */
