@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@media (max-width: 1170px) {
  .g-pagetop {
    bottom: 55px;
  }
}

h1 span.u-visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#ac_test_run {
  font-family: "Noto Sans JP", sans-serif;
}
#ac_test_run .cnt-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  color: #313131;
  font-size: clamp(15px, 1vw, 18px);
  font-feature-settings: "palt";
  background: center bottom no-repeat #edf9ff url(../images/bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-origin: border-box;
}
@media (max-width: 768px) {
  #ac_test_run .cnt-wrapper {
    padding: 43px 0 0 0;
  }
}
@media (max-width: 516px) {
  #ac_test_run .cnt-wrapper {
    background: none;
  }
}
#ac_test_run .cnt-wrapper img {
  display: inline-block;
  width: 100%;
}
#ac_test_run .cnt-wrapper a {
  display: inline-block;
  margin-bottom: 12px;
  font-size: clamp(15px, 1vw, 18px);
  transition: opacity 0.3s ease;
  text-decoration: none;
}
#ac_test_run .cnt-wrapper a:hover {
  opacity: 0.7;
}
#ac_test_run .cnt-wrapper .g-breadcrumbs-p {
  margin-top: 0;
  padding-top: 10px;
}
#ac_test_run .cnt-wrapper .g-breadcrumbs-p a {
  font-size: 11px;
}
#ac_test_run .cnt-wrapper .note {
  font-size: clamp(12px, 0.8vw, 14px);
}
#ac_test_run .cnt-wrapper .mb-1 {
  margin-bottom: 50px;
}
#ac_test_run .cnt-wrapper .mb-2 {
  margin-bottom: 10px;
}
#ac_test_run .cnt-wrapper .mb-3 {
  margin-bottom: 30px;
}
#ac_test_run .cnt-wrapper .blue {
  color: #004ebf;
}
#ac_test_run .cnt-wrapper .disp-sp {
  display: none;
}
@media (max-width: 676px) {
  #ac_test_run .cnt-wrapper .disp-sp {
    display: block;
  }
}
#ac_test_run .cnt-inner {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  box-shadow: 0px 10px 50px rgba(10, 132, 160, 0.2);
  background-color: #fff;
}
#ac_test_run .cnt-block {
  padding: 0 min(6vw, 30px);
}
#ac_test_run .flex-block {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto 40px;
  gap: 20px;
}
#ac_test_run .flex-block.aic {
  margin-bottom: 10px;
  align-items: center;
  gap: 5px;
}
#ac_test_run .flex-block .item-box {
  flex: 0 0 calc(50% - 10px);
  min-width: 168px;
}
@media (max-width: 512px) {
  #ac_test_run .flex-block .item-box {
    min-width: 150px;
  }
}
#ac_test_run .flex-block .item-box p,
#ac_test_run .flex-block .item-box a {
  margin-bottom: 0;
}
#ac_test_run .flex-block .img {
  max-width: 50px;
}
#ac_test_run .flex-block .img img {
  display: block;
  margin-bottom: 0;
  aspect-ratio: 50/50;
}
#ac_test_run .flex-block .expression {
  font-size: clamp(25px, 1.3vw, 25px);
}
#ac_test_run .drop-shadow {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#ac_test_run .drop-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(0, 176, 255, 0.4) 20%, transparent 20%), radial-gradient(rgba(0, 176, 255, 0.4) 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  pointer-events: none;
  border-radius: 10px;
  z-index: -1;
}
#ac_test_run .bg-color {
  background-color: #d2f1ff;
}
#ac_test_run .tit-h1 img {
  aspect-ratio: 414/300;
}
#ac_test_run .tit-h1 span {
  margin-top: -0.7em;
  writing-mode: vertical-rl;
  font-size: clamp(40px, 2vw, 44px);
  font-weight: 700;
  color: #004ebf;
  text-orientation: upright;
  text-align: start;
  line-height: 1.4em;
  text-shadow: 3px 3px 1px #fff, -3px 3px 1px #fff, 3px -3px 1px #fff, -3px -3px 1px #fff, 3px 0px 1px #fff, 0px 3px 1px #fff, -3px 0px 1px #fff, 0px -3px 1px #fff;
  letter-spacing: 0.15em;
}
@media (max-width: 375px) {
  #ac_test_run .tit-h1 span {
    font-size: 36px;
  }
}
#ac_test_run .lead-text {
  text-align: center;
  font-size: min(3.9vw, 19.5px);
  margin-bottom: 2em;
  letter-spacing: 0.05em;
}
#ac_test_run .tit-h2 {
  text-align: center;
  font-size: clamp(25px, 1.3vw, 28px);
  font-weight: 700;
  margin-bottom: 30px;
}
#ac_test_run .tit-h2 span.sub {
  display: block;
  margin-bottom: 10px;
  color: rgb(0, 176, 255);
  font-size: clamp(12px, 1.2vw, 14px);
}
#ac_test_run .tit-h2 span.em {
  display: inline-block;
  background-color: rgb(0, 176, 255);
  margin-right: 5px;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
#ac_test_run .tit-h2 span.em::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(0, 176, 255, 0.4) 20%, transparent 20%), radial-gradient(rgba(0, 176, 255, 0.4) 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  pointer-events: none;
  border-radius: 4px;
  z-index: -1;
}
#ac_test_run .tit-h2 span.em.line2 {
  margin-bottom: 12px;
}
#ac_test_run .tit-h2 span.ts {
  font-size: 0.9em;
}
#ac_test_run .tit-h3_1 {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: clamp(16px, 1.1vw, 20px);
  z-index: 1;
}
#ac_test_run .tit-h3_1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #fef595;
  z-index: -1;
}
#ac_test_run .tit-h3_2 {
  position: relative;
  margin-bottom: 55px;
  font-size: clamp(20px, 1.1vw, 26px);
  font-weight: 700;
  text-align: center;
}
#ac_test_run .tit-h3_2::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background-color: #313131;
}
#ac_test_run .tit-h3_3 {
  position: relative;
  margin-bottom: 55px;
  font-size: clamp(20px, 1.1vw, 26px);
  font-weight: 700;
  text-align: center;
}
#ac_test_run .tit-h4 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: 100%;
  padding: 20px 0;
  z-index: 1;
  text-wrap: nowrap;
}
#ac_test_run .tit-h4::before, #ac_test_run .tit-h4::after {
  content: "";
  width: 45px;
  height: 2px;
  background-color: #004ebf;
  transform: rotate(50deg);
}
#ac_test_run .tit-h4::after {
  transform: rotate(-50deg);
}
#ac_test_run .tit-h4 span {
  display: block;
  position: relative;
  font-size: clamp(19.5px, 1.1vw, 24px);
  font-weight: 700;
  color: #004ebf;
  text-align: center;
}
#ac_test_run .tit-h4 span::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: 0;
  height: 30%;
  background-color: #fef595;
  z-index: -1;
}
#ac_test_run .tit-h5 {
  padding: 20px;
  font-weight: 700;
}
#ac_test_run .site_tit {
  margin-bottom: 0;
  font-weight: 700;
}
#ac_test_run .marker {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#ac_test_run .marker::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: #fef595;
  z-index: -1;
}
#ac_test_run .index-table {
  margin-bottom: 10px;
  width: 100%;
  border-collapse: separate;
}
#ac_test_run .index-table thead {
  font-size: clamp(14px, 1.1vw, 16px);
  text-align: center;
}
#ac_test_run .index-table thead th {
  padding: 10px;
  background-color: #fff;
}
#ac_test_run .index-table thead th:nth-of-type(1) {
  border-radius: 10px 0 0 0;
}
#ac_test_run .index-table thead th:nth-of-type(2) {
  border-radius: 0 10px 0 0;
}
#ac_test_run .index-table tbody .hurry {
  background-color: #fffdea;
}
#ac_test_run .index-table tbody .hurry td strong {
  color: #ec761e;
}
#ac_test_run .index-table tbody .optimal {
  background-color: #eaffea;
}
#ac_test_run .index-table tbody .optimal td strong {
  color: #00b050;
}
#ac_test_run .index-table tbody .appropriate {
  background-color: #e6f7ff;
}
#ac_test_run .index-table tbody .appropriate td strong {
  color: #00b0f0;
}
#ac_test_run .index-table tbody .inappropriate {
  background-color: #fff;
}
#ac_test_run .index-table tbody .inappropriate td strong {
  color: #7f7f7f;
}
#ac_test_run .index-table tbody th,
#ac_test_run .index-table tbody td {
  padding: 15px 20px;
}
#ac_test_run .index-table tbody th {
  text-wrap: nowrap;
  font-size: clamp(14px, 1vw, 16px);
}
#ac_test_run .index-table tbody th span {
  font-size: clamp(20px, 1.2vw, 32px);
  font-weight: 700;
}
#ac_test_run .index-table tbody td dl {
  display: flex;
  margin-bottom: 0;
}
#ac_test_run .index-table tbody td dl dt,
#ac_test_run .index-table tbody td dl dd {
  margin-bottom: 0;
  font-size: clamp(12px, 1vw, 14px);
}
#ac_test_run .index-table tbody td dl dt {
  text-wrap: nowrap;
  font-weight: 600;
}
#ac_test_run .index-table tbody td dl dt span {
  display: inline-block;
  margin-right: 8px;
  padding: 0 5px;
  background-color: #616161;
  border-radius: 8px;
  color: #fff;
}
#ac_test_run .check-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto 15px;
  padding: 15px 20px;
  border: 2px solid #004ebf;
  border-radius: 10px;
  font-size: clamp(16px, 1.1vw, 18px);
  font-weight: 700;
  color: #004ebf;
  text-align: center;
}
#ac_test_run .check-list li::before, #ac_test_run .check-list li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  background-color: #fff;
}
#ac_test_run .check-list li::before {
  left: 10px;
  bottom: -6px;
}
#ac_test_run .check-list li::after {
  right: 10px;
  top: -6px;
}
#ac_test_run #sec1,
#ac_test_run #sec2,
#ac_test_run #sec3,
#ac_test_run #sec4,
#ac_test_run #sec5 {
  scroll-margin-top: 0;
}
#ac_test_run #cnt1 {
  margin-bottom: 20px;
  padding: 90px 0 60px;
  background-color: #d2f1ff;
  background-image: url("/ac-lifenav/local/images/bg_2.png"), url("/ac-lifenav/local/images/bg_1.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, 0 0;
  background-size: contain, 100% auto;
}
#ac_test_run #cnt2 {
  padding-top: 70px;
  background: right 0 no-repeat url("/ac-lifenav/local/images/bg_3.png");
  background-size: 111px 97px;
}
#ac_test_run .sockets {
  position: relative;
  margin-top: 70px;
  padding: 30px 30px 5px 30px;
  background-color: #fff595;
}
#ac_test_run .sockets::before {
  position: absolute;
  top: -40px;
  right: 30px;
  width: 100px;
  height: 110px;
  content: "";
  background: 0 0 no-repeat url("/ac-lifenav/local/images/img_05.png");
  background-size: contain;
}
#ac_test_run .sockets h3 {
  display: flex;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: clamp(20px, 1.31vw, 22px);
  color: #f00;
}
#ac_test_run .sockets h3::before {
  display: inline-block;
  margin-right: 5px;
  content: "";
  width: 46px;
  height: 46px;
  background: center center no-repeat url("/ac-lifenav/local/images/icon_caution.png");
  background-size: 100% auto;
}
#ac_test_run .sockets strong {
  font-size: clamp(16px, 1.2vw, 18px);
}
#ac_test_run #cnt3 {
  margin-bottom: 20px;
  padding: 90px 0 60px;
  background-color: #d2f1ff;
  background-image: url("/ac-lifenav/local/images/bg_5.png"), url("/ac-lifenav/local/images/bg_4.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, 0 0;
  background-size: contain, 100% auto;
}
#ac_test_run #cnt3 .cnt3-1,
#ac_test_run #cnt3 .cnt3-2,
#ac_test_run #cnt3 .cnt3-3 {
  display: flex;
  padding-left: 50px;
  align-items: center;
  font-weight: 900;
  font-size: clamp(20px, 1.2vw, 24px);
  color: #004ebf;
  min-height: 120px;
}
@media (min-width: 480px) {
  #ac_test_run #cnt3 .cnt3-1,
  #ac_test_run #cnt3 .cnt3-2,
  #ac_test_run #cnt3 .cnt3-3 {
    min-height: 145px;
  }
}
@media (max-width: 375px) {
  #ac_test_run #cnt3 .cnt3-1,
  #ac_test_run #cnt3 .cnt3-2,
  #ac_test_run #cnt3 .cnt3-3 {
    min-height: 110px;
  }
}
#ac_test_run #cnt3 .cnt3-1 {
  background: 0 0 no-repeat url("/ac-lifenav/local/images/h3_bg_1.png");
  background-size: 100% auto;
}
#ac_test_run #cnt3 .cnt3-2 {
  background: 0 0 no-repeat url("/ac-lifenav/local/images/h3_bg_2.png");
  background-size: 100% auto;
}
#ac_test_run #cnt3 .cnt3-3 {
  background: 0 0 no-repeat url("/ac-lifenav/local/images/h3_bg_3.png");
  background-size: 100% auto;
}
#ac_test_run #cnt3 .num1,
#ac_test_run #cnt3 .num2,
#ac_test_run #cnt3 .num3,
#ac_test_run #cnt3 .num4,
#ac_test_run #cnt3 .num5,
#ac_test_run #cnt3 .point {
  position: relative;
  padding: 3px 0 0 44px;
}
#ac_test_run #cnt3 .num1::before,
#ac_test_run #cnt3 .num2::before,
#ac_test_run #cnt3 .num3::before,
#ac_test_run #cnt3 .num4::before,
#ac_test_run #cnt3 .num5::before,
#ac_test_run #cnt3 .point::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
}
#ac_test_run #cnt3 .num1::before {
  background: 0 0 no-repeat url("/ac-lifenav/local/images/icon_num1.svg");
  background-size: 100% auto;
}
#ac_test_run #cnt3 .num2::before {
  background: 0 0 no-repeat url("/ac-lifenav/local/images/icon_num2.svg");
  background-size: 100% auto;
}
#ac_test_run #cnt3 .num3::before {
  background: 0 0 no-repeat url("/ac-lifenav/local/images/icon_num3.svg");
  background-size: 100% auto;
}
#ac_test_run #cnt3 .waterleak-block {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff595;
}
#ac_test_run #cnt3 .prohibited-block {
  padding: 20px 20px 0 20px;
}
#ac_test_run #cnt3 .prohibited {
  position: relative;
  padding: 3px 0 0 44px;
}
#ac_test_run #cnt3 .prohibited::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 32px;
  height: 46px;
  background: 0 0 no-repeat url("/ac-lifenav/local/images/icon_prohibited.png");
  background-size: 100% auto;
}
#ac_test_run #cnt3 .num4::before {
  background: 0 0 no-repeat url("/ac-lifenav/local/images/icon_num4.svg");
  background-size: 100% auto;
}
#ac_test_run #cnt3 .num5::before {
  background: 0 0 no-repeat url("/ac-lifenav/local/images/icon_num5.svg");
  background-size: 100% auto;
}
#ac_test_run #cnt3 .point::before {
  background: 0 0 no-repeat url("/ac-lifenav/local/images/icon_onepoint.svg");
  background-size: 100% auto;
}
#ac_test_run #cnt3 .point-block {
  background-color: #fcef95;
  color: #004ebf;
  font-weight: 700;
  padding: 15px 20px;
}
#ac_test_run #cnt3 .point-block p {
  margin-bottom: 0;
}
#ac_test_run .ring-block {
  background: 0 0 no-repeat url(../images/img_cycle.png);
  background-size: 100% auto;
}
#ac_test_run .ring-block svg#ring-svg .cls-1 {
  fill: #287af0;
}
#ac_test_run .ring-block svg#ring-svg .cls-2 {
  stroke: #19c3d4;
}
#ac_test_run .ring-block svg#ring-svg .cls-2,
#ac_test_run .ring-block svg#ring-svg .cls-3,
#ac_test_run .ring-block svg#ring-svg .cls-4,
#ac_test_run .ring-block svg#ring-svg .cls-5,
#ac_test_run .ring-block svg#ring-svg .cls-6,
#ac_test_run .ring-block svg#ring-svg .cls-7,
#ac_test_run .ring-block svg#ring-svg .cls-8,
#ac_test_run .ring-block svg#ring-svg .cls-9 {
  fill: #fff;
  stroke-miterlimit: 10;
}
#ac_test_run .ring-block svg#ring-svg .cls-3 {
  stroke: #49aea0;
}
#ac_test_run .ring-block svg#ring-svg .cls-10 {
  fill: #65ddb0;
}
#ac_test_run .ring-block svg#ring-svg .cls-11 {
  fill: #3598dc;
}
#ac_test_run .ring-block svg#ring-svg .cls-4 {
  stroke: #f39c11;
}
#ac_test_run .ring-block svg#ring-svg .cls-5 {
  stroke: #ccc035;
}
#ac_test_run .ring-block svg#ring-svg .cls-12 {
  fill: #f39c11;
}
#ac_test_run .ring-block svg#ring-svg .cls-6 {
  stroke: #65ddb0;
}
#ac_test_run .ring-block svg#ring-svg .cls-7 {
  stroke: #287af0;
  stroke-width: 1.1px;
}
#ac_test_run .ring-block svg#ring-svg .cls-8 {
  stroke: #f0ca00;
}
#ac_test_run .ring-block svg#ring-svg .cls-13 {
  fill: #f0ca00;
}
#ac_test_run .ring-block svg#ring-svg .cls-9 {
  stroke: #3598dc;
}
#ac_test_run .ring-block svg#ring-svg .cls-14 {
  fill: #19c3d4;
}
#ac_test_run .ring-block svg#ring-svg .cls-15 {
  fill: #49aea0;
}
#ac_test_run .ring-block svg#ring-svg .cls-16 {
  fill: #e84c3d;
}
#ac_test_run .ring-block svg#ring-svg .cls-17 {
  fill: #ccc035;
}
#ac_test_run .ring-block svg#ring-svg .cls-18 {
  fill: #fff;
}
#ac_test_run #cnt5 {
  padding: 40px 0;
}
#ac_test_run #cnt6 {
  padding: 40px 0 20px;
  padding: 40px 0 20px;
}
@media (max-width: 512px) {
  #ac_test_run #cnt6 {
    padding: 40px 0 120px;
  }
}
#ac_test_run .accordion-block {
  margin-bottom: 30px;
  border-radius: 10px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 3px 3px 0 rgba(0, 176, 255, 0.25);
}
#ac_test_run .accordion-block__header {
  display: flex;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  width: 100%;
  transition: background-color 0.3s ease;
}
#ac_test_run .accordion-block__header h4 {
  margin: 0;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 700;
  width: 100%;
  color: #004ebf;
}
#ac_test_run .accordion-block__header::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease, content 0.3s ease;
  color: #004ebf;
  font-weight: 700;
}
#ac_test_run .accordion-block__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
}
#ac_test_run .accordion-block__content p {
  padding: 0 20px;
}
#ac_test_run .accordion-block__content ul {
  margin: 0 20px;
}
#ac_test_run .accordion-block__content ul li {
  margin-bottom: 20px;
}
#ac_test_run input[type=checkbox] {
  display: none;
}
#ac_test_run input[type=checkbox]:checked ~ .accordion-block__header::after {
  content: "ー";
  transform: translateY(-50%) rotate(180deg);
}
#ac_test_run input[type=checkbox]:checked ~ .accordion-block__content {
  max-height: 800px;
  opacity: 1;
}
#ac_test_run #fixed-block {
  position: fixed;
  color: #0245a8;
  z-index: 2;
  padding: 10px;
  box-sizing: border-box;
  left: calc(50% + 280px);
  bottom: 80px;
  width: 300px;
}
@media (max-width: 1170px) {
  #ac_test_run #fixed-block {
    padding: 0;
    left: 0;
    bottom: 0;
    background-color: #fedc48;
    width: 100%;
    border-radius: 10px 10px 0 0;
    border-top: 3px solid #fff;
  }
}
#ac_test_run #fixed-block ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1170px) {
  #ac_test_run #fixed-block ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#ac_test_run #fixed-block li {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  min-width: 252px;
  box-sizing: border-box;
  text-wrap: nowrap;
  z-index: 2;
}
@media (max-width: 1170px) {
  #ac_test_run #fixed-block li {
    margin-bottom: 0;
    min-width: 100px;
    text-wrap: wrap;
  }
}
#ac_test_run #fixed-block li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 6px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgb(255, 255, 255) 20%, transparent 20%), radial-gradient(rgb(255, 255, 255) 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  pointer-events: none;
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 1170px) {
  #ac_test_run #fixed-block li::before {
    display: none;
  }
}
@media (max-width: 1170px) {
  #ac_test_run #fixed-block li::after {
    display: block;
    position: absolute;
    content: "";
    border-right: 2px dotted #004ebf;
    width: 2px;
    height: 28px;
    top: 6px;
    right: 0;
  }
}
#ac_test_run #fixed-block li:last-child::after {
  border-right: 0;
}
@media (max-width: 1170px) {
  #ac_test_run #fixed-block li.item-1, #ac_test_run #fixed-block li.item-2, #ac_test_run #fixed-block li.item-3 {
    flex-grow: 0;
    flex-shrink: 0;
  }
  #ac_test_run #fixed-block li.item-1, #ac_test_run #fixed-block li.item-2 {
    flex-basis: 31%;
  }
  #ac_test_run #fixed-block li.item-3 {
    flex-basis: 37%;
  }
}
@media (max-width: 512px) {
  #ac_test_run #fixed-block li {
    width: auto;
  }
}
#ac_test_run #fixed-block a {
  display: flex;
  margin-bottom: 6px;
  text-align: center;
  color: #0245a8;
  text-decoration: none;
  padding: 12px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #fedc48;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
  transition: opacity 0.3s ease;
}
@media (max-width: 1170px) {
  #ac_test_run #fixed-block a {
    margin-bottom: 0;
    padding: 8px;
    width: 100%;
    border: 0;
    text-align: left;
    line-height: 1.2em;
    font-size: clamp(10px, 1.4vw, 14px);
    justify-content: center;
  }
}
#ac_test_run #fixed-block a::before {
  display: block;
  margin-right: 10px;
  content: "";
  width: 24px;
  height: 24px;
}
#ac_test_run #fixed-block a.repair::before {
  background: 0 0 no-repeat url(../images/icon_repair.png);
  background-size: 100% auto;
}
#ac_test_run #fixed-block a.contact::before {
  background: 0 0 no-repeat url(../images/icon_contact.png);
  background-size: 100% auto;
}
#ac_test_run #fixed-block a.filter::before {
  background: 0 0 no-repeat url(../images/icon_filter.png);
  background-size: 100% auto;
  width: 30px;
  height: 24px;
}
#ac_test_run #fixed-block .pichon {
  position: absolute;
  width: 70px;
  height: 98px;
  top: -110px;
  right: 20px;
  pointer-events: none;
}
@media (max-width: 1170px) {
  #ac_test_run #fixed-block .pichon {
    display: none;
  }
}
#ac_test_run .sec_switch-on {
  position: relative;
  padding: 30px 0 40px;
}
@media (max-width: 512px) {
  #ac_test_run .sec_switch-on {
    padding-bottom: 80px;
  }
}
#ac_test_run .sec_switch-on .switch-on_ttl {
  display: block;
  color: #fff;
  background-color: #0093fd;
  line-height: 1.4;
  padding: 0.5em 1em;
  letter-spacing: 0.05em;
  font-size: min(3.6vw, 18px);
  font-weight: 700;
}
#ac_test_run .sec_switch-on .switch-on_ttl > span {
  color: #ffd700;
}
#ac_test_run .sec_switch-on .switch-on_contents {
  position: relative;
  background-image: url(../images/bg_switch-on.svg);
  background-repeat: repeat;
  background-size: min(1.6vw, 8px) min(1.6vw, 8px);
  padding: min(3.6vw, 18px) min(4vw, 20px) min(4vw, 20px);
}
#ac_test_run .sec_switch-on .switch-on_contents::after {
  position: absolute;
  content: "";
  width: min(29vw, 145px);
  height: min(21.7929vw, 108.9645px);
  background-image: url(../images/img_switch-on.svg);
  background-size: cover;
  background-repeat: no-repeat;
  right: min(3vw, 15px);
  top: min(3vw, 15px);
  pointer-events: none;
}
#ac_test_run .sec_switch-on .switch-on_contents p {
  font-size: min(4.4vw, 22px);
  color: #0093fd;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 0.6em;
}
#ac_test_run .sec_switch-on .switch-on_contents .switch-on_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: min(1.2vw, 6px);
  width: min(50vw, 250px);
  height: min(8.8vw, 44px);
  max-width: 100%;
  margin-bottom: 0;
  text-decoration: none;
  color: #0e62d6;
  font-size: min(3vw, 15px);
  font-weight: 500;
  background-color: #ffe140;
  border-radius: min(1.2vw, 6px);
  padding: 0 1em;
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.1));
  transition: all 0.2s;
}
#ac_test_run .sec_switch-on .switch-on_contents .switch-on_btn .material-symbols-outlined {
  font-size: min(3.2vw, 16px);
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */