@charset "UTF-8";
/* Scss Document _reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  vertical-align: bottom;
}

img,
video {
  width: 100%;
}

a {
  text-decoration: none;
  word-break: break-all;
}
a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  letter-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/* Firefox */
@-moz-document url-prefix() {
  input,
  button,
  select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=submit], input[type=button] {
  cursor: pointer;
}

label,
button {
  cursor: pointer;
}

select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

body {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
  font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  text-align: left;
}
body #main {
  padding-top: 105px;
}
@media screen and (max-width: 768px) {
  body #main {
    padding-top: 50px;
  }
}

a {
  transition: 200ms ease all;
  color: #1558D6;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
}

.f__common-text_left {
  text-align: left;
}
.f__common-text_center {
  text-align: center;
}
.f__common-text_right {
  text-align: right;
}
.f__common-text_bold {
  font-weight: 700;
}
.f__common-text_underline {
  text-decoration: underline;
}
.f__common-text_highlighter {
  background: linear-gradient(transparent 75%, #fae58e 75%);
  background-position: 0 1.3em;
}
.f__common-text_annotation {
  font-size: 10px;
}
.f__common-text_nowrap {
  display: inline-block;
}
.f__common-color_seisan {
  color: #007bc7;
}
.f__common-color_meisai {
  color: #267d00;
}
.f__common-color_seikyu {
  color: #0ba578;
}
.f__common-color_hanbai {
  color: #f53c20;
}
.f__common-color_kintai {
  color: #2531b7;
}
.f__common-bgcolor_blue {
  background-color: #edf7ff;
}
.f__common-bgcolor_blue_brand {
  background-color: #007bc7;
}
.f__common-bgcolor_gray {
  background-color: #f6f6f6;
}
.f__common-bgcolor_white {
  background-color: #FFF;
}

_::-webkit-full-page-media, _:future, :root .f__common-text_highlighter {
  text-decoration: underline;
  text-underline-offset: 0.05em;
  text-decoration-thickness: 0.15em;
  text-decoration-color: #fae58e;
}

.fixed_bottom {
  position: absolute;
  bottom: 0;
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    /* 画像の横幅と同じ数値 */
    background-position: -4300px 0;
  }
}
@media (min-width: 769px) {
  .pc-only {
    display: inline-block;
  }
  .sp-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline-block;
  }
}
.f-l__common-inner {
  position: relative;
  max-width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  width: inherit;
  height: auto;
}
.f-l__common-section {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .f-l__common-inner {
    max-width: 100%;
    min-width: 100px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .f-l__common-inner {
    max-width: 100%;
    min-width: 100px;
    padding: 0 20px;
  }
  .f-l__common-section {
    padding: 50px 0;
  }
}

.cf {
  clear: both;
}

html._js_dropdown_open_bg._function:after, html._js_dropdown_open_bg._price:after {
  content: "";
  background: #323232;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.4;
}

.f-l__header-container {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5000;
  background-color: #FFF;
  transition: 100ms ease all;
}
.f-l__header-container.scroll-type {
  transform: translateY(-23px);
}
.f-l__header-container {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.f-l__header-container_inner {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .f-l__header-container_inner {
    width: 1024px;
    padding: 0 20px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .f-l__header-container_inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .f-l__header-container {
    padding: 0 11px;
  }
  .f-l__header-container.scroll-type {
    transform: translateY(0px);
  }
  .f-l__header-container_inner {
    width: 100%;
  }
}
.f-l__header-tel {
  background-color: #007bc7;
  color: #FFF;
  height: 23px;
  padding: 2px 0;
}
@media screen and (max-width: 1024px) {
  .f-l__header-tel {
    width: 1024px;
    padding: 4px 20px 0;
  }
}
.f-l__header-tel_inner {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.f-l__header-tel_list_item {
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
}
.f-l__header-tel_list_item a {
  color: #FFF;
  line-height: 1;
  text-decoration: none;
}
.f-l__header-tel_other {
  display: inline-block;
  font-size: 12px;
  padding: 2px 0 0;
  margin: 0 0 0 auto;
  position: relative;
}
.f-l__header-tel_other a {
  color: #FFF;
  line-height: 1;
  text-decoration: none;
}
.f-l__header-tel_other:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .f-l__header-tel {
    display: none;
  }
}
.f-l__header-logo {
  width: 148px;
  height: 82px;
  display: inline-block;
  padding: 18px 0;
}
.f-l__header-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .f-l__header-logo {
    width: 120px;
    display: inline-block;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .f-l__header-logo {
    width: 90px;
    height: 50px;
    display: inline-block;
    padding: 11px 0;
  }
}
.f-l__header-tagline {
  display: none;
}
@media screen and (max-width: 768px) {
  .f-l__header-tagline {
    display: block;
    font-size: 10px;
    color: #323232;
    font-weight: 700;
    padding: 20px 0 0 15px;
  }
}
.f-l__header-sp-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .f-l__header-sp-menu {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #007bc7;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 500;
  }
  .f-l__header-sp-menu_line {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 2px;
    background-color: #FFF;
    width: 25px;
  }
  .f-l__header-sp-menu_line:nth-of-type(1) {
    top: 15px;
  }
  .f-l__header-sp-menu_line:nth-of-type(2) {
    top: 25px;
  }
  .f-l__header-sp-menu_line:nth-of-type(3) {
    top: 35px;
  }
}
.f-l__header-sp-menu._js_header_sp_menu_button_active {
  background-color: #f6f6f6;
}
.f-l__header-sp-menu._js_header_sp_menu_button_active .f-l__header-sp-menu_line:nth-of-type(1) {
  top: 25px;
  left: 13px;
  transform: rotate(45deg);
  background-color: #007bc7;
}
.f-l__header-sp-menu._js_header_sp_menu_button_active .f-l__header-sp-menu_line:nth-of-type(2) {
  display: none;
}
.f-l__header-sp-menu._js_header_sp_menu_button_active .f-l__header-sp-menu_line:nth-of-type(3) {
  top: 25px;
  left: 13px;
  transform: rotate(-45deg);
  background-color: #007bc7;
}
@media screen and (max-width: 1024px) {
  .f-l__header-gnavi {
    width: 460px;
  }
}
.f-l__header-gnavi_list {
  padding: 0px 15px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .f-l__header-gnavi_list {
    padding: 0px 5px;
  }
}
.f-l__header-gnavi_item {
  padding: 0px;
  position: relative;
  line-height: 1.3;
}
.f-l__header-gnavi_item_link {
  display: block;
  padding: 30px 12px;
  font-size: 16px;
  text-align: center;
  color: #323232;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .f-l__header-gnavi_item_link {
    font-size: 14px;
    padding: 34px 8px 31px;
  }
}
.f-l__header-gnavi_item:nth-child(1) .f-l__header-gnavi_item_link, .f-l__header-gnavi_item:nth-child(4) .f-l__header-gnavi_item_link {
  padding: 20px 15px;
}
@media screen and (max-width: 1024px) {
  .f-l__header-gnavi_item:nth-child(1) .f-l__header-gnavi_item_link, .f-l__header-gnavi_item:nth-child(4) .f-l__header-gnavi_item_link {
    font-size: 12px;
    padding: 27px 10px 24px;
  }
}
.f-l__header-gnavi_item._navi-arrow:after {
  position: absolute;
  display: block;
  opacity: 1;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  left: 50%;
  bottom: 10px;
  margin: auto;
  transform: translateX(-50%) rotate(135deg);
  transition: all ease 0.3s;
}
.f-l__header-gnavi_item._navi-arrow:before {
  position: absolute;
  opacity: 0;
  content: "";
  width: 6px;
  height: 6px;
  left: 50%;
  margin: auto;
  bottom: -1px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  border-bottom: 5px solid #007bc7;
  transform: translateX(-50%) rotate(0deg);
  transition: all ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .f-l__header-gnavi_item._navi-arrow:before {
    bottom: 1px;
  }
}
.f-l__header-gnavi_item._js_dropdown_open .f-l__header-gnavi_item_link {
  background-color: #edf7ff;
  color: #007bc7;
}
.f-l__header-gnavi .f-l__header-gnavi_item:hover._navi-arrow:after {
  opacity: 0;
}
.f-l__header-gnavi .f-l__header-gnavi_item:hover._navi-arrow:before {
  opacity: 1;
}
.f-l__header-gnavi_content {
  display: none;
  background-color: #FFF;
  position: fixed;
  width: 100%;
  left: 0;
  top: 105px;
  padding-top: 25px;
  padding-bottom: 5px;
  box-sizing: border-box;
  border-top: 2px solid #007bc7;
}
.f-l__header-gnavi_content_inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.f-l__header-gnavi_content_inner_close_button {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.f-l__header-gnavi_content_inner_close_button .o-m__faq-content_item_icon_ball {
  display: inline-block;
  background-color: #007bc7;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  top: 0;
  right: 3.3em;
  transition: all ease 0.3s;
}
.f-l__header-gnavi_content_inner_close_button .o-m__faq-content_item_icon_ball:before {
  content: "";
  background-color: #fff;
  width: 8px;
  height: 2px;
  line-height: 0;
  position: absolute;
  left: 5px;
  top: 9px;
  transform: translateY(-50%);
}
.f-l__header-gnavi_content_head {
  padding: 17px 20px 17px 0;
  border-right: 1px solid #e6e6e6;
}
.f-l__header-gnavi_content_head_listlink {
  padding: 17px 20px 17px 0;
}
.f-l__header-gnavi_content_head_heading {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: 3px;
}
.f-l__header-gnavi_content_head._last {
  border-right: none;
  border-left: 1px solid #e6e6e6;
  padding-left: 20px;
}
.f-l__header-gnavi_content_navi_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .f-l__header-gnavi_content_navi_list {
    width: 80%;
    margin: 0 auto;
  }
}
.f-l__header-gnavi_content_navi_function {
  padding: 0 20px;
}
.f-l__header-gnavi_content_navi_function_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.f-l__header-gnavi_content_navi_function_item {
  margin-right: 10px;
}
.f-l__header-gnavi_content_navi_function_item:last-child {
  margin: 0;
}
.f-l__header-gnavi_content_navi_function_button {
  color: #323232;
  display: inline-block;
  border-radius: 10px;
  background-color: #f6f6f6;
  width: 100px;
  height: 100px;
  padding: 12px 0 0;
  text-decoration: none;
}
.f-l__header-gnavi_content_navi_function_button_icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.f-l__header-gnavi_content_navi_function_button_icon span {
  display: block;
  width: 50px;
  height: 50px;
}
.f-l__header-gnavi_content_navi_function_button_text {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 0 0;
}
.f-l__header-gnavi_content_navi_function_button_text._line_2 {
  position: relative;
  top: -10px;
  font-size: 12px;
  line-height: 1.2;
}
.f-l__header-gnavi_content_navi_function_button:hover {
  color: #FFF;
  background-color: #007bc7;
}
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-shining_money {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_047_shining_money_w.svg);
}
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-train {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_052_train_w.svg);
}
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-pc_document {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_031_pc_document_w.svg);
}
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-software {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_050_software_w.svg);
}
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-document_circle {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_012_document_circle_w.svg);
}
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-stamp {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_045_stamp_w.svg);
}
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-pc_price {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_072_pc_price_w.svg);
}
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-ai {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/white/icon_093_ai.svg);
}
.f-l__header-gnavi_content_navi_case {
  width: 100%;
  padding: 0 20px;
}
.f-l__header-gnavi_content_navi_case_list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 20px;
}
.f-l__header-gnavi_content_navi_case_item {
  margin-right: 1.5%;
  width: 32.333%;
}
.f-l__header-gnavi_content_navi_case_item:last-child {
  margin: 0;
}
.f-l__header-gnavi_content_navi_case_button {
  color: #323232;
  display: inline-block;
  border-radius: 10px;
  width: 100%;
  text-decoration: none;
}
.f-l__header-gnavi_content_navi_case_button_data {
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background-color: #FFF;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.f-l__header-gnavi_content_navi_case_button_photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  background-color: white;
}
.f-l__header-gnavi_content_navi_case_button_photo img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 60px;
}
.f-l__header-gnavi_content_navi_case_button_company_text {
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 10px;
  text-align: center;
}
.f-l__header-gnavi_content_navi_case_button_text {
  background-color: #f6f6f6;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 0;
  transition: all ease 0.3s;
}
.f-l__header-gnavi_content_navi_case_button:hover .f-l__header-gnavi_content_navi_case_button_data {
  border-color: #007bc7;
}
.f-l__header-gnavi_content_navi_case_button:hover .f-l__header-gnavi_content_navi_case_button_text {
  background-color: #007bc7;
  color: #FFF;
}
.f-l__header-gnavi_content_navi_case_button:hover .f-l__header-gnavi_content_navi_case_button_link_text {
  color: #007bc7;
}
.f-l__header-gnavi_content_navi_invoice_catch {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.f-l__header-gnavi_content_navi_invoice_link {
  text-align: center;
  padding: 20px 0 40px;
}
.f-l__header-gnavi_content_navi_invoice_link .o-c__btn-link._light_gray {
  padding: 20px 40px 18px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 5px;
}
.f-l__header-gnavi_content_cta {
  text-align: center;
}
.f-l__header-gnavi_content_cta ._common {
  margin: 0 auto 20px;
}
.f-l__header-gnavi_content_cta ._common_2line {
  margin: 0 auto 20px;
}
.f-l__header-gnavi_content_cta .o-c__btn-text {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .f-l__header-gnavi {
    display: none;
  }
}
.f-l__header-gnavi_sp {
  display: none;
  position: fixed;
  width: 100%;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .f-l__header-gnavi_sp {
    display: none;
  }
}
.f-l__header-gnavi_sp_inner {
  display: none;
  width: 100%;
  height: calc(100vh - 50px);
  overflow: auto;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .f-l__header-gnavi_sp_inner {
    display: block;
  }
}
.f-l__header-gnavi_sp_item {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.f-l__header-gnavi_sp_item._function, .f-l__header-gnavi_sp_item._price {
  padding: 20px 20px 17px;
  font-size: 14px;
}
.f-l__header-gnavi_sp_item a {
  display: block;
  padding: 20px 20px 17px;
  font-size: 14px;
  text-align: left;
  color: #323232;
  text-decoration: none;
}
.f-l__header-gnavi_sp_item_icon_ball {
  display: inline-block;
  background-color: #007bc7;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  z-index: 80;
  top: 20px;
  right: 20px;
  transition: all ease 0.3s;
}
.f-l__header-gnavi_sp_item_icon_ball:before {
  content: "";
  background-color: #fff;
  width: 8px;
  height: 2px;
  line-height: 0;
  position: absolute;
  left: 5px;
  top: 9px;
  transform: translateY(-50%);
}
.f-l__header-gnavi_sp_item_icon_ball:after {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 8px;
  line-height: 0;
  position: absolute;
  left: 9px;
  top: 5px;
  transform: translateX(-50%);
}
.f-l__header-gnavi_sp_item_icon_ball._js_close:after {
  display: none;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_inner {
  margin: 10px 0 0;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_title {
  position: relative;
  z-index: 100;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_link {
  width: 50%;
  background-color: #FFF;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_link a {
  display: block;
  padding: 10px;
  font-size: 12px;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_link a._all_link {
  color: #007bc7;
  font-weight: 700;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_link:nth-child(2n) {
  border-right: none;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_link._border_last_none {
  border-bottom: none;
}
.f-l__header-gnavi_sp_cta {
  padding: 20px 20px 60px;
}
.f-l__header-gnavi_sp_cta_button {
  display: block;
  width: 100%;
  background-color: #ff852b;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
  padding: 18px 15px 15px;
  line-height: 1;
  margin: 0 0 10px;
  text-align: center;
  text-decoration: none;
}
.f-l__header-cta {
  padding: 20px 10px;
}
.f-l__header-cta_button {
  display: inline-block;
  border: 2px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
  padding: 13px 13px 10px;
  line-height: 1;
  margin: 0 2px;
  text-decoration: none;
}
.f-l__header-cta_button:hover {
  border: 2px solid #ff852b;
  background-color: #ff852b;
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  .f-l__header-cta {
    padding: 21px 5px;
  }
  .f-l__header-cta_button {
    font-size: 13px;
    padding: 15px 10px 12px;
    line-height: 1;
    margin: 0 2px;
  }
  .f-l__header-cta_button:hover {
    background-color: #ff852b;
    color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  .f-l__header-cta {
    display: none;
  }
}
.f-l__header-container.scroll-type .f-l__header-cta_button {
  border: 2px solid #ff852b;
  background-color: #ff852b;
  color: #FFF;
}
.f-l__header-container.scroll-type .f-l__header-cta_button:hover {
  background-color: #FFF;
  border: 2px solid #ff852b;
  color: #ff852b;
}
.f-l__header-rakuslogo {
  width: 50px;
  box-sizing: border-box;
  padding: 19px 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .f-l__header-rakuslogo {
    width: 45px;
  }
}
@media screen and (max-width: 768px) {
  .f-l__header-rakuslogo {
    display: none;
  }
}
.f-l__header a:hover {
  color: #007bc7;
}

.f-l__footer {
  border-top: 1px solid #FFF;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .f-l__footer {
    padding: 20px 0;
  }
}
.f-l__footer-head {
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .f-l__footer-head {
    padding: 0 0 20px;
  }
}
.f-l__footer-head_title {
  display: flex;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: flex-start;
  align-items: center;
}
.f-l__footer-head_title a {
  display: block;
  width: 152px;
  height: 48px;
}
.f-l__footer-head_title a img {
  width: 100%;
  height: auto;
}
.f-l__footer-head_title .rcloud-logo {
  font-size: 18px;
  line-height: 18px;
  text-indent: 10px;
  font-weight: 700;
}
.f-l__footer-head_title p {
  height: 48px;
  display: grid;
  align-items: flex-end;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .f-l__footer-head_title {
    padding: 0 0 15px;
  }
  .f-l__footer-head_title a {
    width: 115px;
    height: 35px;
  }
  .f-l__footer-head_title p {
    height: 35px;
    font-size: 12px;
  }
  .f-l__footer-head_title .rcloud-logo {
    font-size: 14px;
    line-height: 14px;
  }
}
.f-l__footer-link {
  padding: 20px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .f-l__footer-link {
    display: block;
    padding: 0 0 20px;
    overflow: hidden;
  }
}
.f-l__footer-link_list {
  margin-right: 15px;
}
.f-l__footer-link_list:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .f-l__footer-link_list:nth-child(3), .f-l__footer-link_list:nth-child(4) {
    width: 50%;
    float: left;
  }
}
.f-l__footer-link_list a {
  display: block;
  position: relative;
  padding: 0 0 10px 15px;
  font-size: 14px;
  color: #323232;
  text-decoration: none;
}
.f-l__footer-link_list a:hover {
  color: #007bc7;
}
.f-l__footer-link_list a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 5px;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
}
.f-l__footer-link_list_inner {
  width: 430px;
  display: flex;
}
.f-l__footer-link_list_sub {
  padding: 0 0 0 15px;
}
.f-l__footer-link_list_sub li {
  padding: 0 0 7px;
}
.f-l__footer-link_list_sub li a {
  font-size: 12px;
  padding: 0 0 0 10px;
}
.f-l__footer-link_list_sub li a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 3px;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
  transition: all ease 0.3s;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
}
.f-l__footer-link_list_sub._width_170 {
  width: 170px;
}
.f-l__footer-link_list_sub._width_260 {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .f-l__footer-link_list {
    margin-right: 0;
  }
  .f-l__footer-link_list a {
    padding: 0 0 7px 12px;
    font-size: 12px;
  }
  .f-l__footer-link_list a:before {
    width: 6px;
    height: 6px;
    top: 4px;
  }
  .f-l__footer-link_list_inner {
    width: 100%;
  }
  .f-l__footer-link_list_sub {
    padding: 0 0 10px 15px;
  }
  .f-l__footer-link_list_sub li {
    padding: 0 0 7px;
  }
  .f-l__footer-link_list_sub li a {
    font-size: 10px;
    padding: 0 0 0 10px;
  }
  .f-l__footer-link_list_sub li a:before {
    width: 5px;
    height: 5px;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  .f-l__footer-link_list_sub._width_170 {
    width: 45%;
  }
  .f-l__footer-link_list_sub._width_260 {
    width: 55%;
  }
}
.f-l__footer-cta {
  display: flex;
  justify-content: center;
  text-align: center;
}
.f-l__footer-cta .o-c__btn-link._orange {
  margin: 0px 10px;
}
@media screen and (max-width: 768px) {
  .f-l__footer-cta .o-c__btn-link._orange {
    min-width: 50px;
    margin: 0px 5px;
    padding: 15px 30px 12px 20px;
  }
}

.f-l__company {
  padding: 55px 0 0;
}
.f-l__company .f-l__common-inner {
  display: flex;
  flex-wrap: wrap;
}
.f-l__company img {
  width: 100%;
  height: auto;
}
.f-l__company-company-logo {
  display: block;
  width: 72px;
}
.f-l__company-textbox {
  width: 530px;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 30px;
}
.f-l__company-textbox p {
  padding: 0 0 15px;
}
.f-l__company-textbox p span.annotation {
  font-size: 10px;
  font-weight: bold;
}
.f-l__company-markbox {
  width: 390px;
  display: flex;
  flex-wrap: wrap;
}
.f-l__company-markbox_pmark {
  width: 71px;
  padding: 0 0 10px 0;
}
.f-l__company-markbox_isms {
  width: 125px;
  padding: 0 0 10px 15px;
}
.f-l__company-markbox_jiima {
  width: 95px;
  padding: 0 0 0 15px;
}
.f-l__company-markbox_jiima_denshi {
  width: 95px;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .f-l__company-markbox {
    width: 100%;
    justify-content: center;
  }
  .f-l__company-markbox_pmark {
    width: 70px;
  }
  .f-l__company-markbox_isms {
    width: 110px;
  }
  .f-l__company-markbox_jiima {
    width: 75px;
  }
  .f-l__company-markbox_jiima_denshi {
    width: 75px;
  }
}
.f-l__company-copyright {
  text-align: center;
  font-size: 10px;
  color: #6e6e6e;
  padding: 20px 0 55px;
}
@media screen and (max-width: 768px) {
  .f-l__company {
    padding: 20px 0 0;
  }
  .f-l__company .f-l__common-inner {
    justify-content: center;
  }
  .f-l__company-company-logo {
    width: 12%;
  }
  .f-l__company-textbox {
    width: 88%;
    font-size: 10px;
    padding: 0 0 0 20px;
  }
  .f-l__company-textbox p {
    padding: 0 0 10px;
  }
  .f-l__company-pmark {
    width: 60px;
    padding: 10px 0 0;
  }
  .f-l__company-isms {
    width: 125px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-jiima {
    width: 80px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-copyright {
    padding: 30px 0 45px;
  }
}

.o-m__cta-fv {
  width: 940px;
  margin: 0px auto;
  position: relative;
  top: -42px;
  z-index: 500;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .o-m__cta-fv {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-fv {
    width: 100%;
    display: block;
    top: -110px;
    height: 0;
  }
}
.o-m__cta-common {
  color: #FFF;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.o-m__cta-common_component {
  display: block;
  position: absolute;
  z-index: 0;
  width: 406px;
  height: 390px;
}
.o-m__cta-common_component._before {
  bottom: -190px;
  left: -90px;
  transform: rotate(180deg);
}
.o-m__cta-common_component._after {
  top: -190px;
  right: -90px;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_component._before {
    bottom: -190px;
    left: -140px;
  }
  .o-m__cta-common_component._after {
    top: -210px;
    right: -140px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-common_component._before {
    z-index: 10;
    bottom: -120px;
    left: -80px;
    width: 260px;
    height: 260px;
  }
  .o-m__cta-common_component._after {
    z-index: 10;
    top: -120px;
    right: -80px;
    width: 260px;
    height: 260px;
  }
}
.o-m__cta-common_component svg {
  width: 100%;
  height: auto;
  fill: #0095f4;
}
.o-m__cta-common_inner {
  width: 1200px;
  min-height: 400px;
  margin: 0px auto;
  padding: 60px 0 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-common_inner {
    width: 100%;
    height: auto;
    min-height: auto;
  }
}
.o-m__cta-common_title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding: 0 0 15px;
  position: relative;
  z-index: 10;
}
.o-m__cta-common_title_single {
  display: block;
}
@media screen and (max-width: 768px) {
  .o-m__cta-common_title .sp-only {
    display: block;
  }
}
.o-m__cta-common_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_title {
    font-size: 28px;
  }
}
.o-m__cta-common_note {
  font-size: 10px;
  text-align: center;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 576px) {
  .o-m__cta-common_note {
    z-index: 100;
    top: 15px;
  }
}
.o-m__cta-common_talent_left {
  width: 350px;
  height: 345px;
  position: absolute;
  z-index: 200;
  left: -15px;
  bottom: 0px;
}
.o-m__cta-common_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-common_talent_left.document {
  width: 290px;
  left: 35px;
  bottom: -70px;
}
.o-m__cta-common_talent_right {
  width: 370px;
  height: 321px;
  position: absolute;
  z-index: 200;
  right: -25px;
  bottom: 0px;
}
.o-m__cta-common_talent_right img {
  width: 100%;
  height: auto;
}
.o-m__cta-common_talent_right.document {
  width: 330px;
  right: -35px;
  bottom: -30px;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_talent_left {
    display: none;
  }
  .o-m__cta-common_talent_right {
    display: none;
  }
}
.o-m__cta-common_button {
  width: 400px;
  margin: 0px auto;
  z-index: 500;
  display: block;
  justify-content: space-around;
  padding: 15px 0 0;
}
@media screen and (max-width: 576px) {
  .o-m__cta-common_button {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-common_inner {
    padding: 35px 0;
  }
  .o-m__cta-common_title {
    text-align: center;
    font-size: 25px;
    position: relative;
    z-index: 100;
  }
  .o-m__cta-common_title_lead {
    font-size: 16px;
  }
  .o-m__cta-common_talent_left {
    display: none;
  }
  .o-m__cta-common_talent_right {
    display: none;
  }
  .o-m__cta-common_button {
    width: 85%;
    margin: 0px auto;
    display: block;
    position: relative;
    z-index: 100;
  }
}
.o-m__cta-floating {
  background-color: rgba(0, 125, 204, 0.8);
  width: 100%;
  padding: 15px 0;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(101%);
}
.o-m__cta-floating.is-show {
  transform: translateY(0);
}
.o-m__cta-floating_link {
  width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.o-m__cta-floating_link_item {
  width: 48%;
}
.o-m__cta-floating_link_item .o-c__cta-link_orange_capture,
.o-m__cta-floating_link_item .o-c__cta-link_border_capture {
  left: 20px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating_link {
    width: 100%;
  }
  .o-m__cta-floating_link_item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating {
    padding: 15px;
    top: 0;
    bottom: auto;
    transform: translateY(-101%);
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-floating {
    padding: 10px;
  }
}
.o-m__cta-floating-bottom {
  background-color: rgba(0, 125, 204, 0.8);
  width: 100%;
  padding: 15px 0;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(101%);
}
.o-m__cta-floating-bottom.is-show {
  transform: translateY(0);
}
.o-m__cta-floating-bottom_link {
  width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.o-m__cta-floating-bottom_link_item {
  width: 48%;
}
.o-m__cta-floating-bottom_link_item .o-c__cta-link_orange_capture,
.o-m__cta-floating-bottom_link_item .o-c__cta-link_border_capture {
  left: 20px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-bottom_link {
    width: 100%;
  }
  .o-m__cta-floating-bottom_link_item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-bottom {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-floating-bottom {
    padding: 10px;
  }
}

@media screen and (max-width: 576px) {
  .o-m__rseries .o-c__heading-lead {
    text-align: left;
  }
}
.o-m__rseries-content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list {
    display: block;
  }
  .o-m__rseries-content_list._other_series {
    display: flex;
    justify-content: space-between;
  }
  .o-m__rseries-content_list._other_series .o-m__rseries-content_list_item {
    width: 48%;
  }
}
.o-m__rseries-content_list_item {
  background-color: #fff;
  width: calc((100% - 40px) / 3);
  padding: 30px 0 25px;
  border-radius: 10px;
  text-align: center;
  transition: all ease 0.3s;
}
.o-m__rseries-content_list_item a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item a .o-c__btn-link {
    padding: 10px 35px 7px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item {
    width: 100%;
    padding: 20px 0 15px;
    margin: 0 0 15px;
  }
}
.o-m__rseries-content_list_item_logo {
  display: block;
  margin: 0 auto;
  width: 175px;
  padding-bottom: 22px;
}
.o-m__rseries-content_list_item_logo.w-large {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_logo {
    width: 145px;
    height: auto;
    padding-bottom: 20px;
  }
  .o-m__rseries-content_list_item_logo img {
    width: 100%;
    height: auto;
  }
}
.o-m__rseries-content_list_item_name {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #464646;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_name {
    font-size: 16px;
    line-height: 20px;
  }
}
.o-m__rseries-content_list_item_ttl {
  display: block;
  color: #323232;
  font-size: 16px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_ttl {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.o-m__rseries-content_list_item ._sub_title {
  font-size: 14px;
  padding-bottom: 10px;
}
.o-m__rseries-content_list_item ._meisai {
  background-color: #267d00;
  border-color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover {
  background-color: #fff;
  color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover:after {
  border-top: 2px solid #267d00;
  border-right: 2px solid #267d00;
}
.o-m__rseries-content_list_item ._hanbai {
  background-color: #f53c20;
  border-color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover {
  background-color: #fff;
  color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover:after {
  border-top: 2px solid #f53c20;
  border-right: 2px solid #f53c20;
}
.o-m__rseries-content_list_item ._kintai {
  background-color: #2531b7;
  border-color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover {
  background-color: #fff;
  color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover:after {
  border-top: 2px solid #2531b7;
  border-right: 2px solid #2531b7;
}
.o-m__rseries-content_list_item ._keiri-plus {
  background-color: #0068b7;
  border-color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover {
  background-color: #fff;
  color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover:after {
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
}
.o-m__rseries-content_list_item ._partner {
  background-color: #464646;
  border-color: #464646;
  padding: 10px 30px 7px;
}
.o-m__rseries-content_list_item ._partner:hover {
  background-color: #fff;
  color: #464646;
}
.o-m__rseries-content_list_item ._partner:hover:after {
  border-top: 2px solid #464646;
  border-right: 2px solid #464646;
}
.o-m__rseries-content_list_item ._denshihozon {
  background-color: #a43fd1;
  border-color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover {
  background-color: #fff;
  color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover:after {
  border-top: 2px solid #a43fd1;
  border-right: 2px solid #a43fd1;
}
.o-m__rseries-content_list_item ._seikyu {
  background-color: #0ba578;
  border-color: #0ba578;
}
.o-m__rseries-content_list_item ._seikyu:hover {
  background-color: #fff;
  color: #0ba578;
}
.o-m__rseries-content_list_item ._seikyu:hover:after {
  border-top: 2px solid #0ba578;
  border-right: 2px solid #0ba578;
}
.o-m__rseries-content_list_item ._saikenkanri {
  background-color: #00ad0e;
  border-color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover {
  background-color: #fff;
  color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover:after {
  border-top: 2px solid #00ad0e;
  border-right: 2px solid #00ad0e;
}
.o-m__rseries-content_list_item ._jinjiroumu {
  background-color: #107de8;
  border-color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover {
  background-color: #fff;
  color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover:after {
  border-top: 2px solid #107de8;
  border-right: 2px solid #107de8;
}
.o-m__rseries-content_list_item:nth-child(n+4) {
  width: calc((100% - 40px) / 5);
}
.o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
    width: 145px;
  }
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo.w-large {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) {
    width: 100%;
  }
}

.o-m__breadcrumb {
  width: 100%;
  background-color: #FFF;
}
.o-m__breadcrumb-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0 10px;
}
@media screen and (max-width: 1024px) {
  .o-m__breadcrumb-list {
    width: 100%;
    padding: 12px 12px 10px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__breadcrumb-list {
    padding: 12px 12px 7px;
  }
}
.o-m__breadcrumb-list_link {
  font-weight: 700;
  color: #007bc7;
  font-size: 10px;
  margin-right: 30px;
  display: inline-block;
  position: relative;
}
.o-m__breadcrumb-list_link:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #969696;
  border-right: 1px solid #969696;
  top: 0;
  right: -15px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
}
.o-m__breadcrumb-list_link:last-child:after {
  display: none;
}
.o-m__breadcrumb-list_link a {
  font-weight: 500;
  color: #323232;
}
@media screen and (max-width: 576px) {
  .o-m__breadcrumb-list_link {
    margin: 0 30px 3px 0;
  }
}

.o-c__btn-link {
  text-decoration: none;
  display: inline-block;
  padding: 15px 40px 12px;
  text-align: center;
  position: relative;
  line-height: 1.2;
  border-radius: 50px;
  border: 2px solid #007bc7;
  transition: all ease 0.3s;
  color: #FFF;
  white-space: nowrap;
}
.o-c__btn-link:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.o-c__btn-link._external:after {
  display: none;
}
.o-c__btn-link._external .icon_box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.o-c__btn-link._external .icon_box:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  top: 1px;
  right: -25px;
  margin: auto;
  transition: all ease 0.3s;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.o-c__btn-link._external .icon_box:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  background-color: #FFF;
  width: 8px;
  height: 7px;
  top: 50%;
  right: -22px;
  margin: auto;
  transition: all ease 0.3s;
  transform: translateY(-50%);
}
.o-c__btn-link._box_type {
  padding: 25px 40px 21px;
  border-radius: 10px;
}
.o-c__btn-link._blue {
  background-color: #007bc7;
  color: #FFF;
}
.o-c__btn-link._white {
  background-color: #FFF;
  color: #007bc7;
  border: 2px solid #FFF;
}
.o-c__btn-link._white:after {
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
}
.o-c__btn-link._white._external .icon_box:after {
  border-top: 1px solid #007bc7;
  border-right: 1px solid #007bc7;
}
.o-c__btn-link._white._external .icon_box:before {
  background-color: #007bc7;
}
.o-c__btn-link._gray {
  background-color: #464646;
  border: 2px solid #464646;
  color: #FFF;
}
.o-c__btn-link._white_border {
  background-color: #FFF;
  color: #007bc7;
}
.o-c__btn-link._white_border:after {
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
}
.o-c__btn-link._white_border._external .icon_box:after {
  border-top: 1px solid #007bc7;
  border-right: 1px solid #007bc7;
}
.o-c__btn-link._white_border._external .icon_box:before {
  background-color: #007bc7;
}
.o-c__btn-link._navi_blue {
  background-color: #007bc7;
  color: #FFF;
  padding: 10px 20px 7px 10px;
  font-size: 12px;
}
.o-c__btn-link._navi_blue:after {
  width: 6px;
  height: 6px;
  right: 10px;
}
.o-c__btn-link._light_blue {
  background-color: #edf7ff;
  color: #FFF;
  border-radius: 10px;
  border: none;
  color: #007bc7;
}
.o-c__btn-link._light_blue:after {
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
}
.o-c__btn-link._light_blue:hover {
  background-color: #007bc7;
  color: #FFF;
}
.o-c__btn-link._light_blue:hover:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.o-c__btn-link._light_gray {
  background-color: #f6f6f6;
  color: #FFF;
  border-radius: 10px;
  border: none;
  color: #007bc7;
}
.o-c__btn-link._light_gray:after {
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
}
.o-c__btn-link._light_gray:hover {
  background-color: #007bc7;
  color: #FFF;
}
.o-c__btn-link._light_gray:hover:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.o-c__btn-link._noarrow:after {
  display: none;
}
@media screen and (min-width: 769px) {
  .o-c__btn-link._blue:hover {
    background-color: #FFF;
    color: #007bc7;
  }
  .o-c__btn-link._blue:hover:after {
    border-top: 2px solid #007bc7;
    border-right: 2px solid #007bc7;
  }
  .o-c__btn-link._white:hover {
    background-color: #007bc7;
    color: #FFF;
  }
  .o-c__btn-link._white:hover:after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
  .o-c__btn-link._white:hover._external .icon_box:after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  .o-c__btn-link._white:hover._external .icon_box:before {
    background-color: #FFF;
  }
  .o-c__btn-link._gray:hover {
    background-color: #FFF;
    color: #464646;
  }
  .o-c__btn-link._gray:hover:after {
    border-top: 2px solid #464646;
    border-right: 2px solid #464646;
  }
  .o-c__btn-link._gray:hover._external .icon_box:after {
    border-top: 1px solid #464646;
    border-right: 1px solid #464646;
  }
  .o-c__btn-link._gray:hover._external .icon_box:before {
    background-color: #464646;
  }
  .o-c__btn-link._white_border:hover {
    background-color: #007bc7;
    color: #FFF;
  }
  .o-c__btn-link._white_border:hover:after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
  .o-c__btn-link._white_border:hover._external .icon_box:after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  .o-c__btn-link._white_border:hover._external .icon_box:before {
    background-color: #FFF;
  }
  .o-c__btn-link._navi_blue:hover {
    background-color: #FFF;
    color: #007bc7;
  }
  .o-c__btn-link._navi_blue:hover:after {
    border-top: 2px solid #007bc7;
    border-right: 2px solid #007bc7;
  }
  .o-c__btn-link._external:hover .icon_box:after {
    border-top: 1px solid #007bc7;
    border-right: 1px solid #007bc7;
  }
  .o-c__btn-link._external:hover .icon_box:before {
    background-color: #007bc7;
  }
}
.o-c__btn-link._orange {
  min-width: 130px;
  background-color: #ff852b;
  border: 2px solid #ff852b;
}
@media screen and (min-width: 769px) {
  .o-c__btn-link._orange:hover {
    background-color: #FFF;
    color: #ff852b;
  }
  .o-c__btn-link._orange:hover:after {
    border-top: 2px solid #ff852b;
    border-right: 2px solid #ff852b;
  }
}
.o-c__btn-link._btn_center {
  margin: 0 auto;
}
.o-c__btn-text {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 23px;
  cursor: pointer;
}
.o-c__btn-text_icon_plus {
  display: inline-block;
  text-decoration: none;
  color: #007bc7;
  line-height: 1.4;
}
.o-c__btn-text_icon_plus:hover {
  color: #007bc7;
}
.o-c__btn-text_icon_plus_bg {
  display: inline-block;
  background-color: #007bc7;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}
.o-c__btn-text_icon_plus_bg:before {
  content: "";
  background-color: #FFF;
  width: 8px;
  height: 2px;
  line-height: 0;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.o-c__btn-text_icon_plus_bg:after {
  content: "";
  background-color: #FFF;
  width: 2px;
  height: 8px;
  line-height: 0;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.o-c__btn-text_icon_plus.active .o-c__btn-text_icon_plus_bg:after {
  display: none;
}
@media screen and (min-width: 769px) {
  .o-c__btn-text_icon_plus:hover .o-c__btn-text_icon_plus_bg {
    transform: rotate(90deg);
  }
}
.o-c__btn-text_icon_arrow {
  display: inline-block;
  text-decoration: none;
  color: #007bc7;
  line-height: 1.4;
}
.o-c__btn-text_icon_arrow:hover {
  color: #007bc7;
}
.o-c__btn-text_icon_arrow_bg {
  display: inline-block;
  background-color: #007bc7;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}
.o-c__btn-text_icon_arrow_bg:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 769px) {
  .o-c__btn-text_icon_arrow:hover .o-c__btn-text_icon_arrow_bg {
    left: -3px;
  }
}
.o-c__btn-text_icon_window {
  display: inline-block;
  text-decoration: none;
  color: #007bc7;
}
.o-c__btn-text_icon_window:hover {
  color: #007bc7;
}
.o-c__btn-text_icon_window_box {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.o-c__btn-text_icon_window_box:after {
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  width: 12px;
  height: 10px;
  top: 2px;
  left: 3px;
  margin: auto;
  transition: all ease 0.3s;
  border-top: 1px solid #007bc7;
  border-right: 1px solid #007bc7;
}
.o-c__btn-text_icon_window_box:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  background-color: #007bc7;
  width: 12px;
  height: 10px;
  top: 50%;
  left: 0;
  margin: auto;
  transition: all ease 0.3s;
  transform: translateY(-40%);
}
@media screen and (min-width: 769px) {
  .o-c__btn-text_icon_window:hover .o-c__btn-text_icon_window_box:after {
    background-color: #007bc7;
  }
  .o-c__btn-text_icon_window:hover .o-c__btn-text_icon_window_box:before {
    background-color: #a3d7fd;
  }
}
.o-c__btn-scltop {
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: rgba(0, 125, 204, 0.8);
  position: fixed;
  z-index: 1000;
  bottom: -60px;
  right: 30px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 768px) {
  .o-c__btn-scltop {
    right: 10px;
  }
}
.o-c__btn-scltop_inner {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  width: 100%;
}
.o-c__btn-scltop_inner:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-30%) translateX(-50%) rotate(-45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.o-c__btn-scltop.show_feature_floater {
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .o-c__btn-scltop.show_feature_floater {
    bottom: 75px;
    right: 10px;
  }
}

.o-c__icon {
  width: 70px;
  height: 70px;
  display: block;
  background-size: cover;
  background-position: 50%;
}
.o-c__icon-shining_money {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_047_shining_money.svg);
}
.o-c__icon-train {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_052_train.svg);
}
.o-c__icon-pc_document {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_031_pc_document.svg);
}
.o-c__icon-software {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_050_software.svg);
}
.o-c__icon-document_circle {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_012_document_circle.svg);
}
.o-c__icon-stamp {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_045_stamp.svg);
}
.o-c__icon-pc_price {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_072_pc_price.svg);
}
.o-c__icon-ai {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_093_ai.svg);
}

.o-c__heading {
  text-align: center;
}
.o-c__heading-h1 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 24px;
  position: relative;
  color: #007bc7;
}
.o-c__heading-h1_annotation {
  font-size: 12px;
}
@media screen and (max-width: 576px) {
  .o-c__heading-h1 {
    font-size: 25px;
    padding-bottom: 44px;
  }
  .o-c__heading-h1:after {
    height: 2px;
    bottom: 25px;
  }
}
.o-c__heading-h2 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 54px;
  position: relative;
}
.o-c__heading-h2:after {
  content: "";
  width: 40px;
  height: 3px;
  line-height: 0;
  background-color: #007bc7;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.o-c__heading-h2_annotation {
  font-size: 12px;
}
@media screen and (max-width: 576px) {
  .o-c__heading-h2 {
    font-size: 25px;
    padding-bottom: 44px;
  }
  .o-c__heading-h2:after {
    height: 2px;
    bottom: 25px;
  }
}
.o-c__heading-h2_line {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  color: #007bc7;
}
.o-c__heading-h2_line_box {
  background-color: #FFF;
  padding: 0 30px;
  position: relative;
  z-index: 200;
}
.o-c__heading-h2_line_big {
  font-size: 48px;
  margin: 0 10px;
}
.o-c__heading-h2_line:after {
  content: "";
  width: 1000px;
  height: 1px;
  line-height: 0;
  background-color: #007bc7;
  position: absolute;
  z-index: 100;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .o-c__heading-h2_line {
    font-size: 22px;
  }
  .o-c__heading-h2_line_box {
    padding: 0 20px;
  }
  .o-c__heading-h2_line_big {
    font-size: 30px;
  }
  .o-c__heading-h2_line:after {
    width: 90%;
  }
}
.o-c__heading-lead {
  font-size: 18px;
  line-height: 1.6;
}
.o-c__heading-lead::before, .o-c__heading-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.o-c__heading-lead::before {
  margin-top: calc((1 - 1.6) * 0.3em);
}
.o-c__heading-lead::after {
  margin-bottom: calc((1 - 1.6) * 0.7em);
}
.o-c__heading-lead {
  padding-bottom: 30px;
  position: relative;
}
.o-c__heading-lead_bold {
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .o-c__heading-lead {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 25px;
  }
}
.o-c__heading-details_h1 {
  background-color: #007bc7;
  color: #FFF;
  text-align: center;
  height: 210px;
  display: grid;
  place-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}
.o-c__heading-details_h1 span {
  position: relative;
  z-index: 20;
}
.o-c__heading-details_h1:before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -30px;
  right: -150px;
  width: 406px;
  height: 386px;
  background-image: url(/rakurakucloud/seisan/assets/image/figure/cta_back_component.webp);
  background-size: cover;
  transform: rotate(50deg);
  z-index: 10;
}
.o-c__heading-details_h1:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -140px;
  left: -150px;
  width: 406px;
  height: 386px;
  background-image: url(/rakurakucloud/seisan/assets/image/figure/cta_back_component.webp);
  background-size: cover;
  transform: rotate(230deg);
  z-index: 10;
}
@media screen and (max-width: 576px) {
  .o-c__heading-details_h1 {
    font-size: 20px;
    padding: 15px 20px;
    height: auto;
    text-align: left;
  }
  .o-c__heading-details_h1:before {
    bottom: auto;
    top: -60px;
    right: -65px;
    width: 150px;
    height: 150px;
  }
  .o-c__heading-details_h1:after {
    display: none;
  }
}

.o-c__cta-link_orange {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  display: block;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 300;
  line-height: 1;
  padding: 30px 25px 20px;
  background-color: #ff852b;
  border: 3px solid #FFF;
  color: #FFF;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .o-c__cta-link_orange:has(img) {
    padding: 30px 40px 20px 70px;
  }
}
.o-c__cta-link_orange_text {
  line-height: 1.4;
}
.o-c__cta-link_orange_text_sub {
  font-size: 12px;
  display: block;
  padding: 0 0 5px;
}
.o-c__cta-link_orange_free {
  display: inline-block;
  background-color: #FFF;
  border-radius: 20px;
  color: #ff852b;
  padding: 6px 10px 3px;
  font-size: 14px;
  top: -3px;
  position: relative;
}
.o-c__cta-link_orange_balloon {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  display: block;
  position: absolute;
  padding: 10px 25px 7px;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #FFF;
  color: #323232;
}
.o-c__cta-link_orange_balloon_orange {
  color: #ff852b;
}
.o-c__cta-link_orange_balloon:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top: 10px solid white;
}
.o-c__cta-link_orange_capture {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  width: 64px;
}
.o-c__cta-link_orange_capture._casestudies_img {
  width: 38px;
  left: 85px;
  top: 55%;
}
.o-c__cta-link_orange_capture img {
  width: 100%;
  height: auto;
}
.o-c__cta-link_orange:before {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  top: 3px;
  right: 25px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 3px solid white;
  border-right: 3px solid white;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_orange:before {
    width: 10px;
    height: 10px;
  }
}
.o-c__cta-link_orange._fv {
  width: 425px;
  font-size: 22px;
}
.o-c__cta-link_orange._common {
  width: 400px;
  padding: 30px 25px 20px;
}
@media screen and (min-width: 769px) {
  .o-c__cta-link_orange._common:has(img) {
    padding: 30px 40px 24px 70px;
  }
}
.o-c__cta-link_orange._common_2line {
  width: 400px;
  padding: 17px 25px 15px;
  margin: 0 auto;
}
.o-c__cta-link_orange._common.mg40 {
  margin-bottom: 40px;
}
.o-c__cta-link_orange._simple {
  width: 370px;
  font-size: 18px;
  margin: 0 auto;
  padding: 20px 25px 18px;
}
.o-c__cta-link_orange._simple:after {
  display: none;
}
.o-c__cta-link_orange._floating {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin: 0 auto;
  padding: 10px 25px 8px;
}
.o-c__cta-link_orange._floating:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_orange._fv {
    width: 370px;
    font-size: 20px;
  }
  .o-c__cta-link_orange_capture {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_orange {
    padding: 19px 15px 14px;
  }
  .o-c__cta-link_orange:before {
    right: 20px;
  }
  .o-c__cta-link_orange_free {
    display: none;
  }
  .o-c__cta-link_orange_balloon {
    font-size: 12px;
    padding: 8px 15px 5px;
    top: -15px;
  }
  .o-c__cta-link_orange_balloon:after {
    bottom: -5px;
  }
  .o-c__cta-link_orange_capture {
    display: none;
  }
  .o-c__cta-link_orange._fv {
    width: 85%;
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .o-c__cta-link_orange._common {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 19px 15px 14px;
  }
  .o-c__cta-link_orange._common.mg40 {
    margin-bottom: 20px;
  }
  .o-c__cta-link_orange._floating {
    font-size: 14px;
    padding: 10px 0px 8px;
    border: 3px solid #ff852b;
  }
  .o-c__cta-link_orange._floating .o-c__cta-link_orange_text_sub, .o-c__cta-link_orange._floating:before {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .o-c__cta-link_orange:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    border: 3px solid #ff852b;
    color: #ff852b;
    transform: scale(1.03);
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_free {
    background-color: #ff852b;
    color: #FFF;
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon {
    background-color: #ff852b;
    color: #FFF;
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon_orange {
    color: #FFF;
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_capture {
    transform: translateY(-50%) scale(1.08);
  }
  .o-c__cta-link_orange:hover:before {
    border-top: 3px solid #ff852b;
    border-right: 3px solid #ff852b;
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon:after {
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid #ff852b;
  }
}
.o-c__cta-link_border {
  text-decoration: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 300;
  line-height: 1;
  padding: 30px 25px 20px;
  background-color: #FFF;
  border: 3px solid #ff852b;
  color: #ff852b;
  font-size: 20px;
}
.o-c__cta-link_border_text {
  line-height: 1.4;
}
.o-c__cta-link_border_text_sub {
  font-size: 12px;
  display: block;
  padding: 0 0 5px;
}
.o-c__cta-link_border_balloon {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  display: block;
  position: absolute;
  padding: 10px 25px 7px;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #ff852b;
  color: #FFF;
}
.o-c__cta-link_border_balloon_orange {
  color: #ff852b;
}
.o-c__cta-link_border_balloon:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top: 10px solid #ff852b;
}
.o-c__cta-link_border_capture {
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 75px;
}
.o-c__cta-link_border_capture img {
  width: 100%;
  height: auto;
}
.o-c__cta-link_border_free {
  display: inline-block;
  background-color: #ff852b;
  border-radius: 20px;
  color: #fff;
  padding: 6px 10px 3px;
  font-size: 14px;
  top: -3px;
  position: relative;
}
.o-c__cta-link_border:before {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  top: 3px;
  right: 25px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 3px solid #ff852b;
  border-right: 3px solid #ff852b;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_border:before {
    width: 10px;
    height: 10px;
  }
}
.o-c__cta-link_border._fv {
  width: 425px;
  font-size: 22px;
}
.o-c__cta-link_border._common {
  width: 400px;
  padding: 30px 25px 24px;
}
@media screen and (min-width: 769px) {
  .o-c__cta-link_border._common:has(img) {
    padding: 30px 40px 24px 70px;
  }
}
.o-c__cta-link_border._common .o-c__cta-link_border_capture {
  width: 65px;
  left: 10px;
}
.o-c__cta-link_border._simple {
  width: 370px;
  font-size: 18px;
  margin: 0 auto;
  padding: 20px 25px 18px;
}
.o-c__cta-link_border._simple:after {
  display: none;
}
.o-c__cta-link_border._floating {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin: 0 auto;
  padding: 10px 25px 8px;
}
.o-c__cta-link_border._floating:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_border._fv {
    width: 370px;
    font-size: 20px;
  }
  .o-c__cta-link_border_capture {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_border {
    padding: 19px 15px 14px;
  }
  .o-c__cta-link_border:before {
    right: 20px;
  }
  .o-c__cta-link_border_balloon {
    font-size: 12px;
    padding: 8px 15px 5px;
    top: -15px;
  }
  .o-c__cta-link_border_balloon:after {
    bottom: -5px;
  }
  .o-c__cta-link_border_free {
    display: none;
  }
  .o-c__cta-link_border_capture {
    display: none;
  }
  .o-c__cta-link_border._fv {
    width: 85%;
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .o-c__cta-link_border._common {
    width: 100%;
    font-size: 18px;
    padding: 19px 15px 14px;
  }
  .o-c__cta-link_border._floating {
    font-size: 14px;
    padding: 10px 0px 8px;
    border: 3px solid #FFF;
  }
  .o-c__cta-link_border._floating .o-c__cta-link_border_text_sub, .o-c__cta-link_border._floating:before {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .o-c__cta-link_border:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    background-color: #ff852b;
    border: 3px solid #FFF;
    color: #FFF;
    transform: scale(1.03);
  }
  .o-c__cta-link_border:hover .o-c__cta-link_border_balloon {
    background-color: #FFF;
    color: #ff852b;
  }
  .o-c__cta-link_border:hover .o-c__cta-link_border_balloon_orange {
    color: #FFF;
  }
  .o-c__cta-link_border:hover .o-c__cta-link_border_free {
    background-color: #FFF;
    color: #ff852b;
  }
  .o-c__cta-link_border:hover .o-c__cta-link_border_capture {
    transform: translateY(-50%) scale(1.07);
  }
  .o-c__cta-link_border:hover:before {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
  }
  .o-c__cta-link_border:hover .o-c__cta-link_border_balloon:after {
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid #FFF;
  }
}
.o-c__cta-floating_cta_container {
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 997;
}
@media screen and (max-width: 768px) {
  .o-c__cta-floating_cta_container {
    display: none !important;
  }
}
.o-c__cta-floating_cta_close {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  right: 0;
  background-color: #d2d2d2;
  padding: 5px 5px 1px 5px;
}
.o-c__cta-floating_cta_close:before {
  content: "";
  background-color: #FFF;
  width: 3px;
  height: 14px;
  line-height: 0;
  position: absolute;
  top: 6px;
  left: 12px;
  transform: rotate(-45deg);
}
.o-c__cta-floating_cta_close:after {
  content: "";
  background-color: #FFF;
  width: 3px;
  height: 14px;
  line-height: 0;
  position: absolute;
  top: 6px;
  left: 12px;
  transform: rotate(45deg);
}
.o-c__cta-floating_cta_link {
  text-decoration: none;
  display: block;
  width: 57px;
  padding: 1em 0.7em;
  font-size: 22px;
  font-weight: 700;
  color: #FFF;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 10px 0 0 10px;
  background-color: #ff852b;
  border-top: 2px solid #ff852b;
  border-left: 2px solid #ff852b;
  border-bottom: 2px solid #ff852b;
}
.o-c__cta-floating_cta_link:hover {
  background-color: #FFF;
  color: #ff852b;
}
.o-c__cta-floating_cta_function {
  text-decoration: none;
  display: block;
  width: 180px;
  padding: 15px 0 10px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
  border-radius: 10px 0 0 10px;
  background-color: #ff852b;
  border-top: 2px solid #ff852b;
  border-left: 2px solid #ff852b;
  border-bottom: 2px solid #ff852b;
}
.o-c__cta-floating_cta_function_caption {
  display: block;
  font-size: 10px;
  padding: 0 0 3px;
}
.o-c__cta-floating_cta_function_capture {
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 80px;
}
.o-c__cta-floating_cta_function_capture img {
  width: 100%;
  height: auto;
}
.o-c__cta-floating_cta_function_capture._case {
  width: 45px;
  left: -20px;
}
.o-c__cta-floating_cta_function_fukidashi {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  padding: 0 0 5px;
}
.o-c__cta-floating_cta_function_fukidashi:before {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #FFF;
  position: absolute;
  top: 25px;
  left: 30px;
  transform: rotate(-25deg);
}
.o-c__cta-floating_cta_function_fukidashi:after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #FFF;
  position: absolute;
  top: 25px;
  right: 7px;
  transform: rotate(25deg);
}
.o-c__cta-floating_cta_function:hover {
  background-color: #FFF;
  color: #ff852b;
}
.o-c__cta-floating_cta_function:hover .o-c__cta-floating_cta_function_fukidashi {
  color: #ff852b;
}
.o-c__cta-floating_cta_function:hover .o-c__cta-floating_cta_function_fukidashi:before {
  background-color: #ff852b;
}
.o-c__cta-floating_cta_function:hover .o-c__cta-floating_cta_function_fukidashi:after {
  background-color: #ff852b;
}
.o-c__cta-floating_cta_ai {
  display: block;
  position: relative;
  top: -5px;
}
.o-c__cta-floating_cta_ai:hover {
  opacity: 0.8;
}

.hs-form {
  margin: 0 auto;
}

.o-c__hs-form {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .o-c__hs-form {
    padding: 0 20px 50px;
  }
}

.o-c__hs-form--inner {
  max-width: 700px;
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .o-c__hs-form--inner {
    padding: 20px;
  }
}

.o-c__hs-form--heading {
  text-align: center;
}
.o-c__hs-form--heading-sub {
  margin-bottom: 5px;
}
.o-c__hs-form--heading-sub span {
  position: relative;
  font-size: 14px;
  color: #323232;
  font-weight: 600;
}
.o-c__hs-form--heading-sub span::before {
  position: absolute;
  top: 2px;
  left: -20px;
  width: 1px;
  height: 18px;
  content: "";
  background-color: #323232;
  transform: rotate(-40deg);
}
.o-c__hs-form--heading-sub span::after {
  position: absolute;
  top: 2px;
  right: -20px;
  width: 1px;
  height: 18px;
  content: "";
  background-color: #323232;
  transform: rotate(40deg);
}
.o-c__hs-form--heading-ttl {
  font-size: 22px;
  color: #007bc7;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .o-c__hs-form--heading-ttl {
    font-size: 20px;
  }
}
.o-c__hs-form--heading-lead {
  font-size: 12px;
  line-height: 1.6;
}

.hs-form > fieldset {
  margin: 0;
  padding: 0;
  max-width: 1000px;
}
.hs-form > fieldset .field {
  margin-bottom: 5px;
}

.hs-form-field > label {
  width: 100%;
  position: relative;
  cursor: default;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding-top: 8px;
  color: #007bc7;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .hs-form-field > label {
    align-items: baseline;
  }
}
.hs-form-field > label > span {
  font-size: 15px;
  font-weight: bold;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .hs-form-field > label > span {
    width: calc(100% - 32px);
  }
}
.hs-form-field .hs-form-required {
  min-width: 32px;
  color: white;
  background-color: #007bc7;
  font-size: 12px;
  border-radius: 5px;
  padding: 4px;
  margin: -2px 4px 0 4px;
}
@media screen and (max-width: 768px) {
  .hs-form-field .hs-form-required {
    position: relative;
    top: -2px;
    font-size: 10px;
    width: 32px;
    line-height: 1.4;
    text-align: center;
  }
}

.hs-form-field .hs-error-msg {
  font-size: 12px;
  color: #ed6c56;
  padding-left: 0px;
  text-align: left;
}

.hs_error_rollup .hs-main-font-element {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #ed6c56;
  color: #ed6c56;
  padding: 5px 10px;
  cursor: default;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.hs-form fieldset legend {
  display: block;
  margin-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #323232;
}

.hs-form.stacked legend {
  margin-left: 0;
}

.hs-form .hs-field-desc {
  color: #aaa;
  margin: 0px 0px 5px 150px;
  font-size: 10px;
  line-height: 12px;
}

.legal-consent-container .hs-richtext,
.hs-legaltext {
  margin-top: 10px;
  margin-bottom: 3px;
  line-height: 16px;
  font-size: 11px;
  color: #323232;
  text-align: center;
  text-align: left;
}

.hs-addtxt, .hs-addtxt-gray {
  font-size: 11px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
}

.hs-fieldtype-select .hs-input,
.hs-fieldtype-textarea .hs-input,
.hs-fieldtype-text .hs-input,
.hs-fieldtype-phonenumber .hs-input,
.hs-fieldtype-date .hs-input {
  display: inline-block;
  width: 100% !important;
  height: 45px;
  padding: 3px 10px;
  background-color: white;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  color: #323232;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.hs-input::placeholder {
  color: #b7b6b6;
}
.hs-input:focus {
  border: 2px solid #323232;
  outline: 0;
}
.hs-input.error {
  border-color: #ffdadf;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  background: #fff1f3;
}

.inputs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.inputs-list .hs-form-checkbox {
  width: auto;
  display: inline-block;
}

select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}
select.hs-input option {
  cursor: pointer;
  background-color: white;
  font-size: 16px;
}
select.hs-input:focus {
  z-index: 3;
  width: 100%;
  border: 1px solid #ffdadf;
  border: 1px solid -webkit-focus-ring-color;
  background: #fff1f3;
  outline-offset: -2px;
}

.hs-fieldtype-select > .input {
  position: relative;
}
.hs-fieldtype-select > .input:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #706d6d;
  border-right: 1px solid #706d6d;
  right: 15px;
  top: calc(50% - 3px);
  transform: rotate(135deg);
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  display: block;
  float: left;
}
@media all and (-ms-high-contrast: none) {
  input[type=radio],
  input[type=checkbox] {
    position: relative;
    top: 3px;
    float: left;
  }
}

.hs-fieldtype-checkbox .input ul li,
.hs-fieldtype-radio .input ul li {
  margin-bottom: 10px;
  margin-right: 15px;
  padding-left: 30px;
}
@media all and (-ms-high-contrast: none) {
  .hs-fieldtype-checkbox .input ul li,
  .hs-fieldtype-radio .input ul li {
    padding-left: 0;
  }
}

.hs-form-radio label,
.hs-form-checkbox label {
  display: block;
  cursor: pointer;
}
.hs-form-radio label > span,
.hs-form-checkbox label > span {
  font-size: 16px;
  margin-left: -5px;
}
@media all and (-ms-high-contrast: none) {
  .hs-form-radio label > span,
  .hs-form-checkbox label > span {
    margin-left: 0;
  }
}

.hs-form-radio label input[type=radio] {
  vertical-align: middle;
  border: none;
  width: auto;
}
.hs-form-radio label input[type=radio]:before, .hs-form-radio label input[type=radio]:after {
  content: "";
  display: block;
  position: absolute;
}
.hs-form-radio label input[type=radio]:before {
  background-color: #fff;
  border: 1px solid #b7b6b6;
  box-sizing: border-box;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 0px;
}
.hs-form-radio label input[type=radio]:after {
  background-color: #0075ff;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: -26px;
  top: 4px;
}
.hs-form-radio label input[type=radio]:checked:before {
  border-color: #0075ff;
}
.hs-form-radio label input[type=radio]:checked:after {
  opacity: 1;
}
.hs-form-radio label input[type=radio]:focus {
  border: none;
}
.hs-form-radio label:hover input[type=radio]:after {
  background-color: #005cc8;
}

.hs-form-checkbox label input[type=checkbox] {
  vertical-align: middle;
  border: none;
}
.hs-form-checkbox label input[type=checkbox]:before, .hs-form-checkbox label input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
}
.hs-form-checkbox label input[type=checkbox]:before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #b7b6b6;
  width: 20px;
  height: 20px;
  top: 0px;
  left: -30px;
  border-radius: 3px;
}
.hs-form-checkbox label input[type=checkbox]:after {
  opacity: 0;
  height: 7px;
  width: 14px;
  top: 5px;
  left: -27px;
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  transform: rotate(-45deg);
}
.hs-form-checkbox label input[type=checkbox]:checked:before {
  background-color: #0075ff;
  border-color: #0075ff;
}
.hs-form-checkbox label input[type=checkbox]:checked:after {
  opacity: 1;
}
.hs-form-checkbox label input[type=checkbox]:focus {
  border: none;
}
.hs-form-checkbox label:hover input[type=checkbox]:checked:before {
  background-color: #005cc8;
}

.hs-button {
  outline: 0;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  padding: 24px 20px 22px;
  border-radius: 4px;
  font-size: 22px;
  background: #ff852b;
  color: #fff;
  margin: 20px auto 0;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 500px;
  font-weight: bold;
  line-height: 1.4;
  border: 3px solid #fff;
  border-radius: 1000px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .hs-button {
    font-size: 18px;
    padding: 14px 20px;
  }
}
.hs-button:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 3px solid #ff852b;
  color: #ff852b;
  transform: scale(1.03);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 30px;
  margin: 0 5px;
  background: #e6e6e6;
  transition: 0.2s;
}
.pagination li.current {
  background: #007bc7;
  color: #fff;
}
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #323232;
  text-decoration: none;
}
.pagination li.prev, .pagination li.next, .pagination li.prev:hover, .pagination li.next:hover, .pagination li.mostPrev, .pagination li.mostNext, .pagination li.mostPrev:hover, .pagination li.mostNext:hover {
  background: none;
}
.pagination li.deactive a {
  pointer-events: none;
}
.pagination li.prev .arrow {
  display: block;
  margin: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #007bc7;
  border-left: 1px solid #007bc7;
  transform: rotate(-45deg);
}
.pagination li.next .arrow {
  display: block;
  margin: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #007bc7;
  border-right: 1px solid #007bc7;
  transform: rotate(45deg);
}
.pagination li.mostPrev .doublearrow {
  position: relative;
  display: block;
  margin: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #007bc7;
  border-left: 1px solid #007bc7;
  transform: rotate(-45deg);
}
.pagination li.mostPrev .doublearrow::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -15px;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #007bc7;
  border-left: 1px solid #007bc7;
}
.pagination li.mostNext .doublearrow {
  position: relative;
  display: block;
  margin: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #007bc7;
  border-left: 1px solid #007bc7;
  transform: rotate(135deg);
}
.pagination li.mostNext .doublearrow::before {
  content: "";
  position: absolute;
  top: 3px;
  right: -14px;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #007bc7;
  border-left: 1px solid #007bc7;
}
.pagination li.prev.deactive .arrow, .pagination li.next.deactive .arrow, .pagination li.mostPrev.deactive .doublearrow, .pagination li.mostNext.deactive .doublearrow {
  display: none;
}

/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.bottom--100 {
  margin-bottom: 100px;
}

.bottom--90 {
  margin-bottom: 90px;
}

.bottom--80 {
  margin-bottom: 80px;
}

.bottom--70 {
  margin-bottom: 70px;
}

.bottom--60 {
  margin-bottom: 60px;
}

.bottom--50 {
  margin-bottom: 50px;
}

.bottom--40 {
  margin-bottom: 40px;
}

.bottom--30 {
  margin-bottom: 30px;
}

.bottom--20 {
  margin-bottom: 20px;
}

.bottom--10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .bottom--100 {
    margin-bottom: 50px;
  }
  .bottom--90 {
    margin-bottom: 45px;
  }
  .bottom--80 {
    margin-bottom: 40px;
  }
  .bottom--70 {
    margin-bottom: 35px;
  }
  .bottom--60 {
    margin-bottom: 30px;
  }
  .bottom--50 {
    margin-bottom: 25px;
  }
  .bottom--40 {
    margin-bottom: 20px;
  }
  .bottom--30 {
    margin-bottom: 15px;
  }
  .bottom--20 {
    margin-bottom: 10px;
  }
  .bottom--10 {
    margin-bottom: 5px;
  }
}
.width--1200 {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1190 {
  max-width: 1190px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1180 {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1170 {
  max-width: 1170px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1160 {
  max-width: 1160px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1150 {
  max-width: 1150px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1140 {
  max-width: 1140px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1130 {
  max-width: 1130px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1120 {
  max-width: 1120px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1110 {
  max-width: 1110px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1100 {
  max-width: 1100px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1090 {
  max-width: 1090px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1080 {
  max-width: 1080px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1070 {
  max-width: 1070px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1060 {
  max-width: 1060px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1050 {
  max-width: 1050px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1040 {
  max-width: 1040px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1030 {
  max-width: 1030px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1020 {
  max-width: 1020px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1010 {
  max-width: 1010px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--1000 {
  max-width: 1000px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--990 {
  max-width: 990px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--980 {
  max-width: 980px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--970 {
  max-width: 970px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--960 {
  max-width: 960px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--950 {
  max-width: 950px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--940 {
  max-width: 940px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--930 {
  max-width: 930px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--920 {
  max-width: 920px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--910 {
  max-width: 910px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--900 {
  max-width: 900px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--890 {
  max-width: 890px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--880 {
  max-width: 880px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--870 {
  max-width: 870px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--860 {
  max-width: 860px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--850 {
  max-width: 850px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--840 {
  max-width: 840px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--830 {
  max-width: 830px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--820 {
  max-width: 820px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--810 {
  max-width: 810px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--800 {
  max-width: 800px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--790 {
  max-width: 790px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--780 {
  max-width: 780px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--770 {
  max-width: 770px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--760 {
  max-width: 760px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--750 {
  max-width: 750px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--740 {
  max-width: 740px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--730 {
  max-width: 730px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--720 {
  max-width: 720px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--710 {
  max-width: 710px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--700 {
  max-width: 700px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--690 {
  max-width: 690px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--680 {
  max-width: 680px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--670 {
  max-width: 670px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--660 {
  max-width: 660px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--650 {
  max-width: 650px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--640 {
  max-width: 640px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--630 {
  max-width: 630px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--620 {
  max-width: 620px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--610 {
  max-width: 610px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--600 {
  max-width: 600px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--590 {
  max-width: 590px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--580 {
  max-width: 580px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--570 {
  max-width: 570px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--560 {
  max-width: 560px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--550 {
  max-width: 550px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--540 {
  max-width: 540px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--540 {
  max-width: 540px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--530 {
  max-width: 530px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--520 {
  max-width: 520px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--510 {
  max-width: 510px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--500 {
  max-width: 500px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--490 {
  max-width: 490px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--480 {
  max-width: 480px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--470 {
  max-width: 470px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--460 {
  max-width: 460px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--450 {
  max-width: 450px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--440 {
  max-width: 440px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--430 {
  max-width: 430px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--420 {
  max-width: 420px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--410 {
  max-width: 410px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--400 {
  max-width: 400px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--390 {
  max-width: 390px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--380 {
  max-width: 380px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--370 {
  max-width: 370px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--360 {
  max-width: 360px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--350 {
  max-width: 350px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--340 {
  max-width: 340px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--330 {
  max-width: 330px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--320 {
  max-width: 320px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--310 {
  max-width: 310px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--300 {
  max-width: 300px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--290 {
  max-width: 290px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--280 {
  max-width: 280px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--270 {
  max-width: 270px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--260 {
  max-width: 260px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--250 {
  max-width: 250px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--240 {
  max-width: 240px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--230 {
  max-width: 230px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--220 {
  max-width: 220px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--210 {
  max-width: 210px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--200 {
  max-width: 200px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--190 {
  max-width: 190px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--180 {
  max-width: 180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--160 {
  max-width: 160px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--150 {
  max-width: 150px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--140 {
  max-width: 140px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--130 {
  max-width: 130px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--120 {
  max-width: 120px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--110 {
  max-width: 110px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--100 {
  max-width: 100px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--90 {
  max-width: 90px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--80 {
  max-width: 80px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--70 {
  max-width: 70px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--60 {
  max-width: 60px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--50 {
  max-width: 50px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--40 {
  max-width: 40px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--30 {
  max-width: 30px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--20 {
  max-width: 20px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.width--16 {
  max-width: 16px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.news-body .width--1000 {
  max-width: 1000px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news-body .width--1000 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .news-body__inner {
    display: flex;
  }
  .news-body__container {
    width: 690px;
    margin-right: 60px;
  }
  .news-body__side-navi {
    width: 250px;
  }
}

@media screen and (max-width: 1024px) {
  .news-side-navi {
    padding: 0px 20px;
    margin-top: 40px;
  }
}
.news-side-navi__content {
  background: #f6f6f6;
}
.news-side-navi__heading {
  width: 100%;
  background: #007bc7;
  color: #fff;
  font-size: 1.2rem;
  padding: 12px 20px 10px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news-side-navi__heading {
    font-size: 1.1rem;
  }
}
.news-side-navi-deta {
  display: block;
}
.news-side-navi-deta__list {
  display: flex;
  flex-wrap: wrap;
}
.news-side-navi-deta__item {
  width: 33.3333333333%;
  text-align: center;
}
.news-side-navi-deta__link {
  color: #323232;
}
.news-side-navi-deta__link:hover {
  color: #007bc7;
}
.news-side-navi-deta__link:hover::before {
  border-left: solid 4px #007bc7;
}
@media screen and (max-width: 768px) {
  .news-side-navi-deta {
    margin: 5px 0;
  }
}
.news-side-navi_category {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .news-side-navi_category {
    margin: 0 0 25px 0;
  }
}
.news-side-navi_category li {
  border-bottom: 1px solid #e6e6e6;
}
.news-side-navi_category li a {
  color: #323232;
  font-size: 14px;
  position: relative;
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
.news-side-navi_category li a:hover {
  color: #007bc7;
}
.news-side-navi_category li a::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
}
@media screen and (max-width: 768px) {
  .news-side-navi_category li a {
    font-size: 13px;
    padding-right: 10px;
    padding: 10px 10px 10px 0;
  }
}
.news-side-navi-deta {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .news-side-navi-deta {
    padding: 7.5px;
  }
}
.news-side-navi-deta__item {
  margin-bottom: 5px;
}
.news-side-navi-deta__link {
  position: relative;
  text-decoration: underline;
  color: #323232;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .news-side-navi-deta__link {
    margin-bottom: 5px;
    display: inline-block;
  }
}
.news-side-navi-deta__link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: solid 4px transparent;
  border-right: solid 4px transparent;
  border-bottom: solid 4px transparent;
  border-left: solid 4px #5a5a5a;
}

.news-index-item {
  background: #fff;
  margin: 30px auto;
  box-sizing: border-box;
  border: solid 1px #e6e6e6;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
.news-index-item:first-child {
  margin-top: 0;
}
.news-index-item:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .news-index-item {
    padding: 10px;
    margin: 18px auto 0;
  }
  .news-index-item:first-child {
    margin-top: 0;
  }
}
.news-index-item__link {
  display: flex;
  align-items: center;
  color: #323232;
  padding: 20px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news-index-item__link {
    padding: 15px 0;
  }
}
.news-index-item__link:hover {
  color: #323232;
  opacity: 1;
}
.news-index-item__link:hover .button-border-small--gray {
  transition: 200ms ease all;
  color: #323232;
  border-color: #ff852b;
}
.news-index-item__link:hover .news-index-item__image {
  transition: 200ms ease all;
  opacity: 0.7;
}
.news-index-item__link:hover__image {
  transition: 200ms ease all;
  opacity: 0.7;
}
.news-index-item__link:hover::after {
  content: "";
  position: absolute;
  border: 3px solid #007bc7;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .news-index-item__link {
    padding: 0;
  }
}
.news-index-item__image {
  display: block;
  height: 100%;
  min-height: 146px;
  background: center center/contain no-repeat;
  border: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .news-index-item__image {
    min-height: 73px;
  }
}
.news-index-item__date {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  color: #999;
  letter-spacing: 0.05em;
  margin-right: 20px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .news-index-item__date {
    margin-right: 10px;
  }
}
@media screen and (max-width: 576px) {
  .news-index-item__date {
    width: 100%;
    margin-bottom: 2px;
  }
}
.news-index-item__date::before {
  content: "";
  position: absolute;
  background-image: url(/rakurakucloud/seisan/assets/image/figure/column/icon_writetime.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: calc(50% - 7.5px);
  left: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .news-index-item__date {
    font-size: 95%;
  }
}
.news-index-item__information {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news-index-item__information {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 576px) {
  .news-index-item__information {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
}
.news-index-item__information .button-border-small--gray {
  background: #f6f6f6;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 10px 6px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  color: #323232;
  font-weight: 700;
  border: none;
  font-size: 14px;
  margin-bottom: 0;
}
.news-index-item__information .button-border-small--gray .icon-tag--gray {
  display: none;
}
@media screen and (max-width: 768px) {
  .news-index-item__information .button-border-small--gray {
    font-size: 90%;
  }
}
.news-index-item__title {
  font-size: 145%;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .news-index-item__title {
    font-size: 110%;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.news-index-item__box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .news-index-item__box {
    align-items: center;
  }
}
.news-index-item__box_image {
  width: 100%;
  max-width: 260px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .news-index-item__box_image {
    max-width: 100px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 576px) {
  .news-index-item__box_image {
    max-width: 80px;
    margin-right: 10px;
  }
}
.news-index-item__box_text {
  width: 100%;
  max-width: calc(100% - 290px);
}
@media screen and (max-width: 768px) {
  .news-index-item__box_text {
    max-width: calc(100% - 110px);
  }
}
@media screen and (max-width: 576px) {
  .news-index-item__box_text {
    max-width: calc(100% - 90px);
  }
}

.news-body__container .pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.news-body__container .pager__item {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .news-body__container .pager__item {
    margin: 5px 5px 0px;
  }
}
.news-body__container .pager__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 30px;
  color: #323232;
  text-decoration: none;
  background: #e6e6e6;
  transition: 0.2s;
  padding: 0;
  border-radius: 0;
  border: none;
}
.news-body__container .pager__link:hover {
  background: #007bc7;
  color: #fff;
}
.news-body__container .pager__link--active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 30px;
  text-decoration: none;
  background: #007bc7;
  color: #fff;
  transition: 0.2s;
  padding: 0;
  border-radius: 0;
}
.news-body__container .pager__prev {
  width: 25px;
  height: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0;
}
.news-body__container .pager__prev:hover {
  background: none;
}
.news-body__container .pager__prev::after {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  margin: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #007bc7;
  border-left: 1px solid #007bc7;
  transform: rotate(45deg);
}
.news-body__container .pager__prev span {
  font-size: 0;
}
.news-body__container .pager__next {
  width: 25px;
  height: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0;
}
.news-body__container .pager__next:hover {
  background: none;
}
.news-body__container .pager__next::after {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  margin: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #007bc7;
  border-right: 1px solid #007bc7;
  transform: rotate(45deg);
}
.news-body__container .pager__next span {
  font-size: 0;
  display: none;
}

.p__news-title {
  background-color: #007bc7;
  color: #fff;
  text-align: center;
  min-height: 210px;
  display: grid;
  place-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}
.p__news-title::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -30px;
  right: -150px;
  width: 406px;
  height: 386px;
  background-image: url(/rakurakucloud/seisan/assets/image/figure/cta_back_component.webp);
  background-size: cover;
  transform: rotate(50deg);
  z-index: 10;
}
.p__news-title::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -140px;
  left: -150px;
  width: 406px;
  height: 386px;
  background-image: url(/rakurakucloud/seisan/assets/image/figure/cta_back_component.webp);
  background-size: cover;
  transform: rotate(230deg);
  z-index: 10;
}
.p__news-title span {
  position: relative;
  z-index: 20;
  max-width: 1000px;
  width: calc(100% - 20px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p__news-title {
    font-size: 20px;
    padding: 15px 20px;
    min-height: auto;
    height: auto;
    text-align: left;
  }
  .p__news-title::before {
    bottom: auto;
    top: -60px;
    right: -65px;
    width: 150px;
    height: 150px;
  }
  .p__news-title::after {
    display: none;
  }
  .p__news-title span {
    text-align: left;
  }
}

.details .o-m__cta-common {
  display: none;
}
.details .news-container caption,
.details .news-container th,
.details .news-container td {
  font-weight: 500;
}
.details .news-container h2,
.details .news-container h3,
.details .news-container p,
.details .news-container small,
.details .news-container figure,
.details .news-container .news-detail {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .details .news-container h2,
  .details .news-container h3,
  .details .news-container p,
  .details .news-container small,
  .details .news-container figure,
  .details .news-container .news-detail {
    margin-bottom: 14px;
  }
}
.details .news-container p {
  font-size: 1rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .details .news-container p {
    font-size: 0.9rem;
    line-height: 1.8em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.details .news-container b,
.details .news-container .text-bold {
  font-weight: bold;
}
.details .news-container small {
  line-height: 1.4;
  display: block;
  font-size: 85.71%;
}
.details .news-container figure img {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .details .news-container figure {
    max-width: 800px;
    margin: 0 auto 28px;
  }
}
.details .news-container figure figcaption {
  font-size: 90%;
  line-height: 1.5;
  padding: 7px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .details .news-container figure figcaption {
    padding: 3.5px 0 0;
  }
}
.details .news-container ol {
  margin-bottom: 28px;
  font-size: 114.29%;
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .details .news-container ol {
    margin-bottom: 14px;
    padding: 7px 0 7px 14px;
  }
}
.details .news-container ol li {
  line-height: 1.5;
  list-style: decimal;
  margin-bottom: 7;
}
@media screen and (max-width: 768px) {
  .details .news-container ol li {
    margin-bottom: 3.5;
  }
}
.details .news-container ol li:last-of-type {
  margin-bottom: 0;
}
.details .news-container sup {
  vertical-align: top;
  font-size: 0.7em;
}
.details .news-container .text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.details .news-container .text-annotation,
.details .news-container .annotation {
  font-size: 10px;
  line-height: 1.4;
}
.details .news-container .link-underline {
  text-decoration: underline;
  display: block;
}
.details .news-container .link-underline--inline-block {
  display: inline-block;
}
.details .news-container .text-note_list {
  margin-bottom: 2rem;
}
.details .news-container .text-note_list li + li {
  margin-top: 5px;
}
.details .news-container .text-note {
  display: flex;
  font-size: 10px;
  line-height: 1.4 !important;
}
.details .news-container .text-note_head {
  flex-shrink: 0;
}
.details .news-detail {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .details .news-detail {
    margin-bottom: 14px;
  }
}
.details .news-detail__box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .details .news-detail__box {
    margin-bottom: 10px;
  }
}
.details .news-detail__date {
  margin-right: 20px;
  font-size: 1rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .details .news-detail__date {
    font-size: 12px;
    line-height: 1.8;
    margin-right: 10px;
  }
}
.details .news-detail__tag {
  width: auto;
  margin: 0;
  display: inline-block;
  min-width: 140px;
  background-color: #f6f6f6;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding: 1px 10px;
  text-decoration: none;
  border: none;
  color: #323232 !important;
}
@media screen and (max-width: 768px) {
  .details .news-detail__tag {
    width: auto;
    margin: 0;
  }
}
.details .news-detail__tag:hover {
  background-color: #323232;
  color: white !important;
}
.details .news-detail__source {
  font-size: 14px !important;
  text-align: right;
  line-height: 1.6 !important;
}
.details .news-body__container a {
  color: #007bc7;
}
.details .news-body__container a:hover {
  color: #ff852b;
}
.details .news-body__container h2 {
  background-color: #f6f6f6;
  font-size: 20px;
  font-weight: 700;
  border-left: 5px solid #007bc7;
  line-height: 1.4;
  padding: 32px 15px 30px 21px;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .details .news-body__container h2 {
    padding: 17px 15px 13px 15px;
    margin-top: 36px;
  }
}
.details .news-body__container h3 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px dashed #e6e6e6;
  padding: 22px 0px 17px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .details .news-body__container h3 {
    padding: 15px 0;
  }
}
.details .news-body__container h4 {
  padding: 14px;
  font-size: 116.67%;
  margin-bottom: 14px;
  font-weight: 600;
  border-left: 5px solid #007bc7;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .details .news-body__container h4 {
    padding: 7px;
    margin-bottom: 7px;
  }
}
.details .news-body__container h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #007bc7;
}
.details .news-body__container .news-table__overview > a::after {
  top: calc(50% - 4px);
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
}
.details .news-body__container .news-frame__table--stripe tr:nth-child(even) {
  background-color: #edf7ff;
}
.details .news-body__container .news-frame__table--stripe {
  color: #323232;
}
.details .news-body__container .news-frame__table--stripe a {
  text-decoration: none;
}
.details .news-body__container .news-frame__table .news-table__th-2column,
.details .news-body__container .news-frame__table .news-table__td-2column {
  border-color: #e6e6e6;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .details .news-body__container .news-frame__table.news-table tr td:nth-child(1) {
    min-width: 70px;
  }
}
.details .news-body__container .news-frame--gray, .details .news-body__container .news-frame--blue {
  margin: 20px 0;
  padding: 20px;
  border-radius: 8px;
  background: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .details .news-body__container .news-frame--gray, .details .news-body__container .news-frame--blue {
    margin: 10px 0;
    padding: 10px;
  }
}
.details .news-body__container .news-frame--gray p:last-of-type, .details .news-body__container .news-frame--blue p:last-of-type {
  margin-bottom: 0;
}
.details .news-body__container .news-frame .news-frame-line--gray {
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .details .news-body__container .news-frame .news-frame-line--gray {
    padding: 10px 15px 10px 25px;
  }
}
.details .news-body__container .news-frame-line--gray {
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .details .news-body__container .news-frame-line--gray {
    padding: 10px 15px 10px 25px;
  }
}
.details .news-body__container .news-frame-line--gray b {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
}
.details .news-body__container .frame-border {
  padding: 20px;
  border-radius: 3px;
  border: 2px solid #007bc7;
  margin: 20px 0 28px;
}
@media screen and (max-width: 768px) {
  .details .news-body__container .frame-border {
    border-radius: 1.5px;
    margin: 10px 0 14px;
  }
}
.details .news-body__container .frame-border__header {
  display: block;
  padding: 4px 4px 4px 12px;
  border-left: 5px solid primary-color;
  font-size: 116.67%;
  margin-bottom: 14px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .details .news-body__container .frame-border__header {
    padding: 2px 2px 2px 6px;
    margin-bottom: 7px;
  }
}
.details .news-body__container .button-shadow--orange {
  background-color: #f8a411;
  border: 3px solid #f8a411;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  font-weight: bold;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 114.29%;
  padding: 20px 15px;
  color: #fff;
  text-decoration: none;
}
.details .news-body__container .button-shadow--orange:hover {
  color: #fff;
}
.details .news-body__container .news-list {
  font-size: 114.29%;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .details .news-body__container .news-list {
    padding-left: 14px;
  }
}
.details .news-body__container .news-list li {
  line-height: 1.5;
  margin-bottom: 7px;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .details .news-body__container .news-list li {
    font-size: 0.9rem;
    margin-bottom: 3.5px;
  }
}
.details .news-body__container .news-list li::marker {
  color: #007bc7;
}
.details .news-body__container .news-list li:last-of-type {
  margin-bottom: 0;
}
.details .news-body__container .news-list--liststyle-none {
  padding-left: 0;
}
.details .news-body__container .news-list--liststyle-none li {
  list-style: none;
}
.details .news-body__container .small__text-indent {
  display: inline-block;
  text-indent: -35px;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .details .news-body__container .small__text-indent {
    text-indent: -17.5px;
    padding-left: 17.5px;
  }
}
.details .news-body__container .small__text-indent-one-character {
  display: inline-block;
  text-indent: -12px;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .details .news-body__container .small__text-indent-one-character {
    text-indent: -6px;
    padding-left: 6px;
  }
}
.details .news-body__container .logo-list {
  display: flex;
  margin-bottom: 28px;
}
@media screen and (max-width: 576px) {
  .details .news-body__container .logo-list {
    flex-direction: column;
  }
}
.details .news-body__container .logo-list img {
  width: auto;
  height: 47px;
}
.details .news-body__container .logo-list img + img {
  margin-left: 30px;
}
@media screen and (max-width: 576px) {
  .details .news-body__container .logo-list img + img {
    margin-left: 0;
    margin-top: 20px;
  }
}
.details .news-contact {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 25px 30px 15px 30px;
  display: block;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .details .news-contact {
    padding: 12.5px 15px 7.5px 15px;
    margin-bottom: 25px;
    border-radius: 5px;
  }
}
.details .news-contact h2 {
  margin-bottom: 20px;
  padding: 10px 10px 10px 0;
  border-left: 0;
  border-bottom: 1.5px solid #007bc7;
  color: #007bc7;
  font-size: 128.57%;
}
.details .news-contact h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .details .news-contact h2 {
    padding: 5px 5px 5px 0;
  }
}
.details .news-contact b {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .details .news-contact b {
    margin-bottom: 5px;
  }
}
.details .news-contact .news-table tr {
  color: #323232;
}
.details .news-contact .news-table tr a:hover {
  color: #ff852b;
}
.details .news-frame__table {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .details .news-frame__table {
    margin-bottom: 30px;
  }
}
.details .news-frame__table--short-margin {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .details .news-frame__table--short-margin {
    margin-bottom: 30px;
  }
}
.details .news-frame__table th, .details .news-frame__table td {
  border-bottom: 1px solid #f1f4f6;
  vertical-align: top;
}
.details .news-frame__table--stripe tr:nth-child(even) {
  background-color: #f2f9ff;
}
.details .news-table__th-2column {
  width: 20%;
  padding: 14px 7px;
}
@media screen and (max-width: 768px) {
  .details .news-table__th-2column {
    padding: 7px 3.5px;
  }
}
.details .news-table__td-2column {
  width: 80%;
  padding: 14px 7px;
}
@media screen and (max-width: 768px) {
  .details .news-table__td-2column {
    padding: 7px 3.5px;
  }
}
.details .news-table__date {
  padding: 14px 0 14px 7px;
  width: 18%;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .details .news-table__date {
    padding: 7px 0 7px 3.5px;
  }
}
.details .news-table__name {
  width: 25%;
  vertical-align: baseline;
  padding: 14px 7px;
}
@media screen and (max-width: 768px) {
  .details .news-table__name {
    padding: 7px 3.5px;
  }
}
.details .news-table__overview {
  width: 67%;
  vertical-align: baseline;
  padding: 14px 7px;
}
@media screen and (max-width: 768px) {
  .details .news-table__overview {
    padding: 7px 3.5px;
  }
}
.details .news-table__overview > a {
  position: relative;
  display: block;
  padding-right: 28px;
}
@media screen and (max-width: 768px) {
  .details .news-table__overview > a {
    padding-right: 14px;
  }
}
.details .news-table__overview > a::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #007bc7;
  border-right: 1px solid #007bc7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 8px;
  top: 50%;
  font-size: 0;
  content: "";
  display: inline-block;
}
.details .simple-table {
  margin-bottom: 2em;
}
.details .simple-table th {
  background: #edf7ff;
  text-align: center;
}
.details .simple-table th, .details .simple-table td {
  padding: 10px 15px;
  border: 1px solid #d2d2d2;
  vertical-align: middle;
}

.invoice-overview {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .invoice-overview {
    margin-bottom: 0;
  }
}

.invoice-overview-message {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 768px) {
  .invoice-overview-message {
    text-align: left;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .invoice-overview-list {
    margin-bottom: 30px;
  }
  .invoice-overview-list:last-child {
    margin-bottom: 0px;
  }
}

.invoice-overview-title-situation {
  padding: 10px 5px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #00a33e;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .invoice-overview-title-situation {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.invoice-overview-title-situation--seisan {
  background: #007bc7;
}

.invoice-overview-title-situation--before {
  background: #5a5a5a;
  margin-bottom: 10px;
}

.invoice-overview-title-situation--before-details {
  background: #969696;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 2.5px 10px 2.5px;
}
@media screen and (max-width: 768px) {
  .invoice-overview-title-situation--before-details {
    margin: 0;
    margin: 0 0 5px 0;
  }
}

.invoice-overview-title-situation--after {
  background: #007bc7;
  margin-bottom: 10px;
}

.invoice-overview-title-situation--after-details {
  background: #66b0dd;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 2.5px 10px 2.5px;
}
@media screen and (max-width: 768px) {
  .invoice-overview-title-situation--after-details {
    margin: 0 0 5px 0;
  }
}

.invoice-overview-logo {
  max-width: 200px;
  height: auto;
  margin: 0 auto 20px auto;
  text-align: center;
  aspect-ratio: 100/31;
}
@media screen and (max-width: 768px) {
  .invoice-overview-logo {
    margin: 0 auto 15px auto;
    max-width: 200px;
    width: 75%;
    aspect-ratio: 75/31;
  }
}

.invoice-cmoverview-logo {
  max-width: 150px;
  height: auto;
  margin: 0 auto 10px 0;
  aspect-ratio: 100/31;
}
@media screen and (max-width: 768px) {
  .invoice-cmoverview-logo {
    margin: 15px auto !important;
    max-width: 200px !important;
    width: 75%;
    aspect-ratio: 75/31;
  }
}

.invoice-overview-inner-list {
  font-size: 14px;
  padding-left: 28px;
  width: 99%;
  margin: 0 auto;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .invoice-overview-inner-list {
    padding-left: 14px;
    font-size: 13px;
    margin: 0 auto 10px auto;
    width: 95%;
  }
}
.invoice-overview-inner-list li {
  line-height: 1.5;
  margin-bottom: 7px;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .invoice-overview-inner-list li {
    margin-bottom: 3.5px;
  }
}
.invoice-overview-inner-list li:last-of-type {
  margin-bottom: 0;
}