@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "YuGothic Regular", sans-serif;
  color: #1A1311;
  font-size: 18px;
  line-height: 1.78;
  box-sizing: border-box;
}

body * {
  box-sizing: inherit;
}

.scroll_rock.active {
  overflow: hidden;
}

/* base color */
:root {
  --color-red: #ED726A;
  --color-ylw: #FFB71A;
  --color-blu: #005399;
  --color-font: #1A1311;
  --color-link: #4496D6;
}

/* link */
a {
  color: #4496D6;
  text-decoration: none;
  transition: 0.3s ease;
}

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 */
.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;
}

/* --------------------
   parts
----------------------- */
/* ---- header ---- */
header {
  background: url(/image/parts/bg_b.png);
  width: 100%;
  height: 102px;
  position: relative;
  /* .header__cont */
  /* .header__nav */
}
header .header__wrap {
  position: absolute;
  width: 1280px;
  height: 100px;
  border-radius: 10px;
  left: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateX(-50%);
  top: 35px;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0 30px;
  z-index: 1;
}
header .header__wrap.hover {
  border-radius: 10px 10px 0 0;
}
header .header__logo {
  width: 416px;
  height: auto;
  display: flex;
  align-items: center;
}
header .header__logo img {
  width: 100%;
  height: auto;
}
header .header__menu__pc {
  display: flex;
  align-items: center;
  /* dropdown */
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
header .header__menu__pc .header__menu__pc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .header__menu__pc .header__menu__pc > ul > li {
  display: flex;
  align-items: center;
  height: 100px;
}
header .header__menu__pc .dropdown_menu {
  display: none;
  position: absolute;
  width: 1280px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: #EBF5FF;
  padding: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 10px 10px;
  animation: fadeIn 0.3s ease-in-out;
}
header .header__menu__pc .dropdown_menu ul {
  display: flex;
  flex-wrap: wrap;
}
header .header__menu__pc .dropdown_menu li {
  padding: 10px 20px;
}
header .header__menu__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;
  width: 360px;
  height: 72px;
  text-align: left;
  color: var(--color-link);
  position: relative;
  border: 1px solid #fff;
}
header .header__menu__pc .dropdown_menu li a:hover {
  border: 1px solid var(--color-link);
}
header .header__menu__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 .header__menu__pc .dropdown:hover .dropdown_menu {
  display: block;
}
header .header__menu__pc .dropdown_about {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 20px;
}
header .header__menu__pc .dropdown_about.hover::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color-ylw);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .header__menu__pc .dropdown_effects {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 20px;
}
header .header__menu__pc .dropdown_effects.hover::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color-ylw);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .header__menu__pc .dropdown_adm {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 20px;
}
header .header__menu__pc .dropdown_adm.hover::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color-ylw);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .header__menu__pc .dropdown_adm:hover .dropdown_menu {
  display: block;
}
header .header__menu__pc ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header__menu__pc ul li {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  height: 100px;
  display: flex;
  align-items: center;
}
header .header__menu__pc ul li:last-child {
  margin-right: 0;
}
header .header__menu__pc ul li a {
  color: var(--color-blu);
}
header .header__menu__pc .contact {
  margin-left: 15px;
}
header .header__menu__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 .header__menu__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 {
  background: url(/image/parts/bg_y.png);
  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;
  background: url(/image/parts/bg_y.png);
  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: 554px;
  background: url(/pts/image/top/mv_bg.png) 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto 100px;
}

.mvArea_404 {
  width: 100%;
  height: 554px;
  background: url(/image/parts/bg_y.png);
  background-position: center;
  background-size: cover;
  margin: 0 auto 100px;
  opacity: 0.75;
}
.mvArea_404 > div {
  width: 1160px;
  height: 554px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.mvArea_404 > div > div h2 {
  font-size: 42px;
  font-weight: bold;
  color: #4496D6;
  margin-bottom: 40px;
}
.mvArea_404 > div > div > div {
  width: 796px;
  background: #fff;
  padding: 60px;
}
.mvArea_404 > div > div > div p {
  font-size: 20px;
  font-weight: bold;
}
.mvArea_404 > div > div > div a {
  color: #1A1311;
  text-decoration: underline;
}

/* navArea */
.navArea {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.navArea .nav__list {
  width: 360px;
  border: 1px solid #CCCCCC;
  border-top: 0;
  padding-bottom: 20px;
  position: relative;
}
.navArea .nav__list.about li:first-child a::before {
  background: url(/image/parts/illust_about.png) no-repeat;
}
.navArea .nav__list.effects li:first-child a::before {
  background: url(/image/parts/illust_effects.png) no-repeat;
}
.navArea .nav__list.adm li:first-child a::before {
  background: url(/image/parts/illust_adm.png) no-repeat;
}
.navArea .nav__list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  top: 0;
}
.navArea .nav__list.about::before {
  background: #ED726A;
}
.navArea .nav__list.effects::before {
  background: #FFB71A;
}
.navArea .nav__list.adm::before {
  background: #005399;
}
.navArea .nav__list li {
  font-weight: bold;
  margin: 0 20px 0;
  display: flex;
  align-items: center;
}
.navArea .nav__list li:first-child {
  font-size: 22px;
  box-sizing: border-box;
  margin: 12px 0 15px 0;
}
.navArea .nav__list li:first-child a {
  position: relative;
  height: 110px;
  padding-left: 110px;
  line-height: 110px;
}
.navArea .nav__list li:first-child a::before {
  content: "";
  position: absolute;
  background-size: cover;
  width: 90px;
  height: 90px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.navArea .nav__list li:first-child a::after {
  right: 17px;
}
.navArea .nav__list li:first-child a:hover {
  border-bottom: 1px solid #CCCCCC;
}
.navArea .nav__list li.line2 a {
  line-height: 1.6;
  padding-top: 20px;
}
.navArea .nav__list li a {
  color: #4496D6;
  width: 100%;
  height: 100%;
  padding: 0 0 0 5px;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #CCCCCC;
  height: 57px;
  line-height: 57px;
}
.navArea .nav__list li a::after {
  position: absolute;
  content: "";
  background: url(/image/parts/arrow.png) no-repeat;
  background-size: cover;
  width: 19.5px;
  height: 13.09px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.navArea .nav__list li a:hover {
  background: #F6F6F6;
  box-sizing: border-box;
  border-bottom: 2px solid #4496D6;
}

/* sitemap */
.sitemap main {
  margin: 80px 0;
}
.sitemap .wrap-main .content {
  margin-bottom: 0;
}
.sitemap .wrap-main .content ul {
  margin-bottom: 60px;
}
.sitemap .wrap-main .content ul:last-child {
  margin-bottom: 0;
}
.sitemap .wrap-main .content ul:last-child li {
  margin-bottom: 0;
}
.sitemap .wrap-main .content ul li:not(:first-child) {
  margin-bottom: 10px;
}
.sitemap .wrap-main .content ul li:not(:first-child) a {
  border-bottom: 1px solid var(--color-link);
  padding: 0 34px 7px 7px;
  position: relative;
}
.sitemap .wrap-main .content ul li:not(:first-child) a::after {
  content: "";
  position: absolute;
  background: url(/image/parts/arrow.png) no-repeat;
  background-size: cover;
  width: 19.5px;
  height: 13.09px;
  right: 5px;
  top: calc(50% - 10px);
}
.sitemap .wrap-main .content ul li a {
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
}
.sitemap .wrap-main .content ul li:first-child {
  font-size: 30px;
  border-bottom: 2px solid var(--color-link);
  margin-bottom: 30px;
}
.sitemap .wrap-main .content ul li:first-child a {
  display: block;
  position: relative;
}
.sitemap .wrap-main .content ul li:first-child a::after {
  content: "";
  position: absolute;
  background: url(/image/parts/arrow.png) no-repeat;
  background-size: cover;
  width: 19.5px;
  height: 13.09px;
  right: 5px;
  top: calc(50% - 7px);
}
.sitemap .wrap-main .content ul li.external_link a::after {
  content: "";
  position: absolute;
  background: url(/image/parts/icon_external_link_blu.png) no-repeat;
  background-size: cover;
  width: 16.5px;
  height: 16.5px;
  right: 5px;
  top: calc(50% - 8px);
}

/* footer */
footer {
  background: url(/image/parts/bg_y.png);
}
footer .footer__inner {
  width: 1280px;
  margin: 0 auto;
  padding: 38px 0 68px;
}
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 {
  font-size: 16px;
  line-height: 1.8;
}

.footer__wrap {
  width: 100%;
  height: 1rem;
  margin-bottom: 20px;
  font-size: 12px;
  position: relative;
}

.footer__jp {
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  font-size: 11px;
  line-height: 1;
}

.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: 10px;
  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%;
  padding-bottom: 100px;
}

/* ---- 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%;
  }
}
/* --------------------
  pts配下共通
  tabletのみ
----------------------- */
@media (min-width: 769px) and (max-width: 1280px) {
  header {
    width: 1280px;
    padding: 20px 5px;
  }
  header .header__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;
  }
}/*# sourceMappingURL=common_pc.css.map */