@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;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw700 {
  font-weight: 700 !important;
}

.fs10 {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}

.fs11 {
  font-size: clamp(1rem, 0.986rem + 0.07vw, 1.1rem);
}

.fs12 {
  font-size: clamp(1rem, 0.971rem + 0.14vw, 1.2rem);
}

.fs13 {
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
}

.fs14 {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}

.fs15 {
  font-size: clamp(1.15rem, 1.1rem + 0.25vw, 1.5rem);
}

.fs16 {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
}

.fs17 {
  font-size: clamp(1.25rem, 1.186rem + 0.32vw, 1.7rem);
}

.fs18 {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
}

.fs19 {
  font-size: clamp(1.35rem, 1.271rem + 0.39vw, 1.9rem);
}

.fs20 {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
}

.fs21 {
  font-size: clamp(1.45rem, 1.357rem + 0.46vw, 2.1rem);
}

.fs22 {
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2.2rem);
}

.fs23 {
  font-size: clamp(1.6rem, 1.5rem + 0.5vw, 2.3rem);
}

.fs24 {
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
}

.fs25 {
  font-size: clamp(1.8rem, 1.7rem + 0.5vw, 2.5rem);
}

.fs26 {
  font-size: clamp(1.9rem, 1.8rem + 0.5vw, 2.6rem);
}

.fs27 {
  font-size: clamp(2rem, 1.9rem + 0.5vw, 2.7rem);
}

.fs28 {
  font-size: clamp(2.1rem, 2rem + 0.5vw, 2.8rem);
}

.fs29 {
  font-size: clamp(2.2rem, 2.1rem + 0.5vw, 2.9rem);
}

.fs30 {
  font-size: clamp(2.0rem, 2.0rem + 0.5vw, 3rem);
}

.fs31 {
  font-size: clamp(2.4rem, 2.3rem + 0.5vw, 3.1rem);
}

.fs32 {
  font-size: clamp(2.5rem, 2.4rem + 0.5vw, 3.2rem);
}

.fs33 {
  font-size: clamp(2.6rem, 2.5rem + 0.5vw, 3.3rem);
}

.fs34 {
  font-size: clamp(2.7rem, 2.6rem + 0.5vw, 3.4rem);
}

.fs35 {
  font-size: clamp(2.8rem, 2.7rem + 0.5vw, 3.5rem);
}

.fs36 {
  font-size: clamp(2.9rem, 2.8rem + 0.5vw, 3.6rem);
}

.fs37 {
  font-size: clamp(3rem, 2.9rem + 0.5vw, 3.7rem);
}

.fs38 {
  font-size: clamp(3.1rem, 3rem + 0.5vw, 3.8rem);
}

.fs39 {
  font-size: clamp(3.2rem, 3.1rem + 0.5vw, 3.9rem);
}

.fs40 {
  font-size: clamp(3.3rem, 3.2rem + 0.5vw, 4rem);
}

@media (max-width: 1024px) {
  .drawer_nav {
    background: white;
    position: fixed;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
  }
  .drawer_nav.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
  }
}

.drawer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer_menu li {
  margin: 0 0 0 4rem;
}
.drawer_menu li a {
  display: block;
  color: #000;
}
.drawer_menu li a:hover {
  color: #999;
}
.drawer_menu li.is__contact {
  margin: 0 2rem 0 4rem;
}
.drawer_menu li.is__contact 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;
  background: #17458F;
  color: #fff;
  border-radius: 5px;
  padding: 1rem 3rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.drawer_menu li.is__contact a img {
  margin: 0 1rem 0 0;
}
.drawer_menu li.is__contact a:hover {
  background: #333;
}
@media (max-width: 1024px) {
  .drawer_menu {
    display: block;
    border-top: #23316D solid 1px;
    padding-top: 1.5rem;
  }
  .drawer_menu li {
    margin: 0 0 0 0;
    padding: 1.5rem 2rem;
  }
  .drawer_menu li.is__contact {
    margin: 0;
  }
  .drawer_menu li.is__contact a {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .drawer_menu li.is__baseinfo {
    margin: 0 0 3rem 0;
  }
  .drawer_menu li.is__baseinfo 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;
    background: #23316D;
    color: #fff;
    border-radius: 5px;
    padding: 1rem 3rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .drawer_menu li.is__contact a {
    max-width: 250px;
  }
  .drawer_menu li.is__baseinfo a {
    max-width: 250px;
  }
}

.openbtn {
  display: none;
}
@media (max-width: 1024px) {
  .openbtn {
    display: block;
    position: fixed;
    top: 11px;
    right: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 5;
  }
  .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    background: #17458F;
    width: 50%;
  }
  .openbtn span:nth-child(1) {
    top: 15px;
  }
  .openbtn span:nth-child(2) {
    top: 23px;
  }
  .openbtn span:nth-child(3) {
    top: 31px;
  }
  .openbtn.active span:nth-child(1) {
    top: 18px;
    left: 11px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  .openbtn.active span:nth-child(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-child(3) {
    top: 30px;
    left: 11px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

#loginpage_header {
  padding: 0;
  position: fixed;
  width: 100%;
  background: #fff;
  height: 143px;
}
#loginpage_header .logo {
  padding: 1rem 2rem;
}
@media (max-width: 576px) {
  #loginpage_header .logo img {
    width: 130px;
  }
}

#header {
  position: fixed;
  width: 100%;
  z-index: 3;
  background: #fff;
}
#header .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .logo {
  padding: 1rem 2rem;
}
#header .page_header {
  width: 100%;
  background: #23316D;
  color: #fff;
  padding: 1rem 2rem;
  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;
}
#header .page_header__nav ul {
  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;
}
#header .page_header__nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 3rem;
}
#header .page_header__nav ul li img {
  margin: 0 1rem 0 0;
}
#header .page_header__nav ul li.is__baseinfo a {
  border: #fff solid 1px;
  border-radius: 5px;
  padding: 0rem 2rem;
  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: 38px;
}
#header .page_header__nav ul li.is__baseinfo a:hover {
  background: #fff;
  color: #23316D;
}
#header .page_header__nav ul li.is__logout {
  margin: 0 0 0 2rem;
}
#header .page_header__nav ul li.is__logout a {
  background: #000;
  border: #000 solid 1px;
  border-radius: 5px;
  padding: 0rem 2rem;
  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: 38px;
}
#header .page_header__nav ul li.is__logout a:hover {
  background: #666;
  border: #666 solid 1px;
}
#header .page_header__nav .is__logout__sp {
  display: none;
}
@media (max-width: 1024px) {
  #header .logo img {
    width: 130px;
  }
  #header .page_header__nav {
    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;
    width: 100%;
  }
  #header .page_header__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .page_header__nav ul li {
    margin: 0 1.5rem 0 0;
  }
  #header .page_header__nav ul li img {
    margin: 0 1rem 0 0;
  }
  #header .page_header__nav ul li.is__baseinfo {
    display: none;
  }
  #header .page_header__nav ul li.is__logout {
    display: none;
  }
  #header .page_header__nav .is__logout__sp {
    display: block;
  }
  #header .page_header__nav .is__logout__sp 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;
    width: 32px;
    height: 32px;
    background: #000;
    border-radius: 5px;
  }
}
@media (max-width: 768px) {
  #header .page_header__nav ul li {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  #header .page_header__nav ul li {
    font-size: 1rem;
  }
  #header .page_header__nav ul li:first-child {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}

html, body {
  height: 100%;
}

footer {
  position: sticky;
  top: 100vh;
  top: 100dvh;
}

#footer {
  border-top: #23316D solid 1px;
  padding: 5rem 0 4rem 0;
}
#footer .container-1000 {
  text-align: center;
}
#footer .logo_block {
  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;
  margin: 0 0 2rem 0;
}
#footer .logo {
  color: #23316D;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
}
#footer .logo img {
  margin: 0 1rem 0 0;
}
#footer .address {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  letter-spacing: 0.05em;
  font-weight: 500;
}
#footer .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 0 3rem 0;
}
#footer .contact li {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  letter-spacing: 0.05em;
  font-weight: 500;
}
#footer .contact li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .contact li:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #000;
  margin: 0 1rem;
}
#footer .policy {
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
  font-weight: 500;
}
#footer .policy a {
  text-decoration: underline;
}
#footer .policy a:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  #footer {
    padding: 2rem 0;
  }
  #footer .logo a img {
    display: block;
    margin: 0 auto 1rem auto;
    width: 130px;
  }
  #footer .address {
    margin: 0 0 1rem 0;
  }
  #footer .contact {
    margin: 0 0 2rem 0;
  }
}

#loginpage_main,
#main {
  padding: 143px 0 0 0;
}

#main {
  padding-bottom: 15rem;
}
@media (max-width: 768px) {
  #main {
    padding-bottom: 10rem;
  }
}

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

.blink01 {
  background: #17458F;
  color: #fff;
  display: inline-block;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  font-weight: 700;
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 2rem 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blink01:hover {
  background: #333;
}
@media (max-width: 768px) {
  .blink01 {
    padding: 1.5rem 0;
  }
}

.blink02 {
  background: #17458F;
  width: 100%;
  max-width: 360px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
}
.blink02:hover {
  background: #333;
}

.blink03 {
  color: #156D0B;
  border: #156D0B solid 1px;
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
.blink03:hover {
  background: #156D0B;
  color: #fff;
}

.blink04 {
  color: #F22121;
  border: #F22121 solid 1px;
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
.blink04:hover {
  background: #F22121;
  color: #fff;
}

.blink05 {
  background: #17458F;
  color: #fff;
  display: inline-block;
  /*    font-size: unquote("clamp(1.4rem, 1.314rem + 0.43vw, 2rem)");*/
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  font-weight: 700;
  width: 100%;
  max-width: 450px;
  text-align: center;
  /*    padding: 2.5rem 0;*/
  padding: 2rem 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blink05:hover {
  background: #333;
}
@media (max-width: 768px) {
  .blink05 {
    padding: 1.75rem 0;
  }
}

.blink06 {
  background: #D2D2D2;
  padding: 1.75rem 0;
  width: 100%;
  max-width: 260px;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
}
@media (max-width: 768px) {
  .blink06 {
    padding: 1.5rem 0;
  }
}

.blink07 {
  background: #17458F;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  padding: 0.25rem 1rem;
}
.blink07 img {
  margin: 0 0.5rem 0 0;
}
.blink07:hover {
  background: #333;
}
.blink07.checked {
  background: #B2B2B2;
  pointer-events: none;
}

.blink08 {
  background: #FE6521;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  padding: 0.25rem 1rem;
}
.blink08 img {
  margin: 0 0.5rem 0 0;
}
.blink08:hover {
  background: #333;
}

.blink09 {
  background: #17458F;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  padding: 0.25rem 1rem;
}
.blink09 img {
  margin: 0 0.5rem 0 0;
}
.blink09:hover {
  background: #333;
}
.blink09.signed {
  background: none;
  pointer-events: none;
  color: #000;
  padding: 0.25rem 0;
}
.blink09.signed img {
  display: none;
}

.blink10 {
  background: #1B8DCF;
  color: #fff;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  font-weight: 500;
  padding: 0.5rem 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blink10 img {
  margin: 0 1rem 0 0;
}
.blink10:hover {
  background: #333;
}

.blink11 {
  background: #17458F;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
}
.blink11:hover {
  background: #333;
}

.blink12 {
  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;
  color: #156D0B;
  border: #156D0B solid 1px;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}
.blink12 img {
  margin: 0 1rem 0 0;
}
.blink12:hover {
  background: #ddd;
}

.blink13 {
  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;
  color: #F22121;
  border: #F22121 solid 1px;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}
.blink13 img {
  margin: 0 1rem 0 0;
}
.blink13:hover {
  background: #ddd;
}

.tlink01 {
  color: #17458F;
  text-decoration: underline;
}
.tlink01:hover {
  text-decoration: none;
}

.tlink02 {
  color: #000;
  text-decoration: underline;
}
.tlink02:hover {
  text-decoration: none;
}

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

.tc_red01 {
  color: #FF1919;
}

.lh18 {
  line-height: 1.8em !important;
}

.error_message {
  padding: 0 10px;
}

.list01 li {
  margin: 0 0 1rem 0;
}
.list01 li:last-child {
  margin: 0;
}

.list02 li {
  margin: 0 0 1rem 0;
}
.list02 li:last-child {
  margin: 0;
  padding: 0 0 0 2.5rem;
}

.list03 {
  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;
}
.list03 li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list03 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.75rem 2rem;
  font-weight: 500;
  border-top: #B5B5B5 solid 1px;
  border-left: #B5B5B5 solid 1px;
  width: 100%;
}
.list03 li a span {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}
.list03 li a span.filetitle {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  margin-right: auto;
}
.list03 li a span:last-child {
  margin: 0 0 0 1rem;
}
.list03 li a:hover {
  color: #666;
}
.list03 li:nth-child(even) a {
  border-right: #B5B5B5 solid 1px;
}
.list03 li:nth-last-child(2) a {
  border-right: #B5B5B5 solid 1px;
  border-bottom: #B5B5B5 solid 1px;
}
.list03 li:last-child a {
  border-right: #B5B5B5 solid 1px;
  border-bottom: #B5B5B5 solid 1px;
}
@media (max-width: 1280px) {
  .list03 li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list03 li a span.filetitle {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 576px) {
  .list03 li {
    width: 100%;
  }
  .list03 li a {
    border-right: #B5B5B5 solid 1px;
  }
  .list03 li:nth-last-child(2) a {
    border-bottom: none;
  }
}

.tblscroll {
  overflow: auto;
}
@media (max-width: 1024px) {
  .tblscroll {
    white-space: nowrap;
  }
}
.tblscroll::-webkit-scrollbar {
  height: 5px;
}
.tblscroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.tblscroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.tbl01 {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.tbl01 tr th {
  font-weight: 500;
  padding: 1rem 0;
  vertical-align: middle;
}
.tbl01 tr td {
  padding: 1rem 0;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .tbl01 {
    width: 100%;
    display: block;
  }
  .tbl01 tbody {
    width: 100%;
    display: block;
  }
  .tbl01 tbody tr {
    width: 100%;
    display: block;
  }
  .tbl01 tbody tr th {
    width: 100%;
    display: block;
    padding: 2rem 0 0 0;
  }
  .tbl01 tbody tr td {
    width: 100%;
    display: block;
  }
}

.tbl02 {
  width: 100%;
}
.tbl02 thead tr th {
  background: #1D1D1D;
  color: #fff;
  font-weight: 700;
  padding: 1.5rem 2rem;
}
.tbl02 tbody tr {
  border-bottom: #a5c1e4 solid 1px;
}
.tbl02 tbody tr td {
  padding: 1.5rem 2rem;
  vertical-align: middle;
}
.tbl02 tbody tr td.nowrap {
  white-space: nowrap;
}
.tbl02 tbody tr:nth-child(even) {
  background: #F4F5F8;
}

.tbl03 {
  width: 100%;
}
.tbl03 th {
  padding: 1.5rem;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  vertical-align: middle;
}
.tbl03 td {
  padding: 1.5rem;
  vertical-align: middle;
}
.tbl03 td span {
  background: #eee;
  border: #707070 solid 1px;
  padding: 0.5rem 1rem;
  display: inline-block;
}
.tbl03 td span.w100 {
  width: 100%;
}
.tbl03 td span.w95 {
  width: 95%;
}
@media (max-width: 1024px) {
  .tbl03 td span.w95 {
    width: 100%;
  }
}
.tbl03 td span.w90 {
  width: 90%;
}
@media (max-width: 1024px) {
  .tbl03 td span.w90 {
    width: 100%;
  }
}
.tbl03 td span.w20 {
  width: 20%;
}
@media (max-width: 768px) {
  .tbl03 td span.w20 {
    width: 50%;
  }
}
.tbl03.is__type01 th {
  width: 50%;
  padding-bottom: 0;
}
.tbl03.is__type01 td {
  width: 50%;
}
.tbl03.is__type02 th {
  width: 13%;
  white-space: nowrap;
}
.tbl03.is__type02 td {
  width: 37%;
}
.tbl03.is__type03 th {
  width: 13%;
  white-space: nowrap;
}
.tbl03.is__type03 td span {
  width: 100px;
  margin: 0 1rem 0 0;
}
@media (max-width: 1024px) {
  .tbl03 {
    width: 100%;
    display: block;
  }
  .tbl03 tbody {
    width: 100%;
    display: block;
  }
  .tbl03 tbody tr {
    width: 100%;
    display: block;
  }
  .tbl03 tbody tr th {
    width: 100% !important;
    display: block;
    padding: 1rem 0 0 0;
  }
  .tbl03 tbody tr td {
    width: 100% !important;
    display: block;
    padding: 0.5rem 0 1rem 0;
  }
}

.tbl04 {
  width: 100%;
}
.tbl04 tr th {
  width: 20%;
  padding: 2rem 1.5rem;
}
.tbl04 tr td {
  width: 80%;
  padding: 2rem 1.5rem;
}
@media (max-width: 1024px) {
  .tbl04 {
    width: 100%;
    display: block;
  }
  .tbl04 tbody {
    width: 100%;
    display: block;
  }
  .tbl04 tbody tr {
    width: 100%;
    display: block;
  }
  .tbl04 tbody tr th {
    width: 100%;
    display: block;
    padding: 0 0 1rem 0;
  }
  .tbl04 tbody tr td {
    width: 100%;
    display: block;
    padding: 0 0 2.5rem 0;
  }
}

.tbl05 {
  width: 100%;
  font-size: clamp(1.15rem, 1.1rem + 0.25vw, 1.5rem);
}
.tbl05 thead tr th {
  background: #1D1D1D;
  color: #fff;
  font-weight: 700;
  padding: 1.5rem;
  white-space: nowrap;
}
.tbl05 tbody tr {
  border-bottom: #a5c1e4 solid 1px;
}
.tbl05 tbody tr td {
  padding: 1.5rem;
  vertical-align: middle;
}
.tbl05 tbody tr td.nowrap {
  white-space: nowrap;
}
.tbl05 tbody tr:nth-child(even) {
  background: #F4F5F8;
}
@media (max-width: 1024px) {
  .tbl05 tbody tr td.btn_cell a {
    display: block;
    margin: 0 0 1rem 0 !important;
    width: 110px !important;
    text-align: center;
    font-size: 1rem;
  }
}

.tbl06 {
  width: 100%;
}
.tbl06 tr th {
  background: #F4F5F8;
  padding: 1.5rem;
  width: 12.5%;
  border-bottom: #C6D1E2 solid 1px;
  border-right: #C6D1E2 solid 1px;
}
.tbl06 tr td {
  padding: 1.5rem;
  border-bottom: #C6D1E2 solid 1px;
}
@media (max-width: 768px) {
  .tbl06 {
    width: 100%;
    display: block;
  }
  .tbl06 tbody {
    width: 100%;
    display: block;
  }
  .tbl06 tbody tr {
    width: 100%;
    display: block;
  }
  .tbl06 tbody tr th {
    width: 100%;
    display: block;
    border-right: none;
  }
  .tbl06 tbody tr td {
    width: 100%;
    display: block;
  }
}

.tbl07 {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
.tbl07 tr th {
  font-size: clamp(1.2rem, 1.229rem + 0.36vw, 1.8rem);
  vertical-align: middle;
  padding: 1rem 0;
  white-space: nowrap;
}
.tbl07 tr td {
  padding: 1rem;
}
.tbl07 tr td input {
  border: #B5B5B5 solid 1px;
  background: #fff;
  width: 100%;
}
.tbl07 tr td input[type=text] {
  padding: 0 1.5rem;
  height: 48px;
}
.tbl07 tr td input[type=date] {
  padding: 0 1.5rem;
  height: 48px;
}
@media (max-width: 576px) {
  .tbl07 {
    width: 100%;
    display: block;
  }
  .tbl07 tbody {
    width: 100%;
    display: block;
  }
  .tbl07 tbody tr {
    width: 100%;
    display: block;
  }
  .tbl07 tbody tr th {
    width: 100%;
    display: block;
  }
  .tbl07 tbody tr td {
    width: 100%;
    display: block;
    padding: 1rem 0;
  }
}

.tbl08 {
  width: 100%;
  border-right: #c6d1e2 solid 1px;
  border-bottom: #707070 solid 1px;
}
.tbl08 tr th {
  background: #F4F5F8;
  border-top: #c6d1e2 solid 1px;
  border-left: #c6d1e2 solid 1px;
  padding: 1rem 2rem;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
}
.tbl08 tr th:nth-child(3) {
  width: 10%;
  text-align: center;
}
.tbl08 tr td {
  border-top: #c6d1e2 solid 1px;
  border-left: #c6d1e2 solid 1px;
  padding: 1rem 2rem;
}
.tbl08 tr td:nth-child(3) {
  width: 10%;
  text-align: center;
}
@media (max-width: 768px) {
  .tbl08 {
    width: 100%;
    display: block;
  }
  .tbl08 tbody {
    width: 100%;
    display: block;
  }
  .tbl08 tbody tr {
    width: 100%;
    display: block;
  }
  .tbl08 tbody tr th {
    width: 100%;
    display: none;
  }
  .tbl08 tbody tr td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .tbl08 tbody tr td:nth-child(1)::before {
    content: "修正箇所";
    display: block;
    background: #F4F5F8;
    padding: 1rem 2rem;
    font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
    font-weight: 700;
    border-bottom: #c6d1e2 solid 1px;
  }
  .tbl08 tbody tr td:nth-child(2)::before {
    content: "修正内容";
    display: block;
    background: #F4F5F8;
    padding: 1rem 2rem;
    font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
    font-weight: 700;
    border-bottom: #c6d1e2 solid 1px;
  }
  .tbl08 tbody tr td:nth-child(3) {
    width: 100%;
  }
  .tbl08 tbody tr td:nth-child(3)::before {
    content: "チェック";
    display: block;
    background: #F4F5F8;
    padding: 1rem 2rem;
    font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
    font-weight: 700;
    text-align: left;
    border-bottom: #c6d1e2 solid 1px;
  }
  .tbl08 tbody tr td span {
    padding: 1rem 2rem;
    display: block;
    text-align: left;
  }
}

.tbl09 {
  width: 100%;
}
.tbl09 tr th {
  width: 15%;
  vertical-align: middle;
  padding: 1rem 0;
}
.tbl09 tr td {
  padding: 1rem 0;
}
@media (max-width: 1024px) {
  .tbl09 tr th {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .tbl09 {
    width: 100%;
    display: block;
  }
  .tbl09 tbody {
    width: 100%;
    display: block;
  }
  .tbl09 tbody tr {
    width: 100%;
    display: block;
  }
  .tbl09 tbody tr th {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .tbl09 tbody tr td {
    width: 100%;
    display: block;
    padding-bottom: 3rem;
  }
  .tbl09 tbody tr:last-child td {
    padding-bottom: 0;
  }
}

.tbl10 {
  width: 100%;
  table-layout: fixed;
}
.tbl10 tr th {
  border-bottom: #C6D1E2 solid 1px;
  border-left: #C6D1E2 solid 1px;
  padding: 1rem 1.5rem;
  font-weight: 500;
  background: #F4F5F8;
  white-space: nowrap;
}
.tbl10 tr th:nth-child(1) {
  width: 320px;
}
.tbl10 tr th:nth-child(2) {
  width: 320px;
}
.tbl10 tr th:nth-child(3) {
  text-align: center;
}
.tbl10 tr th:nth-child(4) {
  text-align: center;
}
.tbl10 tr th:nth-child(5) {
  text-align: center;
}
.tbl10 tr th:last-child {
  background: none;
  border-bottom: none;
  width: 100px;
}
.tbl10 tr td {
  border-bottom: #C6D1E2 solid 1px;
  border-left: #C6D1E2 solid 1px;
  padding: 1rem 1.5rem;
}
.tbl10 tr td:nth-child(3) {
  text-align: center;
}
.tbl10 tr td:nth-child(4) {
  text-align: center;
}
.tbl10 tr td:nth-child(5) {
  text-align: center;
  background: #EEEEEE;
}
.tbl10 tr td:last-child {
  background: none;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px !important;
}
@media (max-width: 1024px) {
  .tbl10 {
    display: table;
    table-layout: auto;
    white-space: nowrap;
  }
  .tbl10 tbody {
    display: table-row-group;
  }
  .tbl10 tbody tr {
    display: table-row;
  }
  .tbl10 tbody tr th {
    display: table-cell;
    padding: 1rem 1.5rem;
    width: auto !important;
  }
  .tbl10 tbody tr td {
    display: table-cell;
    padding: 1rem 1.5rem;
    width: auto !important;
  }
}

.tbl11 tR th {
  padding: 2rem 1.5rem;
}
.tbl11 tR td {
  padding: 2rem;
}

.tbl12 {
  width: 100%;
  table-layout: fixed;
}
.tbl12 tr th {
  border-top: none;
  border-right: #C6D1E2 solid 1px;
  border-bottom: none;
  padding: 1.5rem;
}
.tbl12 tr th:nth-child(1) {
  width: 45% !important;
}
.tbl12 tr th:nth-child(2) {
  width: 45% !important;
}
.tbl12 tr td {
  border-top: #C6D1E2 solid 1px;
  border-right: #C6D1E2 solid 1px;
  border-bottom: none;
  padding: 1.5rem;
  white-space: nowrap;
}
.tbl12 tr td:last-child {
  background: #EEEEEE;
}
.tbl12 tr td.is__totalamount {
  border-right: none;
  font-weight: 700;
}
.tbl12 tr td.is__calc {
  text-align: right;
  font-weight: 700;
}
.tbl12 tr td.is__total {
  background: #EEEEEE;
}
@media (max-width: 1024px) {
  .tbl12 {
    display: table;
    table-layout: auto;
    white-space: nowrap;
  }
  .tbl12 tbody {
    display: table-row-group;
  }
  .tbl12 tbody tr {
    display: table-row;
  }
  .tbl12 tbody tr th {
    display: table-cell;
    width: auto !important;
  }
  .tbl12 tbody tr td {
    display: table-cell;
    width: auto !important;
  }
}

.tbl13 {
  table-layout: fixed;
}
.tbl13 tr th:nth-child(1) {
  width: 200px !important;
}
.tbl13 tr th:nth-child(2) {
  width: 120px !important;
}
.tbl13 tr th:nth-child(3) {
  width: 400px !important;
}
.tbl13 tr th:nth-child(4) {
  width: 150px !important;
}
.tbl13 tr th:nth-child(5) {
  width: 150px !important;
}
.tbl13 tr th:nth-child(6) {
  width: 150px !important;
}
.tbl13 tr td:nth-child(7) {
  text-align: right;
}
.tbl13 tr td:nth-child(7) a {
  margin-left: 1rem;
}
@media (max-width: 1024px) {
  .tbl13 {
    table-layout: auto;
  }
  .tbl13 td:nth-child(7) a {
    margin-left: 0;
  }
}

.tbl14 {
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
}
.tbl14 tr th {
  font-weight: 500;
  padding: 1rem 0;
  vertical-align: middle;
  position: relative;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  width: 25%;
}
.tbl14 tr th span {
  position: absolute;
  top: 23px;
  right: 1.5rem;
  background: #F9444A;
  display: inline-block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0.5rem 0.5rem;
}
.tbl14 tr th.is__valign_top {
  padding-top: 1.8rem;
}
.tbl14 tr td {
  padding: 1rem 0;
  vertical-align: middle;
}
.tbl14 tr td .d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .tbl14 tr th {
    width: 30%;
  }
  .tbl14 tr th span {
    top: 21px;
  }
}
@media (max-width: 768px) {
  .tbl14 {
    width: 100%;
    display: block;
  }
  .tbl14 tbody {
    width: 100%;
    display: block;
  }
  .tbl14 tbody tr {
    width: 100%;
    display: block;
  }
  .tbl14 tbody tr th {
    width: 100%;
    display: block;
    padding: 2rem 0 0 0;
    position: static;
  }
  .tbl14 tbody tr th span {
    position: static;
    top: 0;
    right: 0;
    margin: 0 0 0 1rem;
  }
  .tbl14 tbody tr td {
    width: 100%;
    display: block;
  }
}

.tbl15 {
  width: 100%;
  table-layout: fixed;
  border-top: #131F51 solid 1px;
  border-right: #131F51 solid 1px;
}
.tbl15 tr th {
  border-left: #131F51 solid 1px;
  border-bottom: #C6D1E2 solid 1px;
  background: #F4F5F8;
  width: 20%;
  padding: 1.5rem 2rem;
}
.tbl15 tr td {
  border-bottom: #C6D1E2 solid 1px;
  padding: 1.5rem 2rem;
}
.tbl15 tr td .d_flex {
  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;
}
.tbl15 tr:last-child th,
.tbl15 tr:last-child td {
  border-bottom: #131F51 solid 1px;
}
@media (max-width: 768px) {
  .tbl15 {
    display: block;
  }
  .tbl15 tbody {
    width: 100%;
    display: block;
  }
  .tbl15 tbody tr {
    width: 100%;
    display: block;
  }
  .tbl15 tbody tr th {
    width: 100%;
    display: block;
  }
  .tbl15 tbody tr td {
    width: 100%;
    display: block;
    border-left: #131F51 solid 1px;
  }
  .tbl15 tbody tr:last-child th {
    border-bottom: #C6D1E2 solid 1px;
  }
}
@media (max-width: 576px) {
  .tbl15 tr td .d_flex {
    display: block;
  }
  .tbl15 tr td .d_flex span {
    display: block;
    margin: 1.5rem 0 0 0;
  }
}

.tbl16 {
  width: 100%;
  border-top: #c6d1e2 solid 1px;
  border-right: #c6d1e2 solid 1px;
}
.tbl16 tr th {
  background: #F4F5F8;
  padding: 1.5rem 2rem;
  border-bottom: #c6d1e2 solid 1px;
  border-left: #c6d1e2 solid 1px;
  vertical-align: middle;
}
.tbl16 tr th:nth-child(1) {
  text-align: center;
  width: 10%;
}
.tbl16 tr th:nth-child(2) {
  width: 20%;
}
.tbl16 tr th:nth-child(4) {
  text-align: center;
  width: 170px;
}
.tbl16 tr th:nth-child(5) {
  text-align: center;
  width: 170px;
}
.tbl16 tr td {
  padding: 1.5rem 2rem;
  border-bottom: #c6d1e2 solid 1px;
  border-left: #c6d1e2 solid 1px;
  vertical-align: middle;
}
.tbl16 tr td:nth-child(1) {
  text-align: center;
  white-space: nowrap;
}
.tbl16 tr td:nth-child(4) {
  text-align: center;
}
.tbl16 tr td:nth-child(5) {
  text-align: center;
}
.input_file_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .input_file_block {
    display: block;
  }
  .input_file_block .file__none {
    margin: 0 !important;
  }
}

.form01 input[type=text] {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: #fff;
  border-bottom: #23316D solid 1px;
}
.form01 input[type=password] {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: #fff;
  border-bottom: #23316D solid 1px;
}
.form01 input[type=email] {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: #fff;
  border-bottom: #23316D solid 1px;
}
.form01 select {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  width: 100%;
  background: #fff;
  border-bottom: #23316D solid 1px;
  padding: 0.75rem 1.5rem;
}

.form02 select {
  border: #707070 solid 1px;
  background: #fff;
  padding: 0.5rem 1rem;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}
@media (max-width: 576px) {
  .form02 select {
    width: 100%;
  }
}
.form02 .file__label {
  display: block;
  text-align: center;
  padding: 0.75rem 2.5rem;
  color: #fff;
  background: #F22121;
  cursor: pointer;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  border-radius: 5px;
}
.form02 .file__label img {
  margin: 0 0.5rem 0 0;
}
.form02 input[type=file] {
  display: none;
}
.form02 .file__none {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  word-break: break-all;
  margin: 0 0 0 1rem;
}
.form02 input[type=text] {
  border: #707070 solid 1px;
  background: #fff;
  padding: 0.75rem 1rem;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  width: 100%;
}
.form02 textarea {
  border: #707070 solid 1px;
  background: #fff;
  padding: 0.75rem 1rem;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  width: 100%;
  resize: vertical;
  height: 30vw;
  max-height: 150px;
}
.form02 input[type=date] {
  border: #707070 solid 1px;
  background: #fff;
  padding: 0.75rem 1rem;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}

.form03 input[type=text],
.form03 input[type=tel],
.form03 input[type=email],
.form03 textarea {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: #fff;
  border-bottom: #23316D solid 1px;
}
.form03 textarea {
  width: 100%;
  height: 30vw;
  max-height: 150px;
  resize: vertical;
}
.form03 input[type=text].inputtext01 {
  width: 49%;
}

.text01 {
  border: #B5B5B5 solid 1px;
  padding: 1rem 2rem;
  background: #fff;
  height: 50px;
  width: 130px;
}
@media (max-width: 576px) {
  .text01 {
    padding: 0.5rem 1rem;
  }
}

.text02 {
  border: #B5B5B5 solid 1px;
  padding: 1rem 2rem;
  background: #fff;
  height: 50px;
  width: 120px;
}
@media (max-width: 576px) {
  .text02 {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 375px) {
  .text02 {
    width: 80px;
  }
}

.text03 {
  border: #B5B5B5 solid 1px;
  padding: 1rem 2rem;
  background: #fff;
  height: 50px;
  width: 60px;
}
@media (max-width: 576px) {
  .text03 {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 375px) {
  .text03 {
    width: 40px;
  }
}

.text04 {
  border: #B5B5B5 solid 1px;
  padding: 1rem 2rem;
  background: #fff;
  height: 50px;
  width: 100%;
}
@media (max-width: 576px) {
  .text04 {
    padding: 0.5rem 1rem;
  }
}

.textarea01 {
  border: #B5B5B5 solid 1px;
  padding: 1rem 2rem;
  background: #fff;
  width: 100%;
  resize: vertical;
  height: 30vw;
  max-height: 150px;
}
@media (max-width: 576px) {
  .textarea01 {
    padding: 0.5rem 1rem;
  }
}

.textarea02 {
  border: #B5B5B5 solid 1px;
  padding: 1rem 2rem;
  background: #fff;
  height: 50px;
  overflow: hidden;
  resize: vertical;
}
@media (max-width: 768px) {
  .textarea02 {
    width: 100%;
    height: 30vw;
    max-height: 150px;
  }
}
@media (max-width: 576px) {
  .textarea02 {
    padding: 0.5rem 1rem;
  }
}

.textarea03 {
  border: #B5B5B5 solid 1px;
  padding: 1rem 2rem;
  background: #fff;
  height: 50px;
  overflow: hidden;
  resize: vertical;
  width: 100%;
}
@media (max-width: 768px) {
  .textarea03 {
    height: 30vw;
    max-height: 150px;
  }
}
@media (max-width: 576px) {
  .textarea03 {
    padding: 0.5rem 1rem;
  }
}

.radio01 {
  margin: 0 1rem 0 0;
}

.file__label {
  display: block;
  text-align: center;
  padding: 0.75rem 2.5rem;
  color: #fff;
  background: #F22121;
  cursor: pointer;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  border-radius: 5px;
}
.file__label img {
  margin: 0 0.5rem 0 0;
}

input[type=file] {
  display: none;
}

.file__none {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  word-break: break-all;
  margin: 0 0 0 1rem;
}

.button01 {
  border: #B5B5B5 solid 1px;
  background: #fff;
  padding: 0.5rem 1rem 0.6rem;
  line-height: 1;
}

.contents01 {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .contents01 {
    padding: 7rem 0;
  }
}
@media (max-width: 576px) {
  .contents01 {
    padding: 5rem 0;
  }
}

.contents02 {
  background: #F8F8F8;
  padding: 5rem;
}
@media (max-width: 576px) {
  .contents02 {
    padding: 3rem 2rem;
  }
}

.contents03 {
  padding: 8rem 0;
  border-bottom: #1D1D1D solid 1px;
}
.contents03.is__bordernone {
  border-bottom: none;
}
@media (max-width: 768px) {
  .contents03 {
    padding: 6rem 0;
  }
}
@media (max-width: 576px) {
  .contents03 {
    padding: 5rem 0;
  }
}

.contents04 {
  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;
}
.contents04 h3.f30 {
  line-height: 1.6em !important;
}
@media (max-width: 768px) {
  .contents04 {
    display: block;
  }
  .contents04 h3.fs30 {
    margin: 0 0 1.5rem 0;
    line-height: 1.6em !important;
  }
}

.contents05 .title {
  background: #131F51;
  color: #fff;
  padding: 1.5rem 2.5rem;
}
.contents05 .inner {
  border: #131F51 solid 1px;
  padding: 3rem 4rem;
}
@media (max-width: 1280px) {
  .contents05 .inner {
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .contents05 .title {
    padding: 1.5rem;
  }
  .contents05 .inner {
    padding: 1.5rem;
  }
}

.contents06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FBFBFB;
  border-top: #B5B5B5 solid 1px;
  border-right: #B5B5B5 solid 1px;
  border-left: #B5B5B5 solid 1px;
  padding: 1rem;
}
.contents06:last-child {
  border-bottom: #B5B5B5 solid 1px;
}
.contents06 .inputblock {
  margin-right: auto;
  width: 80%;
}
.contents06 .fileblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .contents06 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents06 .inputblock {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .contents06 .fileblock {
    display: block;
  }
}

.contents07 {
  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;
}
.contents07 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 3rem 0.5rem 0;
}
.contents07 span input {
  margin: 0 1rem 0 0;
}

.contents08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents08 span {
  margin: 0 1rem;
}
@media (max-width: 375px) {
  .contents08 span {
    margin: 0 1vw;
  }
}

.contents09 {
  background: #FBFBFB;
  border-top: #B5B5B5 solid 1px;
  border-right: #B5B5B5 solid 1px;
  border-left: #B5B5B5 solid 1px;
  padding: 1.5rem;
}
.contents09:last-child {
  border-bottom: #B5B5B5 solid 1px;
}

.contents10 {
  width: 100%;
  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;
}
.contents10 .detailblock {
  width: 60%;
}
.contents10 .detailblock textarea {
  height: 46px;
}
.contents10 .amountblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 0 1rem;
}
.contents10 .amountblock input {
  margin: 0 1rem 0 0;
}
.contents10 .btnblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .contents10 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contents10 .detailblock {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 85%;
  }
  .contents10 .detailblock textarea {
    height: 90px;
  }
  .contents10 .amountblock {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0;
    margin: 1rem 0 0 0;
    width: 70%;
  }
  .contents10 .btnblock {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .contents10 .btnblock span {
    margin: 0 0 0.5rem 0 !important;
  }
}

.contents11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents11 .affiliationblock {
  margin: 0 5rem 0 0;
}
.contents11 .affiliationblock input {
  margin: 0 1rem 0 0;
}
@media (max-width: 768px) {
  .contents11 {
    display: block;
  }
  .contents11 .affiliationblock {
    margin: 0 0 1rem 0;
  }
}

.contents12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contents12 .fw700 {
  margin: 0 5rem 0 0;
}
.contents12 .input_file_block {
  width: 100%;
  margin: 1rem 0 0 0;
}
@media (max-width: 768px) {
  .contents12 {
    display: block;
  }
  .contents12 .fw700 {
    margin: 0 0 1rem 0;
  }
}

.contents13 {
  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;
  padding: 1rem 0;
}
.contents13 .calcwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents13 .calcwrap .calcblock {
  background: #EEEEEE;
  border: #707070 solid 1px;
  padding: 0.75rem 1rem;
  margin: 0 1rem;
  min-width: 120px;
}
@media (max-width: 576px) {
  .contents13 {
    display: block;
    padding: 0;
  }
  .contents13 .calcwrap {
    margin: 1.5rem 0 0 0;
  }
  .contents13 .calcwrap .calcblock {
    min-width: auto;
  }
}

.contents14 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}
.contents14 .block {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents14 .block .amount {
  background: #eee;
  border: #707070 solid 1px;
  padding: 0.5rem 1rem;
  min-width: 120px;
  margin: 0 1rem;
}
@media (max-width: 1024px) {
  .contents14 .block .amount {
    min-width: 70px;
    margin: 0 0.5rem;
  }
}
@media (max-width: 768px) {
  .contents14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents14 .block {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .contents14 .block .fs18 {
    width: 35%;
  }
  .contents14 .block:last-child {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .contents14 .block .fs18 {
    width: 55%;
  }
  .contents14 .block .amount {
    width: 40%;
  }
  .contents14 .block .unit {
    width: 5%;
  }
}

.contents15 {
  padding: 1rem 0;
}
.contents15 .block {
  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;
}
.contents15 .block .fs18 {
  width: 15%;
}
.contents15 .block .desc {
  width: 60%;
}
.contents15 .block .amount {
  width: 20%;
}
.contents15 .block .amount input {
  width: 120px;
}
.contents15 .block .amount span {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  margin: 0 0 0 1rem;
}
@media (max-width: 1024px) {
  .contents15 .block .desc {
    width: 50%;
  }
  .contents15 .block .amount {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .contents15 .block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contents15 .block .fs18 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 36%;
  }
  .contents15 .block .desc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: 1rem 0 0 0;
  }
  .contents15 .block .amount {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
}
@media (max-width: 576px) {
  .contents15 .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contents15 .block .fs18 {
    width: 100%;
  }
  .contents15 .block .amount {
    width: 100%;
    margin: 1rem 0 0 0;
  }
  .contents15 .block .amount input {
    width: 70%;
  }
}

.contents16 {
  position: fixed;
  width: 95%;
  max-width: 820px;
  background: #fff;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99999;
  border: 1px solid #f4f5f8;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}
.contents16 .inner {
  position: relative;
  padding: 2rem 3rem;
}
.contents16 .inner .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
}
.contents16 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  margin: 1rem 0 0 0;
}
.contents16 ul li:first-child {
  margin: 0 1rem 0 0;
}
.contents16 ul li:first-child a {
  display: block;
  border: #17458F solid 1px;
  background: #17458F;
  color: #fff;
  padding: 0.25rem 1.5rem;
}
.contents16 ul li:nth-child(2) a {
  display: block;
  border: #B9B9B9 solid 1px;
  padding: 0.25rem 1.5rem;
}
@media (max-width: 576px) {
  .contents16 .inner .closebtn {
    top: 10px;
    right: 10px;
  }
}

.contents17 .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents17 .block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents17 .block:nth-child(1) .datacontent {
  border-right: #C6D1E2 solid 1px;
}
.contents17 .datahead {
  background: #F4F5F8;
  width: 25%;
  font-weight: 700;
  padding: 1.5rem;
  border-bottom: #C6D1E2 solid 1px;
  border-right: #C6D1E2 solid 1px;
}
.contents17 .datacontent {
  width: 75%;
  padding: 1.5rem;
  border-bottom: #C6D1E2 solid 1px;
}
@media (max-width: 768px) {
  .contents17 .line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents17 .block {
    width: 100%;
  }
  .contents17 .block:nth-child(1) .datacontent {
    border-right: none;
  }
}
@media (max-width: 576px) {
  .contents17 .datahead {
    width: 50%;
  }
  .contents17 .datacontent {
    width: 50%;
  }
  .contents17 .datacontent span {
    display: block;
  }
}

.contents18 .title {
  background: #4B4B4B;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  font-weight: 700;
  padding: 1.5rem 2rem;
}

.contents19 {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contents19 .content {
  padding: 1rem 1.5rem;
  margin: 0 2rem 0 0;
  border: #C4C4C4 solid 1px;
}
.contents19 .amount {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  font-weight: 700;
}
.contents19 .amount span {
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
}
@media (max-width: 768px) {
  .contents19 {
    display: block;
  }
  .contents19 .content {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
  .contents19 .amount {
    text-align: right;
  }
}

.contents20 {
  padding: 0 2rem 2rem 2rem;
  border-bottom: #D6D6D6 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents20 .affiliation {
  margin: 0 1rem 0 0;
}
.contents20 .downloadbtn {
  margin: 0 0 0 2rem;
}
@media (max-width: 768px) {
  .contents20 {
    display: block;
  }
  .contents20 .downloadbtn {
    margin: 1.5rem 0 0 0;
  }
}

.contents21 {
  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;
  padding: 3rem 2rem;
}
.contents21.is__bggray {
  background: #FBFBFB;
}
.contents21 .quotation {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  font-weight: 700;
}
.contents21 .calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  font-weight: 700;
}
.contents21 .calc .calcinput {
  margin: 0 1rem;
  background: #eee;
  border: #707070 solid 1px;
  padding: 0.5rem 1rem;
  width: 100%;
  max-width: 120px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .contents21 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents21 .quotation {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
}

.contents22 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
  border-bottom: #D6D6D6 solid 1px;
}
.contents22 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 0;
}
.contents22 .amount {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  font-weight: 700;
}
.contents22 .amount span {
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
}
@media (max-width: 1024px) {
  .contents22 {
    display: block;
  }
  .contents22 .inner:first-child {
    margin: 0 0 1.5rem 0;
  }
}
@media (max-width: 576px) {
  .contents22 .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents22 .inner p:first-child {
    width: 100%;
  }
}

.contents23 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
}
.contents23 .amount {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  font-weight: 700;
}
.contents23 .amount span {
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
}

.contents24 {
  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;
  padding: 2rem;
  border-bottom: #D6D6D6 solid 1px;
}
.contents24 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  border: none;
  padding: 0;
}
.contents24 .inner .content {
  padding: 1rem 1.5rem;
  border: #C4C4C4 solid 1px;
  margin: 0 3rem;
  white-space: wrap;
}
.contents24 .amount {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  font-weight: 700;
}
.contents24 .amount span {
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
}
@media (max-width: 1024px) {
  .contents24 {
    display: block;
  }
  .contents24 .inner {
    display: block;
  }
  .contents24 .inner .content {
    margin: 1.5rem 0;
  }
  .contents24 .amount {
    text-align: right;
  }
}

.contents25 .inner {
  background: #F8F8F8;
  padding: 4rem 6rem;
  border: none;
}
.contents25 .inner .title {
  text-align: center;
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
  font-weight: 700;
  margin: 0 0 3rem 0;
}
.contents25 .inner .txt {
  font-weight: 500;
  line-height: 2em;
  margin: 0 0 3rem 0;
}
@media (max-width: 768px) {
  .contents25 .container-1000 {
    padding-right: 0;
    padding-left: 0;
  }
  .contents25 .inner {
    padding: 2.5rem 2rem;
  }
}

.contents26 {
  background: #F8F8F8;
  border: #FF1919 solid 1px;
  padding: 1rem 2rem;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  margin: 0 0 3rem 0;
}

.contents27 .title {
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #131F51;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  padding: 2rem 0;
}

.contents28 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents28 .inner {
  padding: 0 0 0 8rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contents28 .inner textarea {
  border: #B5B5B5 solid 1px;
  height: 30vw;
  max-height: 150px;
  padding: 1.5rem;
  width: 100%;
  resize: vertical;
}
@media (max-width: 1024px) {
  .contents28 .inner {
    padding: 0 0 0 5rem;
  }
}
@media (max-width: 768px) {
  .contents28 {
    display: block;
  }
  .contents28 .inner {
    padding: 0;
    margin: 1rem 0 0 0;
  }
}

.contents29 .title {
  color: #fff;
  font-weight: 700;
  background: #131F51;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  padding: 2rem;
}
.contents29 .inner {
  border-right: #131F51 solid 1px;
  border-bottom: #131F51 solid 1px;
  border-left: #131F51 solid 1px;
  padding: 5rem;
}
@media (max-width: 1024px) {
  .contents29 .inner {
    padding: 4rem 3rem;
  }
}
@media (max-width: 768px) {
  .contents29 .inner {
    padding: 2.5rem;
  }
}

@media (max-width: 576px) {
  .contents30 {
    padding-bottom: 0 !important;
  }
  .contents30 .inputblock {
    margin-bottom: 0.5rem;
  }
}

.contents31 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contents31.is__flex_spacebetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents31 .block.is__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents31 .block.is__flex .is__datahead {
  width: 200px;
}
.contents31 .block.is__flex.is__noaligncenter {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contents31 .block.is__flex.is__noaligncenter .is__datahead {
  margin: 5px 0 0 0;
}
.contents31 .block.w10 {
  width: 10%;
}
.contents31 .block.w15 {
  width: 15%;
}
.contents31 .block.w30 {
  width: 30%;
}
.contents31 .block.w45 {
  width: 45%;
}
.contents31 .block.w47 {
  width: 47%;
}
.contents31 .block.w100 {
  width: 100%;
}
.contents31 .block .content {
  background: #EEEEEE;
  border: #707070 solid 1px;
  min-height: 40px;
  padding: 0.5rem 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contents31 .block .content.is_nogrow {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 1.5rem 0 0;
  min-width: 120px;
}
@media (max-width: 1024px) {
  .contents31 {
    display: block;
  }
  .contents31.mb-40 {
    margin-bottom: 0 !important;
  }
  .contents31.is__flex_spacebetween {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents31 .block {
    margin: 0 0 2rem 0;
  }
  .contents31 .block.is__flex .is__datahead {
    width: 180px;
  }
  .contents31 .block.is__flex_lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents31 .block.is__flex_lg .is__datahead {
    width: 180px;
  }
  .contents31 .block.is__flex_lg .content {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    min-width: 120px;
  }
  .contents31 .block.is__flex_lg .content.is__grow_lg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .contents31 .block.w10 {
    width: 100%;
  }
  .contents31 .block.w15 {
    width: 100%;
  }
  .contents31 .block.w30 {
    width: 100%;
  }
  .contents31 .block.w45 {
    width: 100%;
  }
  .contents31 .block.w47 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contents31 .block {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    margin: 0 0 1.5rem 0;
  }
  .contents31 .block .is__datahead {
    width: 100% !important;
    margin: 0 0 1rem 0 !important;
  }
}

.contents32 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents32 .textarea02 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0 4rem;
}
@media (max-width: 768px) {
  .contents32 {
    display: block;
  }
  .contents32 .textarea02 {
    margin: 1rem 0 0 0;
  }
}

.contents33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents33 p:first-child {
  margin: 0 4rem 0 0;
}
@media (max-width: 576px) {
  .contents33 {
    display: block;
  }
  .contents33 p:first-child {
    margin: 0 0 1rem 0;
  }
  .contents33 p span {
    width: 80px;
    display: inline-block;
  }
}
.contents33 #use-currency {
  border: #B5B5B5 solid 1px;
  padding: 1rem 2rem;
  background: #fff;
  height: 50px;
  width: 100px;
}

.contents34 .head {
  background: #4B4B4B;
  font-weight: 700;
  color: #fff;
  padding: 1rem 2rem;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
}
.contents34 .inner {
  border-top: none;
  border-right: #B5B5B5 solid 1px;
  border-bottom: #B5B5B5 solid 1px;
  border-left: #B5B5B5 solid 1px;
  background: #FBFBFB;
  padding: 2rem;
}
@media (max-width: 375px) {
  .contents34 .inner {
    padding: 1.5rem;
  }
}

.contents35 {
  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;
  white-space: nowrap;
}
.contents35 .text04 {
  margin: 0 2rem;
}
@media (max-width: 768px) {
  .contents35 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents35 .headline {
    margin: 0 0 1rem 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .contents35 .text04 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 1rem 0 0 0;
  }
  .contents35 .contents36 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contents35 .contents36 p {
    font-size: 1.1rem !important;
  }
}

.contents36 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents36.is__nowrap {
  white-space: nowrap;
}
@media (max-width: 375px) {
  .contents36 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents36 p:first-child {
    width: 100%;
  }
}

.contents37 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents37 .content_block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 3rem 0 0;
}
.contents37 .btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .contents37 .content_block {
    padding: 0 1.5rem 0 0;
  }
  .contents37 .btn_block {
    display: block;
  }
  .contents37 .btn_block span {
    margin: 0 0 1rem 0;
  }
}

.contents38 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents38 .text04 {
  margin-right: 4rem;
}
.contents38 .contents36 {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .contents38 {
    display: block;
  }
  .contents38 .text04 {
    margin: 0 0 1rem 0;
  }
}

.contents39 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents39 .inputblock {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 4rem;
}
@media (max-width: 576px) {
  .contents39 {
    display: block;
  }
  .contents39 .inputblock {
    margin: 0.5rem 0 0 0;
    display: block;
  }
}

.contents40 {
  background: #FBFBFB;
  border: #B5B5B5 solid 1px;
  padding: 2rem;
  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;
}
.contents40 .inner {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents40 .amount .number {
  background: #EEEEEE;
  border-top: #707070 solid 1px;
  border-bottom: #707070 solid 1px;
  border-left: #707070 solid 1px;
  padding: 1rem 0;
  width: 105px;
  text-align: center;
}
.contents40 .amount:last-child {
  margin: 0 8rem 0 0;
}
.contents40 .amount:last-child .number {
  border-right: #707070 solid 1px;
}
@media (max-width: 1280px) {
  .contents40 {
    padding: 4rem 2rem 2rem 2rem;
  }
  .contents40 .amount {
    margin-top: -26px;
  }
  .contents40 .amount:last-child {
    margin-top: -26px;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .contents40 {
    display: block;
    padding: 1.5rem;
  }
  .contents40 .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1rem 0 0 0;
  }
  .contents40 .inner .fw500 {
    width: 100%;
  }
  .contents40 .amount {
    margin-top: 1rem;
    width: 33.3333333333%;
  }
  .contents40 .amount .number {
    width: auto;
  }
  .contents40 .amount:last-child {
    margin-top: 1rem;
  }
}

.contents41 {
  border-bottom: #C6D1E2 solid 1px;
  padding: 2rem;
}
.contents41.is__bordernone {
  border-bottom: none;
}

.contents42 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents42 p:first-child {
  margin: 0 3rem 0 0;
}
@media (max-width: 768px) {
  .contents42 {
    display: block;
  }
  .contents42 p:first-child {
    margin: 0 0 1rem 0;
  }
}

.contents43 {
  background: #4B4B4B;
  color: #fff;
  padding: 1.5rem 2rem;
}

.contents44 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents44 .block_L {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents44 .block_L .txt01 {
  margin: 0 4rem 0 0;
}
.contents44 .block_R {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents44 .block_R .txt01 {
  margin: 0 3rem 0 0;
}
.contents44 .block_R .txt02 {
  margin: 0 2rem 0 0;
}
@media (max-width: 1024px) {
  .contents44 {
    display: block;
  }
  .contents44 .block_L {
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 576px) {
  .contents44 .block_L {
    display: block;
  }
}

.contents45 {
  border: #C4C4C4 solid 1px;
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .contents45 {
    height: 30vw;
    max-height: 150px;
  }
}

.contents46 {
  border: #C4C4C4 solid 1px;
  padding: 1rem 2rem;
  width: 100%;
  max-width: 620px;
}

.contents47 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents47 .block_L {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents47 .block_L .txt01 {
  margin: 0 3rem 0 0;
}
.contents47 .block_L .txt02 {
  margin: 0 2rem 0 0;
}
.contents47 .block_R {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents47 .block_R p:first-child {
  margin: 0 2rem 0 0;
}
@media (max-width: 1024px) {
  .contents47 {
    display: block;
  }
  .contents47 .block_L {
    margin: -1rem 0 1.5rem 0;
  }
}
@media (max-width: 576px) {
  .contents47 .block_R {
    display: block;
  }
  .contents47 .block_R p:first-child {
    margin: 0 0 1rem 0;
  }
}

.contents48 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents48 input {
  margin: 0 1rem 0 0;
}

.contents49 nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
}
.contents49 nav span {
  border: #17458F solid 1px;
  background: #C6D1E2;
  color: #1D1D1D;
  padding: 0.75rem 1.25rem;
  margin: 0 0 0 1rem;
}
.contents49 nav span:has(a) {
  padding: 0;
}
.contents49 nav span a {
  background: #fff;
  color: #17458F;
  display: block;
  padding: 0.75rem 1.25rem;
}
.contents49 nav span a:hover {
  background: #C6D1E2;
  color: #1D1D1D;
}

.contents50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4rem;
}
@media (max-width: 576px) {
  .contents50 {
    display: block;
    padding-bottom: 2rem;
  }
  .contents50 p:first-child {
    margin: 0 0 0.5rem 0;
  }
}

.contents51 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents51 p:first-child {
  margin: 0 2rem 0 0;
}
@media (max-width: 576px) {
  .contents51 {
    display: block;
  }
  .contents51 p:first-child {
    margin: 0 0 1rem 0;
  }
}

.contents52 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.contents53 {
  border: #B5B5B5 solid 1px;
  padding: 2rem;
  height: 40vw;
  max-height: 230px;
  overflow-y: scroll;
}

.contents54 {
  margin: 0 0 4rem 0;
}
.contents54:last-child {
  margin: 0;
}

.contents55 {
  margin: 0 0 4rem 0;
  line-height: 1.8em;
}
.contents55 .title {
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  line-height: 1.7em;
}
.contents55 ul li {
  margin: 0 0 0.5rem 1.6rem;
}
@media (max-width: 576px) {
  .contents55 ul li {
    margin: 0 0 0.5rem 1.4rem;
  }
}
.contents55 ul li::before {
  content: "・";
  margin: 0 0 0 -1.6rem;
}
@media (max-width: 576px) {
  .contents55 ul li::before {
    margin: 0 0 0 -1.4rem;
  }
}
.contents55 ol li {
  margin: 0 0 0.5rem 2.1rem;
}
.contents55 ol li span {
  margin: 0 0.5rem 0 -2.1rem;
}
@media (max-width: 768px) {
  .contents55 ol li {
    margin: 0 0 0.5rem 1.9rem;
  }
  .contents55 ol li span {
    margin: 0 0.5rem 0 -1.9rem;
  }
}
@media (max-width: 576px) {
  .contents55 ol li {
    margin: 0 0 0.5rem 1.8rem;
  }
  .contents55 ol li span {
    margin: 0 0.5rem 0 -1.8rem;
  }
}

.contents56 {
  background: #F8F8F8;
  padding: 2.5rem 3rem;
  display: inline-block;
}
.contents56 p {
  line-height: 2em;
}
@media (max-width: 576px) {
  .contents56 {
    display: block;
    padding: 2rem;
  }
}

.contents57 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents57 li {
  width: calc(20% - 6px);
  margin: 0 3px;
}
.contents57 li a {
  display: block;
  background: #F8F8F8;
  border: #C6D1E2 solid 1px;
  text-align: center;
  padding: 1rem 0;
  font-weight: 700;
}
.contents57 li a.active {
  background: #17458F;
  border: #17458F solid 1px;
  color: #fff;
}
@media (max-width: 576px) {
  .contents57 li a {
    padding: 0.5rem 0;
    line-height: 1.5em;
  }
}

.contents58 #tabBox2,
.contents58 #tabBox3,
.contents58 #tabBox4,
.contents58 #tabBox5 {
  display: none;
}

.contents59 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: #c6d1e2 solid 1px;
}
.contents59 .year {
  width: 10%;
  border-left: #c6d1e2 solid 1px;
  padding: 1rem 1.5rem;
  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;
}
.contents59 .club {
  width: 20%;
  border-left: #c6d1e2 solid 1px;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents59 .project {
  width: 46%;
  border-left: #c6d1e2 solid 1px;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents59 .application {
  width: 12%;
  border-left: #c6d1e2 solid 1px;
  padding: 1rem 1.5rem;
  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;
}
.contents59 .report {
  width: 12%;
  border-left: #c6d1e2 solid 1px;
  border-right: #c6d1e2 solid 1px;
  padding: 1rem 1.5rem;
  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;
}
.contents59.is__head {
  font-weight: 700;
}
.contents59.is__head .year {
  border-top: #c6d1e2 solid 1px;
  background: #F4F5F8;
}
.contents59.is__head .club {
  border-top: #c6d1e2 solid 1px;
  background: #F4F5F8;
}
.contents59.is__head .project {
  border-top: #c6d1e2 solid 1px;
  background: #F4F5F8;
}
.contents59.is__head .application {
  border-top: #c6d1e2 solid 1px;
  background: #F4F5F8;
}
.contents59.is__head .report {
  border-top: #c6d1e2 solid 1px;
  background: #F4F5F8;
}
.contents59.is__data .year {
  white-space: nowrap;
}
.contents59.is__data .application {
  white-space: nowrap;
}
.contents59.is__data .report {
  white-space: nowrap;
}
.contents59.is__data .title__sp {
  display: none;
}
@media (max-width: 1024px) {
  .contents59 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents59 .year {
    width: 100%;
    border-right: #c6d1e2 solid 1px;
  }
  .contents59 .club {
    width: 100%;
    border-right: #c6d1e2 solid 1px;
  }
  .contents59 .project {
    width: 100%;
    border-right: #c6d1e2 solid 1px;
  }
  .contents59 .application {
    width: 50%;
  }
  .contents59 .report {
    width: 50%;
  }
  .contents59.is__head {
    display: none !important;
  }
  .contents59.is__data {
    border-bottom: #c6d1e2 solid 1px;
  }
  .contents59.is__data .title__sp {
    width: 100%;
    display: block;
    background: #F4F5F8;
    border-top: #c6d1e2 solid 1px;
    border-right: #c6d1e2 solid 1px;
    border-bottom: #c6d1e2 solid 1px;
    border-left: #c6d1e2 solid 1px;
    padding: 1rem 1.5rem;
    font-weight: 700;
  }
  .contents59.is__data .year {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contents59.is__data .project {
    border-bottom: #c6d1e2 solid 1px;
  }
  .contents59.is__data .application a {
    width: 100%;
    max-width: 340px;
  }
  .contents59.is__data .report {
    border-left: none;
  }
  .contents59.is__data .report a {
    width: 100%;
    max-width: 340px;
  }
}
@media (max-width: 375px) {
  .contents59.is__data .application {
    width: 100%;
    border-right: #c6d1e2 solid 1px !important;
  }
  .contents59.is__data .report {
    width: 100%;
    border-left: #c6d1e2 solid 1px !important;
    border-top: none !important;
  }
}

.contents60 .inner {
  padding: 0;
  border: none;
  background: none;
}
.contents60 .inner .contents37 .content_block {
  padding: 2rem;
  border-top: none;
  border-right: #B5B5B5 solid 1px;
  border-bottom: #B5B5B5 solid 1px;
  border-left: #B5B5B5 solid 1px;
  background: #FBFBFB;
}
.contents60 .inner .contents37 .btn_block {
  padding: 2rem 0 0 2rem;
}

.contents61 {
  padding: 2rem 2rem 0 2rem;
}
.contents61 .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contents62 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contents62 .content01 {
  margin-right: auto;
}
.contents62 .content02 {
  margin-right: 3rem;
}
.contents62 .content02 input[type=text] {
  background: #EEEEEE;
  border: #707070 solid 1px;
  margin: 0 1rem;
  width: 60px;
  padding: 0 1.5rem;
}
@media (max-width: 576px) {
  .contents62 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents62 .content01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  .contents62 .content02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: 1rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents62 .content02 span {
    width: 50%;
  }
  .contents62 .content02 span input[type=text] {
    margin-left: 0;
  }
  .contents62 .content03 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
}

.contents63 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contents63 .content01 {
  margin-right: auto;
}
.contents63 .content02 {
  margin-right: 3rem;
}
.contents63 .content02 span input[type=text] {
  background: #EEEEEE !important;
  border: #707070 solid 1px !important;
  margin: 0 1rem !important;
  width: 60px !important;
  padding: 0 1.5rem !important;
}
@media (max-width: 768px) {
  .contents63 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents63 .content01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
  }
  .contents63 .content02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: 1rem 0 0 0;
  }
  .contents63 .content03 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

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

.contents65 {
  background: #FBFBFB;
  border-top: #B5B5B5 solid 1px;
  border-right: #B5B5B5 solid 1px;
  border-bottom: #B5B5B5 solid 1px;
  border-left: #B5B5B5 solid 1px;
  padding: 1.5rem;
  margin: -1px 2rem 0 0;
}

.contents66 .btnblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
}
@media (max-width: 576px) {
  .contents66 .btnblock {
    padding-top: 1rem;
    display: block;
  }
  .contents66 .btnblock span {
    margin: 0 0 1rem 0;
  }
}

.contents67 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents67 p {
  margin: 0 3rem 0 0;
}
.contents67 .button01 {
  margin: 0 1.5rem 0 0;
}
@media (max-width: 576px) {
  .contents67 p {
    margin: 0 2rem 0 0;
  }
  .contents67 .button01 {
    margin: 0 1rem 0 0;
  }
}
@media (max-width: 375px) {
  .contents67 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents67 p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}

.contents68 {
  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;
  margin: 0 0 1rem 0;
}
.contents68 .checkboxblock {
  margin: 0 1rem 0 0;
}
.contents68 .detailblock {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 1rem 0 0;
}
.contents68 .amountblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.contents68 .amountblock span {
  margin: 0 0 0 1rem;
}
@media (max-width: 576px) {
  .contents68 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 2rem 0;
  }
  .contents68 .amountblock {
    width: 100%;
    margin: 1rem 0 0 2.25rem;
    max-width: 150px;
  }
}
@media (max-width: 375px) {
  .contents68 .checkboxblock {
    margin: 0 0 0 0;
  }
  .contents68 .detailblock {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 0 0 0 0;
    width: 90%;
  }
  .contents68 .amountblock {
    width: 100%;
    margin: 1rem 0 0 5.5vw;
    max-width: 150px;
  }
}

.contents69 {
  border-top: #131F51 solid 1px;
  border-bottom: #131F51 solid 1px;
  padding: 2rem 0;
  margin: 3rem 0 0 0;
}

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

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

.container-1100 {
  max-width: 1140px;
}

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

.container-1440 {
  max-width: 1480px;
}

.headline01 {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  color: #fff;
  text-align: center;
  background: #23316D;
  padding: 1.5rem 0;
  font-weight: 700;
}

.headline02 {
  color: #fff;
  font-weight: 700;
  padding: 0.5rem 1rem;
  background: #4B4B4B;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
}

.plusbtn {
  color: #fff;
  width: 20px;
  height: 20px;
  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;
  background: #17458F;
  font-size: 1.3rem;
  cursor: pointer;
}

.minusbtn {
  color: #fff;
  width: 20px;
  height: 20px;
  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;
  background: #17458F;
  font-size: 1.3rem;
  cursor: pointer;
}

.clear {
  clear: both !important;
}

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

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

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

.is__txt_L {
  text-align: left !important;
}

.is__txt_R {
  text-align: right !important;
}

.is__valign_top {
  vertical-align: top !important;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1280px) {
  .is__d_none_xl {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.mt-110 {
  margin-top: 11rem !important;
}

.mt-120 {
  margin-top: 12rem !important;
}

.mt-130 {
  margin-top: 13rem !important;
}

.mt-140 {
  margin-top: 14rem !important;
}

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

.mt-160 {
  margin-top: 16rem !important;
}

.mt-170 {
  margin-top: 17rem !important;
}

.mt-180 {
  margin-top: 18rem !important;
}

.mt-190 {
  margin-top: 19rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mr-110 {
  margin-right: 11rem !important;
}

.mr-120 {
  margin-right: 12rem !important;
}

.mr-130 {
  margin-right: 13rem !important;
}

.mr-140 {
  margin-right: 14rem !important;
}

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

.mr-160 {
  margin-right: 16rem !important;
}

.mr-170 {
  margin-right: 17rem !important;
}

.mr-180 {
  margin-right: 18rem !important;
}

.mr-190 {
  margin-right: 19rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb-110 {
  margin-bottom: 11rem !important;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.mb-130 {
  margin-bottom: 13rem !important;
}

.mb-140 {
  margin-bottom: 14rem !important;
}

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

.mb-160 {
  margin-bottom: 16rem !important;
}

.mb-170 {
  margin-bottom: 17rem !important;
}

.mb-180 {
  margin-bottom: 18rem !important;
}

.mb-190 {
  margin-bottom: 19rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-110 {
  margin-left: 11rem !important;
}

.ml-120 {
  margin-left: 12rem !important;
}

.ml-130 {
  margin-left: 13rem !important;
}

.ml-140 {
  margin-left: 14rem !important;
}

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

.ml-160 {
  margin-left: 16rem !important;
}

.ml-170 {
  margin-left: 17rem !important;
}

.ml-180 {
  margin-left: 18rem !important;
}

.ml-190 {
  margin-left: 19rem !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.pt-110 {
  padding-top: 11rem !important;
}

.pt-120 {
  padding-top: 12rem !important;
}

.pt-130 {
  padding-top: 13rem !important;
}

.pt-140 {
  padding-top: 14rem !important;
}

.pt-150 {
  padding-top: 15rem !important;
}

.pt-160 {
  padding-top: 16rem !important;
}

.pt-170 {
  padding-top: 17rem !important;
}

.pt-180 {
  padding-top: 18rem !important;
}

.pt-190 {
  padding-top: 19rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pr-110 {
  padding-right: 11rem !important;
}

.pr-120 {
  padding-right: 12rem !important;
}

.pr-130 {
  padding-right: 13rem !important;
}

.pr-140 {
  padding-right: 14rem !important;
}

.pr-150 {
  padding-right: 15rem !important;
}

.pr-160 {
  padding-right: 16rem !important;
}

.pr-170 {
  padding-right: 17rem !important;
}

.pr-180 {
  padding-right: 18rem !important;
}

.pr-190 {
  padding-right: 19rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pb-110 {
  padding-bottom: 11rem !important;
}

.pb-120 {
  padding-bottom: 12rem !important;
}

.pb-130 {
  padding-bottom: 13rem !important;
}

.pb-140 {
  padding-bottom: 14rem !important;
}

.pb-150 {
  padding-bottom: 15rem !important;
}

.pb-160 {
  padding-bottom: 16rem !important;
}

.pb-170 {
  padding-bottom: 17rem !important;
}

.pb-180 {
  padding-bottom: 18rem !important;
}

.pb-190 {
  padding-bottom: 19rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pl-110 {
  padding-left: 11rem !important;
}

.pl-120 {
  padding-left: 12rem !important;
}

.pl-130 {
  padding-left: 13rem !important;
}

.pl-140 {
  padding-left: 14rem !important;
}

.pl-150 {
  padding-left: 15rem !important;
}

.pl-160 {
  padding-left: 16rem !important;
}

.pl-170 {
  padding-left: 17rem !important;
}

.pl-180 {
  padding-left: 18rem !important;
}

.pl-190 {
  padding-left: 19rem !important;
}

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

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