@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/web/NotoSansCJKjp.eot");
  src: local("Noto Sans CJK JP Light"), url("../font/web/NotoSansCJKjp.eot?#iefix") format("embedded-opentype"), url("../font/web/NotoSansCJKjp.woff") format("woff"), url("../font/web/NotoSansCJKjp.otf") format("opentype");
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
}

body {
  position: relative;
  font-size: 1.6rem;
  -webkit-print-color-adjust: exact;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.contents a {
  color: currentColor;
  text-decoration: none;
  /* FireFoxで無駄な枠線を表示しないよう追加 */
  outline: none !important;
  word-wrap: break-word;
}
.contents a[onclick] {
  cursor: pointer;
}
.contents a[href^=tel] {
  color: inherit;
  cursor: text;
  text-decoration: none;
}
.contents a[href^=tel]:hover {
  opacity: 1;
}
.contents figcaption {
  margin-top: 5px;
  line-height: 1.6;
  text-align: center;
}
.contents button, .contents input, .contents textarea, .contents select {
  background-color: transparent;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.contents img {
  vertical-align: bottom;
  max-width: 100%;
}

select {
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  body {
    line-height: 1.8;
  }

  header,
.contents,
footer {
    min-width: 1064px;
  }

  a:hover {
    opacity: 0.7;
  }

  a:hover,
a:hover p {
    text-decoration: none;
  }

  a:focus {
    outline: none !important;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  body {
    border-width: 4px;
    width: 100%;
    height: 100%;
    line-height: 1.5;
  }
}
.header {
  opacity: 0;
  transition: 1s all;
}

/* =======================================- */
/* ▼▼　footer
/* =======================================- */
.footer--top {
  background: #fff;
  line-height: 1;
}
.footer--top p {
  font-size: 2.4rem;
  margin-top: 5px;
}
.footer--top .footer--logo p {
  font-size: 20px;
  color: #333;
  margin-top: 15px;
}
.footer--top .footer--logo a:hover p {
  opacity: 0.7;
  color: #00B283;
}

#copy p {
  line-height: 30px;
  font-size: 12px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .footer--top {
    padding: 60px 0 42px;
  }
  .footer--top .footer--logo {
    margin-right: 27px;
  }

  #footer .forpc {
    width: 960px;
  }
}
@media screen and (min-width: 720px) and (max-device-width: 768px) {
  #footer .forpc {
    width: 768px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .footer--top {
    padding: 40px 0 22px;
  }
  .footer--top .footer--inner {
    animation: none !important;
    opacity: 1 !important;
    transform: translate(0, 0px) !important;
  }
  .footer--top p {
    font-size: 1.4rem;
    margin: 0 0 0 95px;
  }
  .footer--top .logo {
    margin-bottom: 18px;
    display: block;
    text-align: center;
  }
  .footer--top .logo--img {
    width: 165px;
  }
  .footer--top .footer--logo p {
    margin: 10px 0 0;
  }

  .forsp p {
    line-height: 1.75;
  }

  #copy .forsp {
    display: none;
  }

  .copyright {
    padding: 0 27px;
    line-height: 1.4;
  }
}
/* =======================================- */
/* ▼▼　コンテンツエリア
/* =======================================- */
.contents {
  background: #fff;
}

#conte-page {
  padding-bottom: 0;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .inner {
    margin: 0 auto;
    width: 900px;
  }

  .contents {
    padding-bottom: 140px;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 27px;
  }

  /* =======================================- */
  /* ▼▼　SP:コンテンツエリア
  /* =======================================- */
  .contents {
    padding-bottom: 94px;
    width: 100%;
  }

  .font-sp-16 {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 720px) and (max-device-width: 768px) {
  header, .contents, footer {
    min-width: 768px;
  }

  .inner {
    width: 768px !important;
  }

  .point02-img {
    width: 768px !important;
  }

  .mainvisual-text,
.point01-text {
    min-width: auto !important;
  }

  #btnSP {
    width: 720px;
    margin: 30px auto !important;
  }
}
.point01-wrap {
  position: relative;
}
.point01-text {
  position: absolute;
  opacity: 0;
  transition: all 0.2s;
}
.point01 .box {
  padding-top: 0;
  position: relative;
}

.animate__animated.point01-text {
  opacity: 1;
}

/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .point01-text {
    width: 16vw;
    min-width: 172px;
    top: 48.2%;
    right: 19.2%;
  }
  .point01 .box {
    margin-top: -114px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .point01-text {
    width: 24.26vw;
    top: 50.1%;
    right: 4.4%;
  }
  .point01 .box {
    padding: 0 27px 40px;
    margin-top: -103px;
  }
}
.point02 {
  background: #FBC81A;
}
.point02-head {
  background: #F17500;
  text-align: center;
  padding: 17px 0;
  margin-bottom: 40px;
}
.point02-head-text {
  color: #fff;
  font-weight: bold;
  font-size: 54px;
}
.point02-img {
  background: #fff;
}

/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .point02-img {
    width: 900px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 40px 48px;
  }
  .point02-wrap {
    position: relative;
  }
  .point02-wrap::before, .point02-wrap::after {
    content: "";
    position: absolute;
    width: 25.04vw;
    height: 100%;
  }
  .point02-wrap::before {
    background: url("../img/deco.png") no-repeat;
    background-size: cover;
    left: 0;
    top: -40px;
  }
  .point02-wrap::after {
    background: url("../img/deco2.png") no-repeat;
    background-size: cover;
    right: 0;
    top: 50px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .point02 {
    position: relative;
  }
  .point02::before, .point02::after {
    content: "";
    position: absolute;
    width: 54px;
    height: calc(100% - 110px);
    top: 86px;
  }
  .point02::before {
    background: url("../img/deco_sp.png") no-repeat;
    background-size: cover;
    left: 0;
  }
  .point02::after {
    background: url("../img/deco2_sp.png") no-repeat;
    background-size: cover;
    right: 0;
  }
  .point02-head {
    padding: 22px 0;
  }
  .point02-head-text {
    font-size: 28px;
  }
  .point02-img {
    border-radius: 10px;
    padding: 25px 10px;
    margin: 0 28px;
  }
}
.point03 {
  background: #FBB03B;
  padding: 40px 0 60px;
}

.media-row {
  display: flex;
  justify-content: center;
}
.media-row .col {
  width: 251px;
}

/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .media-row {
    margin-left: -50px;
  }
  .media-row .col {
    margin-left: 50px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .point03 {
    padding: 0 0 40px;
  }
  .point03 .align-center {
    margin-left: -27px;
    width: 100vw;
  }
  .point03 p {
    font-size: 12px;
  }

  .media-row {
    margin-left: -20px;
  }
  .media-row .col {
    margin-left: 20px;
    width: 41%;
  }
}
/* ボタン系
==================================- */
.box {
  padding: 55px 0;
}

.btn {
  display: block;
  width: 580px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.btn:hover {
  margin: 0 auto;
}

/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .box {
    padding: 35px 0;
  }

  .btn {
    width: 100%;
  }
}
/* ページトップ */
.pageTop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 9;
}
.pageTop--link {
  display: block;
}

/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .pageTop {
    width: 50px;
  }
}
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
}
.fadein_up {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

.fadein_up_on {
  animation-name: animation-sample;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}

.fadein_up_on2 {
  animation-name: animation-sample;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

.fadein_up_on3 {
  animation-name: animation-sample;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes animation-sample {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
/* メインビジュアル系
==================================- */
.mainvisual {
  position: relative;
}
.mainvisual-text {
  position: absolute;
}
.mainvisual .animate__animated {
  opacity: 1 !important;
}

/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .mainvisual-text {
    width: 18.815vw;
    min-width: 201px;
    top: 34.5%;
    right: 22.9%;
    right: 26%;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .mainvisual-text {
    width: 68.24vw;
    top: 51%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
.tel {
  display: flex;
  align-items: center;
  /* =======================================- */
  /* ▼▼▼　PC
  /* =======================================- */
}
.tel--logo {
  margin-right: 10px;
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .tel--logo img {
    width: 55px;
  }
  .tel--num {
    width: 256px;
  }

  .footer--top .tel {
    justify-content: center;
  }
}
.popup {
  display: none;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.align-justify-center {
  justify-content: center;
}

.display-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .display-pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .display-sp-none {
    display: none;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .mt-pc-0 {
    margin-top: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-0 {
    margin-top: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
}
.pt-0 {
  padding-top: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

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

.pt-10 {
  padding-top: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

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

.pt-20 {
  padding-top: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

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

.pt-30 {
  padding-top: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

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

.pt-40 {
  padding-top: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

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

.pt-50 {
  padding-top: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

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

.pt-60 {
  padding-top: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

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

.pt-70 {
  padding-top: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

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

.pt-80 {
  padding-top: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

@media screen and (min-width: 768px) {
  .pt-pc-0 {
    padding-top: 0px !important;
  }

  .pl-pc-0 {
    padding-left: 0px !important;
  }

  .pr-pc-0 {
    padding-right: 0px !important;
  }

  .pb-pc-0 {
    padding-bottom: 0px !important;
  }

  .pt-pc-10 {
    padding-top: 10px !important;
  }

  .pl-pc-10 {
    padding-left: 10px !important;
  }

  .pr-pc-10 {
    padding-right: 10px !important;
  }

  .pb-pc-10 {
    padding-bottom: 10px !important;
  }

  .pt-pc-20 {
    padding-top: 20px !important;
  }

  .pl-pc-20 {
    padding-left: 20px !important;
  }

  .pr-pc-20 {
    padding-right: 20px !important;
  }

  .pb-pc-20 {
    padding-bottom: 20px !important;
  }

  .pt-pc-30 {
    padding-top: 30px !important;
  }

  .pl-pc-30 {
    padding-left: 30px !important;
  }

  .pr-pc-30 {
    padding-right: 30px !important;
  }

  .pb-pc-30 {
    padding-bottom: 30px !important;
  }

  .pt-pc-40 {
    padding-top: 40px !important;
  }

  .pl-pc-40 {
    padding-left: 40px !important;
  }

  .pr-pc-40 {
    padding-right: 40px !important;
  }

  .pb-pc-40 {
    padding-bottom: 40px !important;
  }

  .pt-pc-50 {
    padding-top: 50px !important;
  }

  .pl-pc-50 {
    padding-left: 50px !important;
  }

  .pr-pc-50 {
    padding-right: 50px !important;
  }

  .pb-pc-50 {
    padding-bottom: 50px !important;
  }

  .pt-pc-60 {
    padding-top: 60px !important;
  }

  .pl-pc-60 {
    padding-left: 60px !important;
  }

  .pr-pc-60 {
    padding-right: 60px !important;
  }

  .pb-pc-60 {
    padding-bottom: 60px !important;
  }

  .pt-pc-70 {
    padding-top: 70px !important;
  }

  .pl-pc-70 {
    padding-left: 70px !important;
  }

  .pr-pc-70 {
    padding-right: 70px !important;
  }

  .pb-pc-70 {
    padding-bottom: 70px !important;
  }

  .pt-pc-80 {
    padding-top: 80px !important;
  }

  .pl-pc-80 {
    padding-left: 80px !important;
  }

  .pr-pc-80 {
    padding-right: 80px !important;
  }

  .pb-pc-80 {
    padding-bottom: 80px !important;
  }

  .pt-pc-90 {
    padding-top: 90px !important;
  }

  .pl-pc-90 {
    padding-left: 90px !important;
  }

  .pr-pc-90 {
    padding-right: 90px !important;
  }

  .pb-pc-90 {
    padding-bottom: 90px !important;
  }

  .pt-pc-100 {
    padding-top: 100px !important;
  }

  .pl-pc-100 {
    padding-left: 100px !important;
  }

  .pr-pc-100 {
    padding-right: 100px !important;
  }

  .pb-pc-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-0 {
    padding-top: 0px !important;
  }

  .pl-sp-0 {
    padding-left: 0px !important;
  }

  .pr-sp-0 {
    padding-right: 0px !important;
  }

  .pb-sp-0 {
    padding-bottom: 0px !important;
  }

  .pt-sp-10 {
    padding-top: 10px !important;
  }

  .pl-sp-10 {
    padding-left: 10px !important;
  }

  .pr-sp-10 {
    padding-right: 10px !important;
  }

  .pb-sp-10 {
    padding-bottom: 10px !important;
  }

  .pt-sp-20 {
    padding-top: 20px !important;
  }

  .pl-sp-20 {
    padding-left: 20px !important;
  }

  .pr-sp-20 {
    padding-right: 20px !important;
  }

  .pb-sp-20 {
    padding-bottom: 20px !important;
  }

  .pt-sp-30 {
    padding-top: 30px !important;
  }

  .pl-sp-30 {
    padding-left: 30px !important;
  }

  .pr-sp-30 {
    padding-right: 30px !important;
  }

  .pb-sp-30 {
    padding-bottom: 30px !important;
  }

  .pt-sp-40 {
    padding-top: 40px !important;
  }

  .pl-sp-40 {
    padding-left: 40px !important;
  }

  .pr-sp-40 {
    padding-right: 40px !important;
  }

  .pb-sp-40 {
    padding-bottom: 40px !important;
  }

  .pt-sp-50 {
    padding-top: 50px !important;
  }

  .pl-sp-50 {
    padding-left: 50px !important;
  }

  .pr-sp-50 {
    padding-right: 50px !important;
  }

  .pb-sp-50 {
    padding-bottom: 50px !important;
  }

  .pt-sp-60 {
    padding-top: 60px !important;
  }

  .pl-sp-60 {
    padding-left: 60px !important;
  }

  .pr-sp-60 {
    padding-right: 60px !important;
  }

  .pb-sp-60 {
    padding-bottom: 60px !important;
  }

  .pt-sp-70 {
    padding-top: 70px !important;
  }

  .pl-sp-70 {
    padding-left: 70px !important;
  }

  .pr-sp-70 {
    padding-right: 70px !important;
  }

  .pb-sp-70 {
    padding-bottom: 70px !important;
  }

  .pt-sp-80 {
    padding-top: 80px !important;
  }

  .pl-sp-80 {
    padding-left: 80px !important;
  }

  .pr-sp-80 {
    padding-right: 80px !important;
  }

  .pb-sp-80 {
    padding-bottom: 80px !important;
  }

  .pt-sp-90 {
    padding-top: 90px !important;
  }

  .pl-sp-90 {
    padding-left: 90px !important;
  }

  .pr-sp-90 {
    padding-right: 90px !important;
  }

  .pb-sp-90 {
    padding-bottom: 90px !important;
  }

  .pt-sp-100 {
    padding-top: 100px !important;
  }

  .pl-sp-100 {
    padding-left: 100px !important;
  }

  .pr-sp-100 {
    padding-right: 100px !important;
  }

  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
}