#main article {
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

#main article * {
  box-sizing: border-box;
}

#main article #congestion * {
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  #main article {
    overflow: initial;
  }
}

#main .topicpath,
#main article>.container:first-child {
  display: none;
}

body#category #main {
  background: url(/information/new-standard/transition-period/images/mv.webp) no-repeat center top;
}
body#category #main article .category-header * {
  box-sizing: content-box;
}

#main .mainvisual .mv-inner {
  margin: 0 auto;
  max-width: 1440px;
  padding-bottom: 46.2%;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body#category #main .category-header {
    background: url(/information/new-standard/transition-period/images/mv-sp.webp)  no-repeat center top;
    margin: 0 0 40px;
    position: relative;
  }
  body#category #main .category-header .header-content {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
  }

  #main .mainvisual .mv-inner {
    height: calc(100vw*9/14.5);
    max-width: none;
    padding-bottom: 0;
  }
}

.new-standard {
  margin-bottom: 60px;
}

.new-standard * {
  letter-spacing: 0;
}

.new-standard .h-2color {
  color: #006CB7;
  font-weight: bold;
  margin-top: 60px;
  padding-bottom: 0.3em;
}

.new-standard h3 {
  color: #2E7EC2;
}

.new-standard-anchor {
  display: flex;
  justify-content: center;
}
.new-standard-anchor li {
  margin-right: 16px;
  width: 50%;
}
.new-standard-anchor li:last-child {
  margin-right: 0;
}
.new-standard-anchor li a {
  color: #1A1A1A;
  display: block;
  font-size: 14px;
  padding: 10px 18px 12px 18px;
  position: relative;
  transition: all 0.2s;
  text-align: center;
}
.new-standard-anchor li a:hover {
  text-decoration: none;
  opacity: .7;
}
.new-standard-anchor li a[href="#a1"] {
  background-color: #87D1F6;
}
.new-standard-anchor li a[href="#a2"] {
  background-color: #FFF140;
}
.new-standard-anchor li a::before {
  content: "";
  display: inline-block;
  height: 40px;
  padding-left: 16.5px;
  vertical-align: middle;
}
.new-standard-anchor li a[href="#a1"]::before {
  background: url(/information/new-standard/transition-period/images/ico-system1.webp) center center no-repeat;
  background-size: contain;
  width: 35px;
  margin-left: -35px;
}
.new-standard-anchor li a[href="#a2"]::before {
  background: url(/information/new-standard/transition-period/images/ico-system2.webp) center center no-repeat;
  background-size: contain;
  width: 75px;
  margin-left: -75px;
}
.new-standard-anchor li a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #1A1A1A;
  border-right: solid 1px #1A1A1A;
  transform: rotate(135deg);
  position: absolute;
  top: 43%;
  right: 20px;
  margin-top: -3px;
}

.system {
  padding: 28px;
}
.system1 {
  background-color: #87D1F6;
}
.system2 {
  background-color: #FFF140;
  margin-top: 23px;
}
.system h3 {
  color: #1A1A1A;
  margin-top: 0;
}
.system h3::before {
  content: "";
  display: inline-block;
  height: 40px;
  padding-left: 16.5px;
  vertical-align: bottom;
}
.system1 h3::before {
  background: url(/information/new-standard/transition-period/images/ico-system1.webp) center center no-repeat;
  background-size: contain;
  width: 35px;
}
.system2 h3::before {
  background: url(/information/new-standard/transition-period/images/ico-system2.webp) center center no-repeat;
  background-size: contain;
  width: 75px;
}
.system-inr {
  background-color: #fff;
}
.system-conf {
  padding: 28px 28px 0;
}
.system-conf .row {
  border-bottom: 1px solid #ccc;
  padding-bottom: 28px;
}
.system-conf:last-child .row {
  border: none;
}
.system-conf .row > div {
  margin-bottom: 0 !important;
}
.system-conf h4 {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .new-standard {
    margin: 0 16px;
  }
  .new-standard .h-2color {
    font-size: 24px;
  }
  .new-standard-anchor {
    display: block;
  }
  .new-standard-anchor li,
  .new-standard-anchor li:last-child {
    margin-bottom: 10px;
    width: 100%;
  }
  .system {
    padding: 16px;
  }
  .system-conf {
    padding: 16px 16px 0;
  }
  .system h3 span {
    display: inline-block;
  }
  .system1 h3 span {
    width: calc(100% - 55px);
  }
  .system2 h3 span {
    width: calc(100% - 95px);
  }
  .system-conf .row {
    padding-bottom: 16px;
  }
  .system-conf .row > div figure {
    margin-top: 10px;
  }
  .system-conf h4 {
    font-size: 14px;
  }
}

main .main-footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  main .main-footer {
    margin: 30px 0;
  }
}