@charset "UTF-8";
@media screen and (min-width: 768px) {
  #MainArea {
    width: 980px !important;
    padding: 0 50px;
  }
}

#ContentsArea {
  width: 100% !important;
  overflow: hidden;
  min-width: 1020px;
  margin-left: -20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #ContentsArea {
    margin-bottom: 0;
  }
}
#ContentsArea::before {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background: #f9c258;
}
@media screen and (min-width: 768px) {
  #ContentsArea {
    min-width: 1000px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #ContentsArea {
    min-width: 100%;
    margin-left: 0;
  }
}
#ContentsArea * {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .Date {
    padding: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .Planning {
    padding: 0;
  }
}

.Box {
  width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 4%;
}
@media screen and (max-width: 767px) {
  .Box {
    width: 100%;
    padding-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .Box {
    padding: 0 50px;
  }
}

#article-end {
  opacity: 0;
}

.asahi-cancer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-feature-settings: "palt";
  text-align: left;
  line-height: 1.52;
}
@media screen and (min-width: 768px) {
  .asahi-cancer {
    font-size: 17px;
  }
}
.asahi-cancer .inner {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .asahi-cancer .inner {
    max-width: 540px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.asahi-cancer * {
  box-sizing: border-box;
}
.asahi-cancer img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .asahi-cancer .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .asahi-cancer .sp-none {
    display: none !important;
  }
}

/* 個別スタイル */
.cmn-heading01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  color: #fff;
  text-align: center;
  max-width: 340px;
  padding: 0.5em 0.5em 0.6em;
  border-radius: 12px;
  margin: 0 auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmn-heading01 {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .cmn-heading01 {
    font-size: 23px;
    min-height: 88px;
    flex-wrap: wrap;
    padding: 0.3em 0.5em 0.4em;
  }
}
.is-theme01 .cmn-heading01 {
  background: #1861ae;
}
.is-theme02 .cmn-heading01 {
  background: #5aa834;
}
.is-theme02 .cmn-heading01.is-after {
  font-size: 18px;
  background: #ec6c0e;
  min-height: 60px;
}
@media screen and (min-width: 768px) {
  .is-theme02 .cmn-heading01.is-after {
    font-size: 30px;
    min-height: 88px;
  }
}
.cmn-heading01.is-bg {
  position: relative;
}
.cmn-heading01.is-bg::before {
  content: "";
  display: block;
  width: 100vw;
  height: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.cmn-heading01 span {
  display: block;
  width: 100%;
  line-height: 1.25;
  position: relative;
}
.cmn-heading01 span:first-child {
  font-weight: 400;
}
.cmn-heading01 span:nth-child(2) {
  font-weight: bold;
}
.cmn-heading01 span:nth-child(2)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 0.2em 0 0.2em;
}
@media screen and (min-width: 768px) {
  .cmn-heading01 span:nth-child(2)::before {
    height: 2px;
  }
}
.cmn-heading01 img {
  position: absolute;
  top: 50%;
  width: 62px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .cmn-heading01 img {
    width: 86px;
  }
}
.cmn-heading01 img:nth-of-type(1) {
  right: 0;
  transform: translate(50%, -55%);
}
.cmn-heading01 img:nth-of-type(2) {
  left: 0;
  transform: translate(-50%, -55%);
}

.mv {
  padding: 60px 0 35px;
  margin: -50px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .mv {
    padding: 44px 0 50px;
  }
}
.mv__inner {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    padding: 0 4%;
  }
}
.mv::before {
  content: "";
  display: block;
  width: 150vw;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 2px, rgb(255, 251, 208) 2px, rgb(255, 251, 208) 4px);
}
.mv__list {
  display: flex;
  justify-content: center;
  margin: 18px -1.35% 0;
}
@media screen and (max-width: 767px) {
  .mv__list {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .mv__list {
    margin-top: 40px;
  }
}
.mv__list li {
  padding: 0 0.5%;
}
@media screen and (max-width: 767px) {
  .mv__list li {
    width: 50%;
    padding: 0.25em 0.5%;
  }
}
.mv__heading {
  max-width: 863px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv__heading {
    margin-top: 10px;
  }
}
.mv__row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .mv__row {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .mv__col.is-1st, .mv__col.is-3rd {
    width: 50%;
    padding: 0 5.5%;
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .mv__col.is-1st {
    padding: 0 3.5% 0 6.5%;
  }
}
@media screen and (min-width: 768px) {
  .mv__col.is-1st {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .mv__col.is-2nd {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .mv__col.is-2nd {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .mv__col.is-3rd {
    padding: 0 6.5% 0 3.5%;
  }
}
@media screen and (min-width: 768px) {
  .mv__col.is-3rd {
    order: 3;
  }
}
.mv__dl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__dl {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .mv__dl {
    max-width: 166px;
  }
}
.mv__dl.is-type1 dt {
  color: #1861ae;
}
@media screen and (min-width: 768px) {
  .mv__dl.is-type2 {
    text-align: right;
  }
}
.mv__dl.is-type2 dt {
  color: #5cb131;
}
.mv__dl dt, .mv__dl dd {
  white-space: nowrap;
}
.mv__dl dt {
  font-size: 13px;
  line-height: 0.75;
}
@media screen and (min-width: 768px) {
  .mv__dl dt {
    font-size: 18px;
  }
}
.mv__dl dt span {
  font-weight: 500;
  margin-right: 0.3em;
}
.mv__dl dd {
  font-size: 11.5px;
  line-height: 1.35;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .mv__dl dd {
    font-size: 14px;
  }
}
.mv__txt01 {
  font-size: 16px;
  font-weight: bold;
  color: #ed6d0f;
  text-align: center;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .mv__txt01 {
    font-size: 23px;
    margin-top: 1.3em;
  }
}
.mv__txt02 {
  font-feature-settings: normal;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.52;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .mv__txt02 {
    font-size: 11.5px;
  }
}
@media screen and (min-width: 768px) {
  .mv__txt02 {
    margin-top: 0.5em;
  }
}

.anchor {
  margin-top: 1.4em;
}
@media screen and (max-width: 767px) {
  .anchor {
    padding: 0 2.5%;
  }
}
@media screen and (min-width: 768px) {
  .anchor__list {
    display: flex;
    margin: 0 -1%;
  }
}
@media screen and (max-width: 767px) {
  .anchor__item {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .anchor__item {
    width: 33.3333333333%;
    padding: 0 1.6%;
  }
}
.anchor__link {
  display: flex;
  align-items: center;
  font-size: 12.5px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.16;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.4s;
  margin: 1.2%;
}
@media screen and (max-width: 767px) {
  .anchor__link {
    width: 50%;
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) {
  .anchor__link {
    font-size: 18px;
    margin-top: 0.9em;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  }
}
.anchor__link:first-child {
  padding: 0.5em 1em;
  min-height: 44px;
}
@media screen and (min-width: 768px) {
  .anchor__link:first-child {
    min-height: 84px;
    padding: 0.5em 1.5em;
  }
}
.anchor__link.is-type1 {
  background: #00b7ed;
  border: 1px solid #00b7ed;
}
.anchor__link.is-type2 {
  color: #00b7ed;
  padding: 0.3em 1em 0.3em 0.9em;
  border: 1px solid #00b7ed;
}
@media screen and (min-width: 768px) {
  .anchor__link.is-type2 {
    padding: 0.3em 1em 0.3em 1.5em;
  }
}
.anchor__link.is-type2:hover {
  color: #00b7ed;
}
.anchor__link.is-type2::before {
  border-color: #00b7ed;
}
.anchor__link.is-type2::after {
  border-top-color: #00b7ed;
}
.anchor__link.is-type3 {
  background: #1fa480;
  border: 1px solid #1fa480;
}
.anchor__link.is-type4 {
  color: #1fa480;
  padding: 0.3em 1em 0.3em 3em;
  border: 1px solid #1fa480;
}
.anchor__link.is-type4:hover {
  color: #1fa480;
}
.anchor__link.is-type4::before {
  border-color: #1fa480;
}
.anchor__link.is-type4::after {
  border-top-color: #1fa480;
}
.anchor__link.is-type5 {
  background: #eb6d73;
  border: 1px solid #eb6d73;
}
.anchor__link.is-type6 {
  color: #eb6d73;
  padding: 0.3em 1em 0.3em 3em;
  border: 1px solid #eb6d73;
}
.anchor__link.is-type6:hover {
  color: #eb6d73;
}
.anchor__link.is-type6::before {
  border-color: #eb6d73;
}
.anchor__link.is-type6::after {
  border-top-color: #eb6d73;
}
.anchor__link:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.anchor__link::before, .anchor__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.anchor__link::before {
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #fff;
  border-radius: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .anchor__link::before {
    width: 2.2em;
    height: 2.2em;
  }
}
.anchor__link::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-top: 0.55em solid #fff;
  border-bottom: 0;
  right: 0.935em;
  transform: translateY(-35%);
}
@media screen and (min-width: 768px) {
  .anchor__link::after {
    right: 1.08em;
    border-right-width: 0.6em;
    border-left-width: 0.6em;
    border-top-width: 0.85em;
  }
}

.interview {
  color: #fff;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .interview {
    padding: 0 5.5%;
    margin-top: 55px;
  }
}
.interview::before, .interview::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: calc(50% - 52px);
}
.interview::before {
  width: 70px;
  height: 70px;
  background: url(../images/interview_icon.png) no-repeat 0 0/contain;
  top: -35px;
  left: calc(50% - 35px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .interview::before {
    width: 103px;
    height: 103px;
    top: -50px;
    left: calc(50% - 52px);
  }
}
.interview::after {
  width: 150vw;
  height: 100%;
  background: #0085c9;
  transform: translateX(-50%);
  z-index: -1;
}
.interview__inner {
  padding: 50px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .interview__inner {
    padding: 80px 0 50px;
  }
}
.interview__heading {
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .interview__heading {
    font-size: 23px;
  }
}
.interview__subheading {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .interview__subheading {
    font-size: 23px;
    margin-top: -0.2em;
  }
}
.interview p {
  line-height: 1.53;
}
.interview__txt01 {
  margin-top: 1.5em;
}
.interview__txt02 {
  margin-top: 0.7em;
}
.interview__txt02:last-child {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .interview__txt02:last-child {
    font-size: 15px;
  }
}
.interview__movie {
  background: url(../images/inteview_movie_bg.png) no-repeat 0 0/100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 64%;
  position: relative;
}
.interview__movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 70%;
  transform: translate(-50%, -50%);
}
.interview__row {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .interview__row {
    display: flex;
    margin-top: 3em;
    margin-left: -2%;
    margin-right: -2%;
  }
}
@media screen and (max-width: 767px) {
  .interview__col {
    margin-top: 1.4em;
  }
}
@media screen and (min-width: 768px) {
  .interview__col {
    padding: 0 2%;
  }
  .interview__col:first-child {
    width: 51%;
  }
  .interview__col:last-child {
    width: 49%;
  }
}

.theme {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .theme {
    padding: 0 5.5%;
  }
}
@media screen and (min-width: 768px) {
  .theme {
    margin-top: 110px;
  }
}
.theme__heading {
  max-width: 570px;
  margin: 0 auto;
}
.theme__bg {
  position: relative;
}
.theme__bg::before {
  content: "";
  display: block;
  width: 150vw;
  height: 100%;
  background: #fffbd0;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.theme__box {
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .theme__box {
    padding: 50px 0;
  }
}
.theme__heading01 {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transform: translateY(-19%);
  margin-bottom: -15px;
}
@media screen and (min-width: 768px) {
  .theme__heading01 {
    max-width: 571px;
    transform: translateY(-35%);
    margin-bottom: -55px;
  }
}
.theme__heading02 {
  font-size: 15px;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 1.2em;
}
@media screen and (min-width: 768px) {
  .theme__heading02 {
    font-size: 23px;
  }
}
.is-theme01 .theme__heading02 {
  color: #1861ae;
}
.is-theme02 .theme__heading02 {
  color: #5aa834;
}
.theme__images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.theme__images li {
  font-size: 10px;
  font-weight: bold;
  padding: 2% 0;
}
@media screen and (min-width: 768px) {
  .theme__images li {
    font-size: 12px;
    width: 50%;
    padding: 1%;
  }
  .theme__images li img {
    max-width: 430px;
  }
}
.theme__images li span {
  display: block;
  letter-spacing: 0;
  margin-top: 4px;
}
.theme__question-box {
  background: #fff;
  border-radius: 12px;
  padding-bottom: 2.2em;
  border-width: 2px;
  border-style: solid;
  overflow: hidden;
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .theme__question-box {
    padding-bottom: 3.4em;
    border-radius: 18px;
    margin-top: 2em;
  }
}
.is-blue .theme__question-box {
  border-color: #00b7ed;
}
.is-green .theme__question-box {
  border-color: #1fa480;
}
.is-red .theme__question-box {
  border-color: #eb6d73;
}
.theme__question-box-inner {
  padding: 1.2em 1.4em 1.5em;
}
@media screen and (min-width: 768px) {
  .theme__question-box-inner {
    padding: 1.5em 1.7em 1.8em;
  }
}
.theme__question-heading {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .theme__question-heading {
    padding: 0.14em 0 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .theme__question-heading {
    font-size: 30px;
  }
}
.is-blue .theme__question-heading {
  background: #00b7ed;
}
.is-green .theme__question-heading {
  background: #1fa480;
}
.is-red .theme__question-heading {
  background: #eb6d73;
}
.theme__question-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.theme__question-images li {
  width: 50%;
  padding: 0 1%;
}
.theme__question-images li img {
  max-width: 400px;
}
.theme__question-dl {
  padding-right: 1em;
}
.theme__question-dl dt, .theme__question-dl dd {
  padding-left: 4.8em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .theme__question-dl dt, .theme__question-dl dd {
    padding-left: 5.8em;
  }
}
.theme__question-dl dt::before, .theme__question-dl dd::before {
  font-weight: bold;
  color: #fff;
  text-indent: 2em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4em;
  height: 1.7em;
  clip-path: polygon(0 0, 82% 0, 100% 48%, 82% 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .theme__question-dl dt::before, .theme__question-dl dd::before {
    width: 5em;
    text-indent: 3em;
  }
}
.theme__question-dl dt {
  font-weight: bold;
}
.theme__question-dl dt:nth-child(n+2) {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .theme__question-dl dt:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.is-blue .theme__question-dl dt {
  color: #00b7ed;
}
.is-green .theme__question-dl dt {
  color: #1fa480;
}
.is-red .theme__question-dl dt {
  color: #eb6d73;
}
.theme__question-dl dt::before {
  content: "Q";
}
.is-blue .theme__question-dl dt::before {
  background: #00b7ed;
}
.is-green .theme__question-dl dt::before {
  background: #1fa480;
}
.is-red .theme__question-dl dt::before {
  background: #eb6d73;
}
.theme__question-dl dd {
  margin-top: 0.5em;
  margin-top: 2.2em;
}
@media screen and (min-width: 768px) {
  .theme__question-dl dd {
    margin-top: 1.5em;
  }
}
.theme__question-dl dd::before {
  content: "A";
  background: #ec6c0e;
}
.is-red .theme__question-dl dd::before {
  background: #5cb131;
}
.theme__graph-img {
  display: flex;
  justify-content: center;
  background: #e5f3fa;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .theme__graph-img img {
    width: 535px;
  }
}

.sponsore {
  display: flex;
  font-size: 10px;
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .sponsore {
    padding: 0 5.5%;
  }
}
@media screen and (min-width: 768px) {
  .sponsore {
    font-size: 12px;
  }
}
.sponsore:first-of-type {
  margin-top: 2.2em;
}
.sponsore dd {
  flex: 1;
}

/* Utility */
.u-txt-indent {
  text-indent: 1em;
}

.u-txt-right {
  text-align: right;
}

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

.u-pb0 {
  padding-bottom: 0px !important;
}

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

.u-pb5 {
  padding-bottom: 5px !important;
}

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

.u-pb10 {
  padding-bottom: 10px !important;
}

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

.u-pb15 {
  padding-bottom: 15px !important;
}

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

.u-pb20 {
  padding-bottom: 20px !important;
}

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

.u-pb25 {
  padding-bottom: 25px !important;
}

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

.u-pb30 {
  padding-bottom: 30px !important;
}

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

.u-pb35 {
  padding-bottom: 35px !important;
}

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

.u-pb40 {
  padding-bottom: 40px !important;
}

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

.u-pb45 {
  padding-bottom: 45px !important;
}

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

.u-pb50 {
  padding-bottom: 50px !important;
}

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

.u-pb55 {
  padding-bottom: 55px !important;
}

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

.u-pb60 {
  padding-bottom: 60px !important;
}

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

.u-pb65 {
  padding-bottom: 65px !important;
}

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

.u-pb70 {
  padding-bottom: 70px !important;
}

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

.u-pb75 {
  padding-bottom: 75px !important;
}

@media screen and (max-width: 767px) {
  .u-mt0 {
    margin-top: 0px !important;
  }
  .u-pb0 {
    padding-bottom: 0px !important;
  }
  .u-mt5 {
    margin-top: 2.5px !important;
  }
  .u-pb5 {
    padding-bottom: 5px !important;
  }
  .u-mt10 {
    margin-top: 5px !important;
  }
  .u-pb10 {
    padding-bottom: 10px !important;
  }
  .u-mt15 {
    margin-top: 7.5px !important;
  }
  .u-pb15 {
    padding-bottom: 15px !important;
  }
  .u-mt20 {
    margin-top: 10px !important;
  }
  .u-pb20 {
    padding-bottom: 20px !important;
  }
  .u-mt25 {
    margin-top: 12.5px !important;
  }
  .u-pb25 {
    padding-bottom: 25px !important;
  }
  .u-mt30 {
    margin-top: 15px !important;
  }
  .u-pb30 {
    padding-bottom: 30px !important;
  }
  .u-mt35 {
    margin-top: 17.5px !important;
  }
  .u-pb35 {
    padding-bottom: 35px !important;
  }
  .u-mt40 {
    margin-top: 20px !important;
  }
  .u-pb40 {
    padding-bottom: 40px !important;
  }
  .u-mt45 {
    margin-top: 22.5px !important;
  }
  .u-pb45 {
    padding-bottom: 45px !important;
  }
  .u-mt50 {
    margin-top: 25px !important;
  }
  .u-pb50 {
    padding-bottom: 50px !important;
  }
  .u-mt55 {
    margin-top: 27.5px !important;
  }
  .u-pb55 {
    padding-bottom: 55px !important;
  }
  .u-mt60 {
    margin-top: 30px !important;
  }
  .u-pb60 {
    padding-bottom: 60px !important;
  }
  .u-mt65 {
    margin-top: 32.5px !important;
  }
  .u-pb65 {
    padding-bottom: 65px !important;
  }
  .u-mt70 {
    margin-top: 35px !important;
  }
  .u-pb70 {
    padding-bottom: 70px !important;
  }
  .u-mt75 {
    margin-top: 37.5px !important;
  }
  .u-pb75 {
    padding-bottom: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sm-mt0 {
    margin-top: 0px !important;
  }
  .u-sm-pb0 {
    padding-bottom: 0px !important;
  }
  .u-sm-mt5 {
    margin-top: 5px !important;
  }
  .u-sm-pb5 {
    padding-bottom: 5px !important;
  }
  .u-sm-mt10 {
    margin-top: 10px !important;
  }
  .u-sm-pb10 {
    padding-bottom: 10px !important;
  }
  .u-sm-mt15 {
    margin-top: 15px !important;
  }
  .u-sm-pb15 {
    padding-bottom: 15px !important;
  }
  .u-sm-mt20 {
    margin-top: 20px !important;
  }
  .u-sm-pb20 {
    padding-bottom: 20px !important;
  }
  .u-sm-mt25 {
    margin-top: 25px !important;
  }
  .u-sm-pb25 {
    padding-bottom: 25px !important;
  }
  .u-sm-mt30 {
    margin-top: 30px !important;
  }
  .u-sm-pb30 {
    padding-bottom: 30px !important;
  }
  .u-sm-mt35 {
    margin-top: 35px !important;
  }
  .u-sm-pb35 {
    padding-bottom: 35px !important;
  }
  .u-sm-mt40 {
    margin-top: 40px !important;
  }
  .u-sm-pb40 {
    padding-bottom: 40px !important;
  }
  .u-sm-mt45 {
    margin-top: 45px !important;
  }
  .u-sm-pb45 {
    padding-bottom: 45px !important;
  }
  .u-sm-mt50 {
    margin-top: 50px !important;
  }
  .u-sm-pb50 {
    padding-bottom: 50px !important;
  }
  .u-sm-mt55 {
    margin-top: 55px !important;
  }
  .u-sm-pb55 {
    padding-bottom: 55px !important;
  }
  .u-sm-mt60 {
    margin-top: 60px !important;
  }
  .u-sm-pb60 {
    padding-bottom: 60px !important;
  }
  .u-sm-mt65 {
    margin-top: 65px !important;
  }
  .u-sm-pb65 {
    padding-bottom: 65px !important;
  }
  .u-sm-mt70 {
    margin-top: 70px !important;
  }
  .u-sm-pb70 {
    padding-bottom: 70px !important;
  }
  .u-sm-mt75 {
    margin-top: 75px !important;
  }
  .u-sm-pb75 {
    padding-bottom: 75px !important;
  }
}