@charset "UTF-8";
/* ****************************************************
layout.css
***************************************************** */
/*
.cc-window {
  display: none !important;
}
*/

body {
	font-size: 16px;
	line-height: 20px;
	font-family: "Noto Sans JP","Meiryo","メイリオ","Hiragino Kaku Gothic ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic","ＭＳ Ｐゴシック",Arial,sans-serif;
	color: #333333;
	background: #fff;
	overflow-wrap: anywhere;
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
}

/* SPとPCの改行表示 */
.onlypc {
	display: none;
}

@media screen and (min-width:769px) {
  .onlypc {
    display: block;
  }
  td.onlypc {
    display: table-cell;
  }

  .onlysp {
    display: none;
  }
}

/* ベースリンクカラー */
#main-area a{
  color: #333;
}
@media screen and (min-width:769px) {
  #main-area a:hover{
    color: #e60012;
  }
}

/*
ヘッダー
*/

/* ヘッダーラベル */
.JPX-header-label {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right ,#a3000d 50%, #e60012 100%);
  margin-bottom: 49px;
  height: 50px;
}
.JPX-header-label-main {
  background: #000000;
  flex-grow: 1;
  transform: skewX(-26deg);
  margin-left: -15px;
  height: 50px;
  display: flex;
  align-items: center;
}
.JPX-header-label-main ul {
  transform: skewX(26deg);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 7px 0 7px 28px;
  margin-left: -12px;
}
.JPX-header-label-main ul li {
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  margin-left: 12px;
}
.JPX-header-label-main ul li a {
  color: #ffffff;
  text-decoration: none;
}
.JPX-header-label-link {
  width: 132px;
  flex-shrink: 0;
  text-align: right;
}
.JPX-header-label-link > a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  margin-right: 12px;
  background: url(../fonts/icn-circle-arw.svg) top 4px right no-repeat;
  background-size: 12px 12px;
  padding-right: 20px;
}
@media screen and (min-width:769px) {
  .JPX-header-label {
    height: 33px;
  }
  .JPX-header-label-main {
    height: 33px;
  }
}
@media screen and (min-width:1025px) {
  .JPX-header-label {
    background: linear-gradient(to right ,#a3000d 80%, #e60012 100%);
    margin-bottom: 0;
  }
  .JPX-header-label-main {
    margin-left: -12px;
  }
  .JPX-header-label-main ul {
    padding: 10px 0 10px 39px;
    margin-left: -16px;
  }
  .JPX-header-label-main ul li {
    font-size: 12px;
    line-height: 13px;
    margin-left: 16px;
  }
  .JPX-header-label-main ul li a:hover {
    text-decoration: underline;
  }
  .JPX-header-label-link {
    width: 207px;
  }
  .JPX-header-label-link > a {
    font-size: 14px;
    margin-right: 27px;
    background: url(../fonts/icn-circle-arw.svg) top 4px right no-repeat;
    background-size: 14px 14px;
    padding-right: 21px;
  }
  .JPX-header-label-link > a:hover {
    text-decoration: underline;
  }
}

/* ヘッダーメイン */
.JPX-header-main {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 10;
  background-color: rgba(0,0,0,0.25);
}
.JPX-header-mainInner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #d1d1d1;
  background-color: #fff;
}
.JPX-header-logo {
  padding: 7px 0 6px 16px;
}
.JPX-header-logo img {
  width: 167px;
  vertical-align: bottom;
}
.JPX-header-btn {
  width: 48px;
  height: 48px;
  position: relative;
  background-color: #000;
}
.JPX-header-btn span {
  position: absolute;
  width: 60%;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
}
.JPX-header-btn span:first-of-type{
  top: 30%;
  left: 0;
  right: 0;
}
.JPX-header-btn span:nth-of-type(2){
  top: 50%;
  left: 0;
  right: 0;
}
.JPX-header-btn span:last-of-type{
  top: 70%;
  left: 0;
  right: 0;
}
.-is-sp-menu-open .JPX-header-btn span:first-of-type{
  top: 50%;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}
.-is-sp-menu-open .JPX-header-btn span:nth-of-type(2){
  opacity: 0;
}
.-is-sp-menu-open .JPX-header-btn span:last-of-type{
  top: 50%;
  left: 0;
  right: 0;
  transform: rotate(-45deg);
}
.JPX-header-btn img {
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width:769px) {
  .JPX-header-main {
    top: 33px;
  }
}
@media screen and (min-width:1025px) {
  .JPX-header-main {
    position: relative;
    background-color: #fff;
  }
  .JPX-header-mainInner {
    max-width: 1312px;
    margin: 0 auto;
    border-bottom: none;
    padding: 0 15px;
  }
  .JPX-header-logo {
    padding: 12px 0;
  }
  .JPX-header-logo img,
  .JPX-header-logo source {
    width: 217px;
	display: block;
  }
  .JPX-header-btn {
    display: none;
  }
}

/* ヘッダーメニュー */
.-is-sp-menu-open {
  overflow: hidden;
}
.-is-sp-menu-fixed .JPX-header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.JPX-header-menu {
  display: none;
  height: calc(100vh - 99px);
  overflow-x: auto;
}
.-is-sp-menu-fixed .JPX-header-menu {
  height: calc(100vh - 49px);
}
@media screen and (min-width:1025px) {
  .-is-sp-menu-open {
    overflow: visible;
  }
  .JPX-header-main {
    top: 0 !important;
  }
  .-is-sp-menu-fixed .JPX-header-main {
    position: static;
  }
  .JPX-header-menu {
    display: block !important;
    height: 50px !important;
    overflow-x: visible;
  }
  .-is-sp-menu-fixed .JPX-header-menu {
    height: auto;
  }
  .JPX-header-sp-global-links {
    display: none;
  }
}

/* PCヘッダー */
.JPX-header-pc-global {
  position: relative;
  display: none;
}
.-is-pc-menu-fixed .JPX-header-pc-global {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.JPX-header-pc-global-menu {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.JPX-header-pc-global-menu > ul {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.JPX-header-pc-global-menu > ul > li {
  border-left: 1px solid #d1d1d1;
  flex-grow: 1;
  align-self: stretch;
}
.JPX-header-pc-global-menu > ul > li:last-child {
  border-right: 1px solid #d1d1d1;
}
.JPX-header-pc-global-menu > ul > li > a {
  display: block;
  font-size: 10px;
  line-height: 16px;
  padding: 16px 0;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}
.JPX-header-pc-global-menu > ul > li > a img {
  width: 20px;
}
.JPX-header-pc-global-menu > ul > li > a > span {
  padding-right: 19px;
  background: url(../fonts/icn-arrow_take_open.svg) right center no-repeat;
  background-size: 12px 12px;
}
.JPX-header-pc-global-menu > ul > li.-is-active > a {
  color: #E60012;
  position: relative;
}
.JPX-header-pc-global-menu > ul > li.-is-active > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E60012;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.JPX-header-pc-global-menu > ul > li.-is-active > a > span {
  background: url(../fonts/icn-arrow_take_close.svg) right center no-repeat;
  background-size: 12px 12px;
}
.JPX-header-pc-global-menu > ul > li.-is-jpx-link {
  display: none;
  width: 48px;
  flex-shrink: 0;
  flex-grow: 0;
}
.-is-pc-menu-fixed .JPX-header-pc-global-menu > ul > li.-is-jpx-link {
  display: block;
}
.JPX-header-pc-global-menu > ul > li.-is-jpx-link > a {
  padding: 8px 0 0;
}
@media screen and (min-width:1025px) {
  .JPX-header-pc-global {
    display: block;
  }
}
@media screen and (min-width:1025px) {
  .JPX-header-pc-global-menu > ul > li > a {
    font-size: 14px;
  }
}

/* PCヘッダーデータ */
.JPX-header-pc-global-data {
  width: 100%;
  /* background-color: #fff; */
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 10;
  /*max-height: calc(100vh - 225px);*/
  /*overflow: auto;*/
  display: none;
}
.-is-pc-menu-fixed .JPX-header-pc-global-data {
  max-height: calc(100vh - 104px);
}
.JPX-header-pc-global-data-item {
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1312px;
  margin: 0 auto;
  padding: 24px 15px;
  max-height: 450px;
  overflow: auto;
}
.JPX-header-pc-global-data-item-main {
  width: 20%;
  flex-shrink: 0;
  margin-right: 16px;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
.JPX-header-pc-global-data-main-menu-title {
  background-color: #F7F7F7;
  border-radius: 4px 4px 0 0;
}
.JPX-header-pc-global-data-main-menu-title > a {
  display: block;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 32px 12px 16px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  background: url(../fonts/icn-arrow_menu_link.svg) right 16px center no-repeat;
  background-size: 12px 12px;
}
.JPX-header-pc-global-data-main-menu-title > a:hover {
  color: #E60012;
  background: url(../fonts/icn-arrow_menu_link_red.svg) right 16px center no-repeat;
  background-size: 12px 12px;
}
.JPX-header-pc-global-data-main-menu > ul > li {
  border-top: 1px solid #fff;
}
.JPX-header-pc-global-data-main-menu > ul > li:last-child > a {
  border-radius: 0 0 4px 4px;
}
.JPX-header-pc-global-data-main-menu > ul > li > a {
  display: block;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 14px 32px;
  background-color: #fff8f8;
  color: #000;
}
.JPX-header-pc-global-data-main-menu > ul > li.-is-active > a {
  position: relative;
  color: #fff;
  background: linear-gradient(to right ,#e60012 50%, #a3000d 100%);
}
.JPX-header-pc-global-data-main-menu > ul > li.-is-active > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background: url(../fonts/ico_global_arw.svg) 0 0 no-repeat;
  background-size: 8px 16px;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translate(0, -50%);
}
.JPX-header-pc-global-data-main-menu > ul > li.-is-link > a {
  background: url(../fonts/icn-arrow_menu_link.svg) right 16px center no-repeat #fff8f8;
  background-size: 12px 12px;
}
.JPX-header-pc-global-data-main-menu > ul > li.-is-link > a:hover {
  color: #fff;
  background: url(../fonts/icn-arrow_menu_link_white.svg) right 16px center no-repeat, linear-gradient(to right ,#e60012 50%, #a3000d 100%);
}
.JPX-header-pc-global-data-item-sub {
  flex-grow: 1;
  margin-right: 16px;
}
.JPX-header-pc-global-data-sub-menu {
  background-color: #fff;
  display: none;
}
.JPX-header-pc-global-data-sub-menu-title > a {
  display: block;
  font-size: 14px;
  line-height: 15px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  padding: 15px 32px 15px 16px;
  background: url(../fonts/icn-arrow_menu_link.svg) right 16px center no-repeat;
  background-size: 12px 12px;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.JPX-header-pc-global-data-sub-menu-title > a::before {
  content: "";
  display: block;
  width: 4px;
  height: 18px;
  background: linear-gradient(#e60012 0%, #a3000d 100%);
  transform: skewY(26deg);
  position: absolute;
  top: 15px;
  left: 0;
}
.JPX-header-pc-global-data-sub-menu-title > a:hover {
  color: #E60012;
  background: url(../fonts/icn-arrow_menu_link_red.svg) right 16px center no-repeat;
  background-size: 12px 12px;
}
.JPX-header-pc-global-data-sub-menu-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.JPX-header-pc-global-data-sub-menu-box ul {
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
}
.JPX-header-pc-global-data-sub-menu-box ul li {
  margin-top: 24px;
  width: 50%;
}
.JPX-header-pc-global-data-sub-menu-box ul li a {
  font-size: 14px;
  line-height: 15px;
  color: #000;
  text-decoration: none;
  width: 95%;
  display: block;
}
.JPX-header-pc-global-data-sub-menu-box ul li a:hover {
  color: #E60012;
  text-decoration: underline;
}
.JPX-header-pc-global-data-sub-menu-box ul:nth-child(1) {
  flex-grow: 1;
}
.JPX-header-pc-global-data-sub-menu-box ul:nth-child(2) {
  width: 50%;
  flex-shrink: 0;
}
.JPX-header-pc-global-data-item-bnr {
  width: 20%;
  flex-shrink: 0;
}
.JPX-header-pc-global-close {
  margin-bottom: 24px;
}
.JPX-header-pc-global-close a {
  display: block;
  width: fit-content;
  font-size: 12px;
  font-weight: 500;
  line-height: 13.2px;
  border: #d1d1d1 solid 1px;
  border-radius: 14px;
  text-decoration: none;
  color: #000000;
  padding: 7px 34px 7px 16px;
  background: url(../fonts/icn-close.svg) 60px center no-repeat #ffffff;
  background-size: 12px 12px;
  box-sizing: border-box;
  margin: 0 0 0 auto;
}
.JPX-header-pc-global-close a:hover {
  border: #e60012 solid 1px;
  color: #e60012;
  background: url(../fonts/icn-close_hover.svg) 60px center no-repeat #ffffff;
  background-size: 12px 12px;
}
.JPX-header-pc-global-data-item-bnrbox {
  background-color: #F7F7F7;
  border-radius: 4px;
  padding: 1px 32px 32px;
}
.JPX-header-pc-global-data-item-bnrbox > a {
  text-decoration: none;
  color: #000;
}
.JPX-header-pc-global-data-item-bnrbox > a:hover .JPX-header-pc-global-data-item-bnrboxdata-text {
  color: #E60012;
  text-decoration: underline;
}
.JPX-header-pc-global-data-item-bnrboxdata {
  margin-top: 32px;
}
.JPX-header-pc-global-data-item-bnrboxdata-image img {
  vertical-align: bottom;
  width: 100%;
  border-radius: 4px;
}
.JPX-header-pc-global-data-item-bnrbox > a:hover .JPX-header-pc-global-data-item-bnrboxdata-image img {
  opacity: 0.7;
}
.JPX-header-pc-global-data-item-bnrboxdata-text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 15px;
}

@media screen and (min-width:1200px) {
  .JPX-header-pc-global-data-item-main {
    width: 304px;
    flex-shrink: 0;
    margin-right: 32px;
  }
  .JPX-header-pc-global-data-item-sub {
    flex-grow: 1;
    margin-right: 32px;
  }
  .JPX-header-pc-global-data-item-bnr {
    width: 250px;
    flex-shrink: 0;
  }
}

.JPX-header-pc-global-shadow {
  display: none;
}

@media screen and (min-width:1025px) {
  .-is-pc-menu-open {
    /* overflow: hidden; */
  }
  .JPX-header-pc-global-shadow {
    width: 100%;
    height: 50vh;
    background-color: rgba(0,0,0,0.25);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 6;
  }
}


/* 検索窓 */
.JPX-header-menu-search {
  border-bottom: 1px solid #d1d1d1;
  padding: 16px;
  background-color: #fff;
}
.JPX-header-menu-searchInner {
  position: relative;
}
.JPX-header-menu-search input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 9px 40px 9px 12px;
  font-size: 12px;
  line-height: 14px;
}
.JPX-header-menu-search input[type=image] {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
}
@media screen and (min-width:1025px) {
  .JPX-header-menu-search {
    width: 200px;
    padding: 0;
    border-bottom: none;
    position: absolute;
    top: 12px;
    right: 0;
  }
  .JPX-header-menu-search input[type=text] {
    padding: 7px 36px 7px 16px;
    font-size: 14px;
    line-height: 15px;
  }
  .JPX-header-menu-search input[type=image] {
    width: 14px;
    height: 14px;
    right: 12px;
  }
}
@media screen and (min-width:1025px) {
  .JPX-header-menu-search {
    width: 304px;
  }
}
@media screen and (min-width:1342px) {
  .JPX-header-menu-search {
    right: calc((100% - 1312px) / 2);
  }
}


/* 対象者別 */
.JPX-header-menu-target {
  border-bottom: 1px solid #d1d1d1;
}
.JPX-header-menu-target ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #F7F7F7;
  margin-left: -1px;
}
.JPX-header-menu-target ul li {
  width: calc(50% - 1px);
  align-self: stretch;
  border-left: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
}
.JPX-header-menu-target ul li a {
  display: block;
  text-decoration: none;
  height: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  color: #333;
}
.JPX-header-menu-target ul li a span {
  font-size: 12px;
  line-height: 20px;
}
.JPX-header-menu-target ul li.-individual a span {
  background: url(../fonts/icn_individuals_m.svg) left center no-repeat;
  background-size: 20px 20px;
  padding-left: 20px;
  padding-right: 10px;
}
.JPX-header-menu-target ul li.-listed a span {
  background: url(../fonts/icn_listed-companies_m.svg) left center no-repeat;
  background-size: 20px 20px;
  padding-left: 20px;
  padding-right: 10px;
}
.JPX-header-menu-target ul li.-pre a span {
  background: url(../fonts/icn_pre-listed-companies_m.svg) left center no-repeat;
  background-size: 20px 20px;
  padding-left: 20px;
  padding-right: 10px;
}
.JPX-header-menu-target ul li.-participants a span {
  background: url(../fonts/icn_participants_m.svg) left center no-repeat;
  background-size: 20px 20px;
  padding-left: 20px;
  padding-right: 10px;
}
.JPX-header-menu-target ul li.-nstitutional a span {
  background: url(../fonts/icn_institutional_m.svg) left center no-repeat;
  background-size: 20px 20px;
  padding-left: 20px;
  padding-right: 10px;
}
.JPX-header-menu-target ul li.-media a span {
  background: url(../fonts/icn_media_m.svg) left center no-repeat;
  background-size: 20px 20px;
  padding-left: 20px;
  padding-right: 10px;
}
@media screen and (min-width:1025px) {
  .JPX-header-menu-target {
    border-bottom: none;
    position: absolute;
    top: 52px;
    right: 0;
    overflow: hidden;
    padding: 2px 2px;
    border-radius: 4px;
    background-color: #F7F7F7;
  }
  .JPX-header-menu-target ul {
    margin-left: 0px;
    margin-left: -2px;
  }
  .JPX-header-menu-target ul li {
    width: auto;
    margin-left: 2px;
    border-left: none;
    border-top: none;
  }
  .JPX-header-menu-target ul li a {
    padding: 0;
  }
  .JPX-header-menu-target ul li a span {
    font-size: 10px;
    line-height: 15px;
  }
  .JPX-header-menu-target ul li a:hover {
    color: #E60012;
    text-decoration: underline;
  }
  .JPX-header-menu-target ul li.-individual a:hover span {
    background: url(../fonts/icn_individuals.svg) left center no-repeat;
    background-size: 20px 20px;
  }
  .JPX-header-menu-target ul li.-listed a:hover span {
    background: url(../fonts/icn_listed-companies.svg) left center no-repeat;
    background-size: 20px 20px;
  }
  .JPX-header-menu-target ul li.-pre a:hover span {
    background: url(../fonts/icn_pre-listed-companies.svg) left center no-repeat;
    background-size: 20px 20px;
  }
  .JPX-header-menu-target ul li.-participants a:hover span {
    background: url(../fonts/icn_participants.svg) left center no-repeat;
    background-size: 20px 20px;
  }
  .JPX-header-menu-target ul li.-nstitutional a:hover span {
    background: url(../fonts/icn_institutional.svg) left center no-repeat;
    background-size: 20px 20px;
  }
  .JPX-header-menu-target ul li.-media a:hover span {
    background: url(../fonts/icn_media.svg) left center no-repeat;
    background-size: 20px 20px;
  }
}
@media screen and (min-width:1110px) {
  .JPX-header-menu-target {
    padding: 2px 24px;
  }
  .JPX-header-menu-target ul {
    margin-left: -24px;
  }
  .JPX-header-menu-target ul li {
    margin-left: 24px;
  }
  .JPX-header-menu-target ul li a span {
    font-size: 14px;
    line-height: 15px;
  }
}
@media screen and (min-width:1342px) {
  .JPX-header-menu-target {
    right: calc((100% - 1312px) / 2);
  }
}



/* その他 */
.JPX-header-menu-other {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  overflow: hidden;
  background-color: #fff;
}
.JPX-header-menu-other ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -1px;
  margin-bottom: -1px;
}
.JPX-header-menu-other ul li {
  width: calc(50% - 1px);
  align-self: stretch;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.JPX-header-menu-other ul li a {
  display: block;
  text-decoration: none;
  height: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  color: #333;
}
.JPX-header-menu-other ul li a span {
  font-size: 12px;
  line-height: 20px;
}
@media screen and (min-width:1025px) {
  .JPX-header-menu-other {
    border-top: none;
    border-bottom: none;
    overflow: hidden;
    position: absolute;
    top: 14px;
    right: 300px;
  }
  .JPX-header-menu-other ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -5px;
  }
  .JPX-header-menu-other ul li {
    width: auto;
    border-right: none;
    border-bottom: none;
    margin-left: 15px;
  }
  .JPX-header-menu-other ul li a {
    padding: 0;
  }
  .JPX-header-menu-other ul li a:hover {
    color: #E60012;
    text-decoration: underline;
  }
  .JPX-header-menu-other ul li a span {
    font-size: 11px;
    line-height: 28px;
  }
}
@media screen and (min-width:1025px) {
  .JPX-header-menu-other ul {
    margin-left: -24px;
  }
  .JPX-header-menu-other ul li {
    margin-left: 24px;
  }
  .JPX-header-menu-other {
    right: 444px;
  }
  .JPX-header-menu-other ul li a span {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (min-width:1342px) {
  .JPX-header-menu-other {
    right: calc((((100% - 1312px) / 2) + 444px));
  }
}


/* SNS */
.JPX-header-menu-sns {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 16px 0;
  background-color: #fff;
}
.JPX-header-menu-sns ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.JPX-header-menu-sns ul li {
  margin: 0 12px;
}
.JPX-header-menu-sns ul li a {
  display: block;
}
.JPX-header-menu-sns ul li img {
  vertical-align: bottom;
  width: 24px;
}
@media screen and (min-width:1025px) {
  .JPX-header-menu-sns {
    display: none;
  }
}

/* 言語 */
.JPX-header-menu-language {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 16px;
  background-color: #fff;
  margin-bottom: 10vh;
}
.JPX-header-menu-language ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -8px;
}
.JPX-header-menu-language ul li {
  width: calc(50% - 8px);
  margin-left: 8px;
}
.JPX-header-menu-language ul li a {
  border: 1px solid #d1d1d1;
  display: block;
  background: url(../fonts/icn-circle-arw_gray.svg) right 12px center no-repeat;
  background-size: 12px 12px;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 7px 0;
}
.JPX-header-menu-language ul li a span {
  font-size: 12px;
}
@media screen and (min-width:1025px) {
  .JPX-header-menu-language {
    border-top: none;
    border-bottom: none;
    padding: 0;
    width: 92px;
    position: absolute;
    top: 14px;
    right: 202px;
  }
  .JPX-header-menu-language ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }
  .JPX-header-menu-language ul li {
    width: 100%;
    margin-left: 0;
  }
  .JPX-header-menu-language ul li:nth-child(2) {
    display: none;
  }
  .JPX-header-menu-language ul li a {
    background: url(../fonts/icn-circle-arw_gray.svg) right 16px center no-repeat;
    background-size: 12px 12px;
    text-align: left;
    padding: 2px 16px 4px;
  }
  .JPX-header-menu-language ul li a:hover {
    background: url(../fonts/icn-circle-arw_red.svg) right 16px center no-repeat;
    background-size: 12px 12px;
    border: #e60012 solid 1px;
    color: #e60012;
  }
}
@media screen and (min-width:1025px) {
  .JPX-header-menu-language {
    right: 328px;
  }
}
@media screen and (min-width:1342px) {
  .JPX-header-menu-language {
    right: calc((((100% - 1312px) / 2) + 328px));
  }
}


/* SPメニュー */
.JPX-header-sp-global-ItemWrap {
  display: block;
}
@media screen and (min-width:1025px) {
  .JPX-header-sp-global-ItemWrap {
    display: block !important;
  }
}
.JPX-header-sp-global-menu {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width:1025px) {
  .JPX-header-sp-global-menu {
    position: static;
  }
}
.JPX-header-sp-global-ItemBtn {
  border-bottom: 1px solid #d1d1d1;
  font-size: 12px;
  line-height: 14px;
  padding: 15px 0 15px 44px;
  background: url(../fonts/icn-arrow_take_open_wh.svg) left 26px center no-repeat;
  background-size: 10px 10px;
  background-color: #3c3c3c;
  color: #fff;
}
.JPX-header-sp-global-ItemBtn + .JPX-header-sp-global-ItemWrap {
  display: none;
  position: static;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width:1025px) {
  .JPX-header-sp-global-ItemBtn {
    display: none;
  }
  .JPX-header-sp-global-ItemBtn + .JPX-header-sp-global-ItemWrap {
    position: static;
  }
}
.JPX-header-sp-global-ItemBtn.-is-active {
  background: url(../fonts/icn-arrow_take_close_wh.svg) left 26px center no-repeat;
  background-size: 10px 10px;
  background-color: #3c3c3c;
}
.JPX-header-sp-global-Item {
  background: #3c3c3c;
}
@media screen and (min-width:1025px) {
  .JPX-header-sp-global-Item {
    display: none;
  }
}
.JPX-header-sp-global-ItemTitle {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #d1d1d1;
}
.JPX-header-sp-global-ItemTitle > a {
  align-self: stretch;
  font-size: 12px;
  line-height: 14px;
  padding: 15px 0 15px 26px;
  flex-grow: 1;
  color: #fff;
  text-decoration: none;
}
.JPX-header-sp-global-ItemTitle > span {
  align-self: stretch;
  width: 48px;
  flex-shrink: 0;
  background: url(../fonts/icn_menu_open_wh.svg) right 16px center no-repeat;
  background-size: 20px 20px;
  text-indent: -9999px;
}
.JPX-header-sp-global-ItemTitle.-is-active > span {
  background: url(../fonts/icn_menu_close_wh.svg) right 16px center no-repeat;
  background-size: 20px 20px;
}

.JPX-header-sp-global-ItemSub {
  background-color: #F7F7F7;
  display: none;
}
.JPX-header-sp-global-ItemSubTitle {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #d1d1d1;
}
.JPX-header-sp-global-ItemSubTitle > a {
  align-self: stretch;
  font-size: 12px;
  line-height: 14px;
  padding: 15px 15px 15px 26px;
  flex-grow: 1;
  color: #000;
  text-decoration: none;
}
.JPX-header-sp-global-ItemSubTitle > span {
  align-self: stretch;
  width: 48px;
  flex-shrink: 0;
  background: url(../fonts/icn_menu_open.svg) right 16px center no-repeat;
  background-size: 20px 20px;
  text-indent: -9999px;
}
.JPX-header-sp-global-ItemSubTitle.-is-active > span {
  background: url(../fonts/icn_menu_close.svg) right 16px center no-repeat;
  background-size: 20px 20px;
}
.JPX-header-sp-global-ItemSubSub {
  display: none;
}
.JPX-header-sp-global-ItemSubSubTitle {
  border-bottom: 1px solid #d1d1d1;
}
.JPX-header-sp-global-ItemSubSubTitle a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 15px 34px 15px 50px;
  background: url(../fonts/icn-arrow_menu_link.svg) right 16px center no-repeat;
  background-size: 10px 10px;
  color: #000;
  text-decoration: none;
}
.JPX-header-sp-global-ItemSubBox {
  border-bottom: 1px solid #d1d1d1;
  padding: 1px 60px 24px;
}
.JPX-header-sp-global-ItemSubBox a {
  display: block;
  text-decoration: none;
  color: #000;
}
.JPX-header-sp-global-ItemSubBoxData {
  margin-top: 24px;
}
.JPX-header-sp-global-ItemSubBoxDataImage img {
  vertical-align: bottom;
  width: 100%;
  border-radius: 4px;
}
@media screen and (min-width:768px) {
  .JPX-header-sp-global-ItemSubBoxDataImage img {
    width: 50%;
  }
}
.JPX-header-sp-global-ItemSubBoxDataText {
  margin-top: 6px;
  font-size: 12px;
  line-height: 14px;
}
.JPX-header-sp-global-links {
  background-color: #fff;
}
.JPX-header-sp-global-linksTitle {
  border-bottom: 1px solid #d1d1d1;
}
.JPX-header-sp-global-linksTitle a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 15px 34px 15px 26px;
  background: url(../fonts/icn-arrow_menu_link.svg) right 16px center no-repeat;
  background-size: 10px 10px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.JPX-header-sp-global-linksTitle.-is-active a {
  background: none;
  color: #E60012;
}
.JPX-header-sp-global-linksTitle a::before {
  content: "";
  display: block;
  width: 4px;
  height: 14px;
  background: linear-gradient(#e60012 0%, #a3000d 100%);
  transform: skewY(26deg);
  position: absolute;
  top: 15px;
  left: 16px;
}
.JPX-header-sp-global-linksSubTitle {
  border-bottom: 1px solid #d1d1d1;
  background-color: #F7F7F7;
}
.JPX-header-sp-global-linksSubTitle a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 15px 34px 15px 26px;
  background: url(../fonts/icn-arrow_menu_link.svg) right 16px center no-repeat;
  background-size: 10px 10px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.JPX-header-sp-global-linksSubTitle.-is-active a {
  background: none;
  color: #E60012;
}
.JPX-header-sp-global-linksSubSubTitle {
  border-bottom: 1px solid #d1d1d1;
  background-color: #F7F7F7;
}
.JPX-header-sp-global-linksSubSubTitle a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 15px 34px 15px 50px;
  background: url(../fonts/icn-arrow_menu_link.svg) right 16px center no-repeat;
  background-size: 10px 10px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.JPX-header-sp-global-linksSubSubTitle.-is-active a {
  background: none;
  color: #E60012;
}
.JPX-header-sp-global-linksSubSubSubTitle {
  border-bottom: 1px solid #d1d1d1;
  background-color: #F7F7F7;
}
.JPX-header-sp-global-linksSubSubSubTitle a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 15px 34px 15px 74px;
  background: url(../fonts/icn-arrow_menu_link.svg) right 16px center no-repeat;
  background-size: 10px 10px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.JPX-header-sp-global-linksSubSubSubTitle.-is-active a {
  background: none;
  color: #E60012;
}
.JPX-header-sp-global-linksSubSubSubSubTitle {
  border-bottom: 1px solid #d1d1d1;
  background-color: #F7F7F7;
}
.JPX-header-sp-global-linksSubSubSubSubTitle a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 15px 34px 15px 98px;
  background: url(../fonts/icn-arrow_menu_link.svg) right 16px center no-repeat;
  background-size: 10px 10px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.JPX-header-sp-global-linksSubSubSubSubTitle.-is-active a {
  pointer-events: none;
  background: none;
  color: #E60012;
}


/*
フッター
*/
.JPX-footer {
  overflow: hidden;
  margin-top: 40px;
}

.JPX-footer-wrapper {
  position: relative;
  border-top: #d1d1d1 solid 12px;
  border-bottom: #d1d1d1 solid 12px;
  background-color: #F7F7F7;
}

.JPX-footer-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 103px;
  height: 12px;
  top: -12px;
  left: -6px;
  background: linear-gradient(to right, #e60012, #a4000d);
  transform: skewX(-30deg);
}

.JPX-footer-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 103px;
  height: 12px;
  bottom: -12px;
  right: -3px;
  background: linear-gradient(to left, #e60012, #a4000d);
  transform: skewX(-30deg);
}

.JPX-footer-sitemap {
  display: none;
}

.JPX-footer-sub {
  margin-top: 24px;
}

.JPX-footer-sublink {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 18px;
}

.JPX-footer-sublink li a {
  display: block;
  padding: 0 7px;
  text-decoration: none;
  font-size: 12px;
  color: #000000;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.JPX-footer-sns-icon {
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 18px;
  border-bottom: #d1d1d1 solid 1px;
  margin-bottom: 18px;
}

.JPX-footer-sns-icon li {
  display: flex;
  justify-content: center;
}

.JPX-footer-sns-icon a {
  display: block;
  padding: 0 12px;
  width: 100%;
  text-align: center;
}

.JPX-footer-sns-icon img {
  width: 24px;
  height: 24px;
}

.JPX-footer-link {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  margin-bottom: 14px;
}

.JPX-footer-link a {
  display: block;
  padding: 0 8px;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  margin-bottom: 5px;
}

.JPX-footer-logo-img {
  text-align: center;
  margin-bottom: 12px;
}

.JPX-footer-logo-img img {
  vertical-align: bottom;
  width: 42px;
  height: 80px;
}

.JPX-footer-copylight {
  font-size: 10px;
  text-align: center;
  margin-bottom: 18px;
}

@media screen and (min-width:769px) {
  .JPX-footer {
    margin-top: 80px;
  }

  .JPX-footer::before {
    content: "";
    display: block;
    position: absolute;
    width: 555px;
    height: 12px;
    top: -12px;
    left: -3px;
    background: linear-gradient(to right, #e60012, #a4000d);
    transform: skewX(-26deg);
  }

  .JPX-footer-wrapper {
    border-bottom: none;
    background-color: #ffffff;
  }

  .JPX-footer-wrapper::before {
    width: 555px;
  }

  .JPX-footer-wrapper::after {
    display: none;
  }

  .JPX-footer-sitemap-background {
    position: relative;
    background: url(../images/logo.png) center center no-repeat;
    background-size: 416px 449px;
    background-color: #F7F7F7;
    border-bottom: #d1d1d1 solid 12px;
    padding: 0 16px;
  }

  .JPX-footer-sitemap-background::before {
    content: "";
    display: block;
    position: absolute;
    width: 555px;
    height: 12px;
    bottom: -12px;
    right: -6px;
    background: linear-gradient(to left, #e60012, #a4000d);
    transform: skewX(-26deg);
  }

  .JPX-footer-sitemap {
    display: block;
    max-width: 1312px;
    margin: 0 auto;
  }

  .JPX-footer-sitemap-box {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -32px;
    margin-bottom: 42px;
  }

  .JPX-footer-sitemap-data {
    width: calc((100% / 4) - 32px);
    margin: 48px 0 0 32px;
    font-size: 14px;
  }

  .JPX-footer-sitemap-data a {
    text-decoration: none;
    color: #000000;
  }

  .JPX-footer-sitemap-title {
    position: relative;
    margin-bottom: 7px;
  }

  .JPX-footer-sitemap-title::before {
    content: "";
    position: absolute;
    border-image: linear-gradient(to bottom, #e60012, #a4000d);
    border-left: 4px solid #c21500;
    border-image-slice: 1;
    transform: skewY(26deg);
    height: 22px;
    top: 0px;
    left: 0;
  }

  .JPX-footer-sitemap-title a {
    display: block;
    padding-left: 11px;
    padding: 2px 0 2px 11px;
  }

  .JPX-footer-sitemap-title a:hover {
    color: #E60012;
  }

  .JPX-footer-sitemap-list {
    padding-top: 12px;
    padding-left: 12px;
    border-top: #d1d1d1 solid 1px;
  }

  .JPX-footer-sitemap-list li {
    margin-top: 8px;
    line-height: 18px;
  }

  .JPX-footer-sitemap-list li:first-child {
    margin-top: 0;
  }

  .JPX-footer-sitemap-list a:hover {
    color: #E60012;
    text-decoration: underline;
  }

  .JPX-footer-purpose-box {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    align-items: center;
    border-top: #d1d1d1 solid 1px;
    border-bottom: #d1d1d1 solid 1px;
    max-width: 1312px;
    margin: 0 auto;
  }

  .JPX-footer-purpose {
    position: relative;
    flex-grow: 1;
  }

  .JPX-footer-purpose.-individual::before {
    position: absolute;
    content: "";
    background: url(../images/icn_individuals.svg) center center no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(0, -50%);
    left: 46px;
  }

  .JPX-footer-purpose.-company::before {
    position: absolute;
    content: "";
    background: url(../fonts/icn_listed-companies.svg) center center no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(0, -50%);
    left: 46px;
  }

  .JPX-footer-purpose.-consider::before {
    position: absolute;
    content: "";
    background: url(../fonts/icn_pre-listed-companies.svg) center center no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(0, -50%);
    left: 46px;
  }

  .JPX-footer-purpose.-participant::before {
    position: absolute;
    content: "";
    background: url(../fonts/icn_participants.svg) center center no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(0, -50%);
    left: 46px;
  }

  .JPX-footer-purpose.-investor::before {
    position: absolute;
    content: "";
    background: url(../fonts/icn_institutional.svg) center center no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(0, -50%);
    left: 46px;
  }

  .JPX-footer-purpose.-media::before {
    position: absolute;
    content: "";
    background: url(../fonts/icn_media.svg) center center no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(0, -50%);
    left: 46px;
  }

  .JPX-footer-purpose a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    display: block;
    padding: 0 36px 0 77px;
    border-right: #d1d1d1 solid 1px;
    margin: 16px 0;
  }

  .JPX-footer-purpose span:hover {
    color: #E60012;
    border-bottom: #E60012 solid 1px;
  }

  .JPX-footer-purpose:last-child a {
    border: none;
  }

  .JPX-footer-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1312px;
    margin: 24px auto 24px;
  }
  
  .JPX-footer-sublink {
    margin-bottom: 0px;
    justify-content: flex-start;
  }
  
  .JPX-footer-sublink li a {
    padding: 0 12px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .JPX-footer-sublink li a span:hover {
    color: #E60012;
    text-decoration: underline;
  }

  .JPX-footer-link-box li a span:hover {
    color: #E60012;
    text-decoration: underline;
  }
  
  .JPX-footer-sns-icon {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: auto;
  }
  
  .JPX-footer-sns-icon li {
    display: block;
  }
  
  .JPX-footer-sns-icon a {
    display: block;
    padding: 0 12px;
    width: auto;
    text-align: center;
  }
  
  .JPX-footer-sns-icon img {
    width: 32px;
    height: 32px;
  }

  .JPX-footer-main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 16px auto 0;
    max-width: 1312px;
    padding: 0 16px;
  }

  .JPX-footer-link-box {
    display: flex;
    flex-flow: nowrap;
    flex-grow: 1;
    margin-bottom: 24px;
  }

  .JPX-footer-link {
    margin-bottom: 0;
    padding: 0;
    justify-content: flex-start;
  }
  
  .JPX-footer-link a {
    padding: 0 12px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .JPX-footer-logo {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  
  .JPX-footer-logo-img {
    text-align: center;
    margin-bottom: 12px;
  }
  
  .JPX-footer-logo-img img {
    vertical-align: bottom;
    width: 48px;
    height: 90px;
  }
  
  .JPX-footer-copylight {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    margin-right: 32px;
    white-space: nowrap;
  }
}

@media screen and (min-width:769px) and (max-width:1023px) {
  .JPX-footer-sitemap-data {
    width: calc((100% / 3) - 32px);
    margin: 48px 0 0 32px;
    font-size: 14px;
  }

  .JPX-footer-link a {
    font-size: 11px;
  }

  .JPX-footer-copylight {
    margin-right: 12px;
  }

  .JPX-footer-logo {
    margin-right: 12px;
  }
}

@media screen and (min-width:769px) and (max-width:1260px) {
  .JPX-footer-purpose-box {
    flex-flow: wrap;
  }
  .JPX-footer-purpose {
    width: calc(100% / 3);
  }
}

/* フッターの隙間調整 */
main > .JPX-section:last-child {
  padding-bottom: 0;
}

#readArea > .JPX-section:last-child {
  padding-bottom: 0 !important;
}

/* JSボタン対応(スライダー) */
.slick-dots li button.slick_pause::before {
  background: url(../fonts/icn_stop.svg) center center no-repeat !important;
  background-size: 12px 12px !important;
  border-radius: 0 !important;
}
.slick-dots li button.slick_start::before {
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-top: 4px solid transparent !important;
  border-bottom: 4px solid transparent !important;
  border-left: 8px solid #666 !important;
  border-right: 0 !important;
  background: none !important;
  border-radius: 0 !important;
}

/* コンテンツ枠 */
.JPX-section {
  padding: 0px 16px 40px;
}

.JPX-section.-is-free-top,
.JPX-section.-is-free-bottom {
  padding: 0px 16px 0px!important;
}

#main-areaIn.-is-sidecontents .JPX-section.-is-free-top,
#main-areaIn.-is-sidecontents .JPX-section.-is-free-bottom {
  padding: 0px!important;
}

.JPX-section.-is-free-top .JPX-section-inner > div:last-child,
.JPX-section.-is-free-bottom .JPX-section-inner > div:last-child {
  padding: 0px 0px 40px;
}

.JPX-section.-is-free-sub {
  margin-top: -40px;
}

.JPX-section.-is-subcontents {
  padding: 0px 16px 0px!important;
}

#main-areaIn.-is-sidecontents .JPX-section.-is-subcontents {
  padding: 0px!important;
}

.JPX-section.-is-subcontents .JPX-section-inner > div:first-child {
  padding: 16px 0px 0px;
}

.JPX-section.-is-subcontents .JPX-section-inner .subhead-title {
  margin: 0 0 16px;
}

#main-areaIn.-is-sidecontents .JPX-section {
  padding: 0 0 40px;
}

.JPX-section.-is-border {
  border-top: #EEEEEE solid 4px;
  padding-top: 40px;
}

.JPX-section.-is-attention {
  padding: 24px 16px;
}

.JPX-section-col-02 .JPX-section-col-item:nth-child(2) .JPX-news {
  margin-top: 0;
}

.JPX-section.-is-bg-gray {
  background-color: #F7F7F7;
  padding-top: 40px;
  margin-bottom: 40px;
}

.JPX-section-inner > *:last-child {
  margin-bottom: 0;
}

.JPX-section-inner.-is-subcomponent > *:nth-child(2) {
  padding: 40px 0 0;
}

@media screen and (min-width:769px) {
  .JPX-section {
    padding: 0px 27px 80px;
  }

  .JPX-section.-is-free-top {
    padding: 0px 27px 0px;
  }

  .JPX-section.-is-free-bottom {
    padding: 0px 27px 0px;
    margin-bottom: -80px;
  }

  .JPX-section.-is-free-sub {
    margin-top: -80px;
  }

  .JPX-section.-is-free-top .JPX-section-inner  > div:last-child,
  .JPX-section.-is-free-bottom .JPX-section-inner > div:last-child {
    padding: 0px 0px 80px;
}

  .JPX-section.-is-subcontents {
    padding: 0px 16px 0px!important;
}

  #main-areaIn.-is-sidecontents .JPX-section.-is-subcontents {
    padding: 0px!important;
}

  .JPX-section.-is-subcontents .JPX-section-inner > div:first-child {
    padding: 32px 0px 0px;
}

  #main-areaIn.-is-sidecontents .JPX-section {
    padding: 0 0 80px;
  }

  .JPX-section-inner {
    max-width: 1312px;
    margin: 0 auto;
  }

  .JPX-section.-is-middle .JPX-section-inner {
    max-width: 1088px;
  }

  .JPX-section.-is-bg-gray {
    padding-top: 80px;
    margin-bottom: 80px;
  }

  .JPX-section.-is-subsection {
    padding-top: 40px;
    margin-bottom: 40px;
  }
	
  .JPX-section-inner-is-subcomponent > *:nth-child(2){
    padding: 80px 0 0;
  }

}
/* //コンテンツ枠 */

/*
ページトップ
*/

.JPX-PageTop {
  position: fixed;
  background: url(../fonts/button_pagetop.svg) center center no-repeat;
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  right: 24px;
  bottom: 50px;
  z-index: 5;
  opacity: 0.8;
  display: none;
}

.JPX-PageTop a {
  display: block;
  width: 48px;
  height: 48px;
}

.JPX-PageTop span {
  display: none;
}

@media screen and (min-width:769px) {
  .JPX-PageTop {
    bottom: 108px;
  }

  .JPX-PageTop:hover {
    opacity: 0.7;
  }
}
/* /ページトップ */

/*
記事コンテンツのエリア設定
*/

.JPX-sidecontents {
  padding: 22px 16px 20px;
  background: #F7F7F7;
}

#main-areaIn.-is-sidecontents {
  margin: 0 16px;
}

#main-areaIn.-is-sidecontents .headline-title-wrap {
  padding: 0;
}

#main-areaIn.-is-sidecontents #read-area {
  margin-right: 0;
}

@media screen and (min-width:769px) {
  #main-areaIn.-is-sidecontents .headline-title-wrap {
    padding: 40px 0 32px;
  }
}

@media screen and (min-width:1025px) {
  #main-areaIn.-is-sidecontents {
    display: flex;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .JPX-sidecontents {
    width: 284px;
    flex-shrink: 0;
    padding: 0;
    margin-left: 52px;
    margin-top: 193px;
    background: transparent;
  }

  #main-areaIn.-is-sidecontents .headline-title-wrap {
    padding: 50px 0 0;
  }

  #main-areaIn.-is-sidecontents .headline-title-wrap {
    margin-right: -336px;
  }
}

@media screen and (max-width:1024px) {
  .JPX-sidecontents {
    display: none !important;
  }

  .JPX-sidecontents.-is-all {
    display: block !important;
    margin-top: 40px !important;
  }
}
/* /記事コンテンツのエリア設定 */


/*
メインタイトルのエリア設定
*/

#main-areaIn.-is-sidecontents .JPX-heading-h1-wrap {
  margin: 0 -16px;
}

@media screen and (min-width:769px) {
  #main-areaIn.-is-sidecontents .JPX-heading-h1-wrap {
    padding: 40px 0 32px;
  } 
}

@media screen and (min-width:1025px) {
  #main-areaIn.-is-sidecontents .JPX-heading-h1-wrap {
    padding: 40px 0 32px;
    margin-right: -336px;
  } 
}

/* /メインタイトルのエリア設定 */

/*
コンテンツエリア設定
*/
@media screen and (min-width:1025px) {
  #readArea {
    max-width: 1366px;
	margin: 0 auto;
	width: 100%;
  }
}
/* /コンテンツエリア設定 */