@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 100%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

ul, ol {
  list-style: none;
}

address {
  font-style: normal;
}

table {
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
}

svg {
  height: auto;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
/* =========================================================
base - 基本設定
========================================================= */
html {
  overflow-x: hidden;
}

body {
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  word-break: break-all;
}

a {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}
a.has-underline {
  text-decoration: underline;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.ly_footer {
  border-top: 1px solid #B2B2B2;
}
@media screen and (max-width: 960px) {
  .ly_footer {
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .ly_footer_inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1025px) and (min-width: 577px) {
  .ly_footer_inner {
    max-width: 616px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 769px) {
  .ly_footer_inner {
    max-width: 808px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .ly_footer_inner {
    max-width: 1064px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1441px) {
  .ly_footer_inner {
    max-width: 1480px;
  }
}
@media screen and (max-width: 1024px) {
  .ly_footer_inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

.ly_fixNav {
  display: none;
}
@media screen and (max-width: 960px) {
  .ly_fixNav {
    background: #FFF;
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    z-index: 100;
    padding-left: 60px;
  }
}

.js_loading {
  background-color: #fff;
  bottom: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 10000;
}
.js_loading.is_loaded {
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}

.bl_headerCont {
  display: flex;
  height: 100px;
  align-items: center;
  padding-left: 30px;
  padding-right: 80px;
}
@media screen and (max-width: 1440px) {
  .bl_headerCont {
    padding-left: 1.5%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .bl_headerCont {
    height: 84px;
  }
}
@media screen and (max-width: 960px) {
  .bl_headerCont {
    height: 60px;
  }
}

.bl_headerLogo {
  width: 256px;
}
@media screen and (max-width: 1440px) {
  .bl_headerLogo {
    width: 18%;
    min-width: 170px;
  }
}
@media screen and (max-width: 1440px) {
  .bl_headerLogo {
    width: 132px;
    margin: 0 auto;
    min-width: auto;
  }
}

.bl_headerMenu {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .bl_headerMenu {
    display: none;
  }
}
.bl_headerMenu_pages {
  display: flex;
  align-items: center;
}
.bl_headerMenu_pages_item + .bl_headerMenu_pages_item {
  margin-left: 50px;
}
@media screen and (max-width: 1440px) {
  .bl_headerMenu_pages_item + .bl_headerMenu_pages_item {
    margin-left: 25px;
  }
}
.bl_headerMenu_pages_item a {
  display: block;
  line-height: 1;
  transition: opacity 0.3s;
}
.bl_headerMenu_pages_item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1440px) {
  .bl_headerMenu_pages_item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.bl_headerMenu_user {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
@media screen and (max-width: 1440px) {
  .bl_headerMenu_user {
    margin-left: 30px;
  }
}
.bl_headerMenu_user::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #000;
  display: block;
  margin-right: 50px;
}
@media screen and (max-width: 1440px) {
  .bl_headerMenu_user::before {
    margin-right: 30px;
  }
}
.bl_headerMenu_user_item {
  display: flex;
}
.bl_headerMenu_user_item + .bl_headerMenu_user_item {
  margin-left: 25px;
}
@media screen and (max-width: 1440px) {
  .bl_headerMenu_user_item + .bl_headerMenu_user_item {
    margin-left: 20px;
  }
}
.bl_headerMenu_user_item a {
  line-height: 1;
}
.bl_headerMenu_user_item a svg {
  transition: 0.3s;
  fill: #000;
}
.bl_headerMenu_user_item a:hover svg {
  fill: #555;
}

.bl_footerMain {
  padding-top: 50px;
  display: flex;
}
@media screen and (max-width: 960px) {
  .bl_footerMain {
    padding-top: 30px;
  }
}

.bl_footerLogo {
  max-width: 255px;
  flex: 0 1 auto;
}
@media screen and (max-width: 960px) {
  .bl_footerLogo {
    width: 180px;
    margin: 0 auto;
  }
}

.bl_footerNav {
  margin-left: 6.25%;
  display: flex;
  flex: 1 0 auto;
}
@media screen and (max-width: 960px) {
  .bl_footerNav {
    display: none;
  }
}
.bl_footerNav_list + .bl_footerNav_list {
  margin-left: 80px;
}
@media screen and (max-width: 1024px) {
  .bl_footerNav_list + .bl_footerNav_list {
    margin-left: 8%;
  }
}
.bl_footerNav_list_item {
  text-indent: -1em;
  padding-left: 1em;
}
.bl_footerNav_list_item + .bl_footerNav_list_item {
  margin-top: 10px;
}
.bl_footerNav_list_item::before {
  content: "-";
  margin-right: 10px;
}
.bl_footerNav_list_item > a {
  color: inherit;
  transition: opacity 0.3s;
}
.bl_footerNav_list_item > a:hover {
  opacity: 0.8;
}

.bl_footerPages {
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  .bl_footerPages {
    margin: 30px auto 0;
    max-width: 380px;
  }
}
.bl_footerPages_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .bl_footerPages_list {
    flex-wrap: wrap;
  }
}
.bl_footerPages_list_item {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .bl_footerPages_list_item {
    flex: 0 0 50%;
    text-align: center;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 576px) {
  .bl_footerPages_list_item {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) {
  .bl_footerPages_list_item + .bl_footerPages_list_item {
    border-left: 1px solid #3B3B3B;
    padding-left: 10px;
    margin-left: 10px;
  }
}
.bl_footerPages_list_item > a {
  color: #3B3B3B;
  transition: opacity 0.3s;
}
.bl_footerPages_list_item > a:hover {
  opacity: 0.8;
}

.bl_copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 24px;
  margin-bottom: 30px;
}

.bl_spModal {
  display: none;
  position: fixed;
  z-index: 120;
  top: 0;
  width: 100%;
  height: 100vh;
}
.bl_spModal.is_active {
  display: block;
}
.bl_spModal_cont {
  display: none;
}
.bl_spModal_ttl {
  margin: 13% auto 50px;
  text-align: center;
}
.bl_spModal_menu {
  display: flex;
  flex-wrap: wrap;
  width: 84%;
  max-width: 380px;
  margin: 0 auto;
}
.bl_spModal_menu_list {
  flex: 0 0 50%;
}
.bl_spModal_menu_list__top {
  width: 100%;
  flex: 0 0 100%;
}
.bl_spModal_menu_list_item {
  text-indent: -0.5em;
  padding-left: 0.5em;
  margin-bottom: 10px;
}
.bl_spModal_menu_list_item::before {
  content: "-";
  margin-right: 10px;
}
.bl_spModal_contact {
  margin: 25px 0;
}
.bl_spModal_contact a {
  border: 1px solid #ADADAD;
  display: block;
  width: 84%;
  margin: 0 auto;
  text-align: center;
  padding: 14px 0;
}
.bl_spModal_pages {
  margin-top: 30px;
  margin: 30px auto 0;
  max-width: 380px;
  width: 90%;
}
.bl_spModal_pages_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .bl_spModal_pages_list {
    flex-wrap: wrap;
  }
}
.bl_spModal_pages_list_item {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  flex: 0 0 50%;
  text-align: center;
  margin-bottom: 12px;
}
.bl_spModal_pages_list_item > a {
  color: #3B3B3B;
  transition: opacity 0.3s;
}
.bl_spModal_pages_list_item > a:hover {
  opacity: 0.8;
}

.bl_modalBG {
  position: fixed;
  z-index: 110;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FFF;
  transform: scale(0);
  left: -50px;
  bottom: -50px;
  transition: all 0.6s;
}
.bl_modalBG.is_active {
  transform: scale(50);
}

.bl_fixMenuTrg {
  width: 44px;
  height: 44px;
  padding: 14px 11px 14px;
  position: fixed;
  left: 15px;
  bottom: 6px;
  z-index: 150;
}
@media screen and (min-width: 769px) {
  .bl_fixMenuTrg {
    display: none;
  }
}
.bl_fixMenuTrg_inner {
  padding: 0;
  display: block;
  cursor: pointer;
  width: 21px;
  height: 21px;
  position: relative;
}
.bl_fixMenuTrg_inner span {
  display: block;
  position: absolute;
  width: 21px;
  height: 2px;
  left: 0;
  background: #707070;
  transition: 0.3s ease-in-out;
}
.bl_fixMenuTrg_inner span:nth-child(1) {
  top: 0px;
}
.bl_fixMenuTrg_inner span:nth-child(2) {
  top: 7px;
}
.bl_fixMenuTrg_inner span:nth-child(3) {
  top: 14px;
}
.bl_fixMenuTrg_inner.is_active span:nth-child(1) {
  top: 7px;
  width: 24px;
  background: #8d8d8d;
  transform: rotate(-45deg);
}
.bl_fixMenuTrg_inner.is_active span:nth-child(2) {
  top: 7px;
  width: 24px;
  background: #8d8d8d;
  transform: rotate(45deg);
}
.bl_fixMenuTrg_inner.is_active span:nth-child(3) {
  opacity: 0;
}

.bl_fixUserMenu {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 6%;
}
.bl_fixUserMenu_item {
  display: flex;
}
.bl_fixUserMenu_item > a {
  line-height: 1;
}
.bl_fixUserMenu_item > a svg {
  fill: #707070;
}

.bl_fixPagetop {
  background: #FFF;
  width: 35px;
  height: 32px;
  position: relative;
  border: 1px solid #707070;
  margin-right: 15px;
  margin-left: auto;
}
.bl_fixPagetop::before, .bl_fixPagetop::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
}
.bl_fixPagetop::before {
  left: 50%;
  transform: translate(calc(-100% + 1px), -50%) rotate(-35deg);
}
.bl_fixPagetop::after {
  right: 50%;
  transform: translate(calc(100% - 1px), -50%) rotate(35deg);
}
.bl_fixPagetop > a {
  display: block;
  width: 100%;
  height: 100%;
}

.bl_card {
  width: 100%;
  background-color: #fff;
}
.bl_card > a {
  display: block;
  transition: opacity 0.3s;
}
.bl_card > a:hover {
  opacity: 0.8;
}
.bl_card_body {
  padding: 25px 6.5%;
}
@media screen and (max-width: 576px) {
  .bl_card_body {
    padding: 10px 6.5%;
  }
}

.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
}
.bl_cardUnit.bl_cardUnit__col2 > .bl_card {
  width: 47.4%;
  margin-right: 5.2%;
  margin-bottom: 35px;
}
@media screen and (max-width: 576px) {
  .bl_cardUnit.bl_cardUnit__col2 > .bl_card {
    margin-bottom: 30px;
  }
}
.bl_cardUnit.bl_cardUnit__col2 > .bl_card:nth-of-type(2n) {
  margin-right: 0;
}

.bl_breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  color: #777474;
}
.bl_breadcrumbs > span > span,
.bl_breadcrumbs > span > a {
  color: #777474;
}
.bl_breadcrumbs > span > a {
  transition: color 0.3s;
}
.bl_breadcrumbs > span > a:hover {
  color: #000;
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
  font-size: 18px;
  font-size: 1.125rem;
  width: 30px;
  height: 30px;
  display: inline-block;
  transition: all 0.3s;
}
.wp-pagenavi > span.current {
  background: #000;
  color: #FFF;
}
.wp-pagenavi > a:hover {
  color: #777;
}
.wp-pagenavi > a.previouspostslink {
  margin-right: 20px;
}
.wp-pagenavi > a.nextpostslink {
  margin-left: 20px;
}

.el_secTtl {
  text-align: center;
}
.el_secTtl_jp {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .el_secTtl_jp {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.el_secTtl_en {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 960px) {
  .el_secTtl_en {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

/* ================
> Utilities Index
- margin
- display
- flex
================*/
/* =========================================================
margin - 余白の調整
========================================================= */
.ut_m_0 {
  margin: 0rem !important;
}

.ut_mt_0,
.ut_my_0 {
  margin-top: 0rem !important;
}

.ut_mr_0,
.ut_mx_0 {
  margin-right: 0rem !important;
}

.ut_mb_0,
.ut_my_0 {
  margin-bottom: 0rem !important;
}

.ut_ml_0,
.ut_mx_0 {
  margin-left: 0rem !important;
}

.ut_m_1 {
  margin: 0.5rem !important;
}

.ut_mt_1,
.ut_my_1 {
  margin-top: 0.5rem !important;
}

.ut_mr_1,
.ut_mx_1 {
  margin-right: 0.5rem !important;
}

.ut_mb_1,
.ut_my_1 {
  margin-bottom: 0.5rem !important;
}

.ut_ml_1,
.ut_mx_1 {
  margin-left: 0.5rem !important;
}

.ut_m_2 {
  margin: 1rem !important;
}

.ut_mt_2,
.ut_my_2 {
  margin-top: 1rem !important;
}

.ut_mr_2,
.ut_mx_2 {
  margin-right: 1rem !important;
}

.ut_mb_2,
.ut_my_2 {
  margin-bottom: 1rem !important;
}

.ut_ml_2,
.ut_mx_2 {
  margin-left: 1rem !important;
}

.ut_m_3 {
  margin: 1.5rem !important;
}

.ut_mt_3,
.ut_my_3 {
  margin-top: 1.5rem !important;
}

.ut_mr_3,
.ut_mx_3 {
  margin-right: 1.5rem !important;
}

.ut_mb_3,
.ut_my_3 {
  margin-bottom: 1.5rem !important;
}

.ut_ml_3,
.ut_mx_3 {
  margin-left: 1.5rem !important;
}

.ut_m_4 {
  margin: 2rem !important;
}

.ut_mt_4,
.ut_my_4 {
  margin-top: 2rem !important;
}

.ut_mr_4,
.ut_mx_4 {
  margin-right: 2rem !important;
}

.ut_mb_4,
.ut_my_4 {
  margin-bottom: 2rem !important;
}

.ut_ml_4,
.ut_mx_4 {
  margin-left: 2rem !important;
}

.ut_m_5 {
  margin: 2.5rem !important;
}

.ut_mt_5,
.ut_my_5 {
  margin-top: 2.5rem !important;
}

.ut_mr_5,
.ut_mx_5 {
  margin-right: 2.5rem !important;
}

.ut_mb_5,
.ut_my_5 {
  margin-bottom: 2.5rem !important;
}

.ut_ml_5,
.ut_mx_5 {
  margin-left: 2.5rem !important;
}

.ut_m_6 {
  margin: 3rem !important;
}

.ut_mt_6,
.ut_my_6 {
  margin-top: 3rem !important;
}

.ut_mr_6,
.ut_mx_6 {
  margin-right: 3rem !important;
}

.ut_mb_6,
.ut_my_6 {
  margin-bottom: 3rem !important;
}

.ut_ml_6,
.ut_mx_6 {
  margin-left: 3rem !important;
}

.ut_m_7 {
  margin: 3.5rem !important;
}

.ut_mt_7,
.ut_my_7 {
  margin-top: 3.5rem !important;
}

.ut_mr_7,
.ut_mx_7 {
  margin-right: 3.5rem !important;
}

.ut_mb_7,
.ut_my_7 {
  margin-bottom: 3.5rem !important;
}

.ut_ml_7,
.ut_mx_7 {
  margin-left: 3.5rem !important;
}

.ut_m_8 {
  margin: 4rem !important;
}

.ut_mt_8,
.ut_my_8 {
  margin-top: 4rem !important;
}

.ut_mr_8,
.ut_mx_8 {
  margin-right: 4rem !important;
}

.ut_mb_8,
.ut_my_8 {
  margin-bottom: 4rem !important;
}

.ut_ml_8,
.ut_mx_8 {
  margin-left: 4rem !important;
}

.ut_m_9 {
  margin: 4.5rem !important;
}

.ut_mt_9,
.ut_my_9 {
  margin-top: 4.5rem !important;
}

.ut_mr_9,
.ut_mx_9 {
  margin-right: 4.5rem !important;
}

.ut_mb_9,
.ut_my_9 {
  margin-bottom: 4.5rem !important;
}

.ut_ml_9,
.ut_mx_9 {
  margin-left: 4.5rem !important;
}

.ut_m_10 {
  margin: 5rem !important;
}

.ut_mt_10,
.ut_my_10 {
  margin-top: 5rem !important;
}

.ut_mr_10,
.ut_mx_10 {
  margin-right: 5rem !important;
}

.ut_mb_10,
.ut_my_10 {
  margin-bottom: 5rem !important;
}

.ut_ml_10,
.ut_mx_10 {
  margin-left: 5rem !important;
}

.ut_p_0 {
  padding: 0rem !important;
}

.ut_pt_0,
.ut_py_0 {
  padding-top: 0rem !important;
}

.ut_pr_0,
.ut_px_0 {
  padding-right: 0rem !important;
}

.ut_pb_0,
.ut_py_0 {
  padding-bottom: 0rem !important;
}

.ut_pl_0,
.ut_px_0 {
  padding-left: 0rem !important;
}

.ut_p_1 {
  padding: 0.5rem !important;
}

.ut_pt_1,
.ut_py_1 {
  padding-top: 0.5rem !important;
}

.ut_pr_1,
.ut_px_1 {
  padding-right: 0.5rem !important;
}

.ut_pb_1,
.ut_py_1 {
  padding-bottom: 0.5rem !important;
}

.ut_pl_1,
.ut_px_1 {
  padding-left: 0.5rem !important;
}

.ut_p_2 {
  padding: 1rem !important;
}

.ut_pt_2,
.ut_py_2 {
  padding-top: 1rem !important;
}

.ut_pr_2,
.ut_px_2 {
  padding-right: 1rem !important;
}

.ut_pb_2,
.ut_py_2 {
  padding-bottom: 1rem !important;
}

.ut_pl_2,
.ut_px_2 {
  padding-left: 1rem !important;
}

.ut_p_3 {
  padding: 1.5rem !important;
}

.ut_pt_3,
.ut_py_3 {
  padding-top: 1.5rem !important;
}

.ut_pr_3,
.ut_px_3 {
  padding-right: 1.5rem !important;
}

.ut_pb_3,
.ut_py_3 {
  padding-bottom: 1.5rem !important;
}

.ut_pl_3,
.ut_px_3 {
  padding-left: 1.5rem !important;
}

.ut_p_4 {
  padding: 2rem !important;
}

.ut_pt_4,
.ut_py_4 {
  padding-top: 2rem !important;
}

.ut_pr_4,
.ut_px_4 {
  padding-right: 2rem !important;
}

.ut_pb_4,
.ut_py_4 {
  padding-bottom: 2rem !important;
}

.ut_pl_4,
.ut_px_4 {
  padding-left: 2rem !important;
}

.ut_p_5 {
  padding: 2.5rem !important;
}

.ut_pt_5,
.ut_py_5 {
  padding-top: 2.5rem !important;
}

.ut_pr_5,
.ut_px_5 {
  padding-right: 2.5rem !important;
}

.ut_pb_5,
.ut_py_5 {
  padding-bottom: 2.5rem !important;
}

.ut_pl_5,
.ut_px_5 {
  padding-left: 2.5rem !important;
}

.ut_p_6 {
  padding: 3rem !important;
}

.ut_pt_6,
.ut_py_6 {
  padding-top: 3rem !important;
}

.ut_pr_6,
.ut_px_6 {
  padding-right: 3rem !important;
}

.ut_pb_6,
.ut_py_6 {
  padding-bottom: 3rem !important;
}

.ut_pl_6,
.ut_px_6 {
  padding-left: 3rem !important;
}

.ut_p_7 {
  padding: 3.5rem !important;
}

.ut_pt_7,
.ut_py_7 {
  padding-top: 3.5rem !important;
}

.ut_pr_7,
.ut_px_7 {
  padding-right: 3.5rem !important;
}

.ut_pb_7,
.ut_py_7 {
  padding-bottom: 3.5rem !important;
}

.ut_pl_7,
.ut_px_7 {
  padding-left: 3.5rem !important;
}

.ut_p_8 {
  padding: 4rem !important;
}

.ut_pt_8,
.ut_py_8 {
  padding-top: 4rem !important;
}

.ut_pr_8,
.ut_px_8 {
  padding-right: 4rem !important;
}

.ut_pb_8,
.ut_py_8 {
  padding-bottom: 4rem !important;
}

.ut_pl_8,
.ut_px_8 {
  padding-left: 4rem !important;
}

.ut_p_9 {
  padding: 4.5rem !important;
}

.ut_pt_9,
.ut_py_9 {
  padding-top: 4.5rem !important;
}

.ut_pr_9,
.ut_px_9 {
  padding-right: 4.5rem !important;
}

.ut_pb_9,
.ut_py_9 {
  padding-bottom: 4.5rem !important;
}

.ut_pl_9,
.ut_px_9 {
  padding-left: 4.5rem !important;
}

.ut_p_10 {
  padding: 5rem !important;
}

.ut_pt_10,
.ut_py_10 {
  padding-top: 5rem !important;
}

.ut_pr_10,
.ut_px_10 {
  padding-right: 5rem !important;
}

.ut_pb_10,
.ut_py_10 {
  padding-bottom: 5rem !important;
}

.ut_pl_10,
.ut_px_10 {
  padding-left: 5rem !important;
}

.ut_m_auto {
  margin: auto !important;
}

.ut_mt_auto,
.ut_my_auto {
  margin-top: auto !important;
}

.ut_mr_auto,
.ut_mx_auto {
  margin-right: auto !important;
}

.ut_mb_auto,
.ut_my_auto {
  margin-bottom: auto !important;
}

.ut_ml_auto,
.ut_mx_auto {
  margin-left: auto !important;
}

@media screen and (min-width: 577px) {
  .ut_m_sm_0 {
    margin: 0rem !important;
  }

  .ut_mt_sm_0,
.ut_my_sm_0 {
    margin-top: 0rem !important;
  }

  .ut_mr_sm_0,
.ut_mx_sm_0 {
    margin-right: 0rem !important;
  }

  .ut_mb_sm_0,
.ut_my_sm_0 {
    margin-bottom: 0rem !important;
  }

  .ut_ml_sm_0,
.ut_mx_sm_0 {
    margin-left: 0rem !important;
  }

  .ut_m_sm_1 {
    margin: 0.5rem !important;
  }

  .ut_mt_sm_1,
.ut_my_sm_1 {
    margin-top: 0.5rem !important;
  }

  .ut_mr_sm_1,
.ut_mx_sm_1 {
    margin-right: 0.5rem !important;
  }

  .ut_mb_sm_1,
.ut_my_sm_1 {
    margin-bottom: 0.5rem !important;
  }

  .ut_ml_sm_1,
.ut_mx_sm_1 {
    margin-left: 0.5rem !important;
  }

  .ut_m_sm_2 {
    margin: 1rem !important;
  }

  .ut_mt_sm_2,
.ut_my_sm_2 {
    margin-top: 1rem !important;
  }

  .ut_mr_sm_2,
.ut_mx_sm_2 {
    margin-right: 1rem !important;
  }

  .ut_mb_sm_2,
.ut_my_sm_2 {
    margin-bottom: 1rem !important;
  }

  .ut_ml_sm_2,
.ut_mx_sm_2 {
    margin-left: 1rem !important;
  }

  .ut_m_sm_3 {
    margin: 1.5rem !important;
  }

  .ut_mt_sm_3,
.ut_my_sm_3 {
    margin-top: 1.5rem !important;
  }

  .ut_mr_sm_3,
.ut_mx_sm_3 {
    margin-right: 1.5rem !important;
  }

  .ut_mb_sm_3,
.ut_my_sm_3 {
    margin-bottom: 1.5rem !important;
  }

  .ut_ml_sm_3,
.ut_mx_sm_3 {
    margin-left: 1.5rem !important;
  }

  .ut_m_sm_4 {
    margin: 2rem !important;
  }

  .ut_mt_sm_4,
.ut_my_sm_4 {
    margin-top: 2rem !important;
  }

  .ut_mr_sm_4,
.ut_mx_sm_4 {
    margin-right: 2rem !important;
  }

  .ut_mb_sm_4,
.ut_my_sm_4 {
    margin-bottom: 2rem !important;
  }

  .ut_ml_sm_4,
.ut_mx_sm_4 {
    margin-left: 2rem !important;
  }

  .ut_m_sm_5 {
    margin: 2.5rem !important;
  }

  .ut_mt_sm_5,
.ut_my_sm_5 {
    margin-top: 2.5rem !important;
  }

  .ut_mr_sm_5,
.ut_mx_sm_5 {
    margin-right: 2.5rem !important;
  }

  .ut_mb_sm_5,
.ut_my_sm_5 {
    margin-bottom: 2.5rem !important;
  }

  .ut_ml_sm_5,
.ut_mx_sm_5 {
    margin-left: 2.5rem !important;
  }

  .ut_m_sm_6 {
    margin: 3rem !important;
  }

  .ut_mt_sm_6,
.ut_my_sm_6 {
    margin-top: 3rem !important;
  }

  .ut_mr_sm_6,
.ut_mx_sm_6 {
    margin-right: 3rem !important;
  }

  .ut_mb_sm_6,
.ut_my_sm_6 {
    margin-bottom: 3rem !important;
  }

  .ut_ml_sm_6,
.ut_mx_sm_6 {
    margin-left: 3rem !important;
  }

  .ut_m_sm_7 {
    margin: 3.5rem !important;
  }

  .ut_mt_sm_7,
.ut_my_sm_7 {
    margin-top: 3.5rem !important;
  }

  .ut_mr_sm_7,
.ut_mx_sm_7 {
    margin-right: 3.5rem !important;
  }

  .ut_mb_sm_7,
.ut_my_sm_7 {
    margin-bottom: 3.5rem !important;
  }

  .ut_ml_sm_7,
.ut_mx_sm_7 {
    margin-left: 3.5rem !important;
  }

  .ut_m_sm_8 {
    margin: 4rem !important;
  }

  .ut_mt_sm_8,
.ut_my_sm_8 {
    margin-top: 4rem !important;
  }

  .ut_mr_sm_8,
.ut_mx_sm_8 {
    margin-right: 4rem !important;
  }

  .ut_mb_sm_8,
.ut_my_sm_8 {
    margin-bottom: 4rem !important;
  }

  .ut_ml_sm_8,
.ut_mx_sm_8 {
    margin-left: 4rem !important;
  }

  .ut_m_sm_9 {
    margin: 4.5rem !important;
  }

  .ut_mt_sm_9,
.ut_my_sm_9 {
    margin-top: 4.5rem !important;
  }

  .ut_mr_sm_9,
.ut_mx_sm_9 {
    margin-right: 4.5rem !important;
  }

  .ut_mb_sm_9,
.ut_my_sm_9 {
    margin-bottom: 4.5rem !important;
  }

  .ut_ml_sm_9,
.ut_mx_sm_9 {
    margin-left: 4.5rem !important;
  }

  .ut_m_sm_10 {
    margin: 5rem !important;
  }

  .ut_mt_sm_10,
.ut_my_sm_10 {
    margin-top: 5rem !important;
  }

  .ut_mr_sm_10,
.ut_mx_sm_10 {
    margin-right: 5rem !important;
  }

  .ut_mb_sm_10,
.ut_my_sm_10 {
    margin-bottom: 5rem !important;
  }

  .ut_ml_sm_10,
.ut_mx_sm_10 {
    margin-left: 5rem !important;
  }

  .ut_p_sm_0 {
    padding: 0rem !important;
  }

  .ut_pt_sm_0,
.ut_py_sm_0 {
    padding-top: 0rem !important;
  }

  .ut_pr_sm_0,
.ut_px_sm_0 {
    padding-right: 0rem !important;
  }

  .ut_pb_sm_0,
.ut_py_sm_0 {
    padding-bottom: 0rem !important;
  }

  .ut_pl_sm_0,
.ut_px_sm_0 {
    padding-left: 0rem !important;
  }

  .ut_p_sm_1 {
    padding: 0.5rem !important;
  }

  .ut_pt_sm_1,
.ut_py_sm_1 {
    padding-top: 0.5rem !important;
  }

  .ut_pr_sm_1,
.ut_px_sm_1 {
    padding-right: 0.5rem !important;
  }

  .ut_pb_sm_1,
.ut_py_sm_1 {
    padding-bottom: 0.5rem !important;
  }

  .ut_pl_sm_1,
.ut_px_sm_1 {
    padding-left: 0.5rem !important;
  }

  .ut_p_sm_2 {
    padding: 1rem !important;
  }

  .ut_pt_sm_2,
.ut_py_sm_2 {
    padding-top: 1rem !important;
  }

  .ut_pr_sm_2,
.ut_px_sm_2 {
    padding-right: 1rem !important;
  }

  .ut_pb_sm_2,
.ut_py_sm_2 {
    padding-bottom: 1rem !important;
  }

  .ut_pl_sm_2,
.ut_px_sm_2 {
    padding-left: 1rem !important;
  }

  .ut_p_sm_3 {
    padding: 1.5rem !important;
  }

  .ut_pt_sm_3,
.ut_py_sm_3 {
    padding-top: 1.5rem !important;
  }

  .ut_pr_sm_3,
.ut_px_sm_3 {
    padding-right: 1.5rem !important;
  }

  .ut_pb_sm_3,
.ut_py_sm_3 {
    padding-bottom: 1.5rem !important;
  }

  .ut_pl_sm_3,
.ut_px_sm_3 {
    padding-left: 1.5rem !important;
  }

  .ut_p_sm_4 {
    padding: 2rem !important;
  }

  .ut_pt_sm_4,
.ut_py_sm_4 {
    padding-top: 2rem !important;
  }

  .ut_pr_sm_4,
.ut_px_sm_4 {
    padding-right: 2rem !important;
  }

  .ut_pb_sm_4,
.ut_py_sm_4 {
    padding-bottom: 2rem !important;
  }

  .ut_pl_sm_4,
.ut_px_sm_4 {
    padding-left: 2rem !important;
  }

  .ut_p_sm_5 {
    padding: 2.5rem !important;
  }

  .ut_pt_sm_5,
.ut_py_sm_5 {
    padding-top: 2.5rem !important;
  }

  .ut_pr_sm_5,
.ut_px_sm_5 {
    padding-right: 2.5rem !important;
  }

  .ut_pb_sm_5,
.ut_py_sm_5 {
    padding-bottom: 2.5rem !important;
  }

  .ut_pl_sm_5,
.ut_px_sm_5 {
    padding-left: 2.5rem !important;
  }

  .ut_p_sm_6 {
    padding: 3rem !important;
  }

  .ut_pt_sm_6,
.ut_py_sm_6 {
    padding-top: 3rem !important;
  }

  .ut_pr_sm_6,
.ut_px_sm_6 {
    padding-right: 3rem !important;
  }

  .ut_pb_sm_6,
.ut_py_sm_6 {
    padding-bottom: 3rem !important;
  }

  .ut_pl_sm_6,
.ut_px_sm_6 {
    padding-left: 3rem !important;
  }

  .ut_p_sm_7 {
    padding: 3.5rem !important;
  }

  .ut_pt_sm_7,
.ut_py_sm_7 {
    padding-top: 3.5rem !important;
  }

  .ut_pr_sm_7,
.ut_px_sm_7 {
    padding-right: 3.5rem !important;
  }

  .ut_pb_sm_7,
.ut_py_sm_7 {
    padding-bottom: 3.5rem !important;
  }

  .ut_pl_sm_7,
.ut_px_sm_7 {
    padding-left: 3.5rem !important;
  }

  .ut_p_sm_8 {
    padding: 4rem !important;
  }

  .ut_pt_sm_8,
.ut_py_sm_8 {
    padding-top: 4rem !important;
  }

  .ut_pr_sm_8,
.ut_px_sm_8 {
    padding-right: 4rem !important;
  }

  .ut_pb_sm_8,
.ut_py_sm_8 {
    padding-bottom: 4rem !important;
  }

  .ut_pl_sm_8,
.ut_px_sm_8 {
    padding-left: 4rem !important;
  }

  .ut_p_sm_9 {
    padding: 4.5rem !important;
  }

  .ut_pt_sm_9,
.ut_py_sm_9 {
    padding-top: 4.5rem !important;
  }

  .ut_pr_sm_9,
.ut_px_sm_9 {
    padding-right: 4.5rem !important;
  }

  .ut_pb_sm_9,
.ut_py_sm_9 {
    padding-bottom: 4.5rem !important;
  }

  .ut_pl_sm_9,
.ut_px_sm_9 {
    padding-left: 4.5rem !important;
  }

  .ut_p_sm_10 {
    padding: 5rem !important;
  }

  .ut_pt_sm_10,
.ut_py_sm_10 {
    padding-top: 5rem !important;
  }

  .ut_pr_sm_10,
.ut_px_sm_10 {
    padding-right: 5rem !important;
  }

  .ut_pb_sm_10,
.ut_py_sm_10 {
    padding-bottom: 5rem !important;
  }

  .ut_pl_sm_10,
.ut_px_sm_10 {
    padding-left: 5rem !important;
  }

  .ut_m_sm_auto {
    margin: auto !important;
  }

  .ut_mt_sm_auto,
.ut_my_sm_auto {
    margin-top: auto !important;
  }

  .ut_mr_sm_auto,
.ut_mx_sm_auto {
    margin-right: auto !important;
  }

  .ut_mb_sm_auto,
.ut_my_sm_auto {
    margin-bottom: auto !important;
  }

  .ut_ml_sm_auto,
.ut_mx_sm_auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .ut_m_md_0 {
    margin: 0rem !important;
  }

  .ut_mt_md_0,
.ut_my_md_0 {
    margin-top: 0rem !important;
  }

  .ut_mr_md_0,
.ut_mx_md_0 {
    margin-right: 0rem !important;
  }

  .ut_mb_md_0,
.ut_my_md_0 {
    margin-bottom: 0rem !important;
  }

  .ut_ml_md_0,
.ut_mx_md_0 {
    margin-left: 0rem !important;
  }

  .ut_m_md_1 {
    margin: 0.5rem !important;
  }

  .ut_mt_md_1,
.ut_my_md_1 {
    margin-top: 0.5rem !important;
  }

  .ut_mr_md_1,
.ut_mx_md_1 {
    margin-right: 0.5rem !important;
  }

  .ut_mb_md_1,
.ut_my_md_1 {
    margin-bottom: 0.5rem !important;
  }

  .ut_ml_md_1,
.ut_mx_md_1 {
    margin-left: 0.5rem !important;
  }

  .ut_m_md_2 {
    margin: 1rem !important;
  }

  .ut_mt_md_2,
.ut_my_md_2 {
    margin-top: 1rem !important;
  }

  .ut_mr_md_2,
.ut_mx_md_2 {
    margin-right: 1rem !important;
  }

  .ut_mb_md_2,
.ut_my_md_2 {
    margin-bottom: 1rem !important;
  }

  .ut_ml_md_2,
.ut_mx_md_2 {
    margin-left: 1rem !important;
  }

  .ut_m_md_3 {
    margin: 1.5rem !important;
  }

  .ut_mt_md_3,
.ut_my_md_3 {
    margin-top: 1.5rem !important;
  }

  .ut_mr_md_3,
.ut_mx_md_3 {
    margin-right: 1.5rem !important;
  }

  .ut_mb_md_3,
.ut_my_md_3 {
    margin-bottom: 1.5rem !important;
  }

  .ut_ml_md_3,
.ut_mx_md_3 {
    margin-left: 1.5rem !important;
  }

  .ut_m_md_4 {
    margin: 2rem !important;
  }

  .ut_mt_md_4,
.ut_my_md_4 {
    margin-top: 2rem !important;
  }

  .ut_mr_md_4,
.ut_mx_md_4 {
    margin-right: 2rem !important;
  }

  .ut_mb_md_4,
.ut_my_md_4 {
    margin-bottom: 2rem !important;
  }

  .ut_ml_md_4,
.ut_mx_md_4 {
    margin-left: 2rem !important;
  }

  .ut_m_md_5 {
    margin: 2.5rem !important;
  }

  .ut_mt_md_5,
.ut_my_md_5 {
    margin-top: 2.5rem !important;
  }

  .ut_mr_md_5,
.ut_mx_md_5 {
    margin-right: 2.5rem !important;
  }

  .ut_mb_md_5,
.ut_my_md_5 {
    margin-bottom: 2.5rem !important;
  }

  .ut_ml_md_5,
.ut_mx_md_5 {
    margin-left: 2.5rem !important;
  }

  .ut_m_md_6 {
    margin: 3rem !important;
  }

  .ut_mt_md_6,
.ut_my_md_6 {
    margin-top: 3rem !important;
  }

  .ut_mr_md_6,
.ut_mx_md_6 {
    margin-right: 3rem !important;
  }

  .ut_mb_md_6,
.ut_my_md_6 {
    margin-bottom: 3rem !important;
  }

  .ut_ml_md_6,
.ut_mx_md_6 {
    margin-left: 3rem !important;
  }

  .ut_m_md_7 {
    margin: 3.5rem !important;
  }

  .ut_mt_md_7,
.ut_my_md_7 {
    margin-top: 3.5rem !important;
  }

  .ut_mr_md_7,
.ut_mx_md_7 {
    margin-right: 3.5rem !important;
  }

  .ut_mb_md_7,
.ut_my_md_7 {
    margin-bottom: 3.5rem !important;
  }

  .ut_ml_md_7,
.ut_mx_md_7 {
    margin-left: 3.5rem !important;
  }

  .ut_m_md_8 {
    margin: 4rem !important;
  }

  .ut_mt_md_8,
.ut_my_md_8 {
    margin-top: 4rem !important;
  }

  .ut_mr_md_8,
.ut_mx_md_8 {
    margin-right: 4rem !important;
  }

  .ut_mb_md_8,
.ut_my_md_8 {
    margin-bottom: 4rem !important;
  }

  .ut_ml_md_8,
.ut_mx_md_8 {
    margin-left: 4rem !important;
  }

  .ut_m_md_9 {
    margin: 4.5rem !important;
  }

  .ut_mt_md_9,
.ut_my_md_9 {
    margin-top: 4.5rem !important;
  }

  .ut_mr_md_9,
.ut_mx_md_9 {
    margin-right: 4.5rem !important;
  }

  .ut_mb_md_9,
.ut_my_md_9 {
    margin-bottom: 4.5rem !important;
  }

  .ut_ml_md_9,
.ut_mx_md_9 {
    margin-left: 4.5rem !important;
  }

  .ut_m_md_10 {
    margin: 5rem !important;
  }

  .ut_mt_md_10,
.ut_my_md_10 {
    margin-top: 5rem !important;
  }

  .ut_mr_md_10,
.ut_mx_md_10 {
    margin-right: 5rem !important;
  }

  .ut_mb_md_10,
.ut_my_md_10 {
    margin-bottom: 5rem !important;
  }

  .ut_ml_md_10,
.ut_mx_md_10 {
    margin-left: 5rem !important;
  }

  .ut_p_md_0 {
    padding: 0rem !important;
  }

  .ut_pt_md_0,
.ut_py_md_0 {
    padding-top: 0rem !important;
  }

  .ut_pr_md_0,
.ut_px_md_0 {
    padding-right: 0rem !important;
  }

  .ut_pb_md_0,
.ut_py_md_0 {
    padding-bottom: 0rem !important;
  }

  .ut_pl_md_0,
.ut_px_md_0 {
    padding-left: 0rem !important;
  }

  .ut_p_md_1 {
    padding: 0.5rem !important;
  }

  .ut_pt_md_1,
.ut_py_md_1 {
    padding-top: 0.5rem !important;
  }

  .ut_pr_md_1,
.ut_px_md_1 {
    padding-right: 0.5rem !important;
  }

  .ut_pb_md_1,
.ut_py_md_1 {
    padding-bottom: 0.5rem !important;
  }

  .ut_pl_md_1,
.ut_px_md_1 {
    padding-left: 0.5rem !important;
  }

  .ut_p_md_2 {
    padding: 1rem !important;
  }

  .ut_pt_md_2,
.ut_py_md_2 {
    padding-top: 1rem !important;
  }

  .ut_pr_md_2,
.ut_px_md_2 {
    padding-right: 1rem !important;
  }

  .ut_pb_md_2,
.ut_py_md_2 {
    padding-bottom: 1rem !important;
  }

  .ut_pl_md_2,
.ut_px_md_2 {
    padding-left: 1rem !important;
  }

  .ut_p_md_3 {
    padding: 1.5rem !important;
  }

  .ut_pt_md_3,
.ut_py_md_3 {
    padding-top: 1.5rem !important;
  }

  .ut_pr_md_3,
.ut_px_md_3 {
    padding-right: 1.5rem !important;
  }

  .ut_pb_md_3,
.ut_py_md_3 {
    padding-bottom: 1.5rem !important;
  }

  .ut_pl_md_3,
.ut_px_md_3 {
    padding-left: 1.5rem !important;
  }

  .ut_p_md_4 {
    padding: 2rem !important;
  }

  .ut_pt_md_4,
.ut_py_md_4 {
    padding-top: 2rem !important;
  }

  .ut_pr_md_4,
.ut_px_md_4 {
    padding-right: 2rem !important;
  }

  .ut_pb_md_4,
.ut_py_md_4 {
    padding-bottom: 2rem !important;
  }

  .ut_pl_md_4,
.ut_px_md_4 {
    padding-left: 2rem !important;
  }

  .ut_p_md_5 {
    padding: 2.5rem !important;
  }

  .ut_pt_md_5,
.ut_py_md_5 {
    padding-top: 2.5rem !important;
  }

  .ut_pr_md_5,
.ut_px_md_5 {
    padding-right: 2.5rem !important;
  }

  .ut_pb_md_5,
.ut_py_md_5 {
    padding-bottom: 2.5rem !important;
  }

  .ut_pl_md_5,
.ut_px_md_5 {
    padding-left: 2.5rem !important;
  }

  .ut_p_md_6 {
    padding: 3rem !important;
  }

  .ut_pt_md_6,
.ut_py_md_6 {
    padding-top: 3rem !important;
  }

  .ut_pr_md_6,
.ut_px_md_6 {
    padding-right: 3rem !important;
  }

  .ut_pb_md_6,
.ut_py_md_6 {
    padding-bottom: 3rem !important;
  }

  .ut_pl_md_6,
.ut_px_md_6 {
    padding-left: 3rem !important;
  }

  .ut_p_md_7 {
    padding: 3.5rem !important;
  }

  .ut_pt_md_7,
.ut_py_md_7 {
    padding-top: 3.5rem !important;
  }

  .ut_pr_md_7,
.ut_px_md_7 {
    padding-right: 3.5rem !important;
  }

  .ut_pb_md_7,
.ut_py_md_7 {
    padding-bottom: 3.5rem !important;
  }

  .ut_pl_md_7,
.ut_px_md_7 {
    padding-left: 3.5rem !important;
  }

  .ut_p_md_8 {
    padding: 4rem !important;
  }

  .ut_pt_md_8,
.ut_py_md_8 {
    padding-top: 4rem !important;
  }

  .ut_pr_md_8,
.ut_px_md_8 {
    padding-right: 4rem !important;
  }

  .ut_pb_md_8,
.ut_py_md_8 {
    padding-bottom: 4rem !important;
  }

  .ut_pl_md_8,
.ut_px_md_8 {
    padding-left: 4rem !important;
  }

  .ut_p_md_9 {
    padding: 4.5rem !important;
  }

  .ut_pt_md_9,
.ut_py_md_9 {
    padding-top: 4.5rem !important;
  }

  .ut_pr_md_9,
.ut_px_md_9 {
    padding-right: 4.5rem !important;
  }

  .ut_pb_md_9,
.ut_py_md_9 {
    padding-bottom: 4.5rem !important;
  }

  .ut_pl_md_9,
.ut_px_md_9 {
    padding-left: 4.5rem !important;
  }

  .ut_p_md_10 {
    padding: 5rem !important;
  }

  .ut_pt_md_10,
.ut_py_md_10 {
    padding-top: 5rem !important;
  }

  .ut_pr_md_10,
.ut_px_md_10 {
    padding-right: 5rem !important;
  }

  .ut_pb_md_10,
.ut_py_md_10 {
    padding-bottom: 5rem !important;
  }

  .ut_pl_md_10,
.ut_px_md_10 {
    padding-left: 5rem !important;
  }

  .ut_m_md_auto {
    margin: auto !important;
  }

  .ut_mt_md_auto,
.ut_my_md_auto {
    margin-top: auto !important;
  }

  .ut_mr_md_auto,
.ut_mx_md_auto {
    margin-right: auto !important;
  }

  .ut_mb_md_auto,
.ut_my_md_auto {
    margin-bottom: auto !important;
  }

  .ut_ml_md_auto,
.ut_mx_md_auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1025px) {
  .ut_m_lg_0 {
    margin: 0rem !important;
  }

  .ut_mt_lg_0,
.ut_my_lg_0 {
    margin-top: 0rem !important;
  }

  .ut_mr_lg_0,
.ut_mx_lg_0 {
    margin-right: 0rem !important;
  }

  .ut_mb_lg_0,
.ut_my_lg_0 {
    margin-bottom: 0rem !important;
  }

  .ut_ml_lg_0,
.ut_mx_lg_0 {
    margin-left: 0rem !important;
  }

  .ut_m_lg_1 {
    margin: 0.5rem !important;
  }

  .ut_mt_lg_1,
.ut_my_lg_1 {
    margin-top: 0.5rem !important;
  }

  .ut_mr_lg_1,
.ut_mx_lg_1 {
    margin-right: 0.5rem !important;
  }

  .ut_mb_lg_1,
.ut_my_lg_1 {
    margin-bottom: 0.5rem !important;
  }

  .ut_ml_lg_1,
.ut_mx_lg_1 {
    margin-left: 0.5rem !important;
  }

  .ut_m_lg_2 {
    margin: 1rem !important;
  }

  .ut_mt_lg_2,
.ut_my_lg_2 {
    margin-top: 1rem !important;
  }

  .ut_mr_lg_2,
.ut_mx_lg_2 {
    margin-right: 1rem !important;
  }

  .ut_mb_lg_2,
.ut_my_lg_2 {
    margin-bottom: 1rem !important;
  }

  .ut_ml_lg_2,
.ut_mx_lg_2 {
    margin-left: 1rem !important;
  }

  .ut_m_lg_3 {
    margin: 1.5rem !important;
  }

  .ut_mt_lg_3,
.ut_my_lg_3 {
    margin-top: 1.5rem !important;
  }

  .ut_mr_lg_3,
.ut_mx_lg_3 {
    margin-right: 1.5rem !important;
  }

  .ut_mb_lg_3,
.ut_my_lg_3 {
    margin-bottom: 1.5rem !important;
  }


  .ut_ml_lg_3,
.ut_mx_lg_3 {
    margin-left: 1.5rem !important;
  }

  .ut_m_lg_4 {
    margin: 2rem !important;
  }

  .ut_mt_lg_4,
.ut_my_lg_4 {
    margin-top: 2rem !important;
  }

  .ut_mr_lg_4,
.ut_mx_lg_4 {
    margin-right: 2rem !important;
  }

  .ut_mb_lg_4,
.ut_my_lg_4 {
    margin-bottom: 2rem !important;
  }

  .ut_ml_lg_4,
.ut_mx_lg_4 {
    margin-left: 2rem !important;
  }

  .ut_m_lg_5 {
    margin: 2.5rem !important;
  }

  .ut_mt_lg_5,
.ut_my_lg_5 {
    margin-top: 2.5rem !important;
  }

  .ut_mr_lg_5,
.ut_mx_lg_5 {
    margin-right: 2.5rem !important;
  }

  .ut_mb_lg_5,
.ut_my_lg_5 {
    margin-bottom: 2.5rem !important;
  }

  .ut_ml_lg_5,
.ut_mx_lg_5 {
    margin-left: 2.5rem !important;
  }

  .ut_m_lg_6 {
    margin: 3rem !important;
  }

  .ut_mt_lg_6,
.ut_my_lg_6 {
    margin-top: 3rem !important;
  }

  .ut_mr_lg_6,
.ut_mx_lg_6 {
    margin-right: 3rem !important;
  }

  .ut_mb_lg_6,
.ut_my_lg_6 {
    margin-bottom: 3rem !important;
  }

  .ut_ml_lg_6,
.ut_mx_lg_6 {
    margin-left: 3rem !important;
  }

  .ut_m_lg_7 {
    margin: 3.5rem !important;
  }

  .ut_mt_lg_7,
.ut_my_lg_7 {
    margin-top: 3.5rem !important;
  }

  .ut_mr_lg_7,
.ut_mx_lg_7 {
    margin-right: 3.5rem !important;
  }

  .ut_mb_lg_7,
.ut_my_lg_7 {
    margin-bottom: 3.5rem !important;
  }

  .ut_ml_lg_7,
.ut_mx_lg_7 {
    margin-left: 3.5rem !important;
  }

  .ut_m_lg_8 {
    margin: 4rem !important;
  }

  .ut_mt_lg_8,
.ut_my_lg_8 {
    margin-top: 4rem !important;
  }

  .ut_mr_lg_8,
.ut_mx_lg_8 {
    margin-right: 4rem !important;
  }

  .ut_mb_lg_8,
.ut_my_lg_8 {
    margin-bottom: 4rem !important;
  }

  .ut_ml_lg_8,
.ut_mx_lg_8 {
    margin-left: 4rem !important;
  }

  .ut_m_lg_9 {
    margin: 4.5rem !important;
  }

  .ut_mt_lg_9,
.ut_my_lg_9 {
    margin-top: 4.5rem !important;
  }

  .ut_mr_lg_9,
.ut_mx_lg_9 {
    margin-right: 4.5rem !important;
  }

  .ut_mb_lg_9,
.ut_my_lg_9 {
    margin-bottom: 4.5rem !important;
  }

  .ut_ml_lg_9,
.ut_mx_lg_9 {
    margin-left: 4.5rem !important;
  }

  .ut_m_lg_10 {
    margin: 5rem !important;
  }

  .ut_mt_lg_10,
.ut_my_lg_10 {
    margin-top: 5rem !important;
  }

  .ut_mr_lg_10,
.ut_mx_lg_10 {
    margin-right: 5rem !important;
  }

  .ut_mb_lg_10,
.ut_my_lg_10 {
    margin-bottom: 5rem !important;
  }

  .ut_ml_lg_10,
.ut_mx_lg_10 {
    margin-left: 5rem !important;
  }

  .ut_p_lg_0 {
    padding: 0rem !important;
  }

  .ut_pt_lg_0,
.ut_py_lg_0 {
    padding-top: 0rem !important;
  }

  .ut_pr_lg_0,
.ut_px_lg_0 {
    padding-right: 0rem !important;
  }

  .ut_pb_lg_0,
.ut_py_lg_0 {
    padding-bottom: 0rem !important;
  }

  .ut_pl_lg_0,
.ut_px_lg_0 {
    padding-left: 0rem !important;
  }

  .ut_p_lg_1 {
    padding: 0.5rem !important;
  }

  .ut_pt_lg_1,
.ut_py_lg_1 {
    padding-top: 0.5rem !important;
  }

  .ut_pr_lg_1,
.ut_px_lg_1 {
    padding-right: 0.5rem !important;
  }

  .ut_pb_lg_1,
.ut_py_lg_1 {
    padding-bottom: 0.5rem !important;
  }

  .ut_pl_lg_1,
.ut_px_lg_1 {
    padding-left: 0.5rem !important;
  }

  .ut_p_lg_2 {
    padding: 1rem !important;
  }

  .ut_pt_lg_2,
.ut_py_lg_2 {
    padding-top: 1rem !important;
  }

  .ut_pr_lg_2,
.ut_px_lg_2 {
    padding-right: 1rem !important;
  }

  .ut_pb_lg_2,
.ut_py_lg_2 {
    padding-bottom: 1rem !important;
  }

  .ut_pl_lg_2,
.ut_px_lg_2 {
    padding-left: 1rem !important;
  }

  .ut_p_lg_3 {
    padding: 1.5rem !important;
  }

  .ut_pt_lg_3,
.ut_py_lg_3 {
    padding-top: 1.5rem !important;
  }

  .ut_pr_lg_3,
.ut_px_lg_3 {
    padding-right: 1.5rem !important;
  }

  .ut_pb_lg_3,
.ut_py_lg_3 {
    padding-bottom: 1.5rem !important;
  }

  .ut_pl_lg_3,
.ut_px_lg_3 {
    padding-left: 1.5rem !important;
  }

  .ut_p_lg_4 {
    padding: 2rem !important;
  }

  .ut_pt_lg_4,
.ut_py_lg_4 {
    padding-top: 2rem !important;
  }

  .ut_pr_lg_4,
.ut_px_lg_4 {
    padding-right: 2rem !important;
  }

  .ut_pb_lg_4,
.ut_py_lg_4 {
    padding-bottom: 2rem !important;
  }

  .ut_pl_lg_4,
.ut_px_lg_4 {
    padding-left: 2rem !important;
  }

  .ut_p_lg_5 {
    padding: 2.5rem !important;
  }

  .ut_pt_lg_5,
.ut_py_lg_5 {
    padding-top: 2.5rem !important;
  }

  .ut_pr_lg_5,
.ut_px_lg_5 {
    padding-right: 2.5rem !important;
  }

  .ut_pb_lg_5,
.ut_py_lg_5 {
    padding-bottom: 2.5rem !important;
  }

  .ut_pl_lg_5,
.ut_px_lg_5 {
    padding-left: 2.5rem !important;
  }

  .ut_p_lg_6 {
    padding: 3rem !important;
  }

  .ut_pt_lg_6,
.ut_py_lg_6 {
    padding-top: 3rem !important;
  }

  .ut_pr_lg_6,
.ut_px_lg_6 {
    padding-right: 3rem !important;
  }

  .ut_pb_lg_6,
.ut_py_lg_6 {
    padding-bottom: 3rem !important;
  }

  .ut_pl_lg_6,
.ut_px_lg_6 {
    padding-left: 3rem !important;
  }

  .ut_p_lg_7 {
    padding: 3.5rem !important;
  }

  .ut_pt_lg_7,
.ut_py_lg_7 {
    padding-top: 3.5rem !important;
  }

  .ut_pr_lg_7,
.ut_px_lg_7 {
    padding-right: 3.5rem !important;
  }

  .ut_pb_lg_7,
.ut_py_lg_7 {
    padding-bottom: 3.5rem !important;
  }

  .ut_pl_lg_7,
.ut_px_lg_7 {
    padding-left: 3.5rem !important;
  }

  .ut_p_lg_8 {
    padding: 4rem !important;
  }

  .ut_pt_lg_8,
.ut_py_lg_8 {
    padding-top: 4rem !important;
  }

  .ut_pr_lg_8,
.ut_px_lg_8 {
    padding-right: 4rem !important;
  }

  .ut_pb_lg_8,
.ut_py_lg_8 {
    padding-bottom: 4rem !important;
  }

  .ut_pl_lg_8,
.ut_px_lg_8 {
    padding-left: 4rem !important;
  }

  .ut_p_lg_9 {
    padding: 4.5rem !important;
  }

  .ut_pt_lg_9,
.ut_py_lg_9 {
    padding-top: 4.5rem !important;
  }

  .ut_pr_lg_9,
.ut_px_lg_9 {
    padding-right: 4.5rem !important;
  }

  .ut_pb_lg_9,
.ut_py_lg_9 {
    padding-bottom: 4.5rem !important;
  }

  .ut_pl_lg_9,
.ut_px_lg_9 {
    padding-left: 4.5rem !important;
  }

  .ut_p_lg_10 {
    padding: 5rem !important;
  }

  .ut_pt_lg_10,
.ut_py_lg_10 {
    padding-top: 5rem !important;
  }

  .ut_pr_lg_10,
.ut_px_lg_10 {
    padding-right: 5rem !important;
  }

  .ut_pb_lg_10,
.ut_py_lg_10 {
    padding-bottom: 5rem !important;
  }

  .ut_pl_lg_10,
.ut_px_lg_10 {
    padding-left: 5rem !important;
  }

  .ut_m_lg_auto {
    margin: auto !important;
  }

  .ut_mt_lg_auto,
.ut_my_lg_auto {
    margin-top: auto !important;
  }

  .ut_mr_lg_auto,
.ut_mx_lg_auto {
    margin-right: auto !important;
  }

  .ut_mb_lg_auto,
.ut_my_lg_auto {
    margin-bottom: auto !important;
  }

  .ut_ml_lg_auto,
.ut_mx_lg_auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1441px) {
  .ut_m_xl_0 {
    margin: 0rem !important;
  }

  .ut_mt_xl_0,
.ut_my_xl_0 {
    margin-top: 0rem !important;
  }

  .ut_mr_xl_0,
.ut_mx_xl_0 {
    margin-right: 0rem !important;
  }

  .ut_mb_xl_0,
.ut_my_xl_0 {
    margin-bottom: 0rem !important;
  }

  .ut_ml_xl_0,
.ut_mx_xl_0 {
    margin-left: 0rem !important;
  }

  .ut_m_xl_1 {
    margin: 0.5rem !important;
  }

  .ut_mt_xl_1,
.ut_my_xl_1 {
    margin-top: 0.5rem !important;
  }

  .ut_mr_xl_1,
.ut_mx_xl_1 {
    margin-right: 0.5rem !important;
  }

  .ut_mb_xl_1,
.ut_my_xl_1 {
    margin-bottom: 0.5rem !important;
  }

  .ut_ml_xl_1,
.ut_mx_xl_1 {
    margin-left: 0.5rem !important;
  }

  .ut_m_xl_2 {
    margin: 1rem !important;
  }

  .ut_mt_xl_2,
.ut_my_xl_2 {
    margin-top: 1rem !important;
  }

  .ut_mr_xl_2,
.ut_mx_xl_2 {
    margin-right: 1rem !important;
  }

  .ut_mb_xl_2,
.ut_my_xl_2 {
    margin-bottom: 1rem !important;
  }

  .ut_ml_xl_2,
.ut_mx_xl_2 {
    margin-left: 1rem !important;
  }

  .ut_m_xl_3 {
    margin: 1.5rem !important;
  }

  .ut_mt_xl_3,
.ut_my_xl_3 {
    margin-top: 1.5rem !important;
  }

  .ut_mr_xl_3,
.ut_mx_xl_3 {
    margin-right: 1.5rem !important;
  }

  .ut_mb_xl_3,
.ut_my_xl_3 {
    margin-bottom: 1.5rem !important;
  }

  .ut_ml_xl_3,
.ut_mx_xl_3 {
    margin-left: 1.5rem !important;
  }

  .ut_m_xl_4 {
    margin: 2rem !important;
  }

  .ut_mt_xl_4,
.ut_my_xl_4 {
    margin-top: 2rem !important;
  }

  .ut_mr_xl_4,
.ut_mx_xl_4 {
    margin-right: 2rem !important;
  }

  .ut_mb_xl_4,
.ut_my_xl_4 {
    margin-bottom: 2rem !important;
  }

  .ut_ml_xl_4,
.ut_mx_xl_4 {
    margin-left: 2rem !important;
  }

  .ut_m_xl_5 {
    margin: 2.5rem !important;
  }

  .ut_mt_xl_5,
.ut_my_xl_5 {
    margin-top: 2.5rem !important;
  }

  .ut_mr_xl_5,
.ut_mx_xl_5 {
    margin-right: 2.5rem !important;
  }

  .ut_mb_xl_5,
.ut_my_xl_5 {
    margin-bottom: 2.5rem !important;
  }

  .ut_ml_xl_5,
.ut_mx_xl_5 {
    margin-left: 2.5rem !important;
  }

  .ut_m_xl_6 {
    margin: 3rem !important;
  }

  .ut_mt_xl_6,
.ut_my_xl_6 {
    margin-top: 3rem !important;
  }

  .ut_mr_xl_6,
.ut_mx_xl_6 {
    margin-right: 3rem !important;
  }

  .ut_mb_xl_6,
.ut_my_xl_6 {
    margin-bottom: 3rem !important;
  }

  .ut_ml_xl_6,
.ut_mx_xl_6 {
    margin-left: 3rem !important;
  }

  .ut_m_xl_7 {
    margin: 3.5rem !important;
  }

  .ut_mt_xl_7,
.ut_my_xl_7 {
    margin-top: 3.5rem !important;
  }

  .ut_mr_xl_7,
.ut_mx_xl_7 {
    margin-right: 3.5rem !important;
  }

  .ut_mb_xl_7,
.ut_my_xl_7 {
    margin-bottom: 3.5rem !important;
  }

  .ut_ml_xl_7,
.ut_mx_xl_7 {
    margin-left: 3.5rem !important;
  }

  .ut_m_xl_8 {
    margin: 4rem !important;
  }

  .ut_mt_xl_8,
.ut_my_xl_8 {
    margin-top: 4rem !important;
  }

  .ut_mr_xl_8,
.ut_mx_xl_8 {
    margin-right: 4rem !important;
  }

  .ut_mb_xl_8,
.ut_my_xl_8 {
    margin-bottom: 4rem !important;
  }

  .ut_ml_xl_8,
.ut_mx_xl_8 {
    margin-left: 4rem !important;
  }

  .ut_m_xl_9 {
    margin: 4.5rem !important;
  }

  .ut_mt_xl_9,
.ut_my_xl_9 {
    margin-top: 4.5rem !important;
  }

  .ut_mr_xl_9,
.ut_mx_xl_9 {
    margin-right: 4.5rem !important;
  }

  .ut_mb_xl_9,
.ut_my_xl_9 {
    margin-bottom: 4.5rem !important;
  }

  .ut_ml_xl_9,
.ut_mx_xl_9 {
    margin-left: 4.5rem !important;
  }

  .ut_m_xl_10 {
    margin: 5rem !important;
  }

  .ut_mt_xl_10,
.ut_my_xl_10 {
    margin-top: 5rem !important;
  }

  .ut_mr_xl_10,
.ut_mx_xl_10 {
    margin-right: 5rem !important;
  }

  .ut_mb_xl_10,
.ut_my_xl_10 {
    margin-bottom: 5rem !important;
  }

  .ut_ml_xl_10,
.ut_mx_xl_10 {
    margin-left: 5rem !important;
  }

  .ut_p_xl_0 {
    padding: 0rem !important;
  }

  .ut_pt_xl_0,
.ut_py_xl_0 {
    padding-top: 0rem !important;
  }

  .ut_pr_xl_0,
.ut_px_xl_0 {
    padding-right: 0rem !important;
  }

  .ut_pb_xl_0,
.ut_py_xl_0 {
    padding-bottom: 0rem !important;
  }

  .ut_pl_xl_0,
.ut_px_xl_0 {
    padding-left: 0rem !important;
  }

  .ut_p_xl_1 {
    padding: 0.5rem !important;
  }

  .ut_pt_xl_1,
.ut_py_xl_1 {
    padding-top: 0.5rem !important;
  }

  .ut_pr_xl_1,
.ut_px_xl_1 {
    padding-right: 0.5rem !important;
  }

  .ut_pb_xl_1,
.ut_py_xl_1 {
    padding-bottom: 0.5rem !important;
  }

  .ut_pl_xl_1,
.ut_px_xl_1 {
    padding-left: 0.5rem !important;
  }

  .ut_p_xl_2 {
    padding: 1rem !important;
  }

  .ut_pt_xl_2,
.ut_py_xl_2 {
    padding-top: 1rem !important;
  }

  .ut_pr_xl_2,
.ut_px_xl_2 {
    padding-right: 1rem !important;
  }

  .ut_pb_xl_2,
.ut_py_xl_2 {
    padding-bottom: 1rem !important;
  }

  .ut_pl_xl_2,
.ut_px_xl_2 {
    padding-left: 1rem !important;
  }

  .ut_p_xl_3 {
    padding: 1.5rem !important;
  }

  .ut_pt_xl_3,
.ut_py_xl_3 {
    padding-top: 1.5rem !important;
  }

  .ut_pr_xl_3,
.ut_px_xl_3 {
    padding-right: 1.5rem !important;
  }

  .ut_pb_xl_3,
.ut_py_xl_3 {
    padding-bottom: 1.5rem !important;
  }

  .ut_pl_xl_3,
.ut_px_xl_3 {
    padding-left: 1.5rem !important;
  }

  .ut_p_xl_4 {
    padding: 2rem !important;
  }

  .ut_pt_xl_4,
.ut_py_xl_4 {
    padding-top: 2rem !important;
  }

  .ut_pr_xl_4,
.ut_px_xl_4 {
    padding-right: 2rem !important;
  }

  .ut_pb_xl_4,
.ut_py_xl_4 {
    padding-bottom: 2rem !important;
  }

  .ut_pl_xl_4,
.ut_px_xl_4 {
    padding-left: 2rem !important;
  }

  .ut_p_xl_5 {
    padding: 2.5rem !important;
  }

  .ut_pt_xl_5,
.ut_py_xl_5 {
    padding-top: 2.5rem !important;
  }

  .ut_pr_xl_5,
.ut_px_xl_5 {
    padding-right: 2.5rem !important;
  }

  .ut_pb_xl_5,
.ut_py_xl_5 {
    padding-bottom: 2.5rem !important;
  }

  .ut_pl_xl_5,
.ut_px_xl_5 {
    padding-left: 2.5rem !important;
  }

  .ut_p_xl_6 {
    padding: 3rem !important;
  }

  .ut_pt_xl_6,
.ut_py_xl_6 {
    padding-top: 3rem !important;
  }

  .ut_pr_xl_6,
.ut_px_xl_6 {
    padding-right: 3rem !important;
  }

  .ut_pb_xl_6,
.ut_py_xl_6 {
    padding-bottom: 3rem !important;
  }

  .ut_pl_xl_6,
.ut_px_xl_6 {
    padding-left: 3rem !important;
  }

  .ut_p_xl_7 {
    padding: 3.5rem !important;
  }

  .ut_pt_xl_7,
.ut_py_xl_7 {
    padding-top: 3.5rem !important;
  }

  .ut_pr_xl_7,
.ut_px_xl_7 {
    padding-right: 3.5rem !important;
  }

  .ut_pb_xl_7,
.ut_py_xl_7 {
    padding-bottom: 3.5rem !important;
  }

  .ut_pl_xl_7,
.ut_px_xl_7 {
    padding-left: 3.5rem !important;
  }

  .ut_p_xl_8 {
    padding: 4rem !important;
  }

  .ut_pt_xl_8,
.ut_py_xl_8 {
    padding-top: 4rem !important;
  }

  .ut_pr_xl_8,
.ut_px_xl_8 {
    padding-right: 4rem !important;
  }

  .ut_pb_xl_8,
.ut_py_xl_8 {
    padding-bottom: 4rem !important;
  }

  .ut_pl_xl_8,
.ut_px_xl_8 {
    padding-left: 4rem !important;
  }

  .ut_p_xl_9 {
    padding: 4.5rem !important;
  }

  .ut_pt_xl_9,
.ut_py_xl_9 {
    padding-top: 4.5rem !important;
  }

  .ut_pr_xl_9,
.ut_px_xl_9 {
    padding-right: 4.5rem !important;
  }

  .ut_pb_xl_9,
.ut_py_xl_9 {
    padding-bottom: 4.5rem !important;
  }

  .ut_pl_xl_9,
.ut_px_xl_9 {
    padding-left: 4.5rem !important;
  }

  .ut_p_xl_10 {
    padding: 5rem !important;
  }

  .ut_pt_xl_10,
.ut_py_xl_10 {
    padding-top: 5rem !important;
  }

  .ut_pr_xl_10,
.ut_px_xl_10 {
    padding-right: 5rem !important;
  }

  .ut_pb_xl_10,
.ut_py_xl_10 {
    padding-bottom: 5rem !important;
  }

  .ut_pl_xl_10,
.ut_px_xl_10 {
    padding-left: 5rem !important;
  }

  .ut_m_xl_auto {
    margin: auto !important;
  }

  .ut_mt_xl_auto,
.ut_my_xl_auto {
    margin-top: auto !important;
  }

  .ut_mr_xl_auto,
.ut_mx_xl_auto {
    margin-right: auto !important;
  }

  .ut_mb_xl_auto,
.ut_my_xl_auto {
    margin-bottom: auto !important;
  }

  .ut_ml_xl_auto,
.ut_mx_xl_auto {
    margin-left: auto !important;
  }
}
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
.ut_none {
  display: none !important;
}

.ut_inline {
  display: inline !important;
}

.ut_inline_block {
  display: inline-block !important;
}

.ut_block {
  display: block !important;
}

.ut_table {
  display: table !important;
}

.ut_table_row {
  display: table-row !important;
}

.ut_table_cell {
  display: table-cell !important;
}

.ut_flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.ut_inline_flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (min-width: 577px) {
  .ut_sm_none {
    display: none !important;
  }

  .ut_sm_inline {
    display: inline !important;
  }

  .ut_sm_inline_block {
    display: inline-block !important;
  }

  .ut_sm_block {
    display: block !important;
  }

  .ut_sm_table {
    display: table !important;
  }

  .ut_sm_table_row {
    display: table-row !important;
  }

  .ut_sm_table_cell {
    display: table-cell !important;
  }

  .ut_sm_flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .ut_sm_inline_flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) {
  .ut_md_none {
    display: none !important;
  }

  .ut_md_inline {
    display: inline !important;
  }

  .ut_md_inline_block {
    display: inline-block !important;
  }

  .ut_md_block {
    display: block !important;
  }

  .ut_md_table {
    display: table !important;
  }

  .ut_md_table_row {
    display: table-row !important;
  }

  .ut_md_table_cell {
    display: table-cell !important;
  }

  .ut_md_flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .ut_md_inline_flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1025px) {
  .ut_lg_none {
    display: none !important;
  }

  .ut_lg_inline {
    display: inline !important;
  }

  .ut_lg_inline_block {
    display: inline-block !important;
  }

  .ut_lg_block {
    display: block !important;
  }

  .ut_lg_table {
    display: table !important;
  }

  .ut_lg_table_row {
    display: table-row !important;
  }

  .ut_lg_table_cell {
    display: table-cell !important;
  }

  .ut_lg_flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .ut_lg_inline_flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1441px) {
  .ut_xl_none {
    display: none !important;
  }

  .ut_xl_inline {
    display: inline !important;
  }

  .ut_xl_inline_block {
    display: inline-block !important;
  }

  .ut_xl_block {
    display: block !important;
  }

  .ut_xl_table {
    display: table !important;
  }

  .ut_xl_table_row {
    display: table-row !important;
  }

  .ut_xl_table_cell {
    display: table-cell !important;
  }

  .ut_xl_flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .ut_xl_inline_flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .ut_print_none {
    display: none !important;
  }

  .ut_print_inline {
    display: inline !important;
  }

  .ut_print_inline_block {
    display: inline-block !important;
  }

  .ut_print_block {
    display: block !important;
  }

  .ut_print_table {
    display: table !important;
  }

  .ut_print_table_row {
    display: table-row !important;
  }

  .ut_print_table_cell {
    display: table-cell !important;
  }

  .ut_print_flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .ut_print_inline_flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.ut_flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ut_flex_row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.ut_flex_column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.ut_flex_row_reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.ut_flex_column_reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.ut_flex_wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.ut_flex_nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.ut_flex_wrap_reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.ut_flex_fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.ut_flex_grow_0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.ut_flex_grow_1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.ut_flex_shrink_0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.ut_flex_shrink_1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.ut_justify_content_start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.ut_justify_content_end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.ut_justify_content_center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.ut_justify_content_between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.ut_justify_content_around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.ut_align_items_start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.ut_align_items_end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.ut_align_items_center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.ut_align_items_baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.ut_align_items_stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.ut_align_content_start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.ut_align_content_end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.ut_align_content_center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.ut_align_content_between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.ut_align_content_around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.ut_align_content_stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.ut_align_self_auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.ut_align_self_start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.ut_align_self_end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.ut_align_self_center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.ut_align_self_baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.ut_align_self_stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 577px) {
  .ut_flex_sm_row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .ut_flex_sm_column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .ut_flex_sm_row_reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .ut_flex_sm_column_reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .ut_flex_sm_wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .ut_flex_sm_nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .ut_flex_sm_wrap_reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .ut_flex_sm_fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .ut_flex_sm_grow_0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .ut_flex_sm_grow_1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .ut_flex_sm_shrink_0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .ut_flex_sm_shrink_1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .ut_justify_content_sm_start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .ut_justify_content_sm_end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .ut_justify_content_sm_center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .ut_justify_content_sm_between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .ut_justify_content_sm_around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .ut_align_items_sm_start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .ut_align_items_sm_end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .ut_align_items_sm_center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .ut_align_items_sm_baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .ut_align_items_sm_stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .ut_align_content_sm_start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .ut_align_content_sm_end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .ut_align_content_sm_center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .ut_align_content_sm_between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .ut_align_content_sm_around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .ut_align_content_sm_stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .ut_align_self_sm_auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .ut_align_self_sm_start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .ut_align_self_sm_end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .ut_align_self_sm_center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .ut_align_self_sm_baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .ut_align_self_sm_stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .ut_flex_md_row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .ut_flex_md_column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .ut_flex_md_row_reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .ut_flex_md_column_reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .ut_flex_md_wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .ut_flex_md_nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .ut_flex_md_wrap_reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .ut_flex_md_fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .ut_flex_md_grow_0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .ut_flex_md_grow_1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .ut_flex_md_shrink_0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .ut_flex_md_shrink_1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .ut_justify_content_md_start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .ut_justify_content_md_end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .ut_justify_content_md_center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .ut_justify_content_md_between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .ut_justify_content_md_around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .ut_align_items_md_start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .ut_align_items_md_end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .ut_align_items_md_center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .ut_align_items_md_baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .ut_align_items_md_stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .ut_align_content_md_start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .ut_align_content_md_end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .ut_align_content_md_center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .ut_align_content_md_between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .ut_align_content_md_around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .ut_align_content_md_stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .ut_align_self_md_auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .ut_align_self_md_start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .ut_align_self_md_end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .ut_align_self_md_center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .ut_align_self_md_baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .ut_align_self_md_stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1025px) {
  .ut_flex_lg_row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .ut_flex_lg_column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .ut_flex_lg_row_reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .ut_flex_lg_column_reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .ut_flex_lg_wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .ut_flex_lg_nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .ut_flex_lg_wrap_reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .ut_flex_lg_fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .ut_flex_lg_grow_0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .ut_flex_lg_grow_1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .ut_flex_lg_shrink_0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .ut_flex_lg_shrink_1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .ut_justify_content_lg_start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .ut_justify_content_lg_end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .ut_justify_content_lg_center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .ut_justify_content_lg_between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .ut_justify_content_lg_around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .ut_align_items_lg_start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .ut_align_items_lg_end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .ut_align_items_lg_center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .ut_align_items_lg_baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .ut_align_items_lg_stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .ut_align_content_lg_start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .ut_align_content_lg_end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .ut_align_content_lg_center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .ut_align_content_lg_between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .ut_align_content_lg_around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .ut_align_content_lg_stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .ut_align_self_lg_auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .ut_align_self_lg_start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .ut_align_self_lg_end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .ut_align_self_lg_center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .ut_align_self_lg_baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .ut_align_self_lg_stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1441px) {
  .ut_flex_xl_row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .ut_flex_xl_column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .ut_flex_xl_row_reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .ut_flex_xl_column_reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .ut_flex_xl_wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .ut_flex_xl_nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .ut_flex_xl_wrap_reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .ut_flex_xl_fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .ut_flex_xl_grow_0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .ut_flex_xl_grow_1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .ut_flex_xl_shrink_0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .ut_flex_xl_shrink_1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .ut_justify_content_xl_start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .ut_justify_content_xl_end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .ut_justify_content_xl_center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .ut_justify_content_xl_between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .ut_justify_content_xl_around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .ut_align_items_xl_start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .ut_align_items_xl_end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .ut_align_items_xl_center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .ut_align_items_xl_baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .ut_align_items_xl_stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .ut_align_content_xl_start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .ut_align_content_xl_end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .ut_align_content_xl_center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .ut_align_content_xl_between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .ut_align_content_xl_around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .ut_align_content_xl_stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .ut_align_self_xl_auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .ut_align_self_xl_start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .ut_align_self_xl_end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .ut_align_self_xl_center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .ut_align_self_xl_baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .ut_align_self_xl_stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* others */
.ut_ta_l {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .ut_ta_l--md {
    text-align: left !important;
  }
}
@media screen and (min-width: 1025px) {
  .ut_ta_l--lg {
    text-align: left !important;
  }
}

.ut_ta_c {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .ut_ta_c--md {
    text-align: center !important;
  }
}
@media screen and (min-width: 1025px) {
  .ut_ta_c--lg {
    text-align: center !important;
  }
}

.ut_ta_r {
  text-align: right;
}
@media screen and (min-width: 577px) {
  .ut_ta_r--sm {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) {
  .ut_ta_r--md {
    text-align: right !important;
  }
}
@media screen and (min-width: 1025px) {
  .ut_ta_r--lg {
    text-align: right !important;
  }
}

.ut_fw_l {
  font-weight: 400;
}

.ut_fw_m {
  font-weight: 500;
}

.ut_fw_b {
  font-weight: 700;
}

.ut_fc_primary {
  color: #000;
}

.ut_fc_primary_accent {
  color: #e3780f;
}

.ut_fc_secondary_accent {
  color: #e3780f;
}

.ut_highlight {
  background: linear-gradient(transparent 60%, #f6ff5f 60%);
}

.ut_fc_white {
  color: #fff;
}

.ut_lh_1_2 {
  line-height: 1.2;
}

.ut_lh_1_3 {
  line-height: 1.3;
}

.ut_lh_1_8 {
  line-height: 1.8;
}

.ut_lh_2 {
  line-height: 2;
}

.ut_ls_0 {
  letter-spacing: 0;
}

.ut_ls_01 {
  letter-spacing: 0.1em;
}

.ut_container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 577px) {
  .ut_container {
    max-width: 616px;
  }
}
@media screen and (min-width: 769px) {
  .ut_container {
    max-width: 808px;
  }
}
@media screen and (min-width: 1025px) {
  .ut_container {
    max-width: 1064px;
  }
}
@media screen and (min-width: 1441px) {
  .ut_container {
    max-width: 1480px;
  }
}

@media screen and (min-width: 1441px) {
  .ut_container_limit {
    max-width: 1010px;
    margin-right: auto;
    margin-left: auto;
  }
}

.ut_section_p1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ut_section_p2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .ut_section_p2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.ut_section_p3 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .ut_section_p3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.ut_section_m1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ut_section_m2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .ut_section_m2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.ut_section_m3 {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .ut_section_m3 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.bl_topMV img {
  max-width: none;
  width: 100%;
}

.bl_itemRanking {
  display: flex;
}
@media screen and (max-width: 960px) {
  .bl_itemRanking {
    flex-wrap: wrap;
  }
}
.bl_itemRanking_item {
  position: relative;
  counter-increment: rank;
  width: 23%;
}
@media screen and (max-width: 960px) {
  .bl_itemRanking_item {
    width: 47.5%;
    margin-bottom: 5%;
  }
  .bl_itemRanking_item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
.bl_itemRanking_item + .bl_itemRanking_item {
  margin-left: 2.66%;
}
@media screen and (max-width: 960px) {
  .bl_itemRanking_item + .bl_itemRanking_item {
    margin-left: 5%;
  }
}
.bl_itemRanking_item::before {
  content: counter(rank);
  font-size: 28px;
  font-size: 1.75rem;
  display: block;
  color: #FFF;
  background: #7EA4B9;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .bl_itemRanking_item::before {
    font-size: 14px;
    font-size: 0.875rem;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.bl_itemRanking_item:nth-child(1)::before {
  background: #CBC290;
}
.bl_itemRanking_item:nth-child(2)::before {
  background: #B2B2B2;
}
.bl_itemRanking_item:nth-child(3)::before {
  background: #9D7B7A;
}
.bl_itemRanking_item a {
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bl_itemRanking_item a:hover {
  opacity: 0.8;
}
.bl_itemRanking_item a img {
  display: block;
}
.bl_itemRanking_item_name {
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .bl_itemRanking_item_name {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.bl_itemRanking_item_price {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: right;
  margin-top: auto;
}
@media screen and (max-width: 960px) {
  .bl_itemRanking_item_price {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.bl_itemRanking_item_price_yen {
  font-size: 0.65em;
  margin-right: 5px;
}
.bl_itemRanking_item_price_tax {
  font-size: 0.65em;
  margin-left: -5px;
}

.bl_catSelect {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .bl_catSelect {
    margin-top: 70px;
  }
}
.bl_catSelect_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .bl_catSelect_list {
    flex-direction: column;
  }
}
.bl_catSelect_list_item {
  flex: 0 0 33.2%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .bl_catSelect_list_item {
    margin-bottom: 13.3%;
  }
}
.bl_catSelect_list_item img {
  width: 100%;
  max-width: none;
}
.bl_catSelect_list_item_link {
  width: 23.5%;
  height: 100%;
  position: absolute;
  font-size: 2.6vw;
  color: #FFF;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s;
}

.bl_catSelect_list_item_link:hover{
    color: #fff;
    text-decoration: none;
}

.bl_catSelect_list_item_link:visited{
    color: #fff;
}

@media screen and (min-width: 769px) {
  .bl_catSelect_list_item_link {
    right: 4.8%;
    top: -20px;
    padding-top: 7.5%;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 960px) {
  .bl_catSelect_list_item_link {
    font-size: min(8vw, 30px);
    width: 94.7%;
    height: auto;
    left: 0;
    top: 100%;
    transform: translateY(-50%);
    align-items: baseline;
    padding: 2% 8% 2% 8%;
  }
}
.bl_catSelect_list_item_link.is_brown {
  background: #695334;
}
.bl_catSelect_list_item_link.is_brown:hover {
  background: #80653f;
}
.bl_catSelect_list_item_link.is_purple {
  background: #69267C;
}
.bl_catSelect_list_item_link.is_purple:hover {
  background: #7d3791;
}
.bl_catSelect_list_item_link.is_blue {
  background: #345B69;
}
.bl_catSelect_list_item_link.is_blue:hover {
  background: #426f80;
}
.bl_catSelect_list_item_link > span {
  font-size: 0.68em;
}
.bl_catSelect_list_item_link::before {
  content: "";
  position: absolute;
  bottom: 10%;
  background: url(../img/common/arrow.png) no-repeat center right/contain;
  width: 21.6%;
  height: 0;
  padding-top: 2.8%;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .bl_catSelect_list_item_link::before {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 960px) {
  .bl_catSelect_list_item_link::before {
    width: 9.6%;
    padding-top: 3.3%;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
  }
}

.bl_areaSearch {
  background: #8F9A22;
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .bl_areaSearch {
    margin-top: 50px;
  }
}
.bl_areaSearch_heading {
  background: url(https://shokuhou.itembox.design/item/search-bg.jpg) no-repeat center bottom/cover;
  padding-top: 50px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .bl_areaSearch_heading {
    padding-top: 30px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 960px) {
  .bl_areaSearch_heading {
    text-align: center;
    background-image: url(https://shokuhou.itembox.design/item/search-bg-sp.jpg);
    padding-top: 13%;
    padding-bottom: 30%;
  }
}
.bl_areaSearch_heading_ttl {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .bl_areaSearch_heading_ttl {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 960px) {
  .bl_areaSearch_heading_ttl {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.bl_areaSearch_heading_txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .bl_areaSearch_heading_txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .bl_areaSearch_heading_txt {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 20px;
  }
}

.bl_areaList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .bl_areaList {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .bl_areaList {
    flex-direction: column;
  }
}
.bl_areaList_wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1441px) {
  .bl_areaList_wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1441px) and (min-width: 577px) {
  .bl_areaList_wrap {
    max-width: 616px;
  }
}
@media screen and (min-width: 1441px) and (min-width: 769px) {
  .bl_areaList_wrap {
    max-width: 808px;
  }
}
@media screen and (min-width: 1441px) and (min-width: 1025px) {
  .bl_areaList_wrap {
    max-width: 1064px;
  }
}
@media screen and (min-width: 1441px) and (min-width: 1441px) {
  .bl_areaList_wrap {
    max-width: 1480px;
  }
}
@media screen and (max-width: 1440px) {
  .bl_areaList_wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .bl_areaList_wrap {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.bl_areaList_block {
  flex: 0 0 15.3%;
}
@media screen and (max-width: 1024px) {
  .bl_areaList_block {
    flex: 0 0 30.6%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 576px) {
  .bl_areaList_block {
    margin-bottom: 0;
  }
}
.bl_areaList_block_name {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #FFF;
  border-bottom: 2px solid #FFF;
  padding-bottom: 6px;
}
@media screen and (max-width: 1440px) {
  .bl_areaList_block_name {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 1024px) {
  .bl_areaList_block_name {
    font-size: min(3.2vw, 23px);
  }
}
@media screen and (max-width: 576px) {
  .bl_areaList_block_name {
    font-size: min(5.3vw, 20px);
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bl_areaList_block_name::before {
    content: "";
    background: #FFF;
    height: 2px;
    width: 16px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -1px;
    transition: 0.3s;
  }
  .bl_areaList_block_name::after {
    content: "";
    background: #FFF;
    height: 2px;
    width: 16px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 15px;
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .bl_areaList_block_name.is_active::after {
    transform: rotate(0deg);
  }
}
.bl_areaList_block_prefs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-left: 10px;
}
@media screen and (max-width: 576px) {
  .bl_areaList_block_prefs {
    padding-bottom: 20px;
  }
}
.bl_areaList_block_prefs > li {
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  flex: 0 0 50%;
  line-height: 1.3;
  text-indent: -0.5em;
  padding-left: 0.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .bl_areaList_block_prefs > li {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1024px) {
  .bl_areaList_block_prefs > li {
    font-size: min(2.6vw, 18px);
  }
}
@media screen and (max-width: 576px) {
  .bl_areaList_block_prefs > li {
    font-size: min(4.8vw, 18px);
    flex: 0 0 33.3%;
  }
}
.bl_areaList_block_prefs > li::before {
  content: "-";
  margin-right: 4px;
}
.bl_areaList_block_prefs > li > a {
  color: inherit;
  transition: opacity 0.3s;
}
.bl_areaList_block_prefs > li > a:hover {
  opacity: 0.8;
}

.bl_categorySelect {
  margin: 20px auto;
}
.bl_categorySelect_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: repeat(2, 1fr); */
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 960px) {
  .bl_categorySelect_list {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .bl_categorySelect_list_item + .bl_categorySelect_list_item {
    margin-top: 5px;
  }
}

.bl_categoryPanel {
  display: block;
  background-size: cover;
  background-position: center bottom;
  padding: 3% 5% 30% 6.3%;
  height: 100%;
  transition: opacity 0.3s;
  position: relative;
}
.bl_categoryPanel:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .bl_categoryPanel {
    padding: 5% 5% 32% 5%;
  }
}
.bl_categoryPanel::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: url(../img/common/arrow.png) no-repeat center right/contain;
  width: 64px;
  height: 0;
  padding-top: 22px;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .bl_categoryPanel::before {
    width: 32px;
    padding-top: 11px;
    bottom: 15px;
    right: 15px;
  }
}
.bl_categoryPanel__beef {
  background-image: url(https://shokuhou.itembox.design/item/category-1.jpg);
}
@media screen and (max-width: 960px) {
  .bl_categoryPanel__beef {
    background-image: url(https://shokuhou.itembox.design/item/category-1-sp.jpg);
  }
}
.bl_categoryPanel__fish {
  background-image: url(https://shokuhou.itembox.design/item/category-2.jpg);
}
@media screen and (max-width: 960px) {
  .bl_categoryPanel__fish {
    background-image: url(https://shokuhou.itembox.design/item/category-2-sp.jpg);
  }
}
.bl_categoryPanel__vegetable {
  background-image: url(https://shokuhou.itembox.design/item/category-3.jpg);
}
@media screen and (max-width: 960px) {
  .bl_categoryPanel__vegetable {
    background-image: url(https://shokuhou.itembox.design/item/category-3-sp.jpg);
  }
}
.bl_categoryPanel__fruit {
  background-image: url(https://shokuhou.itembox.design/item/category-4.jpg);
}
@media screen and (max-width: 960px) {
  .bl_categoryPanel__fruit {
    background-image: url(https://shokuhou.itembox.design/item/category-4-sp.jpg);
  }
}
.bl_categoryPanel_name {
  font-size: 70px;
  font-size: 4.375rem;
}

.bl_categoryPanel:hover .bl_categoryPanel_name {
    color: #000;
}
.bl_categoryPanel:visited .bl_categoryPanel_name {
    color: #000;
}

.bl_categoryPanel__beef .bl_categoryPanel_name {
  color: #FFF !important;
}

.bl_categoryPanel:hover .bl_categoryPanel__beef .bl_categoryPanel_name {
    color: #FFF;
}

.bl_categoryPanel:visited .bl_categoryPanel__beef .bl_categoryPanel_name {
    color: #FFF;
}

@media screen and (max-width: 1024px) {
  .bl_categoryPanel_name {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .bl_categoryPanel_name {
    font-size: 30px;
    font-size: 3rem;
  }
}
.bl_categoryPanel_intro {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 5px;
}

.bl_categoryPanel:hover .bl_categoryPanel_intro {
    color: #000;
    text-decoration: none;
}
.bl_categoryPanel:visited .bl_categoryPanel_intro {
    color: #000;
}

.bl_categoryPanel__beef .bl_categoryPanel_intro {
  color: #FFF;
}

.bl_categoryPanel.bl_categoryPanel__beef:hover .bl_categoryPanel_intro {
    color: #FFF;
}

.bl_categoryPanel.bl_categoryPanel__beef:visited .bl_categoryPanel_intro {
    color: #FFF;
}

@media screen and (max-width: 1024px) {
  .bl_categoryPanel_intro {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .bl_categoryPanel_intro {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .bl_categoryPanel_intro br {
    display: none;
  }
}

.searchHeader__info_filter__filter__box__field select{
  border: solid 1px #333;
}

.fs-c-quantity__select{
  border: solid 1px #333;
}
.fs-c-button--addToCart--detail{
  color: #fff ;
}

/* 崩れ修正 */
@media screen and (max-width: 960px) {
  .homeRanking{
    width: 100%;
  }
}

.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal{
  white-space: nowrap;
}
.fs-c-button--cancel--cart.fs-c-button--plain{
  white-space: nowrap;
}
.fs-c-button--primary{
  color: #fff;
}
.fs-c-dropdown__menu{
  border: solid 1px #ccc;
}
.fs-p-searchForm__input.fs-p-inputGroup__input{
  background: #fff;
}
.fs-p-searchForm__button.fs-p-inputGroup__button:before{
  color: #fff;
}
.contactForm{
  height: 600px;
}

.contactForm [name="submit"]{
  background: #000;
  color: #fff;
  border: none;
  padding: 5px 30px;
}

.contactForm iframe #container{
  width: 100%;
}

@media screen and (max-width: 960px) {
  .contactForm{
    height: 850px;
  }
}