@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
@import "/Portals/0/Skins/skin_common.css";
body.fontSize1 {
  font-size: 100%;
}

body,
body.fontSize2 {
  font-size: 112.5%;
}

body.fontSize3 {
  font-size: 125%;
}

body {
  min-width: 1240px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1rem;
  color: #000;
}

#blockskip {
  display: none;
}

.inner {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

footer .foot_top .footer_wrap > .align_center > a {
  display: inline-block;
  margin-bottom: 130px;
}
footer .foot_top .footer_wrap .footer_link .item_area {
  display: flex;
  justify-content: space-between;
}
footer .foot_top .footer_wrap .footer_link .item_area .img_item a {
  text-decoration: none;
}
footer .foot_top .footer_wrap .footer_link .item_area .img_item a .txt {
  margin-bottom: 0;
  padding-right: 20px;
  position: relative;
  color: #000;
  transition: all 0.3s ease-in-out;
}
footer .foot_top .footer_wrap .footer_link .item_area .img_item a .txt:before, footer .foot_top .footer_wrap .footer_link .item_area .img_item a .txt:after {
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #0082c4;
  content: "";
}
footer .foot_top .footer_wrap .footer_link .item_area .img_item a .txt:before {
  width: 19px;
  transform: translateY(0%);
}
footer .foot_top .footer_wrap .footer_link .item_area .img_item a .txt:after {
  width: 9px;
  transform: translateY(-50%) rotate(25deg);
  transform-origin: right center;
}
footer .foot_top .footer_wrap .footer_link .item_area .img_item a:hover img {
  opacity: 0.7;
}
footer .foot_top .footer_wrap .footer_link .item_area .img_item a:hover .txt {
  text-decoration: underline;
  color: #0082c4;
}
footer .foot_top .footer_wrap .footer_link .item a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
footer .foot_top .footer_wrap .footer_link .item a + * a {
  font-size: 0.875rem;
}
footer .foot_top .footer_wrap .footer_link .item a + * a:hover {
  text-decoration: underline;
  color: #0082c4;
}
footer .foot_top .footer_wrap .footer_link .item a + * > * {
  margin-top: 1%;
}
footer .foot_top .footer_wrap .footer_link .item a + * > *:where(:nth-child(-n+2)) {
  margin-top: 0;
}
footer .foot_top .footer_wrap .footer_link .item a:hover {
  text-decoration: underline;
  color: #0082c4;
}
footer .foot_top .footer_wrap .footer_link .item > a {
  margin-bottom: 36px;
  display: block;
  font-size: 1.375rem;
}
footer .foot_top .footer_item > ul > li {
  display: none;
}
footer .foot_top .footer_item > ul > li.Tab101, footer .foot_top .footer_item > ul > li.Tab105, footer .foot_top .footer_item > ul > li.Tab116, footer .foot_top .footer_item > ul > li.Tab129, footer .foot_top .footer_item > ul > li.Tab146, footer .foot_top .footer_item > ul > li.Tab189 {
  display: block;
}
footer .foot_top .pagetop {
  position: absolute;
  bottom: 20px;
  right: 40px;
  margin: 0;
}
footer .foot_top .pagetop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 19px;
  background: url(/Portals/0/images/common/ico_arrow_bl.svg) 0 0 no-repeat;
}
footer .foot_top .pagetop a {
  font-family: "adobe-garamond-pro", serif;
  text-decoration: none;
  color: #000;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  position: relative;
  padding-bottom: 25px;
}
footer .foot_top .pagetop a:hover {
  opacity: 0.7;
}
footer .foot_bottom .foot_list_bottom {
  margin-top: 100px;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 100px 0 35px 0;
  display: flex;
  justify-content: center;
}
footer .foot_bottom .foot_list_bottom > li {
  margin: 0 40px;
}
footer .foot_bottom .foot_list_bottom > li > a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
}
footer .foot_bottom .foot_list_bottom > li > a:hover {
  color: #0082c4;
  text-decoration: underline;
}
footer .foot_bottom .copyright {
  padding-bottom: 50px;
  text-align: center;
}
footer .foot_bottom .copyright > span {
  font-family: "Garamond";
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.75rem;
}

#skin {
  /*position: relative;*/
}

#header .head_bottom .token_menu ul li.Tab101, #header .head_bottom .token_menu ul li.Tab105, #header .head_bottom .token_menu ul li.Tab116, #header .head_bottom .token_menu ul li.Tab129, #header .head_bottom .token_menu ul li.Tab146, #header .head_bottom .token_menu ul li.Tab189 {
  display: block;
  margin-right: clamp(1.563rem, 1.341rem + 0.95vw, 2.5rem);
}
#header .head_bottom .token_menu ul li.Tab189 {
  margin-right: 0;
}

.head_title_img > img {
  /*width: 100%;*/
}

.editMode .pagetitle .inner h1 {
  color: #000;
  position: static;
}
.editMode .pagetitle .inner .page_title_area {
  position: static;
}
.editMode .pagetitle .inner .page_title_area .sub_title {
  color: #000;
}

/*
  以下、スキン固有の記述をする
*/