@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scrollbar-gutter: stable;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

img {
  vertical-align: bottom;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Noto Sans JP", "Roboto Condensed", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  font-weight: 500;
}
body a {
  color: #404040;
  text-decoration: none;
}

.c-page-ttl {
  margin: 0 auto;
  padding: 0 0 10px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-page-ttl {
    width: 100%;
    padding: 0 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c-page-ttl {
    padding: 0 70px 20px;
  }
}
.c-page-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0097D6;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-page-ttl::after {
    width: calc(100% - 60px);
    left: 30px;
  }
}
.c-page-ttl__e {
  color: #0097D6;
  font-weight: 400;
  font-family: "Akshar", sans-serif;
  line-height: 1;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-page-ttl__e {
    font-size: 1.125rem;
    width: 1200px;
    margin: 0 auto;
  }
}
.c-page-ttl__j {
  padding-bottom: 5px;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .c-page-ttl__j {
    font-size: 2.25rem;
    width: 1200px;
    margin: 0 auto;
  }
}

.c-page-ttl-h2 {
  margin-top: 30px;
  background-color: #e5f5fb;
  min-height: 45px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 3px 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .c-page-ttl-h2 {
    border-radius: 24px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: 1.875;
  }
}

.c-page-ttl-h3 {
  margin-top: 30px;
  margin-left: -16px;
  margin-right: -16px;
  min-height: 40px;
  padding: 10px 10px 10px 30px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.9375rem;
  border-bottom: 1px solid #aeb1b2;
  background: linear-gradient(to bottom, #fff, #e5f5fb);
  position: relative;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .c-page-ttl-h3 {
    padding: 0 0 0 28px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.875;
    font-size: 1.125rem;
  }
}
.c-page-ttl-h3::before {
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  display: block;
  position: absolute;
  top: 10px;
  left: 16px;
  background-color: #0097D6;
}
@media screen and (min-width: 768px) {
  .c-page-ttl-h3::before {
    width: 18px;
    height: 10px;
    border-radius: 0px 5px 5px 0;
    top: calc(50% - 5px);
    left: 0;
  }
}

.c-page-ttl-h4 {
  margin-top: 30px;
  min-height: 40px;
  padding: 10px 0 10px 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.9375rem;
  border-bottom: 1px solid #aeb1b2;
  position: relative;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .c-page-ttl-h4 {
    padding: 0 0 0 0;
    font-size: 1.125rem;
    line-height: 1.875;
  }
}
.c-page-ttl-h4::before {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -0.5px;
  left: 0;
  background-color: #0097D6;
  border-radius: 0px 5px 5px 0;
}

.c-main-text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 25px;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .c-main-text {
    font-size: 1rem;
    line-height: 30px;
  }
}

.c-sub-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .c-sub-text {
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.c-standard-link {
  color: #00B2ed;
  text-decoration: underline;
  font-weight: 400;
}

.c-category-ttl {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  padding-bottom: 4px;
  color: #383E60;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .c-category-ttl {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}
.c-category-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D4D4D4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-category-ttl::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #0097D6;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-404-title {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-404-title {
    font-size: 2rem;
  }
}

.l-header {
  width: 100%;
  height: 74px;
  position: fixed;
  background-color: #fff;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 118px;
    min-width: 1200px;
  }
}
.l-header__inner {
  width: 100%;
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    width: 1000px;
    margin: 0 auto;
  }
}
.l-header__logo {
  width: 138px;
  height: auto;
  position: absolute;
  top: 16px;
  left: 8px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 195px;
    top: 34px;
    left: 40px;
  }
  .l-header__logo a {
    transition: opacity 0.3s ease;
  }
  .l-header__logo a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.l-header__close {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__close {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
  }
}

.l-nav {
  width: 100%;
  overflow: auto;
  position: absolute;
  background-color: #fff;
  top: 74px;
  left: 0;
  overflow: hidden;
  height: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-nav {
    overflow: visible;
    display: flex;
    padding: 0;
    top: 24px;
    right: 40px;
    width: 1040px;
    height: 80px;
    left: auto;
    background-color: transparent;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
  }
}
.l-nav.is-active {
  height: calc(100vh - 74px);
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .l-nav.is-active {
    height: 80px;
    overflow: visible;
  }
}
.l-nav__inr {
  padding: 20px 16px 80px;
}
@media screen and (min-width: 768px) {
  .l-nav__inr {
    padding: 144px 16px 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-nav__list {
    position: absolute;
    display: flex;
    bottom: 10px;
    right: 155px;
  }
}
.l-nav__item {
  border-bottom: 1px solid #D4D4D4;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .l-nav__item {
    padding: 0 10px;
    border: none;
  }
}
@media screen and (min-width: 1300px) {
  .l-nav__item {
    padding: 0 20px;
    border: none;
  }
}
.l-nav__item > a {
  display: flex;
  line-height: 1;
  font-size: 1.125rem;
  padding: 32px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-nav__item > a {
    font-size: 1rem;
    padding: 0;
    transition: opacity 0.3s ease;
  }
  .l-nav__item > a:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
}
.l-nav__item > a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/ortho/assets/images/common/icon_circle_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 6px;
}
@media screen and (min-width: 768px) {
  .l-nav__item > a::after {
    content: none;
  }
}
.l-nav__item--arrow {
  position: relative;
}
.l-nav__item--arrow span {
  padding: 32px 10px;
  display: flex;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-nav__item--arrow span {
    padding: 0;
    transition: opacity 0.3s ease;
  }
  .l-nav__item--arrow span::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 16px;
    background-image: url(/ortho/assets/images/common/icon_down_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 4px;
  }
  .l-nav__item--arrow span:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
}
.l-nav__item--arrow span::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #0097D6;
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-nav__item--arrow span::before {
    content: none;
  }
}
.l-nav__item--arrow span::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #0097D6;
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
}
@media screen and (min-width: 768px) {
  .l-nav__item--arrow span::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 16px;
    background-image: url(/ortho/assets/images/common/icon_down_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 4px;
    background-color: transparent;
    position: relative;
    right: auto;
    top: auto;
  }
}
.l-nav__item--arrow::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #0097D6;
  border-radius: 50%;
  position: absolute;
  top: 28px;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .l-nav__item--arrow::before {
    content: none;
  }
}
.l-nav__item--arrow.is-active span::before {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.l-nav__item--new a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/ortho/assets/images/common/icon_new_window_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .l-nav__item--new a::after {
    position: relative;
    width: 16px;
    height: 16px;
    background-image: url(/ortho/assets/images/common/icon_new_window.svg);
    top: auto;
    right: auto;
  }
}
.l-nav__item--search {
  width: calc(100% - 32px);
  position: absolute;
  height: 60px;
  top: 40px;
  left: 16px;
  border-bottom: none;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-nav__item--search {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    border-left: 1px solid #D4D4D4;
  }
}
.l-nav__item--search span {
  width: 100%;
  height: 100%;
  border: 1px solid #0097D6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0097D6;
  display: flex;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-nav__item--search span {
    width: auto;
    height: auto;
    font-size: 1rem;
    color: #404040;
    border: none;
    cursor: pointer;
    display: none;
  }
}
.l-nav__item--search span::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/ortho/assets/images/common/icon_search_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .l-nav__item--search span::before {
    width: 20px;
    height: 20px;
    background-image: url(/ortho/assets/images/common/icon_search.svg);
  }
}
.l-nav__item--search span::after {
  content: none;
}
.l-nav.is-active {
  display: block;
}
.l-nav__official {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-nav__official {
    display: block;
    position: absolute;
    top: 1px;
    right: 172px;
    width: 138px;
    height: 32px;
    pointer-events: auto;
  }
  .l-nav__official a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background-color: #383E60;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    transition: all 0.3s ease;
  }
  .l-nav__official a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/ortho/assets/images/common/icon_new_window_w.svg);
    background-size: contain;
    margin-left: 4px;
  }
  .l-nav__official a:hover {
    background-color: #0097D6;
    transition: all 0.3s ease;
  }
}
.l-nav__contact {
  width: 80px;
  height: 50px;
  position: fixed;
  top: 12px;
  right: 70px;
}
@media screen and (min-width: 768px) {
  .l-nav__contact {
    width: 148px;
    height: 80px;
    position: absolute;
    top: 24px;
    right: 40px;
    z-index: 2;
    pointer-events: auto;
  }
}
.l-nav__contact a {
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, rgb(1, 192, 220), rgb(0, 161, 232));
  border-radius: 4px;
}
.l-nav__contact a::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(/ortho/assets/images/common/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.l-nav__contact a span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-nav__contact a {
    font-size: 1rem;
    transition: all 0.3s ease;
  }
  .l-nav__contact a::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #383E60;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .l-nav__contact a:hover::after {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .l-nav__contact a::before {
    content: none;
  }
}
.l-nav__search {
  width: 40px;
  height: 50px;
  position: fixed;
  top: 12px;
  right: 160px;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-nav__search {
    display: none;
  }
}
.l-nav__search span {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 0.625rem;
  font-weight: 400;
  color: #404040;
  display: flex;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
}
.l-nav__search span::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(/ortho/assets/images/common/icon_search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: calc(50% - 12px);
}

.l-search-child {
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 44px);
  background-image: url(/assets/images/common/bg_header_sp.jpg);
  background-color: #0097D6;
  background-size: cover;
  display: none;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .l-search-child {
    height: auto;
    top: 118px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease;
    overflow: hidden;
  }
}
.l-search-child__inr {
  padding: 64px 30px 40px;
}
@media screen and (min-width: 768px) {
  .l-search-child__inr {
    padding: 60px 0 40px;
    background-color: #e5f5fb;
    position: relative;
  }
}
.l-search-child__form {
  margin: 0 auto;
}
.l-search-child__form-block {
  display: flex;
}
.l-search-child__block {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-search-child__block {
    width: 1260px;
    padding: 0 30px;
  }
}
.l-search-child__text-block {
  width: calc(100% - 45px);
}
@media screen and (min-width: 768px) {
  .l-search-child__text-block {
    width: auto;
  }
}
.l-search-child__text {
  width: 100%;
  height: 45px;
  border-radius: 25px 0 0 25px;
  font-size: 14px;
  padding: 4px 10px 4px 36px;
  margin-right: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background-image: url(/assets/images/common/icon_search_sp.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left 12px center;
}
@media screen and (min-width: 768px) {
  .l-search-child__text {
    width: 650px;
    height: 40px;
    padding: 4px 10px;
    border-radius: 4px;
    background-image: none;
  }
}
.l-search-child__text::-moz-placeholder {
  color: transparent;
}
.l-search-child__text::placeholder {
  color: transparent;
}
@media screen and (min-width: 768px) {
  .l-search-child__text::-moz-placeholder {
    color: #d9dadb;
  }
  .l-search-child__text::placeholder {
    color: #d9dadb;
  }
}
.l-search-child__note {
  font-size: 0.8125rem;
  color: #fff;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .l-search-child__note {
    color: #404040;
  }
}
.l-search-child__btn {
  background-color: #426687;
  width: 45px;
  height: 45px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-search-child__btn {
    width: 94px;
    height: 40px;
    font-size: 0.875rem;
    border-radius: 4px;
    background-color: #0097D6;
    transition: opacity 0.3s ease;
  }
  .l-search-child__btn:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.l-search-child__radio-block {
  margin-top: 24px;
  display: flex;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-search-child__radio-block {
    margin-top: 16px;
    color: #404040;
  }
}
.l-search-child__radio-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc(100% - 82px);
}
@media screen and (min-width: 768px) {
  .l-search-child__radio-list {
    flex-direction: row;
    width: calc(100% - 94px);
  }
}
.l-search-child__radio-text {
  width: 78px;
  margin-right: 4px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-search-child__radio-text {
    font-size: 0.9375rem;
    margin-right: 16px;
  }
}
.l-search-child__radio-label {
  margin-right: 16px;
  position: relative;
  padding-left: 20px;
  font-size: 0.875rem;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .l-search-child__radio-label {
    font-size: 0.9375rem;
    margin-right: 28px;
    line-height: 1.5;
  }
}
.l-search-child__radio-label::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .l-search-child__radio-label::before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    border: 1px solid #ccc;
  }
}
.l-search-child__radio-label:has(.l-search-child__radio:checked)::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #426687;
  border-radius: 50%;
  left: 4px;
  top: 6px;
}
@media screen and (min-width: 768px) {
  .l-search-child__radio-label:has(.l-search-child__radio:checked)::after {
    left: 5px;
    top: 5px;
    background-color: #0097D6;
  }
}
.l-search-child__radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.l-search-child__word-block {
  margin: 24px auto 0;
  border-top: 1px dotted #fff;
  color: #fff;
  padding: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .l-search-child__word-block {
    width: 1200px;
    margin: 28px auto 0;
    padding: 16px 0;
    display: flex;
  }
}
.l-search-child__word {
  margin-right: 80px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-search-child__word {
    font-size: 0.9375rem;
  }
}
.l-search-child__word-list {
  margin-top: 8px;
  padding-left: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-search-child__word-list {
    margin-top: 0;
    padding-left: 40px;
    gap: 4px;
    font-size: 1rem;
  }
}
.l-search-child__word-list li {
  margin-right: 16px;
}
.l-search-child__word-list li a {
  color: #fff;
  text-decoration: underline;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-search-child__word-list li a:hover {
    text-decoration: none;
  }
}
.l-search-child__catalog-btn {
  margin-top: 30px;
  width: 100%;
  height: 40px;
  background-color: transparent;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .l-search-child__catalog-btn {
    margin-top: -24px;
    display: flex;
    justify-content: flex-end;
  }
}
.l-search-child__catalog-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-search-child__catalog-btn a {
    width: auto;
    height: auto;
    border: none;
    display: inline-block;
    margin-right: 20px;
    text-decoration: underline;
    transition: opacity 0.3s ease;
    color: #404040;
  }
  .l-search-child__catalog-btn a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.l-search-child__catalog-btn a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-image: url("/assets/images/common/header_icon_new_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
}
@media screen and (min-width: 768px) {
  .l-search-child__catalog-btn a::after {
    background-image: url("/assets/images/common/header_icon_new.svg");
    top: 6px;
    right: -20px;
  }
}
.l-search-child.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-search-child.is-active {
    max-height: 1500px;
    transition: all 0.3s ease;
  }
}

.l-header-mega {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header-mega {
    position: fixed;
    background-color: #E5F5FB;
    width: 100%;
    top: 118px;
    left: 0;
  }
}
.l-header-mega__inr {
  padding: 0 0 0;
}
@media screen and (min-width: 768px) {
  .l-header-mega__inr {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 40px;
  }
}
.l-header-mega.is-active {
  height: auto;
  max-height: 1500px;
  transition: all 0.3s ease;
}
.l-header-mega-list {
  padding: 0 0 16px;
}
@media screen and (min-width: 768px) {
  .l-header-mega-list {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 16px;
    display: flex;
    gap: 8px 12px;
    flex-wrap: wrap;
  }
}
.l-header-mega-list li {
  height: 58px;
}
@media screen and (min-width: 768px) {
  .l-header-mega-list li {
    width: 291px;
    height: 80px;
  }
}
.l-header-mega-list li:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .l-header-mega-list li:not(:first-child) {
    margin-top: 0;
  }
}
.l-header-mega-list li a {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #E5F5FB;
  border-radius: 2px;
  align-items: center;
  padding: 20px 20px 20px 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header-mega-list li a {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 20px 20px 50px;
    line-height: 1.6;
    font-weight: 500;
    border: 1px solid #fff;
    transition: all 0.3s ease;
  }
  .l-header-mega-list li a:hover {
    color: #0097D6;
    border: 1px solid #0097D6;
    transition: all 0.3s ease;
  }
}
.l-header-mega-list li a::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(/ortho/assets/images/common/icon_circle_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  left: 16px;
}
.l-header-mega-list li.is-disable a {
  background-color: #F7F7F7;
  pointer-events: none;
}
.l-header-mega-list li.is-disable a::before {
  background-image: url(/ortho/assets/images/common/icon_circle_arrow_g.svg);
}
.l-header-mega-sub-list {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-header-mega-sub-list {
    display: flex;
    gap: 0 12px;
    padding-top: 20px;
  }
}
.l-header-mega-sub-list li {
  height: 58px;
}
.l-header-mega-sub-list li:not(:first-child) {
  margin-top: 8px;
}
.l-header-mega-sub-list li:not(:last-child) {
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (min-width: 768px) {
  .l-header-mega-sub-list li {
    width: 291px;
    height: 42px;
    border-bottom: 1px solid #c4c4c4;
  }
  .l-header-mega-sub-list li:not(:first-child) {
    margin-top: 0;
  }
}
.l-header-mega-sub-list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header-mega-sub-list li a {
    padding: 0 20px 0 32px;
    transition: all 0.3s ease;
  }
  .l-header-mega-sub-list li a:hover {
    color: #0097D6;
    transition: all 0.3s ease;
  }
}
.l-header-mega-sub-list li a::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(/ortho/assets/images/common/icon_circle_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
}
.l-header-mega-sub-list li.is-new a::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: block;
  background-image: url(/ortho/assets/images/common/icon_new_window.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
  position: absolute;
  top: calc(50% - 8px);
  right: 6px;
}
@media screen and (min-width: 768px) {
  .l-header-mega-sub-list li.is-new a::after {
    position: relative;
    top: auto;
    right: auto;
  }
  .l-header-mega-sub-list li.is-new a:hover::after {
    background-image: url(/ortho/assets/images/common/icon_new_window_on.svg);
    transition: all 0.3s ease;
  }
}

.p-product .l-nav__item--product span {
  color: #0097D6;
}

.p-faq .l-nav__item--faq a {
  color: #0097D6;
}

.p-news .l-nav__item--news a {
  color: #0097D6;
}

.p-info .l-nav__item--info a {
  color: #0097D6;
}

.l-main {
  padding: 74px 0 32px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding: 118px 0 48px;
  }
}

.l-content {
  padding: 30px 0 52px;
}
@media screen and (min-width: 768px) {
  .l-content {
    padding: 40px 0 150px;
  }
}
.l-content.is-search {
  padding: 0 16px 52px;
}
@media screen and (min-width: 768px) {
  .l-content.is-search {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 48px;
  }
}

.l-contents {
  display: flex;
  padding: 20px 16px 52px;
  margin: 0 auto;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .l-contents {
    width: 1200px;
    padding: 40px 0 150px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-contents__main {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-contents__main {
    margin-top: 0;
    width: 900px;
  }
}
@media screen and (min-width: 768px) {
  .l-contents__sub {
    width: 270px;
  }
}

.l-content-inr {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .l-content-inr {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

.l-content-flex {
  display: flex;
  padding: 20px 0 0;
  margin: 0 auto;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .l-content-flex {
    width: 1200px;
    padding: 40px 0 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-content-flex__main {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-content-flex__main {
    margin-top: 0;
    width: 900px;
  }
}
@media screen and (min-width: 768px) {
  .l-content-flex__sub {
    width: 270px;
  }
}

.l-link-area {
  background-color: #f2f3f7;
  border: #e2e2e2 solid 1px;
  padding: 0 16px 10px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}
.l-link-area li {
  margin: 10px 0 0 0;
  padding: 2px 0 0 24px;
  background-image: url("/ortho/assets/images/common/icon_circle_arrow_r.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left top 6px;
  margin-right: 34px;
}
@media screen and (min-width: 768px) {
  .l-link-area li:not(:last-child) {
    margin-right: 34px;
  }
}
.l-link-area li.is-anchor {
  background-image: url("/ortho/assets/images/common/icon_circle_arrow_b.svg");
}
.l-link-area li a {
  display: block;
  border-bottom: 2px solid transparent;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 400;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .l-link-area li a {
    font-size: 0.9375rem;
  }
  .l-link-area li a:hover {
    border-bottom: 2px solid #0097D6;
  }
}

.l-column {
  display: flex;
  gap: 38px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-column {
    flex-direction: row;
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .l-column__two {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .l-column__two-n {
    width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .l-column__two-w {
    width: calc(100% - 374px);
  }
}
@media screen and (min-width: 768px) {
  .l-column__three {
    width: 33.3333333333%;
  }
}
.l-column__img + .l-column__text {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .l-column__img + .l-column__text {
    margin-top: 22px;
  }
}

.c-round-block {
  border: 1px solid #c8c8c8;
  border-right: 3px solid #c8c8c8;
  border-bottom: 3px solid #c8c8c8;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .c-round-block {
    padding: 18px;
  }
}
.c-round-block__ttl {
  font-size: 1rem;
  line-height: 23px;
  font-weight: 500;
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-bottom: 1px solid #aeb1b2;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .c-round-block__ttl {
    font-size: 1.125rem;
    line-height: 31px;
  }
}
.c-round-block__text {
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 400;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .c-round-block__text {
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.l-wide-content {
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (min-width: 768px) {
  .l-wide-content {
    margin-left: auto;
    margin-right: auto;
  }
}

.l-footer {
  background-color: #383E60;
  padding: 48px 0;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 80px 0;
  }
}
.l-footer__inner {
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    width: 1200px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__column {
    display: flex;
    align-items: flex-start;
  }
}
.l-footer__logo-block {
  width: 232px;
}
@media screen and (min-width: 768px) {
  .l-footer__logo-block {
    width: 300px;
    display: flex;
    flex-direction: column;
  }
}
.l-footer__logo-block img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 195px;
  }
  .l-footer__logo a {
    transition: opacity 0.3s ease;
  }
  .l-footer__logo a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.l-footer__address {
  margin-top: 24px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.6;
}
.l-footer__address span {
  font-size: 1rem;
}
.l-footer-nav--first {
  margin-left: auto;
}
.l-footer__product-nav {
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__product-nav {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__under-nav {
    margin-top: 24px;
    padding-bottom: 40px;
    width: 726px;
    display: flex;
    gap: 24px 10px;
    flex-wrap: wrap;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__under-nav li {
    width: 174px;
  }
}
.l-footer__under-nav li.is-disable a {
  pointer-events: none;
  color: #979797;
}
.l-footer__under-nav li.is-disable a::before {
  background-image: url(/ortho/assets/images/common/icon_circle_arrow_g.svg);
}
@media screen and (min-width: 768px) {
  .l-footer__under-nav a:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
}
.l-footer__btn {
  height: 56px;
}
@media screen and (min-width: 768px) {
  .l-footer__btn {
    width: 190px;
    height: 48px;
  }
}
.l-footer__btn a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  border-radius: 2px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footer__btn a {
    border-radius: 4px;
  }
}
.l-footer__btn--contact {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .l-footer__btn--contact {
    margin-top: 24px;
  }
}
.l-footer__btn--contact a {
  color: #fff;
  background-color: #0097D6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-footer__btn--contact a {
    transition: all 0.3s ease;
  }
  .l-footer__btn--contact a:hover {
    opacity: 0.5;
    transition: all 0.3s ease;
  }
}
.l-footer__official-btn {
  width: 174px;
  height: 40px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .l-footer__official-btn {
    width: 138px;
    height: 32px;
    margin: auto 0 0;
  }
}
.l-footer__official-btn a {
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: #383E60;
}
@media screen and (min-width: 768px) {
  .l-footer__official-btn a {
    border-radius: 16px;
  }
  .l-footer__official-btn a:hover {
    background-color: #0097D6;
    transition: all 0.3s ease;
  }
}
.l-footer__official-btn a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(/ortho/assets/images/common/icon_new_window_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
}
.l-footer__copyright {
  color: #fff;
  font-size: 0.75rem;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.045em;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    text-align: left;
    margin-top: 16px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__under-block {
    margin-top: -30px;
  }
}

.l-footer-product-nav {
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer-product-nav {
    margin-top: 0;
  }
}
.l-footer-product-nav::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 34px;
  right: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-footer-product-nav::after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-product-nav {
    margin-top: 0;
  }
}
.l-footer-product-nav__ttl {
  color: #fff;
  font-size: 1.125rem;
  padding: 32px 10px;
  border-top: 1px solid #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer-product-nav__ttl {
    font-size: 1rem;
    border: none;
    padding: 0;
  }
}
.l-footer-product-nav__ttl::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-product-nav__ttl::before {
    content: none;
  }
}
.l-footer-product-nav__ttl::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
}
@media screen and (min-width: 768px) {
  .l-footer-product-nav__ttl::after {
    content: none;
  }
}
.l-footer-product-nav__ttl.is-active::before {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.l-footer-product-nav__block {
  padding: 0 0 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-product-nav__block {
    padding: 0;
    display: flex;
    overflow: visible;
    max-height: none;
  }
}
.l-footer-product-nav__block.is-active {
  max-height: 1000px;
  transition: all 0.3s ease;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .l-footer-product-nav__block.is-active {
    padding-bottom: 0;
  }
}
.l-footer-product-nav li {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .l-footer-product-nav li {
    margin-top: 0;
  }
}
.l-footer-product-nav li a {
  display: block;
  color: #404040;
  font-weight: 500;
  position: relative;
  line-height: 1.6;
  padding: 16px 10px 16px 40px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .l-footer-product-nav li a {
    padding: 0;
    color: #fff;
    background-color: transparent;
    padding: 0 4px 0 30px;
  }
}
.l-footer-product-nav li a::before {
  content: "";
  display: block;
  width: 26px;
  height: 24px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/ortho/assets/images/common/icon_circle_arrow.svg);
  top: calc(50% - 12px);
  left: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer-product-nav li a::before {
    width: 20px;
    height: 20px;
    background-image: url(/ortho/assets/images/common/icon_circle_arrow_w.svg);
    top: 2px;
    left: 0;
  }
}

.l-footer-other-nav {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .l-footer-other-nav {
    margin-top: 0;
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-other-nav__block {
    width: 190px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-other-nav li:not(:first-child) {
    margin-top: 24px;
  }
}
.l-footer-other-nav li a {
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 30px 10px;
  border-bottom: 1px solid #fff;
  font-size: 1.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer-other-nav li a {
    padding: 0;
    font-size: 1rem;
    border: none;
    transition: opacity 0.3s ease;
  }
  .l-footer-other-nav li a:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
}
.l-footer-other-nav li a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/ortho/assets/images/common/icon_circle_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer-other-nav li a::after {
    content: none;
  }
}
.l-footer-other-nav li a.l-footer__icon-new::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/ortho/assets/images/common/icon_new_window_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer-other-nav li a.l-footer__icon-new::after {
    margin-left: 4px;
    position: relative;
    width: 14px;
    height: 14px;
    top: auto;
    right: auto;
  }
}

.c-btn-pagetop {
  position: fixed;
  width: 60px;
  height: 62px;
  right: 10px;
  bottom: 3px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s;
}
.c-btn-pagetop img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-btn-pagetop {
    width: 50px;
    height: 51px;
    right: 25px;
    bottom: 14px;
  }
  .c-btn-pagetop:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.c-btn-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.p-product-detail.p-product-underbtn .c-btn-pagetop {
  bottom: 76px;
}
@media screen and (min-width: 768px) {
  .p-product-detail.p-product-underbtn .c-btn-pagetop {
    bottom: 14px;
  }
}

.l-local-nav {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-local-nav {
    background-color: #fff;
    padding: 0;
    margin-bottom: 26px;
    border: none;
    box-shadow: none;
    overflow: visible;
  }
}
.l-local-nav__ttl {
  font-size: 0.875rem;
  padding: 10px;
  font-weight: 700;
  color: #fff;
  position: relative;
  letter-spacing: 0.05em;
  cursor: pointer;
  background-color: #0097D6;
  border-radius: 5px 5px 0 0;
  line-height: 26.25px;
}
@media screen and (min-width: 768px) {
  .l-local-nav__ttl {
    border: 1px solid #e2e2e2;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 0;
    text-align: center;
    color: #404040;
    background-color: #fff;
    cursor: auto;
  }
}
.l-local-nav__ttl::before, .l-local-nav__ttl::after {
  content: "";
  width: 12px;
  height: 2px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
}
.l-local-nav__ttl::after {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.l-local-nav__ttl.is-active::after {
  transform: rotate(0);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-local-nav__ttl-inr {
    padding-bottom: 10px;
    border-bottom: 1px solid #4d4d4d;
    background-color: #fff;
    position: relative;
  }
  .l-local-nav__ttl-inr::before {
    content: "";
    width: calc(100% + 30px);
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: -15px;
  }
  .l-local-nav__ttl-inr::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #4d4d4d;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.l-local-nav__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.l-local-nav__content.is-active {
  max-height: 2000px;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .l-local-nav__content {
    max-height: none;
    overflow: visible;
  }
}
.l-local-nav__sub-btns {
  margin: 0 15px 24px;
  border-top: 1px solid #c8c8c8;
  padding: 18px 3px 0;
}
@media screen and (min-width: 768px) {
  .l-local-nav__sub-btns {
    margin: 0;
    padding: 18px 0 24px;
  }
}

@media screen and (min-width: 768px) {
  .l-local-nav-list {
    height: auto;
    overflow: visible;
    border: 1px solid #e2e2e2;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-top: none;
    background-color: #fff;
  }
}
.l-local-nav-list > li {
  padding: 5px 0;
  position: relative;
}
.l-local-nav-list > li::after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.l-local-nav-list > li:last-child::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .l-local-nav-list > li {
    margin: 0 0;
  }
}
.l-local-nav-list > li > a {
  display: block;
  margin: 0 15px 0 15px;
  padding: 5px 15px 5px 5px;
  border-radius: 5px;
  color: #404040;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .l-local-nav-list > li > a {
    color: #404040;
    padding: 5px 15px 5px 5px;
  }
}
.l-local-nav-list > li > a::after {
  content: none;
  width: 10px;
  height: 4px;
  display: block;
  background-color: #0097D6;
  position: absolute;
  top: 18px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-local-nav-list > li > a {
    transition: all 0.3s ease;
  }
  .l-local-nav-list > li > a:hover {
    background-color: #0097D6;
    color: #fff;
    transition: all 0.3s ease;
  }
}
.l-local-nav-list > li > a.is-current {
  background-color: #e2e2e2;
}
.l-local-nav-list > li.is-parent {
  cursor: pointer;
  color: #404040;
  font-size: 0.875rem;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .l-local-nav-list > li.is-parent {
    color: #404040;
  }
}
.l-local-nav-list > li.is-parent > span {
  display: block;
  border-radius: 5px;
  padding: 6px 0 5px 20px;
  position: relative;
  font-weight: 400;
}
.l-local-nav-list > li.is-parent > span::before, .l-local-nav-list > li.is-parent > span::after {
  content: "";
  width: 12px;
  height: 2px;
  display: block;
  background-color: #85898b;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
}
.l-local-nav-list > li.is-parent > span::after {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.l-local-nav-list > li.is-parent.is-active > span::after {
  transform: rotate(0);
  transition: all 0.3s ease;
}
.l-local-nav-list > li.is-parent.is-active .l-local-nav-child-list {
  max-height: 1000px;
  transition: all 0.5s ease;
}

.l-local-nav-child-list {
  margin-top: 4px;
  max-height: 0;
  padding: 0 15px;
  height: auto;
  overflow-y: hidden;
  transition: all 0.3s ease;
}
.l-local-nav-child-list > li {
  padding: 5px 0 5px 5px;
  position: relative;
}
.l-local-nav-child-list > li > a {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0 0 5px;
  padding: 5px 15px 5px 5px;
  border-radius: 5px;
}
.l-local-nav-child-list > li > a::after {
  content: none;
  width: 10px;
  height: 4px;
  display: block;
  background-color: #0097D6;
  position: absolute;
  top: 18px;
  left: -16px;
}
.l-local-nav-child-list > li > a:hover {
  background-color: #0097D6;
  color: #fff;
  transition: all 0.3s ease;
}
.l-local-nav-child-list > li > span {
  display: block;
  border-radius: 5px;
  padding: 6px 0 5px 10px;
  position: relative;
}
.l-local-nav-child-list > li > span::before, .l-local-nav-child-list > li > span::after {
  content: "";
  width: 12px;
  height: 2px;
  display: block;
  background-color: #85898b;
  position: absolute;
  top: calc(50% - 1px);
  right: 5px;
}
.l-local-nav-child-list > li > span::after {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.l-local-nav-child-list > li > span.is-current {
  background-color: #e2e2e2;
}
.l-local-nav-child-list > li.is-parent {
  border-top: 1px solid #c8c8c8;
}
.l-local-nav-child-list > li.is-active > span::after {
  transform: rotate(0);
  transition: all 0.3s ease;
}
.l-local-nav-child-list > li.is-active .l-local-nav-g-child-list {
  max-height: 1000px;
  transition: all 0.5s ease;
}
.l-local-nav-child-list > li.is-current a {
  background-color: #e5f5fb;
  color: #404040;
}
.l-local-nav-child-list > li.is-current a::after {
  content: "";
}

.l-local-nav-g-child-list {
  margin: 4px 0 0 -20px;
  max-height: 0;
  padding: 0 0 0 0;
  height: auto;
  overflow-y: hidden;
  transition: all 0.3s ease;
}
.l-local-nav-g-child-list > li {
  padding: 5px 0 5px 20px;
  position: relative;
}
.l-local-nav-g-child-list > li > a {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0 0 5px;
  padding: 5px 15px 5px 5px;
  border-radius: 5px;
}
.l-local-nav-g-child-list > li > a::after {
  content: none;
  width: 10px;
  height: 4px;
  display: block;
  background-color: #0097D6;
  position: absolute;
  top: 18px;
  left: 0;
}
.l-local-nav-g-child-list > li > a:hover {
  background-color: #0097D6;
  color: #fff;
  transition: all 0.3s ease;
}
.l-local-nav-g-child-list > li.is-current a {
  background-color: #e5f5fb;
  color: #404040;
}
.l-local-nav-g-child-list > li.is-current a::after {
  content: "";
}

.p-research .l-local-nav-list li.is-research a {
  background-color: #e5f5fb;
  color: #404040;
}
.p-research .l-local-nav-list li.is-research a::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .p-research .l-local-nav-list li.is-research a:hover {
    color: #404040;
  }
}

.c-standard-btn {
  width: 100%;
  max-width: 358px;
  margin: 0 auto;
  height: 54px;
}
@media screen and (min-width: 768px) {
  .c-standard-btn {
    width: 240px;
  }
}
.c-standard-btn a {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #383E60;
  border: 1px solid #383E60;
  color: #fff;
  border-radius: 26px;
  font-weight: 500;
  align-items: center;
  padding: 0 26px 0 20px;
  line-height: 1;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-standard-btn a {
    transition: all 0.3s ease;
  }
  .c-standard-btn a:hover {
    color: #0097D6;
    background-color: #fff;
    border: 1px solid #0097D6;
    transition: all 0.3s ease;
  }
  .c-standard-btn a:hover::after {
    background-image: url(/ortho/assets/images/common/icon_arrow_b.svg);
  }
}
.c-standard-btn a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/ortho/assets/images/common/icon_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
}
.c-standard-btn--back {
  width: 240px;
}
.c-standard-btn--back a {
  justify-content: center;
}
.c-standard-btn--back a::after {
  content: none;
}

.c-btn-standard {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-btn-standard {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-btn-standard__link {
  width: 100%;
  height: 40px;
  border: solid 1px #afafaf;
  background-color: #e5f5fb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
  color: #404040;
}
.c-btn-standard__link::before {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background-image: url("/ortho/assets/images/common/icon_btn_arrow_on.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  transition: all 0.3s ease;
}
.c-btn-standard__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background-image: url("/ortho/assets/images/common/icon_btn_arrow.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn-standard__link:hover {
    background-color: #0097D6;
    color: #fff;
    border: solid 1px #0097D6;
    transition: all 0.3s ease;
  }
  .c-btn-standard__link:hover::after {
    opacity: 0;
    transition: all 0.3s ease;
  }
}
.c-btn-standard--new .c-btn-standard__link::before {
  background-image: url("/ortho/assets/images/common/icon_btn_new_on.svg");
}
.c-btn-standard--new .c-btn-standard__link::after {
  background-image: url("/ortho/assets/images/common/icon_btn_new.svg");
}
.c-btn-standard--pdf .c-btn-standard__link::before {
  background-image: url("/ortho/assets/images/common/icon_btn_pdf_on.svg");
}
.c-btn-standard--pdf .c-btn-standard__link::after {
  background-image: url("/ortho/assets/images/common/icon_btn_pdf.svg");
}

.c-btn-small {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-btn-small {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-btn-small__link {
  width: 100%;
  height: 30px;
  border: solid 1px #afafaf;
  background-color: #e5f5fb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
  color: #404040;
}
.c-btn-small__link::before {
  content: "";
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 24/26;
  background-image: url("/ortho/assets/images/common/icon_btn_arrow_on.svg");
  position: absolute;
  top: calc(50% - 9px);
  right: 6px;
  transition: all 0.3s ease;
}
.c-btn-small__link::after {
  content: "";
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 24/26;
  background-image: url("/ortho/assets/images/common/icon_btn_arrow.svg");
  position: absolute;
  top: calc(50% - 9px);
  right: 6px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn-small__link:hover {
    background-color: #0097D6;
    color: #fff;
    border: solid 1px #0097D6;
    transition: all 0.3s ease;
  }
  .c-btn-small__link:hover::after {
    opacity: 0;
    transition: all 0.3s ease;
  }
}

.c-btn-product-content {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-btn-product-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-btn-product-content__link {
  width: 100%;
  min-height: 40px;
  padding: 4px 50px 4px 20px;
  border: solid 1px #afafaf;
  background-color: #e5f5fb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
  color: #404040;
}
.c-btn-product-content__link::before {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background-image: url("/ortho/assets/images/common/icon_btn_new_on.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  transition: all 0.3s ease;
}
.c-btn-product-content__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background-image: url("/ortho/assets/images/common/icon_btn_new.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn-product-content__link:hover {
    background-color: #0097D6;
    color: #fff;
    border: solid 1px #0097D6;
    transition: all 0.3s ease;
  }
  .c-btn-product-content__link:hover::after {
    opacity: 0;
    transition: all 0.3s ease;
  }
}

.c-btn-product-pdf__link {
  display: inline-flex;
  text-align: left;
  min-height: 40px;
  color: #fff;
  background-color: #426687;
  font-size: 0.875rem;
  line-height: 20px;
  padding: 10px 50px 10px 20px;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn-product-pdf__link {
    font-size: 1rem;
    line-height: 1;
  }
}
.c-btn-product-pdf__link::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: 16px;
  background-image: url("/ortho/assets/images/product/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
}

.c-side-menu-btn {
  margin: 12px 0 0;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .c-side-menu-btn {
    width: 270px;
  }
}
.c-side-menu-btn__link {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #caccd6;
  border-radius: 18px;
  align-items: center;
  justify-content: center;
  color: #426687;
}

.c-btn-more {
  width: 220px;
  height: 40px;
  background-color: #e5f5fb;
  border: 1px solid #afafaf;
  margin: 32px auto 0;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-btn-more__link {
  display: block;
  width: 100%;
  height: 100%;
}
.c-btn-more__link::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #7a7c7e;
  position: absolute;
  top: calc(50% - 1px);
  right: 14px;
}
.c-btn-more__link::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #7a7c7e;
  position: absolute;
  top: calc(50% - 1px);
  right: 14px;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .c-btn-more {
    display: none !important;
  }
}

.c-search-close {
  width: 20px;
  height: 20px;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  top: 96px;
  right: 18px;
}
.c-search-close::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  right: 0;
}
.c-search-close::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 9px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-search-close {
    display: none;
  }
}

.l-hamburger {
  border: 2px solid #0097D6;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 12px;
  right: 10px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .l-hamburger {
    display: none;
  }
}
.l-hamburger span {
  position: absolute;
  width: 60%;
  height: 3px;
  background-color: #0097D6;
  left: 20%;
}
.l-hamburger span:nth-child(1) {
  top: 25%;
  transition: all 0.3s ease;
}
.l-hamburger span:nth-child(2) {
  top: calc(50% - 2px);
  transition: opacity 0.3s ease;
}
.l-hamburger span:nth-child(3) {
  bottom: 25%;
  transition: all 0.3s ease;
}
.l-hamburger.is-active span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.l-hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.l-hamburger.is-active span:nth-child(3) {
  bottom: calc(50% - 2px);
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 2;
}
.overlay.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .overlay.is-active {
    display: none;
  }
}

body.modal-open {
  overflow: hidden;
}
body.mega-open {
  overflow: hidden;
}
body.hamburger-open {
  overflow: hidden;
}

.c-table-outer {
  width: 100%;
  overflow: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-table-outer {
    width: 100%;
  }
}

.c-table {
  border-collapse: collapse;
  width: 790px;
}
@media screen and (min-width: 768px) {
  .c-table {
    width: 100%;
  }
}
.c-table th,
.c-table td {
  padding: 8px 10px;
  border: 1px solid #c8c8c8;
  font-size: 0.875rem;
}
.c-table th.is-gray,
.c-table td.is-gray {
  background-color: #e2e2e2;
}
.c-table th {
  background-color: #e5f5fb;
  font-weight: 500;
  line-height: 26px;
  padding: 2px 10px;
  color: #404040;
}
.c-table td {
  font-weight: 400;
  line-height: 22px;
  padding: 2px 10px;
  color: #404040;
}
.c-table__width {
  width: 300px;
}

.js-scrollable::after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background-image: url("/ortho/assets/images/common/icon_scroll.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 768px) {
  .js-scrollable::after {
    display: none;
  }
}
.js-scrollable.is-hidden::after {
  visibility: hidden;
  opacity: 0;
}

.c-pagenation {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-pagenation {
    margin-top: 72px;
  }
}
.c-pagenation__item {
  width: 36px;
  height: 36px;
  margin: 0 2px;
}
@media screen and (min-width: 768px) {
  .c-pagenation__item {
    width: 48px;
    height: 48px;
    margin: 0 4px;
  }
}
.c-pagenation__item a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #0097D6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0097D6;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-pagenation__item a:hover {
    background-color: #E5F5FB;
    transition: all 0.3s ease;
  }
}
.c-pagenation__item.is-current a {
  background-color: #0097D6;
  color: #fff;
}
.c-pagenation__prev {
  border: none;
  width: 56px;
  height: 36px;
  margin: 0 4px;
}
@media screen and (min-width: 768px) {
  .c-pagenation__prev {
    width: 72px;
    height: 48px;
    margin: 0 6px;
  }
}
.c-pagenation__prev a {
  display: flex;
  width: 100%;
  height: 100%;
  color: #D4D4D4;
  align-items: center;
  padding-left: 24px;
  position: relative;
  transition: all 0.3s ease;
  border: none;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-pagenation__prev a {
    font-size: 1rem;
    padding-left: 30px;
  }
}
.c-pagenation__prev a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/ortho/assets/images/common/icon_pagenation_p.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-pagenation__prev a::after {
    top: 9px;
  }
}
@media screen and (min-width: 768px) {
  .c-pagenation__prev a:hover {
    color: #0097D6;
    transition: all 0.3s ease;
    background-color: transparent;
  }
  .c-pagenation__prev a:hover::after {
    background-image: url(/ortho/assets/images/common/icon_pagenation_p_on.svg);
    transition: all 0.3s ease;
  }
}
.c-pagenation__next {
  border: none;
  width: 56px;
  height: 36px;
  margin: 0 4px;
}
@media screen and (min-width: 768px) {
  .c-pagenation__next {
    width: 72px;
    height: 48px;
    margin: 0 6px;
  }
}
.c-pagenation__next a {
  display: flex;
  width: 100%;
  height: 100%;
  color: #D4D4D4;
  align-items: center;
  padding-right: 24px;
  position: relative;
  justify-content: flex-end;
  transition: all 0.3s ease;
  border: none;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-pagenation__next a {
    font-size: 1rem;
    padding-right: 30px;
  }
}
.c-pagenation__next a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/ortho/assets/images/common/icon_pagenation_n.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  right: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-pagenation__next a::after {
    top: 9px;
  }
}
@media screen and (min-width: 768px) {
  .c-pagenation__next a:hover {
    color: #0097D6;
    transition: all 0.3s ease;
    background-color: transparent;
  }
  .c-pagenation__next a:hover::after {
    background-image: url(/ortho/assets/images/common/icon_pagenation_n_on.svg);
    transition: all 0.3s ease;
  }
}
.c-pagenation__start {
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .c-pagenation__start {
    width: 48px;
    height: 48px;
  }
}
.c-pagenation__start a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #afafaf;
  display: block;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(/ortho/assets/images/common/icon_pager_prev.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center;
}
.c-pagenation__end {
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .c-pagenation__end {
    width: 48px;
    height: 48px;
  }
}
.c-pagenation__end a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #afafaf;
  display: block;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(/ortho/assets/images/common/icon_pager_next.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center;
}

.c-news-menu {
  width: 236px;
  padding: 8px 0;
  height: auto;
  border: 1px solid #0097D6;
  border-radius: 2px;
  margin-top: -1px;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  display: none;
}
@media screen and (min-width: 768px) {
  .c-news-menu {
    padding: 0;
    width: 200px;
    display: block;
    border: none;
    position: relative;
  }
}
.c-news-menu.is-active {
  display: block;
}
.c-news-menu li {
  font-weight: 500;
  color: #0097D6;
  line-height: 1;
  padding: 10px;
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-news-menu li {
    color: #979797;
    padding: 0 0 0 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
  }
  .c-news-menu li:hover {
    color: #0097D6;
    transition: all 0.3s ease;
  }
  .c-news-menu li:hover::before {
    border: 1px solid #0097D6;
    transition: all 0.3s ease;
  }
  .c-news-menu li::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #D4D4D4;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
    transition: all 0.3s ease;
  }
  .c-news-menu li.is-active {
    color: #0097D6;
    font-weight: 700;
  }
  .c-news-menu li.is-active::before {
    border: 2px solid #0097D6;
  }
  .c-news-menu li.is-active::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #0097D6;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 4px;
  }
}
@media screen and (min-width: 768px) {
  .c-news-menu li:not(:first-child) {
    margin-top: 24px;
  }
}

.c-news-list li:not(:first-child) {
  margin-top: 8px;
}
.c-news-list li.is-pdf .c-news-list__link::after {
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  background-image: url(/ortho/assets/images/common/icon_pdf_hover.svg);
}
.c-news-list li.is-urlon .c-news-list__link::after {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  background-image: url(/ortho/assets/images/common/icon_new_window_b.svg);
}
.c-news-list__link {
  display: block;
  background-color: #F7F7F7;
  border-radius: 2px;
  padding: 18px 40px 22px 20px;
  position: relative;
  border: 1px solid #F7F7F7;
}
@media screen and (min-width: 768px) {
  .c-news-list__link {
    padding: 30px 60px 24px 20px;
    transition: all 0.3s ease;
    border-radius: 4px;
  }
  .c-news-list__link:hover {
    background-color: #E5F5FB;
    border: 1px solid #0097D6;
    transition: all 0.3s ease;
  }
}
.c-news-list__link::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/ortho/assets/images/common/icon_arrow_b.svg);
  position: absolute;
  background-repeat: no-repeat;
  top: calc(50% - 15px);
  right: 8px;
}
@media screen and (min-width: 768px) {
  .c-news-list__link::after {
    right: 20px;
  }
}
.c-news-list__header {
  display: flex;
  align-items: center;
}
.c-news-list__date {
  width: 80px;
  font-size: 1rem;
  color: #979797;
  margin-right: 4px;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-news-list__date {
    width: 90px;
    font-size: 1.125rem;
    margin-right: 10px;
  }
}
.c-news-list__cat {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: #383E60;
  border-radius: 4px;
  line-height: 1;
  display: inline-flex;
  padding: 6px 16px;
}
@media screen and (min-width: 768px) {
  .c-news-list__cat {
    font-size: 0.875rem;
  }
}
.c-news-list__ttl {
  color: #404040;
  margin-top: 12px;
  font-size: 0.875rem;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .c-news-list__ttl {
    margin-top: 8px;
    font-size: 1rem;
  }
}

.select-display-area {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0097D6;
  padding: 12px 10px;
  border: 1px solid #0097D6;
  border-radius: 2px;
  position: relative;
}
.select-display-area::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #0097D6;
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
}
.select-display-area::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #0097D6;
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  transform: rotate(90deg);
}
.select-display-area.is-active::after {
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .select-display-area {
    display: none;
  }
}

.c-news-tab {
  display: none;
}
.c-news-tab.is-active {
  display: block;
}

.p-news-category-list {
  display: none;
}
.p-news-category-list.is-active {
  display: flex;
}

.c-related-sec {
  margin: 64px 0 0;
}
@media screen and (min-width: 768px) {
  .c-related-sec {
    margin: 80px 0 0;
  }
}
.c-related-sec__ttl {
  background-color: #F7F7F7;
  padding: 10px 16px;
  color: #0097D6;
  font-weight: 500;
  margin: 0 0 24px;
  border-radius: 2px;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .c-related-sec__ttl {
    font-size: 1.5rem;
    flex-direction: row;
    align-items: flex-end;
    border-radius: 4px;
    padding: 16px 24px;
    margin: 0 0 32px;
  }
}
.c-related-sec__ttl span {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 4px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .c-related-sec__ttl span {
    margin-bottom: 0;
    padding-left: 10px;
  }
}
.c-related-sec .c-related-list li {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}
.c-related-sec .c-related-list li::before {
  content: none;
}
.c-related-sec .c-related-list li a {
  padding-left: 32px;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-related-sec .c-related-list li a {
    padding-left: 56px;
  }
  .c-related-sec .c-related-list li a:hover {
    color: #0097D6;
    transition: all 0.3s ease;
  }
}
.c-related-sec .c-related-list li a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/ortho/assets/images/common/icon_circle_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-related-sec .c-related-list li a::before {
    left: 24px;
  }
}
.c-related-sec .c-related-list li.is-pdf a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/ortho/assets/images/common/icon_pdf_hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  padding: 8px 0 0 16px;
  vertical-align: middle;
  margin-left: 10px;
}
.c-related-sec .c-related-list li:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .c-related-sec .c-related-list li:not(:first-child) {
    margin-top: 16px;
  }
}

.c-pabge-header {
  width: 100%;
  height: 110px;
  background-image: linear-gradient(90deg, rgb(1, 192, 220), rgb(0, 161, 232));
  border-radius: 0 0 12px 12px;
}
@media screen and (min-width: 768px) {
  .c-pabge-header {
    min-width: 1200px;
    height: 128px;
    border-radius: 0 0 24px 24px;
  }
}
.c-pabge-header__ttl-block {
  padding: 40px 16px 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-pabge-header__ttl-block {
    padding: 38px 0 0;
    width: 1200px;
  }
}
.c-pabge-header__ttl-e {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-pabge-header__ttl-e {
    font-size: 1rem;
  }
}
.c-pabge-header__ttl {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .c-pabge-header__ttl {
    font-size: 2.25rem;
  }
}

.c-breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding: 10px 16px;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    width: 1200px;
    margin: 0 auto 0;
    padding: 10px 0 16px;
  }
}
.c-breadcrumb-list {
  display: flex;
  font-weight: 500;
  font-size: 0.875rem;
  padding-right: 16px;
}
.c-breadcrumb-list li {
  color: #D4D4D4;
  white-space: nowrap;
}
.c-breadcrumb-list li:not(:first-child) {
  padding-left: 16px;
  position: relative;
}
.c-breadcrumb-list li:not(:first-child)::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-image: url(/ortho/assets/images/common/icon_breadcrumb_arrow.svg);
  position: absolute;
  top: calc(50% - 6px);
  left: 4px;
}
.c-breadcrumb-list li:last-child {
  padding-right: 16px;
}
.c-breadcrumb-list a {
  color: #0097D6;
}

.l-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
  z-index: 10;
  top: 0;
  left: 0;
  animation: overray 0.3s ease-in-out 0s 1 reverse forwards;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .l-overlay.is-active {
    height: 100%;
    display: block;
    opacity: 0.5;
    animation: overray 0.3s ease-in-out 0s 1 normal forwards;
  }
}

.c-standard-list li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
}
.c-standard-list li::before {
  content: "";
  width: 10px;
  height: 4px;
  display: block;
  background-color: #0097D6;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .c-standard-list li::before {
    top: 12px;
  }
}

.c-standard-no-list {
  list-style: decimal inside;
}
.c-standard-no-list li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  color: #404040;
  font-weight: 400;
}
.c-standard-no-list li::marker {
  color: #0097D6;
  font-size: 1.0625rem;
}

.c-circle-list__item dt {
  margin-top: 16px;
  font-weight: 400;
  line-height: 1.875;
}
.c-circle-list__item dt::before {
  content: "●";
  color: #b2e8fa;
}
.c-circle-list__item dd {
  line-height: 1.875;
  font-weight: 400;
}

.l-card-column {
  display: grid;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 38px;
}
@media screen and (min-width: 768px) {
  .l-card-column--two {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .l-card-column--three {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.c-card {
  border: 1px solid #c8c8c8;
  border-right: 3px solid #c8c8c8;
  border-bottom: 3px solid #c8c8c8;
  padding: 10px 10px 20px 10px;
  display: flex;
  flex-direction: column;
}
.c-card__ttl {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 18px;
  line-height: 26px;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .c-card__ttl {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.c-card__text {
  font-size: 0.875rem;
  line-height: 22px;
  margin-top: 8px;
  font-weight: 400;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .c-card__text {
    line-height: 24px;
  }
}
.c-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .c-card__content {
    padding: 0 7px;
  }
}
.c-card__btn {
  margin-top: auto;
  padding-top: 10px;
}

.c-tab-list {
  display: flex;
  width: 100%;
  height: 42px;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .c-tab-list {
    width: auto;
  }
}
.c-tab-list li {
  width: calc(50% - 6px);
  height: 100%;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #5b5b5b;
  background-color: #bbbbbb;
  color: #fff;
  border-radius: 5px 5px 0 0;
  position: relative;
  cursor: pointer;
}
.c-tab-list li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .c-tab-list li {
    width: 205px;
  }
  .c-tab-list li:last-child {
    margin-right: 12px;
  }
}
.c-tab-list li:first-child::after {
  content: "";
  width: 6px;
  height: 6px;
  background-image: url("/ortho/assets/images/product/corner_g_r.png");
  position: absolute;
  background-size: 6px;
  bottom: -1px;
  right: -5px;
  z-index: -1;
}
.c-tab-list li:not(:first-child)::before {
  content: "";
  width: 6px;
  height: 6px;
  background-image: url("/ortho/assets/images/product/corner_g_l.png");
  position: absolute;
  background-size: 6px;
  bottom: -1px;
  left: -5px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-tab-list li::after {
    content: "";
    width: 6px;
    height: 6px;
    background-image: url("/ortho/assets/images/product/corner_g_r.png");
    position: absolute;
    background-size: 6px;
    bottom: -1px;
    right: -5px;
    z-index: -1;
  }
}
.c-tab-list li.is-active {
  color: #404040;
  background-color: #fff;
  border: 1px solid #5b5b5b;
  border-bottom: 1px solid transparent;
}
.c-tab-list li.is-active::before {
  background-image: url("/ortho/assets/images/product/corner_w_l.png");
  z-index: 1;
  left: -6px;
}
.c-tab-list li.is-active:first-child::after {
  content: "";
  width: 6px;
  height: 6px;
  background-image: url("/ortho/assets/images/product/corner_w_r.png");
  position: absolute;
  background-size: 6px;
  bottom: -1px;
  right: -6px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-tab-list li.is-active::after {
    background-image: url("/ortho/assets/images/product/corner_w_r.png");
    z-index: 1;
    right: -6px;
  }
}
.c-tab-list li.is-active span::after {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  background-color: #0097D6;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
}
.c-tab-list li span {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 6px 0;
}

.js-tab-content {
  display: none;
}
.js-tab-content.is-active {
  display: block;
}

.p-mv-outer {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv-outer {
    width: 100%;
    min-width: 1200px;
    height: 466px;
    padding-bottom: 40px;
    overflow: hidden;
  }
}
.p-mv-outer.swiper3 .p-mv__pagenation .swiper-pagination-bullet:nth-child(n+4) {
  display: none;
}
.p-mv-outer.swiper4 .p-mv__pagenation .swiper-pagination-bullet:nth-child(n+5) {
  display: none;
}

.p-mv {
  width: 100%;
  height: auto;
  aspect-ratio: 374/280;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv {
    width: 3620px;
    height: 420px;
    aspect-ratio: 3620/420;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-mv__btn-prev {
  width: 30px;
  height: 30px;
  background-image: url(/ortho/assets/images/common/mv_prev.svg);
  position: absolute;
  bottom: 0 !important;
  left: 16px !important;
  right: auto !important;
  top: auto !important;
  margin: 0 !important;
  z-index: 20;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-mv__btn-prev {
    left: calc(50% - 600px) !important;
  }
  .p-mv__btn-prev:hover {
    background-image: url(/ortho/assets/images/common/mv_prev_hover.svg);
    transition: all 0.3s ease;
  }
}
.p-mv__btn-prev .swiper-navigation-icon {
  display: none;
}
.p-mv__btn-next {
  width: 30px;
  height: 30px;
  background-image: url(/ortho/assets/images/common/mv_next.svg);
  position: absolute;
  bottom: 0 !important;
  left: 60px !important;
  right: auto !important;
  top: auto !important;
  margin: 0 !important;
  z-index: 20;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-mv__btn-next {
    left: calc(50% - 560px) !important;
  }
  .p-mv__btn-next:hover {
    background-image: url(/ortho/assets/images/common/mv_next_hover.svg);
    transition: all 0.3s ease;
  }
}
.p-mv__btn-next .swiper-navigation-icon {
  display: none;
}
.p-mv__pagenation {
  margin: 0 auto !important;
  text-align: right;
  left: 0;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-mv__pagenation {
    width: 1200px !important;
    left: calc(50% - 600px) !important;
    padding: 0;
  }
}
.p-mv__pagenation span {
  border-radius: 0;
  width: 40px;
  height: 2px;
  margin: 0 2px !important;
}
@media screen and (min-width: 768px) {
  .p-mv__pagenation span {
    width: 80px;
  }
}

.p-mv-swiper {
  display: flex;
}
.p-mv-swiper__item {
  width: 100%;
  height: auto;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .p-mv-swiper__item {
    width: 1200px;
    height: 420px;
    padding: 0;
  }
}
.p-mv-swiper__link {
  display: block;
}
.p-mv-swiper__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 374/280;
}
@media screen and (min-width: 768px) {
  .p-mv-swiper__img {
    aspect-ratio: 1200/420;
    border-radius: 12px;
  }
}
.p-mv-swiper__img img,
.p-mv-swiper__img source {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-sec__ttl-e {
  font-family: "Roboto Condensed";
  color: #0097D6;
  padding-left: 24px;
  position: relative;
}
.p-top-sec__ttl-e::before {
  content: "";
  width: 16px;
  height: 2px;
  background-image: linear-gradient(90deg, rgb(1, 192, 220), rgb(0, 161, 232));
  position: absolute;
  left: 0;
  top: 10px;
}
.p-top-sec__ttl {
  color: #383E60;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-top-sec__ttl {
    font-size: 2.5rem;
  }
}

.p-top-news-sec {
  padding: 64px 0 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-news-sec {
    padding: 76px 0 100px;
  }
}
.p-top-news-sec__header {
  display: flex;
  justify-content: space-between;
}
.p-top-news-sec__content {
  margin: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-news-sec__content {
    display: flex;
    margin: 54px 0 0;
  }
}
.p-top-news-sec__menu-block {
  width: 236px;
}
@media screen and (min-width: 768px) {
  .p-top-news-sec__menu-block {
    width: 200px;
  }
}
.p-top-news-sec__cont-block {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-news-sec__cont-block {
    margin-top: 0;
    width: 1000px;
  }
}
.p-top-news-sec__btn {
  margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-news-sec__btn {
    position: absolute;
    top: 64px;
    right: 0;
  }
}
.p-top-news-sec__text {
  padding: 60px 0 0;
  text-align: center;
}

.p-top-product-sec {
  background-color: #F7F7F7;
  padding: 64px 0 64px;
}
@media screen and (min-width: 768px) {
  .p-top-product-sec {
    padding: 80px 0 96px;
  }
}

.p-top-pickup-sec {
  padding: 40px 0 16px;
  margin: 0 -16px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup-sec {
    margin: 0;
    padding: 44px 0 60px;
  }
}
.p-top-pickup-sec__ttl {
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #0097D6;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup-sec__ttl {
    padding: 0;
    font-size: 2rem;
  }
}

.p-top-pickup-sec-swiper {
  padding: 30px 16px 0;
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup-sec-swiper {
    margin-top: 0;
    padding: 0;
  }
}
.p-top-pickup-sec-swiper .p-top-pickup__btn-prev {
  width: 30px;
  height: 30px;
  background-image: url(/ortho/assets/images/common/mv_prev.svg);
  position: absolute;
  bottom: auto !important;
  left: auto !important;
  right: 60px !important;
  top: 0 !important;
  margin: 0 !important;
  z-index: 20;
}
.p-top-pickup-sec-swiper .p-top-pickup__btn-prev .swiper-navigation-icon {
  display: none;
}
.p-top-pickup-sec-swiper .p-top-pickup__btn-next {
  width: 30px;
  height: 30px;
  background-image: url(/ortho/assets/images/common/mv_next.svg);
  position: absolute;
  bottom: auto !important;
  left: auto !important;
  right: 16px !important;
  top: 0 !important;
  margin: 0 !important;
  z-index: 20;
}
.p-top-pickup-sec-swiper .p-top-pickup__btn-next .swiper-navigation-icon {
  display: none;
}

.p-top-pickup-list {
  display: flex;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup-list {
    margin: 16px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-pickup-list li {
    margin: 0;
    width: 380px;
  }
}
.p-top-pickup-list__link {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 8px;
}
@media screen and (min-width: 768px) {
  .p-top-pickup-list__link {
    padding-right: 0;
  }
  .p-top-pickup-list__link:hover .p-top-pickup-list__img {
    border: 1px solid #0097D6;
    transition: all 0.3s ease;
  }
  .p-top-pickup-list__link:hover .p-top-pickup-list__text {
    color: #0097D6;
    transition: all 0.3s ease;
  }
}
.p-top-pickup-list__img {
  border: 1px solid #D4D4D4;
  aspect-ratio: 4000/2833;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: #fff;
}
.p-top-pickup-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-pickup-list__text {
  margin-top: 8px;
  padding-left: 24px;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-pickup-list__text {
    font-size: 1rem;
    padding-left: 32px;
    transition: all 0.3s ease;
  }
}
.p-top-pickup-list__text::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-image: url(/ortho/assets/images/common/icon_circle_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 3px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-top-pickup-list__text::before {
    width: 20px;
    height: 20px;
    font-size: 1rem;
  }
}
.p-top-pickup-list__pagenation {
  bottom: 0 !important;
}

.p-top-search-sec {
  background-color: #0097D6;
  border-radius: 4px;
  margin-top: 44px;
  padding: 22px 16px 30px;
}
@media screen and (min-width: 768px) {
  .p-top-search-sec {
    padding: 32px 40px 48px;
    margin-top: 44px;
    border-radius: 8px;
  }
}
.p-top-search-sec__ttl {
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #fff;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-top-search-sec__ttl {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}
.p-top-search-sec__search-sec {
  padding: 10px 0 0;
  border-top: 1px solid #fff;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-search-sec__search-sec {
    padding: 16px 0 0;
  }
}
.p-top-search-sec__search-block {
  padding: 14px 0 0;
  display: flex;
}
.p-top-search-sec__text {
  width: calc(100% - 54px);
  padding: 14px;
  border-radius: 4px 0 0 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #D4D4D4;
  border-right: none;
}
@media screen and (min-width: 768px) {
  .p-top-search-sec__text {
    width: calc(100% - 172px);
    padding: 18px;
  }
}
.p-top-search-sec__text:focus-visible {
  outline: none;
}
.p-top-search-sec__btn {
  width: 54px;
  border-radius: 0 4px 4px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #383E60;
  background-color: #383E60;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-search-sec__btn {
    width: 172px;
    transition: all 0.3s ease;
  }
}
.p-top-search-sec__btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url(/ortho/assets/images/common/icon_search_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}
@media screen and (min-width: 768px) {
  .p-top-search-sec__btn::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 10px);
    left: calc(50% - 2.2em);
  }
}
.p-top-search-sec__btn span {
  display: none;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-search-sec__btn span {
    display: inline-block;
    padding-left: 20px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .p-top-search-sec__btn:hover {
    background-color: #fff;
    color: #0097D6;
    transition: all 0.3s ease;
    border: 1px solid #0097D6;
  }
  .p-top-search-sec__btn:hover::before {
    background-image: url(/ortho/assets/images/common/icon_search_b.svg);
  }
}
.p-top-search-sec__lead {
  color: #fff;
  padding-left: 24px;
  position: relative;
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-search-sec__lead {
    font-size: 1rem;
  }
}
.p-top-search-sec__lead::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url(/ortho/assets/images/common/icon_search_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 3px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-top-search-sec__lead::before {
    width: 20px;
    height: 20px;
  }
}
.p-top-search-sec__cat-block {
  padding: 12px 0 24px;
}
@media screen and (min-width: 768px) {
  .p-top-search-sec__cat-block {
    padding: 12px 0 40px;
  }
}

.p-top-search-list {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 0;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-top-search-list {
    gap: 8px;
    margin: 16px 0 0;
  }
}
.p-top-search-list li {
  width: calc(50% - 4px);
  min-height: 54px;
}
@media screen and (min-width: 768px) {
  .p-top-search-list li {
    width: 274px;
    height: 80px;
  }
}
.p-top-search-list li.is-disable .p-top-search-list__link {
  background-color: #F7F7F7;
  pointer-events: none;
}
.p-top-search-list li.is-disable .p-top-search-list__link::before {
  background-image: url(/ortho/assets/images/common/icon_circle_arrow_g.svg);
}
.p-top-search-list__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 10px 10px 32px;
  align-items: center;
  position: relative;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-search-list__link {
    font-size: 1rem;
    padding: 10px 20px 10px 52px;
    transition: all 0.3s ease;
  }
  .p-top-search-list__link:hover {
    background-color: #E5F5FB;
    transition: all 0.3s ease;
  }
}
.p-top-search-list__link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url(/ortho/assets/images/common/icon_circle_arrow.svg);
  background-repeat: no-repeat;
  top: calc(50% - 10px);
  left: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-search-list__link::before {
    left: 20px;
  }
}

.p-top-btn-list {
  max-width: 358px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-btn-list {
    max-width: none;
    margin-top: 55px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-btn-list {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
}
.p-top-btn-list__btn {
  height: 54px;
}
@media screen and (min-width: 768px) {
  .p-top-btn-list__btn {
    width: 392px;
    height: 80px;
  }
}
.p-top-btn-list__link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  border-radius: 40px;
  padding: 20px 40px 20px 50px;
  color: #fff;
  position: relative;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-btn-list__link {
    padding: 20px 40px 20px 64px;
    font-size: 1.125rem;
    transition: all 0.3s ease;
  }
  .p-top-btn-list__link:hover {
    background-color: #fff;
    border: solid 1px #0097D6;
    color: #0097D6;
    transition: all 0.3s ease;
  }
  .p-top-btn-list__link:hover::after {
    background-image: url(/ortho/assets/images/common/icon_arrow_b.svg);
    transition: all 0.3s ease;
  }
}
.p-top-btn-list__link--b {
  background-image: linear-gradient(90deg, rgb(1, 192, 220), rgb(0, 161, 232));
  border: 1px solid #0097D6;
}
.p-top-btn-list__link--b::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/ortho/assets/images/common/icon_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 8px);
  left: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-btn-list__link--b::before {
    top: calc(50% - 10px);
    left: 32px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-btn-list__link--b:hover {
    background-image: linear-gradient(90deg, #fff, #fff);
  }
  .p-top-btn-list__link--b:hover::before {
    background-image: url(/ortho/assets/images/common/icon_pdf_hover.svg);
    transition: all 0.3s ease;
  }
}
.p-top-btn-list__link--g {
  background-color: #979797;
  border: 1px solid #979797;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-top-btn-list__link--g {
    margin-top: 0;
  }
}
.p-top-btn-list__link--g::before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background-image: url(/ortho/assets/images/common/icon_attention.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 6px);
  left: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-btn-list__link--g::before {
    width: 26px;
    height: 24px;
    top: calc(50% - 10px);
    left: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-btn-list__link--g:hover::before {
    background-image: url(/ortho/assets/images/common/icon_attention_hover.svg);
    transition: all 0.3s ease;
  }
}
.p-top-btn-list__link--p {
  background-image: linear-gradient(90deg, rgb(1, 192, 220), rgb(0, 161, 232));
  border: 1px solid #0097D6;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-top-btn-list__link--p {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-btn-list__link--p:hover {
    background-image: linear-gradient(90deg, #fff, #fff);
  }
  .p-top-btn-list__link--p:hover::after {
    background-image: url(/ortho/assets/images/common/icon_btn_new_b.svg) !important;
    transition: all 0.3s ease;
  }
}
.p-top-btn-list__link--p::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/ortho/assets/images/common/icon_btn_new_on.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 15px);
  right: 32px;
  transition: all 0.3s ease;
}
.p-top-btn-list__link::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/ortho/assets/images/common/icon_arrow_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 15px);
  right: 32px;
  transition: all 0.3s ease;
}

.p-top-sub-sec {
  background-image: url(/ortho/assets/images/top/bg_section_sp.jpg);
  background-size: cover;
  padding: 64px 0 64px;
}
@media screen and (min-width: 768px) {
  .p-top-sub-sec {
    padding: 80px 0 80px;
    background-image: url(/ortho/assets/images/top/bg_section.jpg);
  }
}

.p-top-sub-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-top-sub-list {
    flex-direction: row;
    gap: 12px;
  }
}
.p-top-sub-list li {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 24px 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-sub-list li {
    width: calc(100% - 8px);
    padding: 54px 40px;
    min-height: 352px;
  }
}
.p-top-sub-list__ttl-e {
  color: #0097D6;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.p-top-sub-list__ttl {
  margin-top: 4px;
  color: #0097D6;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-sub-list__ttl {
    font-size: 1.875rem;
  }
}
.p-top-sub-list__ttl--new::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/ortho/assets/images/common/icon_new_window_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 8px);
  right: -20px;
}
@media screen and (min-width: 768px) {
  .p-top-sub-list__ttl--new::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}
.p-top-sub-list__text {
  margin-top: 0;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-sub-list__text {
    margin-top: 24px;
    font-size: 1rem;
  }
}
.p-top-sub-list__btn {
  margin-top: 8px;
  width: 240px;
}
@media screen and (min-width: 768px) {
  .p-top-sub-list__btn {
    margin-top: auto;
  }
}

.p-top-bnr-sec {
  padding: 38px 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-bnr-sec {
    padding: 48px 0 0;
    width: 1200px;
    margin: 0 auto;
  }
}
.p-top-bnr-sec__swiper {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-bnr-sec__swiper {
    width: 1028px;
    padding-bottom: 0;
  }
}
.p-top-bnr-sec__pagenation span {
  width: 40px;
  height: 2px;
  border-radius: 0;
}

.p-top-bnr-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-top-bnr-list__link {
    transition: opacity 0.3s ease;
  }
  .p-top-bnr-list__link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}

.p-news-category {
  padding: 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-news-category {
    justify-content: flex-start;
  }
}
.p-news-category__ttl {
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-news-category__ttl {
    font-size: 2rem;
  }
}
.p-news-category-list {
  flex-direction: column;
  border: 1px solid #0097D6;
  margin-top: -1px;
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-news-category-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 16px 0 0 16px;
    border: none;
    position: relative;
    background-color: transparent;
    top: auto;
  }
}
.p-news-category-list li {
  font-weight: 500;
  color: #0097D6;
  line-height: 1;
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  color: #0097D6;
}
@media screen and (min-width: 768px) {
  .p-news-category-list li {
    color: #979797;
    padding: 0 0 0 20px;
    font-size: 1rem;
    margin-left: 24px;
    transition: all 0.3s ease;
  }
  .p-news-category-list li:hover {
    color: #0097D6;
    transition: all 0.3s ease;
  }
  .p-news-category-list li:hover::before {
    border: 1px solid #0097D6;
    transition: all 0.3s ease;
  }
  .p-news-category-list li::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #D4D4D4;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
    transition: all 0.3s ease;
  }
  .p-news-category-list li.is-active {
    color: #0097D6;
    font-weight: 700;
  }
  .p-news-category-list li.is-active::before {
    border: 2px solid #0097D6;
  }
  .p-news-category-list li.is-active::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #0097D6;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 4px;
  }
}
.p-news-category-list li.is-active a {
  color: #0097D6;
}
.p-news-category-list li a {
  color: #0097D6;
  display: block;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-news-category-list li a {
    color: #979797;
    padding: 0;
  }
  .p-news-category-list li a:hover {
    color: #0097D6;
    transition: color 0.3s ease;
  }
}
.p-news-category .custom-select {
  width: calc(100% - 120px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news-category .select-display-area {
    display: none;
  }
}

.p-news-content {
  margin-top: 20px;
}
.p-news-content .c-news-list li:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-news-content .c-news-list li:not(:first-child) {
    margin-top: 16px;
  }
}

.p-news-detail {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-news-detail {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
.p-news-detail__header {
  display: flex;
}
.p-news-detail__date {
  font-size: 1rem;
  color: #979797;
  width: 90px;
  padding-right: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-news-detail__date {
    width: 100px;
    font-size: 1.125rem;
  }
}
.p-news-detail__cat {
  font-size: 0.75rem;
  background-color: #383E60;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  line-height: 1;
  padding: 6px 12px 4px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__cat {
    font-size: 0.875rem;
    border-radius: 4px;
  }
}
.p-news-detail__ttl {
  font-size: 1.5rem;
  font-weight: 500;
  color: #383E60;
  margin: 8px 0 0;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-news-detail__ttl {
    font-size: 2rem;
    margin: 8px 0 0;
  }
}
.p-news-detail__content {
  margin: 24px 0 64px;
  color: #404040;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content {
    margin: 40px 0 80px;
  }
}
.p-news-detail__content h1,
.p-news-detail__content h2 {
  margin-top: 30px;
  background-color: #e5f5fb;
  min-height: 45px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 3px 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content h1,
  .p-news-detail__content h2 {
    border-radius: 24px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: 1.875;
  }
}
.p-news-detail__content h3 {
  margin-top: 30px;
  margin-left: -16px;
  margin-right: -16px;
  min-height: 40px;
  padding: 10px 10px 10px 30px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.9375rem;
  border-bottom: 1px solid #aeb1b2;
  background: linear-gradient(to bottom, #fff, #e5f5fb);
  position: relative;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content h3 {
    padding: 0 0 0 28px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.875;
    font-size: 1.125rem;
  }
}
.p-news-detail__content h3::before {
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  display: block;
  position: absolute;
  top: 10px;
  left: 16px;
  background-color: #0097D6;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content h3::before {
    width: 18px;
    height: 10px;
    border-radius: 0px 5px 5px 0;
    top: calc(50% - 5px);
    left: 0;
  }
}
.p-news-detail__content h4 {
  margin-top: 30px;
  min-height: 40px;
  padding: 10px 0 10px 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.9375rem;
  border-bottom: 1px solid #aeb1b2;
  position: relative;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content h4 {
    padding: 0 0 0 0;
    font-size: 1.125rem;
    line-height: 1.875;
  }
}
.p-news-detail__content h4::before {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -0.5px;
  left: 0;
  background-color: #0097D6;
  border-radius: 0px 5px 5px 0;
}
.p-news-detail__content h5,
.p-news-detail__content h6 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #383E60;
  margin: 64px 0 16px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content h5,
  .p-news-detail__content h6 {
    margin: 80px 0 32px;
  }
}
.p-news-detail__content p {
  font-size: 1rem;
  font-weight: 400;
  color: #404040;
  line-height: 1.6;
}
.p-news-detail__content p + p {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content p + p {
    margin-top: 32px;
  }
}
.p-news-detail__content img {
  margin: 24px 0 24px;
  border-radius: 4px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content img {
    margin: 40px 0 40px;
    border-radius: 8px;
  }
}
.p-news-detail__content .c-note {
  margin-top: 16px;
  padding-left: 1em;
  text-indent: -1em;
  color: #1BB5B0;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content .c-note {
    margin-top: 24px;
  }
}
.p-news-detail__content .c-note:before {
  content: "※";
}
.p-news-detail__content .p-news-detail-dl {
  border: 1px solid #0097D6;
  border-radius: 4px;
  padding: 24px 16px 24px 36px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content .p-news-detail-dl {
    padding: 20px 20px 20px 36px;
  }
}
.p-news-detail__content .p-news-detail-dl dt {
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
}
.p-news-detail__content .p-news-detail-dl dt::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(/ortho/assets/images/common/icon_breadcrumb_arrow_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content .p-news-detail-dl dt::before {
    left: -24px;
  }
}
.p-news-detail__content .p-news-detail-dl dd {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 8px;
  line-height: 1.6;
}
.p-news-detail__content .p-news-detail-dl + .p-news-detail-dl {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content .p-news-detail-dl + .p-news-detail-dl {
    margin-top: 8px;
  }
}
.p-news-detail__content ul li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
}
.p-news-detail__content ul li::before {
  content: "";
  width: 10px;
  height: 4px;
  display: block;
  background-color: #0097D6;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content ul li::before {
    top: 12px;
  }
}
.p-news-detail__content ol {
  list-style: decimal inside;
}
.p-news-detail__content ol li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  color: #404040;
  font-weight: 400;
}
.p-news-detail__content ol li::marker {
  color: #0097D6;
  font-size: 1.0625rem;
}
.p-news-detail__content blockquote {
  border-left: 3px solid #c8c8c8;
  padding-left: 1em;
}
.p-news-detail__content .c-table-outer {
  width: 100%;
  overflow: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content .c-table-outer {
    width: 100%;
    overflow: visible;
  }
}
.p-news-detail__content table {
  border-collapse: collapse;
  width: 790px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content table {
    width: 100%;
  }
}
.p-news-detail__content table th,
.p-news-detail__content table td {
  padding: 8px 10px;
  border: 1px solid #c8c8c8;
  font-size: 0.875rem;
}
.p-news-detail__content table th.is-gray,
.p-news-detail__content table td.is-gray {
  background-color: #e2e2e2;
}
.p-news-detail__content table th {
  background-color: #e5f5fb;
  font-weight: 500;
  line-height: 26px;
  padding: 2px 10px;
  color: #404040;
}
.p-news-detail__content table td {
  font-weight: 400;
  line-height: 22px;
  padding: 2px 10px;
  color: #404040;
}
.p-news-detail__content table__width {
  width: 300px;
}
.p-news-detail__content .js-scrollable::after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background-image: url("/ortho/assets/images/common/icon_scroll.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content .js-scrollable::after {
    display: none;
  }
}
.p-news-detail__content .js-scrollable.is-hidden::after {
  visibility: hidden;
  opacity: 0;
}
.p-news-detail__content .c-related-sec {
  margin: 64px 0 0;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content .c-related-sec {
    margin: 80px 0 0;
  }
}
.p-news-detail__content .c-related-sec__ttl {
  background-color: #F7F7F7;
  padding: 10px 16px;
  color: #0097D6;
  font-weight: 500;
  margin: 0 0 24px;
  border-radius: 2px;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content .c-related-sec__ttl {
    font-size: 1.5rem;
    flex-direction: row;
    align-items: flex-end;
    border-radius: 4px;
    padding: 16px 24px;
    margin: 0 0 32px;
  }
}
.p-news-detail__content .c-related-sec__ttl span {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 4px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content .c-related-sec__ttl span {
    margin-bottom: 0;
    padding-left: 10px;
  }
}
.p-news-detail__content .c-related-sec .c-related-list li {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}
.p-news-detail__content .c-related-sec .c-related-list li::before {
  content: none;
}
.p-news-detail__content .c-related-sec .c-related-list li a {
  padding-left: 32px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content .c-related-sec .c-related-list li a {
    transition: all 0.3s ease;
    padding-left: 56px;
  }
  .p-news-detail__content .c-related-sec .c-related-list li a:hover {
    color: #0097D6;
    transition: all 0.3s ease;
  }
}
.p-news-detail__content .c-related-sec .c-related-list li a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/ortho/assets/images/common/icon_circle_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content .c-related-sec .c-related-list li a::before {
    left: 24px;
  }
}
.p-news-detail__content .c-related-sec .c-related-list li.is-pdf a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/ortho/assets/images/common/icon_pdf_hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  padding: 8px 0 0 16px;
  vertical-align: middle;
  margin-left: 10px;
}
.p-news-detail__content .c-related-sec .c-related-list li:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content .c-related-sec .c-related-list li:not(:first-child) {
    margin-top: 16px;
  }
}

.p-info__ttl {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  padding: 20px 42px 20px 10px;
  color: #383E60;
  background-color: #F7F7F7;
  border-radius: 4px;
  line-height: 1;
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-info__ttl {
    font-size: 2rem;
    padding: 0 0 16px 0;
    background-color: transparent;
  }
}
.p-info__ttl::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #0097D6;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
}
@media screen and (min-width: 768px) {
  .p-info__ttl::before {
    width: 100%;
    height: 1px;
    background-color: #D4D4D4;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
}
.p-info__ttl::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #0097D6;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-info__ttl::after {
    width: 80px;
    height: 1px;
    background-color: #0097D6;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    transform: none;
  }
}
.p-info__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s ease;
}
@media screen and (min-width: 768px) {
  .p-info__content {
    max-height: none;
    overflow: visible;
  }
}

.p-info-category {
  background-color: #F7F7F7;
  border-radius: 4px;
  padding: 32px 48px;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-info-category {
    display: block;
  }
}

.p-info-category-list {
  display: flex;
  gap: 48px;
}
.p-info-category-list li a {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid #D4D4D4;
  transition: all 0.3s ease;
}
.p-info-category-list li a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background-image: url(/ortho/assets/images/common/icon_down_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
  position: relative;
  right: auto;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .p-info-category-list li a:hover {
    color: #0097D6;
    border-bottom: 1px solid #0097D6;
    transition: all 0.3s ease;
  }
}

.p-info-sec:not(:first-child) {
  margin: 8px 0 0;
}
@media screen and (min-width: 768px) {
  .p-info-sec:not(:first-child) {
    margin: 94px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-info-sec {
    margin: 80px 0 0;
  }
}
.p-info-sec.is-active .p-info__content {
  max-height: 3000px;
  transition: all 0.8s ease;
}
@media screen and (min-width: 768px) {
  .p-info-sec.is-active .p-info__content {
    max-height: none;
    overflow: visible;
  }
}
.p-info-sec.is-active .p-info__ttl::after {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.p-info-list {
  margin: 20px 0 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px 12px;
}
@media screen and (min-width: 768px) {
  .p-info-list {
    margin: 40px 0 0;
    gap: 36px 12px;
  }
}
.p-info-list li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-info-list li {
    width: 291px;
    height: auto;
  }
}
.p-info-list li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-info-list li a:hover .p-info-list__img {
    border: 1px solid #0097D6;
    transition: all 0.3s ease;
  }
  .p-info-list li a:hover .p-info-list__ttl {
    color: #0097D6;
    transition: all 0.3s ease;
  }
}
.p-info-list__img {
  width: 100%;
  height: auto;
  aspect-ratio: 290/164;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  border: 1px solid #D4D4D4;
  transition: all 0.3s ease;
}
.p-info-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-info-list__ttl {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 28px;
  position: relative;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-info-list__ttl {
    padding-left: 32px;
  }
}
.p-info-list__ttl::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url(/ortho/assets/images/common/icon_circle_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 3px;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .p-info-list__ttl::before {
    width: 20px;
    height: 20px;
    left: 4px;
  }
}

.p-info-detail {
  padding: 0 16px 40px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-info-detail {
    width: 1000px;
    padding: 0 0 90px;
  }
}
.p-info-detail__cat {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #0097D6;
  line-height: 1;
  border: 1px solid #0097D6;
  border-radius: 4px;
  padding: 6px 10px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-info-detail__cat {
    font-size: 0.875rem;
  }
}
.p-info-detail__content {
  margin: 16px 0 80px;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-info-detail__content {
    margin: 40px 0 80px;
  }
}
.p-info-detail__content h1,
.p-info-detail__content h2 {
  margin-top: 30px;
  background-color: #e5f5fb;
  min-height: 45px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 3px 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .p-info-detail__content h1,
  .p-info-detail__content h2 {
    border-radius: 24px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: 1.875;
  }
}
.p-info-detail__content h3 {
  margin-top: 30px;
  margin-left: -16px;
  margin-right: -16px;
  min-height: 40px;
  padding: 10px 10px 10px 30px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.9375rem;
  border-bottom: 1px solid #aeb1b2;
  background: linear-gradient(to bottom, #fff, #e5f5fb);
  position: relative;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .p-info-detail__content h3 {
    padding: 0 0 0 28px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.875;
    font-size: 1.125rem;
  }
}
.p-info-detail__content h3::before {
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  display: block;
  position: absolute;
  top: 10px;
  left: 16px;
  background-color: #0097D6;
}
@media screen and (min-width: 768px) {
  .p-info-detail__content h3::before {
    width: 18px;
    height: 10px;
    border-radius: 0px 5px 5px 0;
    top: calc(50% - 5px);
    left: 0;
  }
}
.p-info-detail__content h4 {
  margin-top: 30px;
  min-height: 40px;
  padding: 10px 0 10px 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.9375rem;
  border-bottom: 1px solid #aeb1b2;
  position: relative;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .p-info-detail__content h4 {
    padding: 0 0 0 0;
    font-size: 1.125rem;
    line-height: 1.875;
  }
}
.p-info-detail__content h4::before {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -0.5px;
  left: 0;
  background-color: #0097D6;
  border-radius: 0px 5px 5px 0;
}
.p-info-detail__content h5,
.p-info-detail__content h6 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #383E60;
  margin: 64px 0 16px;
}
@media screen and (min-width: 768px) {
  .p-info-detail__content h5,
  .p-info-detail__content h6 {
    margin: 80px 0 32px;
  }
}
.p-info-detail__content p {
  font-size: 1rem;
  font-weight: 400;
  color: #404040;
  line-height: 1.6;
}
.p-info-detail__content p + p {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-info-detail__content p + p {
    margin-top: 32px;
  }
}
.p-info-detail__content p + table {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-info-detail__content p + table {
    margin-top: 32px;
  }
}
.p-info-detail__content img {
  margin: 24px 0 24px;
  border-radius: 4px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-info-detail__content img {
    margin: 40px 0 40px;
    border-radius: 8px;
  }
}
.p-info-detail__content .c-note {
  margin-top: 16px;
  padding-left: 1em;
  text-indent: -1em;
  color: #1BB5B0;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-info-detail__content .c-note {
    margin-top: 24px;
  }
}
.p-info-detail__content .c-note:before {
  content: "※";
}
.p-info-detail__content ul li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
}
.p-info-detail__content ul li::before {
  content: "";
  width: 10px;
  height: 4px;
  display: block;
  background-color: #0097D6;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .p-info-detail__content ul li::before {
    top: 12px;
  }
}
.p-info-detail__content ol {
  list-style: decimal inside;
}
.p-info-detail__content ol li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  color: #404040;
  font-weight: 400;
}
.p-info-detail__content ol li::marker {
  color: #0097D6;
  font-size: 1.0625rem;
}
.p-info-detail__content blockquote {
  border-left: 3px solid #c8c8c8;
  padding-left: 1em;
}
.p-info-detail__content .c-table-outer {
  width: 100%;
  overflow: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-info-detail__content .c-table-outer {
    width: 100%;
    overflow: visible;
  }
}
.p-info-detail__content table {
  border-collapse: collapse;
  width: 790px;
}
@media screen and (min-width: 768px) {
  .p-info-detail__content table {
    width: 100%;
  }
}
.p-info-detail__content table th,
.p-info-detail__content table td {
  padding: 8px 10px;
  border: 1px solid #c8c8c8;
  font-size: 0.875rem;
}
.p-info-detail__content table th.is-gray,
.p-info-detail__content table td.is-gray {
  background-color: #e2e2e2;
}
.p-info-detail__content table th {
  background-color: #e5f5fb;
  font-weight: 500;
  line-height: 26px;
  padding: 2px 10px;
  color: #404040;
}
.p-info-detail__content table td {
  font-weight: 400;
  line-height: 22px;
  padding: 2px 10px;
  color: #404040;
}
.p-info-detail__content table__width {
  width: 300px;
}
.p-info-detail__content .js-scrollable::after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background-image: url("/ortho/assets/images/common/icon_scroll.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 768px) {
  .p-info-detail__content .js-scrollable::after {
    display: none;
  }
}
.p-info-detail__content .js-scrollable.is-hidden::after {
  visibility: hidden;
  opacity: 0;
}

.p-faq-sec:not(:first-child) {
  margin: 8px 0 0;
}
@media screen and (min-width: 768px) {
  .p-faq-sec:not(:first-child) {
    margin: 100px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-sec {
    margin: 80px 0 0;
  }
}
.p-faq-sec__ttl {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  padding: 20px 42px 20px 10px;
  color: #383E60;
  background-color: #F7F7F7;
  border-radius: 4px;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-faq-sec__ttl {
    font-size: 2rem;
    padding: 0 0 16px 0;
    background-color: transparent;
  }
}
.p-faq-sec__ttl::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #0097D6;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
}
@media screen and (min-width: 768px) {
  .p-faq-sec__ttl::before {
    width: 100%;
    height: 1px;
    background-color: #D4D4D4;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
}
.p-faq-sec__ttl::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #0097D6;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-faq-sec__ttl::after {
    width: 80px;
    height: 1px;
    background-color: #0097D6;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    transform: none;
    transition: none;
  }
}
.p-faq-sec__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s ease;
}
@media screen and (min-width: 768px) {
  .p-faq-sec__content {
    max-height: none;
    overflow: visible;
  }
}
.p-faq-sec.is-active .p-faq-sec__content {
  max-height: 3000px;
  transition: all 0.8s ease;
}
@media screen and (min-width: 768px) {
  .p-faq-sec.is-active .p-faq-sec__content {
    max-height: none;
    overflow: visible;
  }
}
.p-faq-sec.is-active .p-faq-sec__ttl::after {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.p-faq-top-list {
  margin: 24px 0 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px 0;
}
@media screen and (min-width: 768px) {
  .p-faq-top-list {
    margin: 32px 0 40px;
    flex-direction: row;
    gap: 24px 2%;
  }
}
.p-faq-top-list li {
  width: 100%;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq-top-list li {
    width: 49%;
  }
}
.p-faq-top-list li a {
  padding-left: 32px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-faq-top-list li a {
    transition: all 0.3s ease;
  }
  .p-faq-top-list li a:hover {
    color: #0097D6;
    transition: all 0.3s ease;
  }
}
.p-faq-top-list li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url(/ortho/assets/images/common/icon_circle_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 3px;
  left: 0;
}

.p-faq-detail__cat {
  border: 1px solid #0097D6;
  padding: 4px 10px;
  border-radius: 4px;
  color: #0097D6;
  line-height: 1;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-faq-detail__cat {
    font-size: 0.875rem;
  }
}
.p-faq-detail__ttl {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-faq-detail__ttl {
    font-size: 2rem;
  }
}

.p-faq-detail-list {
  margin: 24px 0 80px 0;
}
@media screen and (min-width: 768px) {
  .p-faq-detail-list {
    margin: 42px 0 80px 0;
  }
}
.p-faq-detail-list__item {
  position: relative;
  margin-top: 16px;
}
.p-faq-detail-list__item::before {
  content: "Q";
  background-color: #0097D6;
  font-weight: 500;
  color: #fff;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  left: 8px;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-faq-detail-list__item::before {
    top: 30px;
    left: 24px;
  }
}
.p-faq-detail-list__item.is-active dt::after {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.p-faq-detail-list__item.is-active dd {
  max-height: 2000px;
  transition: all 0.8s ease;
}
.p-faq-detail-list dt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  background-color: #e5f5fb;
  border-radius: 8px;
  padding: 24px 46px 24px 46px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-faq-detail-list dt {
    padding: 32px 64px;
  }
}
.p-faq-detail-list dt::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #0097D6;
  position: absolute;
  top: calc(50% - 1px);
  right: 12px;
}
@media screen and (min-width: 768px) {
  .p-faq-detail-list dt::before {
    right: 32px;
  }
}
.p-faq-detail-list dt::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #0097D6;
  position: absolute;
  top: calc(50% - 1px);
  transform: rotate(90deg);
  transition: all 0.5s ease;
  right: 12px;
}
@media screen and (min-width: 768px) {
  .p-faq-detail-list dt::after {
    right: 32px;
  }
}
.p-faq-detail-list dd {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.p-faq-detail-list dd::before {
  content: "A";
  background-color: #fff;
  border: 1px solid #0097D6;
  font-weight: 500;
  color: #0097D6;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 8px;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-faq-detail-list dd::before {
    left: 24px;
  }
}
.p-faq-detail-list__content {
  padding: 16px 24px 24px 46px;
}
@media screen and (min-width: 768px) {
  .p-faq-detail-list__content {
    padding: 16px 24px 24px 64px;
  }
}

.p-pro-detail__ttl {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-pro-detail__ttl {
    font-size: 1.25rem;
  }
}
.p-pro-detail__header {
  margin-top: 8px;
  display: flex;
  height: 42px;
  justify-content: space-between;
  border-bottom: 1px solid #5b5b5b;
}

.p-pro-detail-btn-list {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  background-color: #fff;
  width: 100%;
  height: 62px;
  justify-content: center;
  align-items: center;
  z-index: 10;
  box-shadow: 0px -3px 3px 0px rgb(226, 226, 226);
}
@media screen and (min-width: 768px) {
  .p-pro-detail-btn-list {
    height: 40px;
    position: relative;
    background-color: transparent;
    z-index: 1;
    box-shadow: none;
    justify-content: flex-end;
  }
}
.p-pro-detail-btn-list__item {
  width: 150px;
  height: 35px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-btn-list__item {
    margin-right: 0;
    margin-left: 10px;
  }
}
.p-pro-detail-btn-list__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  border-radius: 18px;
  color: #fff;
  position: relative;
}
.p-pro-detail-btn-list__link::after {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  background-image: url("/ortho/assets/images/common/icon_btn_arrow_w.svg");
  position: absolute;
  top: calc(50% - 5px);
  right: 12px;
}
.p-pro-detail-btn-list__link--demo {
  background-color: #426687;
}
.p-pro-detail-btn-list__link--catalog {
  background-color: #0097D6;
}

.p-package-insert {
  margin-top: 32px;
  background-color: #f2f3f7;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-package-insert {
    text-align: left;
  }
}
.p-package-insert__ttl {
  color: #434749;
  line-height: 1.875;
}
.p-package-insert__text {
  font-size: 0.8125rem;
  font-weight: 400;
  padding-bottom: 12px;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-package-insert__text {
    font-size: 1rem;
  }
}

.c-product-list li {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.875;
}

.p-pro-detail-sec {
  padding-bottom: 40px;
  margin: 45px auto 0;
  overflow-wrap: anywhere;
  font-weight: 400;
  line-height: 1.875;
}
.p-pro-detail-sec__movie-thumb {
  width: 100%;
  margin: 45px auto 0;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-sec__movie-thumb {
    width: 700px;
  }
}
.p-pro-detail-sec__sub-ttl {
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: 700;
  text-decoration: underline;
}
.p-pro-detail-sec__text {
  font-weight: 400;
}
.p-pro-detail-sec ul li,
.p-pro-detail-sec ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-pro-detail-sec img {
  width: auto;
  height: auto;
}
.p-pro-detail-sec table {
  border-collapse: collapse;
  width: 790px;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-sec table {
    width: 100%;
  }
}
.p-pro-detail-sec table th,
.p-pro-detail-sec table td {
  padding: 8px 10px;
  border: 1px solid #c8c8c8;
  font-size: 0.875rem;
}
.p-pro-detail-sec table th.is-gray,
.p-pro-detail-sec table td.is-gray {
  background-color: #e2e2e2;
}
.p-pro-detail-sec table th {
  background-color: #e5f5fb;
  font-weight: 500;
  line-height: 26px;
  padding: 2px 10px;
  color: #404040;
}
.p-pro-detail-sec table td {
  font-weight: 400;
  line-height: 22px;
  padding: 2px 10px;
  color: #404040;
}
.p-pro-detail-sec table__width {
  width: 300px;
}
.p-pro-detail-sec .js-scrollable::after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background-image: url("/ortho/assets/images/common/icon_scroll.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-pro-detail-sec .js-scrollable.is-hidden::after {
  visibility: hidden;
  opacity: 0;
}
.p-pro-detail-sec a {
  color: #0097D6;
  text-decoration: underline;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-sec a:hover {
    text-decoration: none;
  }
}

.p-pro-detail-inr-sec {
  padding-bottom: 24px;
}
.p-pro-detail-inr-sec__ttl {
  font-size: 1rem;
  font-weight: 700;
}
.p-pro-detail-inr-sec__lead {
  font-size: 0.9375rem;
  line-height: 25px;
  font-weight: 500;
}
.p-pro-detail-inr-sec__text {
  font-size: 0.875rem;
  line-height: 22px;
}
.p-pro-detail-inr-sec.is-dot {
  border-bottom: 1px dotted #c8c8c8;
}
.p-pro-detail-inr-sec__access {
  font-size: 0.875rem;
  font-weight: 700;
}

.p-pro-detail-related-sec {
  background-color: #edf0f3;
  margin: 50px -16px 0;
  padding: 36px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-related-sec {
    padding: 36px 54px;
  }
}
.p-pro-detail-related-sec__ttl {
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.875;
  padding-bottom: 5px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-related-sec__ttl {
    padding-bottom: 10px;
  }
}
.p-pro-detail-related-sec__ttl::after {
  content: "";
  width: 56px;
  height: 3px;
  background-color: #0093d2;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
}

.p-pro-detail-related-list-wrap {
  padding: 0;
}

.p-pro-detail-related-list {
  margin: 20px 0 0;
  display: flex;
}
.p-pro-detail-related-list__item {
  width: 178px;
}
.p-pro-detail-related-list__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  background-color: #fff;
}
.p-pro-detail-related-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-pro-detail-related-list__text {
  font-size: 0.875rem;
  margin-top: 8px;
}
.p-pro-detail-related-list__prev {
  position: absolute;
  width: 55px;
  height: 180px;
  top: 90px;
  left: -20px;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0px 0px 15px 10px #edf0f3;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-related-list__prev {
    width: 25px;
    height: 80px;
    top: 130px;
    left: 20px;
  }
}
.p-pro-detail-related-list__prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
  position: absolute;
  top: calc(50% - 5px);
  left: 33px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-pro-detail-related-list__prev::after {
    top: calc(50% - 5px);
    left: 8px;
  }
}
.p-pro-detail-related-list__next {
  position: absolute;
  width: 55px;
  height: 180px;
  top: 90px;
  right: -20px;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0px 0px 15px 0px #edf0f3;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-related-list__next {
    width: 25px;
    height: 80px;
    top: 130px;
    right: 20px;
  }
}
.p-pro-detail-related-list__next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
  position: absolute;
  top: calc(50% - 5px);
  right: 33px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .p-pro-detail-related-list__next::after {
    top: calc(50% - 5px);
    right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-pro-detail-related-list.slide1, .p-pro-detail-related-list.slide2, .p-pro-detail-related-list.slide3 {
    justify-content: center;
  }
  .p-pro-detail-related-list.slide1 .p-pro-detail-related-list__item:first-child, .p-pro-detail-related-list.slide2 .p-pro-detail-related-list__item:first-child, .p-pro-detail-related-list.slide3 .p-pro-detail-related-list__item:first-child {
    margin-left: 24px;
  }
}

.p-pro-detail-catalog-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-catalog-list {
    gap: 30px;
  }
}
.p-pro-detail-catalog-list li {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .p-pro-detail-catalog-list li {
    width: 156px;
  }
}
.p-pro-detail-catalog-list li.is-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-catalog-list li.is-hidden {
    display: block;
  }
}
.p-pro-detail-catalog-list__img {
  aspect-ratio: 154/218;
  border: 1px solid #c8c8c8;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-catalog-list__img {
    width: 154px;
    height: 218px;
  }
}
.p-pro-detail-catalog-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-pro-detail-catalog-list__text {
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 22px;
}

.p-pro-detail-content {
  margin-top: 32px;
}
.p-pro-detail-content__header {
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #c8c8c8;
  }
}
.p-pro-detail-content__text {
  font-size: 1rem;
  line-height: 1.875;
}
.p-pro-detail-content__lead {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__lead {
    font-size: 1rem;
  }
}
.p-pro-detail-content__ttl {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__ttl {
    font-size: 1.5rem;
  }
}
.p-pro-detail-content__flex {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__img-block {
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__main-img {
    width: 450px;
    aspect-ratio: 3/2;
  }
}
.p-pro-detail-content__main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-pro-detail-content__text-block {
  margin-top: 50px;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__text-block {
    width: 420px;
    margin-top: 0;
  }
}
.p-pro-detail-content__text-block table {
  border-collapse: collapse;
  width: 790px;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__text-block table {
    width: 100%;
  }
}
.p-pro-detail-content__text-block table th,
.p-pro-detail-content__text-block table td {
  padding: 8px 10px;
  border: 1px solid #c8c8c8;
  font-size: 0.875rem;
}
.p-pro-detail-content__text-block table th.is-gray,
.p-pro-detail-content__text-block table td.is-gray {
  background-color: #333;
}
.p-pro-detail-content__text-block table th {
  background-color: #e5f5fb;
  font-weight: 500;
  line-height: 26px;
  padding: 2px 10px;
  color: #404040;
}
.p-pro-detail-content__text-block table td {
  font-weight: 400;
  line-height: 22px;
  padding: 2px 10px;
  color: #404040;
}
.p-pro-detail-content__text-block table__width {
  width: 300px;
}
.p-pro-detail-content__text-block a {
  color: #0097D6;
  text-decoration: underline;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__text-block a:hover {
    text-decoration: none;
  }
}
.p-pro-detail-content__text-block img {
  width: auto;
  height: auto;
}
.p-pro-detail-content__text-block .c-btn-product-content__link {
  color: #404040;
  text-decoration: none;
}
.p-pro-detail-content__logo {
  width: 80px;
  height: 60px;
  margin-bottom: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-content__logo {
    margin-left: 12px;
  }
}
.p-pro-detail-content__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-pro-detail-icon-list {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #c8c8c8;
  padding-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-icon-list {
    border: none;
    align-items: baseline;
    margin-left: auto;
  }
}
.p-pro-detail-icon-list__item {
  margin-right: 12px;
  padding: 8px 10px;
  line-height: 1;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-pro-detail-icon-list__item {
    margin-left: 12px;
    margin-right: 0;
    font-size: 0.8125rem;
  }
}

.p-pro-thumb-list {
  display: flex;
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  .p-pro-thumb-list {
    width: 420px;
  }
}
.p-pro-thumb-list li {
  width: 28%;
  margin-right: 8%;
  padding: 10px 0;
  border-bottom: 3px solid #e2e2e2;
  cursor: pointer;
}
.p-pro-thumb-list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-pro-thumb-list li {
    width: 120px;
  }
}
.p-pro-thumb-list li.is-active {
  border-bottom: 3px solid #0097D6;
}
.p-pro-thumb-list__img {
  margin: 0 auto;
  width: 90%;
  height: auto;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 768px) {
  .p-pro-thumb-list__img {
    width: 104px;
    margin: 0 auto;
  }
}
.p-pro-thumb-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-product-category-sec + .p-product-category-sec {
  margin-top: 64px;
}

.p-pro-category .c-page-ttl-h2 {
  margin-top: 0;
}

.p-product-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-product-category-list {
    gap: 25px;
  }
}
.p-product-category-list li {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .p-product-category-list li {
    width: 206px;
  }
}
.p-product-category-list li a {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-product-category-list li a {
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease;
  }
  .p-product-category-list li a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-product-category-list__sub {
  font-size: 0.75rem;
  margin-top: 8px;
  overflow-wrap: anywhere;
}
.p-product-category-list__ttl {
  font-size: 0.9375rem;
  margin-bottom: 8px;
  overflow-wrap: anywhere;
}
.p-product-category-list__text {
  border-top: 1px dotted #0093d2;
  font-size: 0.875rem;
  margin-top: auto;
  padding-top: 8px;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-product-category-list__text {
    min-height: 88px;
  }
}
.p-product-category-list__img {
  width: 100%;
  height: calc(29vw - 2px);
  aspect-ratio: 900/600;
  border: 1px solid #c8c8c8;
}
@media screen and (min-width: 768px) {
  .p-product-category-list__img {
    height: 138px;
  }
}
.p-product-category-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-search-block {
  background-color: #edf0f3;
  margin: 0 0;
}
@media screen and (min-width: 768px) {
  .p-search-block {
    margin: 0;
  }
}
.p-search-block__inr {
  padding: 32px 30px 120px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-search-block__inr {
    padding: 48px 0 120px;
    background-color: #edf0f3;
  }
}
.p-search-block__form {
  margin: 0 auto;
}
.p-search-block__form-block {
  display: flex;
}
.p-search-block__block {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-search-block__block {
    width: 1260px;
    padding: 0 30px;
  }
}
.p-search-block__text-block {
  width: calc(100% - 45px);
}
@media screen and (min-width: 768px) {
  .p-search-block__text-block {
    width: auto;
  }
}
.p-search-block__text {
  width: 100%;
  height: 45px;
  border-radius: 25px 0 0 25px;
  font-size: 14px;
  padding: 4px 10px 4px 36px;
  margin-right: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background-image: url(/assets/images/common/icon_search_sp.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left 12px center;
}
@media screen and (min-width: 768px) {
  .p-search-block__text {
    width: 650px;
    height: 40px;
    padding: 4px 10px;
    border-radius: 4px;
    background-image: none;
  }
}
.p-search-block__text::-moz-placeholder {
  color: transparent;
}
.p-search-block__text::placeholder {
  color: transparent;
}
@media screen and (min-width: 768px) {
  .p-search-block__text::-moz-placeholder {
    color: #d9dadb;
  }
  .p-search-block__text::placeholder {
    color: #d9dadb;
  }
}
.p-search-block__note {
  font-size: 0.8125rem;
  margin-top: 8px;
}
.p-search-block__btn {
  background-color: #426687;
  width: 45px;
  height: 45px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-search-block__btn {
    width: 94px;
    height: 40px;
    font-size: 0.875rem;
    border-radius: 4px;
    background-color: #0097D6;
    transition: opacity 0.3s ease;
  }
  .p-search-block__btn:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-search-block__radio-block {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-search-block__radio-block {
    display: flex;
    margin-top: 16px;
  }
}
.p-search-block__radio-list {
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-search-block__radio-list {
    width: calc(100% - 94px);
    gap: 0;
  }
}
.p-search-block__radio-list li {
  width: calc(50% - 5px);
}
@media screen and (min-width: 768px) {
  .p-search-block__radio-list li {
    width: auto;
  }
}
.p-search-block__radio-text {
  width: 78px;
  margin-right: 4px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-search-block__radio-text {
    font-size: 0.9375rem;
    margin-right: 16px;
  }
}
.p-search-block__radio-label {
  position: relative;
  padding-left: 20px;
  font-size: 0.8125rem;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-search-block__radio-label {
    font-size: 0.9375rem;
    margin-right: 28px;
    line-height: 1.5;
  }
}
.p-search-block__radio-label::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  left: 0;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .p-search-block__radio-label::before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
  }
}
.p-search-block__radio-label:has(.p-search-block__radio:checked)::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #0097D6;
  border-radius: 50%;
  left: 4px;
  top: 6px;
}
@media screen and (min-width: 768px) {
  .p-search-block__radio-label:has(.p-search-block__radio:checked)::after {
    left: 5px;
    top: 5px;
  }
}
.p-search-block__radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-search-recommend {
  position: relative;
  margin: -80px -16px 0;
  padding: 0 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-search-recommend {
    margin: -80px 0 0;
    padding: 0;
  }
}
.p-search-recommend__inr {
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  background-color: #fff;
}
.p-search-recommend__ttl {
  background-color: #112a3e;
  color: #fff;
  font-size: 0.9375rem;
  padding: 8px 12px;
  line-height: 1;
}

.p-search-recommend-slider__outer {
  width: 100%;
  padding: 16px 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-search-recommend-slider__outer {
    padding: 16px 72px;
  }
}

.p-search-recommend-slider {
  display: flex;
  position: relative;
}
.p-search-recommend-slider__item {
  width: 160px;
  height: auto;
}
.p-search-recommend-slider__link:hover .p-search-recommend-slider__text {
  text-decoration: none;
}
.p-search-recommend-slider__img {
  aspect-ratio: 160/107;
}
.p-search-recommend-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-search-recommend-slider__text {
  font-size: 0.875rem;
  text-decoration: underline;
  line-height: 1.3;
  margin-top: 8px;
}
.p-search-recommend-slider__prev {
  position: absolute;
  width: 40px;
  height: 80px;
  top: calc(50% - 30px);
  left: -4px;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0px 0px 10px 8px #edf0f3;
}
@media screen and (min-width: 768px) {
  .p-search-recommend-slider__prev {
    width: 25px;
    height: 80px;
    top: calc(50% - 20px);
    left: 20px;
    display: block;
    box-shadow: none;
  }
  .p-search-recommend-slider__prev.swiper-button-lock {
    display: none;
  }
}
.p-search-recommend-slider__prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
  position: absolute;
  top: calc(50% - 5px);
  left: 16px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-search-recommend-slider__prev::after {
    top: calc(50% - 5px);
    left: 8px;
  }
}
.p-search-recommend-slider__next {
  position: absolute;
  width: 40px;
  height: 80px;
  top: calc(50% - 30px);
  right: -4px;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0px 0px 10px 8px #edf0f3;
}
@media screen and (min-width: 768px) {
  .p-search-recommend-slider__next {
    width: 25px;
    height: 80px;
    top: calc(50% - 20px);
    right: 20px;
    display: block;
    box-shadow: none;
  }
  .p-search-recommend-slider__next.swiper-button-lock {
    display: none;
  }
}
.p-search-recommend-slider__next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .p-search-recommend-slider__next::after {
    top: calc(50% - 5px);
    right: 8px;
  }
}

.p-search-result {
  margin-top: 72px;
}
.p-search-result__ttl {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 4px 8px;
  background-color: #e5f5fb;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-search-result__ttl {
    font-size: 1.25rem;
  }
}
.p-search-result__header {
  margin-top: 24px;
  border-bottom: 1px solid #5b5b5b;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-search-result__header {
    display: flex;
    justify-content: space-between;
  }
}
.p-search-result__number {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-search-result__number {
    font-size: 1rem;
  }
}
.p-search-result select {
  font-size: 0.75rem;
  color: #404040;
  margin: 16px 4px 0 0;
  padding: 2px 8px;
}
@media screen and (min-width: 768px) {
  .p-search-result select {
    margin: 0 0 0 4px;
  }
}

.p-search-result-list {
  margin-top: 32px;
}
.p-search-result-list__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-search-result-list__item {
    justify-content: space-between;
  }
}
.p-search-result-list__item:not(:first-child) {
  margin-top: 32px;
}
.p-search-result-list__img {
  width: 138px;
  aspect-ratio: 216/144;
}
@media screen and (min-width: 768px) {
  .p-search-result-list__img {
    width: 216px;
  }
}
.p-search-result-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-search-result-list__text-block {
  width: calc(100% - 152px);
}
@media screen and (min-width: 768px) {
  .p-search-result-list__text-block {
    margin-top: 0;
    width: 965px;
  }
}
.p-search-result-list__cat {
  width: 130px;
  border: 1px solid #c7c8c8;
  font-size: 0.8125rem;
  padding: 4px;
  line-height: 1;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-search-result-list__cat.is-product {
  background-color: #fff;
}
.p-search-result-list__cat.is-ortho {
  background-color: #e5f7fd;
}
.p-search-result-list__cat.is-movie {
  background-color: #e2e2e2;
}
.p-search-result-list__cat.is-seminar {
  background-color: #e5f2e2;
}
.p-search-result-list__cat.is-ir {
  background-color: #fff;
}
.p-search-result-list__cat.is-recruit {
  background-color: #e5f7fd;
}
.p-search-result-list__cat.is-corporate {
  background-color: #e2e2e2;
}
.p-search-result-list__cat.is-sustainability {
  background-color: #e5f2e2;
}
.p-search-result-list__cat.is-selfcare {
  background-color: #fce5e4;
}
.p-search-result-list__ttl {
  font-size: 0.875rem;
  overflow-wrap: anywhere;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p-search-result-list__ttl {
    font-size: 1.125rem;
  }
}
.p-search-result-list__ttl a {
  color: #0097D6;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-search-result-list__ttl a:hover {
    text-decoration: none;
  }
}
.p-search-result-list__text {
  font-size: 0.875rem;
  overflow-wrap: anywhere;
  line-height: 1.6;
}
.p-search-result-list__url {
  font-size: 0.75rem;
  overflow-wrap: anywhere;
}
.p-search-result-list__url a {
  color: #a1a3a4;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-search-result-list__url a:hover {
    text-decoration: none;
  }
}

.u-mt5 {
  margin-top: 2.5px;
}
@media screen and (min-width: 768px) {
  .u-mt5 {
    margin-top: 5px;
  }
}

.u-mt10 {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .u-mt10 {
    margin-top: 10px;
  }
}

.u-mt15 {
  margin-top: 7.5px;
}
@media screen and (min-width: 768px) {
  .u-mt15 {
    margin-top: 15px;
  }
}

.u-mt20 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .u-mt20 {
    margin-top: 20px;
  }
}

.u-mt25 {
  margin-top: 12.5px;
}
@media screen and (min-width: 768px) {
  .u-mt25 {
    margin-top: 25px;
  }
}

.u-mt30 {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .u-mt30 {
    margin-top: 30px;
  }
}

.u-mt35 {
  margin-top: 17.5px;
}
@media screen and (min-width: 768px) {
  .u-mt35 {
    margin-top: 35px;
  }
}

.u-mt40 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .u-mt40 {
    margin-top: 40px;
  }
}

.u-mt45 {
  margin-top: 22.5px;
}
@media screen and (min-width: 768px) {
  .u-mt45 {
    margin-top: 45px;
  }
}

.u-mt50 {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .u-mt50 {
    margin-top: 50px;
  }
}

.u-mt55 {
  margin-top: 27.5px;
}
@media screen and (min-width: 768px) {
  .u-mt55 {
    margin-top: 55px;
  }
}

.u-mt60 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .u-mt60 {
    margin-top: 60px;
  }
}

.u-mt65 {
  margin-top: 32.5px;
}
@media screen and (min-width: 768px) {
  .u-mt65 {
    margin-top: 65px;
  }
}

.u-mt70 {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .u-mt70 {
    margin-top: 70px;
  }
}

.u-mt75 {
  margin-top: 37.5px;
}
@media screen and (min-width: 768px) {
  .u-mt75 {
    margin-top: 75px;
  }
}

.u-mt80 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .u-mt80 {
    margin-top: 80px;
  }
}

.u-mt85 {
  margin-top: 42.5px;
}
@media screen and (min-width: 768px) {
  .u-mt85 {
    margin-top: 85px;
  }
}

.u-mt90 {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .u-mt90 {
    margin-top: 90px;
  }
}

.u-mt95 {
  margin-top: 47.5px;
}
@media screen and (min-width: 768px) {
  .u-mt95 {
    margin-top: 95px;
  }
}

.u-mt100 {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .u-mt100 {
    margin-top: 100px;
  }
}

.u-mb5 {
  margin-bottom: 2.5px;
}
@media screen and (min-width: 768px) {
  .u-mb5 {
    margin-bottom: 5px;
  }
}

.u-mb10 {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .u-mb10 {
    margin-bottom: 10px;
  }
}

.u-mb15 {
  margin-bottom: 7.5px;
}
@media screen and (min-width: 768px) {
  .u-mb15 {
    margin-bottom: 15px;
  }
}

.u-mb20 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .u-mb20 {
    margin-bottom: 20px;
  }
}

.u-mb25 {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 768px) {
  .u-mb25 {
    margin-bottom: 25px;
  }
}

.u-mb30 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .u-mb30 {
    margin-bottom: 30px;
  }
}

.u-mb35 {
  margin-bottom: 17.5px;
}
@media screen and (min-width: 768px) {
  .u-mb35 {
    margin-bottom: 35px;
  }
}

.u-mb40 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .u-mb40 {
    margin-bottom: 40px;
  }
}

.u-mb45 {
  margin-bottom: 22.5px;
}
@media screen and (min-width: 768px) {
  .u-mb45 {
    margin-bottom: 45px;
  }
}

.u-mb50 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .u-mb50 {
    margin-bottom: 50px;
  }
}

.u-mb55 {
  margin-bottom: 27.5px;
}
@media screen and (min-width: 768px) {
  .u-mb55 {
    margin-bottom: 55px;
  }
}

.u-mb60 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .u-mb60 {
    margin-bottom: 60px;
  }
}

.u-mb65 {
  margin-bottom: 32.5px;
}
@media screen and (min-width: 768px) {
  .u-mb65 {
    margin-bottom: 65px;
  }
}

.u-mb70 {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .u-mb70 {
    margin-bottom: 70px;
  }
}

.u-mb75 {
  margin-bottom: 37.5px;
}
@media screen and (min-width: 768px) {
  .u-mb75 {
    margin-bottom: 75px;
  }
}

.u-mb80 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .u-mb80 {
    margin-bottom: 80px;
  }
}

.u-mb85 {
  margin-bottom: 42.5px;
}
@media screen and (min-width: 768px) {
  .u-mb85 {
    margin-bottom: 85px;
  }
}

.u-mb90 {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .u-mb90 {
    margin-bottom: 90px;
  }
}

.u-mb95 {
  margin-bottom: 47.5px;
}
@media screen and (min-width: 768px) {
  .u-mb95 {
    margin-bottom: 95px;
  }
}

.u-mb100 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .u-mb100 {
    margin-bottom: 100px;
  }
}

.u-sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-sp-none {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */