@charset "UTF-8";
/*
Theme Name: 三条こもりびと支援センター
*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
@media (min-width: 769px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
  line-height: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.monst {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.rounded {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fs10 {
  font-size: clamp(0.85rem, 0.824rem + 0.11vw, 1rem);
}

.fs11 {
  font-size: clamp(0.935rem, 0.907rem + 0.12vw, 1.1rem);
}

.fs12 {
  font-size: clamp(1.02rem, 0.989rem + 0.13vw, 1.2rem);
}

.fs13 {
  font-size: clamp(1.105rem, 1.072rem + 0.14vw, 1.3rem);
}

.fs14 {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
}

.fs15 {
  font-size: clamp(1.275rem, 1.236rem + 0.16vw, 1.5rem);
}

.fs16 {
  font-size: clamp(1.36rem, 1.319rem + 0.18vw, 1.6rem);
}

.fs17 {
  font-size: clamp(1.445rem, 1.401rem + 0.19vw, 1.7rem);
}

.fs18 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
}

.fs19 {
  font-size: clamp(1.615rem, 1.566rem + 0.21vw, 1.9rem);
}

.fs20 {
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
}

.fs21 {
  font-size: clamp(1.785rem, 1.731rem + 0.23vw, 2.1rem);
}

.fs22 {
  font-size: clamp(1.87rem, 1.813rem + 0.24vw, 2.2rem);
}

.fs23 {
  font-size: clamp(1.955rem, 1.896rem + 0.25vw, 2.3rem);
}

.fs24 {
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
}

.fs25 {
  font-size: clamp(2.125rem, 2.061rem + 0.27vw, 2.5rem);
}

.fs26 {
  font-size: clamp(2.21rem, 2.143rem + 0.29vw, 2.6rem);
}

.fs27 {
  font-size: clamp(2.295rem, 2.225rem + 0.3vw, 2.7rem);
}

.fs28 {
  font-size: clamp(2.38rem, 2.308rem + 0.31vw, 2.8rem);
}

.fs29 {
  font-size: clamp(2.465rem, 2.39rem + 0.32vw, 2.9rem);
}

.fs30 {
  font-size: clamp(2.55rem, 2.473rem + 0.33vw, 3rem);
}

.top_cnt01 {
  background: url(assets/images/top_mv.jpg) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 36vw;
  padding: 1vw 0 0 0;
}
.top_cnt01 .is__mv_sp {
  display: none;
}
.top_cnt01 .is__catch {
  text-align: center;
  color: #4BACC8;
  letter-spacing: 0.085em;
  font-size: clamp(1.8rem, 1.657rem + 0.71vw, 2.8rem);
  line-height: 2em;
  margin: 0 0 3rem 0;
}
.top_cnt01 .is__catch span {
  display: block;
  font-size: clamp(2.3rem, 2.057rem + 1.21vw, 4rem);
  font-weight: 900;
}
.top_cnt01 .is__desc {
  text-align: center;
  color: #477CAB;
  letter-spacing: 0.065em;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  line-height: 2.2em;
}
@media (max-width: 2559px) {
  .top_cnt01 {
    height: 40vw;
  }
}
@media (max-width: 1919px) {
  .top_cnt01 {
    height: 45vw;
    padding: 2vw 0 0 0;
  }
}
@media (max-width: 1439px) {
  .top_cnt01 {
    height: 50vw;
  }
}
@media (max-width: 1279px) {
  .top_cnt01 {
    height: 55vw;
  }
}
@media (max-width: 1023px) {
  .top_cnt01 {
    height: 75vw;
    padding: 3vw 0 0 0;
  }
}
@media (max-width: 767px) {
  .top_cnt01 {
    height: 100vw;
  }
}
@media (max-width: 700px) {
  .top_cnt01 {
    background: none;
    position: relative;
    z-index: -1;
    padding: 5vw 0 0 0;
    height: 130vw;
  }
  .top_cnt01 .is__mv_sp {
    display: block;
    position: absolute;
    left: 0;
    top: -50vw;
    z-index: -1;
  }
}
@media (max-width: 630px) {
  .top_cnt01 {
    height: 140vw;
  }
  .top_cnt01 .is__mv_sp {
    top: -40vw;
  }
}
@media (max-width: 530px) {
  .top_cnt01 {
    height: 150vw;
  }
  .top_cnt01 .is__mv_sp {
    top: -28vw;
  }
}
@media (max-width: 424px) {
  .top_cnt01 {
    padding: 13vw 0 0 0;
    height: 175vw;
  }
  .top_cnt01 .is__mv_sp {
    top: 0;
  }
}
@media (max-width: 320px) {
  .top_cnt01 {
    padding: 6vw 0 0 0;
  }
}

.top_cnt02 {
  position: relative;
  padding: 15rem 0 0 0;
}
.top_cnt02 .is__bgimg01 {
  background: #EAF9FD;
  width: 50%;
  height: 600px;
  border-radius: 0 40px 40px 0;
  position: absolute;
  top: 41rem;
  left: 0;
  z-index: -1;
}
.top_cnt02 .is__bgimg02 {
  background: #EAF9FD;
  width: 65%;
  height: 500px;
  border-radius: 40px 0 0 40px;
  position: absolute;
  bottom: 40rem;
  right: 0;
  z-index: -1;
}
.top_cnt02 .block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 15rem 0;
}
.top_cnt02 .block01 .is__cnt {
  padding: 13rem 7rem 0 7rem;
}
.top_cnt02 .block01 .is__num {
  background: #A7DCEF;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  margin: 0 0 2.5rem 0;
}
.top_cnt02 .block01 .is__title {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #4F4F4F;
  margin: 0 0 2.5rem 0;
}
.top_cnt02 .block01 .is__txt {
  color: #4F4F4F;
  line-height: 2em;
  letter-spacing: 0.045em;
  margin: 0 0 4.5rem 0;
}
.top_cnt02 .block01 .is__img {
  flex-shrink: 0;
  width: 55%;
  border-radius: 40px;
  overflow: hidden;
}
.top_cnt02 .block02 .is__cnt {
  order: 2;
}
.top_cnt02 .block02 .is__img {
  order: 1;
}
@media (max-width: 1279px) {
  .top_cnt02 .is__bgimg01 {
    background: #EAF9FD;
    width: 70%;
    height: 450px;
    border-radius: 0 40px 40px 0;
    position: absolute;
    top: 5rem;
    left: 0;
    z-index: -1;
  }
  .top_cnt02 .is__bgimg02 {
    background: #EAF9FD;
    width: 65%;
    height: 450px;
    border-radius: 40px 0 0 40px;
    position: absolute;
    bottom: 10rem;
    right: 0;
    z-index: -1;
  }
  .top_cnt02 .block01 {
    margin: 0 0 10rem 0;
  }
  .top_cnt02 .block01 .is__cnt {
    padding: 0 0 0 3rem;
    width: 45%;
  }
  .top_cnt02 .block01 .is__img {
    width: 50%;
  }
  .top_cnt02 .block02 .is__cnt {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 1023px) {
  .top_cnt02 {
    padding: 10rem 0 0 0;
  }
  .top_cnt02 .is__bgimg01 {
    width: 80%;
    height: 120vw;
  }
  .top_cnt02 .is__bgimg02 {
    width: 80%;
    height: 120vw;
    bottom: 70vw;
  }
  .top_cnt02 .block01 {
    flex-direction: column;
  }
  .top_cnt02 .block01 .is__cnt {
    width: 100%;
    padding: 0;
    margin: 0 0 5rem 0;
  }
  .top_cnt02 .block01 .is__img {
    width: 100%;
  }
  .top_cnt02 .block01 .is__title br {
    display: none;
  }
  .top_cnt02 .block02 .is__cnt {
    order: 1;
  }
  .top_cnt02 .block02 .is__img {
    order: 2;
  }
}
@media (max-width: 767px) {
  .top_cnt02 .is__bgimg01 {
    top: 50vw;
    height: 135vw;
  }
  .top_cnt02 .is__bgimg02 {
    bottom: 20vw;
    height: 120vw;
  }
  .top_cnt02 .block01 {
    margin: 0 0 7rem 0;
  }
  .top_cnt02 .block01 .is__num {
    width: 36px;
    height: 36px;
    font-size: 2rem;
    margin: 0 0 2rem 0;
  }
  .top_cnt02 .block01 .is__title {
    font-size: 2rem;
  }
  .top_cnt02 .block01 .is__title br {
    display: block;
  }
  .top_cnt02 .block01 .is__txt {
    margin: 0 0 3rem 0;
  }
}
@media (max-width: 424px) {
  .top_cnt02 .block01 .is__title {
    font-size: 5.5vw;
  }
}

.notfoundwrap .is__title {
  text-align: center;
  margin: 0 0 4rem 0;
  font-size: clamp(1.955rem, 1.896rem + 0.25vw, 2.3rem);
  font-weight: 500;
  line-height: 1.7em;
}
.notfoundwrap .is__txt {
  text-align: center;
  margin: 0 0 6rem 0;
}
.notfoundwrap .is__link {
  text-align: center;
}
.notfoundwrap .is__link a {
  text-decoration: underline;
}
.notfoundwrap .is__link a:hover {
  text-decoration: none;
}

.form_wrap01 table {
  width: 100%;
}
.form_wrap01 table tr th {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333;
  width: 25%;
  padding: 2.5rem 0;
  vertical-align: middle;
}
.form_wrap01 table tr th.req {
  position: relative;
}
.form_wrap01 table tr th.req span {
  background: #5BBAD5;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 5px;
  font-weight: 400;
  width: 40px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem 0;
  position: absolute;
  top: 43px;
  right: 0;
}
.form_wrap01 table tr th.is__valign_top {
  padding: 4rem 0 2.5rem 0;
}
.form_wrap01 table tr td {
  width: 75%;
  padding: 2.5rem 0 2.5rem 3rem;
}
.form_wrap01 input::-moz-placeholder {
  color: #929292;
  letter-spacing: 0.05em;
}
.form_wrap01 input::placeholder {
  color: #929292;
  letter-spacing: 0.05em;
}
.form_wrap01 input[type=text] {
  background: #F8F8F8;
  padding: 1.5rem 2rem;
  border-radius: 5px;
  width: 100%;
}
.form_wrap01 input[type=email] {
  background: #F8F8F8;
  padding: 1.5rem 2rem;
  border-radius: 5px;
  width: 100%;
}
.form_wrap01 input[type=tel] {
  background: #F8F8F8;
  padding: 1.5rem 2rem;
  border-radius: 5px;
  width: 100%;
}
.form_wrap01 select {
  background: #F8F8F8;
  padding: 1.5rem 2rem;
  border-radius: 5px;
}
.form_wrap01 textarea {
  background: #F8F8F8;
  padding: 1.5rem 2rem;
  border-radius: 5px;
  resize: vertical;
  width: 100%;
  height: 40vw;
  max-height: 250px;
}
.form_wrap01 input[type=checkbox] {
  margin: 0 1rem 0 0;
}
.form_wrap01 input[type=submit] {
  background: #5BBAD5;
  border-radius: 999px;
  width: 100%;
  max-width: 360px;
  padding: 2.5rem 0;
  color: #fff;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  letter-spacing: 0.045em;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.form_wrap01 .w30 {
  width: 30% !important;
}
.form_wrap01 .w50 {
  width: 48% !important;
}
.form_wrap01 .is__flex p {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  align-items: center;
}
.form_wrap01 .is__flex02 p {
  display: flex;
  align-items: center;
}
.form_wrap01 .is__flex02 p input {
  margin: 0 1rem 0 0;
}
@media (max-width: 1023px) {
  .form_wrap01 table tr th {
    width: 30%;
  }
  .form_wrap01 table tr td {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .form_wrap01 table {
    display: block;
    width: 100%;
  }
  .form_wrap01 table tbody {
    display: block;
    width: 100%;
  }
  .form_wrap01 table tbody tr {
    display: block;
    width: 100%;
  }
  .form_wrap01 table tbody tr th {
    display: block;
    width: 100%;
    padding: 0 0 1.5rem 0;
  }
  .form_wrap01 table tbody tr th.req {
    position: static;
  }
  .form_wrap01 table tbody tr th.req span {
    position: static;
    top: 0;
    margin: 0 0 0 1rem;
  }
  .form_wrap01 table tbody tr th.is__valign_top {
    padding: 0 0 1.5rem 0;
  }
  .form_wrap01 table tbody tr td {
    display: block;
    width: 100%;
    padding: 0 0 3rem 0;
  }
  .form_wrap01 input[type=submit] {
    padding: 2rem 0;
  }
}
@media (max-width: 424px) {
  .form_wrap01 .w30 {
    width: 40% !important;
  }
}

span[data-name=your-familyname],
span[data-name=your-firstname] {
  width: 48%;
  display: block;
}
span[data-name=your-familyname] input,
span[data-name=your-firstname] input {
  width: 100% !important;
}

span[data-name=your-age] {
  width: 30%;
  display: block;
  margin: 0 1rem 0 0;
}

span[data-name=your-agree] .wpcf7-list-item {
  margin-left: 0;
}

span[data-name=your-sikutyouson],
span[data-name=address4] {
  width: 100%;
}

.post_wrap .post_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: repeating-linear-gradient(90deg, #afafaf, #afafaf 1px, transparent 1px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding: 0 0 3rem 0;
  margin: 0 0 4rem 0;
}
.post_wrap .post_header .is__date {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  color: #A1C8D4;
  letter-spacing: 0.045em;
  font-weight: 400;
  margin: 0 1.5rem 0 0;
}
.post_wrap .post_header .is__cat {
  color: #5BBAD5;
  background: #fff;
  border: #5BBAD5 solid 1px;
  border-radius: 999px;
  text-align: center;
  padding: 0.25rem 0;
  font-size: 1.2rem;
  width: 125px;
  line-height: 1;
}
.post_wrap .post_header .is__title {
  width: 100%;
  letter-spacing: 0.045em;
  line-height: 1.8em;
  margin: 1rem 0 0 0;
  font-size: clamp(1.8rem, 1.714rem + 0.43vw, 2.4rem);
}
.post_wrap .post_cnt {
  border-bottom: #C4C4C4 solid 1px;
  padding: 0 0 5rem 0;
}
.post_wrap .post_cnt p {
  color: #101010;
  line-height: 1.9em;
  margin: 0 0 3rem 0;
}
.post_wrap .post_cnt p:has(> img) {
  margin: 0 0 5rem 0;
}
.post_wrap .post_cnt figure {
  margin: 0 0 5rem 0;
}
.post_wrap .post_cnt a {
  color: #5BBAD5;
  text-decoration: underline;
}
.post_wrap .post_cnt a:hover {
  text-decoration: none;
}
.post_wrap .post_cnt h2 {
  color: #4F4F4F;
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.7em;
  margin: 0 0 2.5rem 0;
}
.post_wrap .post_cnt h3 {
  color: #4F4F4F;
  border-bottom: #5BBAD5 solid 2px;
  padding: 0 0 1rem 0;
  font-size: clamp(2rem, 1.943rem + 0.29vw, 2.4rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.7em;
  margin: 0 0 2.5rem 0;
}
.post_wrap .post_cnt h4 {
  color: #4F4F4F;
  font-size: clamp(1.8rem, 1.771rem + 0.14vw, 2rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.7em;
  margin: 0 0 2.5rem 0;
  border-left: #5BBAD5 solid 5px;
  padding: 0 0 0 1rem;
}
.post_wrap .post_cnt h5 {
  color: #4F4F4F;
  font-size: clamp(1.6rem, 1.571rem + 0.14vw, 1.8rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.7em;
  margin: 0 0 2.5rem 0;
}
.post_wrap .post_cnt ul {
  margin: 0 0 3rem 0;
}
.post_wrap .post_cnt ul li {
  margin: 0 0 0.5rem 20px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  color: #101010;
}
.post_wrap .post_cnt ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F5665;
  display: inline-block;
  margin: 0 1rem 0 -20px;
}
.post_wrap .post_cnt ol {
  counter-reset: my-counter;
  margin: 0 0 3rem 0;
}
.post_wrap .post_cnt ol li {
  padding-left: 30px;
  position: relative;
  margin: 0 0 1.5rem 0;
  letter-spacing: 0.045em;
  line-height: 1.8em;
}
@media (max-width: 1439px) {
  .post_wrap .post_cnt ol li {
    font-size: 1.55rem;
  }
}
@media (max-width: 1279px) {
  .post_wrap .post_cnt ol li {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .post_wrap .post_cnt ol li {
    font-size: 1.45rem;
  }
}
@media (max-width: 767px) {
  .post_wrap .post_cnt ol li {
    font-size: 1.4rem;
  }
}
@media (max-width: 424px) {
  .post_wrap .post_cnt ol li {
    font-size: 3.7vw;
  }
}
.post_wrap .post_cnt ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  line-height: 1;
  position: absolute;
  font-size: 1.4rem;
  top: 4px;
  left: 0;
  color: #5BBAD5;
  border: #5BBAD5 solid 1px;
}
@media (max-width: 1023px) {
  .post_wrap .post_cnt ol li::before {
    top: 3px;
  }
}
@media (max-width: 767px) {
  .post_wrap .post_cnt ol li::before {
    top: 2px;
  }
}
.post_wrap .post_cnt table {
  width: 100%;
  border-top: #C7C7C7 solid 1px;
  border-right: #C7C7C7 solid 1px;
  color: #222426;
  margin: 0 0 3.5rem 0;
}
.post_wrap .post_cnt table thead tr th {
  border-bottom: #C7C7C7 solid 1px;
  border-left: #C7C7C7 solid 1px;
  padding: 1.5rem 2rem;
  font-weight: 400;
}
.post_wrap .post_cnt table thead tr th:first-child {
  background: #F6F6F6;
  font-weight: 700;
}
.post_wrap .post_cnt table tbody tr th {
  border-bottom: #C7C7C7 solid 1px;
  border-left: #C7C7C7 solid 1px;
  padding: 1.5rem 2rem;
  background: #F6F6F6;
  font-weight: 400;
}
.post_wrap .post_cnt table tbody tr td {
  border-bottom: #C7C7C7 solid 1px;
  border-left: #C7C7C7 solid 1px;
  padding: 1.5rem 2rem;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 5rem 0 0 0;
}
.wp-pagenavi span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem !important;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.current {
  color: #5BBAD5;
  border: #5BBAD5 solid 1px !important;
  border-radius: 50%;
}
.wp-pagenavi a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem !important;
}
.wp-pagenavi a.page {
  border: #ECECEC solid 1px !important;
  border-radius: 50%;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  color: #5BBAD5;
  border: #ECECEC solid 1px !important;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .wp-pagenavi span {
    width: 36px;
    height: 36px;
  }
  .wp-pagenavi a {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 424px) {
  .wp-pagenavi span {
    width: 30px;
    height: 30px;
  }
  .wp-pagenavi a {
    width: 30px;
    height: 30px;
  }
}

.singlepost_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5rem 0 0 0;
}
.singlepost_nav .backlist {
  width: 33.3333333333%;
}
.singlepost_nav .backlist a {
  max-width: 230px;
  margin: 0 auto;
}
.singlepost_nav .prevpost {
  width: 33.3333333333%;
}
.singlepost_nav .prevpost a:before {
  content: "←";
  margin: 0 0.5rem 0 0;
  color: #5BBAD5;
}
.singlepost_nav .nextpost {
  width: 33.3333333333%;
  text-align: right;
}
.singlepost_nav .nextpost a:after {
  content: "→";
  margin: 0 0 0 0.5rem;
  color: #5BBAD5;
}
@media (max-width: 767px) {
  .singlepost_nav {
    font-size: 1.25rem !important;
  }
}

.postal-search {
  color: #fff;
  background: #5BBAD5;
  border-radius: 5px;
  padding: 1rem 2rem;
  margin: 0 0 0 2rem;
}

@media (max-width: 1279px) {
  .drawer_nav {
    background: #b5ecff;
    padding: 79px 0 0 0;
    position: fixed;
    top: -300%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
  }
  .drawer_nav.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .drawer_nav {
    padding: 62px 0 0 0;
  }
}
@media (max-width: 424px) {
  .drawer_nav {
    padding: 57px 0 0 0;
  }
}

.drawer_menu {
  display: flex;
}
.drawer_menu li {
  margin: 0 0 0 0;
}
.drawer_menu li a {
  display: block;
  color: #000;
}

.openbtn {
  display: none;
}
@media (max-width: 1279px) {
  .openbtn {
    display: block;
    position: fixed;
    top: 19px;
    right: 9px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    z-index: 5;
    background: #5BBAD5;
  }
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 12px;
    height: 1px;
    background: #fff;
    width: 45%;
  }
  .openbtn span:nth-child(1) {
    top: 13px;
  }
  .openbtn span:nth-child(2) {
    top: 21px;
  }
  .openbtn span:nth-child(3) {
    top: 29px;
  }
  .openbtn.active span:nth-child(1) {
    top: 15px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
  }
  .openbtn.active span:nth-child(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-child(3) {
    top: 27px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
  }
}
@media (max-width: 767px) {
  .openbtn {
    top: 11px;
    right: 10px;
  }
}
@media (max-width: 424px) {
  .openbtn {
    top: 9px;
    right: 9px;
  }
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

#header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 2;
}
#header .is__headerinner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .is__logo {
  margin: 2rem 3rem;
}
#header .drawer_menu {
  display: flex;
  align-items: center;
}
#header .drawer_menu li {
  margin: 0 3.5rem 0 0;
}
#header .drawer_menu li a {
  color: #4F4F4F;
}
#header .drawer_menu li a:hover {
  color: #9F9F9F;
}
#header .drawer_menu li.is__inquiry {
  margin: 0 2rem 0 0;
  letter-spacing: 0.045em;
}
#header .drawer_menu li.is__inquiry a {
  background: #5BBAD5;
  padding: 1.5rem 4rem;
  border-radius: 999px;
  color: #fff;
}
#header .drawer_menu li.is__inquiry a:hover {
  background: #0082A7;
}
@media (max-width: 767px) {
  #header .is__logo {
    margin: 1.5rem 1.5rem;
  }
  #header .is__logo img {
    width: 250px;
  }
}
@media (max-width: 424px) {
  #header .is__logo img {
    width: 210px;
  }
}

.is__drawer_nav__sp {
  z-index: 1;
}
.is__drawer_nav__sp .drawer_menu {
  display: block;
  margin: 0 0 2.5rem 0;
}
.is__drawer_nav__sp .drawer_menu li a {
  display: block;
  border-top: #fff solid 1px;
  padding: 2rem 3rem;
}
.is__drawer_nav__sp .drawer_menu li:last-child a {
  border-bottom: #fff solid 1px;
}
.is__drawer_nav__sp .drawer_inquiry {
  padding: 0 2.5rem;
}
.is__drawer_nav__sp .drawer_inquiry li {
  margin: 0 0 1.5rem 0;
}
.is__drawer_nav__sp .drawer_inquiry li a {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
.is__drawer_nav__sp .drawer_tel {
  margin: 3rem 0 1rem 0;
}
.is__drawer_nav__sp .drawer_tel a {
  font-size: clamp(2rem, 1.071rem + 4.64vw, 3.3rem);
  font-weight: 700;
  color: #444;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is__drawer_nav__sp .is__reception {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.is__drawer_nav__sp .is__reception li {
  color: #4F4F4F;
  font-size: clamp(1.105rem, 1.072rem + 0.14vw, 1.3rem);
  letter-spacing: 0.1em;
  text-align: center;
  margin: 1rem 1.5rem 0 1.5rem;
}
.is__drawer_nav__sp .is__reception li:last-child {
  width: 100%;
}
@media (max-width: 424px) {
  .is__drawer_nav__sp .is__reception li {
    margin: 1rem 1rem 0 1rem;
  }
}

html, body {
  height: 100%;
}

/*
footer {
    position: sticky;
    top: 100vh;
    top: 100dvh;
}
*/
#footer {
  background: #1F5665;
  padding: 7rem 0 3rem 0;
  position: relative;
}
#footer #page-top {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#footer .is__logo {
  text-align: center;
  margin: 0 0 5rem 0;
}
#footer .f_nav {
  margin: 0 0 5rem 0;
}
#footer .f_nav ul {
  display: flex;
  justify-content: center;
}
#footer .f_nav ul li {
  margin: 0 1.5rem;
}
#footer .f_nav ul li a {
  text-decoration: underline;
  color: #fff;
}
#footer .f_nav ul li a:hover {
  text-decoration: none;
}
#footer .is__policy {
  display: flex;
  justify-content: center;
  margin: 4rem 0 3rem 0;
}
#footer .is__policy li {
  margin: 0 1.5rem;
  letter-spacing: 0.045em;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
}
#footer .is__policy li a {
  color: #DBDBDB;
  text-decoration: underline;
}
#footer .is__policy li a:hover {
  text-decoration: none;
}
#footer .is__copy {
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
}
@media (max-width: 1023px) {
  #footer .f_nav ul li {
    margin: 0 1rem;
  }
}
@media (max-width: 767px) {
  #footer .is__logo {
    margin: 0 0 3rem 0;
  }
  #footer .f_nav ul {
    display: block;
  }
  #footer .f_nav ul li {
    text-align: center;
    margin: 0 0 1.5rem 0;
  }
  #footer .f_nav ul li:last-child {
    margin: 0;
  }
  #footer .is__copy {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.main {
  padding: 79px 0 0 0;
}
@media (max-width: 767px) {
  .main {
    padding: 62px 0 0 0;
  }
}
@media (max-width: 424px) {
  .main {
    padding: 57px 0 0 0;
  }
}

.aside_link {
  padding: 5rem 0 7rem 0;
}
.aside_link .headline05 {
  margin: 0 0 2rem 0;
}
.aside_link .is__linklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.aside_link .is__linklist li {
  margin: 0 1.5rem 1.5rem 1.5rem;
  letter-spacing: 0.045em;
}
.aside_link .is__linklist li a {
  color: #4F4F4F;
  text-decoration: underline;
}
.aside_link .is__linklist li a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .aside_link .is__linklist li {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 424px) {
  .aside_link .is__linklist li {
    font-size: 1.3rem;
    margin-right: 0;
    margin-left: 0;
  }
}

a {
  transition: all 0.4s;
}

.is__btn__flex_C {
  display: flex;
  justify-content: center;
}

.blink01 {
  background: #5BBAD5;
  border: #fff solid 1px;
  color: #fff;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  letter-spacing: 0.045em;
  border-radius: 999px;
  padding: 1.5rem 2rem;
  text-align: center;
}

.blink02 {
  background: #fff;
  border: #5BBAD5 solid 1px;
  color: #fff;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  letter-spacing: 0.045em;
  border-radius: 999px;
  padding: 1.5rem 2rem;
  color: #5BBAD5;
  text-align: center;
}

.blink03 {
  background: #5BBAD5;
  border: #fff solid 1px;
  color: #fff;
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
  letter-spacing: 0.045em;
  border-radius: 999px;
  padding: 1.5rem 2rem;
  text-align: center;
  font-weight: 700;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .blink03 {
    height: 60px;
  }
  .blink03 img {
    width: 30px;
  }
}
@media (max-width: 424px) {
  .blink03 {
    font-size: 1.8rem;
  }
}

.blink04 {
  background: #fff;
  border: #5BBAD5 solid 1px;
  color: #fff;
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
  letter-spacing: 0.045em;
  border-radius: 999px;
  padding: 1.5rem 2rem;
  color: #5BBAD5;
  text-align: center;
  font-weight: 700;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .blink04 {
    height: 60px;
  }
  .blink04 img {
    width: 35px;
  }
}
@media (max-width: 424px) {
  .blink04 {
    font-size: 1.8rem;
  }
}

.blink05 {
  display: block;
  color: #fff;
  background: #5BBAD5;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  letter-spacing: 0.045em;
  border-radius: 999px;
  text-align: center;
  width: 100%;
  max-width: 260px;
  padding: 1.5rem 1rem;
}
.blink05:hover {
  background: #007fa2;
}

.blink06 {
  background: #5BBAD5;
  color: #fff;
  letter-spacing: 0.045em;
  border-radius: 999px;
  width: 100%;
  max-width: 360px;
  padding: 1.5rem 0;
  text-align: center;
}
.blink06:hover {
  background: #007fa2;
}

.blink07 {
  display: block;
  color: #fff;
  background: #5BBAD5;
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  letter-spacing: 0.045em;
  border-radius: 999px;
  text-align: center;
  width: 100%;
  max-width: 260px;
  padding: 1.25rem 1rem;
}
.blink07:hover {
  background: #007fa2;
}

.blink08 {
  display: block;
  color: #fff;
  background: #5BBAD5;
  letter-spacing: 0.045em;
  border-radius: 999px;
  text-align: center;
  padding: 1rem 5rem;
}
.blink08:hover {
  background: #007fa2;
}
@media (max-width: 767px) {
  .blink08 {
    background: none;
    color: #000;
    letter-spacing: 0;
    padding: 0;
  }
}

.tlink01 {
  text-decoration: underline;
}
.tlink01:hover {
  text-decoration: none;
}

.txt01 {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  line-height: 1.7em;
  letter-spacing: 0.045em;
}

.txt02 {
  color: #4F4F4F;
  letter-spacing: 0.05em;
}

.txt03 {
  letter-spacing: 0.05em;
  line-height: 1.8em;
}

.txt04 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #101010;
}

.txt05 {
  color: #FF0000;
  line-height: 1.9em;
  letter-spacing: 0.05em;
}

.txt06 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  line-height: 1.7em;
}

.txt07 {
  letter-spacing: 0.05em;
}

.txt08 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1.9em;
}

.txt09 {
  color: #101010;
  line-height: 1.9em;
}

.txt10 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.9em;
  color: #4f4f4f;
}

.txt11 {
  color: #FF1E1E;
}

.txt12 {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
}

.list01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: repeating-linear-gradient(90deg, #afafaf, #afafaf 1px, transparent 1px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0;
}
.list01:last-child {
  background-image: none;
  padding: 0;
  margin: 0;
}
.list01 .is__date {
  font-size: clamp(1.19rem, 1.154rem + 0.15vw, 1.4rem);
  color: #A1C8D4;
  letter-spacing: 0.045em;
  font-weight: 400;
  margin: 0 1.5rem 0 0;
}
.list01 .is__cat {
  color: #5BBAD5;
  background: #fff;
  border: #5BBAD5 solid 1px;
  border-radius: 999px;
  text-align: center;
  padding: 0.25rem 0;
  font-size: 1.2rem;
  width: 125px;
  line-height: 1;
}
.list01 .is__txt {
  width: 100%;
  letter-spacing: 0.045em;
  line-height: 1.7em;
  margin: 1rem 0 0 0;
}
.list01 .is__txt a {
  color: #333;
}
.list01 .is__txt a:hover {
  color: #999;
}

.list02 {
  counter-reset: my-counter;
}
.list02 li {
  padding-left: 30px;
  position: relative;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.045em;
  line-height: 1.8em;
}
@media (max-width: 1439px) {
  .list02 li {
    font-size: 1.55rem;
  }
}
@media (max-width: 1279px) {
  .list02 li {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .list02 li {
    font-size: 1.45rem;
  }
}
@media (max-width: 767px) {
  .list02 li {
    font-size: 1.4rem;
  }
}
@media (max-width: 424px) {
  .list02 li {
    font-size: 3.7vw;
  }
}
.list02 li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0;
  color: #5BBAD5;
  border: #5BBAD5 solid 1px;
}
@media (max-width: 1023px) {
  .list02 li::before {
    top: 3px;
  }
}
@media (max-width: 767px) {
  .list02 li::before {
    top: 2px;
  }
}

.list03 li {
  margin: 0 0 0.5rem 20px;
  letter-spacing: 0.045em;
  line-height: 1.8em;
}
.list03 li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F5665;
  display: inline-block;
  margin: 0 1rem 0 -20px;
}

.list04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list04 li {
  width: 49%;
  color: #0A0A0A;
  background: #F8F8F8;
  border-radius: 3px;
  padding: 1.5rem 2.5rem;
  margin: 0.5rem 0;
}
@media (max-width: 767px) {
  .list04 {
    display: block;
  }
  .list04 li {
    width: 100%;
    line-height: 1.7em;
  }
}

.tbl01 {
  border-top: #D8D8D8 solid 1px;
  border-right: #D8D8D8 solid 1px;
  font-size: clamp(1.3rem, 1.286rem + 0.07vw, 1.4rem);
  width: 100%;
}
.tbl01 tr th {
  font-weight: 400;
  background: #F6F6F6;
  border-bottom: #D8D8D8 solid 1px;
  border-left: #D8D8D8 solid 1px;
  border-right: #D8D8D8 solid 1px;
  padding: 1.5rem 1.5rem;
}
.tbl01 tr td {
  padding: 1.5rem 1.5rem;
}
.tbl01 tr td.cell01 {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.tbl01 tr td.cell02 {
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  border-bottom: #D8D8D8 solid 1px;
}
.tbl01 tr td.cell03 {
  border-bottom: #D8D8D8 solid 1px;
}
@media (max-width: 1023px) {
  .tbl01 {
    width: auto;
  }
}
@media (max-width: 424px) {
  .tbl01 {
    display: block;
    width: 100%;
  }
  .tbl01 tbody {
    width: 100%;
    display: block;
  }
  .tbl01 tbody tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .tbl01 tbody tr th {
    width: 100%;
    display: block;
    border-right: none;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .tbl01 tbody tr td {
    border-left: #D8D8D8 solid 1px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .tbl01 tbody tr td.cell04 {
    border-left: none;
  }
  .tbl01 tbody tr td.cell05 {
    width: 35%;
  }
  .tbl01 tbody tr td.cell06 {
    width: 65%;
  }
}

.tbl02 {
  width: 100%;
  letter-spacing: 0.045em;
  line-height: 1.7em;
}
.tbl02 tr th {
  padding: 0.5rem;
  width: 25%;
}
.tbl02 tr th span {
  background: #5BBAD5;
  color: #fff;
  border-radius: 5px;
  display: block;
  font-weight: 400;
  padding: 1.5rem 2.5rem;
}
.tbl02 tr td {
  padding: 0.5rem;
}
.tbl02 tr td span {
  background: #F8F8F8;
  color: #0A0A0A;
  border-radius: 5px;
  display: block;
  padding: 1.5rem 2.5rem;
}
.tbl02 tr td span a {
  color: #5BBAD5;
  text-decoration: underline;
}
.tbl02 tr td span a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .tbl02 {
    display: block;
    width: 100%;
  }
  .tbl02 tbody {
    display: block;
    width: 100%;
  }
  .tbl02 tbody tr {
    display: block;
    width: 100%;
  }
  .tbl02 tbody tr th {
    display: block;
    width: 100%;
  }
  .tbl02 tbody tr td {
    display: block;
    width: 100%;
  }
}

.floatbanner {
  position: fixed;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
}
.floatbanner li {
  margin: 0 0 2rem 0;
}
.floatbanner li:last-child {
  margin: 0;
}
@media (max-width: 1279px) {
  .floatbanner {
    display: none;
  }
}

.cnt__access {
  background: #F2F2F2;
  padding: 7rem 0;
}
.cnt__access .is__inner {
  background: #fff;
  border-radius: 20px;
  padding: 6rem 4rem;
}
.cnt__access .headline01 {
  margin: 0 0 4rem 0;
}
.cnt__access .is__cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cnt__access .headline02 {
  margin: 0 0 2rem 0;
}
.cnt__access .txt01 {
  margin: 0 0 2rem 0;
}
@media (max-width: 1023px) {
  .cnt__access .is__cnt {
    display: block;
  }
}
@media (max-width: 767px) {
  .cnt__access .is__inner {
    padding: 4rem 2.5rem;
  }
}

.ggmap {
  position: relative;
  width: 100%;
  padding-top: 35%;
  height: 0;
  max-width: 540px;
  border-radius: 20px;
  overflow: hidden;
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1279px) {
  .ggmap {
    max-width: 500px;
  }
}
@media (max-width: 1023px) {
  .ggmap {
    max-width: none;
    padding-top: 45%;
    margin: 0 0 3rem 0;
  }
}
@media (max-width: 767px) {
  .ggmap {
    padding-top: 55%;
  }
}

.cnt__consultation {
  background: #E8F4F9;
  padding: 7rem 0;
}
.cnt__consultation .headline01 {
  margin: 0 0 6rem 0;
}
.cnt__consultation .is__lineform {
  display: flex;
  justify-content: space-between;
}
.cnt__consultation .is__lineform .is__block {
  width: 48%;
}
.cnt__consultation .headline03 {
  margin: 0 0 3rem 0;
}
.cnt__consultation .is__tel {
  width: 100%;
  max-width: 560px;
  border-radius: 40px;
  background: #fff;
  border: 2px solid #5bbad5;
  margin: 4rem auto 0 auto;
  padding: 2.5rem;
}
.cnt__consultation .is__tel .headline04 {
  margin: 0 0 2.5rem 0;
}
.cnt__consultation .is__number {
  text-align: center;
  letter-spacing: 0.025em;
  font-weight: 700;
  font-size: clamp(3rem, 2.814rem + 0.93vw, 4.3rem);
  margin: 0 0 1.5rem 0;
}
.cnt__consultation .is__recep {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cnt__consultation .is__recep li {
  text-align: center;
  color: #4F4F4F;
  letter-spacing: 0.1em;
  margin: 0 1rem;
}
.cnt__consultation .is__recep li:last-child {
  width: 100%;
  margin: 0.5rem 0 0 0;
}
@media (max-width: 767px) {
  .cnt__consultation .is__lineform {
    display: block;
  }
  .cnt__consultation .is__lineform .is__block {
    width: 100%;
  }
  .cnt__consultation .is__lineform .is__block:first-child {
    margin: 0 0 5rem 0;
  }
  .cnt__consultation .headline03 {
    margin: 0 0 2rem 0;
  }
  .cnt__consultation .is__recep li {
    font-size: 1.2rem;
  }
}
@media (max-width: 424px) {
  .cnt__consultation .is__number {
    font-size: 7vw;
  }
  .cnt__consultation .is__number img {
    width: 35px;
  }
  .cnt__consultation .is__recep li:last-child {
    margin: 0;
  }
}

.cnt01 {
  background: #A7DCEF;
  padding: 10rem 0;
}
@media (max-width: 1279px) {
  .cnt01 {
    padding: 7rem 0;
  }
}
@media (max-width: 767px) {
  .cnt01 {
    padding: 3rem 0 6rem;
  }
}

.cnt02 {
  display: flex;
  justify-content: space-between;
}
.cnt02 .is__block_L {
  width: 20%;
  padding: 3rem 0 0 0;
}
.cnt02 .headline06 {
  margin: 0 0 5rem 0;
}
.cnt02 .is__block_R {
  background: #fff;
  border-radius: 20px;
  padding: 4rem;
  width: 75%;
  max-width: 760px;
}
@media (max-width: 1279px) {
  .cnt02 {
    display: block;
  }
  .cnt02 .is__block_L {
    width: 100%;
  }
  .cnt02 .is__block_R {
    width: 100%;
    max-width: none;
  }
  .cnt02 .is__btn_block__sp .blink05 {
    margin: 3rem auto 0 auto;
  }
}
@media (max-width: 767px) {
  .cnt02 .headline06 {
    margin: 0 0 0 0;
  }
  .cnt02 .is__block_R {
    padding: 2.5rem;
  }
}

.cnt03 {
  background: #EAF9FD;
  border-radius: 0 40px 40px 0;
  width: 90vw;
  padding: 15rem 0 11rem 10vw;
}
@media (max-width: 1919px) {
  .cnt03 {
    width: 95vw;
    padding: 15rem 0 11rem 5vw;
  }
}
@media (max-width: 1279px) {
  .cnt03 {
    padding: 12rem 0 8rem 5vw;
  }
}
@media (max-width: 1023px) {
  .cnt03 {
    padding: 10rem 0 6rem 5vw;
  }
}
@media (max-width: 767px) {
  .cnt03 {
    padding: 6rem 0 4rem 5vw;
  }
}

.cnt04 {
  padding: 10rem 0;
}
@media (max-width: 1279px) {
  .cnt04 {
    padding: 7rem 0 10rem 0;
  }
}
@media (max-width: 767px) {
  .cnt04 {
    padding: 5rem 0 8rem;
  }
}

.cnt05 {
  background: #F7F8F8;
  height: 40vw;
  max-height: 300px;
  overflow-y: scroll;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 4rem 0;
}

.cnt06 {
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
}
.cnt06 .is__block_L {
  width: 50%;
  padding: 0 6rem 0 0;
}
.cnt06 .is__img {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  .cnt06 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cnt06 {
    display: block;
  }
  .cnt06 .is__block_L {
    width: 100%;
    padding: 0;
    margin: 0 0 3rem 0;
  }
  .cnt06 .is__block_L .headline10 {
    text-align: center;
  }
  .cnt06 .is__img {
    width: 100%;
  }
}

.cnt07 {
  position: relative;
  margin: 15rem 0 0 0;
}
.cnt07 .is__bgimg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  width: 48%;
  height: 560px;
  overflow: hidden;
  border-radius: 0 40px 40px 0;
}
.cnt07 .is__bgimg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
.cnt07 .container-1048 {
  display: flex;
  justify-content: end;
}
.cnt07 .is__txtblock {
  width: 50%;
  padding: 0 0 0 6rem;
}
@media (max-width: 1919px) {
  .cnt07 {
    margin: 10rem 0 0 0;
  }
  .cnt07 .is__bgimg {
    height: 430px;
  }
}
@media (max-width: 1279px) {
  .cnt07 .is__bgimg {
    height: 500px;
  }
  .cnt07 .is__bgimg img {
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .cnt07 .is__txtblock {
    padding: 0 0 0 4rem;
  }
}
@media (max-width: 767px) {
  .cnt07 {
    position: static;
    display: flex;
    flex-direction: column;
    margin: 5rem 0 0 0;
  }
  .cnt07 .is__bgimg {
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0);
    order: 2;
    width: 95%;
    height: 70vw;
  }
  .cnt07 .is__bgimg img {
    height: 70vw;
  }
  .cnt07 .is__txtblock {
    order: 1;
    width: 100%;
    padding: 0;
    margin: 0 0 4rem 0;
  }
}
@media (max-width: 424px) {
  .cnt07 {
    margin: 3rem 0 0 0;
  }
}

.cnt08 {
  background: #E8F4F9;
  padding: 10rem 0;
}
.cnt08 .is__inner {
  background: #fff;
  border-radius: 20px;
  padding: 5rem 7rem;
}
.cnt08 .headline01 {
  margin: -6rem 0 5rem 0;
}
@media (max-width: 767px) {
  .cnt08 {
    padding: 7rem 0;
  }
  .cnt08 .is__inner {
    padding: 5rem 3rem;
  }
}

.cnt09 {
  padding: 10rem 0;
}
.cnt09 .headline01 {
  margin: 0 0 5rem 0;
}
@media (max-width: 767px) {
  .cnt09 {
    padding: 7rem 0;
  }
}

.cnt10 {
  display: flex;
  justify-content: space-between;
}
.cnt10 .block {
  width: 48%;
  border: #5BBAD5 solid 2px;
  border-radius: 20px;
  padding: 4rem 4rem;
}
@media (max-width: 1023px) {
  .cnt10 .block {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cnt10 {
    display: block;
  }
  .cnt10 .block {
    width: 100%;
    padding: 4rem 2.5rem;
  }
  .cnt10 .block:first-child {
    margin: 0 0 3rem 0;
  }
}

.cnt11 .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.cnt11 .block:last-child {
  margin-bottom: 0;
}
.cnt11 .is__num {
  background: #5BBAD5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.cnt11 .is__txt {
  width: calc(100% - 48px - 2%);
  color: #0A0A0A;
  background: #F8F8F8;
  border-radius: 5px;
  padding: 1.25rem 2rem;
  letter-spacing: 0.045em;
}
@media (max-width: 767px) {
  .cnt11 .block {
    display: block;
    margin-bottom: 3rem;
  }
  .cnt11 .is__num {
    margin: 0 auto 1rem auto;
    width: 40px;
    height: 40px;
  }
  .cnt11 .is__txt {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .cnt12 {
    padding-top: 3rem;
  }
}

.cnt13 .block {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4rem 0;
}
.cnt13 .block:last-child {
  margin-bottom: 0;
}
.cnt13 .is__num {
  color: #5BBAD5;
  border: #5BBAD5 solid 2px;
  font-size: 1.4rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cnt13 .is__txt {
  width: calc(100% - 30px - 2%);
}
.cnt13 .is__txt .headline11 {
  margin: 0 0 2rem 0;
}
.cnt13 .is__txt a {
  color: #5BBAD5;
  text-decoration: underline;
}
.cnt13 .is__txt a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cnt13 .block {
    display: block;
  }
  .cnt13 .is__num {
    margin: 0 auto 2rem auto;
  }
  .cnt13 .is__txt {
    width: 100%;
  }
}

.cnt14 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10rem 0 0 0;
}
.cnt14::after {
  content: "";
  display: block;
  width: 31%;
}
.cnt14 .block {
  width: 31%;
  margin: 0 0 4rem 0;
}
.cnt14 .is__img {
  margin: 0 0 1.5rem 0;
}
.cnt14 .is__img img {
  width: 100%;
  aspect-ratio: 4/3;
}
@media (max-width: 767px) {
  .cnt14 .block {
    width: 48%;
    margin: 0 0 2.5rem 0;
  }
}

.container-base, .container-1240, .container-1048, .container-940, .container-860, .container-820, .container-810, .container-800, .container-1000 {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-1000 {
  max-width: 1040px;
}

.container-800 {
  max-width: 840px;
}

.container-810 {
  max-width: 850px;
}

.container-820 {
  max-width: 860px;
}

.container-860 {
  max-width: 900px;
}

.container-940 {
  max-width: 980px;
}

.container-1048 {
  max-width: 1088px;
}

.container-1240 {
  max-width: 1280px;
}

.headline01 {
  font-size: clamp(2.55rem, 2.473rem + 0.33vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.045em;
}

.headline02 {
  font-weight: 700;
  letter-spacing: 0.045em;
}

.headline03 {
  color: #1D87A5;
  font-weight: 700;
  letter-spacing: 0.045em;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.headline03::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #1D87A5;
  margin: 0 1.5rem 0 0;
}
.headline03::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #1D87A5;
  margin: 0 0 0 1.5rem;
}

.headline04 {
  font-size: clamp(2.04rem, 1.978rem + 0.26vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.7em;
}

.headline05 {
  color: #4F4F4F;
  font-size: clamp(1.7rem, 1.649rem + 0.22vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.045em;
}

.headline06 {
  color: #4F4F4F;
  font-size: clamp(2.55rem, 2.473rem + 0.33vw, 3rem);
  letter-spacing: 0.045em;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding: 5rem 0 0 0;
}
.headline06 span {
  font-size: 8.1rem;
  color: #5BBAD5;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.045em;
  position: absolute;
  top: 0;
  left: -10rem;
  z-index: -1;
}
@media (max-width: 1279px) {
  .headline06 {
    text-align: center;
    padding: 5.5vw 0 0 0;
  }
  .headline06 span {
    left: 50%;
    transform: translateX(-50%);
    font-size: 8vw;
  }
}
@media (max-width: 767px) {
  .headline06 {
    font-size: 2.5rem;
    padding: 8vw;
  }
  .headline06 span {
    font-size: 12vw;
  }
}
@media (max-width: 424px) {
  .headline06 {
    padding-top: 10vw;
  }
  .headline06 span {
    font-size: 14VW;
  }
}

.headline07 {
  font-weight: 700;
  color: #4BACC8;
  letter-spacing: 0.085em;
  font-size: clamp(2.3rem, 2.057rem + 1.21vw, 4rem);
  text-align: center;
}
.headline07::after {
  content: "●●●";
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 1.25em;
  display: block;
  margin: 3.5rem 0 0 0;
}
@media (max-width: 767px) {
  .headline07::after {
    font-size: 1.2rem;
    margin: 2rem 0 0 0;
  }
}

.headline08 {
  color: #4f4f4f;
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.045em;
}

.headline09 {
  font-weight: 700;
  letter-spacing: 0.045em;
  border-left: #5BBAD5 solid 5px;
  padding: 0 0 0 1rem;
}

.headline10 {
  color: #4F4F4F;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  font-size: clamp(2.3rem, 2.143rem + 0.79vw, 3.4rem);
  font-weight: 700;
}

.headline11 {
  font-size: clamp(1.53rem, 1.484rem + 0.2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.7em;
  color: #0A0A0A;
}

.clear {
  clear: both !important;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.is__txt_C {
  text-align: center !important;
}

.is__txt_L {
  text-align: left !important;
}

.is__txt_R {
  text-align: right !important;
}

.is__valign_top {
  vertical-align: top !important;
}

.is__valign_middle {
  vertical-align: middle !important;
}

.is__d_block_xxs {
  display: none;
}
@media (max-width: 424px) {
  .is__d_block_xxs {
    display: block;
  }
}

.is__d_block_xs {
  display: none;
}
@media (max-width: 767px) {
  .is__d_block_xs {
    display: block;
  }
}

.is__d_block_sm {
  display: none;
}
@media (max-width: 1023px) {
  .is__d_block_sm {
    display: block;
  }
}

.is__d_block_md {
  display: none;
}
@media (max-width: 1279px) {
  .is__d_block_md {
    display: block;
  }
}

.is__d_block_lg {
  display: none;
}
@media (max-width: 1439px) {
  .is__d_block_lg {
    display: block;
  }
}

.is__d_block_xl {
  display: none;
}
@media (max-width: 2559px) {
  .is__d_block_xl {
    display: block;
  }
}

.is__d_block_xxl {
  display: none;
}
@media (min-width: 2560px) {
  .is__d_block_xxl {
    display: block;
  }
}

@media (max-width: 424px) {
  .is__d_none_xxs {
    display: none;
  }
}

@media (max-width: 767px) {
  .is__d_none_xs {
    display: none;
  }
}

@media (max-width: 1023px) {
  .is__d_none_sm {
    display: none;
  }
}

@media (max-width: 1279px) {
  .is__d_none_md {
    display: none;
  }
}

@media (max-width: 1439px) {
  .is__d_none_lg {
    display: none;
  }
}

@media (max-width: 2559px) {
  .is__d_none_xl {
    display: none;
  }
}

@media (min-width: 2560px) {
  .is__d_none_xxl {
    display: none;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mt-110 {
  margin-top: 11rem !important;
}

.mt-120 {
  margin-top: 12rem !important;
}

.mt-130 {
  margin-top: 13rem !important;
}

.mt-140 {
  margin-top: 14rem !important;
}

.mt-150 {
  margin-top: 15rem !important;
}

.mt-160 {
  margin-top: 16rem !important;
}

.mt-170 {
  margin-top: 17rem !important;
}

.mt-180 {
  margin-top: 18rem !important;
}

.mt-190 {
  margin-top: 19rem !important;
}

.mt-200 {
  margin-top: 20rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mr-30 {
  margin-right: 3rem !important;
}

.mr-40 {
  margin-right: 4rem !important;
}

.mr-50 {
  margin-right: 5rem !important;
}

.mr-60 {
  margin-right: 6rem !important;
}

.mr-70 {
  margin-right: 7rem !important;
}

.mr-80 {
  margin-right: 8rem !important;
}

.mr-90 {
  margin-right: 9rem !important;
}

.mr-100 {
  margin-right: 10rem !important;
}

.mr-110 {
  margin-right: 11rem !important;
}

.mr-120 {
  margin-right: 12rem !important;
}

.mr-130 {
  margin-right: 13rem !important;
}

.mr-140 {
  margin-right: 14rem !important;
}

.mr-150 {
  margin-right: 15rem !important;
}

.mr-160 {
  margin-right: 16rem !important;
}

.mr-170 {
  margin-right: 17rem !important;
}

.mr-180 {
  margin-right: 18rem !important;
}

.mr-190 {
  margin-right: 19rem !important;
}

.mr-200 {
  margin-right: 20rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mb-110 {
  margin-bottom: 11rem !important;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.mb-130 {
  margin-bottom: 13rem !important;
}

.mb-140 {
  margin-bottom: 14rem !important;
}

.mb-150 {
  margin-bottom: 15rem !important;
}

.mb-160 {
  margin-bottom: 16rem !important;
}

.mb-170 {
  margin-bottom: 17rem !important;
}

.mb-180 {
  margin-bottom: 18rem !important;
}

.mb-190 {
  margin-bottom: 19rem !important;
}

.mb-200 {
  margin-bottom: 20rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.ml-30 {
  margin-left: 3rem !important;
}

.ml-40 {
  margin-left: 4rem !important;
}

.ml-50 {
  margin-left: 5rem !important;
}

.ml-60 {
  margin-left: 6rem !important;
}

.ml-70 {
  margin-left: 7rem !important;
}

.ml-80 {
  margin-left: 8rem !important;
}

.ml-90 {
  margin-left: 9rem !important;
}

.ml-100 {
  margin-left: 10rem !important;
}

.ml-110 {
  margin-left: 11rem !important;
}

.ml-120 {
  margin-left: 12rem !important;
}

.ml-130 {
  margin-left: 13rem !important;
}

.ml-140 {
  margin-left: 14rem !important;
}

.ml-150 {
  margin-left: 15rem !important;
}

.ml-160 {
  margin-left: 16rem !important;
}

.ml-170 {
  margin-left: 17rem !important;
}

.ml-180 {
  margin-left: 18rem !important;
}

.ml-190 {
  margin-left: 19rem !important;
}

.ml-200 {
  margin-left: 20rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pt-110 {
  padding-top: 11rem !important;
}

.pt-120 {
  padding-top: 12rem !important;
}

.pt-130 {
  padding-top: 13rem !important;
}

.pt-140 {
  padding-top: 14rem !important;
}

.pt-150 {
  padding-top: 15rem !important;
}

.pt-160 {
  padding-top: 16rem !important;
}

.pt-170 {
  padding-top: 17rem !important;
}

.pt-180 {
  padding-top: 18rem !important;
}

.pt-190 {
  padding-top: 19rem !important;
}

.pt-200 {
  padding-top: 20rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-10 {
  padding-right: 1rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.pr-30 {
  padding-right: 3rem !important;
}

.pr-40 {
  padding-right: 4rem !important;
}

.pr-50 {
  padding-right: 5rem !important;
}

.pr-60 {
  padding-right: 6rem !important;
}

.pr-70 {
  padding-right: 7rem !important;
}

.pr-80 {
  padding-right: 8rem !important;
}

.pr-90 {
  padding-right: 9rem !important;
}

.pr-100 {
  padding-right: 10rem !important;
}

.pr-110 {
  padding-right: 11rem !important;
}

.pr-120 {
  padding-right: 12rem !important;
}

.pr-130 {
  padding-right: 13rem !important;
}

.pr-140 {
  padding-right: 14rem !important;
}

.pr-150 {
  padding-right: 15rem !important;
}

.pr-160 {
  padding-right: 16rem !important;
}

.pr-170 {
  padding-right: 17rem !important;
}

.pr-180 {
  padding-right: 18rem !important;
}

.pr-190 {
  padding-right: 19rem !important;
}

.pr-200 {
  padding-right: 20rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.pb-110 {
  padding-bottom: 11rem !important;
}

.pb-120 {
  padding-bottom: 12rem !important;
}

.pb-130 {
  padding-bottom: 13rem !important;
}

.pb-140 {
  padding-bottom: 14rem !important;
}

.pb-150 {
  padding-bottom: 15rem !important;
}

.pb-160 {
  padding-bottom: 16rem !important;
}

.pb-170 {
  padding-bottom: 17rem !important;
}

.pb-180 {
  padding-bottom: 18rem !important;
}

.pb-190 {
  padding-bottom: 19rem !important;
}

.pb-200 {
  padding-bottom: 20rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 1rem !important;
}

.pl-20 {
  padding-left: 2rem !important;
}

.pl-30 {
  padding-left: 3rem !important;
}

.pl-40 {
  padding-left: 4rem !important;
}

.pl-50 {
  padding-left: 5rem !important;
}

.pl-60 {
  padding-left: 6rem !important;
}

.pl-70 {
  padding-left: 7rem !important;
}

.pl-80 {
  padding-left: 8rem !important;
}

.pl-90 {
  padding-left: 9rem !important;
}

.pl-100 {
  padding-left: 10rem !important;
}

.pl-110 {
  padding-left: 11rem !important;
}

.pl-120 {
  padding-left: 12rem !important;
}

.pl-130 {
  padding-left: 13rem !important;
}

.pl-140 {
  padding-left: 14rem !important;
}

.pl-150 {
  padding-left: 15rem !important;
}

.pl-160 {
  padding-left: 16rem !important;
}

.pl-170 {
  padding-left: 17rem !important;
}

.pl-180 {
  padding-left: 18rem !important;
}

.pl-190 {
  padding-left: 19rem !important;
}

.pl-200 {
  padding-left: 20rem !important;
}

@media (max-width: 1279px) {
  .mt-10 {
    margin-top: calc(1rem / 1.2) !important;
  }
  .mt-20 {
    margin-top: calc(2rem / 1.2) !important;
  }
  .mt-30 {
    margin-top: calc(3rem / 1.2) !important;
  }
  .mt-40 {
    margin-top: calc(4rem / 1.2) !important;
  }
  .mt-50 {
    margin-top: calc(5rem / 1.2) !important;
  }
  .mt-60 {
    margin-top: calc(6rem / 1.2) !important;
  }
  .mt-70 {
    margin-top: calc(7rem / 1.2) !important;
  }
  .mt-80 {
    margin-top: calc(8rem / 1.2) !important;
  }
  .mt-90 {
    margin-top: calc(9rem / 1.2) !important;
  }
  .mt-100 {
    margin-top: calc(10rem / 1.2) !important;
  }
  .mt-110 {
    margin-top: calc(11rem / 1.2) !important;
  }
  .mt-120 {
    margin-top: calc(12rem / 1.2) !important;
  }
  .mt-130 {
    margin-top: calc(13rem / 1.2) !important;
  }
  .mt-140 {
    margin-top: calc(14rem / 1.2) !important;
  }
  .mt-150 {
    margin-top: calc(15rem / 1.2) !important;
  }
  .mt-160 {
    margin-top: calc(16rem / 1.2) !important;
  }
  .mt-170 {
    margin-top: calc(17rem / 1.2) !important;
  }
  .mt-180 {
    margin-top: calc(18rem / 1.2) !important;
  }
  .mt-190 {
    margin-top: calc(19rem / 1.2) !important;
  }
  .mt-200 {
    margin-top: calc(20rem / 1.2) !important;
  }
  .mr-10 {
    margin-right: calc(1rem / 1.2) !important;
  }
  .mr-20 {
    margin-right: calc(2rem / 1.2) !important;
  }
  .mr-30 {
    margin-right: calc(3rem / 1.2) !important;
  }
  .mr-40 {
    margin-right: calc(4rem / 1.2) !important;
  }
  .mr-50 {
    margin-right: calc(5rem / 1.2) !important;
  }
  .mr-60 {
    margin-right: calc(6rem / 1.2) !important;
  }
  .mr-70 {
    margin-right: calc(7rem / 1.2) !important;
  }
  .mr-80 {
    margin-right: calc(8rem / 1.2) !important;
  }
  .mr-90 {
    margin-right: calc(9rem / 1.2) !important;
  }
  .mr-100 {
    margin-right: calc(10rem / 1.2) !important;
  }
  .mr-110 {
    margin-right: calc(11rem / 1.2) !important;
  }
  .mr-120 {
    margin-right: calc(12rem / 1.2) !important;
  }
  .mr-130 {
    margin-right: calc(13rem / 1.2) !important;
  }
  .mr-140 {
    margin-right: calc(14rem / 1.2) !important;
  }
  .mr-150 {
    margin-right: calc(15rem / 1.2) !important;
  }
  .mr-160 {
    margin-right: calc(16rem / 1.2) !important;
  }
  .mr-170 {
    margin-right: calc(17rem / 1.2) !important;
  }
  .mr-180 {
    margin-right: calc(18rem / 1.2) !important;
  }
  .mr-190 {
    margin-right: calc(19rem / 1.2) !important;
  }
  .mr-200 {
    margin-right: calc(20rem / 1.2) !important;
  }
  .mb-10 {
    margin-bottom: calc(1rem / 1.2) !important;
  }
  .mb-20 {
    margin-bottom: calc(2rem / 1.2) !important;
  }
  .mb-30 {
    margin-bottom: calc(3rem / 1.2) !important;
  }
  .mb-40 {
    margin-bottom: calc(4rem / 1.2) !important;
  }
  .mb-50 {
    margin-bottom: calc(5rem / 1.2) !important;
  }
  .mb-60 {
    margin-bottom: calc(6rem / 1.2) !important;
  }
  .mb-70 {
    margin-bottom: calc(7rem / 1.2) !important;
  }
  .mb-80 {
    margin-bottom: calc(8rem / 1.2) !important;
  }
  .mb-90 {
    margin-bottom: calc(9rem / 1.2) !important;
  }
  .mb-100 {
    margin-bottom: calc(10rem / 1.2) !important;
  }
  .mb-110 {
    margin-bottom: calc(11rem / 1.2) !important;
  }
  .mb-120 {
    margin-bottom: calc(12rem / 1.2) !important;
  }
  .mb-130 {
    margin-bottom: calc(13rem / 1.2) !important;
  }
  .mb-140 {
    margin-bottom: calc(14rem / 1.2) !important;
  }
  .mb-150 {
    margin-bottom: calc(15rem / 1.2) !important;
  }
  .mb-160 {
    margin-bottom: calc(16rem / 1.2) !important;
  }
  .mb-170 {
    margin-bottom: calc(17rem / 1.2) !important;
  }
  .mb-180 {
    margin-bottom: calc(18rem / 1.2) !important;
  }
  .mb-190 {
    margin-bottom: calc(19rem / 1.2) !important;
  }
  .mb-200 {
    margin-bottom: calc(20rem / 1.2) !important;
  }
  .ml-10 {
    margin-left: calc(1rem / 1.2) !important;
  }
  .ml-20 {
    margin-left: calc(2rem / 1.2) !important;
  }
  .ml-30 {
    margin-left: calc(3rem / 1.2) !important;
  }
  .ml-40 {
    margin-left: calc(4rem / 1.2) !important;
  }
  .ml-50 {
    margin-left: calc(5rem / 1.2) !important;
  }
  .ml-60 {
    margin-left: calc(6rem / 1.2) !important;
  }
  .ml-70 {
    margin-left: calc(7rem / 1.2) !important;
  }
  .ml-80 {
    margin-left: calc(8rem / 1.2) !important;
  }
  .ml-90 {
    margin-left: calc(9rem / 1.2) !important;
  }
  .ml-100 {
    margin-left: calc(10rem / 1.2) !important;
  }
  .ml-110 {
    margin-left: calc(11rem / 1.2) !important;
  }
  .ml-120 {
    margin-left: calc(12rem / 1.2) !important;
  }
  .ml-130 {
    margin-left: calc(13rem / 1.2) !important;
  }
  .ml-140 {
    margin-left: calc(14rem / 1.2) !important;
  }
  .ml-150 {
    margin-left: calc(15rem / 1.2) !important;
  }
  .ml-160 {
    margin-left: calc(16rem / 1.2) !important;
  }
  .ml-170 {
    margin-left: calc(17rem / 1.2) !important;
  }
  .ml-180 {
    margin-left: calc(18rem / 1.2) !important;
  }
  .ml-190 {
    margin-left: calc(19rem / 1.2) !important;
  }
  .ml-200 {
    margin-left: calc(20rem / 1.2) !important;
  }
  .pt-10 {
    padding-top: calc(1rem / 1.2) !important;
  }
  .pt-20 {
    padding-top: calc(2rem / 1.2) !important;
  }
  .pt-30 {
    padding-top: calc(3rem / 1.2) !important;
  }
  .pt-40 {
    padding-top: calc(4rem / 1.2) !important;
  }
  .pt-50 {
    padding-top: calc(5rem / 1.2) !important;
  }
  .pt-60 {
    padding-top: calc(6rem / 1.2) !important;
  }
  .pt-70 {
    padding-top: calc(7rem / 1.2) !important;
  }
  .pt-80 {
    padding-top: calc(8rem / 1.2) !important;
  }
  .pt-90 {
    padding-top: calc(9rem / 1.2) !important;
  }
  .pt-100 {
    padding-top: calc(10rem / 1.2) !important;
  }
  .pt-110 {
    padding-top: calc(11rem / 1.2) !important;
  }
  .pt-120 {
    padding-top: calc(12rem / 1.2) !important;
  }
  .pt-130 {
    padding-top: calc(13rem / 1.2) !important;
  }
  .pt-140 {
    padding-top: calc(14rem / 1.2) !important;
  }
  .pt-150 {
    padding-top: calc(15rem / 1.2) !important;
  }
  .pt-160 {
    padding-top: calc(16rem / 1.2) !important;
  }
  .pt-170 {
    padding-top: calc(17rem / 1.2) !important;
  }
  .pt-180 {
    padding-top: calc(18rem / 1.2) !important;
  }
  .pt-190 {
    padding-top: calc(19rem / 1.2) !important;
  }
  .pt-200 {
    padding-top: calc(20rem / 1.2) !important;
  }
  .pr-10 {
    padding-right: calc(1rem / 1.2) !important;
  }
  .pr-20 {
    padding-right: calc(2rem / 1.2) !important;
  }
  .pr-30 {
    padding-right: calc(3rem / 1.2) !important;
  }
  .pr-40 {
    padding-right: calc(4rem / 1.2) !important;
  }
  .pr-50 {
    padding-right: calc(5rem / 1.2) !important;
  }
  .pr-60 {
    padding-right: calc(6rem / 1.2) !important;
  }
  .pr-70 {
    padding-right: calc(7rem / 1.2) !important;
  }
  .pr-80 {
    padding-right: calc(8rem / 1.2) !important;
  }
  .pr-90 {
    padding-right: calc(9rem / 1.2) !important;
  }
  .pr-100 {
    padding-right: calc(10rem / 1.2) !important;
  }
  .pr-110 {
    padding-right: calc(11rem / 1.2) !important;
  }
  .pr-120 {
    padding-right: calc(12rem / 1.2) !important;
  }
  .pr-130 {
    padding-right: calc(13rem / 1.2) !important;
  }
  .pr-140 {
    padding-right: calc(14rem / 1.2) !important;
  }
  .pr-150 {
    padding-right: calc(15rem / 1.2) !important;
  }
  .pr-160 {
    padding-right: calc(16rem / 1.2) !important;
  }
  .pr-170 {
    padding-right: calc(17rem / 1.2) !important;
  }
  .pr-180 {
    padding-right: calc(18rem / 1.2) !important;
  }
  .pr-190 {
    padding-right: calc(19rem / 1.2) !important;
  }
  .pr-200 {
    padding-right: calc(20rem / 1.2) !important;
  }
  .pb-10 {
    padding-bottom: calc(1rem / 1.2) !important;
  }
  .pb-20 {
    padding-bottom: calc(2rem / 1.2) !important;
  }
  .pb-30 {
    padding-bottom: calc(3rem / 1.2) !important;
  }
  .pb-40 {
    padding-bottom: calc(4rem / 1.2) !important;
  }
  .pb-50 {
    padding-bottom: calc(5rem / 1.2) !important;
  }
  .pb-60 {
    padding-bottom: calc(6rem / 1.2) !important;
  }
  .pb-70 {
    padding-bottom: calc(7rem / 1.2) !important;
  }
  .pb-80 {
    padding-bottom: calc(8rem / 1.2) !important;
  }
  .pb-90 {
    padding-bottom: calc(9rem / 1.2) !important;
  }
  .pb-100 {
    padding-bottom: calc(10rem / 1.2) !important;
  }
  .pb-110 {
    padding-bottom: calc(11rem / 1.2) !important;
  }
  .pb-120 {
    padding-bottom: calc(12rem / 1.2) !important;
  }
  .pb-130 {
    padding-bottom: calc(13rem / 1.2) !important;
  }
  .pb-140 {
    padding-bottom: calc(14rem / 1.2) !important;
  }
  .pb-150 {
    padding-bottom: calc(15rem / 1.2) !important;
  }
  .pb-160 {
    padding-bottom: calc(16rem / 1.2) !important;
  }
  .pb-170 {
    padding-bottom: calc(17rem / 1.2) !important;
  }
  .pb-180 {
    padding-bottom: calc(18rem / 1.2) !important;
  }
  .pb-190 {
    padding-bottom: calc(19rem / 1.2) !important;
  }
  .pb-200 {
    padding-bottom: calc(20rem / 1.2) !important;
  }
  .pl-10 {
    padding-left: calc(1rem / 1.2) !important;
  }
  .pl-20 {
    padding-left: calc(2rem / 1.2) !important;
  }
  .pl-30 {
    padding-left: calc(3rem / 1.2) !important;
  }
  .pl-40 {
    padding-left: calc(4rem / 1.2) !important;
  }
  .pl-50 {
    padding-left: calc(5rem / 1.2) !important;
  }
  .pl-60 {
    padding-left: calc(6rem / 1.2) !important;
  }
  .pl-70 {
    padding-left: calc(7rem / 1.2) !important;
  }
  .pl-80 {
    padding-left: calc(8rem / 1.2) !important;
  }
  .pl-90 {
    padding-left: calc(9rem / 1.2) !important;
  }
  .pl-100 {
    padding-left: calc(10rem / 1.2) !important;
  }
  .pl-110 {
    padding-left: calc(11rem / 1.2) !important;
  }
  .pl-120 {
    padding-left: calc(12rem / 1.2) !important;
  }
  .pl-130 {
    padding-left: calc(13rem / 1.2) !important;
  }
  .pl-140 {
    padding-left: calc(14rem / 1.2) !important;
  }
  .pl-150 {
    padding-left: calc(15rem / 1.2) !important;
  }
  .pl-160 {
    padding-left: calc(16rem / 1.2) !important;
  }
  .pl-170 {
    padding-left: calc(17rem / 1.2) !important;
  }
  .pl-180 {
    padding-left: calc(18rem / 1.2) !important;
  }
  .pl-190 {
    padding-left: calc(19rem / 1.2) !important;
  }
  .pl-200 {
    padding-left: calc(20rem / 1.2) !important;
  }
}
@media (max-width: 1023px) {
  .mt-10 {
    margin-top: calc(1rem / 1.5) !important;
  }
  .mt-20 {
    margin-top: calc(2rem / 1.5) !important;
  }
  .mt-30 {
    margin-top: calc(3rem / 1.5) !important;
  }
  .mt-40 {
    margin-top: calc(4rem / 1.5) !important;
  }
  .mt-50 {
    margin-top: calc(5rem / 1.5) !important;
  }
  .mt-60 {
    margin-top: calc(6rem / 1.5) !important;
  }
  .mt-70 {
    margin-top: calc(7rem / 1.5) !important;
  }
  .mt-80 {
    margin-top: calc(8rem / 1.5) !important;
  }
  .mt-90 {
    margin-top: calc(9rem / 1.5) !important;
  }
  .mt-100 {
    margin-top: calc(10rem / 1.5) !important;
  }
  .mt-110 {
    margin-top: calc(11rem / 1.5) !important;
  }
  .mt-120 {
    margin-top: calc(12rem / 1.5) !important;
  }
  .mt-130 {
    margin-top: calc(13rem / 1.5) !important;
  }
  .mt-140 {
    margin-top: calc(14rem / 1.5) !important;
  }
  .mt-150 {
    margin-top: calc(15rem / 1.5) !important;
  }
  .mt-160 {
    margin-top: calc(16rem / 1.5) !important;
  }
  .mt-170 {
    margin-top: calc(17rem / 1.5) !important;
  }
  .mt-180 {
    margin-top: calc(18rem / 1.5) !important;
  }
  .mt-190 {
    margin-top: calc(19rem / 1.5) !important;
  }
  .mt-200 {
    margin-top: calc(20rem / 1.5) !important;
  }
  .mr-10 {
    margin-right: calc(1rem / 1.5) !important;
  }
  .mr-20 {
    margin-right: calc(2rem / 1.5) !important;
  }
  .mr-30 {
    margin-right: calc(3rem / 1.5) !important;
  }
  .mr-40 {
    margin-right: calc(4rem / 1.5) !important;
  }
  .mr-50 {
    margin-right: calc(5rem / 1.5) !important;
  }
  .mr-60 {
    margin-right: calc(6rem / 1.5) !important;
  }
  .mr-70 {
    margin-right: calc(7rem / 1.5) !important;
  }
  .mr-80 {
    margin-right: calc(8rem / 1.5) !important;
  }
  .mr-90 {
    margin-right: calc(9rem / 1.5) !important;
  }
  .mr-100 {
    margin-right: calc(10rem / 1.5) !important;
  }
  .mr-110 {
    margin-right: calc(11rem / 1.5) !important;
  }
  .mr-120 {
    margin-right: calc(12rem / 1.5) !important;
  }
  .mr-130 {
    margin-right: calc(13rem / 1.5) !important;
  }
  .mr-140 {
    margin-right: calc(14rem / 1.5) !important;
  }
  .mr-150 {
    margin-right: calc(15rem / 1.5) !important;
  }
  .mr-160 {
    margin-right: calc(16rem / 1.5) !important;
  }
  .mr-170 {
    margin-right: calc(17rem / 1.5) !important;
  }
  .mr-180 {
    margin-right: calc(18rem / 1.5) !important;
  }
  .mr-190 {
    margin-right: calc(19rem / 1.5) !important;
  }
  .mr-200 {
    margin-right: calc(20rem / 1.5) !important;
  }
  .mb-10 {
    margin-bottom: calc(1rem / 1.5) !important;
  }
  .mb-20 {
    margin-bottom: calc(2rem / 1.5) !important;
  }
  .mb-30 {
    margin-bottom: calc(3rem / 1.5) !important;
  }
  .mb-40 {
    margin-bottom: calc(4rem / 1.5) !important;
  }
  .mb-50 {
    margin-bottom: calc(5rem / 1.5) !important;
  }
  .mb-60 {
    margin-bottom: calc(6rem / 1.5) !important;
  }
  .mb-70 {
    margin-bottom: calc(7rem / 1.5) !important;
  }
  .mb-80 {
    margin-bottom: calc(8rem / 1.5) !important;
  }
  .mb-90 {
    margin-bottom: calc(9rem / 1.5) !important;
  }
  .mb-100 {
    margin-bottom: calc(10rem / 1.5) !important;
  }
  .mb-110 {
    margin-bottom: calc(11rem / 1.5) !important;
  }
  .mb-120 {
    margin-bottom: calc(12rem / 1.5) !important;
  }
  .mb-130 {
    margin-bottom: calc(13rem / 1.5) !important;
  }
  .mb-140 {
    margin-bottom: calc(14rem / 1.5) !important;
  }
  .mb-150 {
    margin-bottom: calc(15rem / 1.5) !important;
  }
  .mb-160 {
    margin-bottom: calc(16rem / 1.5) !important;
  }
  .mb-170 {
    margin-bottom: calc(17rem / 1.5) !important;
  }
  .mb-180 {
    margin-bottom: calc(18rem / 1.5) !important;
  }
  .mb-190 {
    margin-bottom: calc(19rem / 1.5) !important;
  }
  .mb-200 {
    margin-bottom: calc(20rem / 1.5) !important;
  }
  .ml-10 {
    margin-left: calc(1rem / 1.5) !important;
  }
  .ml-20 {
    margin-left: calc(2rem / 1.5) !important;
  }
  .ml-30 {
    margin-left: calc(3rem / 1.5) !important;
  }
  .ml-40 {
    margin-left: calc(4rem / 1.5) !important;
  }
  .ml-50 {
    margin-left: calc(5rem / 1.5) !important;
  }
  .ml-60 {
    margin-left: calc(6rem / 1.5) !important;
  }
  .ml-70 {
    margin-left: calc(7rem / 1.5) !important;
  }
  .ml-80 {
    margin-left: calc(8rem / 1.5) !important;
  }
  .ml-90 {
    margin-left: calc(9rem / 1.5) !important;
  }
  .ml-100 {
    margin-left: calc(10rem / 1.5) !important;
  }
  .ml-110 {
    margin-left: calc(11rem / 1.5) !important;
  }
  .ml-120 {
    margin-left: calc(12rem / 1.5) !important;
  }
  .ml-130 {
    margin-left: calc(13rem / 1.5) !important;
  }
  .ml-140 {
    margin-left: calc(14rem / 1.5) !important;
  }
  .ml-150 {
    margin-left: calc(15rem / 1.5) !important;
  }
  .ml-160 {
    margin-left: calc(16rem / 1.5) !important;
  }
  .ml-170 {
    margin-left: calc(17rem / 1.5) !important;
  }
  .ml-180 {
    margin-left: calc(18rem / 1.5) !important;
  }
  .ml-190 {
    margin-left: calc(19rem / 1.5) !important;
  }
  .ml-200 {
    margin-left: calc(20rem / 1.5) !important;
  }
  .pt-10 {
    padding-top: calc(1rem / 1.5) !important;
  }
  .pt-20 {
    padding-top: calc(2rem / 1.5) !important;
  }
  .pt-30 {
    padding-top: calc(3rem / 1.5) !important;
  }
  .pt-40 {
    padding-top: calc(4rem / 1.5) !important;
  }
  .pt-50 {
    padding-top: calc(5rem / 1.5) !important;
  }
  .pt-60 {
    padding-top: calc(6rem / 1.5) !important;
  }
  .pt-70 {
    padding-top: calc(7rem / 1.5) !important;
  }
  .pt-80 {
    padding-top: calc(8rem / 1.5) !important;
  }
  .pt-90 {
    padding-top: calc(9rem / 1.5) !important;
  }
  .pt-100 {
    padding-top: calc(10rem / 1.5) !important;
  }
  .pt-110 {
    padding-top: calc(11rem / 1.5) !important;
  }
  .pt-120 {
    padding-top: calc(12rem / 1.5) !important;
  }
  .pt-130 {
    padding-top: calc(13rem / 1.5) !important;
  }
  .pt-140 {
    padding-top: calc(14rem / 1.5) !important;
  }
  .pt-150 {
    padding-top: calc(15rem / 1.5) !important;
  }
  .pt-160 {
    padding-top: calc(16rem / 1.5) !important;
  }
  .pt-170 {
    padding-top: calc(17rem / 1.5) !important;
  }
  .pt-180 {
    padding-top: calc(18rem / 1.5) !important;
  }
  .pt-190 {
    padding-top: calc(19rem / 1.5) !important;
  }
  .pt-200 {
    padding-top: calc(20rem / 1.5) !important;
  }
  .pr-10 {
    padding-right: calc(1rem / 1.5) !important;
  }
  .pr-20 {
    padding-right: calc(2rem / 1.5) !important;
  }
  .pr-30 {
    padding-right: calc(3rem / 1.5) !important;
  }
  .pr-40 {
    padding-right: calc(4rem / 1.5) !important;
  }
  .pr-50 {
    padding-right: calc(5rem / 1.5) !important;
  }
  .pr-60 {
    padding-right: calc(6rem / 1.5) !important;
  }
  .pr-70 {
    padding-right: calc(7rem / 1.5) !important;
  }
  .pr-80 {
    padding-right: calc(8rem / 1.5) !important;
  }
  .pr-90 {
    padding-right: calc(9rem / 1.5) !important;
  }
  .pr-100 {
    padding-right: calc(10rem / 1.5) !important;
  }
  .pr-110 {
    padding-right: calc(11rem / 1.5) !important;
  }
  .pr-120 {
    padding-right: calc(12rem / 1.5) !important;
  }
  .pr-130 {
    padding-right: calc(13rem / 1.5) !important;
  }
  .pr-140 {
    padding-right: calc(14rem / 1.5) !important;
  }
  .pr-150 {
    padding-right: calc(15rem / 1.5) !important;
  }
  .pr-160 {
    padding-right: calc(16rem / 1.5) !important;
  }
  .pr-170 {
    padding-right: calc(17rem / 1.5) !important;
  }
  .pr-180 {
    padding-right: calc(18rem / 1.5) !important;
  }
  .pr-190 {
    padding-right: calc(19rem / 1.5) !important;
  }
  .pr-200 {
    padding-right: calc(20rem / 1.5) !important;
  }
  .pb-10 {
    padding-bottom: calc(1rem / 1.5) !important;
  }
  .pb-20 {
    padding-bottom: calc(2rem / 1.5) !important;
  }
  .pb-30 {
    padding-bottom: calc(3rem / 1.5) !important;
  }
  .pb-40 {
    padding-bottom: calc(4rem / 1.5) !important;
  }
  .pb-50 {
    padding-bottom: calc(5rem / 1.5) !important;
  }
  .pb-60 {
    padding-bottom: calc(6rem / 1.5) !important;
  }
  .pb-70 {
    padding-bottom: calc(7rem / 1.5) !important;
  }
  .pb-80 {
    padding-bottom: calc(8rem / 1.5) !important;
  }
  .pb-90 {
    padding-bottom: calc(9rem / 1.5) !important;
  }
  .pb-100 {
    padding-bottom: calc(10rem / 1.5) !important;
  }
  .pb-110 {
    padding-bottom: calc(11rem / 1.5) !important;
  }
  .pb-120 {
    padding-bottom: calc(12rem / 1.5) !important;
  }
  .pb-130 {
    padding-bottom: calc(13rem / 1.5) !important;
  }
  .pb-140 {
    padding-bottom: calc(14rem / 1.5) !important;
  }
  .pb-150 {
    padding-bottom: calc(15rem / 1.5) !important;
  }
  .pb-160 {
    padding-bottom: calc(16rem / 1.5) !important;
  }
  .pb-170 {
    padding-bottom: calc(17rem / 1.5) !important;
  }
  .pb-180 {
    padding-bottom: calc(18rem / 1.5) !important;
  }
  .pb-190 {
    padding-bottom: calc(19rem / 1.5) !important;
  }
  .pb-200 {
    padding-bottom: calc(20rem / 1.5) !important;
  }
  .pl-10 {
    padding-left: calc(1rem / 1.5) !important;
  }
  .pl-20 {
    padding-left: calc(2rem / 1.5) !important;
  }
  .pl-30 {
    padding-left: calc(3rem / 1.5) !important;
  }
  .pl-40 {
    padding-left: calc(4rem / 1.5) !important;
  }
  .pl-50 {
    padding-left: calc(5rem / 1.5) !important;
  }
  .pl-60 {
    padding-left: calc(6rem / 1.5) !important;
  }
  .pl-70 {
    padding-left: calc(7rem / 1.5) !important;
  }
  .pl-80 {
    padding-left: calc(8rem / 1.5) !important;
  }
  .pl-90 {
    padding-left: calc(9rem / 1.5) !important;
  }
  .pl-100 {
    padding-left: calc(10rem / 1.5) !important;
  }
  .pl-110 {
    padding-left: calc(11rem / 1.5) !important;
  }
  .pl-120 {
    padding-left: calc(12rem / 1.5) !important;
  }
  .pl-130 {
    padding-left: calc(13rem / 1.5) !important;
  }
  .pl-140 {
    padding-left: calc(14rem / 1.5) !important;
  }
  .pl-150 {
    padding-left: calc(15rem / 1.5) !important;
  }
  .pl-160 {
    padding-left: calc(16rem / 1.5) !important;
  }
  .pl-170 {
    padding-left: calc(17rem / 1.5) !important;
  }
  .pl-180 {
    padding-left: calc(18rem / 1.5) !important;
  }
  .pl-190 {
    padding-left: calc(19rem / 1.5) !important;
  }
  .pl-200 {
    padding-left: calc(20rem / 1.5) !important;
  }
}/*# sourceMappingURL=style.css.map */