@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body {
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-feature-settings: "palt";
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .l-header-mv {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-mv {
    margin-bottom: 100px;
  }
}
.l-header-mv img {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .l-main {
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .l-main {
    margin: 0 auto 100px;
    padding-left: 108px;
    width: 1208px;
  }
}
@media print, screen and (max-width: 1300px) and (min-width: 769px) {
  .l-main {
    padding-left: 0;
    padding-top: 135px;
    width: 1100px;
  }
}

@media only screen and (max-width: 768px) {
  .l-main2 {
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .l-main2 {
    margin: 0 auto 100px;
    padding-left: 0;
    width: 1100px;
  }
}

@media only screen and (max-width: 768px) {
  .l-sdgs-block {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sdgs-block {
    margin-bottom: 80px;
  }
}
.l-sdgs-block h2 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-sdgs-block h2 {
    margin-bottom: 25px;
    padding: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sdgs-block h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .l-sdgs-block h2 img {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .l-sdgs-block .l-sdgs-item {
    margin-top: 38px;
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sdgs-block .l-sdgs-item {
    margin-top: 76px;
  }
}
.l-sdgs-block .l-sdgs-item:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .l-sdgs-block h3 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sdgs-block h3 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .l-sdgs-block p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sdgs-block p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-bottom: 15px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  .l-sdgs-block p br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-sdgs-block a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sdgs-block a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.l-sdgs-block .l-sdgs-image {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-sdgs-block .l-sdgs-image {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sdgs-block .l-sdgs-image {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .l-sdgs-block .l-sdgs-image li {
    margin-bottom: 10px;
    width: 48%;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sdgs-block .l-sdgs-image li {
    margin: 0 14px;
  }
}
@media only screen and (max-width: 768px) {
  .l-sdgs-block .l-sdgs-image li img {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .l-sdgs-block.l-sdgs-block01.news h2 img {
    width: 231px;
  }
}
.l-sdgs-block.l-sdgs-block01 h3 {
  color: #284925;
  text-shadow: 2px 2px 2px rgba(191, 221, 169, 0.75);
}
.l-sdgs-block.l-sdgs-block02 h3 {
  color: #0768ac;
  text-shadow: 2px 2px 2px rgba(191, 221, 169, 0.75);
}
.l-sdgs-block.l-sdgs-block03 h3 {
  color: #db392a;
  text-shadow: 2px 2px 2px rgba(191, 221, 169, 0.75);
}

@media print, screen and (min-width: 769px) {
  .c-page__menu {
    padding-left: 108px !important;
  }
}
@media print, screen and (max-width: 1300px) and (min-width: 769px) {
  .c-page__menu {
    padding-left: 0 !important;
  }
}

/* fontcolor */
/* color */
/* fonts */
.u-mon {
  font-family: "Montserrat", sans-serif;
}

.u-min {
  font-family: "Sawarabi Mincho", serif;
}

/* display */
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

/* text-align */
.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-tac {
  text-align: center !important;
}

@media only screen and (max-width: 768px) {
  .u-sp-tal {
    text-align: left !important;
  }
  .u-sp-tar {
    text-align: right !important;
  }
  .u-sp-tac {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-tal {
    text-align: left !important;
  }
  .u-pc-tar {
    text-align: right !important;
  }
  .u-pc-tac {
    text-align: center !important;
  }
}
/* font-weight */
.u-fw-b {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .u-sp-fw-b {
    font-weight: bold;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-fw-b {
    font-weight: bold;
  }
}
.u-fw-n {
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .u-sp-fw-n {
    font-weight: normal;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-fw-n {
    font-weight: normal;
  }
}
/* float */
.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

@media only screen and (max-width: 768px) {
  .u-sp-fl {
    float: left !important;
  }
  .u-sp-fr {
    float: right !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-fl {
    float: left !important;
  }
  .u-pc-fr {
    float: right !important;
  }
}
/* object-fit */
.u-img-cover {
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 768px) {
  .u-sp-img-cover {
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-img-cover {
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.u-img-contain {
  -webkit-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  background: #eee;
}

@media only screen and (max-width: 768px) {
  .u-sp-img-contain {
    -webkit-object-fit: contain;
    -ms-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    background: #eee;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-img-contain {
    -webkit-object-fit: contain;
    -ms-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    background: #eee;
  }
}
/* clear, clearfix */
.u-cf {
  zoom: 100%;
}
.u-cf:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.u-cl {
  clear: both;
}

/* margin & padding */
.u-mt100 {
  margin-top: 100px !important;
}

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

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

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

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

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

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

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

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

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

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

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

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

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

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

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

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

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

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

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

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

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

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

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

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

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

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

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

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

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

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

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

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

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

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

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

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

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

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

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

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

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

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

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

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

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

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

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

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

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

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

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

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

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

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

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

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

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

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

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

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

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

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

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

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

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

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

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

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

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

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

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

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

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

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

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

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

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

.u-pl75 {
  padding-left: 75px !important;
}

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

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

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

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

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

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

.u-pl65 {
  padding-left: 65px !important;
}

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

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

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

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

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

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

.u-pl55 {
  padding-left: 55px !important;
}

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

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

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

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

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

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

.u-pl45 {
  padding-left: 45px !important;
}

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

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

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

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

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

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

.u-pl35 {
  padding-left: 35px !important;
}

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

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

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

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

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

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

.u-pl25 {
  padding-left: 25px !important;
}

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

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

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

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

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

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

.u-pl15 {
  padding-left: 15px !important;
}

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

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

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

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

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

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

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

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

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

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

@media only screen and (max-width: 768px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
  .u-sp-mr100 {
    margin-right: 100px !important;
  }
  .u-sp-mb100 {
    margin-bottom: 100px !important;
  }
  .u-sp-ml100 {
    margin-left: 100px !important;
  }
  .u-sp-mt95 {
    margin-top: 95px !important;
  }
  .u-sp-mr95 {
    margin-right: 95px !important;
  }
  .u-sp-mb95 {
    margin-bottom: 95px !important;
  }
  .u-sp-ml95 {
    margin-left: 95px !important;
  }
  .u-sp-mt90 {
    margin-top: 90px !important;
  }
  .u-sp-mr90 {
    margin-right: 90px !important;
  }
  .u-sp-mb90 {
    margin-bottom: 90px !important;
  }
  .u-sp-ml90 {
    margin-left: 90px !important;
  }
  .u-sp-mt85 {
    margin-top: 85px !important;
  }
  .u-sp-mr85 {
    margin-right: 85px !important;
  }
  .u-sp-mb85 {
    margin-bottom: 85px !important;
  }
  .u-sp-ml85 {
    margin-left: 85px !important;
  }
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
  .u-sp-mr80 {
    margin-right: 80px !important;
  }
  .u-sp-mb80 {
    margin-bottom: 80px !important;
  }
  .u-sp-ml80 {
    margin-left: 80px !important;
  }
  .u-sp-mt75 {
    margin-top: 75px !important;
  }
  .u-sp-mr75 {
    margin-right: 75px !important;
  }
  .u-sp-mb75 {
    margin-bottom: 75px !important;
  }
  .u-sp-ml75 {
    margin-left: 75px !important;
  }
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
  .u-sp-mr70 {
    margin-right: 70px !important;
  }
  .u-sp-mb70 {
    margin-bottom: 70px !important;
  }
  .u-sp-ml70 {
    margin-left: 70px !important;
  }
  .u-sp-mt65 {
    margin-top: 65px !important;
  }
  .u-sp-mr65 {
    margin-right: 65px !important;
  }
  .u-sp-mb65 {
    margin-bottom: 65px !important;
  }
  .u-sp-ml65 {
    margin-left: 65px !important;
  }
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
  .u-sp-mr60 {
    margin-right: 60px !important;
  }
  .u-sp-mb60 {
    margin-bottom: 60px !important;
  }
  .u-sp-ml60 {
    margin-left: 60px !important;
  }
  .u-sp-mt55 {
    margin-top: 55px !important;
  }
  .u-sp-mr55 {
    margin-right: 55px !important;
  }
  .u-sp-mb55 {
    margin-bottom: 55px !important;
  }
  .u-sp-ml55 {
    margin-left: 55px !important;
  }
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
  .u-sp-mr50 {
    margin-right: 50px !important;
  }
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
  .u-sp-ml50 {
    margin-left: 50px !important;
  }
  .u-sp-mt45 {
    margin-top: 45px !important;
  }
  .u-sp-mr45 {
    margin-right: 45px !important;
  }
  .u-sp-mb45 {
    margin-bottom: 45px !important;
  }
  .u-sp-ml45 {
    margin-left: 45px !important;
  }
  .u-sp-mt40 {
    margin-top: 40px !important;
  }
  .u-sp-mr40 {
    margin-right: 40px !important;
  }
  .u-sp-mb40 {
    margin-bottom: 40px !important;
  }
  .u-sp-ml40 {
    margin-left: 40px !important;
  }
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
  .u-sp-mr35 {
    margin-right: 35px !important;
  }
  .u-sp-mb35 {
    margin-bottom: 35px !important;
  }
  .u-sp-ml35 {
    margin-left: 35px !important;
  }
  .u-sp-mt30 {
    margin-top: 30px !important;
  }
  .u-sp-mr30 {
    margin-right: 30px !important;
  }
  .u-sp-mb30 {
    margin-bottom: 30px !important;
  }
  .u-sp-ml30 {
    margin-left: 30px !important;
  }
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
  .u-sp-mr25 {
    margin-right: 25px !important;
  }
  .u-sp-mb25 {
    margin-bottom: 25px !important;
  }
  .u-sp-ml25 {
    margin-left: 25px !important;
  }
  .u-sp-mt20 {
    margin-top: 20px !important;
  }
  .u-sp-mr20 {
    margin-right: 20px !important;
  }
  .u-sp-mb20 {
    margin-bottom: 20px !important;
  }
  .u-sp-ml20 {
    margin-left: 20px !important;
  }
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
  .u-sp-mr15 {
    margin-right: 15px !important;
  }
  .u-sp-mb15 {
    margin-bottom: 15px !important;
  }
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
  .u-sp-mr10 {
    margin-right: 10px !important;
  }
  .u-sp-mb10 {
    margin-bottom: 10px !important;
  }
  .u-sp-ml10 {
    margin-left: 10px !important;
  }
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
  .u-sp-mr5 {
    margin-right: 5px !important;
  }
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
  .u-sp-ml5 {
    margin-left: 5px !important;
  }
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
  .u-sp-mr0 {
    margin-right: 0px !important;
  }
  .u-sp-mb0 {
    margin-bottom: 0px !important;
  }
  .u-sp-ml0 {
    margin-left: 0px !important;
  }
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
  .u-sp-pr100 {
    padding-right: 100px !important;
  }
  .u-sp-pb100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pl100 {
    padding-left: 100px !important;
  }
  .u-sp-pt95 {
    padding-top: 95px !important;
  }
  .u-sp-pr95 {
    padding-right: 95px !important;
  }
  .u-sp-pb95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pl95 {
    padding-left: 95px !important;
  }
  .u-sp-pt90 {
    padding-top: 90px !important;
  }
  .u-sp-pr90 {
    padding-right: 90px !important;
  }
  .u-sp-pb90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pl90 {
    padding-left: 90px !important;
  }
  .u-sp-pt85 {
    padding-top: 85px !important;
  }
  .u-sp-pr85 {
    padding-right: 85px !important;
  }
  .u-sp-pb85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pl85 {
    padding-left: 85px !important;
  }
  .u-sp-pt80 {
    padding-top: 80px !important;
  }
  .u-sp-pr80 {
    padding-right: 80px !important;
  }
  .u-sp-pb80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pl80 {
    padding-left: 80px !important;
  }
  .u-sp-pt75 {
    padding-top: 75px !important;
  }
  .u-sp-pr75 {
    padding-right: 75px !important;
  }
  .u-sp-pb75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pl75 {
    padding-left: 75px !important;
  }
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
  .u-sp-pr70 {
    padding-right: 70px !important;
  }
  .u-sp-pb70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pl70 {
    padding-left: 70px !important;
  }
  .u-sp-pt65 {
    padding-top: 65px !important;
  }
  .u-sp-pr65 {
    padding-right: 65px !important;
  }
  .u-sp-pb65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pl65 {
    padding-left: 65px !important;
  }
  .u-sp-pt60 {
    padding-top: 60px !important;
  }
  .u-sp-pr60 {
    padding-right: 60px !important;
  }
  .u-sp-pb60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pl60 {
    padding-left: 60px !important;
  }
  .u-sp-pt55 {
    padding-top: 55px !important;
  }
  .u-sp-pr55 {
    padding-right: 55px !important;
  }
  .u-sp-pb55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pl55 {
    padding-left: 55px !important;
  }
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
  .u-sp-pr50 {
    padding-right: 50px !important;
  }
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pl50 {
    padding-left: 50px !important;
  }
  .u-sp-pt45 {
    padding-top: 45px !important;
  }
  .u-sp-pr45 {
    padding-right: 45px !important;
  }
  .u-sp-pb45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pl45 {
    padding-left: 45px !important;
  }
  .u-sp-pt40 {
    padding-top: 40px !important;
  }
  .u-sp-pr40 {
    padding-right: 40px !important;
  }
  .u-sp-pb40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pl40 {
    padding-left: 40px !important;
  }
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
  .u-sp-pr35 {
    padding-right: 35px !important;
  }
  .u-sp-pb35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pl35 {
    padding-left: 35px !important;
  }
  .u-sp-pt30 {
    padding-top: 30px !important;
  }
  .u-sp-pr30 {
    padding-right: 30px !important;
  }
  .u-sp-pb30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pl30 {
    padding-left: 30px !important;
  }
  .u-sp-pt25 {
    padding-top: 25px !important;
  }
  .u-sp-pr25 {
    padding-right: 25px !important;
  }
  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pl25 {
    padding-left: 25px !important;
  }
  .u-sp-pt20 {
    padding-top: 20px !important;
  }
  .u-sp-pr20 {
    padding-right: 20px !important;
  }
  .u-sp-pb20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pl20 {
    padding-left: 20px !important;
  }
  .u-sp-pt15 {
    padding-top: 15px !important;
  }
  .u-sp-pr15 {
    padding-right: 15px !important;
  }
  .u-sp-pb15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pl15 {
    padding-left: 15px !important;
  }
  .u-sp-pt10 {
    padding-top: 10px !important;
  }
  .u-sp-pr10 {
    padding-right: 10px !important;
  }
  .u-sp-pb10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pl10 {
    padding-left: 10px !important;
  }
  .u-sp-pt5 {
    padding-top: 5px !important;
  }
  .u-sp-pr5 {
    padding-right: 5px !important;
  }
  .u-sp-pb5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pl5 {
    padding-left: 5px !important;
  }
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
  .u-sp-pr0 {
    padding-right: 0px !important;
  }
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pl0 {
    padding-left: 0px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-mt100 {
    margin-top: 100px !important;
  }
  .u-pc-mr100 {
    margin-right: 100px !important;
  }
  .u-pc-mb100 {
    margin-bottom: 100px !important;
  }
  .u-pc-ml100 {
    margin-left: 100px !important;
  }
  .u-pc-mt95 {
    margin-top: 95px !important;
  }
  .u-pc-mr95 {
    margin-right: 95px !important;
  }
  .u-pc-mb95 {
    margin-bottom: 95px !important;
  }
  .u-pc-ml95 {
    margin-left: 95px !important;
  }
  .u-pc-mt90 {
    margin-top: 90px !important;
  }
  .u-pc-mr90 {
    margin-right: 90px !important;
  }
  .u-pc-mb90 {
    margin-bottom: 90px !important;
  }
  .u-pc-ml90 {
    margin-left: 90px !important;
  }
  .u-pc-mt85 {
    margin-top: 85px !important;
  }
  .u-pc-mr85 {
    margin-right: 85px !important;
  }
  .u-pc-mb85 {
    margin-bottom: 85px !important;
  }
  .u-pc-ml85 {
    margin-left: 85px !important;
  }
  .u-pc-mt80 {
    margin-top: 80px !important;
  }
  .u-pc-mr80 {
    margin-right: 80px !important;
  }
  .u-pc-mb80 {
    margin-bottom: 80px !important;
  }
  .u-pc-ml80 {
    margin-left: 80px !important;
  }
  .u-pc-mt75 {
    margin-top: 75px !important;
  }
  .u-pc-mr75 {
    margin-right: 75px !important;
  }
  .u-pc-mb75 {
    margin-bottom: 75px !important;
  }
  .u-pc-ml75 {
    margin-left: 75px !important;
  }
  .u-pc-mt70 {
    margin-top: 70px !important;
  }
  .u-pc-mr70 {
    margin-right: 70px !important;
  }
  .u-pc-mb70 {
    margin-bottom: 70px !important;
  }
  .u-pc-ml70 {
    margin-left: 70px !important;
  }
  .u-pc-mt65 {
    margin-top: 65px !important;
  }
  .u-pc-mr65 {
    margin-right: 65px !important;
  }
  .u-pc-mb65 {
    margin-bottom: 65px !important;
  }
  .u-pc-ml65 {
    margin-left: 65px !important;
  }
  .u-pc-mt60 {
    margin-top: 60px !important;
  }
  .u-pc-mr60 {
    margin-right: 60px !important;
  }
  .u-pc-mb60 {
    margin-bottom: 60px !important;
  }
  .u-pc-ml60 {
    margin-left: 60px !important;
  }
  .u-pc-mt55 {
    margin-top: 55px !important;
  }
  .u-pc-mr55 {
    margin-right: 55px !important;
  }
  .u-pc-mb55 {
    margin-bottom: 55px !important;
  }
  .u-pc-ml55 {
    margin-left: 55px !important;
  }
  .u-pc-mt50 {
    margin-top: 50px !important;
  }
  .u-pc-mr50 {
    margin-right: 50px !important;
  }
  .u-pc-mb50 {
    margin-bottom: 50px !important;
  }
  .u-pc-ml50 {
    margin-left: 50px !important;
  }
  .u-pc-mt45 {
    margin-top: 45px !important;
  }
  .u-pc-mr45 {
    margin-right: 45px !important;
  }
  .u-pc-mb45 {
    margin-bottom: 45px !important;
  }
  .u-pc-ml45 {
    margin-left: 45px !important;
  }
  .u-pc-mt40 {
    margin-top: 40px !important;
  }
  .u-pc-mr40 {
    margin-right: 40px !important;
  }
  .u-pc-mb40 {
    margin-bottom: 40px !important;
  }
  .u-pc-ml40 {
    margin-left: 40px !important;
  }
  .u-pc-mt35 {
    margin-top: 35px !important;
  }
  .u-pc-mr35 {
    margin-right: 35px !important;
  }
  .u-pc-mb35 {
    margin-bottom: 35px !important;
  }
  .u-pc-ml35 {
    margin-left: 35px !important;
  }
  .u-pc-mt30 {
    margin-top: 30px !important;
  }
  .u-pc-mr30 {
    margin-right: 30px !important;
  }
  .u-pc-mb30 {
    margin-bottom: 30px !important;
  }
  .u-pc-ml30 {
    margin-left: 30px !important;
  }
  .u-pc-mt25 {
    margin-top: 25px !important;
  }
  .u-pc-mr25 {
    margin-right: 25px !important;
  }
  .u-pc-mb25 {
    margin-bottom: 25px !important;
  }
  .u-pc-ml25 {
    margin-left: 25px !important;
  }
  .u-pc-mt20 {
    margin-top: 20px !important;
  }
  .u-pc-mr20 {
    margin-right: 20px !important;
  }
  .u-pc-mb20 {
    margin-bottom: 20px !important;
  }
  .u-pc-ml20 {
    margin-left: 20px !important;
  }
  .u-pc-mt15 {
    margin-top: 15px !important;
  }
  .u-pc-mr15 {
    margin-right: 15px !important;
  }
  .u-pc-mb15 {
    margin-bottom: 15px !important;
  }
  .u-pc-ml15 {
    margin-left: 15px !important;
  }
  .u-pc-mt10 {
    margin-top: 10px !important;
  }
  .u-pc-mr10 {
    margin-right: 10px !important;
  }
  .u-pc-mb10 {
    margin-bottom: 10px !important;
  }
  .u-pc-ml10 {
    margin-left: 10px !important;
  }
  .u-pc-mt5 {
    margin-top: 5px !important;
  }
  .u-pc-mr5 {
    margin-right: 5px !important;
  }
  .u-pc-mb5 {
    margin-bottom: 5px !important;
  }
  .u-pc-ml5 {
    margin-left: 5px !important;
  }
  .u-pc-mt0 {
    margin-top: 0px !important;
  }
  .u-pc-mr0 {
    margin-right: 0px !important;
  }
  .u-pc-mb0 {
    margin-bottom: 0px !important;
  }
  .u-pc-ml0 {
    margin-left: 0px !important;
  }
  .u-pc-pt100 {
    padding-top: 100px !important;
  }
  .u-pc-pr100 {
    padding-right: 100px !important;
  }
  .u-pc-pb100 {
    padding-bottom: 100px !important;
  }
  .u-pc-pl100 {
    padding-left: 100px !important;
  }
  .u-pc-pt95 {
    padding-top: 95px !important;
  }
  .u-pc-pr95 {
    padding-right: 95px !important;
  }
  .u-pc-pb95 {
    padding-bottom: 95px !important;
  }
  .u-pc-pl95 {
    padding-left: 95px !important;
  }
  .u-pc-pt90 {
    padding-top: 90px !important;
  }
  .u-pc-pr90 {
    padding-right: 90px !important;
  }
  .u-pc-pb90 {
    padding-bottom: 90px !important;
  }
  .u-pc-pl90 {
    padding-left: 90px !important;
  }
  .u-pc-pt85 {
    padding-top: 85px !important;
  }
  .u-pc-pr85 {
    padding-right: 85px !important;
  }
  .u-pc-pb85 {
    padding-bottom: 85px !important;
  }
  .u-pc-pl85 {
    padding-left: 85px !important;
  }
  .u-pc-pt80 {
    padding-top: 80px !important;
  }
  .u-pc-pr80 {
    padding-right: 80px !important;
  }
  .u-pc-pb80 {
    padding-bottom: 80px !important;
  }
  .u-pc-pl80 {
    padding-left: 80px !important;
  }
  .u-pc-pt75 {
    padding-top: 75px !important;
  }
  .u-pc-pr75 {
    padding-right: 75px !important;
  }
  .u-pc-pb75 {
    padding-bottom: 75px !important;
  }
  .u-pc-pl75 {
    padding-left: 75px !important;
  }
  .u-pc-pt70 {
    padding-top: 70px !important;
  }
  .u-pc-pr70 {
    padding-right: 70px !important;
  }
  .u-pc-pb70 {
    padding-bottom: 70px !important;
  }
  .u-pc-pl70 {
    padding-left: 70px !important;
  }
  .u-pc-pt65 {
    padding-top: 65px !important;
  }
  .u-pc-pr65 {
    padding-right: 65px !important;
  }
  .u-pc-pb65 {
    padding-bottom: 65px !important;
  }
  .u-pc-pl65 {
    padding-left: 65px !important;
  }
  .u-pc-pt60 {
    padding-top: 60px !important;
  }
  .u-pc-pr60 {
    padding-right: 60px !important;
  }
  .u-pc-pb60 {
    padding-bottom: 60px !important;
  }
  .u-pc-pl60 {
    padding-left: 60px !important;
  }
  .u-pc-pt55 {
    padding-top: 55px !important;
  }
  .u-pc-pr55 {
    padding-right: 55px !important;
  }
  .u-pc-pb55 {
    padding-bottom: 55px !important;
  }
  .u-pc-pl55 {
    padding-left: 55px !important;
  }
  .u-pc-pt50 {
    padding-top: 50px !important;
  }
  .u-pc-pr50 {
    padding-right: 50px !important;
  }
  .u-pc-pb50 {
    padding-bottom: 50px !important;
  }
  .u-pc-pl50 {
    padding-left: 50px !important;
  }
  .u-pc-pt45 {
    padding-top: 45px !important;
  }
  .u-pc-pr45 {
    padding-right: 45px !important;
  }
  .u-pc-pb45 {
    padding-bottom: 45px !important;
  }
  .u-pc-pl45 {
    padding-left: 45px !important;
  }
  .u-pc-pt40 {
    padding-top: 40px !important;
  }
  .u-pc-pr40 {
    padding-right: 40px !important;
  }
  .u-pc-pb40 {
    padding-bottom: 40px !important;
  }
  .u-pc-pl40 {
    padding-left: 40px !important;
  }
  .u-pc-pt35 {
    padding-top: 35px !important;
  }
  .u-pc-pr35 {
    padding-right: 35px !important;
  }
  .u-pc-pb35 {
    padding-bottom: 35px !important;
  }
  .u-pc-pl35 {
    padding-left: 35px !important;
  }
  .u-pc-pt30 {
    padding-top: 30px !important;
  }
  .u-pc-pr30 {
    padding-right: 30px !important;
  }
  .u-pc-pb30 {
    padding-bottom: 30px !important;
  }
  .u-pc-pl30 {
    padding-left: 30px !important;
  }
  .u-pc-pt25 {
    padding-top: 25px !important;
  }
  .u-pc-pr25 {
    padding-right: 25px !important;
  }
  .u-pc-pb25 {
    padding-bottom: 25px !important;
  }
  .u-pc-pl25 {
    padding-left: 25px !important;
  }
  .u-pc-pt20 {
    padding-top: 20px !important;
  }
  .u-pc-pr20 {
    padding-right: 20px !important;
  }
  .u-pc-pb20 {
    padding-bottom: 20px !important;
  }
  .u-pc-pl20 {
    padding-left: 20px !important;
  }
  .u-pc-pt15 {
    padding-top: 15px !important;
  }
  .u-pc-pr15 {
    padding-right: 15px !important;
  }
  .u-pc-pb15 {
    padding-bottom: 15px !important;
  }
  .u-pc-pl15 {
    padding-left: 15px !important;
  }
  .u-pc-pt10 {
    padding-top: 10px !important;
  }
  .u-pc-pr10 {
    padding-right: 10px !important;
  }
  .u-pc-pb10 {
    padding-bottom: 10px !important;
  }
  .u-pc-pl10 {
    padding-left: 10px !important;
  }
  .u-pc-pt5 {
    padding-top: 5px !important;
  }
  .u-pc-pr5 {
    padding-right: 5px !important;
  }
  .u-pc-pb5 {
    padding-bottom: 5px !important;
  }
  .u-pc-pl5 {
    padding-left: 5px !important;
  }
  .u-pc-pt0 {
    padding-top: 0px !important;
  }
  .u-pc-pr0 {
    padding-right: 0px !important;
  }
  .u-pc-pb0 {
    padding-bottom: 0px !important;
  }
  .u-pc-pl0 {
    padding-left: 0px !important;
  }
}
/* font-size */
.u-fs50 {
  font-size: 50px !important;
  font-size: 5rem !important;
}

.u-fs49 {
  font-size: 49px !important;
  font-size: 4.9rem !important;
}

.u-fs48 {
  font-size: 48px !important;
  font-size: 4.8rem !important;
}

.u-fs47 {
  font-size: 47px !important;
  font-size: 4.7rem !important;
}

.u-fs46 {
  font-size: 46px !important;
  font-size: 4.6rem !important;
}

.u-fs45 {
  font-size: 45px !important;
  font-size: 4.5rem !important;
}

.u-fs44 {
  font-size: 44px !important;
  font-size: 4.4rem !important;
}

.u-fs43 {
  font-size: 43px !important;
  font-size: 4.3rem !important;
}

.u-fs42 {
  font-size: 42px !important;
  font-size: 4.2rem !important;
}

.u-fs41 {
  font-size: 41px !important;
  font-size: 4.1rem !important;
}

.u-fs40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}

.u-fs39 {
  font-size: 39px !important;
  font-size: 3.9rem !important;
}

.u-fs38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}

.u-fs37 {
  font-size: 37px !important;
  font-size: 3.7rem !important;
}

.u-fs36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.u-fs35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

.u-fs34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}

.u-fs33 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
}

.u-fs32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.u-fs31 {
  font-size: 31px !important;
  font-size: 3.1rem !important;
}

.u-fs30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.u-fs29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}

.u-fs28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.u-fs27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}

.u-fs26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.u-fs25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.u-fs24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.u-fs23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.u-fs22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.u-fs21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.u-fs20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.u-fs19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.u-fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.u-fs17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.u-fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.u-fs15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.u-fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.u-fs13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.u-fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.u-fs11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.u-fs10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

@media only screen and (max-width: 768px) {
  .u-sp-fs50 {
    font-size: 5rem !important;
  }
  .u-sp-fs49 {
    font-size: 4.9rem !important;
  }
  .u-sp-fs48 {
    font-size: 4.8rem !important;
  }
  .u-sp-fs47 {
    font-size: 4.7rem !important;
  }
  .u-sp-fs46 {
    font-size: 4.6rem !important;
  }
  .u-sp-fs45 {
    font-size: 4.5rem !important;
  }
  .u-sp-fs44 {
    font-size: 4.4rem !important;
  }
  .u-sp-fs43 {
    font-size: 4.3rem !important;
  }
  .u-sp-fs42 {
    font-size: 4.2rem !important;
  }
  .u-sp-fs41 {
    font-size: 4.1rem !important;
  }
  .u-sp-fs40 {
    font-size: 4rem !important;
  }
  .u-sp-fs39 {
    font-size: 3.9rem !important;
  }
  .u-sp-fs38 {
    font-size: 3.8rem !important;
  }
  .u-sp-fs37 {
    font-size: 3.7rem !important;
  }
  .u-sp-fs36 {
    font-size: 3.6rem !important;
  }
  .u-sp-fs35 {
    font-size: 3.5rem !important;
  }
  .u-sp-fs34 {
    font-size: 3.4rem !important;
  }
  .u-sp-fs33 {
    font-size: 3.3rem !important;
  }
  .u-sp-fs32 {
    font-size: 3.2rem !important;
  }
  .u-sp-fs31 {
    font-size: 3.1rem !important;
  }
  .u-sp-fs30 {
    font-size: 3rem !important;
  }
  .u-sp-fs29 {
    font-size: 2.9rem !important;
  }
  .u-sp-fs28 {
    font-size: 2.8rem !important;
  }
  .u-sp-fs27 {
    font-size: 2.7rem !important;
  }
  .u-sp-fs26 {
    font-size: 2.6rem !important;
  }
  .u-sp-fs25 {
    font-size: 2.5rem !important;
  }
  .u-sp-fs24 {
    font-size: 2.4rem !important;
  }
  .u-sp-fs23 {
    font-size: 2.3rem !important;
  }
  .u-sp-fs22 {
    font-size: 2.2rem !important;
  }
  .u-sp-fs21 {
    font-size: 2.1rem !important;
  }
  .u-sp-fs20 {
    font-size: 2rem !important;
  }
  .u-sp-fs19 {
    font-size: 1.9rem !important;
  }
  .u-sp-fs18 {
    font-size: 1.8rem !important;
  }
  .u-sp-fs17 {
    font-size: 1.7rem !important;
  }
  .u-sp-fs16 {
    font-size: 1.6rem !important;
  }
  .u-sp-fs15 {
    font-size: 1.5rem !important;
  }
  .u-sp-fs14 {
    font-size: 1.4rem !important;
  }
  .u-sp-fs13 {
    font-size: 1.3rem !important;
  }
  .u-sp-fs12 {
    font-size: 1.2rem !important;
  }
  .u-sp-fs11 {
    font-size: 1.1rem !important;
  }
  .u-sp-fs10 {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-fs50 {
    font-size: 5rem !important;
  }
  .u-pc-fs49 {
    font-size: 4.9rem !important;
  }
  .u-pc-fs48 {
    font-size: 4.8rem !important;
  }
  .u-pc-fs47 {
    font-size: 4.7rem !important;
  }
  .u-pc-fs46 {
    font-size: 4.6rem !important;
  }
  .u-pc-fs45 {
    font-size: 4.5rem !important;
  }
  .u-pc-fs44 {
    font-size: 4.4rem !important;
  }
  .u-pc-fs43 {
    font-size: 4.3rem !important;
  }
  .u-pc-fs42 {
    font-size: 4.2rem !important;
  }
  .u-pc-fs41 {
    font-size: 4.1rem !important;
  }
  .u-pc-fs40 {
    font-size: 4rem !important;
  }
  .u-pc-fs39 {
    font-size: 3.9rem !important;
  }
  .u-pc-fs38 {
    font-size: 3.8rem !important;
  }
  .u-pc-fs37 {
    font-size: 3.7rem !important;
  }
  .u-pc-fs36 {
    font-size: 3.6rem !important;
  }
  .u-pc-fs35 {
    font-size: 3.5rem !important;
  }
  .u-pc-fs34 {
    font-size: 3.4rem !important;
  }
  .u-pc-fs33 {
    font-size: 3.3rem !important;
  }
  .u-pc-fs32 {
    font-size: 3.2rem !important;
  }
  .u-pc-fs31 {
    font-size: 3.1rem !important;
  }
  .u-pc-fs30 {
    font-size: 3rem !important;
  }
  .u-pc-fs29 {
    font-size: 2.9rem !important;
  }
  .u-pc-fs28 {
    font-size: 2.8rem !important;
  }
  .u-pc-fs27 {
    font-size: 2.7rem !important;
  }
  .u-pc-fs26 {
    font-size: 2.6rem !important;
  }
  .u-pc-fs25 {
    font-size: 2.5rem !important;
  }
  .u-pc-fs24 {
    font-size: 2.4rem !important;
  }
  .u-pc-fs23 {
    font-size: 2.3rem !important;
  }
  .u-pc-fs22 {
    font-size: 2.2rem !important;
  }
  .u-pc-fs21 {
    font-size: 2.1rem !important;
  }
  .u-pc-fs20 {
    font-size: 2rem !important;
  }
  .u-pc-fs19 {
    font-size: 1.9rem !important;
  }
  .u-pc-fs18 {
    font-size: 1.8rem !important;
  }
  .u-pc-fs17 {
    font-size: 1.7rem !important;
  }
  .u-pc-fs16 {
    font-size: 1.6rem !important;
  }
  .u-pc-fs15 {
    font-size: 1.5rem !important;
  }
  .u-pc-fs14 {
    font-size: 1.4rem !important;
  }
  .u-pc-fs13 {
    font-size: 1.3rem !important;
  }
  .u-pc-fs12 {
    font-size: 1.2rem !important;
  }
  .u-pc-fs11 {
    font-size: 1.1rem !important;
  }
  .u-pc-fs10 {
    font-size: 1rem !important;
  }
}
.u-pos-r {
  position: relative;
}

html {
  color: #3e3a39;
}

body .c-btn03 span {
  background: url("/wps/wp-content/themes/toyopet2023/_assets/img/common/icon-arrow01.svg") no-repeat right center/8px 15px;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  body .c-btn03 span {
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  #index .section__title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  #index .about {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #index .about {
    margin-bottom: 150px;
  }
}
#index .about .about__detail {
  text-align: center;
  position: relative;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  #index .about .about__detail {
    border: 4px solid #546c35;
    padding: 25px 10px 0;
    margin-bottom: 75px;
    width: 95%;
    margin: 0 auto;
    border-radius: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #index .about .about__detail {
    border: 10px solid #546c35;
    padding: 60px 90px;
    margin-bottom: 150px;
  }
}
#index .about .about__detail .detail__icon {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #index .about .about__detail .detail__icon {
    width: 55px;
    top: -26px;
    left: -17px;
  }
}
@media print, screen and (min-width: 769px) {
  #index .about .about__detail .detail__icon {
    top: -67px;
    left: -59px;
    width: 20%;
  }
}
@media print, screen and (min-width: 769px) {
  #index .about .about__detail .detail__icon img {
    width: 257px;
  }
}
#index .about .about__detail h2 {
  color: #000;
  text-align: center;
  background: linear-gradient(transparent 75%, #90ae23 50%);
  margin: 0 auto;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #index .about .about__detail h2 {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 15px;
    letter-spacing: 0.8px;
    width: 81%;
  }
}
@media print, screen and (min-width: 769px) {
  #index .about .about__detail h2 {
    font-size: 35px;
    font-size: 3.5rem;
    width: 66%;
    margin-bottom: 40px;
    letter-spacing: 2.1px;
  }
}
#index .about .about-txt {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #index .about .about-txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin-bottom: 18px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #index .about .about-txt {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
}
#index .about h3 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #index .about h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  #index .about h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#index .about .about-link {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #index .about .about-link {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #index .about .about-link {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#index .about .about-link a {
  color: #000;
}
@media print, screen and (min-width: 769px) {
  #index .about .about-link a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 768px) {
  #index .about figure {
    margin-top: 40px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #index .about figure img {
    height: auto;
    width: 100%;
  }
}
#index .news .news__block {
  background: #f4f2e2;
  margin: 0 auto;
  padding: 60px 40px;
}
@media only screen and (max-width: 768px) {
  #index .news .news__block {
    width: 95%;
    padding: 30px 15px;
    margin: 0 auto;
  }
}
#index .news .news__block .block__article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index .news .news__block .block__article .slick-list {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #index .news .news__block .block__article .slick-list {
    width: 77%;
  }
}
#index .news .news__block .block__article .slide-arrow {
  width: 5%;
}
#index .news .news__block .block__article .article__list {
  width: 28%;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  #index .news .news__block .block__article .article__list {
    padding: 0;
  }
}
#index .news .news__block .block__article .article__list .list__image img {
  width: 100%;
  margin-bottom: 15px;
}
#index .news .news__block .block__article .article__list .list__link-text:after {
  content: "＞";
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 10px;
  vertical-align: middle;
}
#index .news .news__block .block__article .slick-arrow {
  width: 5%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #index .news .news__block .block__article .slick-arrow {
    width: 8%;
  }
}
#index .news .news__block .block__article .prev {
  background-image: url("../img/top/arrow_left.png");
}
#index .news .news__block .block__article .next {
  background-image: url("../img/top/arrow_right.png");
}
@media only screen and (max-width: 768px) {
  #index .active {
    margin-bottom: 30px;
  }
}
#index .active .active__con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #index .active .active__con {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  #index .active .active__con .active__list:not(:first-child) {
    margin-top: 45px;
  }
}
#index .active .active__con .active__list {
  width: 31%;
}
@media only screen and (max-width: 768px) {
  #index .active .active__con .active__list {
    width: 100%;
  }
}
#index .active .active__con .active__list .list__icon {
  display: block;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 768px) {
  #index .active .active__con .active__list .list__icon {
    margin: 0 auto 20px;
    width: 20%;
  }
}
@media print, screen and (min-width: 769px) {
  #index .active .active__con .active__list .list__icon.env_icon {
    width: 150px;
  }
}
@media print, screen and (min-width: 769px) {
  #index .active .active__con .active__list .list__icon.area_icon {
    width: 133px;
  }
}
@media print, screen and (min-width: 769px) {
  #index .active .active__con .active__list .list__icon.human_icon {
    width: 105px;
  }
}
#index .active .active__con .active__list .env_icon {
  margin-bottom: 27px;
}
#index .active .active__con .active__list .list__body {
  border: 5px solid #90ae23;
  border-radius: 15px;
  text-align: center;
  padding: 30px 25px;
  height: 650px;
}
@media only screen and (max-width: 768px) {
  #index .active .active__con .active__list .list__body {
    padding: 20px 20px;
    height: auto;
    background-size: 4px;
  }
}
#index .active .active__con .active__list .list__body .body__img, #index .active .active__con .active__list .list__body .body__icon {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #index .active .active__con .active__list .list__body .body__img, #index .active .active__con .active__list .list__body .body__icon {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #index .active .active__con .active__list .list__body .body__img, #index .active .active__con .active__list .list__body .body__icon {
    width: 100%;
  }
}
#index .active .active__con .active__list .list__body .area__icon {
  height: 180px;
}
@media only screen and (max-width: 768px) {
  #index .active .active__con .active__list .list__body .area__icon {
    height: auto;
  }
}
#index .active .active__con .active__list .list__body .body_title {
  color: #90ae23;
  margin-bottom: 10px;
  text-shadow: none;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  #index .active .active__con .active__list .list__body .body_title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
#index .active .active__con .active__list .list__body .body__text {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  #index .active .active__con .active__list .list__body .body__text {
    height: auto;
  }
}
#index .active .active__con .active__list .list__body .body__link {
  color: #90ae23;
}
#index .active .active__con .active__list .list__body .body__link:after {
  content: ">";
  display: inline-block;
  margin-left: 7px;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #index .active .active__con .active__list .list__body .body__link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #index .dec {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #index .dec {
    margin-bottom: 30px;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #index .dec img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #env, #area, #human {
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  #env, #area, #human {
    margin: 0 auto 100px;
  }
}
@media print, screen and (max-width: 1300px) and (min-width: 769px) {
  #env, #area, #human {
    padding-left: 0;
    width: 1100px;
  }
}
#env img, #area img, #human img {
  width: 100%;
}
#env .section__title, #area .section__title, #human .section__title {
  padding-left: 0;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #env .section__title, #area .section__title, #human .section__title {
    width: 100%;
    margin-bottom: 25px;
  }
}
#env .section__title:before, #area .section__title:before, #human .section__title:before {
  background: none;
}
#env .about, #area .about, #human .about {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #env .about, #area .about, #human .about {
    margin-bottom: 30px;
  }
}
#env .about img, #area .about img, #human .about img {
  width: 100%;
}
#env .about .about__logo, #area .about .about__logo, #human .about .about__logo {
  width: 557px;
  max-width: 80%;
  margin: 0 auto;
}
#env .detail .detail__article, #area .detail .detail__article, #human .detail .detail__article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: space-between;
}
#env .detail .detail__article .article__list, #area .detail .detail__article .article__list, #human .detail .detail__article .article__list {
  width: 49%;
  max-width: 470px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #env .detail .detail__article .article__list, #area .detail .detail__article .article__list, #human .detail .detail__article .article__list {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
#env .detail .detail__article .article__list:first-child, #area .detail .detail__article .article__list:first-child, #human .detail .detail__article .article__list:first-child {
  margin-left: 0;
}
#env .detail .detail__article .article__list:nth-last-child(-n+2), #area .detail .detail__article .article__list:nth-last-child(-n+2), #human .detail .detail__article .article__list:nth-last-child(-n+2) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  #env .detail .detail__article .article__list:nth-last-child(2), #area .detail .detail__article .article__list:nth-last-child(2), #human .detail .detail__article .article__list:nth-last-child(2) {
    margin-bottom: 50px;
  }
}
#env .detail .detail__article .article__list .list__image, #area .detail .detail__article .article__list .list__image, #human .detail .detail__article .article__list .list__image {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #env .detail .detail__article .article__list .list__image, #area .detail .detail__article .article__list .list__image, #human .detail .detail__article .article__list .list__image {
    margin-bottom: 15px;
    width: 100%;
  }
}
#env .detail .detail__article .article__list .list__title, #area .detail .detail__article .article__list .list__title, #human .detail .detail__article .article__list .list__title {
  text-align: center;
  color: #488437;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #env .detail .detail__article .article__list .list__title, #area .detail .detail__article .article__list .list__title, #human .detail .detail__article .article__list .list__title {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #env .detail .detail__article .article__list .list__title, #area .detail .detail__article .article__list .list__title, #human .detail .detail__article .article__list .list__title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
#env .detail .detail__article .list__text, #area .detail .detail__article .list__text, #human .detail .detail__article .list__text {
  letter-spacing: 2.4px;
  line-height: 30px;
  line-height: 3rem;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #env .detail .detail__article .list__text, #area .detail .detail__article .list__text, #human .detail .detail__article .list__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
#env .detail .detail__article .list__button, #area .detail .detail__article .list__button, #human .detail .detail__article .list__button {
  margin-top: 20px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #env .detail .detail__article .list__button a, #area .detail .detail__article .list__button a, #human .detail .detail__article .list__button a {
    width: 347px;
  }
}
#env .detail .detail__article .list__button .button, #area .detail .detail__article .list__button .button, #human .detail .detail__article .list__button .button {
  display: inline-block;
  width: 300px;
  max-width: 70%;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  background: #495e2f;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #env .detail .detail__article .list__button .button, #area .detail .detail__article .list__button .button, #human .detail .detail__article .list__button .button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#env .detail .detail__single .single__image, #area .detail .detail__single .single__image, #human .detail .detail__single .single__image {
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  #env .detail .detail__single .single__image, #area .detail .detail__single .single__image, #human .detail .detail__single .single__image {
    width: calc(100% - 120px);
  }
}
#env .detail .detail__single .single__title, #area .detail .detail__single .single__title, #human .detail .detail__single .single__title {
  text-shadow: none;
  text-align: center;
  color: #488437;
  line-height: 1.4;
  margin: 30px auto 0;
  border-bottom: 2px solid #495e2f;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #env .detail .detail__single .single__title, #area .detail .detail__single .single__title, #human .detail .detail__single .single__title {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #env .detail .detail__single .single__title, #area .detail .detail__single .single__title, #human .detail .detail__single .single__title {
    width: calc(100% - 120px);
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
#env .detail .detail__single .single__title:after, #area .detail .detail__single .single__title:after, #human .detail .detail__single .single__title:after {
  position: absolute;
  bottom: -1px;
  right: -60px;
  content: "";
  width: 64px;
  height: 51px;
  background-image: url("../img/env_detail_icon.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 768px) {
  #env .detail .detail__single .single__title:after, #area .detail .detail__single .single__title:after, #human .detail .detail__single .single__title:after {
    bottom: -2px;
    right: -10px;
    width: 36px;
    height: 30px;
  }
}
#env .detail .detail__single .single__text, #area .detail .detail__single .single__text, #human .detail .detail__single .single__text {
  margin: 0 auto;
  letter-spacing: 2.4px;
  line-height: 30px;
  line-height: 3rem;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #env .detail .detail__single .single__text, #area .detail .detail__single .single__text, #human .detail .detail__single .single__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  #env .detail .detail__single .single__text, #area .detail .detail__single .single__text, #human .detail .detail__single .single__text {
    max-width: calc(100% - 120px);
  }
}

#human .womensday {
  color: #231815;
}
#human .womensday p {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #human .womensday p {
    font-size: 1.4rem;
  }
}
#human .womensday img {
  width: auto;
  max-width: 100%;
}
#human .womensday .womensday__main {
  margin-bottom: 120px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__main {
    margin-bottom: 40px;
  }
}
#human .womensday .womensday__main img {
  width: 100%;
  box-shadow: 0 3px 5px #000;
}
#human .womensday .womensday__lead {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__lead {
    margin-bottom: 50px;
  }
}
#human .womensday .womensday__lead .lead__col {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__lead .lead__col {
    display: block;
    margin-top: 20px;
  }
  #human .womensday .womensday__lead .lead__col:after {
    content: "";
    display: block;
    clear: both;
  }
}
#human .womensday .womensday__lead .lead__col .col__pic {
  width: 245px;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__lead .lead__col .col__pic {
    float: left;
    width: 142px;
    max-width: 40%;
    margin: 0 25px 5px 0;
  }
}
#human .womensday .womensday__lead .lead__col .col__text {
  width: calc(100% - 300px);
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__lead .lead__col .col__text {
    width: 100%;
  }
}
#human .womensday .womensday__about {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__about {
    margin-bottom: 50px;
  }
}
#human .womensday .womensday__about:after {
  content: "";
  display: block;
  clear: both;
}
#human .womensday .womensday__about .about__title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__about .about__title {
    margin-bottom: 20px;
  }
}
#human .womensday .womensday__about .about__pic {
  float: right;
  margin: 0 0 40px 60px;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__about .about__pic {
    max-width: 40%;
    margin: 0 0 10px 0;
  }
}
#human .womensday .womensday__action {
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__action {
    margin-bottom: 40px;
  }
}
#human .womensday .womensday__action .action__title {
  width: 994px;
  max-width: 100%;
  height: 81px;
  margin: 0 auto 40px;
  padding-top: 25px;
  background: url(../img/human_womensday_bg01.png) no-repeat center top;
  color: #3d3939;
  font-size: 35px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__action .action__title {
    height: 56px;
    margin-bottom: 20px;
    padding-top: 17px;
    background-size: 100% 100%;
    font-size: 24px;
  }
}
#human .womensday .womensday__action .action__pic {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__action .action__pic {
    margin-top: 20px;
  }
  #human .womensday .womensday__action .action__pic img {
    width: 100%;
  }
}
#human .womensday .womensday__action p {
  font-size: 24px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__action p {
    font-size: 1.4rem;
  }
}
#human .womensday .womensday__action .action__note {
  margin-top: 20px;
  padding-left: 1em;
  font-size: 20px;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__action .action__note {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}
#human .womensday .womensday__action02 .action__pic {
  width: calc(100% + 5px);
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__action02 .action__pic {
    width: 100%;
  }
}
#human .womensday .womensday__approach {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#human .womensday .womensday__approach .approach__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__approach .approach__title {
    width: 100%;
    margin-bottom: 20px;
  }
}
#human .womensday .womensday__approach .approach__pic {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__approach .approach__pic {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
#human .womensday .womensday__approach .approach__text {
  width: calc(100% - 260px);
  font-size: 24px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__approach .approach__text {
    width: 100%;
    font-size: 1.4rem;
  }
}
#human .womensday .womensday__approach .approach__qr {
  width: 260px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #human .womensday .womensday__approach .approach__qr {
    width: 100%;
  }
}
#human .womensday .c-btn03 a {
  margin-top: 80px;
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  #human .womensday .c-btn03 a {
    margin-top: 40px;
  }
}
#human .womensday .c-btn03 a span {
  background: url("/wps/wp-content/themes/toyopet2023/_assets/img/common/icon-arrow01.svg") no-repeat right center/8px 15px;
  color: #fff;
}

@media print, screen and (max-width: 1300px) and (min-width: 769px) {
  #human {
    padding-top: 135px;
  }
}
#human .womensday2022 {
  color: #231815;
}
#human .womensday2022 p {
  font-size: 25px;
  font-weight: normal;
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 p {
    font-size: 1.4rem;
  }
}
#human .womensday2022 img {
  width: auto;
  max-width: 100%;
}
#human .womensday2022 .l-main2 {
  width: 1100px;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .l-main2 {
    width: 100%;
  }
}
#human .womensday2022 .womensday__main {
  text-align: center;
}
#human .womensday2022 .womensday__lead {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__lead {
    margin-bottom: 50px;
  }
}
#human .womensday2022 .womensday__lead .lead__pic {
  padding: 96px 0 64px;
  background: url(../img/human_womensday2022_bg05.png) no-repeat center top;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__lead .lead__pic {
    width: calc(100% + 30px);
    margin: 0 -15px 20px;
    padding: 20px 15px;
    background-size: auto 100%;
  }
}
#human .womensday2022 .womensday__lead .lead__col {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__lead .lead__col {
    display: block;
    margin-top: 20px;
  }
  #human .womensday2022 .womensday__lead .lead__col:after {
    content: "";
    display: block;
    clear: both;
  }
}
#human .womensday2022 .womensday__lead .lead__col .col__pic {
  width: 245px;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__lead .lead__col .col__pic {
    float: left;
    width: 142px;
    max-width: 40%;
    margin: 10px 25px 5px 0;
  }
}
#human .womensday2022 .womensday__lead .lead__col .col__text {
  width: calc(100% - 300px);
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__lead .lead__col .col__text {
    width: 100%;
  }
}
#human .womensday2022 .womensday__lead .lead__col .col__text p {
  margin-top: -0.75em;
  margin-bottom: 0;
  line-height: 2.4;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__lead .lead__col .col__text p {
    margin-top: 0;
    line-height: 2.1;
  }
}
#human .womensday2022 .womensday__about {
  position: relative;
  padding: 50px 0 30px;
  background: url(../img/human_womensday2022_bg01.png) no-repeat center top;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__about {
    padding: 40px 0 0;
    background-size: auto calc(100% - 100px);
  }
}
#human .womensday2022 .womensday__about .l-main2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__about .l-main2 {
    margin-bottom: 0;
  }
}
#human .womensday2022 .womensday__about .about__title {
  margin: 0 auto;
  text-align: center;
}
#human .womensday2022 .womensday__about .about__title img {
  width: 720px;
}
#human .womensday2022 .womensday__about .about__pic {
  position: absolute;
  right: 13%;
  top: 25%;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__about .about__pic {
    position: static;
    max-width: 40%;
    margin: 0 auto;
  }
}
#human .womensday2022 .womensday__about .about__text {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__about .about__text {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__action {
    padding-top: 40px;
  }
}
#human .womensday2022 .womensday__action .l-main2 {
  margin-bottom: 0;
}
#human .womensday2022 .womensday__action .action__title {
  margin: 0 auto;
  padding-right: 60px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__action .action__title {
    margin-bottom: 10px;
    padding-right: 6%;
  }
}
#human .womensday2022 .womensday__action .action__title img {
  width: 579px;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__action .action__title img {
    width: 70%;
  }
}
#human .womensday2022 .womensday__action .action__text {
  margin-bottom: 0;
}
#human .womensday2022 .womensday__action .action__pic {
  width: 100%;
  padding: 60px 0 110px;
  background: url(../img/human_womensday2022_bg02.png) no-repeat center top;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__action .action__pic {
    padding: 20px 15px 30px;
    background-size: auto 100%;
  }
}
#human .womensday2022 .womensday__information {
  padding: 80px 0 0;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__information {
    padding: 50px 0 0;
  }
}
#human .womensday2022 .womensday__information .l-main2 {
  margin-bottom: 50px;
}
#human .womensday2022 .womensday__information .information__title {
  margin: 0 0 20px;
  font-size: 44px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__information .information__title {
    font-size: 20px;
  }
}
#human .womensday2022 .womensday__information .information__pic {
  width: 100%;
  margin-top: 20px;
  background: url(../img/human_womensday2022_bg03.png) no-repeat center;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__information .information__pic {
    width: calc(100% + 30px);
    margin: 20px -15px 0;
    background-size: 110%;
  }
}
#human .womensday2022 .womensday__information .information__pic .pic__row01 {
  display: flex;
  width: 100%;
  max-width: 972px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__information .information__pic .pic__row01 {
    padding: 0 15px;
  }
}
#human .womensday2022 .womensday__information .information__pic .pic__row01 > div {
  width: 312px;
  max-width: 32.1%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__information .information__pic .pic__row01 > div {
    margin-bottom: 4%;
  }
}
#human .womensday2022 .womensday__information .information__pic .pic__row01 > div.row__min {
  width: 303px;
  max-width: 31.2%;
}
#human .womensday2022 .womensday__information .information__pic .pic__row02 {
  display: flex;
  width: 100%;
  max-width: 972px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__information .information__pic .pic__row02 {
    padding: 0 15px;
  }
}
#human .womensday2022 .womensday__information .information__pic .pic__row02 > div {
  width: 332px;
  max-width: 34.2%;
  margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__information .information__pic .pic__row02 > div {
    margin-bottom: 4%;
  }
}
#human .womensday2022 .womensday__information .information__pic .pic__row02 > div.row__min {
  width: 248px;
  max-width: 25.6%;
}
#human .womensday2022 .womensday__approach .l-main2 {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#human .womensday2022 .womensday__approach .approach__title {
  width: 562px;
  max-width: 51.1%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__approach .approach__title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
#human .womensday2022 .womensday__approach .approach__pic {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__approach .approach__pic {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
#human .womensday2022 .womensday__approach .approach__text {
  width: 100%;
  margin: 30px auto 50px;
  padding: 30px 140px;
  border: 4px solid #00a0e9;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__approach .approach__text {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    font-size: 1.4rem;
  }
}
#human .womensday2022 .womensday__approach .approach__btn {
  width: 100%;
  text-align: center;
}
#human .womensday2022 .womensday__approach .approach__btn a {
  display: inline-block;
  padding: 5px 30px 5px 5px;
  background: url(../img/human_womensday2022_bg04.png) no-repeat center bottom;
  color: #231815;
  font-size: 25px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #human .womensday2022 .womensday__approach .approach__btn a {
    font-size: 20px;
    background-size: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  #human.human04,
  #human.human05 {
    padding-left: 108px;
  }
}
@media print, screen and (max-width: 1300px) and (min-width: 769px) {
  #human.human04,
  #human.human05 {
    padding-left: 0;
  }
}

#human06 .human6mv {
  background-color: #FFBD00;
  height: 1030px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6mv {
    height: inherit;
    padding-bottom: 22vw;
  }
}
#human06 .human6mv img {
  width: 100%;
  height: auto;
}

#human06 .human6mv .human6mv__blockwrap {
  display: flex;
  justify-content: space-between;
  padding: 45px 0 0;
}

@media only screen and (max-width: 768px) {
  #human06 .human6mv .human6mv__blockwrap {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  #human06 .human6mv .human6mv__blockwrap {
    width: 1000px;
  }
}
@media print, screen and (max-width: 1300px) and (min-width: 769px) {
  #human06 .human6mv .human6mv__blockwrap {
    padding-left: 0;
    width: 1000px;
    margin-left: auto;
  }
}
#human06 .human6mv .human6mv__blockwrap .human6mv__block:first-child {
  flex-basis: 55%;
  padding: 0 30px 0;
}

@media only screen and (max-width: 768px) {
  #human06 .human6mv .human6mv__blockwrap .human6mv__block:first-child {
    flex-basis: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
}
#human06 .human6mv .human6mv__blockwrap .human6mv__block:last-child {
  flex-basis: 40.5%;
  padding-top: 90px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6mv .human6mv__blockwrap .human6mv__block:last-child {
    flex-basis: 100%;
    padding: 40px 30px 0;
  }
}
#human06 .human6mv .human6mv__blockwrap .human6mv__block:last-child .human6mv__title {
  font-size: 23px;
  font-weight: normal;
  color: #000;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6mv .human6mv__blockwrap .human6mv__block:last-child .human6mv__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#human06 .human6mv .human6mv__blockwrap .human6mv__block:last-child .human6mv__text {
  font-size: 17px;
  color: #000;
  line-height: 2.4;
  margin-bottom: 13px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6mv .human6mv__blockwrap .human6mv__block:last-child .human6mv__text {
    font-size: 15px;
  }
}
#human06 .human6mv .human6mv__blockwrap .human6mv__block:last-child img {
  height: 48px;
  width: auto;
  margin-right: 6px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6mv .human6mv__blockwrap .human6mv__block:last-child img {
    height: 45px;
  }
}
#human06 .human6sec1 {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec1 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #human06 .human6sec1 {
    width: 1250px;
  }
}
@media print, screen and (max-width: 1300px) and (min-width: 769px) {
  #human06 .human6sec1 {
    padding-left: 0;
    width: 1000px;
  }
}
#human06 .human6sec1 .human6sec1__top {
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  margin-top: -432px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec1 .human6sec1__top {
    margin-top: -9vw;
    border-radius: 30px 30px 0 0;
    padding: 0 15px;
  }
}
#human06 .human6sec1 .human6sec1__top img {
  width: 100%;
  height: auto;
}

#human06 .human6sec1 .human6sec1__top a {
  transition: all 0.2s;
}

#human06 .human6sec1 .human6sec1__top a:hover {
  opacity: 0.7;
}

#human06 .human6sec1 .human6sec1__top .human6sec1_blockwrap {
  display: flex;
  justify-content: space-between;
  padding: 45px 0 57px 57px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec1 .human6sec1__top .human6sec1_blockwrap {
    flex-direction: column;
    padding: 35px 10px 20px 10px;
  }
}
#human06 .human6sec1 .human6sec1__top .human6sec1_blockwrap .human6sec1_block:first-child {
  flex-basis: 54%;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec1 .human6sec1__top .human6sec1_blockwrap .human6sec1_block:first-child {
    flex-basis: 100%;
  }
}
#human06 .human6sec1 .human6sec1__top .human6sec1_blockwrap .human6sec1_block:first-child .human6sec1__text {
  font-size: 19px;
  color: #000;
  line-height: 2.35;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec1 .human6sec1__top .human6sec1_blockwrap .human6sec1_block:first-child .human6sec1__text {
    font-size: 15px;
  }
}
#human06 .human6sec1 .human6sec1__top .human6sec1_blockwrap .human6sec1_block:first-child img {
  width: 199px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec1 .human6sec1__top .human6sec1_blockwrap .human6sec1_block:first-child img {
    max-width: 170px;
    width: 35vw;
    margin-right: 10px;
  }
}
#human06 .human6sec1 .human6sec1__top .human6sec1_blockwrap .human6sec1_block:last-child {
  flex-basis: 46%;
  padding-top: 22px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec1 .human6sec1__top .human6sec1_blockwrap .human6sec1_block:last-child {
    flex-basis: 100%;
    max-width: 400px;
    width: 70vw;
    margin: 0 auto;
    padding-top: 5px;
  }
}
#human06 .human6sec2 {
  margin-top: -80px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec2 {
    margin-top: -50px;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 769px) {
  #human06 .human6sec2 {
    width: 1250px;
  }
}
@media print, screen and (max-width: 1300px) and (min-width: 769px) {
  #human06 .human6sec2 {
    padding-left: 0;
    width: 1000px;
  }
}
#human06 .human6sec2.l-main {
  padding-left: 0;
}

#human06 .human6sec2 img {
  width: 100%;
  height: auto;
}

#human06 .human6sec2 a {
  transition: all 0.2s;
}

#human06 .human6sec2 a:hover {
  opacity: 0.7;
}

#human06 .human6sec2 .human6sec2__titleblock {
  background-image: url(../img/human6_img7.png);
  background-position: center;
  background-size: contain;
  text-align: center;
  padding: 90px 0 65px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec2 .human6sec2__titleblock {
    background-size: cover;
    margin-left: -15px;
    width: calc(100% + 30px);
    margin-bottom: 7vw;
  }
}
#human06 .human6sec2 .human6sec2__titleblock .human6sec2__title {
  font-size: 30px;
  font-weight: normal;
  color: #000;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec2 .human6sec2__titleblock .human6sec2__title {
    font-weight: bold;
    font-size: 20px;
  }
  #human06 .human6sec2 .human6sec2__titleblock .human6sec2__title span.ilb {
    display: inline-block;
  }
}
#human06 .human6sec2 .human6sec2__titleblock .human6sec2__text {
  text-align: left;
  font-size: 18px;
  color: #000;
  line-height: 2.3;
  padding: 0 70px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec2 .human6sec2__titleblock .human6sec2__text {
    font-size: 15px;
    padding: 0 20px;
  }
}
#human06 .human6sec2 .human6sec2__picblockwrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 185px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec2 .human6sec2__picblockwrap {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
#human06 .human6sec2 .human6sec2__picblockwrap::after {
  content: "";
  flex-basis: 33.05%;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec2 .human6sec2__picblockwrap::after {
    flex-basis: 49.5%;
  }
}
#human06 .human6sec2 .human6sec2__picblockwrap .human6sec2__picblock {
  margin-bottom: -96px;
  flex-basis: 33.05%;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec2 .human6sec2__picblockwrap .human6sec2__picblock {
    flex-basis: 49.5%;
    margin-bottom: min(0.9vw, 6px);
  }
}
#human06 .human6sec2 .human6sec2__picblockwrap .human6sec2__picblock:nth-child(3n+1) {
  margin-top: -50px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec2 .human6sec2__picblockwrap .human6sec2__picblock:nth-child(3n+1) {
    margin-top: 0;
  }
}
#human06 .human6sec2 .human6sec2__picblockwrap .human6sec2__picblock:nth-child(3n) {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec2 .human6sec2__picblockwrap .human6sec2__picblock:nth-child(3n) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #human06 .human6sec2 .human6sec2__picblockwrap .human6sec2__picblock:nth-child(2n+1) {
    margin-top: -7vw;
  }
}
#human06 .human6sec2 .human6sec2__picblockwrap .human6sec2__picblock img {
  border: 11px solid #FFBD00;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec2 .human6sec2__picblockwrap .human6sec2__picblock img {
    border: 1.4vw solid #FFBD00;
  }
}
#human06 .human6sec2 .human6sec2__link {
  text-align: center;
}

#human06 .human6sec2 .human6sec2__link a {
  font-size: 23px;
  color: #000;
}

@media only screen and (max-width: 768px) {
  #human06 .human6sec2 .human6sec2__link a {
    font-size: 19px;
  }
}
#declaration img {
  width: 100%;
}
#declaration .section__title {
  padding-left: 0;
  margin-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  #declaration .section__title {
    width: 100%;
    margin-bottom: 50px;
  }
}
#declaration .section__title:before {
  background: none;
}
#declaration .about {
  margin-bottom: 190px;
}
@media only screen and (max-width: 768px) {
  #declaration .about {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  #declaration .about img {
    width: 100%;
  }
}
#declaration .sdgs__list {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  #declaration .sdgs__list {
    gap: 15px 12px;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 769px) {
  #declaration .sdgs__list {
    gap: 35px 30px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 50px;
  }
}
#declaration .sdgs__list .list__item img {
  width: 100%;
}

/* fontcolor */
/* color */
/* fonts */
.u-mon {
  font-family: "Montserrat", sans-serif;
}

.u-min {
  font-family: "Sawarabi Mincho", serif;
}

/* display */
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

/* text-align */
.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-tac {
  text-align: center !important;
}

@media only screen and (max-width: 768px) {
  .u-sp-tal {
    text-align: left !important;
  }
  .u-sp-tar {
    text-align: right !important;
  }
  .u-sp-tac {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-tal {
    text-align: left !important;
  }
  .u-pc-tar {
    text-align: right !important;
  }
  .u-pc-tac {
    text-align: center !important;
  }
}
/* font-weight */
.u-fw-b {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .u-sp-fw-b {
    font-weight: bold;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-fw-b {
    font-weight: bold;
  }
}
.u-fw-n {
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .u-sp-fw-n {
    font-weight: normal;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-fw-n {
    font-weight: normal;
  }
}
/* float */
.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

@media only screen and (max-width: 768px) {
  .u-sp-fl {
    float: left !important;
  }
  .u-sp-fr {
    float: right !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-fl {
    float: left !important;
  }
  .u-pc-fr {
    float: right !important;
  }
}
/* object-fit */
.u-img-cover {
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 768px) {
  .u-sp-img-cover {
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-img-cover {
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.u-img-contain {
  -webkit-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  background: #eee;
}

@media only screen and (max-width: 768px) {
  .u-sp-img-contain {
    -webkit-object-fit: contain;
    -ms-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    background: #eee;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-img-contain {
    -webkit-object-fit: contain;
    -ms-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    background: #eee;
  }
}
/* clear, clearfix */
.u-cf {
  zoom: 100%;
}
.u-cf:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.u-cl {
  clear: both;
}

/* margin & padding */
.u-mt100 {
  margin-top: 100px !important;
}

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

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

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

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

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

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

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

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

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

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

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

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

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

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

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

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

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

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

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

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

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

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

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

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

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

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

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

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

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

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

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

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

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

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

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

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

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

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

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

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

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

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

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

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

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

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

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

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

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

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

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

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

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

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

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

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

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

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

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

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

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

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

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

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

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

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

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

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

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

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

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

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

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

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

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

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

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

.u-pl75 {
  padding-left: 75px !important;
}

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

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

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

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

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

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

.u-pl65 {
  padding-left: 65px !important;
}

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

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

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

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

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

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

.u-pl55 {
  padding-left: 55px !important;
}

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

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

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

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

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

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

.u-pl45 {
  padding-left: 45px !important;
}

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

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

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

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

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

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

.u-pl35 {
  padding-left: 35px !important;
}

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

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

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

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

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

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

.u-pl25 {
  padding-left: 25px !important;
}

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

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

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

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

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

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

.u-pl15 {
  padding-left: 15px !important;
}

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

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

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

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

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

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

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

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

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

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

@media only screen and (max-width: 768px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
  .u-sp-mr100 {
    margin-right: 100px !important;
  }
  .u-sp-mb100 {
    margin-bottom: 100px !important;
  }
  .u-sp-ml100 {
    margin-left: 100px !important;
  }
  .u-sp-mt95 {
    margin-top: 95px !important;
  }
  .u-sp-mr95 {
    margin-right: 95px !important;
  }
  .u-sp-mb95 {
    margin-bottom: 95px !important;
  }
  .u-sp-ml95 {
    margin-left: 95px !important;
  }
  .u-sp-mt90 {
    margin-top: 90px !important;
  }
  .u-sp-mr90 {
    margin-right: 90px !important;
  }
  .u-sp-mb90 {
    margin-bottom: 90px !important;
  }
  .u-sp-ml90 {
    margin-left: 90px !important;
  }
  .u-sp-mt85 {
    margin-top: 85px !important;
  }
  .u-sp-mr85 {
    margin-right: 85px !important;
  }
  .u-sp-mb85 {
    margin-bottom: 85px !important;
  }
  .u-sp-ml85 {
    margin-left: 85px !important;
  }
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
  .u-sp-mr80 {
    margin-right: 80px !important;
  }
  .u-sp-mb80 {
    margin-bottom: 80px !important;
  }
  .u-sp-ml80 {
    margin-left: 80px !important;
  }
  .u-sp-mt75 {
    margin-top: 75px !important;
  }
  .u-sp-mr75 {
    margin-right: 75px !important;
  }
  .u-sp-mb75 {
    margin-bottom: 75px !important;
  }
  .u-sp-ml75 {
    margin-left: 75px !important;
  }
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
  .u-sp-mr70 {
    margin-right: 70px !important;
  }
  .u-sp-mb70 {
    margin-bottom: 70px !important;
  }
  .u-sp-ml70 {
    margin-left: 70px !important;
  }
  .u-sp-mt65 {
    margin-top: 65px !important;
  }
  .u-sp-mr65 {
    margin-right: 65px !important;
  }
  .u-sp-mb65 {
    margin-bottom: 65px !important;
  }
  .u-sp-ml65 {
    margin-left: 65px !important;
  }
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
  .u-sp-mr60 {
    margin-right: 60px !important;
  }
  .u-sp-mb60 {
    margin-bottom: 60px !important;
  }
  .u-sp-ml60 {
    margin-left: 60px !important;
  }
  .u-sp-mt55 {
    margin-top: 55px !important;
  }
  .u-sp-mr55 {
    margin-right: 55px !important;
  }
  .u-sp-mb55 {
    margin-bottom: 55px !important;
  }
  .u-sp-ml55 {
    margin-left: 55px !important;
  }
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
  .u-sp-mr50 {
    margin-right: 50px !important;
  }
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
  .u-sp-ml50 {
    margin-left: 50px !important;
  }
  .u-sp-mt45 {
    margin-top: 45px !important;
  }
  .u-sp-mr45 {
    margin-right: 45px !important;
  }
  .u-sp-mb45 {
    margin-bottom: 45px !important;
  }
  .u-sp-ml45 {
    margin-left: 45px !important;
  }
  .u-sp-mt40 {
    margin-top: 40px !important;
  }
  .u-sp-mr40 {
    margin-right: 40px !important;
  }
  .u-sp-mb40 {
    margin-bottom: 40px !important;
  }
  .u-sp-ml40 {
    margin-left: 40px !important;
  }
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
  .u-sp-mr35 {
    margin-right: 35px !important;
  }
  .u-sp-mb35 {
    margin-bottom: 35px !important;
  }
  .u-sp-ml35 {
    margin-left: 35px !important;
  }
  .u-sp-mt30 {
    margin-top: 30px !important;
  }
  .u-sp-mr30 {
    margin-right: 30px !important;
  }
  .u-sp-mb30 {
    margin-bottom: 30px !important;
  }
  .u-sp-ml30 {
    margin-left: 30px !important;
  }
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
  .u-sp-mr25 {
    margin-right: 25px !important;
  }
  .u-sp-mb25 {
    margin-bottom: 25px !important;
  }
  .u-sp-ml25 {
    margin-left: 25px !important;
  }
  .u-sp-mt20 {
    margin-top: 20px !important;
  }
  .u-sp-mr20 {
    margin-right: 20px !important;
  }
  .u-sp-mb20 {
    margin-bottom: 20px !important;
  }
  .u-sp-ml20 {
    margin-left: 20px !important;
  }
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
  .u-sp-mr15 {
    margin-right: 15px !important;
  }
  .u-sp-mb15 {
    margin-bottom: 15px !important;
  }
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
  .u-sp-mr10 {
    margin-right: 10px !important;
  }
  .u-sp-mb10 {
    margin-bottom: 10px !important;
  }
  .u-sp-ml10 {
    margin-left: 10px !important;
  }
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
  .u-sp-mr5 {
    margin-right: 5px !important;
  }
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
  .u-sp-ml5 {
    margin-left: 5px !important;
  }
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
  .u-sp-mr0 {
    margin-right: 0px !important;
  }
  .u-sp-mb0 {
    margin-bottom: 0px !important;
  }
  .u-sp-ml0 {
    margin-left: 0px !important;
  }
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
  .u-sp-pr100 {
    padding-right: 100px !important;
  }
  .u-sp-pb100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pl100 {
    padding-left: 100px !important;
  }
  .u-sp-pt95 {
    padding-top: 95px !important;
  }
  .u-sp-pr95 {
    padding-right: 95px !important;
  }
  .u-sp-pb95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pl95 {
    padding-left: 95px !important;
  }
  .u-sp-pt90 {
    padding-top: 90px !important;
  }
  .u-sp-pr90 {
    padding-right: 90px !important;
  }
  .u-sp-pb90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pl90 {
    padding-left: 90px !important;
  }
  .u-sp-pt85 {
    padding-top: 85px !important;
  }
  .u-sp-pr85 {
    padding-right: 85px !important;
  }
  .u-sp-pb85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pl85 {
    padding-left: 85px !important;
  }
  .u-sp-pt80 {
    padding-top: 80px !important;
  }
  .u-sp-pr80 {
    padding-right: 80px !important;
  }
  .u-sp-pb80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pl80 {
    padding-left: 80px !important;
  }
  .u-sp-pt75 {
    padding-top: 75px !important;
  }
  .u-sp-pr75 {
    padding-right: 75px !important;
  }
  .u-sp-pb75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pl75 {
    padding-left: 75px !important;
  }
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
  .u-sp-pr70 {
    padding-right: 70px !important;
  }
  .u-sp-pb70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pl70 {
    padding-left: 70px !important;
  }
  .u-sp-pt65 {
    padding-top: 65px !important;
  }
  .u-sp-pr65 {
    padding-right: 65px !important;
  }
  .u-sp-pb65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pl65 {
    padding-left: 65px !important;
  }
  .u-sp-pt60 {
    padding-top: 60px !important;
  }
  .u-sp-pr60 {
    padding-right: 60px !important;
  }
  .u-sp-pb60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pl60 {
    padding-left: 60px !important;
  }
  .u-sp-pt55 {
    padding-top: 55px !important;
  }
  .u-sp-pr55 {
    padding-right: 55px !important;
  }
  .u-sp-pb55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pl55 {
    padding-left: 55px !important;
  }
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
  .u-sp-pr50 {
    padding-right: 50px !important;
  }
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pl50 {
    padding-left: 50px !important;
  }
  .u-sp-pt45 {
    padding-top: 45px !important;
  }
  .u-sp-pr45 {
    padding-right: 45px !important;
  }
  .u-sp-pb45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pl45 {
    padding-left: 45px !important;
  }
  .u-sp-pt40 {
    padding-top: 40px !important;
  }
  .u-sp-pr40 {
    padding-right: 40px !important;
  }
  .u-sp-pb40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pl40 {
    padding-left: 40px !important;
  }
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
  .u-sp-pr35 {
    padding-right: 35px !important;
  }
  .u-sp-pb35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pl35 {
    padding-left: 35px !important;
  }
  .u-sp-pt30 {
    padding-top: 30px !important;
  }
  .u-sp-pr30 {
    padding-right: 30px !important;
  }
  .u-sp-pb30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pl30 {
    padding-left: 30px !important;
  }
  .u-sp-pt25 {
    padding-top: 25px !important;
  }
  .u-sp-pr25 {
    padding-right: 25px !important;
  }
  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pl25 {
    padding-left: 25px !important;
  }
  .u-sp-pt20 {
    padding-top: 20px !important;
  }
  .u-sp-pr20 {
    padding-right: 20px !important;
  }
  .u-sp-pb20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pl20 {
    padding-left: 20px !important;
  }
  .u-sp-pt15 {
    padding-top: 15px !important;
  }
  .u-sp-pr15 {
    padding-right: 15px !important;
  }
  .u-sp-pb15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pl15 {
    padding-left: 15px !important;
  }
  .u-sp-pt10 {
    padding-top: 10px !important;
  }
  .u-sp-pr10 {
    padding-right: 10px !important;
  }
  .u-sp-pb10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pl10 {
    padding-left: 10px !important;
  }
  .u-sp-pt5 {
    padding-top: 5px !important;
  }
  .u-sp-pr5 {
    padding-right: 5px !important;
  }
  .u-sp-pb5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pl5 {
    padding-left: 5px !important;
  }
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
  .u-sp-pr0 {
    padding-right: 0px !important;
  }
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pl0 {
    padding-left: 0px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-mt100 {
    margin-top: 100px !important;
  }
  .u-pc-mr100 {
    margin-right: 100px !important;
  }
  .u-pc-mb100 {
    margin-bottom: 100px !important;
  }
  .u-pc-ml100 {
    margin-left: 100px !important;
  }
  .u-pc-mt95 {
    margin-top: 95px !important;
  }
  .u-pc-mr95 {
    margin-right: 95px !important;
  }
  .u-pc-mb95 {
    margin-bottom: 95px !important;
  }
  .u-pc-ml95 {
    margin-left: 95px !important;
  }
  .u-pc-mt90 {
    margin-top: 90px !important;
  }
  .u-pc-mr90 {
    margin-right: 90px !important;
  }
  .u-pc-mb90 {
    margin-bottom: 90px !important;
  }
  .u-pc-ml90 {
    margin-left: 90px !important;
  }
  .u-pc-mt85 {
    margin-top: 85px !important;
  }
  .u-pc-mr85 {
    margin-right: 85px !important;
  }
  .u-pc-mb85 {
    margin-bottom: 85px !important;
  }
  .u-pc-ml85 {
    margin-left: 85px !important;
  }
  .u-pc-mt80 {
    margin-top: 80px !important;
  }
  .u-pc-mr80 {
    margin-right: 80px !important;
  }
  .u-pc-mb80 {
    margin-bottom: 80px !important;
  }
  .u-pc-ml80 {
    margin-left: 80px !important;
  }
  .u-pc-mt75 {
    margin-top: 75px !important;
  }
  .u-pc-mr75 {
    margin-right: 75px !important;
  }
  .u-pc-mb75 {
    margin-bottom: 75px !important;
  }
  .u-pc-ml75 {
    margin-left: 75px !important;
  }
  .u-pc-mt70 {
    margin-top: 70px !important;
  }
  .u-pc-mr70 {
    margin-right: 70px !important;
  }
  .u-pc-mb70 {
    margin-bottom: 70px !important;
  }
  .u-pc-ml70 {
    margin-left: 70px !important;
  }
  .u-pc-mt65 {
    margin-top: 65px !important;
  }
  .u-pc-mr65 {
    margin-right: 65px !important;
  }
  .u-pc-mb65 {
    margin-bottom: 65px !important;
  }
  .u-pc-ml65 {
    margin-left: 65px !important;
  }
  .u-pc-mt60 {
    margin-top: 60px !important;
  }
  .u-pc-mr60 {
    margin-right: 60px !important;
  }
  .u-pc-mb60 {
    margin-bottom: 60px !important;
  }
  .u-pc-ml60 {
    margin-left: 60px !important;
  }
  .u-pc-mt55 {
    margin-top: 55px !important;
  }
  .u-pc-mr55 {
    margin-right: 55px !important;
  }
  .u-pc-mb55 {
    margin-bottom: 55px !important;
  }
  .u-pc-ml55 {
    margin-left: 55px !important;
  }
  .u-pc-mt50 {
    margin-top: 50px !important;
  }
  .u-pc-mr50 {
    margin-right: 50px !important;
  }
  .u-pc-mb50 {
    margin-bottom: 50px !important;
  }
  .u-pc-ml50 {
    margin-left: 50px !important;
  }
  .u-pc-mt45 {
    margin-top: 45px !important;
  }
  .u-pc-mr45 {
    margin-right: 45px !important;
  }
  .u-pc-mb45 {
    margin-bottom: 45px !important;
  }
  .u-pc-ml45 {
    margin-left: 45px !important;
  }
  .u-pc-mt40 {
    margin-top: 40px !important;
  }
  .u-pc-mr40 {
    margin-right: 40px !important;
  }
  .u-pc-mb40 {
    margin-bottom: 40px !important;
  }
  .u-pc-ml40 {
    margin-left: 40px !important;
  }
  .u-pc-mt35 {
    margin-top: 35px !important;
  }
  .u-pc-mr35 {
    margin-right: 35px !important;
  }
  .u-pc-mb35 {
    margin-bottom: 35px !important;
  }
  .u-pc-ml35 {
    margin-left: 35px !important;
  }
  .u-pc-mt30 {
    margin-top: 30px !important;
  }
  .u-pc-mr30 {
    margin-right: 30px !important;
  }
  .u-pc-mb30 {
    margin-bottom: 30px !important;
  }
  .u-pc-ml30 {
    margin-left: 30px !important;
  }
  .u-pc-mt25 {
    margin-top: 25px !important;
  }
  .u-pc-mr25 {
    margin-right: 25px !important;
  }
  .u-pc-mb25 {
    margin-bottom: 25px !important;
  }
  .u-pc-ml25 {
    margin-left: 25px !important;
  }
  .u-pc-mt20 {
    margin-top: 20px !important;
  }
  .u-pc-mr20 {
    margin-right: 20px !important;
  }
  .u-pc-mb20 {
    margin-bottom: 20px !important;
  }
  .u-pc-ml20 {
    margin-left: 20px !important;
  }
  .u-pc-mt15 {
    margin-top: 15px !important;
  }
  .u-pc-mr15 {
    margin-right: 15px !important;
  }
  .u-pc-mb15 {
    margin-bottom: 15px !important;
  }
  .u-pc-ml15 {
    margin-left: 15px !important;
  }
  .u-pc-mt10 {
    margin-top: 10px !important;
  }
  .u-pc-mr10 {
    margin-right: 10px !important;
  }
  .u-pc-mb10 {
    margin-bottom: 10px !important;
  }
  .u-pc-ml10 {
    margin-left: 10px !important;
  }
  .u-pc-mt5 {
    margin-top: 5px !important;
  }
  .u-pc-mr5 {
    margin-right: 5px !important;
  }
  .u-pc-mb5 {
    margin-bottom: 5px !important;
  }
  .u-pc-ml5 {
    margin-left: 5px !important;
  }
  .u-pc-mt0 {
    margin-top: 0px !important;
  }
  .u-pc-mr0 {
    margin-right: 0px !important;
  }
  .u-pc-mb0 {
    margin-bottom: 0px !important;
  }
  .u-pc-ml0 {
    margin-left: 0px !important;
  }
  .u-pc-pt100 {
    padding-top: 100px !important;
  }
  .u-pc-pr100 {
    padding-right: 100px !important;
  }
  .u-pc-pb100 {
    padding-bottom: 100px !important;
  }
  .u-pc-pl100 {
    padding-left: 100px !important;
  }
  .u-pc-pt95 {
    padding-top: 95px !important;
  }
  .u-pc-pr95 {
    padding-right: 95px !important;
  }
  .u-pc-pb95 {
    padding-bottom: 95px !important;
  }
  .u-pc-pl95 {
    padding-left: 95px !important;
  }
  .u-pc-pt90 {
    padding-top: 90px !important;
  }
  .u-pc-pr90 {
    padding-right: 90px !important;
  }
  .u-pc-pb90 {
    padding-bottom: 90px !important;
  }
  .u-pc-pl90 {
    padding-left: 90px !important;
  }
  .u-pc-pt85 {
    padding-top: 85px !important;
  }
  .u-pc-pr85 {
    padding-right: 85px !important;
  }
  .u-pc-pb85 {
    padding-bottom: 85px !important;
  }
  .u-pc-pl85 {
    padding-left: 85px !important;
  }
  .u-pc-pt80 {
    padding-top: 80px !important;
  }
  .u-pc-pr80 {
    padding-right: 80px !important;
  }
  .u-pc-pb80 {
    padding-bottom: 80px !important;
  }
  .u-pc-pl80 {
    padding-left: 80px !important;
  }
  .u-pc-pt75 {
    padding-top: 75px !important;
  }
  .u-pc-pr75 {
    padding-right: 75px !important;
  }
  .u-pc-pb75 {
    padding-bottom: 75px !important;
  }
  .u-pc-pl75 {
    padding-left: 75px !important;
  }
  .u-pc-pt70 {
    padding-top: 70px !important;
  }
  .u-pc-pr70 {
    padding-right: 70px !important;
  }
  .u-pc-pb70 {
    padding-bottom: 70px !important;
  }
  .u-pc-pl70 {
    padding-left: 70px !important;
  }
  .u-pc-pt65 {
    padding-top: 65px !important;
  }
  .u-pc-pr65 {
    padding-right: 65px !important;
  }
  .u-pc-pb65 {
    padding-bottom: 65px !important;
  }
  .u-pc-pl65 {
    padding-left: 65px !important;
  }
  .u-pc-pt60 {
    padding-top: 60px !important;
  }
  .u-pc-pr60 {
    padding-right: 60px !important;
  }
  .u-pc-pb60 {
    padding-bottom: 60px !important;
  }
  .u-pc-pl60 {
    padding-left: 60px !important;
  }
  .u-pc-pt55 {
    padding-top: 55px !important;
  }
  .u-pc-pr55 {
    padding-right: 55px !important;
  }
  .u-pc-pb55 {
    padding-bottom: 55px !important;
  }
  .u-pc-pl55 {
    padding-left: 55px !important;
  }
  .u-pc-pt50 {
    padding-top: 50px !important;
  }
  .u-pc-pr50 {
    padding-right: 50px !important;
  }
  .u-pc-pb50 {
    padding-bottom: 50px !important;
  }
  .u-pc-pl50 {
    padding-left: 50px !important;
  }
  .u-pc-pt45 {
    padding-top: 45px !important;
  }
  .u-pc-pr45 {
    padding-right: 45px !important;
  }
  .u-pc-pb45 {
    padding-bottom: 45px !important;
  }
  .u-pc-pl45 {
    padding-left: 45px !important;
  }
  .u-pc-pt40 {
    padding-top: 40px !important;
  }
  .u-pc-pr40 {
    padding-right: 40px !important;
  }
  .u-pc-pb40 {
    padding-bottom: 40px !important;
  }
  .u-pc-pl40 {
    padding-left: 40px !important;
  }
  .u-pc-pt35 {
    padding-top: 35px !important;
  }
  .u-pc-pr35 {
    padding-right: 35px !important;
  }
  .u-pc-pb35 {
    padding-bottom: 35px !important;
  }
  .u-pc-pl35 {
    padding-left: 35px !important;
  }
  .u-pc-pt30 {
    padding-top: 30px !important;
  }
  .u-pc-pr30 {
    padding-right: 30px !important;
  }
  .u-pc-pb30 {
    padding-bottom: 30px !important;
  }
  .u-pc-pl30 {
    padding-left: 30px !important;
  }
  .u-pc-pt25 {
    padding-top: 25px !important;
  }
  .u-pc-pr25 {
    padding-right: 25px !important;
  }
  .u-pc-pb25 {
    padding-bottom: 25px !important;
  }
  .u-pc-pl25 {
    padding-left: 25px !important;
  }
  .u-pc-pt20 {
    padding-top: 20px !important;
  }
  .u-pc-pr20 {
    padding-right: 20px !important;
  }
  .u-pc-pb20 {
    padding-bottom: 20px !important;
  }
  .u-pc-pl20 {
    padding-left: 20px !important;
  }
  .u-pc-pt15 {
    padding-top: 15px !important;
  }
  .u-pc-pr15 {
    padding-right: 15px !important;
  }
  .u-pc-pb15 {
    padding-bottom: 15px !important;
  }
  .u-pc-pl15 {
    padding-left: 15px !important;
  }
  .u-pc-pt10 {
    padding-top: 10px !important;
  }
  .u-pc-pr10 {
    padding-right: 10px !important;
  }
  .u-pc-pb10 {
    padding-bottom: 10px !important;
  }
  .u-pc-pl10 {
    padding-left: 10px !important;
  }
  .u-pc-pt5 {
    padding-top: 5px !important;
  }
  .u-pc-pr5 {
    padding-right: 5px !important;
  }
  .u-pc-pb5 {
    padding-bottom: 5px !important;
  }
  .u-pc-pl5 {
    padding-left: 5px !important;
  }
  .u-pc-pt0 {
    padding-top: 0px !important;
  }
  .u-pc-pr0 {
    padding-right: 0px !important;
  }
  .u-pc-pb0 {
    padding-bottom: 0px !important;
  }
  .u-pc-pl0 {
    padding-left: 0px !important;
  }
}
/* font-size */
.u-fs50 {
  font-size: 50px !important;
  font-size: 5rem !important;
}

.u-fs49 {
  font-size: 49px !important;
  font-size: 4.9rem !important;
}

.u-fs48 {
  font-size: 48px !important;
  font-size: 4.8rem !important;
}

.u-fs47 {
  font-size: 47px !important;
  font-size: 4.7rem !important;
}

.u-fs46 {
  font-size: 46px !important;
  font-size: 4.6rem !important;
}

.u-fs45 {
  font-size: 45px !important;
  font-size: 4.5rem !important;
}

.u-fs44 {
  font-size: 44px !important;
  font-size: 4.4rem !important;
}

.u-fs43 {
  font-size: 43px !important;
  font-size: 4.3rem !important;
}

.u-fs42 {
  font-size: 42px !important;
  font-size: 4.2rem !important;
}

.u-fs41 {
  font-size: 41px !important;
  font-size: 4.1rem !important;
}

.u-fs40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}

.u-fs39 {
  font-size: 39px !important;
  font-size: 3.9rem !important;
}

.u-fs38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}

.u-fs37 {
  font-size: 37px !important;
  font-size: 3.7rem !important;
}

.u-fs36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.u-fs35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

.u-fs34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}

.u-fs33 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
}

.u-fs32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.u-fs31 {
  font-size: 31px !important;
  font-size: 3.1rem !important;
}

.u-fs30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.u-fs29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}

.u-fs28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.u-fs27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}

.u-fs26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.u-fs25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.u-fs24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.u-fs23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.u-fs22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.u-fs21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.u-fs20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.u-fs19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.u-fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.u-fs17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.u-fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.u-fs15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.u-fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.u-fs13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.u-fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.u-fs11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.u-fs10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

@media only screen and (max-width: 768px) {
  .u-sp-fs50 {
    font-size: 5rem !important;
  }
  .u-sp-fs49 {
    font-size: 4.9rem !important;
  }
  .u-sp-fs48 {
    font-size: 4.8rem !important;
  }
  .u-sp-fs47 {
    font-size: 4.7rem !important;
  }
  .u-sp-fs46 {
    font-size: 4.6rem !important;
  }
  .u-sp-fs45 {
    font-size: 4.5rem !important;
  }
  .u-sp-fs44 {
    font-size: 4.4rem !important;
  }
  .u-sp-fs43 {
    font-size: 4.3rem !important;
  }
  .u-sp-fs42 {
    font-size: 4.2rem !important;
  }
  .u-sp-fs41 {
    font-size: 4.1rem !important;
  }
  .u-sp-fs40 {
    font-size: 4rem !important;
  }
  .u-sp-fs39 {
    font-size: 3.9rem !important;
  }
  .u-sp-fs38 {
    font-size: 3.8rem !important;
  }
  .u-sp-fs37 {
    font-size: 3.7rem !important;
  }
  .u-sp-fs36 {
    font-size: 3.6rem !important;
  }
  .u-sp-fs35 {
    font-size: 3.5rem !important;
  }
  .u-sp-fs34 {
    font-size: 3.4rem !important;
  }
  .u-sp-fs33 {
    font-size: 3.3rem !important;
  }
  .u-sp-fs32 {
    font-size: 3.2rem !important;
  }
  .u-sp-fs31 {
    font-size: 3.1rem !important;
  }
  .u-sp-fs30 {
    font-size: 3rem !important;
  }
  .u-sp-fs29 {
    font-size: 2.9rem !important;
  }
  .u-sp-fs28 {
    font-size: 2.8rem !important;
  }
  .u-sp-fs27 {
    font-size: 2.7rem !important;
  }
  .u-sp-fs26 {
    font-size: 2.6rem !important;
  }
  .u-sp-fs25 {
    font-size: 2.5rem !important;
  }
  .u-sp-fs24 {
    font-size: 2.4rem !important;
  }
  .u-sp-fs23 {
    font-size: 2.3rem !important;
  }
  .u-sp-fs22 {
    font-size: 2.2rem !important;
  }
  .u-sp-fs21 {
    font-size: 2.1rem !important;
  }
  .u-sp-fs20 {
    font-size: 2rem !important;
  }
  .u-sp-fs19 {
    font-size: 1.9rem !important;
  }
  .u-sp-fs18 {
    font-size: 1.8rem !important;
  }
  .u-sp-fs17 {
    font-size: 1.7rem !important;
  }
  .u-sp-fs16 {
    font-size: 1.6rem !important;
  }
  .u-sp-fs15 {
    font-size: 1.5rem !important;
  }
  .u-sp-fs14 {
    font-size: 1.4rem !important;
  }
  .u-sp-fs13 {
    font-size: 1.3rem !important;
  }
  .u-sp-fs12 {
    font-size: 1.2rem !important;
  }
  .u-sp-fs11 {
    font-size: 1.1rem !important;
  }
  .u-sp-fs10 {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pc-fs50 {
    font-size: 5rem !important;
  }
  .u-pc-fs49 {
    font-size: 4.9rem !important;
  }
  .u-pc-fs48 {
    font-size: 4.8rem !important;
  }
  .u-pc-fs47 {
    font-size: 4.7rem !important;
  }
  .u-pc-fs46 {
    font-size: 4.6rem !important;
  }
  .u-pc-fs45 {
    font-size: 4.5rem !important;
  }
  .u-pc-fs44 {
    font-size: 4.4rem !important;
  }
  .u-pc-fs43 {
    font-size: 4.3rem !important;
  }
  .u-pc-fs42 {
    font-size: 4.2rem !important;
  }
  .u-pc-fs41 {
    font-size: 4.1rem !important;
  }
  .u-pc-fs40 {
    font-size: 4rem !important;
  }
  .u-pc-fs39 {
    font-size: 3.9rem !important;
  }
  .u-pc-fs38 {
    font-size: 3.8rem !important;
  }
  .u-pc-fs37 {
    font-size: 3.7rem !important;
  }
  .u-pc-fs36 {
    font-size: 3.6rem !important;
  }
  .u-pc-fs35 {
    font-size: 3.5rem !important;
  }
  .u-pc-fs34 {
    font-size: 3.4rem !important;
  }
  .u-pc-fs33 {
    font-size: 3.3rem !important;
  }
  .u-pc-fs32 {
    font-size: 3.2rem !important;
  }
  .u-pc-fs31 {
    font-size: 3.1rem !important;
  }
  .u-pc-fs30 {
    font-size: 3rem !important;
  }
  .u-pc-fs29 {
    font-size: 2.9rem !important;
  }
  .u-pc-fs28 {
    font-size: 2.8rem !important;
  }
  .u-pc-fs27 {
    font-size: 2.7rem !important;
  }
  .u-pc-fs26 {
    font-size: 2.6rem !important;
  }
  .u-pc-fs25 {
    font-size: 2.5rem !important;
  }
  .u-pc-fs24 {
    font-size: 2.4rem !important;
  }
  .u-pc-fs23 {
    font-size: 2.3rem !important;
  }
  .u-pc-fs22 {
    font-size: 2.2rem !important;
  }
  .u-pc-fs21 {
    font-size: 2.1rem !important;
  }
  .u-pc-fs20 {
    font-size: 2rem !important;
  }
  .u-pc-fs19 {
    font-size: 1.9rem !important;
  }
  .u-pc-fs18 {
    font-size: 1.8rem !important;
  }
  .u-pc-fs17 {
    font-size: 1.7rem !important;
  }
  .u-pc-fs16 {
    font-size: 1.6rem !important;
  }
  .u-pc-fs15 {
    font-size: 1.5rem !important;
  }
  .u-pc-fs14 {
    font-size: 1.4rem !important;
  }
  .u-pc-fs13 {
    font-size: 1.3rem !important;
  }
  .u-pc-fs12 {
    font-size: 1.2rem !important;
  }
  .u-pc-fs11 {
    font-size: 1.1rem !important;
  }
  .u-pc-fs10 {
    font-size: 1rem !important;
  }
}
.u-pos-r {
  position: relative;
}