@charset "UTF-8";
.pc_show {
  display: block;
}
@media only screen and (max-width:768px) {
  .pc_show {
    display: none;
  }
}

.sp_show {
  display: none;
}
@media only screen and (max-width:768px) {
  .sp_show {
    display: block;
  }
}

.contents-board {
  position: relative;
  padding-bottom: 8.75rem;
}
.contents-board__imgBottom {
  position: absolute;
  bottom: -4.75rem;
  right: 3.75rem;
}
@media only screen and (max-width:768px) {
  .contents-board {
    padding-bottom: 5.375rem;
  }
  .contents-board__imgBottom {
    width: 156px;
    right: 20px;
  }
}

.article-header {
  margin-top: -40px;
}
.article-header__inner {
  margin: 0 0.625rem;
  margin-inline: auto;
  position: relative;
  background-color: #B0DCC3;
  z-index: 1;
  min-height: 127px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-header__title {
  text-align: center;
  position: relative;
  z-index: 99;
  font-size: 2.25rem;
}
.article-header-title__bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  z-index: 10;
  padding: 0 10px;
}
@media only screen and (min-width:769px) {
  .article-header-title__bg {
    width: 100%;
    max-width: 70.1875rem;
  }
}
.article-header__bg {
  margin-inline: auto;
  display: block;
  width: 100%;
}
@media only screen and (max-width:768px) {
  .article-header {
    margin-top: 0;
  }
  .article-header__inner {
    min-height: 60px;
    padding-bottom: 0.625rem;
  }
  .article-header__title {
    font-size: 1.375rem;
  }
}

.page-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 0 1.25rem;
  margin-bottom: 3.125rem;
}
.page-list__item {
  list-style: none;
  min-height: 54px;
}
.page-list__item a {
  background-color: #D4D4D4;
  border-radius: 100vh;
  border: 2px solid #000000;
  text-decoration: none;
  color: #000000;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  padding: 0.2em 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.page-list__item a:hover, .page-list__item a.active {
  background-color: #165E41;
  color: #ffffff;
}
.page-list__item a.active {
  pointer-events: none;
}
@media only screen and (min-width:769px) {
  .page-list__item_wide {
    padding: 0.3em 0.8em !important;
    border-radius: 1.5625rem !important;
  }
}
@media only screen and (max-width:768px) {
  .page-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 0.3125rem;
    gap: 12px 5px;
    margin-bottom: 1.875rem;
  }
  .page-list__item {
    min-height: auto;
  }
  .page-list__item a {
    font-size: 0.8125rem;
    padding: 0.463em 0.308em 0.308em;
    border: 1px solid #000000;
  }
}

.heading-h2 {
  text-align: center;
  padding: 0.25em 1rem;
  margin: 3.125rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(245, 208, 47, 0.5)));
  background: -webkit-linear-gradient(left, #FFFFFF 0%, rgba(245, 208, 47, 0.5) 100%);
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(245, 208, 47, 0.5) 100%);
  font-size: 2.125rem;
  color: #165E41;
}

.heading-h3 {
  color: #279275;
  font-size: 1.875rem;
  border-bottom: 2.5px dashed #7CB552;
  padding-bottom: 0.2em;
  margin: 5.625rem 0 2.5rem;
}
.heading-h3 + .heading-h4 {
  margin-top: 0;
}
.heading-h3_top {
  margin-top: 2.5rem;
}

.heading-h4 {
  color: #A26553;
  font-size: 1.5625rem;
  position: relative;
  padding-left: 1.1em;
  margin-top: 2.5rem;
  margin-bottom: 0.625rem;
}
.heading-h4::before {
  position: absolute;
  content: "■";
  color: #F5D02F;
  left: 0;
  top: 0.2em;
  font-size: 0.8em;
}

.heading-h5 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

.scroll-target {
  scroll-margin-top: -6.25rem;
}

.contents__inner p {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.96px;
}

@media only screen and (max-width:768px) {
  .heading-h2 {
    font-size: 1.25rem;
    margin: 1.875rem 0 2.5rem;
  }
  .heading-h3 {
    font-size: 1.1875rem;
    margin: 2.5rem 0 1.875rem;
  }
  .heading-h3_top {
    font-size: 1.1875rem;
    margin: 1.875rem 0;
  }
  .heading-h4 {
    font-size: 1.0625rem;
    margin-bottom: 0.625rem;
    margin-top: 1.875rem;
  }
  .heading-h5 {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
  }
  .contents__inner p {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
  .scroll-target {
    scroll-margin-top: -3.125rem;
  }
}
.text-lg-link {
  margin-top: 0.5em;
}
.text-lg-link::after {
  content: url(/boukougan/assets/images/common/icon_link.svg);
  margin-left: 5px;
}
.text-lg-link a {
  color: #2B6FE5;
  font-weight: 700;
  text-decoration: underline;
}
.text-lg-link a:hover {
  text-decoration: none;
}

.figure {
  margin: 2.5rem 0;
}
@media only screen and (max-width:768px) {
  .figure {
    margin: 1.875rem 0;
  }
}
.figure__caption {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
}
@media only screen and (max-width:768px) {
  .figure__caption {
    font-size: 0.875rem;
  }
}
.figure__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width:768px) {
  .figure__img {
    gap: 30px 0;
  }
}
.figure__img__two-img {
  width: calc((100% - 34px) / 2);
}
@media only screen and (max-width:768px) {
  .figure__img__two-img {
    width: 100%;
  }
}
@media only screen and (min-width:769px) {
  .figure__img__two-img:last-child {
    margin-left: 2.125rem;
  }
}
@media only screen and (max-width:768px) {
  .figure__img__two-img img {
    margin: 0 auto;
  }
}
@media only screen and (min-width:769px) {
  .figure_second {
    margin: auto auto 0;
    width: 85%;
  }
}
@media only screen and (min-width:769px) {
  .figure_margin {
    margin: auto 0;
  }
}

.annotation-order-list {
  list-style: none;
  counter-reset: number;
  padding-left: 0;
  text-align: right;
  font-size: 0.75rem;
  margin: 0.625rem 0;
}
@media only screen and (max-width:768px) {
  .annotation-order-list {
    font-size: 0.625rem;
  }
}
.annotation-order-list__item {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: normal;
}
.annotation-order-list__item::before {
  counter-increment: number;
  content: "" counter(number) "）";
}
.annotation-order-list_left {
  text-align: left;
}

.annotation-order-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1.25rem 0;
}
@media only screen and (max-width:768px) {
  .annotation-order-note {
    padding: 0.875rem 0.5rem 0;
  }
}
.annotation-order-note dt, .annotation-order-note dd {
  font-size: 0.875rem;
}
@media only screen and (max-width:768px) {
  .annotation-order-note dt, .annotation-order-note dd {
    font-size: 0.625rem;
  }
}
.annotation-order-note dt {
  position: relative;
  padding-right: 0.875rem;
}
@media only screen and (max-width:768px) {
  .annotation-order-note dt {
    padding-right: 0.625rem;
  }
}
.annotation-order-note dt::after {
  content: ":";
  position: absolute;
  top: -2px;
  right: 7px;
  font-size: 0.875rem;
}
@media only screen and (max-width:768px) {
  .annotation-order-note dt::after {
    top: -1px;
    right: 5px;
    font-size: 0.625rem;
  }
}
.annotation-order-note_dotnone dt {
  padding-right: 0.125rem;
}
.annotation-order-note_dotnone dt::after {
  display: none;
}

.asterisk-order-list {
  list-style: none;
  counter-reset: number;
  padding-left: 0;
  font-size: 0.75rem;
  margin: 0.625rem 0;
}
@media only screen and (max-width:768px) {
  .asterisk-order-list {
    font-size: 0.625rem;
  }
}
.asterisk-order-list__item {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: normal;
}
.asterisk-order-list__item::before {
  counter-increment: number;
  content: "※" counter(number) "：";
}

.sp-scroll-nav {
  display: none;
}

.sp-scroll-container__inner > figure {
  margin-top: 0;
}

@media only screen and (max-width:768px) {
  .sp-scroll-container {
    margin: 1.875rem 0;
    position: relative;
  }
  .sp-scroll-container__inner {
    position: relative;
    overflow-x: scroll;
  }
  .sp-scroll-container__inner > figure, .sp-scroll-container__inner > div, .sp-scroll-container__inner > table {
    max-width: 100%;
    min-width: 200vw;
    margin: 0;
  }
  .sp-scroll-container__inner.show::before {
    content: "横にスライドするとご覧いただけます";
    color: #FFFFFF;
    text-align: center;
    font-size: 0.8125rem;
    padding: 90px 1em 1em;
    background: rgba(37, 37, 37, 0.6);
    width: 90%;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9;
  }
  .sp-scroll-container__inner.show::after {
    content: url("/boukougan/assets/images/common/icon_scroll.svg");
    display: block;
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
  }
  .sp-scroll-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    font-size: 0.75rem;
    color: #279275;
    font-weight: 700;
    list-style: none;
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.75rem;
  }
  .sp-scroll-nav__item {
    opacity: 0.4;
  }
  .sp-scroll-nav__item:first-child::before {
    content: "";
  }
  .sp-scroll-nav__item.active {
    opacity: 1;
  }
}
.scroll-hint {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.3125rem 0.625rem;
  border-radius: 5px;
  display: none; /* デフォルトでは非表示 */
  z-index: 1000;
}

.layout {
  display: grid;
  margin-top: 2.5rem;
}
@media only screen and (max-width:768px) {
  .layout {
    margin-top: 1.75rem;
  }
}
.layout__top {
  display: grid;
  margin-top: 1.25rem;
}
.layout__item > .heading-h4 {
  margin-top: 0;
}
.layout__item_3 {
  margin-top: auto;
}
.layout__item_3 .item-list {
  position: relative;
}
.layout__item_3 .item-list:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 26px;
  background-color: #7CB552;
  -webkit-clip-path: polygon(23px 50%, 0% 0%, 0% 26px);
          clip-path: polygon(23px 50%, 0% 0%, 0% 26px);
}
@media only screen and (max-width:768px) {
  .layout__item_3 .item-list:nth-child(1)::before {
    width: 26px;
    height: 23px;
    -webkit-clip-path: polygon(50% 23px, 0% 0%, 26px 0%);
            clip-path: polygon(50% 23px, 0% 0%, 26px 0%);
    top: -33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.layout__item_3 .item-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 10.5625rem;
  padding: 1.125rem 0 1.1875rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:768px) {
  .layout__item_3 .item-list__item {
    padding-left: 0.875rem;
    height: auto;
  }
}
.layout__item_3 .item-list__item ul {
  grid-template-columns: 1fr;
}
.layout__item_line {
  border-left: 8px solid #B0DCC3;
}
@media only screen and (max-width:768px) {
  .layout__item_line {
    border-left: 6px solid #B0DCC3;
  }
}
.layout__item_line .heading-h5 {
  padding-left: 1.25rem;
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media only screen and (max-width:768px) {
  .layout__item_line .heading-h5 {
    padding-left: 0.625rem;
    font-size: 0.9375rem;
  }
}
.layout__item_line p {
  padding-left: 1.25rem;
  line-height: 1.8;
}
@media only screen and (max-width:768px) {
  .layout__item_line p {
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width:768px) {
  .layout__item .item-order {
    padding-top: 0.9375rem;
  }
}
.layout__item .item-order__number p {
  font-size: 1.5625rem;
  line-height: 1;
}
.layout__item .item-order__number .figure {
  margin-top: 0;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width:768px) {
  .layout__item .item-order__number .figure {
    margin-bottom: 0;
  }
}
.layout__item .item-order__inner {
  font-size: 1rem;
  line-height: 1.75;
}
@media only screen and (max-width:768px) {
  .layout__item .item-order__inner {
    font-size: 0.9375rem;
    line-height: 1.66;
    padding-top: 1.5rem;
  }
}
.layout__item .item-order__inner ul {
  padding-top: 1.25rem;
}
@media only screen and (max-width:768px) {
  .layout__item .item-order__inner ul {
    padding-top: 0.625rem;
  }
}
.layout__item .item-order__inner ul li {
  position: relative;
  font-size: 0.875rem;
  padding-left: 0.875rem;
}
@media only screen and (max-width:768px) {
  .layout__item .item-order__inner ul li {
    font-size: 0.625rem;
    padding-left: 0.625rem;
  }
}
.layout__item .item-order__inner ul li::after {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
  font-size: 0.875rem;
}
@media only screen and (max-width:768px) {
  .layout__item .item-order__inner ul li::after {
    font-size: 0.625rem;
  }
}
.layout__item .sp_title {
  display: none;
}
@media only screen and (max-width:768px) {
  .layout__item .sp_title {
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    color: #C98514;
  }
}
@media only screen and (max-width:768px) {
  .layout__item .sp_title_green {
    color: #72D1A2;
  }
}
.layout-col2 {
  grid-template-columns: 1fr 1fr;
}
.layout-col2-07 {
  grid-template-columns: 0.7fr 1fr;
}
.layout-col2-1 {
  grid-template-columns: 1.3fr 1fr;
}
.layout-col2-2 {
  grid-template-columns: 3fr 1fr;
}
.layout-col2-3 {
  grid-template-columns: 2fr 1fr;
}
.layout-col2-1-2 {
  grid-template-columns: 1fr 1.2fr;
}
@media only screen and (max-width:768px) {
  .layout-col2 {
    grid-template-columns: 1fr;
  }
  .layout-col2-1 {
    grid-template-columns: 1fr;
  }
  .layout-col2-2 {
    grid-template-columns: 1fr;
  }
  .layout-col2-3 {
    grid-template-columns: 1fr;
  }
  .layout-col2-1-2 {
    grid-template-columns: 1fr;
  }
}
.layout-col3 {
  grid-template-columns: 1.1fr 0.9fr 1fr;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.layout-col3-1 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width:768px) {
  .layout-col3 {
    grid-template-columns: 1fr;
  }
  .layout-col3-1 {
    grid-template-columns: 1fr;
  }
}
.layout--gap16 {
  gap: 16px;
}
.layout--gap20 {
  gap: 20px;
}
.layout--gap32 {
  gap: 32px;
}
.layout--gap40 {
  gap: 40px;
}
.layout--gap45 {
  gap: 0 45px;
}
.layout--gap66 {
  gap: 20px 66px;
}

@media only screen and (min-width:769px) {
  .only-about_bladder-cancer {
    grid-template-rows: auto auto;
  }
}
@media only screen and (min-width:769px) {
  .only-about_bladder-cancer_item1 {
    grid-column: 1;
    grid-row: 1;
  }
}
@media only screen and (min-width:769px) {
  .only-about_bladder-cancer_item2, .only-about_bladder-cancer_item4 {
    position: relative;
  }
}
@media only screen and (min-width:769px) {
  .only-about_bladder-cancer_item2 .figure_second, .only-about_bladder-cancer_item4 .figure_second {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (min-width:769px) {
  .only-about_bladder-cancer_item2 .figure_second {
    top: 1.875rem;
  }
}
@media only screen and (min-width:769px) {
  .only-about_bladder-cancer_item2-1 {
    grid-column: 2;
    grid-row: 1/span 2;
  }
}
@media only screen and (min-width:769px) {
  .only-about_bladder-cancer_item3 {
    grid-column: 1;
    grid-row: 2;
  }
}
@media only screen and (min-width:769px) {
  .only-about_bladder-cancer_item4 .figure_second {
    top: 5.375rem;
  }
}

.item-list__title {
  background-color: #7CB552;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.3125rem;
  padding: 0.2em 1em;
}
@media only screen and (max-width:768px) {
  .item-list__title {
    font-size: 1.125rem;
  }
}
.item-list__item {
  background-color: #E6F4DC;
  padding: 1.25rem 2.5rem;
  position: relative;
}
.item-list__item ul {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0.8125rem;
  padding: 0;
}
@media only screen and (max-width:768px) {
  .item-list__item ul {
    gap: 0.625rem;
  }
}
.item-list__item ul li {
  position: relative;
  padding-left: 1.2em;
  list-style: none;
  font-size: 1.1875rem;
  line-height: 1.05;
}
@media only screen and (max-width:768px) {
  .item-list__item ul li {
    font-size: 1rem;
    padding-left: 1rem;
  }
}
.item-list__item ul li::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #EEA01F;
  border-radius: 50%;
}
.item-list__item p {
  position: absolute;
  bottom: 1.25rem;
  font-size: 1.1875rem;
  line-height: 1.05;
  right: 40px;
}
@media only screen and (max-width:768px) {
  .item-list__item p {
    font-size: 1rem;
    right: 20px;
  }
}
@media only screen and (max-width:768px) {
  .item-list__item {
    padding: 1.25rem;
    font-size: 1rem;
  }
  .item-list__item ul {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  .item-list__item ul li::before {
    top: 0.2em;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.term {
  font-size: 1rem;
  background-color: #FFFCED;
  border: 1.5px solid #F5D02F;
  border-radius: 10px;
  padding: 1rem 2.5rem;
  margin: 1.25rem 0;
}
.term__name {
  font-weight: 700;
}
@media only screen and (max-width:768px) {
  .term {
    font-size: 0.875rem;
    padding: 0.875rem 0.625rem;
  }
}

.term-list {
  position: relative;
  padding-left: 1.5em;
}
.term-list .term-list__name:first-child {
  margin-top: 0;
}
.term-list__name {
  font-size: 1.375rem;
  font-weight: 700;
  color: #A26553;
  margin-top: 0.75rem;
  position: relative;
}
.term-list__name::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -1em;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #A26553;
  border-radius: 50%;
}
.term-list__text {
  font-size: 1.125rem;
}
@media only screen and (max-width:768px) {
  .term-list__text {
    font-size: 0.9375rem;
  }
}
.term-list__text_inner p {
  font-size: 1.125rem;
  line-height: 1.78;
}
@media only screen and (max-width:768px) {
  .term-list__text_inner p {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.term-list__text_inner_notes_list_name {
  position: relative;
  display: inline-block;
  width: 18.75rem;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0.5rem 0 0.5rem 0.9375rem;
  color: #ffffff;
  background-color: #C98514;
}
@media only screen and (max-width:768px) {
  .term-list__text_inner_notes_list_name {
    width: calc(100% - 17px);
    font-size: 0.9375rem;
  }
}
.term-list__text_inner_notes_list_name::after {
  position: absolute;
  content: "";
  width: 10vw;
  height: 100%;
  top: 0;
  right: -10vw;
  -webkit-clip-path: polygon(17px 50%, 0 0, 0 100%);
          clip-path: polygon(17px 50%, 0 0, 0 100%);
  background-color: #C98514;
}
.term-list__text_inner_notes_list_name_color-green {
  background-color: #72D1A2;
}
.term-list__text_inner_notes_list_name_color-green::after {
  background-color: #72D1A2;
}
.term-list__text_inner_notes_list_name_color-blue {
  background-color: #4FADCF;
}
.term-list__text_inner_notes_list_name_color-blue::after {
  background-color: #4FADCF;
}
.term-list__text_inner_notes_list_text {
  font-size: 1.125rem;
  padding: 0.625rem 0;
  line-height: 1.78;
}
@media only screen and (max-width:768px) {
  .term-list__text_inner_notes_list_text {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width:768px) {
  .term-list {
    padding-left: 1.2em;
  }
  .term-list__name {
    font-size: 1.125rem;
  }
  .term-list__text {
    font-size: 0.9375rem;
  }
}

.link-box {
  border-radius: 10px;
  margin-top: 1.25rem;
}
.link-box--yellow {
  padding: 0.9375rem 1.25rem;
  background-color: #FFFCED;
  border: 1px solid #F5D02F;
}
.link-box--green {
  padding: 0.625rem 0.75rem;
  background-color: #E5F4E7;
}
.link-box__link {
  position: relative;
  padding-left: 1.2em;
}
.link-box__link:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.8em;
  border-color: transparent transparent transparent #A26553;
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: auto;
}
.link-box__link::after {
  content: url(/boukougan/assets/images/common/icon_external-link.svg);
  margin-left: 0.3125rem;
}
.link-box__link a {
  color: #EEA01F;
  text-decoration: underline;
}
.link-box__link a:hover {
  text-decoration: none;
}

.tooltip {
  color: #2B6FE5;
  text-decoration: underline;
  font-weight: 700;
}
.tooltip:hover {
  cursor: pointer;
  text-decoration: none;
}

.tooltipster-base {
  padding: 0 0.9375rem;
}

.tooltipster-sidetip .tooltipster-box {
  background-color: #FFFFFF;
  border: 2px solid #2B6FE5;
  border-radius: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #2B6FE5;
  font-size: 1.25rem;
  line-height: 2;
  padding: 1em;
}
@media only screen and (max-width:768px) {
  .tooltipster-sidetip .tooltipster-content {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #2B6FE5;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #2B6FE5;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #FFFFFF;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #FFFFFF;
}

.horizontal-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 1.25rem;
  margin: 1.25rem 0;
}
@media only screen and (max-width:768px) {
  .horizontal-table {
    font-size: 0.75rem;
  }
}
.horizontal-table__header {
  width: 5rem;
  background-color: #efefef;
  vertical-align: middle;
  color: #FFFFFF;
  font-weight: 400;
  border-top: 2px solid #FFFFFF;
}
.horizontal-table__text {
  padding: 0.5em 0.8em;
}
@media only screen and (max-width:768px) {
  .horizontal-table__text {
    padding: 0.6em;
  }
}
.horizontal-table__text_p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:768px) {
  .horizontal-table__text_p {
    gap: 12px;
  }
}
.horizontal-table__text_p p {
  margin: auto 0;
}
@media only screen and (max-width:768px) {
  .horizontal-table__text_p p {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1223px) {
  .horizontal-table__text_p figure {
    width: 100%;
  }
}
@media only screen and (max-width:768px) {
  .horizontal-table__text_p figure {
    width: 100%;
  }
}
.horizontal-table--brown {
  border: 2px solid #C98514;
}
.horizontal-table--brown .horizontal-table__body > .horizontal-table__row:first-child > .horizontal-table__header {
  border-top: 2px solid #C98514;
}
.horizontal-table--brown th {
  background-color: #C98514;
}
.horizontal-table--brown td {
  border: 2px solid #C98514;
}
.horizontal-table--green {
  border: 2px solid #72D1A2;
}
.horizontal-table--green .horizontal-table__body > .horizontal-table__row:first-child > .horizontal-table__header {
  border-top: 2px solid #72D1A2;
}
.horizontal-table--green th {
  background-color: #72D1A2;
}
.horizontal-table--green td {
  border: 2px solid #72D1A2;
}

.table-stage {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #000000;
  font-size: 1.25rem;
  margin: 1.25rem 0;
}
@media only screen and (max-width:768px) {
  .table-stage {
    font-size: 0.9375rem;
  }
}
.table-stage th, .table-stage td {
  padding: 0.5em;
  border: 2px solid #000000;
}
.table-stage td div p {
  text-align: left;
  line-height: 1.4;
}
.table-stage td div .td-note {
  position: relative;
  padding-left: 1.25rem;
}
@media only screen and (max-width:768px) {
  .table-stage td div .td-note {
    padding-left: 0.9375rem;
  }
}
.table-stage td div .td-note::before {
  content: "▶";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25rem;
  color: #165E41;
}
@media only screen and (max-width:768px) {
  .table-stage td div .td-note::before {
    font-size: 0.9375rem;
  }
}
.table-stage td div .td-note_green-color-400::before {
  color: #7CB552;
}
.table-stage td div ul {
  padding-top: 0.5rem;
}
.table-stage td div ul li {
  position: relative;
  text-align: left;
  font-size: 1.0625rem;
  line-height: 1.17;
  padding-left: 1.0625rem;
}
@media only screen and (max-width:768px) {
  .table-stage td div ul li {
    font-size: 0.875rem;
    padding-left: 0.875rem;
  }
}
.table-stage td div ul li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.0625rem;
}
@media only screen and (max-width:768px) {
  .table-stage td div ul li::before {
    font-size: 0.875rem;
  }
}
.table-stage td div ul .td-list {
  padding-left: 0.9375rem;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width:768px) {
  .table-stage td div ul .td-list {
    font-size: 0.875rem !important;
    -moz-text-size-adjust: none !important;
     -ms-text-size-adjust: none !important;
         text-size-adjust: none !important;
    -webkit-text-size-adjust: none !important;
  }
}
.table-stage td div ul .td-list::before {
  content: "●";
  position: absolute;
  top: 5px;
  left: 0;
  color: #279275;
  font-size: 0.6875rem;
}
@media only screen and (max-width:768px) {
  .table-stage td div ul .td-list::before {
    top: 1px;
  }
}
.table-stage td div ul .td-list_dot {
  padding-left: 1.25rem;
}
.table-stage td div ul .td-list_dot::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #000000;
  font-size: 1.25rem;
}
@media only screen and (max-width:768px) {
  .table-stage td div ul .td-list_dot::before {
    font-size: 0.875rem;
  }
}
.table-stage .td-vertical {
  vertical-align: top;
}
.table-stage .td-left {
  text-align: left;
  font-size: 1.0625rem;
}
@media only screen and (max-width:768px) {
  .table-stage .td-left {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 426px) {
  .table-stage__wide {
    min-width: 100vw !important;
  }
}
.table-stage__wide_hight_71 {
  height: 4.4375rem;
}
.table-stage__wide_hight_78 {
  height: 4.875rem;
}
.table-stage_green-color-600 {
  background-color: #165E41 !important;
  color: #ffffff !important;
}
.table-stage_green-color-400 {
  background-color: #7CB552 !important;
  color: #ffffff !important;
}
.table-stage_green-color-300 {
  background-color: #B0DCC3 !important;
  color: #000000 !important;
  padding: 0.5em !important;
}
.table-stage_green-color-100 {
  background-color: #E7F3DC !important;
}
.table-stage_width_389 {
  width: 389px;
}
.table-stage_width_443 {
  width: calc((100% - 180px) / 2);
}
.table-stage_width_58 {
  width: 58px !important;
}
.table-stage_width_58 span {
  display: inline-block;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: pre;
}
.table-stage_width_148 {
  width: 148px !important;
}
.table-stage_width_148sp {
  width: 148px !important;
}
@media only screen and (max-width:768px) {
  .table-stage_width_148sp {
    width: 82px !important;
  }
}
.table-stage_width_180 {
  width: 180px !important;
  height: 6.125rem;
}
.table-stage_width_244 {
  width: 244px !important;
}
@media only screen and (max-width:768px) {
  .table-stage_width_244 {
    width: 27% !important;
  }
}
.table-stage_width_522 {
  width: 460px;
}
.table-stage_width_256 {
  width: 230px;
}
.table-stage__th1 {
  background-color: #EEEEEE;
}
.table-stage__th1:first-child {
  width: 6em;
}
@media only screen and (max-width:768px) {
  .table-stage__th1:first-child {
    width: 8.125rem;
  }
}
@media only screen and (min-width:769px) {
  .table-stage__th1_wide:first-child {
    width: 12.5rem !important;
  }
}
.table-stage__th1_td_left {
  text-align: left;
}
.table-stage th.table-stage__th2 {
  background-color: #00603F;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.only_about_classification_bladder-cancer {
  padding: 0.5em !important;
}

.qa-accordion {
  margin-top: 1.875rem;
}

.qa-accordion__body + .qa-accordion__title {
  margin-top: 1.25rem;
}

.qa-accordion__title {
  position: relative;
}
.qa-accordion__title::before {
  content: "Q";
  background-image: url(/boukougan/assets/images/faq/q-bg.svg);
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  text-align: center;
  position: absolute;
  left: 15px;
  z-index: 1;
  color: #FFFFFF;
  font-weight: 700;
}
.qa-accordion__title::after {
  content: "開く";
  position: absolute;
  top: 38px;
  right: 14px;
  width: 3em;
  text-align: center;
  font-size: 0.75rem;
  color: #165E41;
  pointer-events: none;
}
.qa-accordion__title.active::after {
  content: "閉じる";
}

.qa-accordion__btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.8em 2.5em 0.8em 70px;
  background-color: #FFFAED;
  border: 1px solid #083221;
  color: #165E41;
  font-size: 1.25rem;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.qa-accordion__btn::before, .qa-accordion__btn::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  width: 22px;
  height: 4px;
  margin: auto;
  background: #279275;
  border-radius: 100vh;
}
.qa-accordion__btn::before {
  content: "";
}
.qa-accordion__btn::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.qa-accordion__btn.active {
  border-radius: 8px 8px 0 0;
}

.qa-accordion__btn.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.qa-accordion__body {
  display: none;
  padding: 20px 15px 20px 70px;
  border: 1px solid #083221;
  border-top: none;
  position: relative;
  border-radius: 0 0 10px 10px;
}
.qa-accordion__body::before {
  content: "A";
  width: 2em;
  height: 2em;
  position: absolute;
  left: 15px;
  background-color: #FFA08B;
  border-radius: 100vh;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.qa-accordion__body p {
  font-size: 1.125rem;
  line-height: 1.6;
}
.qa-accordion__body .annotation-order-list {
  margin: 1.25rem 0 0;
}
@media only screen and (max-width:768px) {
  .qa-accordion__body .annotation-order-list {
    margin-top: 0.625rem;
  }
}

p.qa-accordion__annotation {
  font-size: 0.875rem;
  margin: 1em 0;
}

@media only screen and (max-width:768px) {
  .qa-accordion__title::before {
    width: 32px;
    height: 32px;
    background-size: contain;
    font-size: 1rem;
    left: 8px;
  }
  .qa-accordion__btn {
    padding: 0.5em 3em 0.2em 50px;
    font-size: 1rem;
    min-height: 4em;
  }
  .qa-accordion__body {
    padding: 1em 1em 1em 50px;
  }
  .qa-accordion__body::before {
    font-size: 1rem;
    left: 8px;
  }
  .qa-accordion__body p {
    font-size: 0.9375rem;
  }
  p.qa-accordion__annotation {
    font-size: 0.6875rem;
  }
}
.step {
  margin-top: 2rem;
  position: relative;
  display: block;
  width: 100%;
  padding: 1.25rem 1.9375rem 1.6875rem 9.4375rem;
  background-color: #FFFAED;
  border: 1px solid #083221;
  font-size: 1.25rem;
  text-align: left;
  border-radius: 10px;
}
.step::before {
  content: "";
  background-image: url(/boukougan/assets/images/sdm/icon_step-1.png);
  width: 114px;
  height: 82px;
  text-align: center;
  position: absolute;
  top: -13px;
  left: 13px;
  z-index: 1;
}
@media only screen and (max-width:768px) {
  .step::before {
    width: 72px;
    height: 52px;
    background-size: 100%;
    top: -5px;
    left: 10px;
  }
}
@media only screen and (max-width:768px) {
  .step {
    margin-top: 1.25rem;
    padding: 3.4375rem 0.5rem 1.5rem;
  }
}
.step dt {
  color: #A26553;
  font-size: 1.5625rem;
  font-weight: 700;
  padding-bottom: 0.875rem;
}
@media only screen and (max-width:768px) {
  .step dt {
    font-size: 0.875rem;
    padding-bottom: 0.625rem;
  }
}
.step dd {
  font-size: 1.125rem;
  line-height: 1.89;
}
@media only screen and (max-width:768px) {
  .step dd {
    font-size: 0.875rem;
  }
}
.step_2::before {
  background-image: url(/boukougan/assets/images/sdm/icon_step-2.png);
}
@media only screen and (min-width:769px) {
  .step_3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
  }
}
.step_3::before {
  background-image: url(/boukougan/assets/images/sdm/icon_step-3.png);
}
@media only screen and (min-width:769px) {
  .step_3_side {
    width: 70%;
  }
}
.step_3_side div dl dd {
  font-weight: 400;
  color: #000000;
}
.step_3_side_dd {
  margin: auto 0;
}
@media only screen and (min-width:769px) {
  .step_3_side_dd {
    width: calc(100% - (70% + 30px));
  }
}

.download {
  margin: 2.5rem auto 0;
  width: 57.56%;
}
@media only screen and (max-width:768px) {
  .download {
    margin-top: 1.875rem;
    width: 100%;
    max-width: 450px;
  }
}
.download_text {
  padding-bottom: 0.75rem;
}
@media only screen and (max-width:768px) {
  .download_text {
    padding-bottom: 0.625rem;
  }
}
.download_text li {
  position: relative;
  padding-left: 0.9375rem;
  font-size: 0.9375rem;
}
@media only screen and (max-width:768px) {
  .download_text li {
    padding-left: 0.75rem;
    font-size: 0.75rem;
  }
}
.download_text li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  font-size: 0.9375rem;
}
@media only screen and (max-width:768px) {
  .download_text li::before {
    font-size: 0.625rem;
  }
}
.download_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 60px;
}
@media only screen and (max-width:768px) {
  .download_contents {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 40px 0;
  }
}
.download_contents_item {
  width: calc((100% - 60px) / 2);
}
@media only screen and (max-width:768px) {
  .download_contents_item {
    width: 100%;
  }
}
@media only screen and (max-width:768px) {
  .download_contents_item a {
    max-width: 450px;
  }
}
@media only screen and (max-width:768px) {
  .download_contents_item a img {
    margin: auto;
    width: 100%;
  }
}
.download_contents_item_btn {
  margin-top: 1.25rem;
}
.download_contents_item_btn a {
  display: inline-block;
  width: 100%;
  background-color: #BEE2E8;
  border: 1px solid #213208;
  border-radius: 10px;
  text-align: center;
  font-size: 1rem;
  line-height: 45px;
  color: #343434;
}

.feature__dl {
  padding-bottom: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.feature__dl dt, .feature__dl dd {
  font-size: 1.25rem;
  line-height: 2;
}
@media only screen and (max-width:768px) {
  .feature__dl dt, .feature__dl dd {
    font-size: 0.9375rem;
    line-height: 1.73;
  }
}
.feature__dl dt {
  width: 6.75rem;
}
@media only screen and (max-width:768px) {
  .feature__dl dt {
    width: 100%;
    padding-top: 0.625rem;
  }
}
.feature__dl dd {
  width: calc(100% - 108px);
}
@media only screen and (max-width:768px) {
  .feature__dl dd {
    width: 100%;
  }
}

.width-adjustment_10 {
  padding-top: 0.625rem;
}
.width-adjustment_30 {
  padding-top: 1.875rem;
}
@media only screen and (max-width:768px) {
  .width-adjustment_30 {
    padding-top: 0.9375rem;
  }
}
.width-adjustment_22-pc {
  padding-top: 1.375rem !important;
}
.width-adjustment_40 {
  margin-top: 2.5rem;
}
@media only screen and (max-width:768px) {
  .width-adjustment_40 {
    margin-top: 1.25rem;
  }
}
.width-adjustment_50 {
  padding-top: 3.125rem;
}
@media only screen and (max-width:768px) {
  .width-adjustment_50 {
    padding-top: 0;
  }
}
.width-adjustment_77 {
  gap: 0 4.8125rem;
}
@media only screen and (max-width:768px) {
  .width-adjustment_77 {
    gap: 0;
    padding-right: 0;
  }
}
.width-adjustment_150 {
  margin-left: 9.375rem;
  margin-right: 9.375rem;
}
@media only screen and (max-width:768px) {
  .width-adjustment_150 {
    margin-left: unset;
    margin-right: unset;
  }
}
@media only screen and (min-width:769px) {
  .width-adjustment_958 {
    width: 958px;
    margin: 0 auto;
  }
}
.width-adjustment_top {
  margin: auto 0;
}
.width-adjustment_top-20 {
  padding-top: 1.25rem;
}
@media only screen and (max-width:768px) {
  .width-adjustment_top-20 {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width:769px) {
  .width-adjustment_top-30 {
    margin-top: 1.875rem;
  }
}
.width-adjustment_top-0 {
  margin-top: 0;
}
.width-adjustment_bottom {
  margin-bottom: 0;
}
.width-adjustment_bottom-10 {
  margin-bottom: 0.625rem;
}
.width-adjustment_bottom-20 {
  margin-bottom: 1.25rem;
}
.width-adjustment_left {
  padding-left: 0;
}
@media only screen and (min-width:769px) {
  .width-adjustment_right {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width:768px) {
  .width-sp-adjustment {
    width: 123px;
  }
  .width-sp-adjustment:first-of-type {
    padding-right: 1rem;
  }
}
@media only screen and (max-width:768px) {
  .width-sp-adjustment_dt {
    width: 100%;
  }
}
@media only screen and (max-width:768px) {
  .width-sp-adjustment_82 {
    height: 5.125rem;
  }
}
@media only screen and (max-width:768px) {
  .width-sp-adjustment_top {
    margin-top: 0;
  }
}
@media only screen and (max-width:768px) {
  .width-sp-adjustment_bottom {
    margin-bottom: 0;
  }
}
@media only screen and (max-width:768px) {
  .width-sp-adjustment_bottom-10 {
    margin-bottom: 0.625rem;
  }
}

@media only screen and (min-width:769px) {
  .width-pc-adjustment {
    width: 86%;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1224px) {
  .hight-adjustment {
    min-height: 4.75rem;
    overflow-wrap: break-word;
  }
}
@media only screen and (min-width: 964px) and (max-width: 1223px) {
  .hight-adjustment {
    min-height: 6rem;
    overflow-wrap: break-word;
  }
}
@media only screen and (min-width: 769px) and (max-width: 964px) {
  .hight-adjustment {
    min-height: 8.75rem;
    overflow-wrap: break-word;
  }
}

@media only screen and (min-width:769px) {
  .align-items_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.arrow {
  position: relative;
}
.arrow::after {
  position: absolute;
  content: "";
  top: 30%;
  right: -35px;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  width: 30px;
  height: 39px;
  background-color: #165E41;
  -webkit-clip-path: polygon(30px 50%, 0% 0%, 0% 39px);
          clip-path: polygon(30px 50%, 0% 0%, 0% 39px);
}
@media only screen and (max-width:768px) {
  .arrow::after {
    top: unset;
    right: unset;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 39px;
    height: 30px;
    -webkit-clip-path: polygon(50% 30px, 0% 0%, 39px 0%);
            clip-path: polygon(50% 30px, 0% 0%, 39px 0%);
  }
}
@media only screen and (min-width:769px) {
  .arrow_center::after {
    top: 38%;
    -webkit-transform: translateY(-62%);
            transform: translateY(-62%);
  }
}

.sitemap_li {
  position: relative;
  margin-bottom: 0.9375rem;
  padding-left: 2.0625rem;
}
@media only screen and (max-width:768px) {
  .sitemap_li {
    margin-bottom: 0.5rem;
    padding-left: 1.375rem;
  }
}
.sitemap_li a {
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width:768px) {
  .sitemap_li a {
    font-size: 1rem;
    line-height: 1.375;
  }
}
.sitemap_li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: url("/boukougan/assets/images/common/icon_sitemap_arrow.svg") no-repeat center top/100%;
  width: 25px;
  height: 25px;
}
@media only screen and (max-width:768px) {
  .sitemap_li a::before {
    width: 16px;
    height: 16px;
    top: 6px;
    -webkit-transform: unset;
            transform: unset;
  }
}
.sitemap_li a:hover {
  color: #279275;
  border-bottom: 1px solid #279275;
}
.sitemap_li a:hover::before {
  background: url("/boukougan/assets/images/common/icon_hover_sitemap_arrow.svg") no-repeat center top/100%;
}
.sitemap_li:last-of-type {
  margin-bottom: 0;
}/*# sourceMappingURL=lowerlayer.css.map */