@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;
  }
}

#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 a:hover.--link-off {
  opacity: 1;
}
#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 30px;
}
@media (max-width: 512px) {
  #ac_test_run .cnt-block {
    padding: 0 15px;
  }
}
#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 {
  background: 0 0 no-repeat url(../images/kv_bg.png);
  background-size: 100% auto;
  aspect-ratio: 414/726;
  text-align: center;
}
#ac_test_run .tit-h1 img {
  aspect-ratio: 414/146;
}
#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 .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 > span {
  color: #004ebf;
  font-size: 16px;
  display: block;
}
#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-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: 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;
}
#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 {
  background-color: #ecf1f5;
  padding: 10px 25px;
}
#ac_test_run .check-list li {
  display: flex;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #505050;
  padding: 0.75em 0;
  align-items: center;
  letter-spacing: 0.025em;
}
#ac_test_run .check-list li:last-child {
  border-bottom: none;
}
#ac_test_run .check-list li .material-symbols-outlined {
  font-size: 2em;
  margin-right: 0.5em;
  font-weight: 600;
  color: #00b0f0;
}
#ac_test_run .article-list {
  list-style: none;
}
#ac_test_run .article-list li {
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #abe5ff;
}
#ac_test_run .article-list li:first-child {
  border-top: solid 1px #abe5ff;
}
#ac_test_run .article-list li a {
  width: 100%;
  margin: 0;
  padding: 15px 45px 15px 10px;
  position: relative;
}
#ac_test_run .article-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #11a5eb;
  transform: translateY(-50%);
}
#ac_test_run .article-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
#ac_test_run .article-list li a .tags {
  margin: 0 0 5px;
  display: block;
}
#ac_test_run .article-list li a .tags > span {
  display: inline-block;
  background-color: #616161;
  color: #fff;
  font-size: 14px;
  padding: 0.3em 1em;
  line-height: 1;
}
#ac_test_run .article-list li a .tags--spring span {
  background-color: #f39fb6;
}
#ac_test_run .article-list li a .tags--summer span {
  background-color: #365194;
}
#ac_test_run .article-list li a .tags--autumn span {
  background-color: #a93318;
}
#ac_test_run .article-list li a .tags--winter span {
  background-color: #7f9fbc;
}
#ac_test_run .article-list li a .article-ttl {
  margin: 0;
}
#ac_test_run #sec_1,
#ac_test_run #sec_2,
#ac_test_run #sec_3,
#ac_test_run #sec_4,
#ac_test_run #sec_5,
#ac_test_run #sec_6,
#ac_test_run #sec_7 {
  scroll-margin-top: 0;
}
#ac_test_run #sec_7 {
  padding-bottom: 30px;
}
#ac_test_run #sec_1 {
  margin-bottom: 20px;
  padding: 90px 0 60px;
  background-color: #d2f1ff;
  background-image: url("/ac-lifenav/switch-on/local/rn/images/bg_2.png"), url("/ac-lifenav/switch-on/local/rn/images/bg_1.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, 0 0;
  background-size: contain, 100% auto;
}
#ac_test_run #sec_2 {
  padding-top: 70px;
  background: right 0 no-repeat url("/ac-lifenav/switch-on/local/rn/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/switch-on/local/rn/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/switch-on/local/rn/images/icon_caution.png");
  background-size: 100% auto;
}
#ac_test_run .sockets strong {
  font-size: clamp(16px, 1.2vw, 18px);
}
#ac_test_run #sec_3 {
  margin-bottom: 20px;
  padding: 90px 0 80px;
  background-color: #d2f1ff;
  background-image: url("/ac-lifenav/switch-on/local/rn/images/bg_5.png"), url("/ac-lifenav/switch-on/local/rn/images/bg_4.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, 0 0;
  background-size: contain, 100% auto;
}
#ac_test_run #sec_3 .cnt3-1,
#ac_test_run #sec_3 .cnt3-2,
#ac_test_run #sec_3 .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 #sec_3 .cnt3-1,
  #ac_test_run #sec_3 .cnt3-2,
  #ac_test_run #sec_3 .cnt3-3 {
    min-height: 145px;
  }
}
@media (max-width: 375px) {
  #ac_test_run #sec_3 .cnt3-1,
  #ac_test_run #sec_3 .cnt3-2,
  #ac_test_run #sec_3 .cnt3-3 {
    min-height: 110px;
  }
}
#ac_test_run #sec_3 .cnt3-1 {
  background: 0 0 no-repeat url("/ac-lifenav/switch-on/local/rn/images/h3_bg_1.png");
  background-size: 100% auto;
}
#ac_test_run #sec_3 .cnt3-2 {
  background: 0 0 no-repeat url("/ac-lifenav/switch-on/local/rn/images/h3_bg_2.png");
  background-size: 100% auto;
}
#ac_test_run #sec_3 .cnt3-3 {
  background: 0 0 no-repeat url("/ac-lifenav/switch-on/local/rn/images/h3_bg_3.png");
  background-size: 100% auto;
}
#ac_test_run #sec_3 .num1,
#ac_test_run #sec_3 .num2,
#ac_test_run #sec_3 .num3,
#ac_test_run #sec_3 .num4,
#ac_test_run #sec_3 .num5,
#ac_test_run #sec_3 .point {
  position: relative;
  padding: 3px 0 0 44px;
}
#ac_test_run #sec_3 .num1::before,
#ac_test_run #sec_3 .num2::before,
#ac_test_run #sec_3 .num3::before,
#ac_test_run #sec_3 .num4::before,
#ac_test_run #sec_3 .num5::before,
#ac_test_run #sec_3 .point::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
}
#ac_test_run #sec_3 .num1::before {
  background: 0 0 no-repeat url("/ac-lifenav/switch-on/local/rn/images/icon_num1.svg");
  background-size: 100% auto;
}
#ac_test_run #sec_3 .num2::before {
  background: 0 0 no-repeat url("/ac-lifenav/switch-on/local/rn/images/icon_num2.svg");
  background-size: 100% auto;
}
#ac_test_run #sec_3 .num3::before {
  background: 0 0 no-repeat url("/ac-lifenav/switch-on/local/rn/images/icon_num3.svg");
  background-size: 100% auto;
}
#ac_test_run #sec_3 .waterleak-block {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff595;
}
#ac_test_run #sec_3 .prohibited-block {
  padding: 20px 20px 0 20px;
}
#ac_test_run #sec_3 .prohibited {
  position: relative;
  padding: 3px 0 0 44px;
}
#ac_test_run #sec_3 .prohibited::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 32px;
  height: 46px;
  background: 0 0 no-repeat url("/ac-lifenav/switch-on/local/rn/images/icon_prohibited.png");
  background-size: 100% auto;
}
#ac_test_run #sec_3 .num4::before {
  background: 0 0 no-repeat url("/ac-lifenav/switch-on/local/rn/images/icon_num4.svg");
  background-size: 100% auto;
}
#ac_test_run #sec_3 .num5::before {
  background: 0 0 no-repeat url("/ac-lifenav/switch-on/local/rn/images/icon_num5.svg");
  background-size: 100% auto;
}
#ac_test_run #sec_3 .point::before {
  background: 0 0 no-repeat url("/ac-lifenav/switch-on/local/rn/images/icon_onepoint.svg");
  background-size: 100% auto;
}
#ac_test_run #sec_3 .point-block {
  background-color: #fcef95;
  color: #004ebf;
  font-weight: 700;
  padding: 15px 20px;
}
#ac_test_run #sec_3 .point-block p {
  margin-bottom: 0;
}
#ac_test_run #sec_4 {
  padding: 40px 0 0;
}
#ac_test_run #sec_5 {
  padding: 40px 0;
}
#ac_test_run #sec_6 {
  padding: 40px 0;
}
#ac_test_run #sec_7 {
  padding: 40px 0;
}
@media (max-width: 512px) {
  #ac_test_run #sec_7 {
    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 .accordion-block__content__inner {
  padding: 10px 20px 0;
}
#ac_test_run .accordion-block__content__inner h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 700;
  color: #004ebf;
  margin-bottom: 0.3em;
}
#ac_test_run .accordion-block__content__inner h5 {
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 700;
  color: #004ebf;
  margin-bottom: 0.3em;
}
#ac_test_run .accordion-block__content__inner p {
  padding: 0;
}
#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: 4000px;
  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;
  }
}
@media (max-width: 512px) {
  #ac_test_run #fixed-block li {
    min-width: 90px;
  }
}
#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;
}
@media (max-width: 512px) {
  #ac_test_run #fixed-block a::before {
    display: none;
  }
}
#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 a.member::before {
  background: 0 0 no-repeat url(../images/icon_member.png);
  background-size: 100% auto;
  width: 25px;
  height: 25px;
}
#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_anchor {
  padding: 50px 0;
  background-color: #fff;
}
#ac_test_run .sec_anchor .anchor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#ac_test_run .sec_anchor .anchor-list li {
  width: 100%;
}
#ac_test_run .sec_anchor .anchor-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 60px;
  padding: 0.6em 1em;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #00b0ff;
  border-radius: 5px;
  box-shadow: 3px 3px 0 rgba(128, 200, 255, 0.3);
  color: #00b0ff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  transition: all 0.2s ease;
  margin-bottom: 0;
}
#ac_test_run .sec_anchor .anchor-list a .text {
  display: block;
}
#ac_test_run .sec_anchor .anchor-list a .material-symbols-outlined {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #00b0ff;
}
#ac_test_run .sec_anchor .anchor-list a:hover {
  background-color: #f0f9ff;
  border-color: #4da6ff;
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 rgba(128, 200, 255, 0.3);
}/*# sourceMappingURL=ac_test_run.css.map */