@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:ital,wght@0,500;0,700;1,300&display=swap");
/* line 212, ../../src/sass/_variables.scss */
body {
  font-size: 16px;
}
@media screen and (max-width: 983px) {
  /* line 212, ../../src/sass/_variables.scss */
  body {
    font-size: max(1.62602vw,14px);
  }
}
@media screen and (max-width: 768px) {
  /* line 212, ../../src/sass/_variables.scss */
  body {
    font-size: 4.26667vw;
  }
}

/* line 313, ../../src/sass/_variables.scss */
.stripe {
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff 0, #cce7ff 5px, #e9f4ff 5px, #e9f4ff 10px);
  background: repeating-linear-gradient(-45deg, #cce7ff 0, #cce7ff 5px, #e9f4ff 5px, #e9f4ff 10px);
}

/* line 316, ../../src/sass/_variables.scss */
.stripe2 {
  background: -webkit-repeating-linear-gradient(-90deg, #eef 0, #eef 5px, #fff 5px, #fff 10px);
  background: repeating-linear-gradient(-90deg, #eef 0, #eef 5px, #fff 5px, #fff 10px);
}

/* line 12, ../../src/sass/common2022.scss */
.ota2022 {
  font-family: 'Noto Sans JP', sans-serif;
}

/* line 6, ../../src/sass/_basic.scss */
html {
  overflow-x: hidden;
}

/* line 11, ../../src/sass/_basic.scss */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/* line 19, ../../src/sass/_basic.scss */
.ota2022 .bgGray {
  background: #f5f5f5;
}
/* line 26, ../../src/sass/_basic.scss */
.ota2022 [class^="icon-"], .ota2022 [class*=" icon-"] {
  margin: 0 5px;
}
/* line 30, ../../src/sass/_basic.scss */
.ota2022 section {
  padding-top: 1px;
}
/* line 72, ../../src/sass/_basic.scss */
.ota2022 .wrapper {
  margin: 0 auto;
  width: min(100%,960px);
  height: inherit;
}
@media screen and (min-width: 769px) {
  /* line 80, ../../src/sass/_basic.scss */
  .ota2022 .spOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 83, ../../src/sass/_basic.scss */
  .ota2022 .pcOnly {
    display: none;
  }
}
/* line 86, ../../src/sass/_basic.scss */
.ota2022 .ovWidth {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc(((100vw - 100%) / 2) * 1);
  padding-right: calc(((100vw - 100%) / 2) * 1);
}
/* line 93, ../../src/sass/_basic.scss */
.ota2022 .ovLeft {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc(((100vw - 100%) / 2) * 1);
}
/* line 97, ../../src/sass/_basic.scss */
.ota2022 .ovRight {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-right: calc(((100vw - 100%) / 2) * 1);
}
/* line 244, ../../src/sass/_basic.scss */
.ota2022 figure {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  /* line 244, ../../src/sass/_basic.scss */
  .ota2022 figure {
    margin-bottom: 7.46667vw;
  }
}
/* line 248, ../../src/sass/_basic.scss */
.ota2022 img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
/* line 252, ../../src/sass/_basic.scss */
.ota2022 img.max {
  width: 100%;
}
/* line 268, ../../src/sass/_basic.scss */
.ota2022 .objFit {
  width: 100%;
  height: 100%;
  max-width: none;
}
/* line 272, ../../src/sass/_basic.scss */
.ota2022 .objFit.contain {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  /*IE対策*/
}
/* line 276, ../../src/sass/_basic.scss */
.ota2022 .objFit.cover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

/* line 367, ../../src/sass/_basic.scss */
#blackBg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 8;
}

/* line 381, ../../src/sass/_basic.scss */
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: max(1em,14px);
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  /* line 381, ../../src/sass/_basic.scss */
  .cookie-consent {
    font-size: clamp(14px,1em,60px);
  }
}
/* line 395, ../../src/sass/_basic.scss */
.cookie-consent.is-show {
  visibility: visible;
}
/* line 398, ../../src/sass/_basic.scss */
.cookie-consent a {
  color: #fff !important;
}

/* line 403, ../../src/sass/_basic.scss */
.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: .5em 1.5em;
}
/* line 407, ../../src/sass/_basic.scss */
.cookie-agree:hover {
  cursor: pointer;
}

/* line 412, ../../src/sass/_basic.scss */
.cc-hide1 {
  display: none;
}

/* line 416, ../../src/sass/_basic.scss */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  /* line 432, ../../src/sass/_basic.scss */
  .cookie-consent {
    flex-direction: column;
  }

  /* line 435, ../../src/sass/_basic.scss */
  .cookie-text {
    margin-bottom: 1em;
  }
}
/* line 34, ../../src/sass/_button.scss */
.ota2022 .btn {
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background: #23A263;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none !important;
  cursor: pointer;
  color: #fff;
  font-size: max(1em,14px);
  padding: 1em 4em;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  margin: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 34, ../../src/sass/_button.scss */
  .ota2022 .btn {
    font-size: clamp(14px,1.25em,28px);
  }
}
/* line 53, ../../src/sass/_button.scss */
.ota2022 .btn.dispB {
  display: block;
}
/* line 56, ../../src/sass/_button.scss */
.ota2022 .btn:focus, .ota2022 .btn:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
  border: none;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
/* line 69, ../../src/sass/_button.scss */
.ota2022 .btn.arrow {
  padding: 1em 4em;
}
/* line 71, ../../src/sass/_button.scss */
.ota2022 .btn.arrow:after {
  font-family: "Font Awesome 6 Free" !important;
  content: "" !important;
  font-weight: 600 !important;
  font-size: 1em;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
/* line 83, ../../src/sass/_button.scss */
.ota2022 .btn.reverse {
  padding: 1em 4em;
}
/* line 85, ../../src/sass/_button.scss */
.ota2022 .btn.reverse:after {
  font-family: "Font Awesome 6 Free" !important;
  content: "" !important;
  font-weight: 600 !important;
  font-size: 1em;
  color: #fff;
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
/* line 134, ../../src/sass/_button.scss */
.ota2022 .btn.nomark:after {
  display: none;
}
/* line 141, ../../src/sass/_button.scss */
.ota2022 .btn.orange {
  background: #e29112;
  color: #fff;
}
/* line 144, ../../src/sass/_button.scss */
.ota2022 .btn.orange:focus, .ota2022 .btn.orange:hover {
  background: #dc6d14;
  color: #fff;
}
/* line 152, ../../src/sass/_button.scss */
.ota2022 .btn[href$=".pdf"], .ota2022 .btn[href$=".xls"], .ota2022 .btn[href$=".xlsx"], .ota2022 .btn[href$=".doc"], .ota2022 .btn[href$=".docx"], .ota2022 .btn[href$=".ppt"], .ota2022 .btn[href$=".pptx"] {
  padding: 1em 4em;
}
/* line 160, ../../src/sass/_button.scss */
.ota2022 .btn[href$=".pdf"]:after, .ota2022 .btn[href$=".xls"]:after, .ota2022 .btn[href$=".xlsx"]:after, .ota2022 .btn[href$=".doc"]:after, .ota2022 .btn[href$=".docx"]:after, .ota2022 .btn[href$=".ppt"]:after, .ota2022 .btn[href$=".pptx"]:after {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 768px) {
  /* line 160, ../../src/sass/_button.scss */
  .ota2022 .btn[href$=".pdf"]:after, .ota2022 .btn[href$=".xls"]:after, .ota2022 .btn[href$=".xlsx"]:after, .ota2022 .btn[href$=".doc"]:after, .ota2022 .btn[href$=".docx"]:after, .ota2022 .btn[href$=".ppt"]:after, .ota2022 .btn[href$=".pptx"]:after {
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}
/* line 179, ../../src/sass/_button.scss */
.ota2022 .btn[target="_blank"] {
  padding: 1em 4em;
}
/* line 181, ../../src/sass/_button.scss */
.ota2022 .btn[target="_blank"]:after {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  /* line 181, ../../src/sass/_button.scss */
  .ota2022 .btn[target="_blank"]:after {
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}
/* line 204, ../../src/sass/_button.scss */
.ota2022 .btn a[target="_blank"]:after,
.ota2022 .btn a[href$=".pdf"]:after,
.ota2022 .btn a.pdf:after,
.ota2022 .btn a[href$=".doc"]:after,
.ota2022 .btn a[href$=".docx"]:after,
.ota2022 .btn a[href$=".xls"]:after,
.ota2022 .btn a[href$=".xlsx"]:after,
.ota2022 .btn a[href$=".ppt"]:after,
.ota2022 .btn a[href$=".pptm"]:after,
.ota2022 .btn a[href$=".pptx"]:after {
  vertical-align: baseline;
}
/* line 209, ../../src/sass/_button.scss */
.ota2022 .btn a[target="_blank"].btn:after,
.ota2022 .btn a[href$=".pdf"].btn:after,
.ota2022 .btn a.pdf.btn:after,
.ota2022 .btn a[href$=".doc"].btn:after,
.ota2022 .btn a[href$=".docx"].btn:after,
.ota2022 .btn a[href$=".xls"].btn:after,
.ota2022 .btn a[href$=".xlsx"].btn:after,
.ota2022 .btn a[href$=".ppt"].btn:after,
.ota2022 .btn a[href$=".pptm"].btn:after,
.ota2022 .btn a[href$=".pptx"].btn:after {
  font-size: max(1em,14px);
}
@media screen and (max-width: 768px) {
  /* line 209, ../../src/sass/_button.scss */
  .ota2022 .btn a[target="_blank"].btn:after,
  .ota2022 .btn a[href$=".pdf"].btn:after,
  .ota2022 .btn a.pdf.btn:after,
  .ota2022 .btn a[href$=".doc"].btn:after,
  .ota2022 .btn a[href$=".docx"].btn:after,
  .ota2022 .btn a[href$=".xls"].btn:after,
  .ota2022 .btn a[href$=".xlsx"].btn:after,
  .ota2022 .btn a[href$=".ppt"].btn:after,
  .ota2022 .btn a[href$=".pptm"].btn:after,
  .ota2022 .btn a[href$=".pptx"].btn:after {
    font-size: clamp(14px,1.25em,28px);
  }
}

/* line 11, ../../src/sass/_interactions.scss */
.ota2022 .ui-arrow-1 {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
}
/* line 17, ../../src/sass/_interactions.scss */
.ota2022 .ui-arrow-1:before, .ota2022 .ui-arrow-1:after {
  content: '';
  background-color: #333;
  position: absolute;
  top: 50%;
  width: 1px;
  height: calc(70% - 1px);
  margin-top: -35%;
}
/* line 27, ../../src/sass/_interactions.scss */
.ota2022 .ui-arrow-1:before {
  left: 50%;
  margin-left: -25%;
  transform: rotate(-45deg);
}
/* line 32, ../../src/sass/_interactions.scss */
.ota2022 .ui-arrow-1:after {
  right: 50%;
  margin-right: -25%;
  transform: rotate(45deg);
}
/* line 37, ../../src/sass/_interactions.scss */
.ota2022 .ui-arrow-1:before, .ota2022 .ui-arrow-1:after {
  transition: transform 0.34s ease;
}
/* line 42, ../../src/sass/_interactions.scss */
.ota2022 .ui-arrow-1.is-active:before {
  transform: rotate(45deg);
}
/* line 45, ../../src/sass/_interactions.scss */
.ota2022 .ui-arrow-1.is-active:after {
  transform: rotate(-45deg);
}
/* line 50, ../../src/sass/_interactions.scss */
.ota2022 .ui-arrow-2 {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  transition: transform 0.3s ease;
}
/* line 57, ../../src/sass/_interactions.scss */
.ota2022 .ui-arrow-2:before, .ota2022 .ui-arrow-2:after {
  content: '';
  background-color: #333;
  position: absolute;
  top: 50%;
  width: 1px;
  height: calc(70% - 1px);
  margin-top: -35%;
}
/* line 67, ../../src/sass/_interactions.scss */
.ota2022 .ui-arrow-2:before {
  left: 50%;
  margin-left: -25%;
  transform: rotate(-45deg);
}
/* line 72, ../../src/sass/_interactions.scss */
.ota2022 .ui-arrow-2:after {
  right: 50%;
  margin-right: -25%;
  transform: rotate(45deg);
}
/* line 77, ../../src/sass/_interactions.scss */
.ota2022 .ui-arrow-2.is-active {
  transform: rotate(-180deg);
}
/* line 81, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-1 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #333333, #333333);
  background-size: 100% 20%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-size 0.2s 0.25s ease;
  cursor: pointer;
}
/* line 92, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-1:before, .ota2022 .ui-hamburger-1:after {
  height: 20%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #333;
  content: '';
  transition: transform 0.3s ease;
}
/* line 102, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-1:before {
  top: 0;
  transform-origin: 9% 150%;
}
/* line 106, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-1:after {
  bottom: 0;
  transform-origin: 9% -50%;
}
/* line 110, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-1.is-active {
  background-size: 0 20%;
  transition-delay: 0s;
}
/* line 113, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-1.is-active:before {
  transform: rotate(45deg);
  transition-delay: 0.15s;
}
/* line 117, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-1.is-active:after {
  transform: rotate(-45deg);
  transition-delay: 0.15s;
}
/* line 123, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-2 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #333333, #333333);
  background-size: 100% 20%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-size 0.2s 0.25s ease;
  cursor: pointer;
}
/* line 134, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-2:before, .ota2022 .ui-hamburger-2:after {
  height: 20%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #333;
  content: '';
  transition: transform 0.3s ease;
}
/* line 144, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-2:before {
  top: 0;
  transform-origin: 91% 150%;
}
/* line 148, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-2:after {
  bottom: 0;
  transform-origin: 91% -50%;
}
/* line 152, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-2.is-active {
  background-size: 0 20%;
  transition-delay: 0s;
}
/* line 155, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-2.is-active:before {
  transform: rotate(-45deg);
  transition-delay: 0.15s;
}
/* line 159, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-2.is-active:after {
  transform: rotate(45deg);
  transition-delay: 0.15s;
}
/* line 165, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-3 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #333333 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 100% 40%;
  background-repeat-x: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-size 0.2s 0.45s ease;
}
/* line 176, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-3:before, .ota2022 .ui-hamburger-3:after {
  height: 20%;
  width: 0;
  position: absolute;
  background-color: #333;
  content: '';
  transform: rotate(0);
  top: 40%;
  transition: transform 0.3s ease, width 0.3s 0.2s ease;
}
/* line 187, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-3:before, .ota2022 .ui-hamburger-3:after {
  left: 0;
}
/* line 191, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-3.is-active {
  background-size: 0 40%;
  transition-delay: 0s;
}
/* line 194, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-3.is-active:before, .ota2022 .ui-hamburger-3.is-active:after {
  width: 100%;
  transition: width 0.3s 0.2s ease, transform 0.3s 0.4s ease;
}
/* line 199, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-3.is-active:before {
  transform: rotate(-45deg);
}
/* line 202, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-3.is-active:after {
  transform: rotate(45deg);
}
/* line 207, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-4 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #333333 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 100% 40%;
  background-repeat-x: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 0.2s 0.45s ease;
}
/* line 218, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-4:before, .ota2022 .ui-hamburger-4:after {
  height: 20%;
  width: 0;
  position: absolute;
  background-color: #333;
  content: '';
  transform: rotate(0);
  top: 40%;
  transition: transform 0.3s ease, width 0.3s 0.2s ease;
}
/* line 229, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-4:before, .ota2022 .ui-hamburger-4:after {
  right: 0;
}
/* line 233, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-4.is-active {
  background-position: 30px 0;
  transition-delay: 0s;
}
/* line 236, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-4.is-active:before, .ota2022 .ui-hamburger-4.is-active:after {
  width: 100%;
  transition: width 0.3s 0.2s ease, transform 0.3s 0.4s ease;
}
/* line 241, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-4.is-active:before {
  transform: rotate(-45deg);
}
/* line 244, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-4.is-active:after {
  transform: rotate(45deg);
}
/* line 249, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-5 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #333333, #333333);
  background-size: 100% 20%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-size 0.2s 0.25s ease;
  cursor: pointer;
  transition: background-size 0.3s 0.2s ease;
}
/* line 261, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-5:before, .ota2022 .ui-hamburger-5:after {
  height: 20%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #333;
  content: '';
  transition: transform 0.3s ease;
}
/* line 271, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-5:before {
  top: 0;
}
/* line 274, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-5:after {
  bottom: 0;
}
/* line 277, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-5:before, .ota2022 .ui-hamburger-5:after {
  transition: 0.3s ease;
}
/* line 281, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-5.is-active {
  background-size: 0 0;
}
/* line 283, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-5.is-active:before, .ota2022 .ui-hamburger-5.is-active:after {
  transition-delay: 0.3s;
}
/* line 287, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-5.is-active:before {
  transform: translateY(200%) rotate(45deg);
}
/* line 290, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-5.is-active:after {
  transform: translateY(-200%) rotate(-45deg);
}
/* line 295, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-6 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  cursor: pointer;
}
/* line 301, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-6:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #333333 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 100% 40%;
  background-repeat-x: no-repeat;
  background-position: 0 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* line 314, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-6:after {
  width: 80%;
  height: 90%;
  top: 5%;
  left: 10%;
  content: '';
  position: absolute;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 40%, #333333 40%, #333333 60%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #333333 40%, #333333 60%, rgba(0, 0, 0, 0) 60%);
  transform: rotate(45deg) scale(0);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* line 326, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-6.is-active:before {
  opacity: 0;
  transform: scale(0);
}
/* line 330, ../../src/sass/_interactions.scss */
.ota2022 .ui-hamburger-6.is-active:after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  transition-delay: 0.3s ease;
}
/* line 336, ../../src/sass/_interactions.scss */
.ota2022 .ui-plus-1 {
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
/* line 343, ../../src/sass/_interactions.scss */
.ota2022 .ui-plus-1:before, .ota2022 .ui-plus-1:after {
  content: "";
  height: 20%;
  width: 100%;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10%;
}
/* line 354, ../../src/sass/_interactions.scss */
.ota2022 .ui-plus-1:before {
  transform: rotate(90deg);
}
/* line 357, ../../src/sass/_interactions.scss */
.ota2022 .ui-plus-1:before {
  transition: transform 0.3s ease;
}
/* line 360, ../../src/sass/_interactions.scss */
.ota2022 .ui-plus-1.is-active:before {
  transform: rotate(0);
}
/* line 364, ../../src/sass/_interactions.scss */
.ota2022 .ui-plus-2 {
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
/* line 371, ../../src/sass/_interactions.scss */
.ota2022 .ui-plus-2:before, .ota2022 .ui-plus-2:after {
  content: "";
  height: 20%;
  width: 100%;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10%;
}
/* line 382, ../../src/sass/_interactions.scss */
.ota2022 .ui-plus-2:before {
  transform: rotate(90deg);
}
/* line 385, ../../src/sass/_interactions.scss */
.ota2022 .ui-plus-2:before {
  transition: transform 0.3s ease;
}
/* line 388, ../../src/sass/_interactions.scss */
.ota2022 .ui-plus-2.is-active:before {
  transform: rotate(-180deg);
}
@-moz-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 424, ../../src/sass/_interactions.scss */
.ota2022 .ui-loading-1 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 434, ../../src/sass/_interactions.scss */
.ota2022 .ui-loading-1:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #333;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
/* line 445, ../../src/sass/_interactions.scss */
.ota2022 .ui-loading-1:after {
  content: '';
  border: solid 2px #fff;
  border-left-color: transparent;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-top: -8px;
  margin-left: -8px;
  opacity: 0;
  transition: opacity 0.2s 0.1s ease;
}
/* line 460, ../../src/sass/_interactions.scss */
.ota2022 .ui-loading-1.is-active:before {
  transform: scaleX(1);
}
/* line 463, ../../src/sass/_interactions.scss */
.ota2022 .ui-loading-1.is-active:after {
  animation: rotation 0.5s infinite linear;
  opacity: 1;
}
@-moz-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 502, ../../src/sass/_interactions.scss */
.ota2022 .ui-loading-2 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 513, ../../src/sass/_interactions.scss */
.ota2022 .ui-loading-2:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #333;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}
/* line 524, ../../src/sass/_interactions.scss */
.ota2022 .ui-loading-2:after {
  content: '';
  border: solid 2px #fff;
  border-left-color: transparent;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-top: -8px;
  margin-left: -8px;
  opacity: 0;
  transition: opacity 0.2s 0.1s ease;
}
/* line 539, ../../src/sass/_interactions.scss */
.ota2022 .ui-loading-2.is-active:before {
  transform: scaleY(1);
}
/* line 542, ../../src/sass/_interactions.scss */
.ota2022 .ui-loading-2.is-active:after {
  animation: rotation 0.5s infinite linear;
  opacity: 1;
}
@-moz-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 579, ../../src/sass/_interactions.scss */
.ota2022 .ui-loading-3 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 590, ../../src/sass/_interactions.scss */
.ota2022 .ui-loading-3:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #333;
  transform: translateX(-100%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.1s 0.3s;
}
/* line 602, ../../src/sass/_interactions.scss */
.ota2022 .ui-loading-3:after {
  content: '';
  border: solid 2px #fff;
  border-left-color: transparent;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-top: -8px;
  margin-left: -8px;
  opacity: 0;
  transition: opacity 0.2s 0.1s ease;
}
/* line 617, ../../src/sass/_interactions.scss */
.ota2022 .ui-loading-3.is-active:before {
  transition: opacity 0.3s ease;
  transform: translateX(0);
  opacity: 1;
}
/* line 622, ../../src/sass/_interactions.scss */
.ota2022 .ui-loading-3.is-active:after {
  animation: rotation 0.5s infinite linear;
  opacity: 1;
}
/* line 627, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-1 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 638, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-1:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
}
/* line 649, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-1.is-active {
  color: #fff;
}
/* line 652, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-1:before {
  transform: translateX(calc(-100% - 1px));
}
/* line 655, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-1.is-active:before {
  transform: translateX(0);
}
/* line 659, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-2 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 670, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-2:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
}
/* line 681, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-2.is-active {
  color: #fff;
}
/* line 684, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-2:before {
  transform: translateX(calc(100% + 1px));
}
/* line 687, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-2.is-active:before {
  transform: translateX(0);
}
/* line 691, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-3 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 702, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-3:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
}
/* line 713, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-3.is-active {
  color: #fff;
}
/* line 716, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-3:before {
  transform: translateY(-100%);
}
/* line 719, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-3.is-active:before {
  transform: translateY(0);
}
/* line 723, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-4 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 734, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-4:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
}
/* line 745, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-4.is-active {
  color: #fff;
}
/* line 748, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-4:before {
  transform: translateY(100%);
}
/* line 751, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-4.is-active:before {
  transform: translateY(0);
}
/* line 755, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-5 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 766, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-5:before,
.ota2022 .ui-toggle-5:after {
  position: absolute;
  content: '';
  background-color: #333;
  width: 50%;
  top: 0;
  height: 100%;
  transition: transform 0.3s ease;
  z-index: -1;
}
/* line 777, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-5:before {
  left: 0;
  transform: translateX(-100%);
}
/* line 781, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-5:after {
  right: 0;
  transform: translateX(100%);
}
/* line 785, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-5.is-active {
  color: #fff;
}
/* line 788, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-5.is-active:before,
.ota2022 .ui-toggle-5.is-active:after {
  transform: translateX(0);
}
/* line 793, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-6 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 804, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-6:before,
.ota2022 .ui-toggle-6:after {
  position: absolute;
  content: '';
  background-color: #333;
  width: 100%;
  left: 0;
  height: 50%;
  transition: transform 0.3s ease;
  z-index: -1;
}
/* line 815, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-6:before {
  top: 0;
  transform: translateY(-100%);
}
/* line 819, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-6:after {
  bottom: 0;
  transform: translateY(100%);
}
/* line 823, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-6.is-active {
  color: #fff;
}
/* line 826, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-6.is-active:before,
.ota2022 .ui-toggle-6.is-active:after {
  transform: translateY(0);
}
/* line 831, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-7 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 842, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-7:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  left: 0;
  top: 0;
  transform-origin: top left;
  transform: rotate(-90deg);
}
/* line 855, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-7.is-active {
  color: #fff;
}
/* line 858, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-7.is-active:before {
  transform: rotate(0);
}
/* line 862, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-8 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 873, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-8:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  left: 0;
  top: 0;
  transform-origin: top left;
  transform: rotate(90deg);
}
/* line 886, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-8.is-active {
  color: #fff;
}
/* line 889, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-8.is-active:before {
  transform: rotate(0);
}
/* line 893, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-9 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 904, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-9:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  left: 0;
  bottom: 0;
  transform-origin: bottom left;
  transform: rotate(-90deg);
}
/* line 917, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-9.is-active {
  color: #fff;
}
/* line 920, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-9.is-active:before {
  transform: rotate(0);
}
/* line 924, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-10 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 935, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-10:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  left: 0;
  bottom: 0;
  transform-origin: bottom left;
  transform: rotate(90deg);
}
/* line 948, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-10.is-active {
  color: #fff;
}
/* line 951, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-10.is-active:before {
  transform: rotate(0);
}
/* line 955, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-11 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 966, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-11:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  right: -1px;
  width: calc(100% + 1px);
  top: 0;
  transform-origin: top right;
  transform: rotate(-90deg);
}
/* line 980, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-11.is-active {
  color: #fff;
}
/* line 983, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-11.is-active:before {
  transform: rotate(0);
}
/* line 987, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-12 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 998, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-12:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  right: 0;
  top: -1px;
  height: calc(100% + 1px);
  transform-origin: top right;
  transform: rotate(90deg);
}
/* line 1012, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-12.is-active {
  color: #fff;
}
/* line 1015, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-12.is-active:before {
  transform: rotate(0);
}
/* line 1019, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-13 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 1030, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-13:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  right: 0;
  bottom: -1px;
  height: calc(100% + 1px);
  transform-origin: bottom right;
  transform: rotate(-90deg);
}
/* line 1044, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-13.is-active {
  color: #fff;
}
/* line 1047, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-13.is-active:before {
  transform: rotate(0);
}
/* line 1051, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-14 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 1062, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-14:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  right: -1px;
  bottom: 0;
  width: calc(100% + 1px);
  transform-origin: bottom right;
  transform: rotate(90deg);
}
/* line 1076, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-14.is-active {
  color: #fff;
}
/* line 1079, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-14.is-active:before {
  transform: rotate(0);
}
/* line 1083, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-15 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 1094, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-15:before,
.ota2022 .ui-toggle-15:after {
  top: 0;
  position: absolute;
  width: calc(50% + 21px);
  height: 100%;
  content: '';
  background-color: #333;
  transition: transform 0.35s ease;
  z-index: -1;
}
/* line 1105, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-15:before {
  left: 0;
  transform: skewX(-20deg) translateX(calc(-100% - 20px));
}
/* line 1109, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-15:after {
  right: 0;
  transform: skewX(-20deg) translateX(calc(100% + 20px));
}
/* line 1113, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-15.is-active {
  color: #fff;
}
/* line 1116, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-15.is-active:before {
  transform: skewX(-20deg) translateX(-20px);
}
/* line 1119, ../../src/sass/_interactions.scss */
.ota2022 .ui-toggle-15.is-active:after {
  transform: skewX(-20deg) translateX(20px);
}

/* line 14, ../../src/sass/_siteheader.scss */
body {
  padding-top: min(6.09756vw,60px);
}
@media screen and (max-width: 768px) {
  /* line 14, ../../src/sass/_siteheader.scss */
  body {
    padding-top: 60px;
  }
}

/* line 23, ../../src/sass/_siteheader.scss */
#header {
  background: #fff;
  width: 100vw;
  border-bottom: none;
  height: min(6.09756vw,60px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  /* line 23, ../../src/sass/_siteheader.scss */
  #header {
    width: calc(100vw - 30px);
  }
}
/* line 42, ../../src/sass/_siteheader.scss */
#header .inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 22px;
  height: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1109px) {
  /* line 42, ../../src/sass/_siteheader.scss */
  #header .inner {
    padding: 0 0.9009vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 42, ../../src/sass/_siteheader.scss */
  #header .inner {
    padding: 0;
  }
}
/* line 54, ../../src/sass/_siteheader.scss */
#header .inner .flexBox {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 58, ../../src/sass/_siteheader.scss */
#header .inner .logo {
  width: min(23.67886vw,233px);
  height: 100%;
  position: relative;
  top: 0;
}
@media screen and (min-width: 769px) and (max-width: 1109px) {
  /* line 58, ../../src/sass/_siteheader.scss */
  #header .inner .logo {
    width: 20.99099vw;
    height: unset;
  }
}
/* line 67, ../../src/sass/_siteheader.scss */
#header .inner .logo img {
  width: min(23.67886vw,233px);
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 769px) and (max-width: 1109px) {
  /* line 67, ../../src/sass/_siteheader.scss */
  #header .inner .logo img {
    top: 60%;
  }
}

@media screen and (min-width: 769px) {
  /* line 85, ../../src/sass/_siteheader.scss */
  .gNavi {
    display: none;
  }
}
/* line 93, ../../src/sass/_siteheader.scss */
#drillDown .navL1 {
  align-self: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
@media screen and (min-width: 769px) and (max-width: 1109px) {
  /* line 93, ../../src/sass/_siteheader.scss */
  #drillDown .navL1 {
    margin-top: 1.44144vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 93, ../../src/sass/_siteheader.scss */
  #drillDown .navL1 {
    display: none;
  }
}
/* line 102, ../../src/sass/_siteheader.scss */
#drillDown .navL1 a {
  text-decoration: none;
  margin-right: 1em;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1109px) {
  /* line 102, ../../src/sass/_siteheader.scss */
  #drillDown .navL1 a {
    margin-right: 1.08108vw;
  }
}
/* line 111, ../../src/sass/_siteheader.scss */
#drillDown .navL1 a.drill:after {
  display: inline-block;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: "Font Awesome 6 Free" !important;
  content: "" !important;
  font-weight: 600 !important;
  font-size: 1em;
  margin-left: 0.5em;
}
/* line 119, ../../src/sass/_siteheader.scss */
#drillDown .navL1 a.drill.active:after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (min-width: 769px) and (max-width: 1109px) {
  /* line 124, ../../src/sass/_siteheader.scss */
  #drillDown .navL1 a img.icon {
    width: 2.52252vw;
  }
}
/* line 129, ../../src/sass/_siteheader.scss */
#drillDown .navL1 a.searchBtn {
  background-color: #000;
  width: 30px;
  height: 30px;
  margin-right: 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1109px) {
  /* line 129, ../../src/sass/_siteheader.scss */
  #drillDown .navL1 a.searchBtn {
    width: 2.7027vw;
    height: 2.7027vw;
  }
}
/* line 139, ../../src/sass/_siteheader.scss */
#drillDown .navL1 a.searchBtn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 150, ../../src/sass/_siteheader.scss */
#drillDown .navL1 .inputArea input {
  border: 1px solid #CDD6DD;
  padding: 2px 6px;
  width: 200px;
}
@media screen and (min-width: 769px) and (max-width: 1109px) {
  /* line 150, ../../src/sass/_siteheader.scss */
  #drillDown .navL1 .inputArea input {
    width: 13.51351vw;
    height: 2.7027vw;
  }
}
/* line 158, ../../src/sass/_siteheader.scss */
#drillDown .navL1 .inputArea input::placeholder {
  color: #ccc;
}
/* line 164, ../../src/sass/_siteheader.scss */
#drillDown .stage {
  background-color: rgba(0, 36, 87, 0.9);
  color: #fff;
  position: relative;
}
/* line 170, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 {
  display: none;
  text-align: left;
  padding: 3em 0;
  background-image: url(../img/parts/menu_bk_op.10.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 300px;
}
/* line 180, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .sec {
  padding: 0 1em;
  border-right: 1px solid #999;
  position: relative;
  background-color: transparent;
  height: min(80vh,540px);
  overflow-y: auto;
}
/* line 191, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .sec.summary {
  z-index: 4;
  width: 15%;
}
/* line 194, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .sec.summary .mds {
  font-size: min(1.75182vw,24px);
  text-align: center;
}
/* line 199, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .sec.navL2 {
  z-index: 3;
  width: calc(85%/3);
}
/* line 202, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .sec.navL2.x2 {
  width: calc((85%/3)*2);
}
/* line 206, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .sec.level3 {
  z-index: 2;
  width: calc(85%/3);
}
/* line 209, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .sec.level3.x2 {
  width: calc((85%/3)*2);
}
/* line 213, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .sec.level4 {
  z-index: 1;
  width: calc(85%/3);
}
/* line 217, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .sec a {
  display: block;
  padding: 0.5em 2em 0.5em 0.5em;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #999;
}
/* line 223, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .sec a.drill {
  position: relative;
}
/* line 225, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .sec a.drill:after {
  font-family: "Font Awesome 6 Free" !important;
  content: "" !important;
  font-weight: 600 !important;
  font-size: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(-0.5em, -50%);
  -ms-transform: translate(-0.5em, -50%);
  -webkit-transform: translate(-0.5em, -50%);
  transform: translate(-0.5em, -50%);
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 233, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .sec a.drill.active {
  background-color: #000;
}
/* line 237, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .sec a.drill.active:after {
  -moz-transform: translate(-0.5em, -50%) rotate(-180deg);
  -ms-transform: translate(-0.5em, -50%) rotate(-180deg);
  -webkit-transform: translate(-0.5em, -50%) rotate(-180deg);
  transform: translate(-0.5em, -50%) rotate(-180deg);
}
/* line 242, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .sec a:hover {
  color: #ff3;
}
/* line 247, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .navL3, #drillDown .stage .level2 .navL4 {
  position: absolute;
  width: calc(100% - 2em);
  top: 0;
  left: -120%;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 254, ../../src/sass/_siteheader.scss */
#drillDown .stage .level2 .navL3.open, #drillDown .stage .level2 .navL4.open {
  left: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 260, ../../src/sass/_siteheader.scss */
#drillDown .stage #stageClose {
  display: none;
  position: absolute;
  top: 0.5em;
  right: 1.5em;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
/* line 268, ../../src/sass/_siteheader.scss */
#drillDown .stage #stageClose i {
  font-size: max(2.375em,14px);
}
@media screen and (max-width: 768px) {
  /* line 268, ../../src/sass/_siteheader.scss */
  #drillDown .stage #stageClose i {
    font-size: clamp(14px,2.375em,60px);
  }
}

/* line 280, ../../src/sass/_siteheader.scss */
.hamMenu {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 25px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  /* line 302, ../../src/sass/_siteheader.scss */
  #header {
    height: 60px !important;
    padding: 1px 15px;
  }
  /* line 306, ../../src/sass/_siteheader.scss */
  #header .inner .logo {
    text-align: left;
    width: 218px;
    height: 42px;
    margin-top: 8px;
  }
  /* line 311, ../../src/sass/_siteheader.scss */
  #header .inner .logo img {
    width: 218px;
    height: 60px;
  }

  /* line 321, ../../src/sass/_siteheader.scss */
  .gNavi {
    position: fixed;
    width: 100%;
    height: calc(100% - (60 * 1px));
    top: 60px;
    left: 150%;
    z-index: 8;
    background-color: #002457;
    color: #fff;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow-y: auto;
  }
  /* line 333, ../../src/sass/_siteheader.scss */
  .gNavi ul, .gNavi li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  /* line 339, ../../src/sass/_siteheader.scss */
  .gNavi a {
    display: block;
    text-align: left;
    margin-bottom: 0;
    color: #fff;
    text-decoration: none;
  }
  /* line 346, ../../src/sass/_siteheader.scss */
  .gNavi.is-active {
    left: 0;
  }
  /* line 349, ../../src/sass/_siteheader.scss */
  .gNavi li {
    padding: 0;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  /* line 353, ../../src/sass/_siteheader.scss */
  .gNavi li a {
    padding: 1em;
  }
  /* line 358, ../../src/sass/_siteheader.scss */
  .gNavi li.drill > a:after {
    font-family: "Font Awesome 6 Free" !important;
    content: "" !important;
    font-weight: 600 !important;
    font-size: 1em;
    position: absolute;
    top: 1em;
    right: 1em;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  /* line 365, ../../src/sass/_siteheader.scss */
  .gNavi li.drill > a.active {
    border-bottom: 1px solid #ccc;
    color: #ff3;
  }
  /* line 368, ../../src/sass/_siteheader.scss */
  .gNavi li.drill > a.active:after {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /* line 375, ../../src/sass/_siteheader.scss */
  .gNavi ul li.drill > ul {
    display: none;
    margin: 0 1em 1em;
  }
  /* line 382, ../../src/sass/_siteheader.scss */
  .gNavi .other {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    padding: 1em 0.5em 4em;
  }
  /* line 385, ../../src/sass/_siteheader.scss */
  .gNavi .other a, .gNavi .other span {
    display: inline-block;
    margin: 3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 390, ../../src/sass/_siteheader.scss */
  .gNavi .other img.sicon {
    width: 4.8vw;
    height: 4.8vw;
  }
  /* line 394, ../../src/sass/_siteheader.scss */
  .gNavi .other img.icon {
    width: 7.46667vw;
    height: 7.46667vw;
  }
}

/* line 9, ../../src/sass/_sitefooter.scss */
#footer {
  background: #002457;
  color: #fff;
}
/* line 12, ../../src/sass/_sitefooter.scss */
#footer .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  padding: 40px 0;
}
/* line 15, ../../src/sass/_sitefooter.scss */
#footer .inner .add {
  padding: 0.5em 4em 0.5em 0;
}
/* line 18, ../../src/sass/_sitefooter.scss */
#footer .inner .add .logo {
  width: min(29.57317vw,291px);
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  /* line 18, ../../src/sass/_sitefooter.scss */
  #footer .inner .add .logo {
    width: 77.33333vw;
  }
}
/* line 25, ../../src/sass/_sitefooter.scss */
#footer .inner .add .tel {
  font-size: max(1.25em,14px);
}
@media screen and (max-width: 768px) {
  /* line 25, ../../src/sass/_sitefooter.scss */
  #footer .inner .add .tel {
    font-size: clamp(14px,1.25em,60px);
  }
}
@media screen and (max-width: 768px) {
  /* line 15, ../../src/sass/_sitefooter.scss */
  #footer .inner .add {
    width: 100%;
    padding: 0.5em 0;
  }
  /* line 31, ../../src/sass/_sitefooter.scss */
  #footer .inner .add p {
    font-size: 3.73333vw;
  }
  /* line 33, ../../src/sass/_sitefooter.scss */
  #footer .inner .add p.tel {
    font-size: 5.33333vw;
  }
}
/* line 39, ../../src/sass/_sitefooter.scss */
#footer .inner .nav {
  flex: 1;
  border-left: 1px solid #fff;
  padding: 0.5em 1em;
}
/* line 43, ../../src/sass/_sitefooter.scss */
#footer .inner .nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: max(0.875em,14px);
  padding: 0.5em 0;
}
@media screen and (max-width: 768px) {
  /* line 43, ../../src/sass/_sitefooter.scss */
  #footer .inner .nav a {
    font-size: clamp(14px,0.875em,60px);
  }
}
/* line 49, ../../src/sass/_sitefooter.scss */
#footer .inner .nav a:hover {
  color: #ff3;
}
@media screen and (max-width: 768px) {
  /* line 39, ../../src/sass/_sitefooter.scss */
  #footer .inner .nav {
    display: none;
  }
}
/* line 58, ../../src/sass/_sitefooter.scss */
#footer .copyright {
  text-align: center;
  font-size: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  /* line 58, ../../src/sass/_sitefooter.scss */
  #footer .copyright {
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 983px) {
  /* line 73, ../../src/sass/_sitefooter.scss */
  #footer .inner {
    padding: 5.0813vw 0;
  }
  /* line 75, ../../src/sass/_sitefooter.scss */
  #footer .inner .logo {
    font-size: 2.23577vw;
  }
  /* line 78, ../../src/sass/_sitefooter.scss */
  #footer .inner .copyright {
    bottom: 5.0813vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 90, ../../src/sass/_sitefooter.scss */
  #footer .inner {
    text-align: center;
    padding: 6.51042vw 0;
  }
  /* line 93, ../../src/sass/_sitefooter.scss */
  #footer .inner .logo {
    font-size: 8vw;
  }
  /* line 96, ../../src/sass/_sitefooter.scss */
  #footer .inner .copyright {
    position: static;
    text-align: center;
  }
  /* line 100, ../../src/sass/_sitefooter.scss */
  #footer .inner a {
    color: #fff;
    text-decoration: underline;
  }
}
/* line 112, ../../src/sass/_sitefooter.scss */
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: #333;
  border: 2px solid #fff;
  color: #fff;
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  z-index: 50;
}
/* line 139, ../../src/sass/_sitefooter.scss */
#pageTop a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
  font-size: max(1em,14px);
}
@media screen and (max-width: 768px) {
  /* line 139, ../../src/sass/_sitefooter.scss */
  #pageTop a {
    font-size: clamp(14px,1em,60px);
  }
}
/* line 147, ../../src/sass/_sitefooter.scss */
#pageTop a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 983px) {
  /* line 112, ../../src/sass/_sitefooter.scss */
  #pageTop {
    width: 5.0813vw;
    height: 5.0813vw;
    bottom: 5.0813vw;
    right: 5.0813vw;
    -moz-border-radius: 2.54065vw;
    -webkit-border-radius: 2.54065vw;
    border-radius: 2.54065vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 112, ../../src/sass/_sitefooter.scss */
  #pageTop {
    width: 10.66667vw;
    height: 10.66667vw;
    bottom: 5.33333vw;
    right: 2.66667vw;
    -moz-border-radius: 5.33333vw;
    -webkit-border-radius: 5.33333vw;
    border-radius: 5.33333vw;
  }
}

/* line 49, ../../src/sass/common2022.scss */
.ota2022 img.linkicon {
  display: none;
}

/* line 54, ../../src/sass/common2022.scss */
#catTab #newsNav li {
  padding: 0 8px !important;
}

/* line 61, ../../src/sass/common2022.scss */
#fs-result-container {
  padding-top: 4em;
}

/* line 64, ../../src/sass/common2022.scss */
#fs-result-target {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  /* line 64, ../../src/sass/common2022.scss */
  #fs-result-target {
    width: 100%;
  }
}
/* line 70, ../../src/sass/common2022.scss */
#fs-result-target #fs-result {
  padding: 0 0 1em 0;
  text-align: left;
  border: 2px solid #d0d0d0;
  margin-top: 20px;
}
/* line 75, ../../src/sass/common2022.scss */
#fs-result-target #fs-result.senmon {
  border: none;
}
/* line 78, ../../src/sass/common2022.scss */
#fs-result-target #fs-result #fs-result-msg {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 20px;
  margin-bottom: 5px;
  line-height: 1;
  background: #1870dd;
  color: #fff;
}
/* line 86, ../../src/sass/common2022.scss */
#fs-result-target #fs-result #fs-result-msg:before {
  content: "検索結果：";
}
/* line 91, ../../src/sass/common2022.scss */
#fs-result-target #fs-result ul.fs-page {
  margin: 0 0 2em 0;
  padding: 10px 0 0;
}
/* line 94, ../../src/sass/common2022.scss */
#fs-result-target #fs-result ul.fs-page li {
  margin: 0 1em;
  padding: 0 0 1em 1em !important;
  background: url(../img/icon/icon_li_greenBall.png) left 0.4em no-repeat !important;
}
/* line 98, ../../src/sass/common2022.scss */
#fs-result-target #fs-result ul.fs-page li a {
  font-weight: bold;
}
/* line 100, ../../src/sass/common2022.scss */
#fs-result-target #fs-result ul.fs-page li a.fs-link-current {
  color: #f00;
}
/* line 107, ../../src/sass/common2022.scss */
#fs-result-target #fs-result #fs-page-navi {
  text-align: center;
}
/* line 110, ../../src/sass/common2022.scss */
#fs-result-target #fs-result #fs-result-close {
  text-align: center;
  margin: 1em 0 0;
}

@media print {
  /* line 122, ../../src/sass/common2022.scss */
  body {
    -webkit-print-color-adjust: exact;
    width: 1280px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
  /* line 129, ../../src/sass/common2022.scss */
  body .spOnly,
  body .gNavi {
    display: none;
  }
  /* line 133, ../../src/sass/common2022.scss */
  body #header {
    width: 100%;
  }
}
