@charset 'UTF-8';
/*-------------------------------------------------------------------*/
/* hide existing elements */
/*-------------------------------------------------------------------*/
.footer-search,
.breadcrumb-sp {
  display: none !important;
}

/*-------------------------------------------------------------------*/
/* general */
/*-------------------------------------------------------------------*/
#aedguide {
  overflow: clip;
}
#aedguide figure {
  display: block;
}
#aedguide img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}
#aedguide a {
  text-decoration: none;
}
#aedguide sup {
  top: -.55em;
  font-size: 60%;
}

/*-------------------------------------------------------------------*/
/* c-sec */
/*-------------------------------------------------------------------*/
#aedguide .c-sec {
  margin: 140px auto 0;
}
@media screen and (max-width: 767px) {
  #aedguide .c-sec {
    margin: 100px auto 0;
  }
}
#aedguide .c-sec__tt {
  position: relative;
  margin: 0 0 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #aedguide .c-sec__tt {
    padding: 0 20px;
  }
}
#aedguide .c-sec__tt > span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .c-sec__tt > span {
    font-size: clamp(24px / 375 * 320, 24 / 375 * 100vw, 24px);
  }
}
#aedguide .c-sec__tt > span > span {
  display: inline-block;
}
#aedguide .c-sec__tt::after {
  content: '';
  display: block;
  width: 78px;
  height: 4px;
  margin: 8px auto 0;
  background: #004697;
}
#aedguide .c-sec__in {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 90px;
}
@media screen and (max-width: 767px) {
  #aedguide .c-sec__in {
    padding: 0 20px;
  }
}
#aedguide .c-sec__t {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 50px;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #aedguide .c-sec__t {
    text-align: center;
  }
  #aedguide .c-sec__t span {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #aedguide .c-sec__t {
    font-size: clamp(18px / 375 * 320, 18 / 375 * 100vw, 18px);
  }
  #aedguide .c-sec__t.is-sptac {
    text-align: center;
  }
}

/*-------------------------------------------------------------------*/
/* c-lbtn */
/*-------------------------------------------------------------------*/
#aedguide .c-lbtn {
  display: flex;
  align-items: center;
  gap: 0 6px;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  padding: 0 15px;
  border: 1px solid #004697;
  border-radius: 5px;
  background: #fff;
  color: #004697;
}
@media screen and (max-width: 767px) {
  #aedguide .c-lbtn {
    height: auto;
    padding: 9px 15px;
  }
}
#aedguide .c-lbtn::after {
  content: '';
  flex: 0 0 auto;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
#aedguide .c-lbtn > span {
  flex: 1 1 auto;
  display: block;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #aedguide .c-lbtn > span {
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
    line-height: 1.4;
  }
  #aedguide .c-lbtn > span > span {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  #aedguide .c-lbtn {
    transition: background-color 300ms cubic-bezier(.215, .61, .355, 1) 0ms, color 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  #aedguide .c-lbtn::after {
    transition: border-color 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  #aedguide .c-lbtn:hover {
    background: #004697;
    color: #fff;
  }
  #aedguide .c-lbtn:hover::after {
    border-color: #fff;
  }
  #aedguide a:hover .c-lbtn {
    background: #004697;
    color: #fff;
  }
  #aedguide a:hover .c-lbtn::after {
    border-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  #aedguide .c-lbtn.is-wlmt {
    max-width: 500px;
  }
}
#aedguide .c-lbtn.is-cvbt {
  height: 80px;
  border-color: #fff;
  border-radius: 10px;
  padding: 0 20px;
}
#aedguide .c-lbtn.is-cvbt > span {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #aedguide .c-lbtn.is-cvbt > span {
    font-size: clamp(22px / 375 * 320, 22 / 375 * 100vw, 22px);
  }
}
#aedguide .c-lbtn.is-inv01 {
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  #aedguide .c-lbtn.is-inv01:hover {
    background: transparent;
    color: #fff;
  }
  #aedguide a:hover .c-lbtn {
    background: transparent;
    color: #fff;
  }
}
#aedguide .c-lbtn.is-inv02 {
  border-color: #fff;
  color: #ec6d65;
}
@media screen and (min-width: 768px) {
  #aedguide .c-lbtn.is-inv02:hover {
    background: transparent;
    color: #fff;
  }
  #aedguide a:hover .c-lbtn {
    background: transparent;
    color: #fff;
  }
}

/*-------------------------------------------------------------------*/
/* c-anctgt */
/*-------------------------------------------------------------------*/
#aedguide .c-anctgt {
  position: relative;
  bottom: 110px;
}
@media screen and (max-width: 767px) {
  #aedguide .c-anctgt {
    bottom: 80px;
  }
}

/*-------------------------------------------------------------------*/
/* kvs */
/*-------------------------------------------------------------------*/
#aedguide .kvs {
  position: relative;
}
@media screen and (min-width: 768px) {
  #aedguide .kvs {
    background: url(/business/medical/aed/guide/img_v5/img_kvs_01_pc.webp) 50% 35%/cover no-repeat;
  }
}
#aedguide .kvs__in {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #aedguide .kvs__in {
    display: flex;
    align-items: center;
    max-width: 1600px;
    min-height: 472px;
    padding: 0 90px;
    aspect-ratio: 1440/472;
  }
}
#aedguide .kvs__in2 {
  position: relative;
}
#aedguide .kvs__bd {
  padding: 46px 60px 40px;
  color: #004697;
}
@media screen and (min-width: 768px) {
  #aedguide .kvs__bd {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 20px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  }
}
@media screen and (max-width: 767px) {
  #aedguide .kvs__bd {
    width: 100%;
    height: clamp(500px / 375 * 320, 500 / 375 * 100vw, 640px);
    padding: clamp(39px / 375 * 320, 39 / 375 * 100vw, 49.92px) clamp(21px / 375 * 320, 21 / 375 * 100vw, 26.88px) 0;
    background: url(/business/medical/aed/guide/img_v5/img_kvs_01_sp.webp) 50% 100%/auto 100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  #aedguide .kvs__bd__in {
    max-width: clamp(375px / 375 * 320, 375 / 375 * 100vw, 480px);
    margin: 0 auto;
  }
}
#aedguide .kvs__bd__tt {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #aedguide .kvs__bd__tt {
    font-size: clamp(40px / 375 * 320, 40 / 375 * 100vw, 51.2px);
    white-space: nowrap;
  }
}
#aedguide .kvs__bd__t {
  margin: 24px 0 0;
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .kvs__bd__t {
    width: 63%;
    margin: clamp(20px / 375 * 320, 20 / 375 * 100vw, 25.6px) 0 0;
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 20.48px);
  }
}
#aedguide .kvs__as {
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  #aedguide .kvs__as {
    margin: 19px 0 0;
    padding: 0 20px;
  }
}
#aedguide .kvs__as__in {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .kvs__as__in {
    max-width: 480px;
    margin: 0 auto;
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
  }
}
#aedguide .kvs__as__in b {
  display: inline-block;
  position: relative;
  font-weight: 700;
  background: url(/business/medical/aed/guide/img_v5/img_bg_line_01.webp) 50% 90%/auto 7px repeat-x;
}
@media screen and (max-width: 767px) {
  #aedguide .kvs__as__in b {
    background-position: 50% 97%;
  }
}
#aedguide .kvs__as__in b em {
  font-size: 27px;
}
@media screen and (max-width: 767px) {
  #aedguide .kvs__as__in b em {
    font-size: clamp(22px / 375 * 320, 22 / 375 * 100vw, 22px);
  }
}
#aedguide .kvs__as__in span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #aedguide .kvs__as__in span {
    display: inline-block;
    font-size: clamp(10px / 375 * 320, 10 / 375 * 100vw, 10px);
  }
}

/*-------------------------------------------------------------------*/
/* cht */
/*-------------------------------------------------------------------*/
#aedguide .cht {
  position: relative;
}
#aedguide .cht__bd {
  position: relative;
  margin: 50px 0 0;
  border-radius: 20px;
  background: #f0f0f0;
  visibility: hidden;
}
#aedguide .cht__bd.is-ready {
  visibility: visible;
}
#aedguide .cht__bd.is-ready.is-anim * {
  pointer-events: none;
}
#aedguide .cht .chtQ {
  position: relative;
  overflow: clip;
}
#aedguide .cht .chtQ__in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 80px 80px 108px;
  transform: translateX(100%);
  pointer-events: none;
  transition: opacity 650ms cubic-bezier(.215, .61, .355, 1) 0ms, transform 650ms cubic-bezier(.215, .61, .355, 1) 0ms;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtQ__in {
    padding: 40px 20px;
    transition: opacity 300ms cubic-bezier(.215, .61, .355, 1) 0ms, transform 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
}
#aedguide .cht .chtQ__in.is-active {
  position: relative;
  transform: translateX(0);
  pointer-events: auto;
}
#aedguide .cht .chtQ__in.is-active.is-past {
  position: absolute;
  transform: translateX(-100%);
  pointer-events: none;
}
#aedguide .cht .chtQ__h {
  margin: 0 0 40px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
#aedguide .cht .chtQ__h__n {
  color: #004697;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtQ__h__n {
    font-size: clamp(30px / 375 * 320, 30 / 375 * 100vw, 30px);
  }
}
#aedguide .cht .chtQ__h__tt {
  margin: 10px 0 0;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtQ__h__tt {
    font-size: clamp(22px / 375 * 320, 22 / 375 * 100vw, 22px);
  }
}
#aedguide .cht .chtQ__h__as {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtQ__h__as {
    font-size: clamp(14px / 375 * 320, 14 / 375 * 100vw, 14px);
  }
}
#aedguide .cht .chtQ__ls {
  display: flex;
  justify-content: center;
  gap: 10px 10px;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtQ__ls {
    flex-direction: column;
  }
}
#aedguide .cht .chtQ__ls > li {
  width: 360px;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtQ__ls > li {
    width: 100%;
  }
}
#aedguide .cht .chtQ__ls > li label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#aedguide .cht .chtQ__ls > li label input {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 0;
}
#aedguide .cht .chtQ__ls > li label > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtQ__ls > li label > span {
    height: clamp(80px / 375 * 320, 80 / 375 * 100vw, 80px);
  }
}
#aedguide .cht .chtQ__ls > li label > span > span {
  color: #004697;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtQ__ls > li label > span > span {
    font-size: clamp(22px / 375 * 320, 22 / 375 * 100vw, 22px);
  }
}
#aedguide .cht .chtQ__ls > li label > span > span > span {
  display: block;
  text-align: center;
}
#aedguide .cht .chtQ__ls > li label > span > span > span:nth-child(2) {
  margin: 5px 0 2px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtQ__ls > li label > span > span > span:nth-child(2) {
    font-size: clamp(14px / 375 * 320, 14 / 375 * 100vw, 14px);
  }
}
#aedguide .cht .chtQ__ls > li label input:checked + span {
  background: #004697;
  transition: background-color 150ms cubic-bezier(.215, .61, .355, 1) 0ms, color 150ms cubic-bezier(.215, .61, .355, 1) 0ms;
}
#aedguide .cht .chtQ__ls > li label input:checked + span > span {
  color: #fff;
}
#aedguide .cht .chtQ__rtn {
  transition: opacity 650ms cubic-bezier(.215, .61, .355, 1) 0ms;
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtQ__rtn {
    position: absolute;
    bottom: 40px;
    left: 80px;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtQ__rtn {
    display: none;
    margin: 20px 0 0 3px;
  }
}
#aedguide .cht .chtQ__rtn a {
  display: block;
  position: relative;
  padding: 0 0 0 16px;
  color: #004697;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtQ__rtn a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
  }
}
#aedguide .cht .chtQ__rtn a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 1px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #004697;
  border-left: 2px solid #004697;
  transform: translateY(-45%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtQ__rtn a {
    transition: opacity 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  #aedguide .cht .chtQ__rtn a:hover {
    opacity: .5;
  }
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtQ:has(.is-past) .chtQ__rtn {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtQ:has(.is-past) .chtQ__rtn {
    display: block;
  }
}
#aedguide .cht .chtA {
  display: none;
  padding: 80px 80px 180px;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA {
    padding: 30px 20px 50px;
  }
}
#aedguide .cht .chtA__tt {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__tt {
    font-size: clamp(24px / 375 * 320, 24 / 375 * 100vw, 24px);
  }
  #aedguide .cht .chtA__tt > span {
    display: inline-block;
  }
}
#aedguide .cht .chtA__in {
  margin: 0 0 60px;
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__in {
    margin: 0 0 50px;
    padding: 40px 20px;
  }
}
#aedguide .cht .chtA__in2 {
  display: none;
}
#aedguide .cht .chtA__m {
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtA__m {
    display: flex;
    gap: 0 40px;
  }
}
#aedguide .cht .chtA__m__p {
  width: calc(300 / 1020 * 100%);
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtA__m__p {
    flex: 0 0 auto;
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__m__p {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
  }
}
#aedguide .cht .chtA__m__p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#aedguide .cht .chtA__m__i {
  position: relative;
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtA__m__i {
    flex: 1 1 auto;
    padding: 0 0 70px;
  }
}
#aedguide .cht .chtA__m__i__tt {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__m__i__tt {
    font-size: clamp(30px / 375 * 320, 30 / 375 * 100vw, 30px);
  }
}
#aedguide .cht .chtA__m__i__tg {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin: 0 0 20px;
}
#aedguide .cht .chtA__m__i__tg > li {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__m__i__tg > li {
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
  }
}
#aedguide .cht .chtA__m__i__t {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__m__i__t {
    font-size: clamp(18px / 375 * 320, 18 / 375 * 100vw, 18px);
  }
}
#aedguide .cht .chtA__m__i__nt {
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__m__i__nt {
    font-size: clamp(14px / 375 * 320, 14 / 375 * 100vw, 14px);
  }
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtA__m__i__bt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__m__i__bt {
    margin: 20px 0 0;
  }
}
#aedguide .cht .chtA__s {
  border-top: 1px solid #ccc;
  margin: 60px 0 0;
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__s {
    margin: 0;
    padding: 40px 0 50px;
  }
}
#aedguide .cht .chtA__s__tt {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__s__tt {
    font-size: clamp(24px / 375 * 320, 24 / 375 * 100vw, 24px);
  }
}
#aedguide .cht .chtA__s__ls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__s__ls {
    flex-direction: column;
    gap: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtA__s__ls::before,
  #aedguide .cht .chtA__s__ls::after {
    content: '';
    order: 2;
    display: block;
    width: calc((100% - 80px) / 3);
  }
}
#aedguide .cht .chtA__s__ls > li {
  position: relative;
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtA__s__ls > li {
    order: 1;
    width: calc((100% - 80px) / 3);
    padding: 0 0 150px;
  }
}
#aedguide .cht .chtA__s__ls__a {
  margin: 0 0 10px;
}
#aedguide .cht .chtA__s__ls__a > a {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
  border-bottom: 1px solid #004697;
  color: #004697;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  transition: opacity 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__s__ls__a > a {
    font-size: clamp(18px / 375 * 320, 18 / 375 * 100vw, 18px);
  }
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtA__s__ls__a > a:hover {
    opacity: .5;
  }
}
#aedguide .cht .chtA__s__ls__a > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #004697;
  border-right: 2px solid #004697;
  transform: translateY(-45%) rotate(45deg);
}
#aedguide .cht .chtA__s__ls__tg {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin: 0 0 10px;
}
#aedguide .cht .chtA__s__ls__tg > li {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__s__ls__tg > li {
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
  }
}
#aedguide .cht .chtA__s__ls__t {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__s__ls__t {
    font-size: clamp(18px / 375 * 320, 18 / 375 * 100vw, 18px);
  }
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtA__s__ls__p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__s__ls__p {
    margin: 10px 0 0;
  }
}
#aedguide .cht .chtA__s__ls__p img {
  width: 100%;
  height: 140px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__s__ls__p img {
    height: 130px;
  }
}
#aedguide .cht .chtA__btm {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtA__btm {
    margin: 20px 0 0;
  }
}
#aedguide .cht .chtA__btm > a {
  display: block;
  position: relative;
  padding: 0 15px 0 0;
  font-size: 16px;
  line-height: calc(25 / 16);
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtA__btm > a {
    transition: opacity 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  #aedguide .cht .chtA__btm > a:hover {
    opacity: .5;
  }
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__btm > a {
    font-size: clamp(18px / 375 * 320, 18 / 375 * 100vw, 18px);
  }
}
#aedguide .cht .chtA__btm > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #004697;
  border-right: 2px solid #004697;
  transform: translateY(-50%) rotate(45deg);
}
#aedguide .cht .chtA__pt {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__pt {
    flex-direction: column;
    gap: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtA__pt > li {
    width: calc((100% - 80px) / 3);
  }
}
#aedguide .cht .chtA__pt__hd {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
#aedguide .cht .chtA__pt__hd__p {
  flex: 0 0 auto;
  width: 50px;
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtA__pt__hd__p {
    height: 56px;
  }
}
#aedguide .cht .chtA__pt__hd__p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#aedguide .cht .chtA__pt__hd__t {
  flex: 1 1 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__pt__hd__t {
    font-size: clamp(22px / 375 * 320, 22 / 375 * 100vw, 22px);
  }
}
#aedguide .cht .chtA__pt__hd__t > span {
  display: inline-block;
}
#aedguide .cht .chtA__pt__t {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__pt__t {
    font-size: clamp(18px / 375 * 320, 18 / 375 * 100vw, 18px);
  }
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtA__rtn {
    position: absolute;
    left: 80px;
  }
  #aedguide .cht .chtA__rtn.is-top {
    top: 80px;
  }
  #aedguide .cht .chtA__rtn.is-btm {
    bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__rtn.is-top {
    margin: 0 0 35px;
  }
  #aedguide .cht .chtA__rtn.is-btm {
    margin: 40px 0 0;
  }
}
#aedguide .cht .chtA__rtn a {
  display: block;
  position: relative;
  padding: 0 0 0 16px;
  color: #004697;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(24 / 20 * 1.4em);
}
@media screen and (max-width: 767px) {
  #aedguide .cht .chtA__rtn a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
  }
}
#aedguide .cht .chtA__rtn a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 1px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #004697;
  border-left: 2px solid #004697;
  transform: translateY(-45%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  #aedguide .cht .chtA__rtn a {
    transition: opacity 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  #aedguide .cht .chtA__rtn a:hover {
    opacity: .5;
  }
}
#aedguide .cht__cv {
  display: none;
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  #aedguide .cht__cv {
    margin: 40px 0 0;
  }
}

/*-------------------------------------------------------------------*/
/* cvs */
/*-------------------------------------------------------------------*/
#aedguide .cvs {
  position: relative;
  padding: 80px 0;
  background: #004697;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #aedguide .cvs {
    padding: 80px 20px;
  }
}
#aedguide .cvs__tt {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #aedguide .cvs__tt {
    font-size: clamp(24px / 375 * 320, 24 / 375 * 100vw, 24px);
  }
  #aedguide .cvs__tt span {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  #aedguide .cvs__in {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #aedguide .cvs__in {
    max-width: 480px;
    margin: 0 auto;
  }
}
#aedguide .cvs__bt {
  width: 450px;
}
@media screen and (max-width: 767px) {
  #aedguide .cvs__bt {
    width: 100%;
    margin: 0 auto 42px;
  }
}
#aedguide .cvs__tel {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #aedguide .cvs__tel {
    margin: 0 auto;
  }
}
#aedguide .cvs__tel__t {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #aedguide .cvs__tel__t {
    font-size: clamp(22px / 375 * 320, 22 / 375 * 100vw, 22px);
  }
}
#aedguide .cvs__tel__n > span,
#aedguide .cvs__tel__n > a {
  display: block;
  color: inherit;
  font-size: 64px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #aedguide .cvs__tel__n > span,
  #aedguide .cvs__tel__n > a {
    font-size: clamp(58.5px / 375 * 320, 58.5 / 375 * 100vw, 58.5px);
  }
}
#aedguide .cvs__tel__nt {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #aedguide .cvs__tel__nt {
    font-size: clamp(14px / 375 * 320, 14 / 375 * 100vw, 14px);
  }
}

/*-------------------------------------------------------------------*/
/* pnt */
/*-------------------------------------------------------------------*/
#aedguide .pnt {
  position: relative;
  padding: 75px 0;
  background: 50% 50%/cover no-repeat;
}
@media screen and (min-width: 768px) {
  #aedguide .pnt {
    background-image: url(/business/medical/aed/guide/img_v5/img_pnt_01_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  #aedguide .pnt {
    padding: 60px 0;
    background-image: url(/business/medical/aed/guide/img_v5/img_pnt_01_sp.webp);
  }
}
@media screen and (min-width: 768px) {
  #aedguide .pnt__in {
    padding: 80px;
    background: rgba(255, 255, 255, .8);
  }
}
#aedguide .pnt__stt {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(28 / 24);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__stt {
    margin: 0 0 20px;
    font-size: clamp(24px / 375 * 320, 24 / 375 * 100vw, 24px);
  }
}
#aedguide .pnt__ld {
  display: flex;
  align-items: center;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__ld {
    flex-direction: column;
  }
}
#aedguide .pnt__ld__p {
  width: 102px;
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__ld__p {
    width: 79px;
  }
}
#aedguide .pnt__ld__p img {
  width: 100%;
  aspect-ratio: 102/145;
}
#aedguide .pnt__ld__i {
  flex: 1 1 auto;
}
#aedguide .pnt__ld__i__t {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__ld__i__t {
    font-size: clamp(18px / 375 * 320, 18 / 375 * 100vw, 18px);
  }
}
#aedguide .pnt__fc {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__fc {
    margin: 40px 0 0;
  }
}
#aedguide .pnt__fc__ls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__fc__ls {
    flex-direction: column;
    gap: 4px 0;
  }
}
#aedguide .pnt__fc__ls > li {
  display: flex;
  align-items: center;
  gap: 0 15px;
  width: calc((100% - 10px) / 2);
  padding: 15px 23px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__fc__ls > li {
    gap: 0 10px;
    width: 100%;
    padding: 15px 10px;
  }
}
#aedguide .pnt__fc__ls > li::before {
  content: '';
  display: block;
  background: 50% 50%/contain no-repeat;
}
@media screen and (min-width: 768px) {
  #aedguide .pnt__fc__ls > li::before {
    width: 29px;
    aspect-ratio: 29/23;
    background-image: url(/business/medical/aed/guide/img_v5/img_icon_check_01.svg);
  }
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__fc__ls > li::before {
    width: 20px;
    aspect-ratio: 20/17;
    background-image: url(/business/medical/aed/guide/img_v5/img_icon_check_02.svg);
  }
}
#aedguide .pnt__fc__ls > li > span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__fc__ls > li > span {
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
  }
}
#aedguide .pnt__pt {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__pt {
    margin: 40px 0 0;
  }
}
#aedguide .pnt__pt__ls {
  display: flex;
  gap: 10px 10px;
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__pt__ls {
    flex-direction: column;
  }
}
#aedguide .pnt__pt__ls > li {
  flex: 1 1 auto;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
#aedguide .pnt__pt__ls__n {
  color: #004697;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__pt__ls__n {
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
    text-align: left;
  }
}
#aedguide .pnt__pt__ls__tt {
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__pt__ls__tt {
    margin: 0;
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
  }
}
#aedguide .pnt__pt__ls__t {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__pt__ls__t {
    font-size: clamp(10px / 375 * 320, 10 / 375 * 100vw, 10px);
  }
}
#aedguide .pnt__cc {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__cc {
    margin: 20px 0 0;
  }
}
#aedguide .pnt__cc__t {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(28 / 24);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #aedguide .pnt__cc__t {
    font-size: clamp(18px / 375 * 320, 18 / 375 * 100vw, 18px);
    text-align: left;
  }
}

/*-------------------------------------------------------------------*/
/* dat */
/*-------------------------------------------------------------------*/
#aedguide .dat {
  position: relative;
}
#aedguide .dat__ls {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
#aedguide .dat__ls > li {
  width: 100%;
}
#aedguide .dat__ls__hd > a {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 16px 20px;
  background: #f0f0f0;
  color: inherit;
}
@media screen and (max-width: 767px) {
  #aedguide .dat__ls__hd > a {
    gap: 0 clamp(20px / 375 * 320, 20 / 375 * 100vw, 20px);
    padding: 15px 20px;
  }
}
@media screen and (min-width: 768px) {
  #aedguide .dat__ls__hd > a {
    transition: background-color 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  #aedguide .dat__ls__hd > a:hover {
    background: #d3deec;
  }
}
#aedguide .dat__ls__hd > a > span.is-t {
  flex: 1 1 auto;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .dat__ls__hd > a > span.is-t {
    font-size: clamp(18px / 375 * 320, 18 / 375 * 100vw, 18px);
  }
}
#aedguide .dat__ls__hd > a > span.is-t b {
  color: #e80012;
  font-weight: 700;
}
#aedguide .dat__ls__hd > a > span.is-i {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  #aedguide .dat__ls__hd > a > span.is-i {
    width: 20px;
    height: 20px;
  }
}
#aedguide .dat__ls__hd > a > span.is-i::before,
#aedguide .dat__ls__hd > a > span.is-i::after {
  content: '';
  display: block;
  position: absolute;
  background: #004697;
  transition: transform 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
}
#aedguide .dat__ls__hd > a > span.is-i::before {
  width: 100%;
  height: 2px;
}
#aedguide .dat__ls__hd > a > span.is-i::after {
  width: 2px;
  height: 100%;
}
#aedguide .dat__ls__hd > a.is-active > span.is-i::before {
  transform: scaleX(-1);
}
#aedguide .dat__ls__hd > a.is-active > span.is-i::after {
  transform: scaleY(0);
}
#aedguide .dat__ls__bd {
  height: 0;
  overflow: clip;
}
#aedguide .dat__ls__bd__in {
  width: 100%;
  padding: 0 10px 10px;
  background: #f0f0f0;
}
@media screen and (max-width: 767px) {
  #aedguide .dat__ls__bd__in {
    padding: 0 4px 4px;
  }
}
#aedguide .dat .datBx {
  padding: 40px clamp(50px / 1440 * 1280, 50 / 1440 * 100vw, 50px) 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx {
    padding: 36px clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
  }
}
#aedguide .dat .datBx__tt {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx__tt {
    margin: 0 0 40px;
    font-size: clamp(22px / 375 * 320, 22 / 375 * 100vw, 22px);
  }
}
#aedguide .dat .datBx__t {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx__t {
    font-size: clamp(18px / 375 * 320, 18 / 375 * 100vw, 18px);
  }
}
#aedguide .dat .datBx__t b {
  font-weight: 700;
}
#aedguide .dat .datBx__nt {
  margin: .65em 0 0;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #aedguide .dat .datBx__nt {
    padding: 0 0 0 1em;
  }
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx__nt {
    margin: .4em 0 0;
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
  }
}
#aedguide .dat .datBx__nt a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #aedguide .dat .datBx__nt a {
    transition: opacity 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  #aedguide .dat .datBx__nt a:hover {
    opacity: .5;
  }
}
#aedguide .dat .datBx__wht {
  display: flex;
  gap: 60px clamp(60px / 1440 * 1280, 60 / 1440 * 100vw, 60px);
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx__wht {
    flex-direction: column;
    margin: 40px 0 0;
  }
}
#aedguide .dat .datBx__wht > li {
  flex: 1 1 auto;
  width: 100%;
}
#aedguide .dat .datBx__wht__p {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx__wht__p {
    margin: 0 0 20px;
  }
}
#aedguide .dat .datBx__wht__p img {
  width: 100%;
  aspect-ratio: 340/200;
}
#aedguide .dat .datBx__wht__tt {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx__wht__tt {
    margin: 0 0 10px;
    gap: 0 10px;
  }
}
#aedguide .dat .datBx__wht__tt > span.is-n {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #004697;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx__wht__tt > span.is-n {
    width: clamp(40px / 375 * 320, 40 / 375 * 100vw, 40px);
    height: clamp(40px / 375 * 320, 40 / 375 * 100vw, 40px);
    font-size: clamp(24px / 375 * 320, 24 / 375 * 100vw, 24px);
  }
}
#aedguide .dat .datBx__wht__tt > span.is-t {
  flex: 1 1 auto;
  display: block;
  font-size: clamp(24px / 1440 * 1280, 24 / 1440 * 100vw, 24px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx__wht__tt > span.is-t {
    font-size: clamp(22px / 375 * 320, 22 / 375 * 100vw, 22px);
  }
}
#aedguide .dat .datBx__htu {
  display: flex;
  gap: 50px clamp(50px / 1440 * 1280, 50 / 1440 * 100vw, 50px);
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx__htu {
    flex-direction: column;
  }
}
#aedguide .dat .datBx__htu > li {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #aedguide .dat .datBx__htu > li {
    padding: 0 0 65px;
  }
}
#aedguide .dat .datBx__htu__p {
  margin: 0 0 20px;
}
#aedguide .dat .datBx__htu__p img {
  width: 100%;
  aspect-ratio: 545/270;
}
@media screen and (min-width: 768px) {
  #aedguide .dat .datBx__htu__b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx__htu__b {
    margin: 20px 0 0;
  }
}
#aedguide .dat .datBx__fig {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx__fig {
    margin: 40px 0 0;
  }
}
#aedguide .dat .datBx__fig__tt {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx__fig__tt {
    font-size: clamp(22px / 375 * 320, 22 / 375 * 100vw, 22px);
  }
}
#aedguide .dat .datBx__fig__bd {
  width: 100%;
}
#aedguide .dat .datBx__fig__bd img {
  max-width: 100%;
}
#aedguide .dat .datBx__fig__bd.is-01 img {
  width: 715px;
  aspect-ratio: 715/465;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx__fig__bd.is-01 img {
    aspect-ratio: 885/576;
  }
}
#aedguide .dat .datBx__fig__bd.is-02 {
  background: #f0f0f0;
}
@media screen and (min-width: 768px) {
  #aedguide .dat .datBx__fig__bd.is-02 {
    border: 1px solid #888;
  }
}
#aedguide .dat .datBx__fig__bd.is-02 img {
  width: 715px;
  aspect-ratio: 715/476;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx__fig__bd.is-02 img {
    aspect-ratio: 885/669;
  }
}
#aedguide .dat .datBx__fig__nt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .dat .datBx__fig__nt {
    font-size: clamp(13px / 375 * 320, 13 / 375 * 100vw, 13px);
  }
}
#aedguide .dat .datBx__fig__nt:last-child {
  margin: 10px auto 0;
}
#aedguide .dat .datBx__fig__nt a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #aedguide .dat .datBx__fig__nt a {
    transition: opacity 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  #aedguide .dat .datBx__fig__nt a:hover {
    opacity: .5;
  }
}

/*-------------------------------------------------------------------*/
/* chs */
/*-------------------------------------------------------------------*/
#aedguide .chs {
  position: relative;
}
#aedguide .chs__hd {
  display: flex;
  gap: 0 1px;
}
#aedguide .chs__hd > li {
  flex: 1 1 auto;
  width: calc(100% / 4);
}
#aedguide .chs__hd > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  border-radius: 20px 20px 0 0;
  background: #004697;
  color: #fff;
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1) 0ms, color 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
}
@media screen and (max-width: 767px) {
  #aedguide .chs__hd > li a {
    height: 70px;
    padding: 0 clamp(4px / 375 * 320, 4 / 375 * 100vw, 4px);
    border-radius: 10px 10px 0 0;
  }
}
#aedguide .chs__hd > li a > span {
  font-size: clamp(24px / 1440 * 1280, 24 / 1440 * 100vw, 24px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #aedguide .chs__hd > li a > span {
    font-size: clamp(14px / 375 * 320, 14 / 375 * 100vw, 14px);
    line-height: 1.4;
    text-align: center;
  }
  #aedguide .chs__hd > li a > span span {
    display: inline-block;
    white-space: nowrap;
  }
  #aedguide .chs__hd > li a > span span:has(span) {
    white-space: normal;
  }
}
@media screen and (min-width: 768px) {
  #aedguide .chs__hd > li a:hover {
    background: #1066ca;
  }
}
#aedguide .chs__hd > li a.is-active {
  background: #eee;
  color: #000;
}
#aedguide .chs__bd {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
}
#aedguide .chs .chsBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  opacity: 0;
  z-index: 1;
  transition: opacity 100ms cubic-bezier(.215, .61, .355, 1) 0ms;
}
@media screen and (max-width: 767px) {
  #aedguide .chs .chsBx {
    padding: 39px clamp(19px / 375 * 320, 19 / 375 * 100vw, 19px) clamp(19px / 375 * 320, 19 / 375 * 100vw, 19px);
  }
}
#aedguide .chs .chsBx.is-active {
  position: relative;
  opacity: 1;
  z-index: 2;
  transition: opacity 600ms cubic-bezier(.215, .61, .355, 1) 200ms;
}
#aedguide .chs .chsBx__dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #aedguide .chs .chsBx__dl {
    flex-direction: column;
  }
}
#aedguide .chs .chsBx__dl > div {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  #aedguide .chs .chsBx__dl > div:nth-child(1) {
    width: 50%;
    min-height: 50px;
    padding: 0 20px 0 0;
  }
  #aedguide .chs .chsBx__dl > div:nth-child(2) {
    width: 50%;
    min-height: 50px;
    padding: 0 0 0 20px;
    border-left: 1px solid #ccc;
  }
  #aedguide .chs .chsBx__dl > div:nth-child(3) {
    width: 100%;
    margin: 40px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  #aedguide .chs .chsBx__dl > div {
    width: 100%;
  }
  #aedguide .chs .chsBx__dl > div:nth-child(2) {
    margin: 40px 0 0;
  }
  #aedguide .chs .chsBx__dl > div:nth-child(3) {
    margin: 40px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid #ccc;
  }
}
#aedguide .chs .chsBx__dl > div dt {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .chs .chsBx__dl > div dt {
    font-size: clamp(24px / 375 * 320, 24 / 375 * 100vw, 24px);
  }
  #aedguide .chs .chsBx__dl > div dt span {
    display: inline-block;
  }
}
#aedguide .chs .chsBx__dl__ls > li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .chs .chsBx__dl__ls > li {
    font-size: clamp(18px / 375 * 320, 18 / 375 * 100vw, 18px);
  }
}
#aedguide .chs .chsBx__dl__ls > li::before {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#aedguide .chs .chsBx__dl__dv {
  display: flex;
}
@media screen and (min-width: 768px) {
  #aedguide .chs .chsBx__dl__dv {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #aedguide .chs .chsBx__dl__dv::before,
  #aedguide .chs .chsBx__dl__dv::after {
    content: '';
    display: block;
    order: 2;
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 767px) {
  #aedguide .chs .chsBx__dl__dv {
    flex-direction: column;
    gap: 10px 0;
  }
}
#aedguide .chs .chsBx__dl__dv > li {
  order: 1;
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  #aedguide .chs .chsBx__dl__dv > li {
    width: 100%;
    border-radius: 10px;
    padding: 20px clamp(20px / 375 * 320, 20 / 375 * 100vw, 20px);
    background: #eee;
  }
}
#aedguide .chs .chsBx__dl__dv__nm a {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
  border-bottom: 1px solid #004697;
  color: #004697;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  transition: opacity 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
}
@media screen and (max-width: 767px) {
  #aedguide .chs .chsBx__dl__dv__nm a {
    font-size: clamp(19px / 375 * 320, 19 / 375 * 100vw, 19px);
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  #aedguide .chs .chsBx__dl__dv__nm a:hover {
    opacity: .5;
  }
}
#aedguide .chs .chsBx__dl__dv__nm a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #004697;
  border-right: 2px solid #004697;
  transform: translateY(-45%) rotate(45deg);
}
#aedguide .chs .chsBx__dl__dv__tg {
  display: flex;
  gap: 0 20px;
  margin: 10px 0 0;
}
#aedguide .chs .chsBx__dl__dv__tg > li {
  font-size: 16px;
  line-height: calc(28 / 16);
}
@media screen and (max-width: 767px) {
  #aedguide .chs .chsBx__dl__dv__tg > li {
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
  }
}
#aedguide .chs .chsBx__dl__dv__p {
  height: 275px;
  margin: 48px 0 0;
}
@media screen and (max-width: 767px) {
  #aedguide .chs .chsBx__dl__dv__p {
    height: 150px;
  }
}
#aedguide .chs .chsBx__dl__dv__p img {
  width: 100%;
  height: 100%;
}
#aedguide .chs .chsBx__dl__dv__tg + .chsBx__dl__dv__p {
  margin: 10px 0 0;
}
#aedguide .chs .chsBx__dl__dv__nt {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #aedguide .chs .chsBx__dl__dv__nt {
    font-size: clamp(12px / 375 * 320, 12 / 375 * 100vw, 12px);
  }
}

/*-------------------------------------------------------------------*/
/* tbl */
/*-------------------------------------------------------------------*/
@keyframes arrow {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#aedguide .tbl {
  position: relative;
}
@media screen and (max-width: 767px) {
  #aedguide .tbl {
    margin: 0 -20px;
  }
  #aedguide .tbl__in {
    position: relative;
  }
  #aedguide .tbl__arr {
    position: absolute;
    bottom: 50%;
    left: 20px;
    z-index: 2;
    transform: translateY(50%);
    pointer-events: none;
  }
  #aedguide .tbl__arr::before {
    content: '';
    display: block;
    width: 124px;
    aspect-ratio: 124/72;
    background: url(/business/medical/aed/guide/img_v5/img_icon_arrow_01.svg) 50% 50%/contain no-repeat;
    animation: arrow 2.2s ease-in-out infinite;
  }
  #aedguide .tbl__scr {
    position: relative;
    width: 100%;
    overflow-x: auto;
    background: #eee;
    z-index: 1;
  }
  #aedguide .tbl__scr__in {
    position: relative;
    width: 1100px;
    padding: 0 20px 20px;
  }
}
#aedguide .tbl .tblBd {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
#aedguide .tbl .tblBd col:nth-child(1) {
  width: 155px;
}
@media screen and (max-width: 767px) {
  #aedguide .tbl .tblBd col:nth-child(1) {
    width: 115px;
  }
}
@media screen and (max-width: 767px) {
  #aedguide .tbl .tblBd col:nth-child(4) {
    width: 26%;
  }
}
#aedguide .tbl .tblBd th,
#aedguide .tbl .tblBd td {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  font-size: clamp(24px / 1440 * 1280, 24 / 1440 * 100vw, 24px);
  line-height: 1.4;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #aedguide .tbl .tblBd th,
  #aedguide .tbl .tblBd td {
    padding: 15px 0;
    font-size: 18px;
  }
}
#aedguide .tbl .tblBd th {
  white-space: nowrap;
  font-weight: 700;
  text-align: left;
}
#aedguide .tbl .tblBd td {
  text-align: center;
}
#aedguide .tbl .tblBd__p {
  position: relative;
  max-width: 220px;
  margin: 0 auto 1px;
}
#aedguide .tbl .tblBd__p img {
  width: 100%;
  height: 100px;
}
#aedguide .tbl .tblBd__p img:has(+ p) {
  object-position: 22.5% 50%;
}
@media screen and (max-width: 767px) {
  #aedguide .tbl .tblBd__p img:has(+ p) {
    object-position: 18% 50%;
  }
}
#aedguide .tbl .tblBd__p p {
  position: absolute;
  left: 61%;
  font-size: 10px;
  line-height: 1.96;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #aedguide .tbl .tblBd__p p {
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 767px) {
  #aedguide .tbl .tblBd__p p {
    top: 0;
    left: 65%;
  }
}
#aedguide .tbl .tblBd__nm,
#aedguide .tbl .tblBd__pt,
#aedguide .tbl .tblBd__tc {
  display: flex;
  justify-content: center;
}
#aedguide .tbl .tblBd__nm > span,
#aedguide .tbl .tblBd__pt > span,
#aedguide .tbl .tblBd__tc > span {
  white-space: nowrap;
}
#aedguide .tbl .tblBd__nm > span {
  font-size: clamp(20px / 1440 * 1280, 20 / 1440 * 100vw, 20px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .tbl .tblBd__nm > span {
    font-size: clamp(22px / 375 * 320, 22 / 375 * 100vw, 22px);
  }
}
#aedguide .tbl .tblBd__pt > span {
  font-size: clamp(20px / 1440 * 1280, 20 / 1440 * 100vw, 20px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .tbl .tblBd__pt > span {
    font-size: clamp(18px / 375 * 320, 18 / 375 * 100vw, 18px);
  }
}
#aedguide .tbl .tblBd__tc > span {
  font-size: clamp(20px / 1440 * 1280, 20 / 1440 * 100vw, 20px);
  line-height: calc(24 * 1.4 / 20);
}
@media screen and (max-width: 767px) {
  #aedguide .tbl .tblBd__tc > span {
    font-size: 16px;
    line-height: calc(18 * 1.4 / 16);
  }
}

/*-------------------------------------------------------------------*/
/* spt */
/*-------------------------------------------------------------------*/
#aedguide .spt {
  position: relative;
}
#aedguide .spt__ls {
  display: flex;
  gap: 50px 50px;
}
@media screen and (max-width: 767px) {
  #aedguide .spt__ls {
    flex-direction: column;
  }
}
#aedguide .spt__ls > li {
  flex: 1 1 auto;
}
#aedguide .spt__ls__p {
  margin: 0 0 20px;
}
#aedguide .spt__ls__p img {
  width: 100%;
  aspect-ratio: 774/540;
}
#aedguide .spt__ls__tt {
  font-size: clamp(24px / 1440 * 1280, 24 / 1440 * 100vw, 24px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .spt__ls__tt {
    font-size: clamp(22px / 375 * 320, 22 / 375 * 100vw, 22px);
  }
}
#aedguide .spt__ls__t {
  margin: 20px 0 0;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #aedguide .spt__ls__t {
    font-size: clamp(18px / 375 * 320, 18 / 375 * 100vw, 18px);
  }
}
#aedguide .spt__bt {
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  #aedguide .spt__bt {
    margin: 50px 0 0;
  }
}

/*-------------------------------------------------------------------*/
/* faq */
/*-------------------------------------------------------------------*/
#aedguide .faq {
  position: relative;
}
#aedguide .faq__bt {
  margin: 50px 0 0;
}

/*-------------------------------------------------------------------*/
/* spt */
/*-------------------------------------------------------------------*/
#aedguide .stp {
  position: relative;
}
#aedguide .stp__bd {
  display: flex;
}
@media screen and (max-width: 767px) {
  #aedguide .stp__bd {
    flex-direction: column;
  }
}
#aedguide .stp__bd .stpBx {
  flex: 1 1 auto;
  display: flex;
  width: 100%;
  padding: 60px 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #aedguide .stp__bd .stpBx {
    transition: opacity 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  #aedguide .stp__bd .stpBx:hover {
    opacity: .75;
  }
  #aedguide .stp__bd .stpBx:hover * {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #aedguide .stp__bd .stpBx {
    padding: 40px 20px;
  }
}
#aedguide .stp__bd .stpBx.is-01 {
  background: #004697;
}
@media screen and (min-width: 768px) {
  #aedguide .stp__bd .stpBx.is-01 {
    justify-content: flex-end;
  }
}
#aedguide .stp__bd .stpBx.is-02 {
  background: #ec6d65;
}
@media screen and (min-width: 768px) {
  #aedguide .stp__bd .stpBx.is-02 {
    justify-content: flex-start;
  }
}
#aedguide .stp__bd .stpBx__in {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #aedguide .stp__bd .stpBx__in {
    max-width: 720px;
  }
}
#aedguide .stp__bd .stpBx__ic {
  height: 72px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #aedguide .stp__bd .stpBx__ic {
    margin: 0 0 10px;
  }
}
#aedguide .stp__bd .stpBx__ic img {
  width: 100%;
  height: 100%;
}
#aedguide .stp__bd .stpBx__tt {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #aedguide .stp__bd .stpBx__tt {
    font-size: clamp(24px / 375 * 320, 24 / 375 * 100vw, 24px);
  }
}
#aedguide .stp__bd .stpBx__t {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #aedguide .stp__bd .stpBx__t {
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
    line-height: calc(28 / 16);
  }
}
#aedguide .stp__bd .stpBx__bt {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  #aedguide .stp__bd .stpBx__bt {
    margin: 10px 0 0;
  }
}
