@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* ==============================================================
*  contents
* ============================================================ */
html, body {
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
  color: #bf2123;
}
a.c-ico__link:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: min(1.1764705882vw, 16px);
  aspect-ratio: 1/1;
  background-image: url(/sites/default/files/dynabook-b2b/assets_2025/images/common/icon_link_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 0.5em;
}

.dynabook-2025__main .l-container__headlines.pg-title .pg-title__ttle:before {
  top: 0.65em !important;
}

.contents__container section {
  padding: 80px 0;
}
.contents__container section:nth-of-type(even) {
  background-color: #f3f3f3;
}

.frontIcon_blkRound {
  padding-left: 1em;
  text-indent: -1em;
}
.frontIcon_blkRound::before {
  content: "●";
  font-size: 0.85em;
}

section {
  width: 100%;
}
section .section__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
section .section__inner h3.section_ttl {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.5em 1em;
  margin-bottom: 30px;
}
section .section__inner h3.section_ttl .inner_txt {
  display: block;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.5em;
  padding-left: 1.35em;
  text-indent: -1.35em;
}
section .section__inner .inner__container:nth-of-type(n+2) {
  margin-top: 40px;
}
section .section__inner .inner__container .main_txt {
  font-size: 1em;
  line-height: 2.25em;
}
section .section__inner .inner__container .main_txt h5 {
  font-weight: 700;
}
section .section__inner .inner__container .main_txt p:nth-of-type(n+2) {
  margin-top: 1.5em;
}
section .section__inner .inner__container h4.container_ttl {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 30px;
}
section .section__inner .inner__container h4.center {
  text-align: center;
}
section .section__inner .inner__container h4.right {
  text-align: right;
}

.twoclm_table .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5em;
  padding: 0.5em;
}
.twoclm_table .row:nth-of-type(odd) {
  background-color: #f6f6f6;
}
.twoclm_table .row dt {
  width: 16%;
  font-weight: 700;
  text-align: center;
  border-right: solid 1px #9d9d9d;
}
.twoclm_table .row dd {
  padding: 0 2.5em;
}

.link_list li:nth-of-type(n+2) {
  margin-top: 1em;
}
.link_list li.twolines p {
  margin-bottom: 20px;
}
.link_list .bold {
  font-weight: 700;
}

.img__container {
  text-align: center;
}
.img__container.oneclm li:nth-of-type(n+2) {
  margin-top: 20px;
}
.img__container.twoclm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.img__container figcaption {
  font-size: 0.85em;
  margin-top: 0.5em;
}

#event-report {
  padding: 60px 0;
}
#event-report #kv .report_ttl {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 40px;
}
#event-report #kv .lead_txt {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.8em;
  margin-top: 30px;
}
#event-report #contact .p-dynabook-2025__busProduct__contact {
  width: 100%;
}
#event-report #contact .p-dynabook-2025__busProduct__contact .l-2025-page__section--title {
  font-size: 26px;
}
#event-report #contact .p-dynabook-2025__busProduct__contact .l-2025-page__section--main p {
  font-size: 18px;
}
#event-report #contact .p-dynabook-2025__busProduct__contact .l-2025-page__section {
  width: 100% !important;
}

.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.m-55 {
  margin: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.m-60 {
  margin: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.m-95 {
  margin: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.m-100 {
  margin: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/*------------------ top ------------------*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .m-pc-0 {
    margin: 0px !important;
  }
  .mt-pc-0 {
    margin-top: 0px !important;
  }
  .mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .ml-pc-0 {
    margin-left: 0px !important;
  }
  .mr-pc-0 {
    margin-right: 0px !important;
  }
  .m-pc-5 {
    margin: 5px !important;
  }
  .mt-pc-5 {
    margin-top: 5px !important;
  }
  .mb-pc-5 {
    margin-bottom: 5px !important;
  }
  .ml-pc-5 {
    margin-left: 5px !important;
  }
  .mr-pc-5 {
    margin-right: 5px !important;
  }
  .m-pc-10 {
    margin: 10px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .m-pc-15 {
    margin: 15px !important;
  }
  .mt-pc-15 {
    margin-top: 15px !important;
  }
  .mb-pc-15 {
    margin-bottom: 15px !important;
  }
  .ml-pc-15 {
    margin-left: 15px !important;
  }
  .mr-pc-15 {
    margin-right: 15px !important;
  }
  .m-pc-20 {
    margin: 20px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .m-pc-25 {
    margin: 25px !important;
  }
  .mt-pc-25 {
    margin-top: 25px !important;
  }
  .mb-pc-25 {
    margin-bottom: 25px !important;
  }
  .ml-pc-25 {
    margin-left: 25px !important;
  }
  .mr-pc-25 {
    margin-right: 25px !important;
  }
  .m-pc-30 {
    margin: 30px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .m-pc-35 {
    margin: 35px !important;
  }
  .mt-pc-35 {
    margin-top: 35px !important;
  }
  .mb-pc-35 {
    margin-bottom: 35px !important;
  }
  .ml-pc-35 {
    margin-left: 35px !important;
  }
  .mr-pc-35 {
    margin-right: 35px !important;
  }
  .m-pc-40 {
    margin: 40px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .m-pc-45 {
    margin: 45px !important;
  }
  .mt-pc-45 {
    margin-top: 45px !important;
  }
  .mb-pc-45 {
    margin-bottom: 45px !important;
  }
  .ml-pc-45 {
    margin-left: 45px !important;
  }
  .mr-pc-45 {
    margin-right: 45px !important;
  }
  .m-pc-50 {
    margin: 50px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
  .m-pc-55 {
    margin: 55px !important;
  }
  .mt-pc-55 {
    margin-top: 55px !important;
  }
  .mb-pc-55 {
    margin-bottom: 55px !important;
  }
  .ml-pc-55 {
    margin-left: 55px !important;
  }
  .mr-pc-55 {
    margin-right: 55px !important;
  }
  .m-pc-60 {
    margin: 60px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .ml-pc-60 {
    margin-left: 60px !important;
  }
  .mr-pc-60 {
    margin-right: 60px !important;
  }
  .m-pc-65 {
    margin: 65px !important;
  }
  .mt-pc-65 {
    margin-top: 65px !important;
  }
  .mb-pc-65 {
    margin-bottom: 65px !important;
  }
  .ml-pc-65 {
    margin-left: 65px !important;
  }
  .mr-pc-65 {
    margin-right: 65px !important;
  }
  .m-pc-70 {
    margin: 70px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .ml-pc-70 {
    margin-left: 70px !important;
  }
  .mr-pc-70 {
    margin-right: 70px !important;
  }
  .m-pc-75 {
    margin: 75px !important;
  }
  .mt-pc-75 {
    margin-top: 75px !important;
  }
  .mb-pc-75 {
    margin-bottom: 75px !important;
  }
  .ml-pc-75 {
    margin-left: 75px !important;
  }
  .mr-pc-75 {
    margin-right: 75px !important;
  }
  .m-pc-80 {
    margin: 80px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .ml-pc-80 {
    margin-left: 80px !important;
  }
  .mr-pc-80 {
    margin-right: 80px !important;
  }
  .m-pc-85 {
    margin: 85px !important;
  }
  .mt-pc-85 {
    margin-top: 85px !important;
  }
  .mb-pc-85 {
    margin-bottom: 85px !important;
  }
  .ml-pc-85 {
    margin-left: 85px !important;
  }
  .mr-pc-85 {
    margin-right: 85px !important;
  }
  .m-pc-90 {
    margin: 90px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .ml-pc-90 {
    margin-left: 90px !important;
  }
  .mr-pc-90 {
    margin-right: 90px !important;
  }
  .m-pc-95 {
    margin: 95px !important;
  }
  .mt-pc-95 {
    margin-top: 95px !important;
  }
  .mb-pc-95 {
    margin-bottom: 95px !important;
  }
  .ml-pc-95 {
    margin-left: 95px !important;
  }
  .mr-pc-95 {
    margin-right: 95px !important;
  }
  .m-pc-100 {
    margin: 100px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
  .ml-pc-100 {
    margin-left: 100px !important;
  }
  .mr-pc-100 {
    margin-right: 100px !important;
  }
}
/*------------------ top ------------------*/
@media screen and (min-width: 1px) and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  a.c-ico__link:after {
    width: 4.1025641026vw;
  }
  .contents__container section {
    padding: 60px 0;
  }
  section .section__inner {
    max-width: 100%;
  }
  section .section__inner h3.section_ttl {
    padding: 15px;
    display: block;
  }
  section .section__inner h3.section_ttl .inner_txt {
    font-size: 1.5em;
    line-height: 1.25em;
  }
  section .section__inner .inner__container:nth-of-type(n+2) {
    margin-top: 40px;
  }
  section .section__inner .inner__container .main_txt {
    padding: 0 20px;
  }
  section .section__inner .inner__container .main_txt p:nth-of-type(n+2) {
    margin-top: 1.5em;
  }
  section .section__inner .inner__container .main_txt p h5 {
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 1em;
  }
  section .section__inner .inner__container h4.container_ttl {
    padding: 0 20px;
  }
  .twoclm_table {
    padding: 0 10px;
  }
  .twoclm_table .row {
    display: block;
    padding: 0 15px;
    border: solid 1px #9d9d9d;
  }
  .twoclm_table .row:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .twoclm_table .row dt {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #9d9d9d;
    padding: 10px 0;
  }
  .twoclm_table .row dd {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .link_list {
    padding: 0 20px;
  }
  .link_list li.twolines {
    line-height: 1.5em;
  }
  .link_list li.twolines p {
    margin-bottom: 10px;
  }
  .img__container.twoclm {
    padding: 0 20px;
  }
  #event-report {
    padding: 60px 0;
  }
  #event-report #kv .report_ttl {
    font-size: 1.75em;
    padding: 0 20px;
  }
  #event-report #kv .lead_txt {
    font-size: 1em;
    padding: 0 20px;
  }
  #event-report #contact .section__inner {
    padding: 0 20px;
  }
  .m-sp-0 {
    margin: 0px !important;
  }
  .mt-sp-0 {
    margin-top: 0px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .ml-sp-0 {
    margin-left: 0px !important;
  }
  .mr-sp-0 {
    margin-right: 0px !important;
  }
  .m-sp-5 {
    margin: 5px !important;
  }
  .mt-sp-5 {
    margin-top: 5px !important;
  }
  .mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .ml-sp-5 {
    margin-left: 5px !important;
  }
  .mr-sp-5 {
    margin-right: 5px !important;
  }
  .m-sp-10 {
    margin: 10px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .m-sp-15 {
    margin: 15px !important;
  }
  .mt-sp-15 {
    margin-top: 15px !important;
  }
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .ml-sp-15 {
    margin-left: 15px !important;
  }
  .mr-sp-15 {
    margin-right: 15px !important;
  }
  .m-sp-20 {
    margin: 20px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .m-sp-25 {
    margin: 25px !important;
  }
  .mt-sp-25 {
    margin-top: 25px !important;
  }
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .ml-sp-25 {
    margin-left: 25px !important;
  }
  .mr-sp-25 {
    margin-right: 25px !important;
  }
  .m-sp-30 {
    margin: 30px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .m-sp-35 {
    margin: 35px !important;
  }
  .mt-sp-35 {
    margin-top: 35px !important;
  }
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .ml-sp-35 {
    margin-left: 35px !important;
  }
  .mr-sp-35 {
    margin-right: 35px !important;
  }
  .m-sp-40 {
    margin: 40px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .m-sp-45 {
    margin: 45px !important;
  }
  .mt-sp-45 {
    margin-top: 45px !important;
  }
  .mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .ml-sp-45 {
    margin-left: 45px !important;
  }
  .mr-sp-45 {
    margin-right: 45px !important;
  }
  .m-sp-50 {
    margin: 50px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
  .m-sp-55 {
    margin: 55px !important;
  }
  .mt-sp-55 {
    margin-top: 55px !important;
  }
  .mb-sp-55 {
    margin-bottom: 55px !important;
  }
  .ml-sp-55 {
    margin-left: 55px !important;
  }
  .mr-sp-55 {
    margin-right: 55px !important;
  }
  .m-sp-60 {
    margin: 60px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .ml-sp-60 {
    margin-left: 60px !important;
  }
  .mr-sp-60 {
    margin-right: 60px !important;
  }
  .m-sp-65 {
    margin: 65px !important;
  }
  .mt-sp-65 {
    margin-top: 65px !important;
  }
  .mb-sp-65 {
    margin-bottom: 65px !important;
  }
  .ml-sp-65 {
    margin-left: 65px !important;
  }
  .mr-sp-65 {
    margin-right: 65px !important;
  }
  .m-sp-70 {
    margin: 70px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .ml-sp-70 {
    margin-left: 70px !important;
  }
  .mr-sp-70 {
    margin-right: 70px !important;
  }
  .m-sp-75 {
    margin: 75px !important;
  }
  .mt-sp-75 {
    margin-top: 75px !important;
  }
  .mb-sp-75 {
    margin-bottom: 75px !important;
  }
  .ml-sp-75 {
    margin-left: 75px !important;
  }
  .mr-sp-75 {
    margin-right: 75px !important;
  }
  .m-sp-80 {
    margin: 80px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .ml-sp-80 {
    margin-left: 80px !important;
  }
  .mr-sp-80 {
    margin-right: 80px !important;
  }
  .m-sp-85 {
    margin: 85px !important;
  }
  .mt-sp-85 {
    margin-top: 85px !important;
  }
  .mb-sp-85 {
    margin-bottom: 85px !important;
  }
  .ml-sp-85 {
    margin-left: 85px !important;
  }
  .mr-sp-85 {
    margin-right: 85px !important;
  }
  .m-sp-90 {
    margin: 90px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .ml-sp-90 {
    margin-left: 90px !important;
  }
  .mr-sp-90 {
    margin-right: 90px !important;
  }
  .m-sp-95 {
    margin: 95px !important;
  }
  .mt-sp-95 {
    margin-top: 95px !important;
  }
  .mb-sp-95 {
    margin-bottom: 95px !important;
  }
  .ml-sp-95 {
    margin-left: 95px !important;
  }
  .mr-sp-95 {
    margin-right: 95px !important;
  }
  .m-sp-100 {
    margin: 100px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
  .ml-sp-100 {
    margin-left: 100px !important;
  }
  .mr-sp-100 {
    margin-right: 100px !important;
  }
}