@charset "UTF-8";
/*!
Theme Name: Cocoon Child_Custom
Description: Cocoon専用の子テーマ（雛型）
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
.reset {
  margin: 0;
  padding: 0;
}
.reset div,
.reset span,
.reset object,
.reset iframe,
.reset h1,
.reset h2,
.reset h3,
.reset h4,
.reset h5,
.reset h6,
.reset p,
.reset blockquote,
.reset pre,
.reset a,
.reset abbr,
.reset acronym,
.reset address,
.reset big,
.reset cite,
.reset code,
.reset del,
.reset dfn,
.reset em,
.reset img,
.reset ins,
.reset kbd,
.reset q,
.reset s,
.reset samp,
.reset small,
.reset strike,
.reset strong,
.reset sub,
.reset sup,
.reset tt,
.reset var,
.reset b,
.reset u,
.reset i,
.reset center,
.reset dl,
.reset dt,
.reset dd,
.reset ol,
.reset ul,
.reset li,
.reset fieldset,
.reset form,
.reset label,
.reset legend,
.reset table,
.reset caption,
.reset tbody,
.reset tfoot,
.reset thead,
.reset tr,
.reset th,
.reset td,
.reset figure,
.reset section {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.reset h1,
.reset h2,
.reset h3,
.reset h4,
.reset h5,
.reset h6 {
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background-color: transparent;
}
.reset img {
  vertical-align: bottom;
}
.reset ol,
.reset ul {
  list-style: none;
}
.reset ol li,
.reset ul li {
  margin: 0;
}
.reset table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  border: none;
}
.reset table caption,
.reset table th,
.reset table td,
.reset table tr {
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  vertical-align: middle;
  border: none;
}
.reset a {
  color: inherit;
}
.reset a:link {
  text-decoration: none;
}
.reset a:visited {
  text-decoration: none;
}
.reset a:hover {
  text-decoration: none;
}
.reset input[type=submit],
.reset input[type=button] {
  background-color: inherit;
  border: none;
  color: inherit;
  font-size: inherit;
}
.reset input[type=submit]:focus,
.reset input[type=button]:focus {
  outline: none;
}
.reset button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

/* ページタイプ：本文のみ（広い)の追加リセットcss横幅100％ */
body.content-only.column-wide .entry-header,
body.content-only.column-wide .entry-footer {
  display: none;
}
body.content-only.column-wide .wrap {
  width: 100%;
}
body.content-only.column-wide #main {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

@media only screen and (min-width: 835px) {
  .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 834px) {
  .pc-only {
    display: none !important;
  }
}
@font-face {
  font-family: "fallinlove";
  src: url("font/fallinlove.woff2") format("woff2"), url("font/fallinlove.woff") format("woff");
}
html {
  scroll-behavior: smooth;
}

body #content,
body .article,
body .entry-content {
  margin: 0 !important;
}

#breadcrumb {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 1em auto;
}
@media only screen and (max-width: 834px) {
  #breadcrumb {
    max-width: 1023px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.loader {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  justify-content: center;
  align-items: center;
  transition: 0.8s ease-in-out;
}
.loader .circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 100%;
  border: 5px solid transparent;
  content: "";
}
.loader .circle:nth-child(1) {
  border-top-color: #eb662a;
  animation: circle 1s infinite;
}
.loader .circle:nth-child(2) {
  border-bottom-color: #ffe140;
  animation: circle 1s infinite alternate;
}

@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.go-to-top-button {
  width: 60px;
  height: 60px;
}

#my-content {
  /*==============================================================
  	共通
  ===============================================================*/
  /*=====背景=========================================================*/
  /*=====タイトル=========================================================*/
  /*=====ボタン=========================================================*/
  /*=====リスト=========================================================*/
  /*=====テーブル=========================================================*/
  /*=====お問い合わせ=========================================================*/
}
#my-content .pc_el {
  display: inline-block;
}
#my-content .sp_el {
  display: none;
}
#my-content img {
  image-rendering: -webkit-optimize-contrast;
}
#my-content h1,
#my-content h2,
#my-content h3,
#my-content h4,
#my-content h5 {
  font-weight: bold;
}
#my-content .inner_wrap {
  width: 1000px;
  margin: auto;
}
#my-content .inner_wrap_900 {
  width: 900px;
  margin: auto;
}
#my-content .bg_white {
  background: url(images/bg_white.png) repeat -17px;
}
#my-content .bg_yellow {
  background: url(images/bg_yellow.png) repeat center;
}
#my-content .bg_blue {
  background: url(images/bg_white.png) repeat -17px;
  background-color: #aee2ff;
}
#my-content .base_tl_box {
  position: relative;
  background-color: #3f9eea;
  padding: 25px 0;
  border: solid 1px #fff;
  outline: solid 5px #3f9eea;
  outline-offset: 1px;
  border-left: none;
  border-right: none;
  margin-bottom: 100px;
  overflow: hidden;
}
#my-content .base_tl_box.custom {
  padding: 15px 0;
}
#my-content .base_tl_box.custom .base_tl {
  position: relative;
  bottom: 7px;
}
#my-content .base_tl_box .base_tl {
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: clamp(36px, 5vw, 39px);
  line-height: 1.2;
}
#my-content .base_tl_box .base_tl span {
  font-size: clamp(50px, 5vw, 60px);
  display: inline-block;
  position: relative;
  bottom: -7px;
  margin: 0 5px;
}
#my-content .base_tl_box .base_tl::before {
  position: absolute;
  top: 0px;
  bottom: 0;
  font-family: "fallinlove";
  font-size: clamp(60px, 5vw, 60px);
  color: #000;
  mix-blend-mode: overlay;
}
#my-content .btn_box {
  text-align: center;
  margin-top: 80px;
}
#my-content .btn_box .base_btn {
  width: 100%;
  max-width: 600px;
  margin: auto;
  background-color: #ff0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#my-content .btn_box .base_btn .free {
  background-color: #ffff00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: clamp(32px, 5vw, 34px);
  line-height: 1.1;
  font-weight: bold;
  padding: 10px;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
#my-content .btn_box .base_btn .txt {
  color: #fff;
  font-size: clamp(36px, 5vw, 40px);
  font-weight: bold;
}
#my-content .btn_box .base_btn:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
#my-content .step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 130px;
}
#my-content .step_list li {
  width: 30%;
  border: 2px solid #3f9eea;
  padding: 60px 20px 20px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
#my-content .step_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 40px solid transparent;
  border-left: 35px solid #3f9eea;
}
#my-content .step_list li .num {
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  margin: auto;
  width: 95px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: clamp(50px, 5vw, 54px);
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #3f9eea;
  color: #3f9eea;
}
#my-content .step_list li .fig {
  text-align: center;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
#my-content .step_list li .fig img {
  max-width: 100%;
  height: auto;
}
#my-content .step_list li .txt {
  height: 60px;
  text-align: center;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: clamp(20px, 2vw, 24px);
}
#my-content .step_list li .sub_txt {
  margin-top: 15px;
  padding-top: 20px;
  position: relative;
}
#my-content .step_list li .sub_txt::before {
  content: "";
  border-top: 2px solid #3f9eea;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
}
#my-content .step_list li:last-child::before {
  content: none;
}
#my-content .merit_box .con_box {
  position: relative;
  background-color: #fff;
  border: 2px solid #3f9eea;
  border-radius: 20px;
  padding: 50px 30px 50px 100px;
  margin-left: 50px;
  margin-bottom: 35px;
}
#my-content .merit_box .con_box:last-child {
  margin-bottom: 0;
}
#my-content .merit_box .con_box .num {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 125px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #3f9eea;
  font-size: clamp(65px, 5vw, 70px);
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 100%;
}
#my-content .merit_box .con_box .fl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#my-content .merit_box .con_box .tl {
  font-size: clamp(26px, 2vw, 32px);
  color: #3f9eea;
}
#my-content .merit_box .con_box .txt_box {
  width: 75%;
}
#my-content .merit_box .con_box .txt_box .tl {
  font-size: clamp(24px, 2vw, 26px);
  border-bottom: 2px solid #3f9eea;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#my-content .merit_box .con_box .txt_box .txt {
  font-size: clamp(16px, 5vw, 16px);
}
#my-content .merit_box .con_box .fig {
  width: 20%;
  text-align: right;
}
#my-content .merit_box .con_box .fig img {
  max-width: 100%;
  height: auto;
}
#my-content .base_tbl {
  border: 1px solid #71ccff;
  width: 100%;
}
#my-content .base_tbl th,
#my-content .base_tbl td {
  padding: 20px;
  font-size: clamp(17px, 2vw, 21px);
}
#my-content .base_tbl tr:last-child th {
  border-bottom: 1px solid #71ccff;
}
#my-content .base_tbl th {
  width: 65%;
  background-color: #71ccff;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}
#my-content .base_tbl th .no {
  background-color: #3f9eea;
  padding: 5px;
  margin-left: 10px;
  margin-right: 5px;
}
#my-content .base_tbl th .yes {
  background-color: #ff0000;
  padding: 5px;
  margin-left: 10px;
  margin-right: 5px;
}
#my-content .base_tbl td {
  width: 35%;
  border: 1px solid #71ccff;
  background: #fff;
}
#my-content .contact_area {
  padding: 80px 0 100px;
}
#my-content .contact_area .c_tl {
  text-align: center;
}
#my-content .contact_area .c_tl img {
  max-width: 100%;
  height: auto;
}
#my-content .contact_area.last {
  padding: 0 0 80px;
}
#my-content .contact_area.last .base_tl_box .base_tl::before {
  content: "Flow";
  right: 100%;
  -webkit-transform: rotate(349deg);
  transform: rotate(349deg);
}
#my-content .contact_area.last .step_list {
  margin-bottom: 80px;
}
#my-content .contact_form {
  background-color: #fff;
  border: 2px solid #3f9eea;
  border-radius: 20px;
  padding: 30px;
}
#my-content .contact_form .sp_txt {
  display: none;
}
#my-content .contact_form .fl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#my-content .contact_form .double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#my-content .contact_form .double label {
  width: 49%;
}
#my-content .contact_form .form_box {
  width: 48%;
}
#my-content .contact_form .txt_btn_box {
  width: 48%;
  text-align: center;
}
#my-content .contact_form .txt_btn_box .sub_tl {
  font-size: clamp(18px, 2vw, 25px);
}
#my-content .contact_form .txt_btn_box .tl {
  font-size: clamp(36px, 5vw, 60px);
}
#my-content .contact_form .txt_btn_box .tl .red {
  color: #ff0000;
}
#my-content .contact_form input[type=text],
#my-content .contact_form input[type=email],
#my-content .contact_form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  margin-bottom: 10px;
}
#my-content .contact_form input[type=text]::-webkit-input-placeholder,
#my-content .contact_form input[type=email]::-webkit-input-placeholder,
#my-content .contact_form textarea::-webkit-input-placeholder {
  font-size: 14px;
}
#my-content .contact_form input[type=text]:-ms-input-placeholder,
#my-content .contact_form input[type=email]:-ms-input-placeholder,
#my-content .contact_form textarea:-ms-input-placeholder {
  font-size: 14px;
}
#my-content .contact_form input[type=text]::-ms-input-placeholder,
#my-content .contact_form input[type=email]::-ms-input-placeholder,
#my-content .contact_form textarea::-ms-input-placeholder {
  font-size: 14px;
}
#my-content .contact_form input[type=text]::placeholder,
#my-content .contact_form input[type=email]::placeholder,
#my-content .contact_form textarea::placeholder {
  font-size: 14px;
}
#my-content .contact_form input[type=checkbox] {
  margin-right: 10px;
}
#my-content .contact_form .box {
  position: relative;
}
#my-content .contact_form .box::before {
  content: "※";
  position: absolute;
  right: 101%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
  font-size: 12px;
  color: #ff0000;
}
#my-content .contact_form .box span {
  margin-left: 10px;
}
#my-content .contact_form .required {
  margin-top: 10px;
  color: #ff0000;
}
#my-content .contact_form #submit-btn {
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0;
  background-color: #ff0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: clamp(28px, 5vw, 31px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#my-content .contact_form #submit-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
@media screen and (max-width: 1200px) {
  #my-content .inner_wrap {
    width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 900px) {
  #my-content .inner_wrap_900 {
    width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  #my-content {
    /*==============================================================
    all : 共通
    ===============================================================*/
    /*=====タイトル=========================================================*/
    /*=====ボタン=========================================================*/
    /*=====テーブル=========================================================*/
    /*=====リスト=========================================================*/
    /*=====お問い合わせ=========================================================*/
  }
  #my-content .pc_el {
    display: none;
  }
  #my-content .sp_el {
    display: inline-block;
  }
  #my-content .base_tl_box {
    margin-bottom: 50px;
  }
  #my-content .base_tl_box .base_tl {
    font-size: clamp(26px, 5vw, 40px);
  }
  #my-content .base_tl_box .base_tl::before {
    font-size: clamp(40px, 6vw, 60px);
  }
  #my-content .base_tl_box .base_tl::before {
    opacity: 0.3;
  }
  #my-content .base_tl_box.custom {
    padding: 15px 0;
  }
  #my-content .base_tl_box.custom .base_tl {
    bottom: 0;
  }
  #my-content .base_tl_box.custom .base_tl span {
    font-size: clamp(40px, 6vw, 60px);
    bottom: -5px;
    line-height: 0.8;
  }
  #my-content .btn_box {
    margin-top: 40px;
  }
  #my-content .btn_box .base_btn {
    border-radius: 10px;
  }
  #my-content .btn_box .base_btn .free {
    font-size: clamp(20px, 5vw, 22px);
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  #my-content .btn_box .base_btn .txt {
    font-size: clamp(20px, 6vw, 30px);
    width: calc(100% - 80px);
  }
  #my-content .base_tbl th {
    width: 100%;
    display: block;
    padding: 15px 10px;
    text-align: center;
    font-size: clamp(20px, 5vw, 24px);
    border-bottom: none;
  }
  #my-content .base_tbl td {
    width: 100%;
    display: block;
    padding: 15px 10px;
    text-align: center;
    font-size: clamp(20px, 5vw, 24px);
  }
  #my-content .step_list {
    margin-top: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #my-content .step_list li {
    width: 100%;
    margin-bottom: 100px;
  }
  #my-content .step_list li:last-child {
    margin-bottom: 0;
  }
  #my-content .step_list li .num {
    width: 80px;
    height: 80px;
    top: -40px;
    font-size: clamp(40px, 5vw, 50px);
  }
  #my-content .step_list li::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 40px solid transparent;
    border-top: 35px solid #3f9eea;
  }
  #my-content .step_list li .fig {
    height: auto;
  }
  #my-content .step_list li .txt {
    font-size: clamp(26px, 5vw, 28px);
    height: auto;
  }
  #my-content .step_list li .sub_txt {
    font-size: clamp(18px, 5vw, 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #my-content .merit_box .con_box {
    margin: 0 0 60px;
    padding: 60px 20px 20px;
  }
  #my-content .merit_box .con_box .num {
    width: 80px;
    height: 80px;
    left: 0;
    top: -40px;
    right: 0;
    bottom: auto;
    margin: auto;
    font-size: clamp(45px, 5vw, 45px);
  }
  #my-content .merit_box .con_box .fl_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #my-content .merit_box .con_box .tl {
    width: 100%;
    font-size: clamp(24px, 5vw, 32px);
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #my-content .merit_box .con_box .fig {
    width: 50%;
    margin: auto;
    text-align: center;
  }
  #my-content .merit_box .con_box .txt_box {
    width: 100%;
    margin-bottom: 30px;
  }
  #my-content .merit_box .con_box .txt_box .txt {
    font-size: clamp(18px, 5vw, 20px);
  }
  #my-content .contact_area {
    padding: 50px 0;
  }
  #my-content .contact_form {
    padding: 20px;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  #my-content .contact_form .sp_txt {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  #my-content .contact_form .sp_txt .sub_tl {
    font-size: clamp(17px, 5vw, 25px);
  }
  #my-content .contact_form .sp_txt .tl {
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.2;
  }
  #my-content .contact_form .sp_txt .tl .red {
    color: #ff0000;
    font-size: clamp(42px, 5vw, 60px);
  }
  #my-content .contact_form .pc_txt {
    display: none;
  }
  #my-content .contact_form .fl_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #my-content .contact_form .form_box {
    width: 100%;
  }
  #my-content .contact_form .txt_btn_box {
    width: 100%;
  }
  #my-content .contact_form input[type=text]::-webkit-input-placeholder,
  #my-content .contact_form input[type=email]::-webkit-input-placeholder,
  #my-content .contact_form textarea::-webkit-input-placeholder {
    font-size: clamp(12px, 5vw, 13px);
  }
  #my-content .contact_form input[type=text]:-ms-input-placeholder,
  #my-content .contact_form input[type=email]:-ms-input-placeholder,
  #my-content .contact_form textarea:-ms-input-placeholder {
    font-size: clamp(12px, 5vw, 13px);
  }
  #my-content .contact_form input[type=text]::-ms-input-placeholder,
  #my-content .contact_form input[type=email]::-ms-input-placeholder,
  #my-content .contact_form textarea::-ms-input-placeholder {
    font-size: clamp(12px, 5vw, 13px);
  }
  #my-content .contact_form input[type=text]::placeholder,
  #my-content .contact_form input[type=email]::placeholder,
  #my-content .contact_form textarea::placeholder {
    font-size: clamp(12px, 5vw, 13px);
  }
  #my-content .contact_form #submit-btn {
    font-size: clamp(22px, 5vw, 31px);
    font-weight: bold;
  }
}

.header-container {
  background-color: #fff;
}
.header-container .header-container-in {
  height: 60px;
  width: auto;
  max-width: 1240px;
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .header-container .header-container-in {
    display: none;
  }
}
.header-container .header {
  height: auto;
}
.header-container .site-logo-image {
  width: 200px;
}

.navi-in > ul {
  justify-content: flex-end;
}
.navi-in > ul li {
  width: auto;
  height: auto;
  line-height: 20px;
  padding: 1px 0;
}
.navi-in > ul li a {
  font-size: 16px;
  padding: 0 1em;
}

.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
}

@media only screen and (max-width: 1023px) {
  .mblt-header-mobile-buttons {
    margin-top: 60px;
  }
}

.mobile-header-menu-buttons {
  height: 60px;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: unset;
  padding: 0 5vw;
}
.mobile-header-menu-buttons .logo-menu-button {
  flex-grow: 0;
}
.mobile-header-menu-buttons .navi-menu-button {
  width: 30px;
}
.mobile-header-menu-buttons .navi-menu-icon {
  color: #3f9eea;
  font-size: 30px;
  line-height: 1;
}
.mobile-header-menu-buttons .navi-menu-caption {
  display: none;
}
.mobile-header-menu-buttons .navi-menu-close-button {
  font-size: 30px;
  color: #3f9eea;
}

.footer-container {
  background-color: #3f9eea;
  margin: 0;
  padding: 0;
}
.footer-container .footer-in {
  max-width: 1240px;
  width: auto;
  padding: 30px 20px 20px;
}
@media only screen and (max-width: 1023px) {
  .footer-container .footer-in {
    max-width: 1023px;
    padding: 30px 5vw 20px;
  }
}
.footer-container .footer-bottom {
  margin: 0;
  padding: 0;
}
.footer-container .footer-bottom-logo {
  float: none;
  top: 0;
  left: 0;
  bottom: auto;
  line-height: 1;
}
.footer-container .footer-bottom-logo img {
  width: 200px;
  height: auto;
}
.footer-container .footer-bottom-content {
  float: none;
}
.footer-container .navi-footer-in {
  margin-left: 220px;
}
@media only screen and (max-width: 1023px) {
  .footer-container .navi-footer-in {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
}
.footer-container .navi-footer-in > ul.menu-footer {
  min-height: 50px;
  justify-content: flex-end;
}
@media only screen and (max-width: 1023px) {
  .footer-container .navi-footer-in > ul.menu-footer {
    flex-direction: column;
    align-items: center;
  }
}
.footer-container .navi-footer-in > ul.menu-footer li {
  border: none;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .footer-container .navi-footer-in > ul.menu-footer li {
    width: 100%;
  }
}
.footer-container .navi-footer-in > ul.menu-footer li a {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .footer-container .navi-footer-in > ul.menu-footer li a {
    display: block;
    font-size: 14px;
  }
}
.footer-container .navi-footer-in > ul.menu-footer li a:hover {
  background-color: #002ea2;
}
.footer-container .copyright {
  color: #fff;
  font-size: 12px;
  margin-top: 40px;
  text-align: center;
}

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.bootstrap .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.bootstrap .row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.bootstrap .col {
  flex: 1 0 0%;
}
.bootstrap .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.bootstrap .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.bootstrap .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.bootstrap .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.bootstrap .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.bootstrap .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.bootstrap .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (max-width: 1023px) {
  .bootstrap .col-lg {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (max-width: 834px) {
  .bootstrap .col-md {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (max-width: 480px) {
  .bootstrap .col-sm {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.bootstrap .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.bootstrap .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.bootstrap .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.bootstrap .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.bootstrap .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.bootstrap .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.bootstrap .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.bootstrap .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.bootstrap .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.bootstrap .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.bootstrap .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.bootstrap .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.bootstrap .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.bootstrap .offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap .offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap .offset-3 {
  margin-left: 25%;
}
.bootstrap .offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap .offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap .offset-6 {
  margin-left: 50%;
}
.bootstrap .offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap .offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap .offset-9 {
  margin-left: 75%;
}
.bootstrap .offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap .offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap .g-0,
.bootstrap .gx-0 {
  --bs-gutter-x: 0;
}
.bootstrap .g-0,
.bootstrap .gy-0 {
  --bs-gutter-y: 0;
}
.bootstrap .g-1,
.bootstrap .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.bootstrap .g-1,
.bootstrap .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.bootstrap .g-2,
.bootstrap .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.bootstrap .g-2,
.bootstrap .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.bootstrap .g-3,
.bootstrap .gx-3 {
  --bs-gutter-x: 1rem;
}
.bootstrap .g-3,
.bootstrap .gy-3 {
  --bs-gutter-y: 1rem;
}
.bootstrap .g-4,
.bootstrap .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.bootstrap .g-4,
.bootstrap .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.bootstrap .g-5,
.bootstrap .gx-5 {
  --bs-gutter-x: 3rem;
}
.bootstrap .g-5,
.bootstrap .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (max-width: 1023px) {
  .bootstrap .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-lg-0,
  .bootstrap .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-lg-0,
  .bootstrap .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-lg-1,
  .bootstrap .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-lg-1,
  .bootstrap .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-lg-2,
  .bootstrap .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-lg-2,
  .bootstrap .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-lg-3,
  .bootstrap .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-lg-3,
  .bootstrap .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-lg-4,
  .bootstrap .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-lg-4,
  .bootstrap .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-lg-5,
  .bootstrap .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-lg-5,
  .bootstrap .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (max-width: 834px) {
  .bootstrap .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-md-0,
  .bootstrap .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-md-0,
  .bootstrap .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-md-1,
  .bootstrap .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-md-1,
  .bootstrap .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-md-2,
  .bootstrap .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-md-2,
  .bootstrap .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-md-3,
  .bootstrap .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-md-3,
  .bootstrap .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-md-4,
  .bootstrap .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-md-4,
  .bootstrap .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-md-5,
  .bootstrap .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-md-5,
  .bootstrap .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (max-width: 480px) {
  .bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-sm-0,
  .bootstrap .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-sm-0,
  .bootstrap .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-sm-1,
  .bootstrap .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-sm-1,
  .bootstrap .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-sm-2,
  .bootstrap .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-sm-2,
  .bootstrap .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-sm-3,
  .bootstrap .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-sm-3,
  .bootstrap .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-sm-4,
  .bootstrap .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-sm-4,
  .bootstrap .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-sm-5,
  .bootstrap .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-sm-5,
  .bootstrap .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
.bootstrap .d-inline {
  display: inline !important;
}
.bootstrap .d-inline-block {
  display: inline-block !important;
}
.bootstrap .d-block {
  display: block !important;
}
.bootstrap .d-grid {
  display: grid !important;
}
.bootstrap .d-table {
  display: table !important;
}
.bootstrap .d-table-row {
  display: table-row !important;
}
.bootstrap .d-table-cell {
  display: table-cell !important;
}
.bootstrap .d-flex {
  display: flex !important;
}
.bootstrap .d-inline-flex {
  display: inline-flex !important;
}
.bootstrap .d-none {
  display: none !important;
}
.bootstrap .flex-fill {
  flex: 1 1 auto !important;
}
.bootstrap .flex-row {
  flex-direction: row !important;
}
.bootstrap .flex-column {
  flex-direction: column !important;
}
.bootstrap .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bootstrap .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bootstrap .flex-grow-0 {
  flex-grow: 0 !important;
}
.bootstrap .flex-grow-1 {
  flex-grow: 1 !important;
}
.bootstrap .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bootstrap .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bootstrap .flex-wrap {
  flex-wrap: wrap !important;
}
.bootstrap .flex-nowrap {
  flex-wrap: nowrap !important;
}
.bootstrap .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bootstrap .justify-content-start {
  justify-content: flex-start !important;
}
.bootstrap .justify-content-end {
  justify-content: flex-end !important;
}
.bootstrap .justify-content-center {
  justify-content: center !important;
}
.bootstrap .justify-content-between {
  justify-content: space-between !important;
}
.bootstrap .justify-content-around {
  justify-content: space-around !important;
}
.bootstrap .justify-content-evenly {
  justify-content: space-evenly !important;
}
.bootstrap .align-items-start {
  align-items: flex-start !important;
}
.bootstrap .align-items-end {
  align-items: flex-end !important;
}
.bootstrap .align-items-center {
  align-items: center !important;
}
.bootstrap .align-items-baseline {
  align-items: baseline !important;
}
.bootstrap .align-items-stretch {
  align-items: stretch !important;
}
.bootstrap .align-content-start {
  align-content: flex-start !important;
}
.bootstrap .align-content-end {
  align-content: flex-end !important;
}
.bootstrap .align-content-center {
  align-content: center !important;
}
.bootstrap .align-content-between {
  align-content: space-between !important;
}
.bootstrap .align-content-around {
  align-content: space-around !important;
}
.bootstrap .align-content-stretch {
  align-content: stretch !important;
}
.bootstrap .align-self-auto {
  align-self: auto !important;
}
.bootstrap .align-self-start {
  align-self: flex-start !important;
}
.bootstrap .align-self-end {
  align-self: flex-end !important;
}
.bootstrap .align-self-center {
  align-self: center !important;
}
.bootstrap .align-self-baseline {
  align-self: baseline !important;
}
.bootstrap .align-self-stretch {
  align-self: stretch !important;
}
.bootstrap .order-first {
  order: -1 !important;
}
.bootstrap .order-0 {
  order: 0 !important;
}
.bootstrap .order-1 {
  order: 1 !important;
}
.bootstrap .order-2 {
  order: 2 !important;
}
.bootstrap .order-3 {
  order: 3 !important;
}
.bootstrap .order-4 {
  order: 4 !important;
}
.bootstrap .order-5 {
  order: 5 !important;
}
.bootstrap .order-last {
  order: 6 !important;
}
.bootstrap .m-0 {
  margin: 0 !important;
}
.bootstrap .m-1 {
  margin: 0.25rem !important;
}
.bootstrap .m-2 {
  margin: 0.5rem !important;
}
.bootstrap .m-3 {
  margin: 1rem !important;
}
.bootstrap .m-4 {
  margin: 1.5rem !important;
}
.bootstrap .m-5 {
  margin: 3rem !important;
}
.bootstrap .m-auto {
  margin: auto !important;
}
.bootstrap .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.bootstrap .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.bootstrap .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.bootstrap .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.bootstrap .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.bootstrap .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.bootstrap .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.bootstrap .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bootstrap .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.bootstrap .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.bootstrap .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.bootstrap .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.bootstrap .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.bootstrap .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.bootstrap .mt-0 {
  margin-top: 0 !important;
}
.bootstrap .mt-1 {
  margin-top: 0.25rem !important;
}
.bootstrap .mt-2 {
  margin-top: 0.5rem !important;
}
.bootstrap .mt-3 {
  margin-top: 1rem !important;
}
.bootstrap .mt-4 {
  margin-top: 1.5rem !important;
}
.bootstrap .mt-5 {
  margin-top: 3rem !important;
}
.bootstrap .mt-auto {
  margin-top: auto !important;
}
.bootstrap .me-0 {
  margin-right: 0 !important;
}
.bootstrap .me-1 {
  margin-right: 0.25rem !important;
}
.bootstrap .me-2 {
  margin-right: 0.5rem !important;
}
.bootstrap .me-3 {
  margin-right: 1rem !important;
}
.bootstrap .me-4 {
  margin-right: 1.5rem !important;
}
.bootstrap .me-5 {
  margin-right: 3rem !important;
}
.bootstrap .me-auto {
  margin-right: auto !important;
}
.bootstrap .mb-0 {
  margin-bottom: 0 !important;
}
.bootstrap .mb-1 {
  margin-bottom: 0.25rem !important;
}
.bootstrap .mb-2 {
  margin-bottom: 0.5rem !important;
}
.bootstrap .mb-3 {
  margin-bottom: 1rem !important;
}
.bootstrap .mb-4 {
  margin-bottom: 1.5rem !important;
}
.bootstrap .mb-5 {
  margin-bottom: 3rem !important;
}
.bootstrap .mb-auto {
  margin-bottom: auto !important;
}
.bootstrap .ms-0 {
  margin-left: 0 !important;
}
.bootstrap .ms-1 {
  margin-left: 0.25rem !important;
}
.bootstrap .ms-2 {
  margin-left: 0.5rem !important;
}
.bootstrap .ms-3 {
  margin-left: 1rem !important;
}
.bootstrap .ms-4 {
  margin-left: 1.5rem !important;
}
.bootstrap .ms-5 {
  margin-left: 3rem !important;
}
.bootstrap .ms-auto {
  margin-left: auto !important;
}
.bootstrap .p-0 {
  padding: 0 !important;
}
.bootstrap .p-1 {
  padding: 0.25rem !important;
}
.bootstrap .p-2 {
  padding: 0.5rem !important;
}
.bootstrap .p-3 {
  padding: 1rem !important;
}
.bootstrap .p-4 {
  padding: 1.5rem !important;
}
.bootstrap .p-5 {
  padding: 3rem !important;
}
.bootstrap .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.bootstrap .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.bootstrap .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.bootstrap .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.bootstrap .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.bootstrap .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.bootstrap .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bootstrap .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.bootstrap .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.bootstrap .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.bootstrap .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.bootstrap .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.bootstrap .pt-0 {
  padding-top: 0 !important;
}
.bootstrap .pt-1 {
  padding-top: 0.25rem !important;
}
.bootstrap .pt-2 {
  padding-top: 0.5rem !important;
}
.bootstrap .pt-3 {
  padding-top: 1rem !important;
}
.bootstrap .pt-4 {
  padding-top: 1.5rem !important;
}
.bootstrap .pt-5 {
  padding-top: 3rem !important;
}
.bootstrap .pe-0 {
  padding-right: 0 !important;
}
.bootstrap .pe-1 {
  padding-right: 0.25rem !important;
}
.bootstrap .pe-2 {
  padding-right: 0.5rem !important;
}
.bootstrap .pe-3 {
  padding-right: 1rem !important;
}
.bootstrap .pe-4 {
  padding-right: 1.5rem !important;
}
.bootstrap .pe-5 {
  padding-right: 3rem !important;
}
.bootstrap .pb-0 {
  padding-bottom: 0 !important;
}
.bootstrap .pb-1 {
  padding-bottom: 0.25rem !important;
}
.bootstrap .pb-2 {
  padding-bottom: 0.5rem !important;
}
.bootstrap .pb-3 {
  padding-bottom: 1rem !important;
}
.bootstrap .pb-4 {
  padding-bottom: 1.5rem !important;
}
.bootstrap .pb-5 {
  padding-bottom: 3rem !important;
}
.bootstrap .ps-0 {
  padding-left: 0 !important;
}
.bootstrap .ps-1 {
  padding-left: 0.25rem !important;
}
.bootstrap .ps-2 {
  padding-left: 0.5rem !important;
}
.bootstrap .ps-3 {
  padding-left: 1rem !important;
}
.bootstrap .ps-4 {
  padding-left: 1.5rem !important;
}
.bootstrap .ps-5 {
  padding-left: 3rem !important;
}
.bootstrap .text-start {
  text-align: left !important;
}
.bootstrap .text-end {
  text-align: right !important;
}
.bootstrap .text-center {
  text-align: center !important;
}
@media (max-width: 1023px) {
  .bootstrap .d-lg-inline {
    display: inline !important;
  }
  .bootstrap .d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-lg-block {
    display: block !important;
  }
  .bootstrap .d-lg-grid {
    display: grid !important;
  }
  .bootstrap .d-lg-table {
    display: table !important;
  }
  .bootstrap .d-lg-table-row {
    display: table-row !important;
  }
  .bootstrap .d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-lg-flex {
    display: flex !important;
  }
  .bootstrap .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-lg-none {
    display: none !important;
  }
  .bootstrap .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-lg-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-lg-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-lg-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-lg-center {
    align-items: center !important;
  }
  .bootstrap .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-lg-center {
    align-content: center !important;
  }
  .bootstrap .align-content-lg-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-lg-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-lg-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-lg-center {
    align-self: center !important;
  }
  .bootstrap .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-lg-first {
    order: -1 !important;
  }
  .bootstrap .order-lg-0 {
    order: 0 !important;
  }
  .bootstrap .order-lg-1 {
    order: 1 !important;
  }
  .bootstrap .order-lg-2 {
    order: 2 !important;
  }
  .bootstrap .order-lg-3 {
    order: 3 !important;
  }
  .bootstrap .order-lg-4 {
    order: 4 !important;
  }
  .bootstrap .order-lg-5 {
    order: 5 !important;
  }
  .bootstrap .order-lg-last {
    order: 6 !important;
  }
  .bootstrap .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-lg-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-lg-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-lg-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-lg-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-lg-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-lg-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-lg-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-lg-start {
    text-align: left !important;
  }
  .bootstrap .text-lg-end {
    text-align: right !important;
  }
  .bootstrap .text-lg-center {
    text-align: center !important;
  }
}
@media (max-width: 834px) {
  .bootstrap .d-md-inline {
    display: inline !important;
  }
  .bootstrap .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-md-block {
    display: block !important;
  }
  .bootstrap .d-md-grid {
    display: grid !important;
  }
  .bootstrap .d-md-table {
    display: table !important;
  }
  .bootstrap .d-md-table-row {
    display: table-row !important;
  }
  .bootstrap .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-md-flex {
    display: flex !important;
  }
  .bootstrap .d-md-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-md-none {
    display: none !important;
  }
  .bootstrap .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-md-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-md-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-md-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-md-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-md-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-md-center {
    align-items: center !important;
  }
  .bootstrap .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-md-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-md-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-md-center {
    align-content: center !important;
  }
  .bootstrap .align-content-md-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-md-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-md-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-md-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-md-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-md-center {
    align-self: center !important;
  }
  .bootstrap .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-md-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-md-first {
    order: -1 !important;
  }
  .bootstrap .order-md-0 {
    order: 0 !important;
  }
  .bootstrap .order-md-1 {
    order: 1 !important;
  }
  .bootstrap .order-md-2 {
    order: 2 !important;
  }
  .bootstrap .order-md-3 {
    order: 3 !important;
  }
  .bootstrap .order-md-4 {
    order: 4 !important;
  }
  .bootstrap .order-md-5 {
    order: 5 !important;
  }
  .bootstrap .order-md-last {
    order: 6 !important;
  }
  .bootstrap .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap .m-md-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-md-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-md-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-md-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-md-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-md-auto {
    margin: auto !important;
  }
  .bootstrap .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-md-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-md-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-md-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-md-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-md-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-md-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-md-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-md-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-md-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap .p-md-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-md-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-md-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-md-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-md-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-md-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-md-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-md-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-md-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-md-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-md-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-md-start {
    text-align: left !important;
  }
  .bootstrap .text-md-end {
    text-align: right !important;
  }
  .bootstrap .text-md-center {
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  .bootstrap .d-sm-inline {
    display: inline !important;
  }
  .bootstrap .d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-sm-block {
    display: block !important;
  }
  .bootstrap .d-sm-grid {
    display: grid !important;
  }
  .bootstrap .d-sm-table {
    display: table !important;
  }
  .bootstrap .d-sm-table-row {
    display: table-row !important;
  }
  .bootstrap .d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-sm-flex {
    display: flex !important;
  }
  .bootstrap .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-sm-none {
    display: none !important;
  }
  .bootstrap .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-sm-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-sm-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-sm-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-sm-center {
    align-items: center !important;
  }
  .bootstrap .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-sm-center {
    align-content: center !important;
  }
  .bootstrap .align-content-sm-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-sm-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-sm-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-sm-center {
    align-self: center !important;
  }
  .bootstrap .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-sm-first {
    order: -1 !important;
  }
  .bootstrap .order-sm-0 {
    order: 0 !important;
  }
  .bootstrap .order-sm-1 {
    order: 1 !important;
  }
  .bootstrap .order-sm-2 {
    order: 2 !important;
  }
  .bootstrap .order-sm-3 {
    order: 3 !important;
  }
  .bootstrap .order-sm-4 {
    order: 4 !important;
  }
  .bootstrap .order-sm-5 {
    order: 5 !important;
  }
  .bootstrap .order-sm-last {
    order: 6 !important;
  }
  .bootstrap .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-sm-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-sm-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-sm-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-sm-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-sm-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-sm-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-sm-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-sm-start {
    text-align: left !important;
  }
  .bootstrap .text-sm-end {
    text-align: right !important;
  }
  .bootstrap .text-sm-center {
    text-align: center !important;
  }
}


/*  ------------------------------ style.scss */
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}/*# sourceMappingURL=style.css.map */