@charset "UTF-8";

/* ベース
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  color: #333;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.42;
  }
}

a {
  display: inline-block;
  text-decoration: underline;
  transition: color 0.25s;
}

a:link {
  color: #228eda;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
  }
}

@media (hover: none) {
  a:active {
    text-decoration: none;
  }
}

a[target]:where(
    :not(.el_btn[href$=".pdf"]):not(.bl_pdf_link[href$=".pdf"]):not(
        .bl_header_btn[target]
      ):not(.bl_header_company[target]):not(.bl_faq_text a[target])
  )::after,
.modalframe:not(.un_top_guideline_link)::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(/assets/media/images/icon_external.png) 0 0 no-repeat;
  background-size: contain;
  margin: 0 0 0 4px;
}

a[target].-external_w::after,
.modalframe.-external_w::after {
  width: 15px;
  height: 15px;
  background-image: url(/assets/media/images/icon_external_w.png);
  margin-left: 9px;
}

.bl_pdf_link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 20px;
  background: url(/assets/media/images/icon_pdf.png) 0 0 no-repeat;
  background-size: contain;
  margin: 0 0 0 10px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

ul[class] {
  list-style: none;
}

small {
  font-size: 100%;
}

/* 改行規則 */
h1,
h2,
h3,
h4,
p,
a,
th,
td,
dt,
dd {
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: strict;
}

/* レイアウト (prefix: ly_ )
----------------------------------------------------------------- */
.ly_header {
  width: 100%;
  min-width: 1040px;
  background: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .ly_header {
    min-width: auto;
  }
}

.ly_header_inner {
  width: 1040px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .ly_header_inner {
    width: auto;
    padding: 0;
  }
}

.ly_footer {
  min-width: 1040px;
  border-top: 3px solid #00ac97;
  margin: 150px 0 0;
}
@media screen and (max-width: 768px) {
  .ly_footer {
    min-width: auto;
    margin-top: 117px;
  }
}

.ly_footer_inner {
  width: 1040px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .ly_footer_inner {
    width: auto;
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  .ly_footer .bl_spNav {
    display: block;
    position: static;
  }
}

.ly_nav {
  border-bottom: 4px solid #08aa90;
}
@media screen and (max-width: 768px) {
  .ly_nav {
    display: none;
  }
}

.ly_nav_inner {
  width: 1040px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .ly_nav_inner {
    width: auto;
  }
}

.ly_contents {
  width: 1040px;
  min-width: 1040px;
  margin: 0 auto;
  padding: 28px 10px 0;
}
@media screen and (max-width: 768px) {
  .ly_contents {
    width: auto;
    min-width: auto;
    padding: 25px 4% 0;
  }
}

.ly_contents_main_inner {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .ly_contents_main_inner {
    padding: 0;
  }
}

.ly_contents_main2column {
  display: flex;
  justify-content: space-between;
}

.ly_contents_main2column_item:nth-of-type(2) {
  flex: 0 0 750px;
}
@media screen and (max-width: 768px) {
  .ly_contents_main2column_item:nth-of-type(2) {
    flex: 0 0 100%;
  }
}

.ly_contents_main2column_item.--side {
  flex: 0 0 230px;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .ly_contents_main2column_item.--side {
    display: none;
  }
}

/* エレメントモジュール (prefix: el_ )
----------------------------------------------------------------- */
.el_logo {
  line-height: 1;
}

.el_logo_img {
  height: 36px;
}
@media screen and (max-width: 768px) {
  .el_logo_img {
    height: 25px;
  }
}

.el_logo_link {
  display: block;
}

.el_footer_copyright {
  font-size: 1.2rem;
  text-align: center;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .el_footer_copyright {
    margin-top: 35px;
  }
}

.el_title_lv2 {
  display: flex;
  align-items: center;
  min-height: 70px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #004d43;
  border: 1px solid #a6cac4;
  background: #f1f9f8;
  margin: 0 0 30px;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .el_title_lv2 {
    min-height: 55px;
    font-size: 1.9rem;
    margin-bottom: 15px;
    padding: 0 28px;
    position: relative;
  }
}

.el_title_lv2.bl_accordion_trigger {
  padding-right: 55px;
}
@media screen and (max-width: 768px) {
  .el_title_lv2.bl_accordion_trigger {
    padding-right: 42px;
  }
}

.el_title_lv2::before {
  content: "";
  width: 12px;
  height: calc(100% + 2px);
  border-right: 4px solid #febf3c;
  background: #08aa90;
  position: absolute;
  top: -1px;
  left: -1px;
}

.el_title_lv2.--under {
  display: block;
  min-height: auto;
  border: none;
  padding: 17px 30px;
}
@media screen and (max-width: 768px) {
  .el_title_lv2.--under {
    padding: 15px 28px;
  }
}

.el_title_lv2.--under + .bl_contents_subSection {
  margin-top: 40px;
}

.el_title_lv3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #222;
  line-height: 1.2;
  border-bottom: 3px solid #eaecec;
  margin: 0 0 30px;
  padding: 0 1px 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .el_title_lv3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.el_title_lv3::before {
  content: "";
  width: 160px;
  height: 3px;
  background: #08aa90;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .el_title_lv3::before {
    width: 120px;
  }
}

.el_title_lv3_2 {
  font-size: 2rem;
  font-weight: bold;
  color: #00ac97;
  line-height: 1.4;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .el_title_lv3_2 {
    font-size: 1.8rem;
  }
}

.el_title_lv4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00ac97;
  line-height: 1.4;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .el_title_lv4 {
    font-size: 1.5rem;
  }
}

.el_title_lv4.--indent1_2em {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.el_title_lv4.--indent1_5em {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.el_title_lv4.--square_orange {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 23px;
}
@media screen and (max-width: 768px) {
  .el_title_lv4.--square_orange {
    padding-left: 25px;
  }
}

.el_title_lv4.--square_orange::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #febf3c;
  position: absolute;
  top: 0.2em;
  left: 0;
}

.el_title_lv4.--border {
  border-bottom: 3px solid #eaecec;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.el_title_lv4.--border + .el_text {
  margin-top: -5px;
}

.el_title_lv4 + .bl_result_list {
  margin-top: 15px;
}

.el_title_lv4_2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .el_title_lv4_2 {
    font-size: 1.5rem;
  }
}

.el_page_title {
  font-size: 3rem;
  font-weight: bold;
  color: #004d43;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .el_page_title {
    font-size: 2.1rem;
    margin: 0 0 20px;
  }
}

.el_page_title_aux {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 768px) {
  .el_page_title_aux {
    font-size: 1.2rem;
  }
}

.el_btn {
  display: flex;
  align-items: center;
  min-height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(30 / 18);
  text-decoration: none;
  box-shadow: 0 4px 0 #076556;
  background: #08aa90;
  margin-bottom: 4px;
  padding: 10px 30px 10px 10px;
  transition-property: all;
  position: relative;
}
@media screen and (max-width: 768px) {
  .el_btn {
    align-items: center;
    min-height: 45px;
    font-size: 1.5rem;
    box-shadow: 0 3px 0 #076556;
    margin-bottom: 3px;
    padding: 5px 25px 5px 15px;
  }
}

.el_btn:link,
.el_btn:visited {
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .el_btn:hover {
    box-shadow: none;
    transform: translate3d(0, 4px, 0);
  }
}

@media (hover: none) {
  .el_btn:active {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
  }
}

.el_btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 22px;
}

.el_btn + .el_btn {
  margin-top: 10px;
}

.el_btn[href$=".pdf"] {
  padding-right: 10px;
}
.el_btn[href$=".pdf"]::before {
  display: none;
}

/* .el_btn[href$=".pdf"] .el_btn_icon {
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .el_btn[href$=".pdf"] .el_btn_icon {
    padding-top: 5px;
  }
} */

.el_btn.--square {
  min-width: 284px;
  box-shadow: none;
  border: 2px solid #fbc522;
}
@media screen and (max-width: 768px) {
  .el_btn.--square {
    min-width: 206px;
    font-size: 1.4rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .el_btn.--square:hover {
    opacity: 0.75;
    transform: translate3d(0, 0, 0);
  }
}

@media (hover: none) {
  .el_btn.--square:active {
    opacity: 0.75;
    transform: translate3d(0, 0, 0);
  }
}

.el_btn.--square.--size_s {
  min-width: 225px;
}
@media screen and (max-width: 768px) {
  .el_btn.--square.--size_s {
    min-width: 100%;
  }
}

.el_btn.--unique {
  justify-content: center;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .el_btn.--unique {
    border-radius: 25px;
  }
}

.el_btn.--size_s {
  min-height: 36px;
  font-size: 1.5rem;
  padding: 5px 30px 5px 10px;
}
@media screen and (max-width: 768px) {
  .el_btn.--size_s {
    min-height: 50px;
    font-size: 1.4rem;
  }
}

.el_btn.--square_g {
  font-size: 1.6rem;
  box-shadow: none;
  border-radius: 4px;
  border: 2px solid #febf3c;
  background: #076556;
  transition: 0.25s;
}
.el_btn.--square_g::before {
  display: none;
}
.el_btn.--square_g:hover {
  transform: translate3d(0, 0, 0);
  opacity: 0.7;
}

.el_btn.--disable {
  pointer-events: none;
  box-shadow: 0 4px 0 #585858;
  background: #b4b4b4;
}
.el_btn.el_items_center {
  align-items: center;
}
.el_btn_icon {
  flex: 0 0 34px;
  text-align: right;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  .el_btn_icon {
    flex: 0 0 32px;
  }
}
.el_btn_icon img {
  vertical-align: -7px;
}
@media screen and (max-width: 768px) {
  .el_btn_icon img {
    vertical-align: bottom;
  }
}

.el_btn_text.--flex {
  display: flex;
  font-size: 1.6rem;
}
.el_btn_text.--flex .el_btn_text_item {
  flex-shrink: 0;
}

.el_btn_text_label {
  font-size: 1.2rem;
  font-weight: normal;
}

.el_pageTop {
  display: none;
  width: 50px;
  right: 2.5%;
}
@media screen and (max-width: 768px) {
  .el_pageTop {
    width: 40px;
    right: 4%;
  }
}

.el_title_aux {
  font-size: 1.1rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .el_title_aux {
    font-size: 1.2rem;
  }
}

.el_title_aux + .el_title_aux {
  margin-top: 10px;
}

.el_title_aux.--size_s {
  font-size: 1.2rem;
}

.el_title_aux.--size_m {
  font-size: 1.6rem;
}

.el_title_aux.--left {
  text-align: left;
}

.el_aux {
  font-size: 1.2rem;
}

.el_aux.--size_s {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .el_aux.--size_s {
    font-size: 1.2rem;
  }
}

.el_aux + .el_title_lv4 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .el_aux + .el_title_lv4 {
    margin-top: 15px;
  }
}

.el_text {
  line-height: 1.625;
}

.el_text + .el_text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .el_text + .el_text {
    margin-top: 15px;
  }
}

.el_text + .bl_list {
  margin-top: 20px;
}

.el_text + .bl_contents_subSection {
  margin-top: 30px;
}

.el_text + .bl_figure {
  margin-top: 20px;
}

.el_text_aux {
  display: block;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 25px;
}

.el_text_aux .--indent1 {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.el_text_aux .--indent2 {
  display: inline-block;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.el_text_aux_dot {
  color: #08aa90;
}

.el_text_note {
  display: block;
  font-size: 1.4rem;
  margin: 0 0 5px;
}

.el_text_link.--bottom {
  text-align: right;
  margin: 40px 0 0;
}

/* ブロックモジュール (prefix: bl_ )
----------------------------------------------------------------- */
.bl_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
}
@media screen and (max-width: 768px) {
  .bl_header {
    align-items: stretch;
    min-height: 74px;
    border-bottom: 4px solid #08aa90;
    padding: 0;
  }
}

.bl_header_item:nth-of-type(1) {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .bl_header_item:nth-of-type(1) {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    margin: 0 4%;
  }
}
@media screen and (max-width: 320px) {
  .bl_header_item:nth-of-type(1) {
    transform: scale(0.8);
    margin: 0 0 0 -10px;
  }
}

.htr {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .htr {
    align-items: stretch;
    justify-content: flex-end;
    .btn-wrap {
      display: none;
    }
  }
}

.bl_header_label {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #cccccb;
  margin: 0 0 0 20px;
  padding: 7px 10px;
}
@media screen and (max-width: 768px) {
  .bl_header_label {
    font-size: 1rem;
    margin: 8px 0 0 0;
    padding: 5px 6px;
  }
}

.bl_header .bl_header_btn {
  display: inline-flex;
  place-items: center;
  height: 34px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  border-radius: 17px;
  border: 2px solid #febf3c;
  background: #08aa90;
  padding: 0 38px 2px 16px;
  text-decoration: none;
  transition-property: opacity, color;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_header .bl_header_btn {
    flex: 0 0 60px;
    height: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    border-radius: 0;
    border: none;
    background: #08aa90;
    padding: 0 7px;
  }
}

.bl_header .bl_header_btn.--faq {
  background: #004d43;
}

.bl_header .bl_header_btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 44%;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .bl_header .bl_header_btn::before {
    display: none;
  }
}

.bl_header .bl_header_btn:visited {
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .bl_header .bl_header_btn:hover {
    opacity: 0.75;
  }
}

@media (hover: none) {
  .bl_header .bl_header_btn:active {
    opacity: 0.75;
  }
}

.bl_header .bl_header_btn + .bl_header_btn {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .bl_header .bl_header_btn + .bl_header_btn {
    margin: 0;
  }
}

.bl_header_spMenu_btn {
  flex: 0 0 60px;
  font-size: 1rem;
  font-weight: bold;
  color: #00ac97;
}
@media screen and (min-width: 769px) {
  .bl_header_spMenu_btn {
    display: none;
  }
}

.bl_header_spMenu_icon {
  width: 32px;
  height: 19px;
  margin: 0 auto 5px;
  position: relative;
}

.bl_header_spMenu_line,
.bl_header_spMenu_line::before,
.bl_header_spMenu_line::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #00ac97;
  margin: 8px 0 0;
  position: absolute;
}
.bl_header_spMenu_line::before {
  bottom: 8px;
}
.bl_header_spMenu_line::after {
  top: 0;
}

.bl_header_spMenu_btn.is_open .bl_header_spMenu_line {
  background-color: transparent;
}

.bl_header_spMenu_btn.is_open .bl_header_spMenu_line::before {
  bottom: 0;
  transform: rotate(45deg);
}

.bl_header_spMenu_btn.is_open .bl_header_spMenu_line::after {
  top: -8px;
  transform: rotate(-45deg);
}

.bl_header_company {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin: 0 0 0 15px;
  padding-inline-start: 15px;
  border-left: 1px solid #b9b9b8;
}
@media screen and (max-width: 768px) {
  .bl_header_company {
    display: none;
    border-left: none;
  }
}

.bl_header_company:link {
  color: #333;
  text-decoration: none;
}

.bl_header_company .bl_header_company_text {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 20px 0 0;
  padding: 0 12px 0 0;
}

.bl_header_company img {
  width: 100px;
}

.bl_navList {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.bl_navList_item {
  flex-grow: 1;
  flex-shrink: 0;
  font-weight: bold;
  margin: 0 0 0 -1px;
}

.bl_navList .bl_navList_link {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 12px 30px;
  position: relative;
  transition-property: background, color;
}

.bl_navList_item.is_open .bl_navList_link {
  position: relative;
}

.bl_navList_item.is_open .bl_navList_link::after {
  content: "";
  width: 100vw;
  height: 17px;
  background: transparent;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: -17px;
  cursor: default;
}

.bl_navList_link:hover,
.is_open .bl_navList_link,
.is_navCurrent1 .bl_navList_item:nth-of-type(1) .bl_navList_link,
.is_navCurrent2 .bl_navList_item:nth-of-type(2) .bl_navList_link,
.is_navCurrent3 .bl_navList_item:nth-of-type(3) .bl_navList_link,
.is_navCurrent4 .bl_navList_item:nth-of-type(4) .bl_navList_link,
.is_navCurrent5 .bl_navList_item:nth-of-type(5) .bl_navList_link,
.is_navCurrent6 .bl_navList_item:nth-of-type(6) .bl_navList_link,
.is_navCurrent7 .bl_navList_item:nth-of-type(7) .bl_navList_link {
  color: #fff;
  background: #0ba58a;
}

.bl_navList_item:not(:nth-of-type(1)) .bl_navList_link::before {
  content: "";
  width: 1px;
  height: calc(100% - 14px);
  background: #b9b9b8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.bl_navList_under_wrap {
  display: none;
  width: 100%;
  border: 1px solid #92d8cf;
  background: #f1f9f8;
  padding: 20px 40px 30px;
  position: absolute;
  top: 65px;
  left: 0;
}

.bl_navList_under_wrap::before,
.bl_navList_under_wrap::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 13px 6.5px;
  position: absolute;
}

.bl_navList_under_wrap::before {
  border-color: transparent transparent #92d8cf transparent;
  top: -13px;
}

.bl_navList_under_wrap::after {
  border-color: transparent transparent #f1f9f8 transparent;
  top: -10px;
}

.bl_navList_item:nth-of-type(2) .bl_navList_under_wrap::before {
  left: 162px;
}
.bl_navList_item:nth-of-type(2) .bl_navList_under_wrap::after {
  left: 162px;
}

.bl_navList_item:nth-of-type(3) .bl_navList_under_wrap::before {
  left: 302px;
}
.bl_navList_item:nth-of-type(3) .bl_navList_under_wrap::after {
  left: 302px;
}

.bl_navList_under {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin: 0 0 0 -35px;
}

.bl_navList_under_item {
  font-weight: normal;
  margin: 10px 0 0 35px;
}

.bl_navList_under_link {
  padding: 0 0 0 13px;
  position: relative;
}

.bl_navList_under_link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #08aa90;
  border-right: 2px solid #08aa90;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  left: -5px;
}

.bl_spNav {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .bl_spNav {
    display: none !important;
  }
}

.bl_spNav_inner {
  background: #fff;
}

.bl_spNav_item + .bl_spNav_item {
  margin-top: 1px;
}

.bl_spNav_body {
  display: none;
}

.bl_spNav .bl_spNav_title {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 53px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  background: #ddd;
  padding: 13px 35px 13px 5.3%;
  position: relative;
}

.bl_spNav_title::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #08aa90;
  border-right: 2px solid #08aa90;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 21px;
}

.bl_spNav_title.bl_spNav_trigger::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #08aa90;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}

.bl_spNav_title.bl_spNav_trigger::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #08aa90;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 24px;
}

.bl_spNav_item.is_open .bl_spNav_title.bl_spNav_trigger::after {
  display: none;
}

.bl_spNav_under .bl_spNav_under .bl_spNav_under_link,
.bl_spNav_under .bl_spNav_under .bl_spNav_under_trigger {
  background: #fff;
  padding-left: 10.7%;
}

.bl_spNav_under .bl_spNav_under .bl_spNav_under_item {
  border-top: 1px solid #ededed;
}

.bl_spNav_under_label + .bl_spNav_under .bl_spNav_under_link {
  min-height: 43px;
  font-size: 1.5rem;
  background: #fff;
  padding-left: 16%;
}

.bl_spNav_under_label:last-of-type + .bl_spNav_under {
  border-bottom: 1px solid #ededed;
  margin-bottom: -1px;
}

.bl_spNav_under_item + .bl_spNav_under_item {
  margin-top: 1px;
}

.bl_spNav_under .bl_spNav_under_link,
.bl_spNav_under .bl_spNav_under_trigger {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 49px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  background: #f8f8f8;
  padding: 13px 35px 13px 8%;
  position: relative;
}

.bl_spNav_under_link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #08aa90;
  border-right: 2px solid #08aa90;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 21px;
}

.bl_spNav_under_trigger::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #08aa90;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}

.bl_spNav_under_trigger::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #08aa90;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 24px;
}

.bl_spNav_under_body {
  display: none;
}

.bl_spNav_under_item.is_open .bl_spNav_under_trigger::after {
  display: none;
}

.bl_spNav_under_label {
  display: flex;
  align-items: center;
  min-height: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  border-top: 1px solid #ededed;
  padding: 0 0 0 11.2%;
}

.bl_spNav_company {
  text-align: center;
  border-top: 1px solid #fff;
  background: #f8f8f8;
  padding: 30px 0 40px;
  .btn-wrap {
    margin-block-end: 20px;
  }
}

.bl_spNav_company .bl_header_company {
  display: inline-block;
  margin: 0;
}

.bl_spNav_company .bl_header_company_text {
  display: block;
  text-align: center;
  border: none;
  border-bottom: 1px solid #b9b9b8;
  margin: 0 0 20px;
  padding: 0 0 10px;
}

.bl_spNav_company .bl_header_company img {
  width: auto;
  height: 47px;
}

.bl_footer_nav {
  background: #f5f8f8;
  padding: 40px 0 45px;
}
@media screen and (max-width: 768px) {
  .bl_footer_nav {
    display: none;
  }
}

.bl_footer_nav2 {
  padding: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .bl_footer_nav2 {
    padding: 40px 0 45px;
  }
}

.bl_sitemap {
  display: flex;
  font-size: 1.5rem;
}

.bl_sitemap + .bl_sitemap {
  margin-top: 28px;
}

.bl_sitemap .bl_sitemap_item {
  display: flex;
  font-weight: bold;
  margin: 0 24px 0 0;
}

.bl_sitemap_link {
  flex-shrink: 0;
  padding: 0 24px 0 0;
  position: relative;
}

.bl_sitemap_link::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #585858;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.bl_sitemap_under {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  font-size: 1.4rem;
}

.bl_sitemap_under_item {
  font-weight: normal;
  margin: 0 0 0 30px;
}

.bl_sitemap_under_link {
  padding: 0 0 0 13px;
  position: relative;
}

.bl_sitemap_under_link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  left: -5px;
}

.bl_information {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .bl_information {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.2rem;
  }
}

.bl_information_item {
  margin: 0 14px;
}
@media screen and (max-width: 768px) {
  .bl_information_item {
    margin: 0;
  }

  .bl_information_item + .bl_information_item {
    margin-top: 20px;
  }
}

.bl_card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .bl_card {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: -15px;
  }
}

.bl_card.--2column .bl_card_item {
  flex: 0 0 495px;
}
@media screen and (max-width: 768px) {
  .bl_card.--2column .bl_card_item {
    flex: 0 0 auto;
  }
}

.bl_card::before {
  content: "";
  width: 324px;
  order: 1;
}
@media screen and (max-width: 768px) {
  .bl_card::before {
    display: none;
  }
}

.bl_card_item {
  flex: 0 0 324px;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .bl_card_item {
    flex: 0 0 auto;
    margin-top: 15px;
  }
}

.bl_card_body {
  padding: 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .bl_card_body {
    padding: 10px 0 0;
  }
}

.bl_card_link {
  display: block;
  text-decoration: none;
}

.bl_card_title {
  display: inline-block;
  font-size: 2rem;
  color: currentColor;
  text-decoration: underline;
  margin: 0 0 6px;
}
@media screen and (max-width: 768px) {
  .bl_card_title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .bl_card_link:hover .bl_card_title {
    text-decoration: none;
  }
}

@media (hover: none) {
  .bl_card_link:active .bl_card_title {
    text-decoration: none;
  }
}

.bl_card_text {
  color: #333;
}

.bl_cardSingle_img {
  margin: 0 0 20px;
}

.bl_accordion_trigger {
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_accordion_trigger {
    padding-right: 42px;
  }
}

.bl_accordion_btn {
  width: 40px;
  height: 40px;
  background: #08aa90;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bl_accordion_btn {
    width: 30px;
    height: 30px;
    right: 12px;
  }
}

.bl_accordion_btn::before {
  content: "";
  width: calc(100% - 16px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bl_accordion.is_close .bl_accordion_btn::after {
  content: "";
  width: 1px;
  height: calc(100% - 16px);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .bl_newsList_ulList {
  padding: 0 30px;
} */
.bl_newsList_ulList li {
  border-top: 1px dotted #909090;
  padding: 10px 0 20px 0;
}
.bl_newsList_ulList li:first-child {
  padding-top: 0;
  border-top: none;
}
.bl_newsList_ulList li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl_newsList_ulList {
    padding: 0;
  }
}

/* .bl_newsList {
  padding: 10px 30px 0;
}
@media screen and (max-width: 768px) {
  .bl_newsList {
    padding: 10px 0 0;
  }
} */

.bl_newsList_item {
  display: flex;
  border-bottom: 1px dotted #909090;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .bl_newsList_item {
    flex-direction: column;
  }
}

.bl_newsList_item:last-of-type {
  border-bottom: none;
  padding: 0;
}

.bl_newsList_item + .bl_newsList_item {
  margin-top: 20px;
}

.bl_newsList_key {
  flex-shrink: 0;
  padding: 0 15px 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_newsList_key {
    flex-shrink: 0;
    margin-bottom: 10px;
    padding: 0 0 0 45px;
  }
}

@media screen and (max-width: 768px) {
  .bl_newsList_value {
    line-height: 1.7;
    padding-left: 45px;
  }
}

.bl_newsList_label {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  background: #f3982d;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.bl_btn_wrap {
  display: flex;
  flex-direction: column;
}

.bl_btn_wrap.w-40 {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .bl_btn_wrap.w-40 {
    padding: 0;
  }
}
.bl_btn_wrap.--2column {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 10px;
  margin: -10px 0 0;
}
@media screen and (max-width: 768px) {
  .bl_btn_wrap.--2column {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px 0;
    margin: 0;
  }
}

.bl_btn_wrap.--2column .el_btn {
  flex: 0 0 calc((100% - 10px) / 2);
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .bl_btn_wrap.--2column .el_btn {
    flex: 0 0 auto;
    margin-top: 0;
  }
}

.bl_btn_wrap.--3column {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 15px;
  margin: -10px 0 0;
}
@media screen and (max-width: 768px) {
  .bl_btn_wrap.--3column {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px 0;
    margin: 0;
  }
}

.bl_btn_wrap.--3column .el_btn {
  flex: 0 0 calc((100% - 30px) / 3);
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .bl_btn_wrap.--3column .el_btn {
    flex: 0 0 auto;
    margin-top: 0;
  }
}

.bl_btn_wrap.--3column .el_btn.--half_width {
  flex-basis: calc((100% - 15px) / 2);
}
@media screen and (max-width: 768px) {
  .bl_btn_wrap.--3column .el_btn.--half_width {
    flex-basis: auto;
  }
}

.bl_btn_wrap.--supports2column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3px;
}
@media screen and (max-width: 768px) {
  .bl_btn_wrap.--supports2column {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}

.bl_btn_wrap.--supports2column .bl_btn_item {
  display: grid;
  grid-template-rows: 342px 82px 1fr;
  gap: 20px 0;
  margin: 0 99px;
}
@media screen and (max-width: 768px) {
  .bl_btn_wrap.--supports2column .bl_btn_item {
    grid-template-rows: 290px auto auto;
    gap: 15px 0;
    margin: 0;
  }
}

.bl_btn_wrap.--supports2column .bl_btn_img img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .bl_btn_wrap.--supports2column .el_btn {
    min-height: 68px;
  }
}

.bl_btn_wrap.--right {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .bl_btn_wrap.--right {
    justify-content: center;
  }
}

.bl_btn_wrap.--row {
  flex-direction: row;
}

.bl_hero {
  padding: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .bl_hero {
    margin: 0 -4%;
    padding-bottom: 60px;
  }
}

.bl_slider_item {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .bl_slider_item {
    padding: 0 10px;
  }
  .bl_slider_item img {
    width: 250px;
  }
}

.bl_slider_item a {
  display: block;
}

.bl_slider_link {
  display: block;
  width: 780px;
  transition-property: opacity;
}
@media screen and (max-width: 768px) {
  .bl_slider_link {
    width: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .bl_slider_link:hover {
    opacity: 0.75;
  }
}

@media (hover: none) {
  .bl_slider_link:active {
    opacity: 0.75;
  }
}

.bl_slider {
  display: none;
}

.bl_slider.slick-initialized {
  display: block;
}

.bl_slider .slick-prev,
.bl_slider .slick-next {
  width: 30px;
  height: 30px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl_slider .slick-prev,
  .bl_slider .slick-next {
    width: 22px;
    height: 22px;
  }
}
.bl_slider .slick-prev:before,
.bl_slider .slick-next:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: 0 0 no-repeat;
  background-size: contain;
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .bl_slider .slick-prev:hover:before,
  .bl_slider .slick-next:hover:before {
    opacity: 0.75;
  }
}

@media (hover: none) {
  .bl_slider .slick-prev:active:before,
  .bl_slider .slick-next:active:before {
    opacity: 0.75;
  }
}

.bl_slider .slick-prev {
  left: 10%;
}
@media screen and (max-width: 768px) {
  .bl_slider .slick-prev {
    left: 13%;
  }
}
.bl_slider .slick-prev:before {
  background-image: url(/assets/media/images/icon_slider_prev.png);
}

.bl_slider .slick-next {
  right: 10%;
}
@media screen and (max-width: 768px) {
  .bl_slider .slick-next {
    right: 13%;
  }
}
.bl_slider .slick-next:before {
  background-image: url(/assets/media/images/icon_slider_next.png);
}

.bl_slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.bl_slider .slick-dots {
  bottom: -36px;
}
@media screen and (max-width: 768px) {
  .bl_slider .slick-dots {
    bottom: -30px;
  }
}

.bl_slider .slick-dots li button {
  padding: 0;
}

.bl_slider .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #08aa90;
  margin: auto;
  right: 0;
  bottom: 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .bl_slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}

.bl_slider .slick-dots li.slick-active button:before {
  background: #08aa90;
}

.bl_breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .bl_breadcrumb {
    display: none;
  }
}

.bl_breadcrumb_item {
  position: relative;
}

.bl_breadcrumb_item:not(:first-child) {
  margin: 0 0 0 5px;
  padding: 0 0 0 15px;
}

.bl_breadcrumb_item:not(:first-child)::before {
  content: "＞";
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.bl_contents_section:not(:nth-of-type(1)) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .bl_contents_section:not(:nth-of-type(1)) {
    margin-top: 25px;
  }
}

.bl_contents_section.--popular {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .bl_contents_section.--popular {
    display: none;
  }
}

.bl_contents_section + .bl_contents_section {
  margin-top: 60px;
}

.bl_contents_subSection:not(:nth-of-type(1)),
.bl_contents_subSection + .bl_contents_subSection {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .bl_contents_subSection:not(:nth-of-type(1)),
  .bl_contents_subSection + .bl_contents_subSection {
    margin-top: 36px;
  }
}

.bl_contents_subSection_inner_wrap {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .bl_contents_subSection_inner_wrap {
    flex-direction: column;
  }
}

.bl_contents_subSection_inner_wrap + .el_text_aux {
  margin-top: 15px;
}

.bl_contents_subSection_inner_wrap .bl_contents_subSection_inner {
  width: calc((100% - 40px) / 2);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .bl_contents_subSection_inner_wrap .bl_contents_subSection_inner {
    width: auto;
  }

  .bl_contents_subSection_inner_wrap
    .bl_contents_subSection_inner
    + .bl_contents_subSection_inner {
    margin-top: 20px;
  }
}

.bl_contents_subSection_inner {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .bl_contents_subSection_inner {
    margin-top: 20px;
  }
}

.bl_drug_section + .bl_drug_section {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .bl_drug_section + .bl_drug_section {
    margin-top: 20px;
  }
}

.bl_drug_section_inner + .bl_drug_section_inner {
  margin-top: 30px;
}

.bl_drug_text_aux_wrap {
  margin-top: 24px;
}

.bl_drug_text_aux {
  font-size: 12px;
  text-align: right;
}

.bl_title_wrap {
  margin: 0 0 35px;
}

.bl_title_wrap.--under {
  margin: 0 0 20px;
}

.bl_figure {
  margin: 15px 0 0;
}
.bl_figure img {
  display: block;
  margin: 0 auto;
}

.bl_figure:not(:last-of-type) {
  margin-bottom: 15px;
}

.bl_figure_caption {
  font-size: 1.2rem;
  line-height: 1.67;
  margin: 15px 0 0;
}

.bl_figure_caption.--indent1 > span {
  display: block;
  text-indent: -0.8em;
  padding-left: 0.8em;
}

.bl_figure_caption.--indent2 > span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.bl_figure_caption.--indent3 > span {
  display: block;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.bl_figure_caption.--indent4 > span {
  display: block;
  text-indent: -2.2em;
  padding-left: 2.2em;
}

.bl_figure_caption.--size_m {
  font-size: 1.6rem;
}

.bl_figure_caption_text_right {
  display: block;
  text-align: right;
}

.bl_figure_caption_flex {
  display: flex;
}

.bl_figure_caption_flex_item:nth-of-type(1) {
  flex-shrink: 0;
}

.bl_list + .el_title_lv4 {
  margin-top: 20px;
}

.bl_list_item {
  line-height: 1.625;
}

.bl_list.--round_green .bl_list_item {
  padding-left: 16px;
  position: relative;
}

.bl_list.--round_green .bl_list_item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00ac97;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.bl_list.--round_size_l .bl_list_item {
  padding-left: 30px;
}

.bl_list.--round_size_l .bl_list_item::before {
  width: 16px;
  height: 16px;
  top: 0.25em;
}

.bl_list.--font_bold {
  font-weight: bold;
}

.bl_list.--color_green {
  color: #00ac97;
}

.bl_list.--offset {
  padding-left: 1.5em;
}

.bl_result_list {
  font-size: 1.4rem;
  border: 1px solid #d3d3d1;
  margin: 30px 0 0;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  .bl_result_list {
    font-size: 1.3rem;
    margin-top: 20px;
    padding: 15px;
  }
}

.bl_result_list.--border_dash {
  border-style: dashed;
  border-color: #c4c4c0;
}

.bl_result_list + .el_text {
  margin-top: 15px;
}

.bl_result_list_key {
  font-weight: bold;
}

.bl_result_list_key .bl_result_list_key_aux {
  font-weight: normal;
}

.bl_result_list_value {
  line-height: 1.7;
}

.bl_result_list_value .--indent1 {
  display: block;
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.bl_result_list_serial_item {
  display: flex;
}

.bl_result_list_serial_item + .bl_result_list_serial_item {
  margin-top: 5px;
}

.bl_result_list_serial_num {
  flex: 0 0 60px;
  font-weight: bold;
  padding: 0 10px 0 0;
}

.bl_result_list_serial_num.--size_auto {
  flex: 0 0 auto;
}

.bl_result_list.--unique {
  font-size: 1.6rem;
  border: 1px solid #08aa90;
  background: #fff9e9;
}

.bl_result_list + .bl_figure {
  margin-top: 30px;
}

.bl_result_list.--size_m {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .bl_result_list.--size_m {
    font-size: 1.4rem;
  }
}

.bl_result_list.--border_none {
  border: none;
  padding: 0;
}

.bl_result_list.--border_red {
  border-color: #db5959;
}

.bl_drug_section .bl_result_list:not(.--border_red) {
  margin-top: 0;
}

.bl_result_list.--flex .bl_result_list_item {
  display: flex;
}

.bl_drug_section
  .bl_result_list:not(.--border_red)
  .bl_result_list_item
  + .bl_result_list_item {
  margin-top: 20px;
}

.bl_result_list.--flex .bl_result_list_key {
  flex-shrink: 0;
  min-width: 44px;
  line-height: 1.7;
  margin-right: 5px;
}

.bl_result_list.--flex + .bl_figure {
  margin-top: 15px;
}

.bl_result_list_text {
  display: block;
}

.bl_table {
  line-height: 1.625;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #08aa90;
}

.bl_table + .el_aux {
  margin-top: 15px;
}

.bl_table th {
  width: 158px;
  background: #c1e5dd;
  border: 1px solid #08aa90;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .bl_table th {
    width: 30%;
  }
}

.bl_table td {
  border: 1px solid #08aa90;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .bl_table td {
    padding: 10px 15px;
  }
}

.bl_table_inner:not(:nth-of-type(1)) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .bl_table_inner:not(:nth-of-type(1)) {
    margin-top: 15px;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .bl_table_inner {
    padding-top: 5px;
  }
}

.bl_table_title {
  display: block;
  font-weight: bold;
}

.bl_table_aux {
  display: block;
}

.bl_table_aux.--indent1 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.bl_sideMenu_list {
  border: 1px solid #dddddb;
}

.bl_sideMenu_item + .bl_sideMenu_item {
  border-top: 1px solid #dddddb;
}

.bl_sideMenu_under_body {
  display: none;
}

.bl_sideMenu .bl_sideMenu_link,
.bl_sideMenu_under_trigger {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #222;
  text-align: left;
  background: #f8f8f8;
  padding: 18px 28px 18px 20px;
  text-decoration: none;
  position: relative;
  transition-property: background, color;
}

.bl_sideMenu .bl_sideMenu_link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #08aa90;
  border-right: 2px solid #08aa90;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 20px;
}

.bl_sideMenu .bl_sideMenu_link:hover,
.bl_sideMenu .bl_sideMenu_link.is_active,
.bl_sideMenu .bl_sideMenu_under_trigger:hover,
.bl_sideMenu .bl_sideMenu_under_trigger.is_active {
  color: #fff;
  background: #00ac97;
}

.bl_sideMenu .bl_sideMenu_link:hover::before,
.bl_sideMenu .bl_sideMenu_link.is_active::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.bl_sideMenu_under_trigger::before,
.bl_sideMenu_under_trigger::after {
  content: "";
  background: #00ac97;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

.bl_sideMenu_under_trigger::before {
  width: 12px;
  height: 2px;
  right: 15px;
}

.bl_sideMenu_under_trigger::after {
  width: 2px;
  height: 12px;
  right: 20px;
}

.bl_sideMenu_under_trigger:hover::before,
.bl_sideMenu_under_trigger.is_active::before,
.bl_sideMenu_under_trigger:hover::after,
.bl_sideMenu_under_trigger.is_active::after {
  background: #fff;
}

.bl_sideMenu_item.is_open .bl_sideMenu_under_trigger::after {
  display: none;
}

.bl_sideMenu .bl_sideMenu_under_item {
  border-top: 1px solid #ededed;
}

.bl_sideMenu_under_label {
  display: flex;
  align-items: center;
  min-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
  border-top: 1px solid #ededed;
  padding: 13px 15px;
}

.bl_sideMenu_under .bl_sideMenu_under_link {
  display: block;
  font-size: 1.3rem;
  color: #333;
  text-decoration: none;
  background: #fff;
  padding: 13px 35px 13px 3em;
  position: relative;
  transition-property: background, color;
}

.bl_sideMenu_under_link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #08aa90;
  border-right: 2px solid #08aa90;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 20px;
}

.bl_sideMenu_under .bl_sideMenu_under_link:hover,
.bl_sideMenu_under .bl_sideMenu_under_link.is_active {
  color: #00ac97;
  background: #e6f4f2;
}

.bl_faq {
  padding: 5px 0 0;
}

.bl_faq_item + .bl_faq_item {
  border-top: 1px dashed #979291;
  margin: 40px 0 0;
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .bl_faq_item + .bl_faq_item {
    margin-top: 25px;
    padding-top: 25px;
  }
}

.bl_faq_key {
  font-size: 1.8rem;
  font-weight: bold;
  color: #08aa90;
  padding: 8px 60px 8px 56px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .bl_faq_key {
    font-size: 1.6rem;
    padding-left: 46px;
  }
}

.bl_faq_key::before,
.bl_faq_value_inner::before {
  content: "";
  width: 44px;
  height: 44px;
  background: 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .bl_faq_key::before,
  .bl_faq_value_inner::before {
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
  }
}

.bl_faq_value_inner::before {
  flex-shrink: 0;
  margin-right: 12px;
  position: static;
}

.bl_faq_key::before {
  background-image: url(/assets/media/images/icon_q.png);
}

.bl_faq_key_btn {
  width: 40px;
  height: 40px;
  background: #08aa90;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bl_faq_key_btn {
    width: 30px;
    height: 30px;
    top: 3px;
    transform: translateY(0);
  }
}

.bl_faq_key_btn::before {
  content: "";
  width: calc(100% - 16px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bl_faq_key_btn::after {
  content: "";
  width: 1px;
  height: calc(100% - 16px);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bl_faq_item.is_open .bl_faq_key_btn::after {
  display: none;
}

.bl_faq_value {
  display: none;
  padding: 20px 0 0 0;
  position: relative;
}

.bl_faq_value_inner {
  display: flex;
}
.bl_faq_value_inner::before {
  background-image: url(/assets/media/images/icon_a.png);
}

.bl_faq_value_item {
  padding-top: 10px;
}

.bl_faq_text {
  display: block;
  line-height: calc(26 / 16);
}
.bl_faq_text.--flex {
  display: flex;
}
.bl_faq_text.--flex .bl_faq_text_key {
  flex-shrink: 0;
}
.bl_faq_text.--note {
  border: 1px solid #08aa90;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .bl_faq_text.--note {
    padding: 15px;
  }
}
.bl_faq_text.--note .--indent {
  display: block;
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.bl_faq_text + .bl_faq_text {
  margin-top: 15px;
}

.bl_faq_text .bl_faq_img {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .bl_faq_text_value a {
    display: inline;
  }
}

.bl_faq_note_title {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.bl_faq_img {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .bl_faq_img {
    /* margin: 25px 0 0 -46px; */
    margin-top: 25px;
  }

  .bl_faq_img img {
    width: auto;
  }
}

.bl_faq_img figcaption {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.bl_faq_img + .bl_faq_text {
  margin-top: 25px;
}

.bl_media {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e7e5ef;
  padding: 35px 40px;
}
@media screen and (max-width: 768px) {
  .bl_media {
    flex-direction: column;
    padding: 25px 20px;
  }
}

.bl_media + .bl_media {
  margin-top: 30px;
}

.bl_media_item:nth-of-type(1) {
  flex: 0 0 264px;
}
@media screen and (max-width: 768px) {
  .bl_media_item:nth-of-type(1) {
    flex: 0 0 auto;
    width: 68%;
    margin: 0 auto 25px;
  }
}

.bl_media_item:nth-of-type(2) {
  flex: 0 0 635px;
}
@media screen and (max-width: 768px) {
  .bl_media_item:nth-of-type(2) {
    flex: 0 0 auto;
  }
}

.bl_media_title {
  font-size: 2rem;
  color: #08aa90;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .bl_media_title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.bl_media_text {
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .bl_media_text {
    line-height: 1.7;
  }
}

.bl_media_text + .bl_btn_wrap {
  margin-top: 45px;
}

.bl_media_aux {
  font-size: 1.4rem;
  color: #08aa90;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .bl_media_aux {
    font-size: 1.3rem;
    line-height: 1.53;
  }
}

.bl_media_aux_name {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .bl_media_aux_name {
    font-size: 1.3rem;
  }
}

.bl_media_body {
  border-top: 4px solid #08aa90;
  margin: 20px 0 0;
  padding: 23px 0 0;
  position: relative;
}

.bl_media_body::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #fbc522;
  position: absolute;
  top: 0;
  left: 0;
}

.bl_media_info_item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bl_media_info_item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.bl_media_info_item + .bl_media_info_item {
  margin-top: 20px;
}

.bl_media_info_key {
  flex: 0 0 68px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #08aa90;
  margin: 0 10px 0 0;
  padding: 6px;
}

@media screen and (max-width: 768px) {
  .bl_media_info_key {
    flex: 0 0 auto;
    width: 70px;
    font-size: 1.3rem;
    margin: 0 0 10px;
  }
}

.bl_media_imgWrap {
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .bl_media_imgWrap img {
    display: block;
    margin: 0 auto;
  }
}

.bl_media + .bl_btn_wrap {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .bl_media + .bl_btn_wrap {
    margin-top: 30px;
  }
}

.bl_media2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bl_media2 {
    flex-direction: column;
  }
}

.bl_media2 + .bl_media2 {
  border-top: 1px solid #e7e5ef;
  margin-top: 40px;
  padding-top: 40px;
}
.bl_media2_item {
  position: relative;
}

.bl_media2_item.--new::before {
  content: "NEW";
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #f3982d;
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
}

.bl_media2_item a[target]::after {
  display: none;
}

.bl_media2_item:nth-of-type(2) {
  width: 49%;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .bl_media2_item:nth-of-type(2) {
    width: auto;
    margin-top: 15px;
    margin-left: 0;
  }
}

.bl_media2_body {
  font-size: 1.4rem;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .bl_media2_body {
    font-size: 1.3rem;
    line-height: 1.538;
  }
}

.bl_media2_body + .bl_btn_wrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .bl_media2_body + .bl_btn_wrap {
    margin-top: 30px;
  }
}

.bl_media2_title {
  color: #08aa90;
  margin: 0 0 5px;
}

.bl_media2_text {
  margin: 0 0 5px;
}

.bl_media2_text.--adjustment {
  margin-top: 10px;
}

.bl_media2_text.--flex {
  display: flex;
}

.bl_media2_text_key {
  flex-shrink: 0;
}

.bl_num_section {
  margin: 40px 0 0;
  padding: 0 0 0 45px;
  counter-increment: num;
  position: relative;
}

.bl_num_section::before {
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 50%;
  border: 3px solid #febf3c;
  background: #08aa90;
  position: absolute;
  top: -3px;
  left: 0;
}

.bl_linkList {
  margin: 10px 0 0;
}

.bl_linkList_item + .bl_linkList_item {
  margin-top: 10px;
}

.bl_drugInformation {
  margin: 40px 0 0;
}

.bl_drugInformation_title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00ac97;
  margin: 0 0 15px;
}

.bl_manufacturer {
  line-height: 1.6;
  border: 1px solid #e5e5e3;
  background: #f8fafc;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .bl_manufacturer {
    padding: 15px;
  }
}

.bl_address {
  font-style: normal;
  margin: 30px 0 0;
}

.bl_address_title {
  font-weight: bold;
  color: #fff;
  background: #08aa90;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .bl_address_title {
    padding: 15px;
  }
}

.bl_address_body {
  line-height: 1.75;
  border: 1px solid #d3d3d1;
  border-top: none;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .bl_address_body {
    padding: 15px;
  }
}

.bl_footerAddress {
  font-style: normal;
  border-top: 1px dashed #a5a1a0;
  margin: 40px 0 0;
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .bl_footerAddress {
    border-top: none;
    margin-top: 25px;
    padding: 0 4%;
  }
}

.bl_footerAddress_title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bl_footerAddress_title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.bl_footerAddress_text {
  font-size: 1.4rem;
  line-height: calc(22 / 14);
}
@media screen and (max-width: 768px) {
  .bl_footerAddress_text {
    font-size: 1.5rem;
    line-height: calc(44 / 30);
  }
}

.bl_banner {
  display: flex;
  min-height: 110px;
  border: 1px solid #e7e7e4;
  margin: 0 0 20px;
  padding: 0 40px 0 0;
  position: relative;
  transition-property: all;
}
@media screen and (max-width: 768px) {
  .bl_banner {
    min-height: 90px;
    padding-right: 25px;
  }
}
.bl_banner:link {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .bl_banner:hover {
    opacity: 0.75;
  }
}
.bl_banner::before {
  content: "";
  width: 40px;
  height: calc(100% + 2px);
  background: #08aa90;
  position: absolute;
  top: -1px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .bl_banner::before {
    width: 25px;
  }
}

.bl_banner::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 22px;
}
@media screen and (max-width: 768px) {
  .bl_banner::after {
    right: 13px;
  }
}

.bl_banner_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((280 / 690) * 100%);
}
.bl_banner_item:nth-of-type(2) {
  flex-grow: 1;
  width: calc((410 / 690) * 100%);
  padding: 15px;
}

.bl_banner_img {
  height: 100%;
  margin: -1px 0 -1px -1px;
  object-fit: cover;
}

.bl_banner .bl_banner_text {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  .bl_banner .bl_banner_text {
    font-size: 1.5rem;
  }
}

.bl_anchorList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .bl_anchorList {
    margin-bottom: 40px;
  }
}

.bl_anchorList .bl_anchorList_item {
  width: calc((100% - 90px) / 4);
  font-size: 1.8rem;
  font-weight: bold;
  color: #004d43;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #0ba58a;
  margin: 14px 0 0;
  padding: 14px 20px 14px 0;
  position: relative;
  transition-property: opacity;
}
@media screen and (max-width: 768px) {
  .bl_anchorList .bl_anchorList_item {
    width: calc((100% - 25px) / 2);
    font-size: 1.5rem;
    margin-top: 18px;
    padding: 10px 16px 10px 0;
    transition-property: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .bl_anchorList .bl_anchorList_item:hover {
    opacity: 0.75;
  }
}

.bl_anchorList .bl_anchorList_item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 2;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bl_anchorList .bl_anchorList_item::before {
    right: 4px;
  }
}
.bl_anchorList .bl_anchorList_item::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #f5ae48;
  background: #08aa90;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bl_anchorList .bl_anchorList_item::after {
    width: 16px;
    height: 16px;
  }
}

/* ヘルパー (prefix: hp_ )
----------------------------------------------------------------- */

@media screen and (max-width: 768px) {
  .hp_pcOnly {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hp_spOnly {
    display: none;
  }
}

/* ユニーク (prefix: un_ )
----------------------------------------------------------------- */
