@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

#addition1 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 65px 0;
}
@media only screen and (max-width: 767px) {
  #addition1 {
    width: 96%;
    max-width: 96%;
  }
}
#addition1 h3 {
  background: #eee;
  padding: 8px 0.2em;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #addition1 h3 {
    font-size: 2.3rem;
  }
}
#addition1 p {
  font-size: 1.8rem;
  text-align: justify;
  line-height: 1.65;
}
#addition1 p small {
  font-size: 1.4rem;
  display: block;
}
#addition1 p strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ff0));
  background: -webkit-linear-gradient(transparent 60%, #ff0 0%);
  background: linear-gradient(transparent 60%, #ff0 0%);
}
#addition1 > p {
  margin: 0 100px 50px;
}
@media only screen and (max-width: 767px) {
  #addition1 > p {
    margin: 0 50px 50px;
  }
}
#addition1 .movie_wrap {
  margin: 0 100px 50px;
}
@media only screen and (max-width: 767px) {
  #addition1 .movie_wrap {
    margin: 0 50px 50px;
  }
}
#addition1 .movie_wrap .movie {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: #ccc;
  overflow: hidden;
  position: relative;
}
#addition1 .movie_wrap .movie video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#addition1 .flex {
  margin: 0 100px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #addition1 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 50px 50px;
  }
  #addition1 .flex:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  #addition1 .flex p {
    width: 50%;
  }
}
#addition1 .flex figure {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  #addition1 .flex figure {
    width: 90%;
  }
}
#addition1 .graph h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}
#addition1 .graph h2 strong {
  font-size: 3.6rem;
  display: block;
}
#addition1 .graph h2 strong big {
  font-size: 6rem;
}
#addition1 .graph h2 span {
  color: #ad0000;
}
#addition1 .graph h2 big {
  font-size: 3.6rem;
  font-style: normal;
}
#addition1 .graph .slide {
  overflow-x: auto;
  margin-top: 30px;
}
#addition1 .graph .slide figure {
  width: 200%;
}
#addition1 > strong {
  display: block;
  background: #ad0000;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
  padding: 30px;
  margin-top: 50px;
}

#addition2 {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 65px 0;
}
@media only screen and (max-width: 767px) {
  #addition2 {
    width: 96%;
    max-width: 96%;
  }
}
#addition2 p {
  font-size: 1.8rem;
}
#addition2 h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
#addition2 h2 + p {
  text-align: center;
  margin-bottom: 30px;
}
#addition2 ul {
  display: inline-block;
  margin: auto;
}
#addition2 ul li {
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
}
#addition2 ul li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../infobiz-p/top-p/check.svg) no-repeat left center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #addition2 ul li::before {
    top: 0.3em;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#addition2 ul li:not(:last-child) {
  margin-bottom: 20px;
}
#addition2 ul + p {
  text-align: right;
  margin-top: 30px;
}

#addition3 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  #addition3 {
    width: 96%;
    max-width: 96%;
  }
}
@media only screen and (max-width: 767px) {
  #addition3 .inner {
    margin: 0 15px 30px 15px;
  }
}
#addition3 .inner > figure {
  width: 40%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  #addition3 .inner > figure {
    width: 60%;
  }
}
#addition3 .inner h2 {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4;
}
#addition3 .inner h3 {
  background: #333;
  color: #fff;
  padding: 8px 0.2em;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #addition3 .inner h3 {
    font-size: 2.6rem;
  }
}
#addition3 .inner .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #addition3 .inner .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#addition3 .inner .box figure {
  width: 35%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #addition3 .inner .box figure {
    width: 100%;
    margin-top: 30px;
  }
}
#addition3 .inner .box figure img {
  width: 100%;
}
#addition3 .inner .box p {
  width: 60%;
  font-size: 1.8rem;
  text-align: justify;
  line-height: 1.65;
}
@media only screen and (max-width: 767px) {
  #addition3 .inner .box p {
    width: 100%;
  }
}
#addition3 .inner .box p strong {
  display: block;
  font-size: 120%;
  margin-bottom: 0.5em;
}
#addition3 .inner .box p small {
  display: block;
  font-size: 1.4rem;
}
#addition3 .inner .box:first-of-type {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #addition3 .inner .box:first-of-type figure {
    width: 80%;
    margin: 0 auto 30px;
  }
}

.top_c11_img05 {
  background-image: url(../infobiz-p/top-p/top_c11_img05.jpg);
  margin: 0 auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.top_contents11_g2 > .grid_container > .grid_item_03 {
  grid-column: 1/3;
  grid-row: 2/3;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .top_contents11_g2 > .grid_container > .grid_item_03 {
    padding: 0 30px 30px;
    grid-column: 1/2;
    grid-row: 3;
    margin: 0;
  }
}
.top_contents11_g2 > .grid_container > .grid_item_03 figure {
  width: 100%;
  margin: 0;
}
.top_contents11_g2 > .grid_container > .grid_item_03 figure:not(:last-child) {
  padding-bottom: 30px;
}
.top_contents11_g2 > .grid_container > .grid_item_03 figure img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .fab_box {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
  .fab_box .fab_bn00_sp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .fab_box .fab_bn00_sp a {
    width: auto;
  }
  .fab_box .fab_bn00_sp a img {
    width: 100%;
  }
}