@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "YuGothic Regular", sans-serif;
  box-sizing: border-box;
}

body * {
  box-sizing: inherit;
}

.scroll_rock.active {
  overflow: hidden;
}

/* base color */
:root {
  --color-grn: #70bf44;
  --color-blu: #171C8F;
  --color-rblu: #005EB8;
  --color-font: #333333;
  --color-link: #70bf44;
}

/* link */
a {
  color: #70bf44;
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

a[target=_blank] {
  padding-right: 4px;
  word-break: break-all;
}

footer a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background: url(/image/parts/icon_external_link_blk.png) 0 0 no-repeat;
  background-size: 12px auto;
}

.footer__logo a[target=_blank]::after {
  content: none;
}

/* device */
.for-pc {
  display: block;
}

.for-sp {
  display: none;
}

/* text-align */
.txtAR {
  text-align: right;
}

.txtAL {
  text-align: left;
}

.txtAC {
  text-align: center;
}

/* text-decoration */
.underline {
  text-decoration: underline;
}

/* sup */
sup {
  font-size: 80%;
}

h5 sup {
  top: -0.2em;
}

/* font */
p {
  font-size: 1.8rem;
}

.bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
  margin-right: 0.2em;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.color-green01 {
  color: var(--color-blu);
}

/* line-height */
.lh-2 {
  line-height: 2;
}

/* margin */
.mb0 {
  margin-bottom: 0 !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr0 {
  margin-left: 0 !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* padding */
.pb0 {
  padding-bottom: 0 !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.red {
  color: #E9474D !important;
}

.no-wrap {
  white-space: nowrap;
}

.center {
  text-align: center;
}

/* --------------------
   parts
----------------------- */
/* ---- header ---- */
header {
  width: 100%;
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  /* .header__cont */
  /* .header__nav */
}
header .gnav__wrap {
  position: absolute;
  width: 1280px;
  height: 90px;
  border-radius: 90px;
  left: 50%;
  display: flex;
  justify-content: space-around;
  transform: translateX(-50%);
  top: 100px;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
header .header__inner {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
header .header__inner .header_read p {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}
header .header_logo {
  width: 214px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
header .header_logo img {
  width: 100%;
  height: auto;
}
header .gnav__pc {
  display: flex;
  align-items: center;
  /* dropdown */
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
header .gnav__pc .gnav__pc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .gnav__pc .gnav__pc > ul > li {
  display: flex;
  align-items: center;
  height: 100px;
}
header .gnav__pc .dropdown_menu {
  display: none;
  position: absolute;
  width: 350px;
  top: 75px;
  left: -5px;
  /* transform: translateX(-50%); */
  background: #fff;
  padding: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  animation: fadeIn 0.3s ease-in-out;
}
header .gnav__pc .dropdown_menu ul {
  display: block;
  flex-wrap: wrap;
}
header .gnav__pc .dropdown_menu ul li {
  border: none;
  padding: 0 0 0 20px;
  height: initial;
  margin-bottom: 15px;
  display: block;
  position: relative;
}
header .gnav__pc .dropdown_menu ul li:last-child {
  margin-bottom: 0;
}
header .gnav__pc .dropdown_menu ul li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--color-grn);
  left: 0;
  top: 0.75rem;
}
header .gnav__pc .dropdown_menu ul li a {
  background: none;
  padding: 0;
  font-size: 16px;
  border-radius: initial;
  box-shadow: none;
  display: block;
  height: initial;
  text-align: left;
  color: var(--color-font);
  position: initial;
}
header .gnav__pc .dropdown_menu ul li ul {
  margin-top: 15px;
}
header .gnav__pc .dropdown_menu ul li ul li {
  padding-left: 0;
  margin: 5px 0;
}
header .gnav__pc .dropdown_menu ul li ul li::after {
  content: none;
}
header .gnav__pc .dropdown_menu ul li ul li a {
  font-weight: normal;
}
header .gnav__pc .dropdown_menu li {
  padding: 10px 20px;
}
header .gnav__pc .dropdown_menu li a {
  background: #fff;
  padding: 20px;
  font-size: 18px;
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  display: block;
  height: 72px;
  text-align: left;
  color: var(--color-link);
  position: relative;
}
header .gnav__pc .dropdown_menu li a::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 28px;
  height: 28px;
  background: url(/image/parts/arrow_dropdown.png) no-repeat;
  background-size: cover;
}
header .gnav__pc .dropdown:hover .dropdown_menu {
  display: block;
}
header .gnav__pc .dropdown_about {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
}
header .gnav__pc .dropdown_about.hover::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color-ylw);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .gnav__pc .dropdown_effects {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
}
header .gnav__pc .dropdown_effects.hover::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color-ylw);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .gnav__pc .dropdown_adm {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
}
header .gnav__pc .dropdown_adm.hover::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color-ylw);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .gnav__pc .dropdown_adm:hover .dropdown_menu {
  display: block;
}
header .gnav__pc ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .gnav__pc ul li {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  height: 60px;
  display: flex;
  align-items: center;
  border-right: 1px solid #c4daef;
  padding: 0 32px;
  position: relative;
}
header .gnav__pc ul li:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
header .gnav__pc ul li.dropdown:first-child {
  padding-left: 0;
}
header .gnav__pc ul li.dropdown:first-child .dropdown_menu {
  left: -55px;
}
header .gnav__pc ul li.dropdown:last-child .dropdown_menu {
  right: -55px;
  left: initial;
}
header .gnav__pc ul li a {
  color: var(--color-blu);
  text-decoration: none;
}
header .gnav__pc .contact {
  margin-left: 15px;
}
header .gnav__pc .contact a {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 56px;
  background: #4496D6;
  padding: 5px;
  position: relative;
  border-radius: 4px;
}
header .gnav__pc .contact a::after {
  position: absolute;
  content: none;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  background: url(/image/parts/contact.png);
  background-size: contain;
  width: 28px;
  height: 18px;
}
header .header__cont {
  text-align: right;
}
header .header__nav {
  margin-bottom: 4px;
}

.subpage header {
  background: url(/pts/image/common/page_mv.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 343px;
  position: relative;
}
.subpage .subpage__ttl {
  color: #fff;
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.subpage .breadcrumb-wrapper {
  background: #F6F6F6;
}
.subpage .breadcrumb {
  width: 1280px;
  margin: 0 auto;
  padding: 10px 20px;
}
.subpage .breadcrumb ul {
  display: flex;
}
.subpage .breadcrumb ul li {
  margin-right: 10px;
  font-size: 14px;
}
.subpage .breadcrumb ul li a {
  text-decoration: underline;
  color: var(--color-link);
}
.subpage .breadcrumb ul li:hover {
  text-decoration: underline;
  color: var(--color-link);
}
.subpage .breadcrumb ul li::after {
  content: ">";
  margin-left: 10px;
  color: var(--color-font);
}
.subpage .breadcrumb ul li:last-child::after {
  content: "";
}
.subpage .anc__nav-wrapper {
  padding: 30px 0;
}
.subpage .anc__nav-wrapper .subpage__nav {
  width: 1280px;
  margin: 0 auto;
}
.subpage .anc__nav-wrapper .subpage__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.subpage .anc__nav-wrapper .subpage__nav ul li {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.subpage .anc__nav-wrapper .subpage__nav ul li a {
  background: #fff;
  padding: 20px;
  font-size: 18px;
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  display: block;
  width: 360px;
  height: 72px;
  text-align: left;
  color: var(--color-link);
  position: relative;
  border: 1px solid #fff;
  margin: 19px;
  border: 1px solid var(--color-link);
}
.subpage .anc__nav-wrapper .subpage__nav ul li a::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 28px;
  height: 28px;
  background: url(/image/parts/arrow_dropdown.png) no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}
.subpage.effects .wrap-main section .content .content-table.bluttl .flex50 img {
  width: 150px;
}

/* wrap */
.wrap-all {
  background: #ffffff;
}

.wrap-main {
  width: 100%;
  background-size: auto 8px;
}
.wrap-main section .anc__title {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
}
.wrap-main section .content {
  width: 1000px;
  margin: 0 auto 120px;
}
.wrap-main section .content .content-text {
  font-size: 18px;
  margin-bottom: 60px;
}
.wrap-main section .content .content-text h4 {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-blu);
  padding-bottom: 10px;
  border-bottom: 2px dashed var(--color-blu);
  margin-bottom: 40px;
}
.wrap-main section .content .content-text p {
  margin-bottom: 30px;
}
.wrap-main section .content a {
  text-decoration: underline;
}
.wrap-main section .content .content-table {
  width: 800px;
  margin: 0 auto 60px;
}
.wrap-main section .content .content-table.bluttl > div {
  margin: 25px 25px 40px;
}
.wrap-main section .content .content-table.bluttl h5 {
  background: var(--color-blu);
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px 20px;
}
.wrap-main section .content .content-table.bluttl h6 {
  font-weight: bold;
  color: #329BC6;
  margin-bottom: 10px;
}
.wrap-main section .content .content-table.bluttl p.list {
  position: relative;
  padding-left: 12px;
}
.wrap-main section .content .content-table.bluttl p.list::before {
  content: "";
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  background: var(--color-link);
  border-radius: 7.5px;
  left: 0;
  top: 13px;
}
.wrap-main section .content .content-table.bluttl .content-image img {
  width: 750px;
}
.wrap-main section .content .content-table.ylw_border-01 > div {
  border: 1px solid #FDD86D;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.wrap-main section .content .content-table.ylw_border-01 > div p.list {
  position: relative;
  padding-left: 12px;
  font-weight: bold;
}
.wrap-main section .content .content-table.ylw_border-01 > div p.list::before {
  content: "";
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  background: var(--color-link);
  border-radius: 7.5px;
  left: 0;
  top: 13px;
}
.wrap-main section .content .content-table.ylw_border-01 > div p {
  padding-left: 12px;
}
.wrap-main section .content .content-table.ylw_border-01 > div dl {
  display: flex;
  align-items: center;
}
.wrap-main section .content .content-table.ylw_border-01 > div dl dt {
  width: 37%;
  font-size: 18px;
}
.wrap-main section .content .content-table.ylw_border-01 > div dl dd {
  width: 63%;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}
.wrap-main section .content .content-table.ylw_border-01 > div dl dd::before {
  content: "";
  position: absolute;
  background: url(/image/parts/arrow_table.png) no-repeat;
  background-size: cover;
  width: 15.78px;
  height: 34.94px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wrap-main section .content .content-table.ylw_border-02 > div {
  border: 1px solid #FDD86D;
  margin-bottom: 20px;
  border-radius: 10px;
}
.wrap-main section .content .content-table.ylw_border-02 > div p.list {
  position: relative;
  padding-left: 12px;
}
.wrap-main section .content .content-table.ylw_border-02 > div p.list::before {
  content: "";
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  background: var(--color-link);
  border-radius: 7.5px;
  left: 0;
  top: 13px;
}
.wrap-main section .content .content-table.ylw_border-02 > div dl {
  display: table;
  align-items: center;
}
.wrap-main section .content .content-table.ylw_border-02 > div dl dt {
  width: 240px;
  font-size: 18px;
  display: block;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}
.wrap-main section .content .content-table.ylw_border-02 > div dl dd {
  width: 560px;
  font-size: 18px;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}
.wrap-main section .content .content-table.ylw_border-02 > div dl dd.has-photo {
  position: relative;
}
.wrap-main section .content .content-table.ylw_border-02 > div dl dd.has-photo::after {
  content: "";
  position: absolute;
  width: 108px;
  height: 61.46px;
  background: url(/pts/image/medication/medication_figure-02.png) no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.wrap-main section .content .content-image {
  display: flex;
  justify-content: center;
  margin: 20px 0 60px;
}
.wrap-main section .content .content-image img {
  width: 800px;
}

/* mvArea */
.mvArea {
  width: 100%;
  height: 600px;
  background: url(/pts/image/top/mv_bg.png) 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto 40px;
  position: relative;
}
.mvArea .mv__txt {
  width: 1280px;
  height: 490px;
  margin: 0 auto;
}
.mvArea .mv__txt div {
  position: absolute;
  top: 52%;
  transform: translateY(-52%);
  padding-left: 90px;
}
.mvArea .mv__txt div h2 {
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--color-blu);
  font-size: 5.2rem;
}
.mvArea .mv__txt div h2 span {
  display: block;
  color: var(--color-grn);
  font-size: 4.2rem;
  margin-bottom: 10px;
}
.mvArea .mv__txt div p {
  font-size: 1.4rem;
  line-height: 1.4;
}

main {
  margin-bottom: 100px;
}

.page .mvArea .mv__txt {
  width: 1000px;
  height: 340px;
  margin: 0 auto;
}
.page .mvArea .mv__txt div {
  position: absolute;
  top: calc(50% + 60px);
  transform: translateY(-50%);
  padding-left: 0;
}
.page .mvArea .mv__txt div h2 {
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--color-blu);
  font-size: 4rem;
}
.page .mvArea .mv__txt div p {
  font-size: 1.4rem;
}

.page .mvArea {
  width: 100%;
  height: 340px;
  margin: 0 auto 30px;
  position: relative;
}

.about .mvArea {
  background: url(/pts/image/about/mv_about.png) 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}

.side_effects .mvArea {
  background: url(/pts/image/side_effects/mv_side_effects.png) 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}

.support .mvArea {
  background: url(/pts/image/support/mv_support.png) 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}

.bladder_cancer .mvArea {
  background: url(/pts/image/bladder_cancer/mv_bladder_cancer.png) 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}

.benefit .mvArea {
  background: url(/pts/image/benefit/mv_benefit.png) 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}

.tool .mvArea {
  background: url(/pts/image/tool/mv_tool.png) 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}

.genetic_testing .mvArea {
  background: url(/pts/image/genetic_testing/mv_genetic_testing.png) 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}

.sitemap .mvArea {
  background: url(/pts/image/common/page_mv.png) 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}

.breadcrumb {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}
.breadcrumb__list {
  display: flex;
  line-height: 1.6;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.breadcrumb__item:not(:last-child)::after {
  content: " > ";
  margin: 0 8px;
}
.breadcrumb__item--active {
  color: #333;
  pointer-events: none;
}
.breadcrumb__item--active sup {
  top: -0.15em;
}
.breadcrumb__link {
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb__link:hover {
  color: #005bb5;
}

.content-area {
  width: 1000px;
  margin: 60px auto 100px;
}
.content-area h2 {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--color-blu);
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-blu);
}
.content-area .content__section {
  margin-bottom: 20px;
}
.content-area .content__section .section__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
.content-area .content__section .section__title.list_circle {
  display: inline-flex;
  align-items: center;
}
.content-area .content__section .section__title.list_circle::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: var(--color-grn);
  margin-right: 10px;
}
.content-area .content__section h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}
.content-area .content__section p {
  line-height: 1.7;
  margin-bottom: 20px;
}
.content-area .content__section p.list_circle {
  display: inline-flex;
  align-items: center;
}
.content-area .content__section p.list_circle::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--color-grn);
  margin-right: 5px;
}
.content-area .content__section p.caption_right {
  font-size: 1.4rem;
  text-align: right;
}
.content-area .content__section ul.list_circle {
  margin-bottom: 15px;
}
.content-area .content__section ul.list_circle li {
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.content-area .content__section ul.list_circle li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--color-grn);
  left: 0;
  top: 0.75rem;
}
.content-area .content__section ul.list_num {
  margin-bottom: 20px;
}
.content-area .content__section ul.list_num li {
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
}
.content-area .content__section .point {
  background: #F5F9FC;
  padding: 30px;
  border: 1px solid var(--color-rblu);
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-area .content__section .point h4 {
  font-size: 2.4rem;
  margin-top: 10px;
}
.content-area .content__section .point h5 {
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.content-area .content__section .point p {
  font-size: 1.6rem;
}
.content-area .content__section .point ul li {
  font-size: 1.6rem;
  margin-bottom: 5px;
  line-height: 1.6;
}
.content-area .content__section ul.note li {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
.content-area .content__section ul.note li span {
  display: block;
}
.content-area .content__section .figure {
  margin: 30px auto;
}
.content-area .content__section .figure img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.content-area .content__section .figure.w1000 {
  width: 1000px !important;
}
.content-area .content__section .figure.w800 {
  width: 800px !important;
}
.content-area .content__section .figure.w560 {
  width: 560px !important;
}
.content-area .content__section .figure.w300 {
  width: 300px !important;
}
.content-area .content__section .figure.w250 {
  width: 250px !important;
}
.content-area .content__section .figure.w200 {
  width: 200px !important;
}
.content-area .content__section .figure.w160 {
  width: 160px !important;
}
.content-area .content__section .figure.w125 {
  width: 125px !important;
}
.content-area .content__section .note16 {
  font-size: 1.6rem !important;
}
.content-area .content__section .figure_caption {
  font-size: 1.4rem !important;
  line-height: 1.4;
  margin-top: 10px;
}
.content-area .content__section .caption {
  font-size: 1.4rem !important;
}
.content-area .content__section .mov {
  width: 640px;
  height: 360px;
  margin: 30px auto;
  background: #ddd;
}
.content-area .content__section .recipe h4 {
  background: var(--color-grn);
  color: #fff;
  border-radius: 10px;
  font-size: 2.4rem;
  padding: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.content-area .content__section .recipe .recipe_menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.content-area .content__section .recipe .recipe_menu .recipe_photo {
  width: 432px;
}
.content-area .content__section .recipe .recipe_menu .recipe_photo img {
  width: 100%;
}
.content-area .content__section .recipe .recipe_menu .recipe_description {
  width: 538px;
}
.content-area .content__section .recipe .recipe_menu .recipe_description .recipe_time {
  background: url(/pts/image/support/recipe_time_bg.png) no-repeat;
  background-size: cover;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.content-area .content__section .recipe .recipe_menu .recipe_description .recipe_time span {
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
}
.content-area .content__section .recipe .recipe_details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.content-area .content__section .recipe .recipe_details > div {
  width: 48%;
}
.content-area .content__section .recipe .recipe_details > div ul li {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  padding: 20px 10px;
  border-bottom: 1px solid #EEECE1;
}
.content-area .content__section .recipe .recipe_details > div ul li span {
  font-weight: bold;
}
.content-area .content__section .recipe .recipe_details h5 {
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 20px;
  border-bottom: 3px solid #DDD9C5;
}
.content-area .content__section .recipe .recipe_steps h5 {
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 20px;
  border-bottom: 3px solid #DDD9C5;
}
.content-area .content__section .recipe .recipe_steps ul {
  margin-bottom: 20px;
}
.content-area .content__section .recipe .recipe_steps ul li {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 25px 20px;
  border-bottom: 1px solid #DDD9C5;
  line-height: 1.5;
}
.content-area .content__section .recipe .recipe_steps ul li span {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 20px;
  background: var(--color-grn);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 20px;
  box-sizing: border-box;
}
.content-area .content__section .tool_dl {
  display: flex;
  align-items: flex-end;
}
.content-area .content__section .tool_dl div img {
  width: 250px;
}
.content-area .content__section .table-container {
  border-radius: 15px;
  border: 2px solid var(--color-rblu);
}
.content-area .content__section .table-container table.table {
  width: 100%;
  border-collapse: separate;
  font-size: 1.6rem;
  border-spacing: 0;
  overflow: hidden;
}
.content-area .content__section .table-container table.table th,
.content-area .content__section .table-container table.table td {
  padding: 25px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid var(--color-rblu);
  border-right: 1px solid var(--color-rblu);
  font-weight: bold;
}
.content-area .content__section .table-container table.table th {
  padding: 15px;
  background-color: var(--color-rblu);
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: none;
}
.content-area .content__section .table-container table.table tbody tr th {
  padding: 8px;
}
.content-area .content__section .table-container table.table tbody tr td.applicable {
  text-align: left;
  background: #F5F9FC;
}
.content-area .content__section .table-container table.table .tl {
  border-top-left-radius: 12px;
}
.content-area .content__section .table-container table.table .tr {
  border-top-right-radius: 12px;
  border-right: 0;
}
.content-area .content__section .table-container table.table .bl {
  border-bottom-left-radius: 12px;
  border-bottom: 0;
}
.content-area .content__section .table-container table.table .br {
  border-bottom-right-radius: 12px;
}
.content-area .content__section .table-container table.table.contact tbody tr td {
  text-align: left;
  width: 50%;
}
.content-area .content__section .table-container table.table.contact tbody tr td.applicable {
  border-left: 1px solid var(--color-rblu);
}
.content-area .content__section .table-container table.table.contact tbody tr td.bl {
  border-bottom: 1px solid var(--color-rblu);
}
.content-area .content__section .checklist {
  max-width: 1000px;
  margin: 30px auto;
  background-color: #F5F9FC;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--color-rblu);
}
.content-area .content__section .checklist .checklist-header {
  background-color: var(--color-rblu);
  color: #fff;
  padding: 15px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.content-area .content__section .checklist .checklist-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  padding: 20px;
}
.content-area .content__section .checklist .checklist-items .check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  padding: 8px;
  border-radius: 8px;
}
.content-area .content__section .checklist .checklist-items input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  border: 3px solid var(--color-blu);
  border-radius: 4px;
  position: relative;
  background: #fff;
}
.content-area .content__section .checklist .checklist-items input[type=checkbox]:checked {
  background-color: var(--color-blu);
  border-color: var(--color-blu);
}
.content-area .content__section .checklist .checklist-items input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
}
.content-area .content__section .dl_button {
  width: 400px;
  margin-left: 40px;
}
.content-area .content__section .dl_button a {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  color: var(--color-rblu);
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.content-area .content__section .dl_button a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.content-area .content__section .dl_button a:after {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(/image/parts/icon_dl.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.content-area .content__section .flex82 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.content-area .content__section .flex82.altop {
  align-items: flex-start;
}
.content-area .content__section .flex82 > div:first-of-type {
  width: calc(80% - 15px);
}
.content-area .content__section .flex82 > div:last-of-type {
  width: calc(20% - 15px);
}
.content-area .content__section .flex82 .figure {
  margin-top: 20px;
}
.content-area .content__section .flex73 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.content-area .content__section .flex73 > div:first-of-type {
  width: calc(70% - 15px);
}
.content-area .content__section .flex73 > div:last-of-type {
  width: calc(30% - 15px);
}
.content-area .content__section .flex73 .figure {
  margin-top: 20px;
}
.content-area .content__section .flex28 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.content-area .content__section .flex28 > div:first-of-type {
  width: 20%;
}
.content-area .content__section .flex28 > div:last-of-type {
  width: 75%;
}
.content-area .content__section .flex28 .figure {
  margin-top: 0;
}
.content-area .content__section .flex28 img {
  width: 50%;
  height: auto;
}
.content-area .content__section .flex55 {
  display: flex;
  width: 100%;
}
.content-area .content__section .flex55 > div:first-of-type {
  width: 50%;
}
.content-area .content__section .flex55 > div:last-of-type {
  width: 50%;
}
.content-area .content__section .flex55 .figure {
  margin-top: 0;
}
.content-area .content__section .flex55 img {
  width: 100%;
  height: auto;
}
.content-area .content__section .flex55 img.w213 {
  width: 213px;
}

.print .content-area h2 {
  text-align: center;
  border-bottom: none;
  margin-bottom: 0;
}
.print .content-area .content__section p {
  text-align: center;
}

.faq .content__section {
  padding-bottom: 20px;
  margin-bottom: 40px;
  background: #F5F9FC;
  padding: 30px;
  border: 1px solid var(--color-rblu);
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.faq .content__section h3.section__title {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 2.2rem;
  color: var(--color-rblu);
}
.faq .content__section h3.section__title::before {
  content: "Q";
  position: absolute;
  width: 20px;
  justify-content: center;
  left: 0;
  top: 0;
}
.faq .content__section p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
.faq .content__section p::before {
  content: "A";
  position: absolute;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: -0.3rem;
  font-size: 2.2rem;
  font-weight: bold;
}

.sitemap footer {
  border-top: 1px solid #d4d4d4;
}
.sitemap .content-area .content__section h3 {
  font-size: 3.2rem;
}
.sitemap .content-area .content__section h3.section__title a {
  color: var(--color-blu);
  width: 100%;
  display: block;
  border-bottom: 2px solid var(--color-blu);
  padding-bottom: 15px;
}
.sitemap .content-area .content__section h3.section__title a:hover {
  color: var(--color-link);
  text-decoration: none;
  border-bottom: 2px solid var(--color-link);
}
.sitemap .content-area .content__section ul li {
  margin-bottom: 20px;
}
.sitemap .content-area .content__section ul li ul li {
  margin: 15px 0;
}
.sitemap .content-area .content__section ul li ul li a {
  font-weight: normal;
}
.sitemap .content-area .content__section ul li ul li a::before {
  content: none;
}
.sitemap .content-area .content__section ul li a {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-font);
  width: 100%;
  display: inline;
  position: relative;
  margin: 20px;
  line-height: 1.5;
}
.sitemap .content-area .content__section ul li a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--color-grn);
  left: -20px;
  top: 0.5rem;
  padding-right: 1rem;
}
.sitemap .content-area .content__section ul li a:hover {
  color: var(--color-link);
  text-decoration: underline;
}

.pagination {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 20px auto;
}
.pagination a {
  min-width: 350px;
  max-width: 49%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-blu);
  padding: 12px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 70px;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  flex-grow: 0.5;
  flex-shrink: 0;
}
.pagination a.pagination__next::after {
  content: "";
  background: url(/image/parts/arrow.svg) no-repeat;
  width: 18px;
  height: 14px;
  background-size: cover;
  position: absolute;
  right: 20px;
}
.pagination a.pagination__prev::after {
  content: "";
  background: url(/image/parts/arrow.svg) no-repeat;
  width: 18px;
  height: 14px;
  background-size: cover;
  position: absolute;
  left: 20px;
  transform: rotate(180deg);
}
.pagination .pagination__prev {
  margin-right: auto;
}
.pagination .pagination__next {
  margin-left: auto;
}
.pagination .pagination__label {
  max-width: 85%;
  text-align: center;
}

.mvArea_404 {
  width: 100%;
  height: 554px;
  background-position: center;
  background-size: cover;
  margin: 0 auto 100px;
  opacity: 0.75;
}
.mvArea_404 > div {
  width: 1000px;
  height: 554px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.mvArea_404 > div > div h2 {
  font-size: 42px;
  font-weight: bold;
  color: var(--color-blu);
  margin-bottom: 40px;
}
.mvArea_404 > div > div > div {
  width: 1000px;
  background: #fff;
}
.mvArea_404 > div > div > div p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.mvArea_404 > div > div > div a {
  color: #1A1311;
  text-decoration: underline;
}

/* navArea */
.navArea {
  width: 1200px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.navArea .navbox {
  width: 350px;
  margin-bottom: 150px;
  position: relative;
}
.navArea .navbox .nav_link {
  margin: 35px 20px;
}
.navArea .navbox ul li {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
.navArea .navbox ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: 0;
  top: 0.8rem;
  background: var(--color-grn);
  display: flex;
  align-items: center;
}
.navArea .navbox ul li a {
  color: var(--color-font);
}
.navArea .navbox ul li ul li {
  font-size: 1.6rem;
  font-weight: normal;
  padding-left: 0;
  margin: 8px 0;
}
.navArea .navbox ul li ul li:last-child {
  margin-bottom: 20px;
}
.navArea .navbox ul li ul li::before {
  content: none;
}
.navArea .navbox div.catch {
  width: 350px;
  height: 350px;
  padding-top: 50px;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  background: #F5F9FC;
  border-radius: 350px;
  color: var(--color-blu);
  position: relative;
}
.navArea .navbox div.catch h3 {
  font-size: 2.4rem;
  line-height: 1.5;
}
.navArea .navbox div.btn_detail {
  position: absolute;
  bottom: -70px;
}
.navArea .navbox div.btn_detail a {
  background: var(--color-grn);
  color: #fff;
  width: 350px;
  height: 70px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  position: relative;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.navArea .navbox div.btn_detail a::after {
  position: absolute;
  content: "";
  background: url(/image/parts/arrow.svg);
  right: 20px;
  width: 17px;
  height: 14px;
  background-size: cover;
  filter: brightness(0) invert(1);
}
.navArea .navbox div.btn_detail a:hover {
  text-decoration: none;
}
.navArea .navbox.about div.catch:after {
  content: "";
  background: url(/pts/image/top/about.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 118px;
  height: 199px;
  margin-top: 20px;
}
.navArea .navbox.side_effects div.catch:after {
  content: "";
  background: url(/pts/image/top/side_effects.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 215px;
  height: 186px;
  margin-top: 20px;
}
.navArea .navbox.support div.catch:after {
  content: "";
  background: url(/pts/image/top/support.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 215px;
  height: 166px;
  margin-top: 20px;
}
.navArea .navbox.urothelial_cancer div.catch:after {
  content: "";
  background: url(/pts/image/top/urothelial_cancer.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 143px;
  height: 178px;
  margin-top: 40px;
}
.navArea .navbox.medical_cost_reduction div.catch:after {
  content: "";
  background: url(/pts/image/top/medical_cost_reduction.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 215px;
  height: 102px;
  margin-top: 35px;
}
.navArea .navbox.tool div.catch:after {
  content: "";
  background: url(/pts/image/top/tool.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 156px;
  margin-top: 35px;
}

.genetic_testing {
  background: var(--color-rblu);
}
.genetic_testing .genetic_testing__inner {
  width: 1280px;
  margin: 0 auto;
  padding: 60px 0;
}
.genetic_testing .genetic_testing__inner h3 {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 40px;
  font-weight: bold;
}
.genetic_testing .genetic_testing__inner h3 span {
  font-size: 1.8rem;
  padding-left: 30px;
}
.genetic_testing .genetic_testing__inner .flex {
  display: flex;
}
.genetic_testing .genetic_testing__inner .flex div.list {
  width: 30%;
  margin-left: 10px;
}
.genetic_testing .genetic_testing__inner .flex div.list ul {
  margin-bottom: 30px;
}
.genetic_testing .genetic_testing__inner .flex div.list ul li a {
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.genetic_testing .genetic_testing__inner .flex div.list ul li a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  margin-right: 10px;
}
.genetic_testing .genetic_testing__inner .flex div.list .btn a {
  background: #fff;
  color: var(--color-rblu);
  border-radius: 70px;
  width: 350px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.genetic_testing .genetic_testing__inner .flex div.list .btn a::after {
  position: absolute;
  content: "";
  background: url(/image/parts/arrow.svg);
  right: 20px;
  width: 17px;
  height: 14px;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(18%) sepia(98%) saturate(2466%) hue-rotate(197deg) brightness(100%) contrast(100%);
}
.genetic_testing .genetic_testing__inner .flex div.img {
  width: 70%;
  display: flex;
  justify-content: end;
}
.genetic_testing .genetic_testing__inner .flex div.img img {
  width: 708px;
  height: 200px;
}

.pagenav_wrapper {
  background: #F5F9FC;
  padding-top: 80px;
}
.pagenav_wrapper .pagenav {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.pagenav_wrapper .pagenav .navbox {
  width: 360px;
  margin-bottom: 80px;
}
.pagenav_wrapper .pagenav .navbox h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color-blu);
  border-bottom: 1px solid var(--color-blu);
  padding-bottom: 15px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.pagenav_wrapper .pagenav .navbox .nav_link ul li {
  font-size: 1.8rem;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.pagenav_wrapper .pagenav .navbox .nav_link ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--color-grn);
  left: 0;
  top: 0.75rem;
}
.pagenav_wrapper .pagenav .navbox .nav_link ul li a {
  color: var(--color-font);
  font-weight: bold;
  line-height: 1.5;
}
.pagenav_wrapper .pagenav .navbox .nav_link ul li ul li {
  font-size: 1.6rem;
  margin: 10px 0;
  padding-left: 0;
}
.pagenav_wrapper .pagenav .navbox .nav_link ul li ul li a {
  font-weight: normal;
}
.pagenav_wrapper .pagenav .navbox .nav_link ul li ul li::before {
  content: none;
}

/* footer */
footer .footer__inner {
  width: 1280px;
  margin: 0 auto;
  padding: 38px 0 55px;
}
footer .footer__bottom {
  background: #fff;
}
footer .footer__bottom__inner {
  width: 1280px;
  margin: 0 auto;
  padding: 30px 0;
}

.footer__nav {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.footer__nav li {
  font-weight: bold;
  padding-right: 5px;
  font-size: 13px;
}
.footer__nav li::after {
  content: "｜";
  margin-left: 5px;
}
.footer__nav li:last-child:after {
  content: none;
}
.footer__nav a {
  font-size: 16px;
  text-decoration: none;
  color: #1A1311;
}
.footer__nav a:hover {
  text-decoration: underline;
}

.footer__txt {
  line-height: 1.8;
}
.footer__txt p {
  font-size: 1.6rem;
}

.footer__wrap {
  width: 100%;
  height: 1rem;
  margin-bottom: 20px;
  font-size: 12px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.footer__wrap .updated p {
  font-size: 1.2rem;
}
.footer__wrap .copy {
  display: flex;
}
.footer__wrap .copy p {
  font-size: 1.2rem;
}
.footer__wrap img {
  margin-right: 30px;
}

.copyright {
  position: absolute;
  top: 0;
  left: 174px;
  font-size: 12px;
  color: var(--color-gray01);
}

.footer__update {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: var(--color-gray01);
}

.footer__logo {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d4d4d4;
  align-items: center;
}

/* --------------------
   modal parts
----------------------- */
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

/* ---- modalArea ---- */
.modalArea {
  background-color: #fff;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modalArea .modal__wrap {
  position: relative;
}
.modalArea .modal__btn--close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modalArea .modal__btn--close img {
  margin-bottom: 4px;
}
.modalArea .modal__btn--close a {
  color: var(--color-blu);
}
.modalArea .modal__btn--close a:hover {
  opacity: 0.7;
}
.modalArea .modal__btn--close span {
  font-size: 12px;
  color: var(--color-blu);
}

.modal-block {
  display: none;
}

/* ---- disclaimer ---- */
.modalArea .disclaimer {
  width: 840px;
  padding: 36px 40px;
  background-color: #fff;
  border-radius: 10px;
}
.modalArea .disclaimer dl.disclaimer__cont {
  margin-bottom: 30px;
}
.modalArea .disclaimer dl.disclaimer__cont dt {
  font-size: 22px;
  text-align: center;
  color: var(--color-blu);
}
.modalArea .disclaimer dl.disclaimer__cont dd {
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid var(--color-blu);
  font-size: 18px;
  line-height: 1.78;
}
.modalArea .disclaimer dl.disclaimer__cont dd:last-child {
  border-top: none;
  padding-top: 0;
  margin-top: 30px;
}
.modalArea .disclaimer ul.disclaimer__btn {
  width: 455px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.modalArea .disclaimer ul.disclaimer__btn li {
  width: 48%;
}
.modalArea .disclaimer ul.disclaimer__btn li a {
  display: block;
  padding: 27px 0;
  border-radius: 50px;
  background: var(--color-blu);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.modalArea .disclaimer ul.disclaimer__btn li span {
  text-align: center;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.modalArea .disclaimer ul.disclaimer__btn li a:hover {
  opacity: 0.8;
}

/* ---- modal-outlink ---- */
.modal-outlink {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.modal-outlink .modal_bg {
  background-color: #000000;
  opacity: 0.7;
  height: 100vh;
  width: 100%;
  position: absolute;
}
.modal-outlink .modal__content {
  width: 520px;
  padding: 40px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 1.78;
  border-radius: 12px;
}
.modal-outlink ul.btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-outlink ul.btn li a {
  display: block;
  width: 210px;
  padding: 27px 0;
  border-radius: 12px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.modal-outlink ul.btn li.ok a {
  background: var(--color-blu);
  color: #ffffff;
}
.modal-outlink ul.btn li.back a {
  background: #ffffff;
  color: var(--color-blu);
  border: 1px solid #C7C7C7;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}
.modal-outlink ul.btn li a:hover {
  opacity: 0.8;
}

/* --------------------
   pts配下 parts
----------------------- */
/* .wrap */
.wrap-main {
  width: 100%;
}

/* ---- pagetop --- */
#scroll-top {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 999;
}
#scroll-top a {
  display: block;
}
#scroll-top a img {
  width: 100%;
}

/* ---- /pts/404/ ---- */
.notfound .wrap-main {
  padding-bottom: 100px;
}

.notfound .sec__bg {
  padding-top: 100px;
}

.notfound h1 {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-blu);
  text-align: center;
}

.notfound .link__btn--top li a {
  display: block;
  width: 300px;
  padding: 32px 0;
  margin: 0 auto;
  background: var(--color-blu);
  border-radius: 12px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
}

.notfound .link__btn--top li a:hover {
  opacity: 0.8;
}

/* --------------------
   pcのみ 
----------------------- */
@media screen and (min-width: 769px) {
  /* device */
  .for-pc {
    display: block;
  }
  .for-sp {
    display: none;
  }
  .flex50 {
    display: flex;
    margin: 20px 0;
  }
  .flex50 > div {
    width: 50%;
  }
  .flex50 > div img {
    width: 100%;
  }
  .pagination a.w53 {
    max-width: 53%;
  }
}
/* --------------------
  pts配下共通
  tabletのみ
----------------------- */
@media (min-width: 769px) and (max-width: 1280px) {
  header {
    width: 1280px;
    padding: 20px 5px;
  }
  header .gnav__wrap {
    width: 1270px;
  }
  .gnav__wrap {
    width: 1280px;
  }
  .sub-menu {
    width: 1280px;
  }
  .sub-menu__list {
    width: 1280px !important;
    justify-content: flex-start;
  }
  .site-nav {
    width: 1280px;
    padding: 54px 5px;
  }
  .warp-site-nav-forpc {
    width: 1270px;
  }
  .site-nav-forpc__cont--02 {
    width: 1270px;
    padding: 20px 35px;
  }
  footer {
    padding: 38px 5px 80px;
  }
}
.header_read {
  width: 1280px;
  margin: 0 auto 50px;
}
.header_read p {
  text-align: center;
}

.print_button {
  width: 400px;
  margin: 40px auto 80px;
}
.print_button button {
  width: 100%;
  height: 70px;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: var(--color-rblu);
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.print_button button:hover {
  opacity: 0.7;
}

.print main {
  margin-bottom: 0;
}
.print main .content-area {
  margin-top: 50px;
  margin-bottom: 20px;
}
.print main .content-area h2 span {
  display: block;
  font-size: 2rem;
  padding-bottom: 15px;
}
.print footer .footer__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 38px 0 55px;
}
.print footer .footer__bottom {
  background: #fff;
}
.print footer .footer__bottom__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
.print .print_button {
  width: 400px;
  margin: 40px auto 80px;
}
.print .print_button button {
  width: 100%;
  height: 70px;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: var(--color-rblu);
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.print .print_button button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .print footer .footer__bottom__inner {
    width: 92vw;
    margin: 0 auto;
    padding: 7.69vw 0;
  }
  .print .print_button {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}/*# sourceMappingURL=common_pc.css.map */