@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Old+Mincho:wght@400;500;600;700&family=Roboto:wght@400;500;700&family=EB+Garamond:ital@0;1&family=Zen+Old+Mincho:wght@400;700&display=swap");
@import "/Portals/0/css/base.css";
@import "/Portals/0/css/contents.css";
body.fontSize1 {
  font-size: 87.5%;
}

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

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

body {
  min-width: 1280px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 100%;
  color: #222;
}

#blockskip {
  display: none;
}

.foot_middle_inner,
.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1360px;
}

._Index .index_news_wrap {
  padding-top: 100px;
  margin-top: 173px;
  background: url("/Portals/0/images/index/bg_news_wrap_01.png") no-repeat top 11px right, linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 92%, rgb(232, 232, 232) 100%);
}

._Index .index_bnrarea {
  margin-bottom: 60px;
  padding-bottom: 0;
}

.breadcrumb {
  color: #555555;
  margin: 20px 0 100px;
  font-size: 14px;
}
.breadcrumb .inner > span {
  display: block;
  line-height: 1.25;
}
.breadcrumb .inner > span > * {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb .inner > span span.separator {
  margin: 0 1em;
  width: 1em;
  height: 1em;
  position: relative;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumb .inner > span span.separator:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #999;
  /* transform: rotate(135deg) translate(-50%, -50%); */
  border-right: none;
  border-bottom: none;
  position: absolute;
  top: 4px;
  /* left: 50%; */
  /* text-indent: 0; */
  /* z-index: 100; */
  /* overflow: visible; */
  transform: rotate(135deg);
  bottom: auto;
}
.breadcrumb .inner > span span.breadcrumbItem {
  margin: 0;
}
.breadcrumb .inner > span a {
  color: #555555;
  text-decoration: none;
}
.breadcrumb .inner > span a:hover {
  color: #CC0000;
}

#footer {
  position: relative;
  margin-top: 180px;
}
#footer .inner {
  max-width: 1580px;
  width: 100%;
}

._Index #footer {
  margin-top: 100px;
}

.foot_top {
  background: url(/Portals/0/images/common/bg_footer.jpg) bottom center no-repeat #222222;
  background-size: cover;
  padding: 140px 0;
  position: relative;
}

.foot_bottom {
  padding: 70px 0 80px;
}
.foot_bottom > .inner {
  display: flex;
  gap: 0 30px;
  justify-content: space-between;
}

.pagetop {
  width: 80px;
  height: 80px;
  right: 0;
  position: absolute;
  z-index: 80;
  background-color: #2b2b2b;
  bottom: 0;
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.pagetop a:after {
  content: "";
  width: 3px;
  height: 30px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: -3px;
  bottom: 0;
  margin: auto;
}
.pagetop a:before {
  content: "";
  width: 3px;
  height: 15px;
  display: block;
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg);
  top: -18px;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 13px;
}
.pagetop.in {
  bottom: 0;
  top: auto;
}
.pagetop .in.fix {
  top: 0;
}

.copyright {
  margin-top: 30px;
  color: #888888;
  font-size: 87.5%;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#header .head_bottom .token_menu ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 0 30px;
}
#header .head_bottom .token_menu ul li {
  display: none;
}
#header .head_bottom .token_menu ul li ul {
  display: none;
}
#header .head_bottom .token_menu ul li a {
  color: #222;
  text-decoration: none;
  display: block;
  padding: 0px 0 7px;
  position: relative;
  width: max-content;
}
#header .head_bottom .token_menu ul li a:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 125px;
  height: 2px;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#header .head_bottom .token_menu ul li a:hover {
  opacity: 1;
  color: #cc0000;
}
#header .head_bottom .token_menu ul li a.parentLink:after, #header .head_bottom .token_menu ul li a.currentLink:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(204, 0, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
#header .head_bottom .token_menu ul li.Tab101,
#header .head_bottom .token_menu ul li.Tab111,
#header .head_bottom .token_menu ul li.Tab171,
#header .head_bottom .token_menu ul li.Tab145,
#header .head_bottom .token_menu ul li.Tab217,
#header .head_bottom .token_menu ul li.Tab330,
#header .head_bottom .token_menu ul li.Tab255 {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 90;
}
#header > .inner {
  min-width: 1280px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 40px;
  min-height: 125px;
  max-width: none;
}
#header > .inner .left {
  max-width: 230px;
}
#header > .inner .left a:hover {
  opacity: 0.7;
}
#header > .inner .right {
  width: calc(100% - 400px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 40px;
}
#header > .inner .right .head_top {
  display: flex;
  gap: 0 30px;
  margin-bottom: 18px;
  justify-content: flex-end;
}
#header .head_font {
  display: flex;
  font-size: 87.5%;
}
#header .head_font .title {
  display: inline-block;
  padding-right: 1em;
  color: #666666;
  text-decoration: underline;
}
#header .head_font #font_sizer {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0;
}
#header .head_font #font_sizer > * {
  display: inline-flex;
  width: 36px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  color: #888888;
}
#header .head_font #font_sizer > *:hover {
  cursor: pointer;
  opacity: 1;
}
#header .head_font #font_sizer > *.active {
  color: #fff;
  background-color: #222222;
  opacity: 1;
}

#header.is-fix {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
}
#header.is-fix > .inner {
  transition: 500ms min-height ease;
}
#header.is-fix > .inner .right .head_top,
#header.is-fix > .inner .HeadLoginPane {
  display: none;
}
#header.is-fix > .inner .head_bottom {
  padding: 0;
}

.head_font ul#font_sizer {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
}

#header.header.is-fix > .inner {
  min-height: auto;
  padding: 20px 0 20px 40px;
}

.editMode #header {
  position: relative;
}

@media screen and (max-width: 1540px) {
  #header > .inner .right {
    margin-right: 10px;
    width: calc(100% - 385px);
  }
  .head_top .h_link_wrap,
  ul.h_link {
    gap: 0 5px;
  }
  .head_top .risk_btn a {
    padding: 2px 10px;
  }
  #header > .inner .right .head_top {
    gap: 0 5px;
  }
}
@media screen and (max-width: 1390px) {
  .h_link_wrap {
    font-size: 87.5%;
  }
  .risk_btn a {
    padding: 3px 5px;
    text-align: center;
  }
  .head_search .SearchInput.submitArea {
    width: 175px;
  }
  #header .head_bottom .token_menu ul {
    gap: 0 15px;
  }
}
._1Column .content_top_LR {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

._2Column .content_middle {
  display: flex;
  justify-content: space-between;
}
._2Column aside.side_area {
  width: 300px;
}
._2Column main.main_area {
  width: 920px;
  margin-right: 60px;
}
._2Column .inner.print_area {
  margin: 50px auto;
}
._2Column .breadcrumb {
  margin-bottom: 50px;
}

@media print {
  body {
    min-width: auto;
  }
  ._2Column {
    zoom: 0.85;
  }
  ._2Column .content_middle {
    display: block;
  }
  ._2Column main.main_area {
    width: 100%;
    margin: 0;
  }
  ._2Column aside.side_area {
    width: 100%;
    display: none;
  }
  ._2Column #header,
  ._2Column #footer {
    display: none;
  }
  ._2Column .breadcrumb > .inner,
  ._2Column .print_area {
    display: none;
  }
  ._2Column div#main {
    padding-top: 0 !important;
  }
  ._2Column .inner.content_middle {
    padding: 0;
  }
  body:not(._2Column) header#header {
    position: static;
    height: 125px;
  }
}
/*
  以下、スキン固有の記述をする
*/