@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  line-height: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  color: #000;
}

.en {
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 0.1em !important;
}

.txt_01 {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.txt_02 {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.f_red {
  color: #FF0000;
}

.fs_14 {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem) !important;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
}

@media (max-width: 576px) {
  .btn_wrap01 {
    width: 100%;
  }
}

.btn01 {
  color: #2FA875;
  border: #2FA875 solid 1px;
  display: inline-block;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  border-radius: 999px;
  padding: 0 1.5rem;
}
.btn01:hover {
  background: #2FA875;
  color: #fff;
}

.btn02 {
  color: #fff;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  background: #2FA875;
  padding: 1.25rem 3.25rem;
  border-radius: 10px;
  display: inline-block;
}
.btn02:hover {
  background: #1A7B52;
}
@media (max-width: 576px) {
  .btn02 {
    padding: 1rem 0;
    text-align: center;
    width: 100%;
    display: block;
  }
}

.btn03 {
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  background: #2FA875;
  padding: 2rem 8rem;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn03:hover {
  background: #1A7B52;
}
@media (max-width: 576px) {
  .btn03 {
    padding: 1.25rem 0;
    text-align: center;
    width: 100%;
    display: block;
  }
}

.btn04 {
  background: #2FA875;
  color: #fff;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  display: inline-block;
  padding: 0 1rem;
}
.btn04:hover {
  opacity: 0.75;
}

.btn05 {
  background: #F62B2B;
  color: #fff;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  display: inline-block;
  padding: 0 1rem;
}
.btn05:hover {
  opacity: 0.75;
}

.btn06 {
  color: #fff;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  background: #2FA875;
  padding: 1.25rem 10rem;
  border-radius: 10px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn06:hover {
  background: #1A7B52;
}
@media (max-width: 576px) {
  .btn06 {
    padding: 1rem 0;
    text-align: center;
    width: 100%;
    display: block;
  }
}

.btn07 {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  color: #1E9865;
  border: #1E9865 solid 1px;
  padding: 0.25rem 3rem;
  border-radius: 999px;
  display: inline-block;
}
.btn07:hover {
  background: #1E9865;
  color: #fff;
}

.tlink01 {
  text-decoration: underline;
}
.tlink01:hover {
  text-decoration: none;
}

.is__d_xl {
  display: block !important;
}
@media (max-width: 1024px) {
  .is__d_xl {
    display: none !important;
  }
}

.is__d_lg {
  display: none !important;
}
@media (max-width: 1024px) {
  .is__d_lg {
    display: block !important;
  }
}

.is__d_md {
  display: none !important;
}
@media (max-width: 768px) {
  .is__d_md {
    display: block !important;
  }
}

.is__d_sm {
  display: none !important;
}
@media (max-width: 576px) {
  .is__d_sm {
    display: block !important;
  }
}

.is__d_xs {
  display: none !important;
}
@media (max-width: 375px) {
  .is__d_xs {
    display: block !important;
  }
}

.txt_C {
  text-align: center !important;
}

.align_middle {
  vertical-align: middle !important;
}

.d_flex_C {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.d_flex_B {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 2;
}
#header .logo {
  margin: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#header .logo img {
  width: 100%;
  max-width: 295px;
  height: auto;
}
@media (max-width: 1024px) {
  #header .logo {
    margin: 1.5rem;
  }
  #header .logo img {
    width: 100%;
    max-width: 250px;
    height: auto;
  }
}
@media (max-width: 768px) {
  #header .logo img {
    max-width: 200px;
  }
}
@media (max-width: 576px) {
  #header .logo img {
    max-width: 170px;
  }
}

.drawer-hamburger {
  width: 2.5rem;
}
@media (max-width: 1024px) {
  .drawer-hamburger {
    top: 10px;
  }
}
@media (max-width: 768px) {
  .drawer-hamburger {
    top: 5px;
  }
}
@media (max-width: 576px) {
  .drawer-hamburger {
    top: 2px;
  }
}

.drawer-nav .scroll_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .drawer-nav .scroll_block {
    height: 100% !important;
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
}

.drawer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer-menu li {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  margin: 0 0 0 4rem;
}
.drawer-menu li a {
  color: #000;
}
.drawer-menu li a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.drawer-menu li a:hover {
  color: #666;
}
.drawer-menu li a:hover img {
  opacity: 0.75;
}
@media (max-width: 1024px) {
  .drawer-menu {
    display: block;
    padding: 2rem 2rem 0;
  }
  .drawer-menu li {
    margin: 0 0 2rem 0;
    font-size: 1.4rem;
  }
  .drawer-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .drawer-menu li a img {
    margin: 0 1.5rem 0 0;
  }
}

.submenu__sp {
  padding: 0 2rem;
}
.submenu__sp li {
  margin: 0 0 2rem 0;
  font-size: 1.4rem;
}

.search_box {
  display: inline-block;
  position: relative;
  margin: 0 2rem 0 4rem;
}
.search_box::after {
  content: "";
  width: 16px; /* アイコンの横幅 */
  height: 16px; /* アイコンの高さ */
  background: url(assets/images/icon_search01.png) no-repeat center center/auto 100%;
  display: inline-block; /* 高さを持たせるためにインラインブロック要素にする */
  position: absolute; /* 相対位置に指定 */
  top: 15px; /* アイコンの位置。微調整してね */
  right: 15px; /* アイコンの位置。微調整してね */
}
.search_box input {
  padding: 3px 0 3px 2em; /* アイコンを設置するため左の余白を多めに指定*/
  background: #f1f1f1;
  padding: 1rem;
  border-radius: 7px;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
}
@media (max-width: 1024px) {
  .search_box {
    margin: 0;
    padding: 0 2rem 3rem;
    width: 100%;
  }
  .search_box::after {
    right: 35px;
  }
  .search_box input {
    width: 100%;
  }
}

.drawer-toggle.is__layer .drawer-hamburger-icon, .drawer-toggle.is__layer .drawer-hamburger-icon:after, .drawer-toggle.is__layer .drawer-hamburger-icon:before {
  background: #fff;
}

.drawer-open .drawer-hamburger-icon {
  background: transparent !important;
}

#header.is__layer {
  background: #2FA875;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#header.is__layer .drawer-nav {
  width: 100%;
  padding: 0 0 0 2rem;
}
#header.is__layer .drawer-nav .scroll_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header.is__layer .drawer-menu li {
  border-left: #fff solid 1px;
  margin: 0;
  padding: 0 1.5rem;
}
#header.is__layer .drawer-menu li:last-child {
  border-right: #fff solid 1px;
}
#header.is__layer .drawer-menu li a {
  color: #fff;
}
@media (max-width: 1024px) {
  #header.is__layer .drawer-nav {
    width: 100%;
    padding: 0 0 0 0;
  }
  #header.is__layer .drawer-nav .scroll_block {
    display: block;
    background: #2FA875;
    height: 100% !important;
    overflow-y: scroll !important;
  }
  #header.is__layer .drawer-menu li {
    border: none;
    margin: 0 0 2rem 0;
    padding: 0;
    font-size: 1.4rem;
  }
  #header.is__layer .drawer-menu li:last-child {
    border: none;
  }
  #header.is__layer .submenu__sp li a {
    color: #fff;
  }
}

.bread {
  padding: 110px 20px 10px 20px;
  border-bottom: #f5f5f5 solid 1px;
}
.bread ul li {
  float: left;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}
.bread ul li a {
  color: #ababab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bread ul li a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #ababab;
  margin: 0 2rem;
}
.bread ul li a:hover {
  color: #666;
}
@media (max-width: 768px) {
  .bread {
    padding: 75px 15px 8px 15px;
  }
}
@media (max-width: 576px) {
  .bread {
    padding: 66px 13px 4px 13px;
  }
}

#main {
  padding: 104px 0 18rem 0;
}
#main.is__layer {
  padding: 10rem 0 18rem 0;
}
@media (max-width: 768px) {
  #main {
    padding: 69px 0 10rem 0;
  }
  #main.is__layer {
    padding: 7rem 0 10rem 0;
  }
}
@media (max-width: 576px) {
  #main {
    padding: 63px 0 10rem 0;
  }
}

#banner_aside {
  background: #EFF4E3;
  padding: 4rem 0;
}
@media (max-width: 576px) {
  #banner_aside {
    padding: 2rem 0;
  }
}

#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5rem 0;
}
#footer .logo img {
  max-width: 100%;
  height: auto;
}
#footer .f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .f_nav ul {
  margin: 0 0 0 3rem;
}
#footer .f_nav ul li {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  margin: 0 0 0.5rem 0;
}
#footer .f_nav ul li a:hover {
  color: #999;
}
#footer .copy01 {
  text-align: center;
  color: #2FA875;
  font-size: clamp(1.3rem, 1.6vw, 1.5rem);
  margin: 0 0 1rem 0;
}
#footer .fb_icon {
  text-align: center;
  width: 35px;
  margin: 0 auto 1.5rem auto;
}
#footer .fb_icon img {
  max-width: 100%;
  height: auto;
}
#footer .copy02 {
  background: #2FA875;
  color: #fff;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  padding: 0.5rem 0;
  text-align: center;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  #footer .logo {
    width: 230px;
  }
}
@media (max-width: 576px) {
  #footer .logo {
    margin: 0 auto;
  }
  #footer .f_nav {
    display: none;
  }
}

.cnt01 {
  overflow: hidden;
  position: relative;
}
.cnt01 .scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5%;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}
.cnt01 .scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background: #000;
  margin: 1rem 0 0 0;
}
.cnt01 .slider {
  width: 95%;
  float: right;
  margin-bottom: 0;
}
.cnt01 .slick-dots {
  bottom: 30px;
  text-align: left;
  margin: 0 0 0 40px;
}
.cnt01 .slick-dots li button::before {
  color: #fff;
  opacity: 1;
  font-size: 15px;
}
.cnt01 .slick-dots li.slick-active button::before {
  color: #2FA875;
  opacity: 1;
}
.cnt01 .block {
  position: relative;
  height: 620px;
}
.cnt01 .block .img img {
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt01 .block .title {
  color: #fff;
  position: absolute;
  left: 40px;
  bottom: 90px;
}
.cnt01 .block .title .is__ja {
  font-size: clamp(2rem, 3.6vw, 5rem);
  font-weight: 700;
  display: block;
  margin: 0 0 3rem 0;
}
.cnt01 .block .title .is__en {
  letter-spacing: 0.1em;
  font-size: clamp(1.4rem, 2.8vw, 2.4rem);
  display: block;
}
@media (max-width: 576px) {
  .cnt01 .scroll {
    width: 10%;
  }
  .cnt01 .slider {
    width: 90%;
  }
  .cnt01 .slick-dots {
    bottom: 20px;
    margin: 0 0 0 20px;
  }
  .cnt01 .slick-dots li button::before {
    font-size: 13px;
  }
  .cnt01 .block {
    height: 100vw;
  }
  .cnt01 .block .img img {
    height: 100vw;
  }
  .cnt01 .block .title {
    left: 30px;
    bottom: 60px;
  }
  .cnt01 .block .title .is__ja {
    margin: 0 0 1rem 0;
  }
}

.cnt02 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #D5D5D5 solid 1px;
  padding: 3rem 0;
}
.cnt02 .block:first-child {
  border-top: #D5D5D5 solid 1px;
}
.cnt02 .block .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  height: 140px;
  border-radius: 7px;
  overflow: hidden;
  margin: 0 3rem 0 0;
}
.cnt02 .block .img img {
  width: 180px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cnt02 .block .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cnt02 .block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2.5rem 0;
}
.cnt02 .block ul .date {
  color: #2FA875;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  margin: 0 2rem 0 0;
}
.cnt02 .block ul .category {
  color: #fff;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  padding: 0 1rem;
  border-radius: 999px;
}
.cnt02 .block ul .category.report {
  background: #FFA61A;
}
.cnt02 .block ul .category.news {
  background: #2FA875;
}
.cnt02 .block ul .category.event {
  background: #FF3053;
}
.cnt02 .block .title {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  line-height: 1.6em;
}
.cnt02 .block .title a:hover {
  color: #999;
}
@media (max-width: 576px) {
  .cnt02 .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3rem 0;
  }
  .cnt02 .block .img {
    width: 100%;
    height: 65vw;
    margin: 0 0 2rem 0;
  }
  .cnt02 .block .img img {
    width: 100%;
    max-width: 100%;
    height: 65vw;
  }
  .cnt02 .block ul {
    margin: 0 0 1.5rem 0;
  }
}

.cnt03 .block {
  border: #f5f5f5 solid 3px;
  border-radius: 15px;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3.5rem 0;
}
.cnt03 .img {
  width: 420px;
  height: 270px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 3rem 0 0;
}
.cnt03 .img a img {
  width: 420px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cnt03 .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cnt03 .contents_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.5rem 0;
}
.cnt03 .contents_header .title {
  font-weight: bold;
  color: #2FA875;
  font-size: clamp(2.2rem, 2.8vw, 2.4rem);
  line-height: 1.5em;
}
.cnt03 .contents_header .category {
  color: #fff;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  width: 80px;
  text-align: center;
  border-radius: 999px;
}
.cnt03 .contents_header .category.reception {
  background: #FFA61A;
}
.cnt03 .contents_header .category.deadline {
  background: #FF3053;
}
.cnt03 .contents_header .category.held {
  background: #8e8e8e;
}
.cnt03 .date {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  margin: 0 0 1rem 0;
}
.cnt03 .desc {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  letter-spacing: 0.1em;
  margin: 0 0 4rem 0;
}
@media (max-width: 1024px) {
  .cnt03 .img {
    width: 40vw;
    height: 30vw;
  }
  .cnt03 .img a img {
    width: 40vw;
    height: 30vw;
  }
  .cnt03 .contents_header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cnt03 .contents_header .title {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cnt03 .contents_header .category {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 1.5rem 0;
  }
}
@media (max-width: 768px) {
  .cnt03 .block {
    display: block;
  }
  .cnt03 .img {
    width: 100%;
    height: 45vw;
    margin: 0 auto 2rem auto;
  }
  .cnt03 .img a img {
    width: 100%;
    height: 45vw;
  }
  .cnt03 .btn_wrap {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cnt03 .block {
    padding: 2.5rem;
  }
}

.cnt04 {
  text-align: center;
}
.cnt04 .txt {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2.2em;
}

.cnt05 {
  padding: 0 0 15rem 0;
}
@media (max-width: 1024px) {
  .cnt05 {
    padding: 0 0 10rem 0;
  }
}
@media (max-width: 576px) {
  .cnt05 {
    padding: 0 0 7rem 0;
  }
}

.cnt06 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cnt06 ul li.date {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  color: #9c9c9c;
  margin: 0 2rem 0 0;
}
.cnt06 ul li.category {
  color: #fff;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  padding: 0 1rem;
  border-radius: 999px;
}
.cnt06 ul li.category.report {
  background: #FFA61A;
}
.cnt06 ul li.category.news {
  background: #2FA875;
}
.cnt06 ul li.category.event {
  background: #FF3053;
}

.cnt07 {
  border-top: #D5D5D5 solid 1px;
  border-bottom: #D5D5D5 solid 1px;
  padding: 4rem 0;
  margin: 0 0 8rem 0;
}
.cnt07 p {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  line-height: 2em;
  margin: 0 0 3rem 0;
  letter-spacing: 0.1em;
}
.cnt07 a {
  color: #2FA875;
}
.cnt07 a:hover {
  color: #aaa;
}
.cnt07 img {
  max-width: 100%;
  height: auto;
}
.cnt07 h2 {
  margin: 0 0 3rem 0;
  color: #2FA875;
  font-size: clamp(2.6rem, 3.3vw, 2.8rem);
  font-weight: 700;
}
.cnt07 h3 {
  margin: 0 0 3rem 0;
  font-size: clamp(2.2rem, 2.8vw, 2.4rem);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cnt07 h3::after {
  content: "";
  display: block;
  height: 1px;
  background: #2FA875;
  margin: 0 0 0 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cnt07 h4 {
  margin: 0 0 3rem 0;
  font-size: clamp(1.9rem, 2.4vw, 2.1rem);
  font-weight: 700;
}
.cnt07 h5 {
  margin: 0 0 3rem 0;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 700;
}
.cnt07 ul {
  margin: 0 0 3rem 0;
}
.cnt07 ul li {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  position: relative;
  padding: 0 0 0 1rem;
  margin: 0 0 0.5rem 0;
  line-height: 1.7em;
}
.cnt07 ul li::before {
  content: "";
  display: block;
  background: #2FA875;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 11px;
  left: 0;
}
.cnt07 ol {
  margin: 0 0 3rem 0;
  counter-reset: my-counter;
}
.cnt07 ol li {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0 0 0 3.5rem;
  line-height: 1.7em;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}
.cnt07 ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #2FA875;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  width: 28px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}
.cnt07 table {
  margin: 0 0 3rem 0;
  width: 100%;
  border-bottom: #ccc solid 1px;
  border-left: #ccc solid 1px;
}
.cnt07 table thead {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}
.cnt07 table thead th {
  background: #2FA875;
  color: #fff;
  border-top: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 1rem 2rem;
}
.cnt07 table tbody {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
}
.cnt07 table tbody th {
  border-top: #ccc solid 1px;
  border-right: #ccc solid 1px;
  background: #f8f8f8;
  padding: 1rem 2rem;
}
.cnt07 table tbody td {
  border-top: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 1rem 2rem;
}
.cnt07 dl {
  margin: 0 0 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #ccc solid 1px;
  border-left: #ccc solid 1px;
}
.cnt07 dl dt {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  border-top: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 1rem 2rem;
  background: #2FA875;
  color: #fff;
}
.cnt07 dl dd {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  border-top: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 1rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cnt08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 6rem 0;
}
.cnt08 .category {
  color: #fff;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  width: 80px;
  text-align: center;
  border-radius: 999px;
  margin: 0 2rem 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cnt08 .category.reception {
  background: #FFA61A;
}
.cnt08 .category.deadline {
  background: #FF3053;
}
.cnt08 .category.held {
  background: #8e8e8e;
}
.cnt08 .headline05 {
  margin: -13px 0 0 0;
}
@media (max-width: 768px) {
  .cnt08 {
    display: block;
    margin: 0 0 4rem 0;
  }
  .cnt08 .category {
    margin: 0 0 2rem 0;
  }
}

.cnt09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 4rem 0;
}
.cnt09 #slider02 {
  width: 780px;
  height: 480px;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cnt09 .slide-item img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt09 #thumbnail-list {
  width: 185px;
}
.cnt09 #thumbnail-list img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt09 .thumbnail-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.cnt09 .thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.cnt09 .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.cnt09 .thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .cnt09 #slider02 {
    width: 70vw;
    max-width: 718px;
  }
  .cnt09 #thumbnail-list {
    width: 230px;
  }
}
@media (max-width: 1024px) {
  .cnt09 #slider02 {
    width: 70vw;
    max-width: 800px;
  }
  .cnt09 #slider02 img {
    height: 45vw;
  }
  .cnt09 #thumbnail-list {
    width: 22vw;
  }
  .cnt09 #thumbnail-list img {
    height: 13vw;
  }
}
@media (max-width: 768px) {
  .cnt09 {
    display: block;
    margin: 0 0 2rem 0;
  }
  .cnt09 #slider02 {
    width: 100%;
    height: auto;
    margin: 0 0 1rem 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .cnt09 .slide-item {
    width: 100%;
    height: 60vw;
  }
  .cnt09 .slide-item img {
    width: 100%;
    height: 60vw !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cnt09 #thumbnail-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cnt09 #thumbnail-list::before {
    content: "";
    display: block;
    width: 23%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cnt09 #thumbnail-list::after {
    content: "";
    display: block;
    width: 23%;
  }
  .cnt09 #thumbnail-list img {
    width: 100%;
    height: 15vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cnt09 .thumbnail-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23%;
            flex: 0 1 23%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .cnt09 .thumbnail-item:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: 0.3s opacity linear;
    transition: 0.3s opacity linear;
  }
  .cnt09 .thumbnail-item.thumbnail-current:after {
    opacity: 0;
  }
}

.cnt10 {
  margin: 0 0 4rem 0;
}
.cnt10 p {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  letter-spacing: 0.1em;
}

.cnt11 {
  margin: 0 0 6rem 0;
}
.cnt11 .txt {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  letter-spacing: 0.1em;
}
.cnt11 .name {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.075em;
  margin: 2rem 0 1rem 0;
}

.cnt12 .headline07 {
  margin: 0 0 2.5rem 0;
}
.cnt12 .inner {
  border: #f5f5f5 solid 3px;
  border-radius: 10px;
  padding: 2rem 3.5rem;
}
.cnt12 .inner.is__map {
  padding: 5rem;
}
.cnt12 .headline08 {
  margin: 0 0 2rem 0;
}
.cnt12 .txt {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: 300;
}
.cnt12 .btnlist {
  margin: 2rem 0;
}
.cnt12 .btnlist li {
  margin: 0 0 1rem 0;
}
.cnt12 .btnlist li:last-child {
  margin: 0;
}
.cnt12 .btnlist li a {
  width: 100%;
  max-width: 465px;
}
@media (max-width: 768px) {
  .cnt12 .inner {
    padding: 1rem 2rem;
  }
  .cnt12 .inner.is__map {
    padding: 2rem;
  }
}

.cnt13 .block {
  margin: 0 0 4rem 0;
}
.cnt13 .block .headline09 {
  margin: 0 0 2rem 0;
}
.cnt13 .block .txt01 {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  word-break: break-all;
  line-height: 1.9em;
}
.cnt13 .block .txt01 a {
  color: #2FA875;
}
.cnt13 .block ul {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: 300;
  margin: 1rem 0;
}
.cnt13 .block ul li {
  margin: 0 0 0.5rem 1.4rem;
}
.cnt13 .block ul li::before {
  content: "・";
  margin: 0 0 0 -1.4rem;
}
.cnt13 .block img {
  max-width: 100%;
  height: auto;
}

.cnt14 {
  margin: 0 0 8rem 0;
  padding: 0 1rem;
}
.cnt14 .block {
  display: inline-block;
}
.cnt14 .block .img {
  margin: 0 0 0.5rem 0;
}
.cnt14 .block .img img {
  max-width: 100%;
  height: auto;
}
.cnt14 .block .title {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cnt14 .block:hover .title {
  color: #999;
}

.cnt15 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1rem;
}
.cnt15 .inner::before {
  content: "";
  display: block;
  width: 22%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cnt15 .inner::after {
  content: "";
  display: block;
  width: 22%;
}
.cnt15 .block {
  display: inline-block;
  width: 22%;
  margin: 0 0 4rem 0;
}
.cnt15 .block:hover .title {
  color: #999;
}
.cnt15 .img {
  margin: 0 0 0.5rem 0;
}
.cnt15 .img img {
  max-width: 100%;
  height: auto;
}
.cnt15 .title {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cnt15 .inner::before {
    content: "";
    display: block;
    width: 31%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cnt15 .inner::after {
    content: "";
    display: block;
    width: 31%;
  }
  .cnt15 .block {
    width: 31%;
  }
}
@media (max-width: 576px) {
  .cnt15 .inner::before {
    content: "";
    display: block;
    width: 48%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cnt15 .inner::after {
    content: "";
    display: block;
    width: 48%;
  }
  .cnt15 .block {
    width: 48%;
  }
}

.cnt16 .headline05 {
  margin: 0 0 3rem 0;
}
.cnt16 .txt {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.9em;
}

.cnt17 .headline07 {
  margin: 0 0 3rem 0;
}
.cnt17 .txt01 {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: 300;
  line-height: 1.9em;
}

.cnt18 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f8f8f8;
  border: #ccc solid 1px;
  padding: 3rem;
}
.cnt18 .step {
  text-align: center;
  color: #2FA875;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 2.5rem 0 0;
}
.cnt18 .step img {
  width: 27px;
  height: auto;
  display: block;
  margin: 0.5rem auto 0;
}
.cnt18 .title {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}
.cnt18 .txt01 {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: 300;
}
.cnt18 .txt01 a {
  text-decoration: underline;
}
.cnt18 .txt01 a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .cnt18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
  }
  .cnt18 .step {
    margin: 0 0 1rem 0;
  }
  .cnt18 .title {
    text-align: center;
  }
}

.cnt19 {
  border: #FF0000 solid 2px;
  background: #fff;
  padding: 2rem;
}
.cnt19 .title {
  color: #FF0000;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}
.cnt19 .list05 {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: 300;
}

.cnt20 .headline07 {
  margin: 0 0 4rem 0;
}
.cnt20 .headline06 {
  margin: 0 0 2rem 0;
}

.cnt21 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.5rem 0;
}
.cnt21 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 1.5rem 0 0;
  width: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cnt21 .img img {
  max-width: 100%;
  height: auto;
}
.cnt21 .img.is__aligntop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 576px) {
  .cnt21 .img {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cnt21 .img.is__mask {
    margin-top: 5px;
  }
}

.cnt22 {
  text-align: center;
}
.cnt22 .attention {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}
@media (max-width: 576px) {
  .cnt22 .attention {
    text-align: left;
  }
}

.cnt23 {
  border: #9f9f9f solid 1px;
  padding: 2rem;
  height: 250px;
  overflow-y: scroll;
}
@media (max-width: 576px) {
  .cnt23 {
    height: 180px;
  }
}

.cnt24 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cnt24 .maincolumn {
  width: 72%;
  max-width: 875px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.cnt24 .maincolumn .head_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 5rem 0;
}
.cnt24 .maincolumn .head_block .totop {
  margin: 0 0 0 3rem;
}
.cnt24 .maincolumn .head_block .totop a {
  text-decoration: underline;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}
.cnt24 .maincolumn .head_block .totop a:hover {
  text-decoration: none;
}
.cnt24 .maincolumn .btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(1.1rem, 1.4vw, 1.3rem);
}
.cnt24 .maincolumn .btnlist li {
  margin: 0 0.3rem 0 0;
}
.cnt24 .maincolumn .btnlist li a {
  display: block;
  background: #fff;
  border: #2FA875 solid 1px;
  border-radius: 999px;
  padding: 0.5rem 0;
  width: 165px;
  color: #2FA875;
  text-align: center;
}
.cnt24 .maincolumn .btnlist li a:hover {
  background: #1E9865;
  color: #fff;
}
.cnt24 .sidemenu {
  width: 25%;
  max-width: 270px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cnt24 .sidemenu .menu {
  background: #f8f8f8;
  border: #d0d0d0 solid 1px;
  margin: 0 0 3rem 0;
}
.cnt24 .sidemenu .menu:last-child {
  margin: 0;
}
.cnt24 .sidemenu .menu .title {
  color: #1E9865;
  font-size: clamp(1.9rem, 2.4vw, 2.1rem);
  font-weight: 500;
  background: #f0f8eb;
  padding: 1.5rem;
  border-bottom: #d0d0d0 solid 1px;
}
.cnt24 .sidemenu .menu .data_block {
  padding: 1.5rem;
}
.cnt24 .sidemenu .menu .data_title {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}
.cnt24 .sidemenu .menu .innermmenu {
  border-top: #d0d0d0 solid 1px;
  padding: 2rem 1.5rem;
}
.cnt24 .sidemenu .menu .innermmenu ul {
  margin: 0 0 3rem 0;
}
.cnt24 .sidemenu .menu .innermmenu ul li {
  margin: 0 0 1rem 0;
}
.cnt24 .sidemenu .menu .innermmenu ul li a:hover {
  color: #999;
}
.cnt24 .sidemenu .menu .logout a {
  background: #000;
  color: #fff;
  border: #000 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  border-radius: 999px;
}
.cnt24 .sidemenu .menu .logout a::before {
  content: url(assets/images/icon_logout01.png);
  display: block;
  margin: 0 1rem 0 0;
}
.cnt24 .sidemenu .menu .logout a:hover {
  background: #666;
}
.cnt24 .sidemenu .menu .info_block {
  padding: 1.5rem;
  border-bottom: #d0d0d0 solid 1px;
}
.cnt24 .sidemenu .menu .info_block:last-child {
  border-bottom: none;
}
.cnt24 .sidemenu .menu .info_block .date {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}
.cnt24 .sidemenu .menu .info_block .info_title a:hover {
  color: #999;
}
@media (max-width: 1024px) {
  .cnt24 .maincolumn {
    width: 73%;
  }
  .cnt24 .maincolumn .btnlist {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cnt24 .maincolumn .btnlist li {
    margin: 0 0 1rem 0;
    width: 22%;
  }
  .cnt24 .maincolumn .btnlist li a {
    width: 100%;
  }
  .cnt24 .sidemenu {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .cnt24 .maincolumn {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 7rem 0;
  }
  .cnt24 .maincolumn .btnlist {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cnt24 .maincolumn .btnlist li {
    width: 23%;
    margin: 0;
  }
  .cnt24 .maincolumn .btnlist li a {
    width: 100%;
  }
  .cnt24 .sidemenu {
    width: 100%;
    max-width: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 576px) {
  .cnt24 .maincolumn .btnlist li {
    margin: 0 0 1rem 0;
    width: 100%;
  }
  .cnt24 .maincolumn .btnlist li a {
    width: 100%;
  }
}

.cnt25 {
  margin: 0 0 5rem 0;
}
.cnt25 .header_block {
  background: #f8f8f8;
  padding: 1.5rem;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cnt25 .header_block .title {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  line-height: 1.6em;
}
.cnt25 .header_block .copy {
  font-size: clamp(1.1rem, 1.4vw, 1.3rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 2rem;
}
.cnt25 .header_block .copy a {
  display: inline-block;
  color: #F62B2B;
  border: #F62B2B solid 1px;
  padding: 0rem 1.5rem;
  border-radius: 999px;
  background: #fff;
}
.cnt25 .header_block .copy a:hover {
  background: #F62B2B;
  color: #fff;
}
.cnt25 .detail_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 0;
}
.cnt25 .detail_block .number {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  margin: 0 3rem 0 0;
}
.cnt25 .detail_block .category {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
}
.cnt25 .detail_block .btnlist {
  margin-left: auto;
}
.cnt25 .detail_block .btnlist li {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  width: auto;
}
.cnt25 .detail_block .btnlist li a {
  padding: 0.5rem 1.5rem;
  width: auto;
  max-width: none;
}
.cnt25 .detail_block .btnlist li a:hover {
  background: #1E9865;
  color: #fff;
}
@media (max-width: 1280px) {
  .cnt25 .header_block {
    display: block;
  }
  .cnt25 .header_block .copy {
    margin: 1rem 0 0 0;
  }
  .cnt25 .detail_block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cnt25 .detail_block .btnlist {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 1rem 0 0 0;
  }
  .cnt25 .detail_block .btnlist li {
    margin: 0 1.5rem 0 0;
  }
}

.cnt26 {
  margin: 0 0 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt26 .txt {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}
@media (max-width: 576px) {
  .cnt26 {
    display: block;
  }
  .cnt26 .txt {
    margin: 0 0 2rem 0;
  }
}

.headline_wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 576px) {
  .headline_wrap01 {
    padding: 0 0 1.5rem 0;
  }
}

.headline01 {
  color: #1E9865;
  font-size: clamp(2.6rem, 3.3vw, 3.2rem);
}

.headline02 {
  font-size: clamp(2rem, 2.6vw, 2.2rem);
  font-weight: 500;
  line-height: 2.2em;
}
.headline02 span {
  font-size: clamp(2.8rem, 4vw, 4rem);
  display: block;
}

.headline03 {
  color: #1E9865;
  font-size: clamp(2.6rem, 3.3vw, 3.2rem);
  text-align: center;
}

.headline04 {
  font-size: clamp(2.2rem, 2.8vw, 2.4rem);
  line-height: 1.6em;
  border-left: #2FA875 solid 12px;
  padding: 0 0 0 2rem;
  letter-spacing: 0.1em;
}

.headline05 {
  font-size: clamp(2.4rem, 3.9vw, 3.2rem);
  color: #2FA875;
  line-height: 1.5em;
}

.headline06 {
  margin: 0 0 3rem 0;
  font-size: clamp(1.7rem, 2.4vw, 2.1rem);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.075em;
  line-height: 1.7em;
}
.headline06::after {
  content: "";
  display: block;
  height: 1px;
  background: #2FA875;
  margin: 0 0 0 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.headline07 {
  font-size: clamp(2.2rem, 3.3vw, 2.8rem);
  font-weight: bold;
  border: 5px solid #C2E59C;
  -o-border-image: linear-gradient(to right, #C2E59C 0%, #64B3F4 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#C2E59C), to(#64B3F4));
     border-image: linear-gradient(to right, #C2E59C 0%, #64B3F4 100%);
  border-image-slice: 1;
  padding: 0 1rem;
  line-height: 1.6em;
}

.headline08 {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  letter-spacing: 0.075em;
  font-weight: 500;
}

.headline09 {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  letter-spacing: 0.1em;
  font-weight: 300;
}

.headline10 {
  font-size: clamp(1.8rem, 2.3vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.075em;
}

.list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list01 li {
  margin: 0 1.5rem;
}
.list01 li a img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .list01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list01 li {
    width: 50%;
    margin: 1rem 0;
    text-align: center;
  }
  .list01 li a img {
    max-width: 90%;
  }
}

.list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list02 li {
  width: 100%;
  max-width: 180px;
  margin: 0 2rem 0 0;
}
.list02 li a {
  display: block;
  background: #FAFAF9;
  padding: 1rem 0;
  text-align: center;
  border-radius: 10px;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
}
.list02 li a.active {
  background: #2FA875;
  color: #fff;
}
.list02 li a:hover {
  background: #2FA875;
  color: #fff;
}
@media (max-width: 768px) {
  .list02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list02 li {
    width: 23%;
    max-width: none;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .list02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list02 li {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}

.list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list03 li {
  margin: 0 1rem;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
}
.list03 li.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #2FA875 solid 1px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #2FA875;
  color: #fff;
}
.list03 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #2FA875 solid 1px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #2FA875;
}
.list03 li a:hover {
  background: #2FA875;
  color: #fff;
}
@media (max-width: 768px) {
  .list03 li {
    margin: 0 0.75rem;
  }
  .list03 li.active {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  .list03 li a {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
}

.list04 {
  margin: 0 0 3rem 0;
  counter-reset: my-counter;
}
.list04 li {
  margin: 0 0 1rem 35px;
  line-height: 1.7em;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: 300;
  letter-spacing: 0.1em;
}
.list04 li span {
  color: #2FA875;
  margin: 0 1.5rem 0 -35px;
  width: 20px;
  text-align: center;
  display: inline-block;
}

.list05 {
  margin: 0 0 0 0;
  counter-reset: my-counter;
}
.list05 li {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0 0 0 2.5rem;
  line-height: 1.7em;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
}
.list05 li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: #000 solid 1px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  width: 20px;
  color: #000;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}
.list05 li:last-child {
  margin: 0;
}

.list06 li {
  margin: 0 0 0.5rem 1.6rem;
}
.list06 li::before {
  content: "・";
  margin: 0 0 0 -1.6rem;
}

.tbl01 {
  width: 100%;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  letter-spacing: 0.075em;
  line-height: 1.8em;
}
.tbl01 tr th {
  color: #8e8e8e;
  font-weight: 500;
  border-bottom: #ccc solid 1px;
  padding: 3rem 0;
  width: 25%;
}
.tbl01 tr td {
  color: #000;
  border-bottom: #ccc solid 1px;
  padding: 3rem 0;
}
.tbl01 tr:last-child th {
  border: none;
}
.tbl01 tr:last-child td {
  border: none;
}
@media (max-width: 768px) {
  .tbl01 {
    display: block;
    width: 100%;
  }
  .tbl01 tbody {
    display: block;
    width: 100%;
  }
  .tbl01 tbody tr {
    display: block;
    width: 100%;
  }
  .tbl01 tbody tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 1rem;
  }
  .tbl01 tbody tr td {
    display: block;
    width: 100%;
    padding-top: 1rem;
  }
}

.tbl02 {
  width: 100%;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #f8f8f8;
  border-top: #ddd solid 2px;
  border-bottom: #ddd solid 2px;
}
.tbl02 tr th {
  vertical-align: middle;
  padding: 3rem 2rem;
  font-weight: 500;
  color: #2FA875;
}
.tbl02 tr td {
  vertical-align: middle;
  padding: 3rem 2rem;
}
.tbl02 tr td .btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tbl02 tr td .btnlist li {
  margin: 0 0 0 2rem;
}
.tbl02 tr td .btnlist li a {
  display: block;
  background: #fff;
  border: #2FA875 solid 1px;
  border-radius: 999px;
  padding: 1rem 0;
  width: 165px;
  color: #2FA875;
  text-align: center;
}
.tbl02 tr td .btnlist li a:hover {
  background: #eee;
}
.tbl02 tr td .btnlist li a.is__logout {
  background: #000;
  color: #fff;
  border: #000 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tbl02 tr td .btnlist li a.is__logout::before {
  content: url(assets/images/icon_logout01.png);
  display: block;
  margin: 0 1rem 0 0;
}
.tbl02 tr td .btnlist li a.is__logout:hover {
  background: #666;
}
@media (max-width: 768px) {
  .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%;
    padding: 2rem 2rem 0;
  }
  .tbl02 tbody tr td {
    display: block;
    width: 100%;
    padding: 2rem 2rem;
  }
  .tbl02 tbody tr td .btnlist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tbl02 tbody tr td .btnlist li {
    margin: 0 1rem;
  }
}
@media (max-width: 576px) {
  .tbl02 tbody tr td {
    padding: 1rem 2rem;
  }
  .tbl02 tbody tr td .btnlist li {
    width: 100%;
    margin: 0.75rem 0;
  }
  .tbl02 tbody tr td .btnlist li a {
    width: 100%;
    padding: 0.5rem 0;
  }
}

.tbl03 {
  width: 100%;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  letter-spacing: 0.075em;
  border-top: #c8ddd0 solid 1px;
}
.tbl03 tr th {
  font-weight: 400;
  background: #f0f8eb;
  border-bottom: #c8ddd0 solid 1px;
  padding: 2rem;
}
.tbl03 tr td {
  font-weight: 400;
  border-bottom: #c8ddd0 solid 1px;
  padding: 2rem;
}

.tbl04 tr th {
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}
.tbl04 tr th.align_L {
  text-align: left;
}
.tbl04 tr td {
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}
.tbl04 tr td .btn04 {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  margin: 0 0.5rem;
  padding: 0 0.5rem;
}
.tbl04 tr td .btn05 {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  margin: 0 0.5rem;
  padding: 0 0.5rem;
}
.tbl04 tr td.align_L {
  text-align: left;
}

.tbl05 {
  width: 100%;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  letter-spacing: 0.075em;
  border-top: #c8ddd0 solid 1px;
}
.tbl05 tr th {
  font-weight: 400;
  background: #f0f8eb;
  border-bottom: #c8ddd0 solid 1px;
  padding: 2rem;
}
.tbl05 tr td {
  font-weight: 400;
  border-bottom: #c8ddd0 solid 1px;
  padding: 2rem;
}
@media (max-width: 576px) {
  .tbl05 {
    display: block;
    width: 100%;
  }
  .tbl05 tbody {
    display: block;
    width: 100%;
  }
  .tbl05 tbody tr {
    display: block;
    width: 100%;
  }
  .tbl05 tbody tr th {
    display: block;
    width: 100%;
    padding: 1rem;
  }
  .tbl05 tbody tr td {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}

.tbl06 td.is__title {
  width: 50%;
}
@media (max-width: 768px) {
  .tbl06 td.is__title {
    width: 30%;
  }
}

.tbl07 {
  width: 100%;
  border-top: 1px solid #B5B5B5;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  margin-bottom: 20px;
}
.tbl07 th {
  font-weight: normal;
  background-color: #F8F8F8;
  padding: 10px;
  border-left: 1px solid #B5B5B5;
  border-right: 1px solid #B5B5B5;
  border-bottom: 1px solid #B5B5B5;
}
.tbl07 td {
  padding: 10px;
  border-right: 1px solid #B5B5B5;
  border-bottom: 1px solid #B5B5B5;
}
.tbl07 td input[type=text] {
  border: #EBEBEB solid 1px;
  padding: 0.5rem;
  background: #fff;
  width: 85%;
}
.tbl07 td input[type=radio] {
  margin-right: 8px;
}
.tbl07 td input[type=date] {
  width: 10em;
  border: #EBEBEB solid 1px;
  padding: 0.5rem;
  background: #fff;
}
.tbl07 td label {
  margin-right: 20px;
}
.tbl07 td select {
  border: #EBEBEB solid 1px;
  padding: 0.5rem;
  background: #fff;
  width: 85%;
}

.search_btn {
  margin-bottom: 50px;
}
.search_btn .btn09 {
  background-color: #1E9865;
  display: inline-block;
  color: #FFF;
  padding: 5px 10px;
  width: 10rem;
  text-align: center;
  margin-right: 10px;
}
.search_btn .btn10 {
  border: 1px solid #B5B5B5;
  display: inline-block;
  padding: 5px 10px;
  width: 10rem;
  text-align: center;
}

.ctrl_btn {
  margin: 20px 0 20px;
}
.ctrl_btn .btn11 {
  background-color: #1E9865;
  display: inline-block;
  color: #FFF;
  padding: 5px 10px;
  width: 16rem;
  text-align: center;
  margin-right: 10px;
}
.ctrl_btn .btn12 {
  background-color: #CC1818;
  display: inline-block;
  color: #FFF;
  padding: 5px 10px;
  width: 6rem;
  text-align: center;
}

@media (max-width: 768px) {
  .tablescroll {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .tablescroll table {
    width: 100%;
  }
  .tablescroll::-webkit-scrollbar {
    height: 5px;
  }
  .tablescroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .tablescroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

@media (max-width: 1024px) {
  .tablescroll02 {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .tablescroll02 table {
    width: 100%;
  }
  .tablescroll02::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .tablescroll02::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

.formtbl {
  width: 100%;
  border-bottom: #AECBBF solid 1px;
}
.formtbl tr th {
  background: #f0f8eb;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  letter-spacing: 0.075em;
  border-top: #AECBBF solid 1px;
  padding: 2rem;
  font-weight: 400;
  width: 30%;
  line-height: 1;
}
.formtbl tr th.req::after {
  content: "必須";
  color: #fff;
  background: #FF3053;
  font-size: 1rem;
  padding: 0.25rem 0.5rem 0.5rem;
  float: right;
}
.formtbl tr td {
  border-top: #AECBBF solid 1px;
  padding: 2rem;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.formtbl input[type=text] {
  border: #EBEBEB solid 1px;
  padding: 0.5rem;
  background: #fff;
  width: 85%;
}
.formtbl input[type=tel] {
  border: #EBEBEB solid 1px;
  padding: 0.5rem;
  background: #fff;
  width: 15%;
}
.formtbl select {
  border: #EBEBEB solid 1px;
  padding: 0.5rem;
  background: #fff;
  width: 15%;
}
.formtbl input[type=radio] {
  margin: 0 0.5rem 0 0;
}
.formtbl input[type=checkbox] {
  margin: 0 1rem 0 0;
}
.formtbl label {
  margin: 0 1.5rem 0 0;
}
.formtbl .w10 {
  width: 10% !important;
}
.formtbl .w15 {
  width: 15% !important;
}
.formtbl .w50 {
  width: 50% !important;
}
@media (max-width: 768px) {
  .formtbl {
    display: block;
    width: 100%;
  }
  .formtbl tbody {
    display: block;
    width: 100%;
  }
  .formtbl tbody tr {
    display: block;
    width: 100%;
  }
  .formtbl tbody tr th {
    display: block;
    width: 100%;
  }
  .formtbl tbody tr th.req::after {
    float: none;
    padding: 0 0.5rem 0.25rem;
    margin: 0 0 0 1.5rem;
  }
  .formtbl tbody tr td {
    display: block;
    width: 100%;
  }
  .formtbl tbody tr td .ml-20 {
    margin-left: 0 !important;
    margin-top: 1rem !important;
    display: block;
  }
  .formtbl input[type=text] {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .formtbl input[type=tel] {
    width: 25%;
  }
  .formtbl .w10 {
    width: 25% !important;
  }
  .formtbl .w15 {
    width: 30% !important;
  }
  .formtbl .w50 {
    width: 100% !important;
  }
}

.formtbl02 {
  width: 100%;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #f8f8f8;
  border-top: #ccc solid 1px;
  border-right: #ccc solid 1px;
}
.formtbl02 tr th {
  vertical-align: middle;
  padding: 3rem 2rem;
  font-weight: 500;
  border-bottom: #ccc solid 1px;
  border-left: #ccc solid 1px;
  width: 35%;
}
.formtbl02 tr td {
  vertical-align: middle;
  padding: 3rem 2rem;
  border-bottom: #ccc solid 1px;
}
.formtbl02 input[type=text] {
  border: #EBEBEB solid 1px;
  padding: 0.5rem;
  background: #fff;
  width: 80%;
}
.formtbl02 input[type=password] {
  border: #EBEBEB solid 1px;
  padding: 0.5rem;
  background: #fff;
  width: 80%;
}

@media (max-width: 768px) {
  .formtbl02 tr th {
    width: 30%;
    white-space: nowrap;
  }
  .formtbl02 input[type=text] {
    width: 100%;
  }
  .formtbl02 input[type=password] {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .formtbl02 {
    display: block;
    width: 100%;
  }
  .formtbl02 tbody {
    display: block;
    width: 100%;
  }
  .formtbl02 tbody tr {
    display: block;
    width: 100%;
  }
  .formtbl02 tbody tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .formtbl02 tbody tr td {
    display: block;
    width: 100%;
    border-left: #ccc solid 1px;
    padding-top: 1rem;
  }
}

.formtbl03 {
  width: 100%;
  border-bottom: #AECBBF solid 1px;
}
.formtbl03 tr th {
  background: #f0f8eb;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  letter-spacing: 0.075em;
  border-top: #AECBBF solid 1px;
  padding: 2rem;
  font-weight: 400;
  width: 30%;
  line-height: 1;
}
.formtbl03 tr th.req::after {
  content: "必須";
  color: #fff;
  background: #FF3053;
  font-size: 1rem;
  padding: 0.25rem 0.5rem 0.5rem;
  float: right;
}
.formtbl03 tr th span {
  line-height: 1.6em;
}
.formtbl03 tr td {
  border-top: #AECBBF solid 1px;
  padding: 2rem;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.formtbl03 input[type=text] {
  border: #EBEBEB solid 1px;
  padding: 0.5rem;
  background: #fff;
  width: 85%;
}
.formtbl03 input[type=email] {
  border: #EBEBEB solid 1px;
  padding: 0.5rem;
  background: #fff;
  width: 85%;
}
.formtbl03 input[type=tel] {
  border: #EBEBEB solid 1px;
  padding: 0.5rem;
  background: #fff;
  width: 15%;
}
.formtbl03 select {
  border: #EBEBEB solid 1px;
  padding: 0.5rem;
  background: #fff;
  width: 15%;
}
.formtbl03 input[type=radio] {
  margin: 0 0.5rem 0 0;
}
.formtbl03 input[type=checkbox] {
  margin: 0 1rem 0 0;
}
.formtbl03 label {
  margin: 0 1.5rem 0 0;
}
.formtbl03 textarea {
  border: #EBEBEB solid 1px;
  padding: 0.5rem;
  background: #fff;
  width: 95%;
  resize: vertical;
  height: 180px;
}
.formtbl03 textarea.low {
  height: 100px;
}
.formtbl03 .w10 {
  width: 10% !important;
}
.formtbl03 .w15 {
  width: 15% !important;
}
.formtbl03 .w50 {
  width: 50% !important;
}
@media (max-width: 768px) {
  .formtbl03 {
    display: block;
    width: 100%;
  }
  .formtbl03 tbody {
    display: block;
    width: 100%;
  }
  .formtbl03 tbody tr {
    display: block;
    width: 100%;
  }
  .formtbl03 tbody tr th {
    display: block;
    width: 100%;
  }
  .formtbl03 tbody tr th.req::after {
    float: none;
    padding: 0 0.5rem 0.25rem;
    margin: 0 0 0 1.5rem;
  }
  .formtbl03 tbody tr td {
    display: block;
    width: 100%;
  }
  .formtbl03 tbody tr td .ml-20 {
    margin-left: 0 !important;
    margin-top: 1rem !important;
    display: block;
  }
  .formtbl03 input[type=text] {
    width: 100%;
  }
  .formtbl03 input[type=email] {
    width: 100%;
  }
  .formtbl03 textarea {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .formtbl03 input[type=tel] {
    width: 25%;
  }
  .formtbl03 .w10 {
    width: 25% !important;
  }
  .formtbl03 .w15 {
    width: 30% !important;
  }
  .formtbl03 .w50 {
    width: 100% !important;
  }
}

.formtbl04 tr th {
  background: #f0f8eb;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  letter-spacing: 0.075em;
  border-top: #AECBBF solid 1px;
  padding: 1.5rem 2rem;
  font-weight: 400;
  width: 30%;
  position: relative;
  line-height: 1.6em;
}
.formtbl04 tr th.req::after {
  content: "必須";
  color: #fff;
  background: #FF3053;
  font-size: 1rem;
  padding: 0.25rem 0.5rem 0.5rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.formtbl04 tr th.after_top::after {
  top: 18px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  right: 10px;
}
.formtbl04 tr th.after_top02::after {
  top: 23px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  right: 10px;
}
.formtbl04 tr td {
  padding: 1.5rem 2rem;
}
.formtbl04 select {
  margin: 0.5rem 1rem 0.5rem 0;
  width: 10%;
}
.formtbl04 select.date {
  width: 20%;
}
.formtbl04 textarea.high {
  height: 420px;
}
.formtbl04 .w15 {
  width: 15% !important;
}
.formtbl04 .w35 {
  width: 35% !important;
}
.formtbl04 .w50 {
  width: 50% !important;
}
.formtbl04 .w60 {
  width: 60% !important;
}
.formtbl04 .w80 {
  width: 80% !important;
}
@media (max-width: 576px) {
  .formtbl04 select {
    width: 20%;
  }
  .formtbl04 select.date {
    width: 35%;
  }
  .formtbl04 .w15 {
    width: 30% !important;
  }
  .formtbl04 .w50 {
    width: 100% !important;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .d-inline {
  display: inline !important;
}
body .d-inline-block {
  display: inline-block !important;
}
body .d-block {
  display: block !important;
}
body .d-grid {
  display: -ms-grid !important;
  display: grid !important;
}
body .d-table {
  display: table !important;
}
body .d-table-row {
  display: table-row !important;
}
body .d-table-cell {
  display: table-cell !important;
}
body .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
body .d-none {
  display: none !important;
}
body .m-0 {
  margin: 0 !important;
}
body .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
body .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body .mt-0 {
  margin-top: 0 !important;
}
body .me-0 {
  margin-right: 0 !important;
}
body .mb-0 {
  margin-bottom: 0 !important;
}
body .ms-0 {
  margin-left: 0 !important;
}
body .p-0 {
  padding: 0 !important;
}
body .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body .pt-0 {
  padding-top: 0 !important;
}
body .pe-0 {
  padding-right: 0 !important;
}
body .pb-0 {
  padding-bottom: 0 !important;
}
body .ps-0 {
  padding-left: 0 !important;
}
@media (max-width: 576px) {
  body .d-sm-inline {
    display: inline !important;
  }
  body .d-sm-inline-block {
    display: inline-block !important;
  }
  body .d-sm-block {
    display: block !important;
  }
  body .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  body .d-sm-table {
    display: table !important;
  }
  body .d-sm-table-row {
    display: table-row !important;
  }
  body .d-sm-table-cell {
    display: table-cell !important;
  }
  body .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body .d-sm-none {
    display: none !important;
  }
  body .m-sm-0 {
    margin: 0 !important;
  }
  body .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .mt-sm-0 {
    margin-top: 0 !important;
  }
  body .me-sm-0 {
    margin-right: 0 !important;
  }
  body .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  body .ms-sm-0 {
    margin-left: 0 !important;
  }
  body .p-sm-0 {
    padding: 0 !important;
  }
  body .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .pt-sm-0 {
    padding-top: 0 !important;
  }
  body .pe-sm-0 {
    padding-right: 0 !important;
  }
  body .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  body .ps-sm-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 577px) {
  body .d-md-inline {
    display: inline !important;
  }
  body .d-md-inline-block {
    display: inline-block !important;
  }
  body .d-md-block {
    display: block !important;
  }
  body .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  body .d-md-table {
    display: table !important;
  }
  body .d-md-table-row {
    display: table-row !important;
  }
  body .d-md-table-cell {
    display: table-cell !important;
  }
  body .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body .d-md-none {
    display: none !important;
  }
  body .m-md-0 {
    margin: 0 !important;
  }
  body .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .mt-md-0 {
    margin-top: 0 !important;
  }
  body .me-md-0 {
    margin-right: 0 !important;
  }
  body .mb-md-0 {
    margin-bottom: 0 !important;
  }
  body .ms-md-0 {
    margin-left: 0 !important;
  }
  body .p-md-0 {
    padding: 0 !important;
  }
  body .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .pt-md-0 {
    padding-top: 0 !important;
  }
  body .pe-md-0 {
    padding-right: 0 !important;
  }
  body .pb-md-0 {
    padding-bottom: 0 !important;
  }
  body .ps-md-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 769px) {
  body .d-lg-inline {
    display: inline !important;
  }
  body .d-lg-inline-block {
    display: inline-block !important;
  }
  body .d-lg-block {
    display: block !important;
  }
  body .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  body .d-lg-table {
    display: table !important;
  }
  body .d-lg-table-row {
    display: table-row !important;
  }
  body .d-lg-table-cell {
    display: table-cell !important;
  }
  body .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body .d-lg-none {
    display: none !important;
  }
  body .m-lg-0 {
    margin: 0 !important;
  }
  body .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .mt-lg-0 {
    margin-top: 0 !important;
  }
  body .me-lg-0 {
    margin-right: 0 !important;
  }
  body .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  body .ms-lg-0 {
    margin-left: 0 !important;
  }
  body .p-lg-0 {
    padding: 0 !important;
  }
  body .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .pt-lg-0 {
    padding-top: 0 !important;
  }
  body .pe-lg-0 {
    padding-right: 0 !important;
  }
  body .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  body .ps-lg-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1025px) {
  body .d-xl-inline {
    display: inline !important;
  }
  body .d-xl-inline-block {
    display: inline-block !important;
  }
  body .d-xl-block {
    display: block !important;
  }
  body .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  body .d-xl-table {
    display: table !important;
  }
  body .d-xl-table-row {
    display: table-row !important;
  }
  body .d-xl-table-cell {
    display: table-cell !important;
  }
  body .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body .d-xl-none {
    display: none !important;
  }
  body .m-xl-0 {
    margin: 0 !important;
  }
  body .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .mt-xl-0 {
    margin-top: 0 !important;
  }
  body .me-xl-0 {
    margin-right: 0 !important;
  }
  body .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  body .ms-xl-0 {
    margin-left: 0 !important;
  }
  body .p-xl-0 {
    padding: 0 !important;
  }
  body .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .pt-xl-0 {
    padding-top: 0 !important;
  }
  body .pe-xl-0 {
    padding-right: 0 !important;
  }
  body .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  body .ps-xl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1281px) {
  body .d-xxl-inline {
    display: inline !important;
  }
  body .d-xxl-inline-block {
    display: inline-block !important;
  }
  body .d-xxl-block {
    display: block !important;
  }
  body .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  body .d-xxl-table {
    display: table !important;
  }
  body .d-xxl-table-row {
    display: table-row !important;
  }
  body .d-xxl-table-cell {
    display: table-cell !important;
  }
  body .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body .d-xxl-none {
    display: none !important;
  }
  body .m-xxl-0 {
    margin: 0 !important;
  }
  body .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .mt-xxl-0 {
    margin-top: 0 !important;
  }
  body .me-xxl-0 {
    margin-right: 0 !important;
  }
  body .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  body .ms-xxl-0 {
    margin-left: 0 !important;
  }
  body .p-xxl-0 {
    padding: 0 !important;
  }
  body .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .pt-xxl-0 {
    padding-top: 0 !important;
  }
  body .pe-xxl-0 {
    padding-right: 0 !important;
  }
  body .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  body .ps-xxl-0 {
    padding-left: 0 !important;
  }
}

body .mt-10 {
  margin-top: 1rem !important;
}
body .mt-20 {
  margin-top: 2rem !important;
}
body .mt-30 {
  margin-top: 3rem !important;
}
body .mt-40 {
  margin-top: 4rem !important;
}
body .mt-50 {
  margin-top: 5rem !important;
}
body .mt-60 {
  margin-top: 6rem !important;
}
body .mt-70 {
  margin-top: 7rem !important;
}
body .mt-80 {
  margin-top: 8rem !important;
}
body .mt-90 {
  margin-top: 9rem !important;
}
body .mt-100 {
  margin-top: 10rem !important;
}
body .mt-110 {
  margin-top: 11rem !important;
}
body .mt-120 {
  margin-top: 12rem !important;
}
body .mt-130 {
  margin-top: 13rem !important;
}
body .mt-140 {
  margin-top: 14rem !important;
}
body .mt-150 {
  margin-top: 15rem !important;
}
body .mt-160 {
  margin-top: 16rem !important;
}
body .mt-170 {
  margin-top: 17rem !important;
}
body .mt-180 {
  margin-top: 18rem !important;
}
body .mt-190 {
  margin-top: 19rem !important;
}
body .mt-200 {
  margin-top: 20rem !important;
}
body .mr-10 {
  margin-right: 1rem !important;
}
body .mr-20 {
  margin-right: 2rem !important;
}
body .mr-30 {
  margin-right: 3rem !important;
}
body .mr-40 {
  margin-right: 4rem !important;
}
body .mr-50 {
  margin-right: 5rem !important;
}
body .mr-60 {
  margin-right: 6rem !important;
}
body .mr-70 {
  margin-right: 7rem !important;
}
body .mr-80 {
  margin-right: 8rem !important;
}
body .mr-90 {
  margin-right: 9rem !important;
}
body .mr-100 {
  margin-right: 10rem !important;
}
body .mr-110 {
  margin-right: 11rem !important;
}
body .mr-120 {
  margin-right: 12rem !important;
}
body .mr-130 {
  margin-right: 13rem !important;
}
body .mr-140 {
  margin-right: 14rem !important;
}
body .mr-150 {
  margin-right: 15rem !important;
}
body .mr-160 {
  margin-right: 16rem !important;
}
body .mr-170 {
  margin-right: 17rem !important;
}
body .mr-180 {
  margin-right: 18rem !important;
}
body .mr-190 {
  margin-right: 19rem !important;
}
body .mr-200 {
  margin-right: 20rem !important;
}
body .mb-10 {
  margin-bottom: 1rem !important;
}
body .mb-20 {
  margin-bottom: 2rem !important;
}
body .mb-30 {
  margin-bottom: 3rem !important;
}
body .mb-40 {
  margin-bottom: 4rem !important;
}
body .mb-50 {
  margin-bottom: 5rem !important;
}
body .mb-60 {
  margin-bottom: 6rem !important;
}
body .mb-70 {
  margin-bottom: 7rem !important;
}
body .mb-80 {
  margin-bottom: 8rem !important;
}
body .mb-90 {
  margin-bottom: 9rem !important;
}
body .mb-100 {
  margin-bottom: 10rem !important;
}
body .mb-110 {
  margin-bottom: 11rem !important;
}
body .mb-120 {
  margin-bottom: 12rem !important;
}
body .mb-130 {
  margin-bottom: 13rem !important;
}
body .mb-140 {
  margin-bottom: 14rem !important;
}
body .mb-150 {
  margin-bottom: 15rem !important;
}
body .mb-160 {
  margin-bottom: 16rem !important;
}
body .mb-170 {
  margin-bottom: 17rem !important;
}
body .mb-180 {
  margin-bottom: 18rem !important;
}
body .mb-190 {
  margin-bottom: 19rem !important;
}
body .mb-200 {
  margin-bottom: 20rem !important;
}
body .ml-10 {
  margin-left: 1rem !important;
}
body .ml-20 {
  margin-left: 2rem !important;
}
body .ml-30 {
  margin-left: 3rem !important;
}
body .ml-40 {
  margin-left: 4rem !important;
}
body .ml-50 {
  margin-left: 5rem !important;
}
body .ml-60 {
  margin-left: 6rem !important;
}
body .ml-70 {
  margin-left: 7rem !important;
}
body .ml-80 {
  margin-left: 8rem !important;
}
body .ml-90 {
  margin-left: 9rem !important;
}
body .ml-100 {
  margin-left: 10rem !important;
}
body .ml-110 {
  margin-left: 11rem !important;
}
body .ml-120 {
  margin-left: 12rem !important;
}
body .ml-130 {
  margin-left: 13rem !important;
}
body .ml-140 {
  margin-left: 14rem !important;
}
body .ml-150 {
  margin-left: 15rem !important;
}
body .ml-160 {
  margin-left: 16rem !important;
}
body .ml-170 {
  margin-left: 17rem !important;
}
body .ml-180 {
  margin-left: 18rem !important;
}
body .ml-190 {
  margin-left: 19rem !important;
}
body .ml-200 {
  margin-left: 20rem !important;
}
body .pt-10 {
  padding-top: 1rem !important;
}
body .pt-20 {
  padding-top: 2rem !important;
}
body .pt-30 {
  padding-top: 3rem !important;
}
body .pt-40 {
  padding-top: 4rem !important;
}
body .pt-50 {
  padding-top: 5rem !important;
}
body .pt-60 {
  padding-top: 6rem !important;
}
body .pt-70 {
  padding-top: 7rem !important;
}
body .pt-80 {
  padding-top: 8rem !important;
}
body .pt-90 {
  padding-top: 9rem !important;
}
body .pt-100 {
  padding-top: 10rem !important;
}
body .pt-110 {
  padding-top: 11rem !important;
}
body .pt-120 {
  padding-top: 12rem !important;
}
body .pt-130 {
  padding-top: 13rem !important;
}
body .pt-140 {
  padding-top: 14rem !important;
}
body .pt-150 {
  padding-top: 15rem !important;
}
body .pt-160 {
  padding-top: 16rem !important;
}
body .pt-170 {
  padding-top: 17rem !important;
}
body .pt-180 {
  padding-top: 18rem !important;
}
body .pt-190 {
  padding-top: 19rem !important;
}
body .pt-200 {
  padding-top: 20rem !important;
}
body .pr-10 {
  padding-right: 1rem !important;
}
body .pr-20 {
  padding-right: 2rem !important;
}
body .pr-30 {
  padding-right: 3rem !important;
}
body .pr-40 {
  padding-right: 4rem !important;
}
body .pr-50 {
  padding-right: 5rem !important;
}
body .pr-60 {
  padding-right: 6rem !important;
}
body .pr-70 {
  padding-right: 7rem !important;
}
body .pr-80 {
  padding-right: 8rem !important;
}
body .pr-90 {
  padding-right: 9rem !important;
}
body .pr-100 {
  padding-right: 10rem !important;
}
body .pr-110 {
  padding-right: 11rem !important;
}
body .pr-120 {
  padding-right: 12rem !important;
}
body .pr-130 {
  padding-right: 13rem !important;
}
body .pr-140 {
  padding-right: 14rem !important;
}
body .pr-150 {
  padding-right: 15rem !important;
}
body .pr-160 {
  padding-right: 16rem !important;
}
body .pr-170 {
  padding-right: 17rem !important;
}
body .pr-180 {
  padding-right: 18rem !important;
}
body .pr-190 {
  padding-right: 19rem !important;
}
body .pr-200 {
  padding-right: 20rem !important;
}
body .pb-10 {
  padding-bottom: 1rem !important;
}
body .pb-20 {
  padding-bottom: 2rem !important;
}
body .pb-30 {
  padding-bottom: 3rem !important;
}
body .pb-40 {
  padding-bottom: 4rem !important;
}
body .pb-50 {
  padding-bottom: 5rem !important;
}
body .pb-60 {
  padding-bottom: 6rem !important;
}
body .pb-70 {
  padding-bottom: 7rem !important;
}
body .pb-80 {
  padding-bottom: 8rem !important;
}
body .pb-90 {
  padding-bottom: 9rem !important;
}
body .pb-100 {
  padding-bottom: 10rem !important;
}
body .pb-110 {
  padding-bottom: 11rem !important;
}
body .pb-120 {
  padding-bottom: 12rem !important;
}
body .pb-130 {
  padding-bottom: 13rem !important;
}
body .pb-140 {
  padding-bottom: 14rem !important;
}
body .pb-150 {
  padding-bottom: 15rem !important;
}
body .pb-160 {
  padding-bottom: 16rem !important;
}
body .pb-170 {
  padding-bottom: 17rem !important;
}
body .pb-180 {
  padding-bottom: 18rem !important;
}
body .pb-190 {
  padding-bottom: 19rem !important;
}
body .pb-200 {
  padding-bottom: 20rem !important;
}
body .pl-10 {
  padding-left: 1rem !important;
}
body .pl-20 {
  padding-left: 2rem !important;
}
body .pl-30 {
  padding-left: 3rem !important;
}
body .pl-40 {
  padding-left: 4rem !important;
}
body .pl-50 {
  padding-left: 5rem !important;
}
body .pl-60 {
  padding-left: 6rem !important;
}
body .pl-70 {
  padding-left: 7rem !important;
}
body .pl-80 {
  padding-left: 8rem !important;
}
body .pl-90 {
  padding-left: 9rem !important;
}
body .pl-100 {
  padding-left: 10rem !important;
}
body .pl-110 {
  padding-left: 11rem !important;
}
body .pl-120 {
  padding-left: 12rem !important;
}
body .pl-130 {
  padding-left: 13rem !important;
}
body .pl-140 {
  padding-left: 14rem !important;
}
body .pl-150 {
  padding-left: 15rem !important;
}
body .pl-160 {
  padding-left: 16rem !important;
}
body .pl-170 {
  padding-left: 17rem !important;
}
body .pl-180 {
  padding-left: 18rem !important;
}
body .pl-190 {
  padding-left: 19rem !important;
}
body .pl-200 {
  padding-left: 20rem !important;
}
@media (max-width: 768px) {
  body .mt-10 {
    margin-top: calc(1rem / 1.2) !important;
  }
  body .mt-20 {
    margin-top: calc(2rem / 1.2) !important;
  }
  body .mt-30 {
    margin-top: calc(3rem / 1.2) !important;
  }
  body .mt-40 {
    margin-top: calc(4rem / 1.2) !important;
  }
  body .mt-50 {
    margin-top: calc(5rem / 1.2) !important;
  }
  body .mt-60 {
    margin-top: calc(6rem / 1.2) !important;
  }
  body .mt-70 {
    margin-top: calc(7rem / 1.2) !important;
  }
  body .mt-80 {
    margin-top: calc(8rem / 1.2) !important;
  }
  body .mt-90 {
    margin-top: calc(9rem / 1.2) !important;
  }
  body .mt-100 {
    margin-top: calc(10rem / 1.2) !important;
  }
  body .mt-110 {
    margin-top: calc(11rem / 1.2) !important;
  }
  body .mt-120 {
    margin-top: calc(12rem / 1.2) !important;
  }
  body .mt-130 {
    margin-top: calc(13rem / 1.2) !important;
  }
  body .mt-140 {
    margin-top: calc(14rem / 1.2) !important;
  }
  body .mt-150 {
    margin-top: calc(15rem / 1.2) !important;
  }
  body .mt-160 {
    margin-top: calc(16rem / 1.2) !important;
  }
  body .mt-170 {
    margin-top: calc(17rem / 1.2) !important;
  }
  body .mt-180 {
    margin-top: calc(18rem / 1.2) !important;
  }
  body .mt-190 {
    margin-top: calc(19rem / 1.2) !important;
  }
  body .mt-200 {
    margin-top: calc(20rem / 1.2) !important;
  }
  body .mr-10 {
    margin-right: calc(1rem / 1.2) !important;
  }
  body .mr-20 {
    margin-right: calc(2rem / 1.2) !important;
  }
  body .mr-30 {
    margin-right: calc(3rem / 1.2) !important;
  }
  body .mr-40 {
    margin-right: calc(4rem / 1.2) !important;
  }
  body .mr-50 {
    margin-right: calc(5rem / 1.2) !important;
  }
  body .mr-60 {
    margin-right: calc(6rem / 1.2) !important;
  }
  body .mr-70 {
    margin-right: calc(7rem / 1.2) !important;
  }
  body .mr-80 {
    margin-right: calc(8rem / 1.2) !important;
  }
  body .mr-90 {
    margin-right: calc(9rem / 1.2) !important;
  }
  body .mr-100 {
    margin-right: calc(10rem / 1.2) !important;
  }
  body .mr-110 {
    margin-right: calc(11rem / 1.2) !important;
  }
  body .mr-120 {
    margin-right: calc(12rem / 1.2) !important;
  }
  body .mr-130 {
    margin-right: calc(13rem / 1.2) !important;
  }
  body .mr-140 {
    margin-right: calc(14rem / 1.2) !important;
  }
  body .mr-150 {
    margin-right: calc(15rem / 1.2) !important;
  }
  body .mr-160 {
    margin-right: calc(16rem / 1.2) !important;
  }
  body .mr-170 {
    margin-right: calc(17rem / 1.2) !important;
  }
  body .mr-180 {
    margin-right: calc(18rem / 1.2) !important;
  }
  body .mr-190 {
    margin-right: calc(19rem / 1.2) !important;
  }
  body .mr-200 {
    margin-right: calc(20rem / 1.2) !important;
  }
  body .mb-10 {
    margin-bottom: calc(1rem / 1.2) !important;
  }
  body .mb-20 {
    margin-bottom: calc(2rem / 1.2) !important;
  }
  body .mb-30 {
    margin-bottom: calc(3rem / 1.2) !important;
  }
  body .mb-40 {
    margin-bottom: calc(4rem / 1.2) !important;
  }
  body .mb-50 {
    margin-bottom: calc(5rem / 1.2) !important;
  }
  body .mb-60 {
    margin-bottom: calc(6rem / 1.2) !important;
  }
  body .mb-70 {
    margin-bottom: calc(7rem / 1.2) !important;
  }
  body .mb-80 {
    margin-bottom: calc(8rem / 1.2) !important;
  }
  body .mb-90 {
    margin-bottom: calc(9rem / 1.2) !important;
  }
  body .mb-100 {
    margin-bottom: calc(10rem / 1.2) !important;
  }
  body .mb-110 {
    margin-bottom: calc(11rem / 1.2) !important;
  }
  body .mb-120 {
    margin-bottom: calc(12rem / 1.2) !important;
  }
  body .mb-130 {
    margin-bottom: calc(13rem / 1.2) !important;
  }
  body .mb-140 {
    margin-bottom: calc(14rem / 1.2) !important;
  }
  body .mb-150 {
    margin-bottom: calc(15rem / 1.2) !important;
  }
  body .mb-160 {
    margin-bottom: calc(16rem / 1.2) !important;
  }
  body .mb-170 {
    margin-bottom: calc(17rem / 1.2) !important;
  }
  body .mb-180 {
    margin-bottom: calc(18rem / 1.2) !important;
  }
  body .mb-190 {
    margin-bottom: calc(19rem / 1.2) !important;
  }
  body .mb-200 {
    margin-bottom: calc(20rem / 1.2) !important;
  }
  body .ml-10 {
    margin-left: calc(1rem / 1.2) !important;
  }
  body .ml-20 {
    margin-left: calc(2rem / 1.2) !important;
  }
  body .ml-30 {
    margin-left: calc(3rem / 1.2) !important;
  }
  body .ml-40 {
    margin-left: calc(4rem / 1.2) !important;
  }
  body .ml-50 {
    margin-left: calc(5rem / 1.2) !important;
  }
  body .ml-60 {
    margin-left: calc(6rem / 1.2) !important;
  }
  body .ml-70 {
    margin-left: calc(7rem / 1.2) !important;
  }
  body .ml-80 {
    margin-left: calc(8rem / 1.2) !important;
  }
  body .ml-90 {
    margin-left: calc(9rem / 1.2) !important;
  }
  body .ml-100 {
    margin-left: calc(10rem / 1.2) !important;
  }
  body .ml-110 {
    margin-left: calc(11rem / 1.2) !important;
  }
  body .ml-120 {
    margin-left: calc(12rem / 1.2) !important;
  }
  body .ml-130 {
    margin-left: calc(13rem / 1.2) !important;
  }
  body .ml-140 {
    margin-left: calc(14rem / 1.2) !important;
  }
  body .ml-150 {
    margin-left: calc(15rem / 1.2) !important;
  }
  body .ml-160 {
    margin-left: calc(16rem / 1.2) !important;
  }
  body .ml-170 {
    margin-left: calc(17rem / 1.2) !important;
  }
  body .ml-180 {
    margin-left: calc(18rem / 1.2) !important;
  }
  body .ml-190 {
    margin-left: calc(19rem / 1.2) !important;
  }
  body .ml-200 {
    margin-left: calc(20rem / 1.2) !important;
  }
  body .pt-10 {
    padding-top: calc(1rem / 1.2) !important;
  }
  body .pt-20 {
    padding-top: calc(2rem / 1.2) !important;
  }
  body .pt-30 {
    padding-top: calc(3rem / 1.2) !important;
  }
  body .pt-40 {
    padding-top: calc(4rem / 1.2) !important;
  }
  body .pt-50 {
    padding-top: calc(5rem / 1.2) !important;
  }
  body .pt-60 {
    padding-top: calc(6rem / 1.2) !important;
  }
  body .pt-70 {
    padding-top: calc(7rem / 1.2) !important;
  }
  body .pt-80 {
    padding-top: calc(8rem / 1.2) !important;
  }
  body .pt-90 {
    padding-top: calc(9rem / 1.2) !important;
  }
  body .pt-100 {
    padding-top: calc(10rem / 1.2) !important;
  }
  body .pt-110 {
    padding-top: calc(11rem / 1.2) !important;
  }
  body .pt-120 {
    padding-top: calc(12rem / 1.2) !important;
  }
  body .pt-130 {
    padding-top: calc(13rem / 1.2) !important;
  }
  body .pt-140 {
    padding-top: calc(14rem / 1.2) !important;
  }
  body .pt-150 {
    padding-top: calc(15rem / 1.2) !important;
  }
  body .pt-160 {
    padding-top: calc(16rem / 1.2) !important;
  }
  body .pt-170 {
    padding-top: calc(17rem / 1.2) !important;
  }
  body .pt-180 {
    padding-top: calc(18rem / 1.2) !important;
  }
  body .pt-190 {
    padding-top: calc(19rem / 1.2) !important;
  }
  body .pt-200 {
    padding-top: calc(20rem / 1.2) !important;
  }
  body .pr-10 {
    padding-right: calc(1rem / 1.2) !important;
  }
  body .pr-20 {
    padding-right: calc(2rem / 1.2) !important;
  }
  body .pr-30 {
    padding-right: calc(3rem / 1.2) !important;
  }
  body .pr-40 {
    padding-right: calc(4rem / 1.2) !important;
  }
  body .pr-50 {
    padding-right: calc(5rem / 1.2) !important;
  }
  body .pr-60 {
    padding-right: calc(6rem / 1.2) !important;
  }
  body .pr-70 {
    padding-right: calc(7rem / 1.2) !important;
  }
  body .pr-80 {
    padding-right: calc(8rem / 1.2) !important;
  }
  body .pr-90 {
    padding-right: calc(9rem / 1.2) !important;
  }
  body .pr-100 {
    padding-right: calc(10rem / 1.2) !important;
  }
  body .pr-110 {
    padding-right: calc(11rem / 1.2) !important;
  }
  body .pr-120 {
    padding-right: calc(12rem / 1.2) !important;
  }
  body .pr-130 {
    padding-right: calc(13rem / 1.2) !important;
  }
  body .pr-140 {
    padding-right: calc(14rem / 1.2) !important;
  }
  body .pr-150 {
    padding-right: calc(15rem / 1.2) !important;
  }
  body .pr-160 {
    padding-right: calc(16rem / 1.2) !important;
  }
  body .pr-170 {
    padding-right: calc(17rem / 1.2) !important;
  }
  body .pr-180 {
    padding-right: calc(18rem / 1.2) !important;
  }
  body .pr-190 {
    padding-right: calc(19rem / 1.2) !important;
  }
  body .pr-200 {
    padding-right: calc(20rem / 1.2) !important;
  }
  body .pb-10 {
    padding-bottom: calc(1rem / 1.2) !important;
  }
  body .pb-20 {
    padding-bottom: calc(2rem / 1.2) !important;
  }
  body .pb-30 {
    padding-bottom: calc(3rem / 1.2) !important;
  }
  body .pb-40 {
    padding-bottom: calc(4rem / 1.2) !important;
  }
  body .pb-50 {
    padding-bottom: calc(5rem / 1.2) !important;
  }
  body .pb-60 {
    padding-bottom: calc(6rem / 1.2) !important;
  }
  body .pb-70 {
    padding-bottom: calc(7rem / 1.2) !important;
  }
  body .pb-80 {
    padding-bottom: calc(8rem / 1.2) !important;
  }
  body .pb-90 {
    padding-bottom: calc(9rem / 1.2) !important;
  }
  body .pb-100 {
    padding-bottom: calc(10rem / 1.2) !important;
  }
  body .pb-110 {
    padding-bottom: calc(11rem / 1.2) !important;
  }
  body .pb-120 {
    padding-bottom: calc(12rem / 1.2) !important;
  }
  body .pb-130 {
    padding-bottom: calc(13rem / 1.2) !important;
  }
  body .pb-140 {
    padding-bottom: calc(14rem / 1.2) !important;
  }
  body .pb-150 {
    padding-bottom: calc(15rem / 1.2) !important;
  }
  body .pb-160 {
    padding-bottom: calc(16rem / 1.2) !important;
  }
  body .pb-170 {
    padding-bottom: calc(17rem / 1.2) !important;
  }
  body .pb-180 {
    padding-bottom: calc(18rem / 1.2) !important;
  }
  body .pb-190 {
    padding-bottom: calc(19rem / 1.2) !important;
  }
  body .pb-200 {
    padding-bottom: calc(20rem / 1.2) !important;
  }
  body .pl-10 {
    padding-left: calc(1rem / 1.2) !important;
  }
  body .pl-20 {
    padding-left: calc(2rem / 1.2) !important;
  }
  body .pl-30 {
    padding-left: calc(3rem / 1.2) !important;
  }
  body .pl-40 {
    padding-left: calc(4rem / 1.2) !important;
  }
  body .pl-50 {
    padding-left: calc(5rem / 1.2) !important;
  }
  body .pl-60 {
    padding-left: calc(6rem / 1.2) !important;
  }
  body .pl-70 {
    padding-left: calc(7rem / 1.2) !important;
  }
  body .pl-80 {
    padding-left: calc(8rem / 1.2) !important;
  }
  body .pl-90 {
    padding-left: calc(9rem / 1.2) !important;
  }
  body .pl-100 {
    padding-left: calc(10rem / 1.2) !important;
  }
  body .pl-110 {
    padding-left: calc(11rem / 1.2) !important;
  }
  body .pl-120 {
    padding-left: calc(12rem / 1.2) !important;
  }
  body .pl-130 {
    padding-left: calc(13rem / 1.2) !important;
  }
  body .pl-140 {
    padding-left: calc(14rem / 1.2) !important;
  }
  body .pl-150 {
    padding-left: calc(15rem / 1.2) !important;
  }
  body .pl-160 {
    padding-left: calc(16rem / 1.2) !important;
  }
  body .pl-170 {
    padding-left: calc(17rem / 1.2) !important;
  }
  body .pl-180 {
    padding-left: calc(18rem / 1.2) !important;
  }
  body .pl-190 {
    padding-left: calc(19rem / 1.2) !important;
  }
  body .pl-200 {
    padding-left: calc(20rem / 1.2) !important;
  }
}
@media (max-width: 576px) {
  body .mt-10 {
    margin-top: calc(1rem / 1.5) !important;
  }
  body .mt-20 {
    margin-top: calc(2rem / 1.5) !important;
  }
  body .mt-30 {
    margin-top: calc(3rem / 1.5) !important;
  }
  body .mt-40 {
    margin-top: calc(4rem / 1.5) !important;
  }
  body .mt-50 {
    margin-top: calc(5rem / 1.5) !important;
  }
  body .mt-60 {
    margin-top: calc(6rem / 1.5) !important;
  }
  body .mt-70 {
    margin-top: calc(7rem / 1.5) !important;
  }
  body .mt-80 {
    margin-top: calc(8rem / 1.5) !important;
  }
  body .mt-90 {
    margin-top: calc(9rem / 1.5) !important;
  }
  body .mt-100 {
    margin-top: calc(10rem / 1.5) !important;
  }
  body .mt-110 {
    margin-top: calc(11rem / 1.5) !important;
  }
  body .mt-120 {
    margin-top: calc(12rem / 1.5) !important;
  }
  body .mt-130 {
    margin-top: calc(13rem / 1.5) !important;
  }
  body .mt-140 {
    margin-top: calc(14rem / 1.5) !important;
  }
  body .mt-150 {
    margin-top: calc(15rem / 1.5) !important;
  }
  body .mt-160 {
    margin-top: calc(16rem / 1.5) !important;
  }
  body .mt-170 {
    margin-top: calc(17rem / 1.5) !important;
  }
  body .mt-180 {
    margin-top: calc(18rem / 1.5) !important;
  }
  body .mt-190 {
    margin-top: calc(19rem / 1.5) !important;
  }
  body .mt-200 {
    margin-top: calc(20rem / 1.5) !important;
  }
  body .mr-10 {
    margin-right: calc(1rem / 1.5) !important;
  }
  body .mr-20 {
    margin-right: calc(2rem / 1.5) !important;
  }
  body .mr-30 {
    margin-right: calc(3rem / 1.5) !important;
  }
  body .mr-40 {
    margin-right: calc(4rem / 1.5) !important;
  }
  body .mr-50 {
    margin-right: calc(5rem / 1.5) !important;
  }
  body .mr-60 {
    margin-right: calc(6rem / 1.5) !important;
  }
  body .mr-70 {
    margin-right: calc(7rem / 1.5) !important;
  }
  body .mr-80 {
    margin-right: calc(8rem / 1.5) !important;
  }
  body .mr-90 {
    margin-right: calc(9rem / 1.5) !important;
  }
  body .mr-100 {
    margin-right: calc(10rem / 1.5) !important;
  }
  body .mr-110 {
    margin-right: calc(11rem / 1.5) !important;
  }
  body .mr-120 {
    margin-right: calc(12rem / 1.5) !important;
  }
  body .mr-130 {
    margin-right: calc(13rem / 1.5) !important;
  }
  body .mr-140 {
    margin-right: calc(14rem / 1.5) !important;
  }
  body .mr-150 {
    margin-right: calc(15rem / 1.5) !important;
  }
  body .mr-160 {
    margin-right: calc(16rem / 1.5) !important;
  }
  body .mr-170 {
    margin-right: calc(17rem / 1.5) !important;
  }
  body .mr-180 {
    margin-right: calc(18rem / 1.5) !important;
  }
  body .mr-190 {
    margin-right: calc(19rem / 1.5) !important;
  }
  body .mr-200 {
    margin-right: calc(20rem / 1.5) !important;
  }
  body .mb-10 {
    margin-bottom: calc(1rem / 1.5) !important;
  }
  body .mb-20 {
    margin-bottom: calc(2rem / 1.5) !important;
  }
  body .mb-30 {
    margin-bottom: calc(3rem / 1.5) !important;
  }
  body .mb-40 {
    margin-bottom: calc(4rem / 1.5) !important;
  }
  body .mb-50 {
    margin-bottom: calc(5rem / 1.5) !important;
  }
  body .mb-60 {
    margin-bottom: calc(6rem / 1.5) !important;
  }
  body .mb-70 {
    margin-bottom: calc(7rem / 1.5) !important;
  }
  body .mb-80 {
    margin-bottom: calc(8rem / 1.5) !important;
  }
  body .mb-90 {
    margin-bottom: calc(9rem / 1.5) !important;
  }
  body .mb-100 {
    margin-bottom: calc(10rem / 1.5) !important;
  }
  body .mb-110 {
    margin-bottom: calc(11rem / 1.5) !important;
  }
  body .mb-120 {
    margin-bottom: calc(12rem / 1.5) !important;
  }
  body .mb-130 {
    margin-bottom: calc(13rem / 1.5) !important;
  }
  body .mb-140 {
    margin-bottom: calc(14rem / 1.5) !important;
  }
  body .mb-150 {
    margin-bottom: calc(15rem / 1.5) !important;
  }
  body .mb-160 {
    margin-bottom: calc(16rem / 1.5) !important;
  }
  body .mb-170 {
    margin-bottom: calc(17rem / 1.5) !important;
  }
  body .mb-180 {
    margin-bottom: calc(18rem / 1.5) !important;
  }
  body .mb-190 {
    margin-bottom: calc(19rem / 1.5) !important;
  }
  body .mb-200 {
    margin-bottom: calc(20rem / 1.5) !important;
  }
  body .ml-10 {
    margin-left: calc(1rem / 1.5) !important;
  }
  body .ml-20 {
    margin-left: calc(2rem / 1.5) !important;
  }
  body .ml-30 {
    margin-left: calc(3rem / 1.5) !important;
  }
  body .ml-40 {
    margin-left: calc(4rem / 1.5) !important;
  }
  body .ml-50 {
    margin-left: calc(5rem / 1.5) !important;
  }
  body .ml-60 {
    margin-left: calc(6rem / 1.5) !important;
  }
  body .ml-70 {
    margin-left: calc(7rem / 1.5) !important;
  }
  body .ml-80 {
    margin-left: calc(8rem / 1.5) !important;
  }
  body .ml-90 {
    margin-left: calc(9rem / 1.5) !important;
  }
  body .ml-100 {
    margin-left: calc(10rem / 1.5) !important;
  }
  body .ml-110 {
    margin-left: calc(11rem / 1.5) !important;
  }
  body .ml-120 {
    margin-left: calc(12rem / 1.5) !important;
  }
  body .ml-130 {
    margin-left: calc(13rem / 1.5) !important;
  }
  body .ml-140 {
    margin-left: calc(14rem / 1.5) !important;
  }
  body .ml-150 {
    margin-left: calc(15rem / 1.5) !important;
  }
  body .ml-160 {
    margin-left: calc(16rem / 1.5) !important;
  }
  body .ml-170 {
    margin-left: calc(17rem / 1.5) !important;
  }
  body .ml-180 {
    margin-left: calc(18rem / 1.5) !important;
  }
  body .ml-190 {
    margin-left: calc(19rem / 1.5) !important;
  }
  body .ml-200 {
    margin-left: calc(20rem / 1.5) !important;
  }
  body .pt-10 {
    padding-top: calc(1rem / 1.5) !important;
  }
  body .pt-20 {
    padding-top: calc(2rem / 1.5) !important;
  }
  body .pt-30 {
    padding-top: calc(3rem / 1.5) !important;
  }
  body .pt-40 {
    padding-top: calc(4rem / 1.5) !important;
  }
  body .pt-50 {
    padding-top: calc(5rem / 1.5) !important;
  }
  body .pt-60 {
    padding-top: calc(6rem / 1.5) !important;
  }
  body .pt-70 {
    padding-top: calc(7rem / 1.5) !important;
  }
  body .pt-80 {
    padding-top: calc(8rem / 1.5) !important;
  }
  body .pt-90 {
    padding-top: calc(9rem / 1.5) !important;
  }
  body .pt-100 {
    padding-top: calc(10rem / 1.5) !important;
  }
  body .pt-110 {
    padding-top: calc(11rem / 1.5) !important;
  }
  body .pt-120 {
    padding-top: calc(12rem / 1.5) !important;
  }
  body .pt-130 {
    padding-top: calc(13rem / 1.5) !important;
  }
  body .pt-140 {
    padding-top: calc(14rem / 1.5) !important;
  }
  body .pt-150 {
    padding-top: calc(15rem / 1.5) !important;
  }
  body .pt-160 {
    padding-top: calc(16rem / 1.5) !important;
  }
  body .pt-170 {
    padding-top: calc(17rem / 1.5) !important;
  }
  body .pt-180 {
    padding-top: calc(18rem / 1.5) !important;
  }
  body .pt-190 {
    padding-top: calc(19rem / 1.5) !important;
  }
  body .pt-200 {
    padding-top: calc(20rem / 1.5) !important;
  }
  body .pr-10 {
    padding-right: calc(1rem / 1.5) !important;
  }
  body .pr-20 {
    padding-right: calc(2rem / 1.5) !important;
  }
  body .pr-30 {
    padding-right: calc(3rem / 1.5) !important;
  }
  body .pr-40 {
    padding-right: calc(4rem / 1.5) !important;
  }
  body .pr-50 {
    padding-right: calc(5rem / 1.5) !important;
  }
  body .pr-60 {
    padding-right: calc(6rem / 1.5) !important;
  }
  body .pr-70 {
    padding-right: calc(7rem / 1.5) !important;
  }
  body .pr-80 {
    padding-right: calc(8rem / 1.5) !important;
  }
  body .pr-90 {
    padding-right: calc(9rem / 1.5) !important;
  }
  body .pr-100 {
    padding-right: calc(10rem / 1.5) !important;
  }
  body .pr-110 {
    padding-right: calc(11rem / 1.5) !important;
  }
  body .pr-120 {
    padding-right: calc(12rem / 1.5) !important;
  }
  body .pr-130 {
    padding-right: calc(13rem / 1.5) !important;
  }
  body .pr-140 {
    padding-right: calc(14rem / 1.5) !important;
  }
  body .pr-150 {
    padding-right: calc(15rem / 1.5) !important;
  }
  body .pr-160 {
    padding-right: calc(16rem / 1.5) !important;
  }
  body .pr-170 {
    padding-right: calc(17rem / 1.5) !important;
  }
  body .pr-180 {
    padding-right: calc(18rem / 1.5) !important;
  }
  body .pr-190 {
    padding-right: calc(19rem / 1.5) !important;
  }
  body .pr-200 {
    padding-right: calc(20rem / 1.5) !important;
  }
  body .pb-10 {
    padding-bottom: calc(1rem / 1.5) !important;
  }
  body .pb-20 {
    padding-bottom: calc(2rem / 1.5) !important;
  }
  body .pb-30 {
    padding-bottom: calc(3rem / 1.5) !important;
  }
  body .pb-40 {
    padding-bottom: calc(4rem / 1.5) !important;
  }
  body .pb-50 {
    padding-bottom: calc(5rem / 1.5) !important;
  }
  body .pb-60 {
    padding-bottom: calc(6rem / 1.5) !important;
  }
  body .pb-70 {
    padding-bottom: calc(7rem / 1.5) !important;
  }
  body .pb-80 {
    padding-bottom: calc(8rem / 1.5) !important;
  }
  body .pb-90 {
    padding-bottom: calc(9rem / 1.5) !important;
  }
  body .pb-100 {
    padding-bottom: calc(10rem / 1.5) !important;
  }
  body .pb-110 {
    padding-bottom: calc(11rem / 1.5) !important;
  }
  body .pb-120 {
    padding-bottom: calc(12rem / 1.5) !important;
  }
  body .pb-130 {
    padding-bottom: calc(13rem / 1.5) !important;
  }
  body .pb-140 {
    padding-bottom: calc(14rem / 1.5) !important;
  }
  body .pb-150 {
    padding-bottom: calc(15rem / 1.5) !important;
  }
  body .pb-160 {
    padding-bottom: calc(16rem / 1.5) !important;
  }
  body .pb-170 {
    padding-bottom: calc(17rem / 1.5) !important;
  }
  body .pb-180 {
    padding-bottom: calc(18rem / 1.5) !important;
  }
  body .pb-190 {
    padding-bottom: calc(19rem / 1.5) !important;
  }
  body .pb-200 {
    padding-bottom: calc(20rem / 1.5) !important;
  }
  body .pl-10 {
    padding-left: calc(1rem / 1.5) !important;
  }
  body .pl-20 {
    padding-left: calc(2rem / 1.5) !important;
  }
  body .pl-30 {
    padding-left: calc(3rem / 1.5) !important;
  }
  body .pl-40 {
    padding-left: calc(4rem / 1.5) !important;
  }
  body .pl-50 {
    padding-left: calc(5rem / 1.5) !important;
  }
  body .pl-60 {
    padding-left: calc(6rem / 1.5) !important;
  }
  body .pl-70 {
    padding-left: calc(7rem / 1.5) !important;
  }
  body .pl-80 {
    padding-left: calc(8rem / 1.5) !important;
  }
  body .pl-90 {
    padding-left: calc(9rem / 1.5) !important;
  }
  body .pl-100 {
    padding-left: calc(10rem / 1.5) !important;
  }
  body .pl-110 {
    padding-left: calc(11rem / 1.5) !important;
  }
  body .pl-120 {
    padding-left: calc(12rem / 1.5) !important;
  }
  body .pl-130 {
    padding-left: calc(13rem / 1.5) !important;
  }
  body .pl-140 {
    padding-left: calc(14rem / 1.5) !important;
  }
  body .pl-150 {
    padding-left: calc(15rem / 1.5) !important;
  }
  body .pl-160 {
    padding-left: calc(16rem / 1.5) !important;
  }
  body .pl-170 {
    padding-left: calc(17rem / 1.5) !important;
  }
  body .pl-180 {
    padding-left: calc(18rem / 1.5) !important;
  }
  body .pl-190 {
    padding-left: calc(19rem / 1.5) !important;
  }
  body .pl-200 {
    padding-left: calc(20rem / 1.5) !important;
  }
}

.container-base, .container-1180, .container-1000 {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-1000 {
  max-width: 1040px;
}

.container-1180 {
  max-width: 1220px;
}