@charset "utf-8";

/* ----------------------------------------

INVESTOR RELATIONS TOP & IR Library

---------------------------------------- */

/* sec_head
------------------------------- */
.title_ir span {
  font-size: 120% !important;
  position: relative;
  top: -2px;
}
.title_ir span.calender {
  font-size: 117% !important;
  top: 1px;
}
span.ir_small {
  display: inline;
  font-size: 114%;
}
.title_ir_sub span {
  font-size: 117% !important;
}

@media screen and (max-width:767px) {
  .title_ir span {
    font-size: 129% !important;
    position: relative;
    top: -1px;
  }
  .title_ir_sub span {
    font-size: 118% !important;
    position: relative;
    top: 0;
  }
  span.ir_small {
   font-size: 114% !important;
  }
  .title_ir span.calender {
    top: -1px;
  }
}

@media all and (-ms-high-contrast: none) {
  h1.title_ir span {
    top: -6px;
  }
  .title_ir span.calender {
    top: -3px;
  }
  .title_ir_sub span {
    position: relative;
    top: -4px;
  }
}

/* sec_ir_head
------------------------------- */
#ir_head.sec_ir_head {
  position:relative;
  z-index:1;
}

#ir_head.sec_ir_head .inner {
  position:relative;
  z-index:2;
  margin-top:230px;
}

@media screen and (max-width:767px) {
  #ir_head.sec_ir_head .inner {
    margin-top:60px;
  }
}

#ir_head.sec_ir_head .move.inner:before {
  position:absolute;
  top:-130px;
  left:0;
  z-index:1;
  width:50%;
  height:300px;
  min-width:640px;
  min-height:300px;
  background:#80004d;
  content:"";
}

@media screen and (max-width:767px) {
  #ir_head.sec_ir_head .move.inner:before {
    top:-30px;
    width:90%;
    height:8em;
    min-width:inherit;
    min-height:inherit;
  }
}

#ir_head.sec_ir_head .move:before {
  opacity:0;
  transition:all 1s;
  transform:translate(-500px,0);
}

.tab #ir_head.sec_ir_head .move:before {
  opacity:1;
  transform:translate(0,0);
}

#ir_head.sec_ir_head .move.active:before {
  opacity:1;
  transform:translate(0,0);
}

.sec_ir_head .wrap01 {
  position:relative;
  z-index:1;
  padding:0 100px;
  background:#fff;
}

@media screen and (max-width:767px) {
  .sec_ir_head .wrap01 {
    padding:0;
    background:transparent;
  }
}

.sec_ir_head .ir_head_box {
  position:relative;
  top:-90px;
  left:0;
  display:flex;
  margin-bottom:-30px;
  padding-right:20px;
  width:50%;
  align-items:center;
  justify-content:space-between;
}

@media screen and (max-width:767px) {
  .sec_ir_head .ir_head_box {
    top:-15px;
    left:0;
    margin-bottom:0;
    width:90%;
  }
}

.sec_ir_head .ir_head_box .title02 {
  color:#fff;
  font-size:275%;
}

@media screen and (max-width:767px) {
  .sec_ir_head .ir_head_box .title02 {
    font-size:200%;
  }
}

.sec_ir_head .ir_head_box .btn_01 a {
  border-color:#fff;
  color:#fff;
}

.sec_ir_head .ir_head_box .btn_01 a::after {
  background-color:#fff;
}

.sec_ir_head .ir_head_box .btn_01 a:link span,.sec_ir_head .ir_head_box .btn_01 a:visited span {
  color:#fff;
}

.sec_ir_head .ir_head_box .btn_01 a:hover span,.sec_ir_head .ir_head_box .btn_01 a:active span {
  color:#262626;
}

.sec_ir_head .yearSelect {
  position:relative;
  margin-bottom:30px;
  width:12.5em;
}

.sec_ir_head .yearSelect::before {
  position:absolute;
  top:1.3em;
  right:.5em;
  padding:0;
  width:0;
  height:0;
  border-top:8px solid #666;
  border-right:8px solid transparent;
  border-left:8px solid transparent;
  content:'';
  transform:scaleX(.5);
  pointer-events:none;
}

.sec_ir_head .yearSelect #xj-select-year_s {
  display:inline-block;
  padding:10px 20px;
  width:12.5em;
  border:1px solid #ccc7c4;
  border-radius:0;
  background:#fff;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

.sec_ir_head .yearSelect #xj-select-year_s::-ms-expand {
  display:none;
}

@media screen and (max-width:767px) {
  .sec_ir_head .yearSelect {
    margin-top:30px;
    margin-bottom:10px;
    margin-left:0;
  }
}

.sec_ir_head #type {
  display:flex;
  border-bottom:1px solid #e6e6e6;
  border-left:1px solid #e6e6e6;
}

@media screen and (max-width:767px) {
  .sec_ir_head #type {
    flex-wrap:wrap;
  }
}

.sec_ir_head #type li {
  border:1px solid #e6e6e6;
  border-bottom:none;
  border-left:none;
}

@media screen and (max-width:767px) {
  .sec_ir_head #type li {
    white-space:nowrap;
    flex-basis:33.3%;
  }
}

.sec_ir_head #type li a {
  display:inline-flex;
  padding:10px 20px;
  text-align:center;
  text-transform:uppercase;
  align-items:center;
}

@media screen and (max-width:767px) {
  .sec_ir_head #type li a {
    padding:5px 10px;
    font-size:87.5%;
    justify-content:center;
  }
}

.sec_ir_head #type li.active a {
  background:#f2f2f2;
}

/* news_list
------------------------------- */
.sec_ir_head .news_list {
  padding:10px 0;
  background:#fff;
  margin-bottom: 100px;
}

.sec_ir_head .news_list .title03 {
  position:relative;
  margin-bottom:20px;
}

@media screen and (max-width:767px) {
  .sec_ir_head .news_list {
    margin-bottom: 30px;
  }
  .sec_ir_head .news_list .title03 {
    margin-bottom:10px;
  }

  .sec_ir_head .news_list.news_list_index .title03 {
    padding-right:4em;
  }
}

.sec_ir_head .news_list .title03 .btn_01 {
  position:absolute;
  top:-4px;
  right:0;
  display:block;
}

.sec_ir_head .news_list .title03 .btn_01 a {
  padding:5px 15px;
  font-size:65%;
}

.sec_ir_head .news_list .title03:not(:first-child) {
  margin-top:60px;
}

@media screen and (max-width:767px) {
  .sec_ir_head .news_list .title03:not(:first-child) {
    margin-top:30px;
  }
}

.sec_ir_head .news_list a {
  display:block;
  width:100%;
  height:100%;
}

.sec_ir_head .news_list a:hover {
  opacity:.7;
}

.sec_ir_head .news_list dl {
  display:flex;
  padding:2.3% 0;
  border-bottom:1px solid #e6e6e6;
}

@media screen and (max-width:767px) {
  .sec_ir_head .news_list dl {
    margin-top:10px;
    flex-wrap:wrap;
  }
}

@media screen and (max-width:767px) {
  .sec_ir_head .news_list dl dt {
    flex-basis:100%;
  }
}

.sec_ir_head .news_list dl dt .date {
  margin-right:30px;
  color:gray;
  font-size:93.75%;
}

.sec_ir_head .news_list dl dt .tag {
  margin-right:30px;
  padding-top:2px;
  color:#000798;
  text-transform:uppercase;
  white-space:nowrap;
  font-weight:900;
  font-family:urw-din-condensed,sans-serif;
  line-height:1.4;
}

.sec_ir_head .news_list dl .icon_pdf {
  display:inline-block;
  margin-left:15px;
  padding:0 7px;
  border:1px solid #262626;
  font-weight:900;
  font-size:87.5%;
  font-family:urw-din-condensed,sans-serif;
}

.sec_ir_head .news_list .xj-mainlist_style p {
  display:flex;
  padding:2.3% 0;
  border-bottom:1px solid #e6e6e6;
}

@media screen and (max-width:767px) {
  .sec_ir_head .news_list .xj-mainlist_style p {
    margin-top:10px;
    flex-wrap:wrap;
  }
}

@media screen and (max-width:767px) {
  .sec_ir_head .news_list dl dt {
  }
}

.sec_ir_head .news_list .xj-mainlist_style p .date {
  margin-right:30px;
  margin-left:10px;
  color:gray;
  font-size:93.75%;
  flex-basis:12em;
}

@media screen and (max-width:767px) {
  .sec_ir_head .news_list .xj-mainlist_style p .date {
    flex-basis:auto;
  }
}

.sec_ir_head .news_list .xj-mainlist_style p .tag {
  margin-right:30px;
  padding-top:2px;
  color:#000798;
  text-transform:uppercase;
  white-space:nowrap;
  font-weight:900;
  font-family:urw-din-condensed,sans-serif;
  line-height:1.4;
  min-width: 4em;
}

.sec_ir_head .news_list .xj-mainlist_style p .disclo {
	color: #000798;
}
.sec_ir_head .news_list .xj-mainlist_style p .info {
	color: #430a79;
}
.sec_ir_head .news_list .xj-mainlist_style p .results {
	color: #246841;
}
.sec_ir_head .news_list .xj-mainlist_style p .irlib {
	color: #b80271;
}
.sec_ir_head .news_list .xj-mainlist_style p .secrit {
	color: #994f00;
}

@media screen and (max-width:767px) {
  .sec_ir_head .news_list .xj-mainlist_style a {
    display:block;
    margin-top:7.5px;
    margin-left:10px;
  }
}

.sec_ir_head .news_list .xj-mainlist_style a .icon_pdf {
  display:inline-block;
  margin-right:10px;
  margin-left:15px;
  padding:0 7px;
  border:1px solid #262626;
  font-weight:900;
  font-size:87.5%;
  font-family:urw-din-condensed,sans-serif;
}

.sec_ir_head .calendar_fig01 {
  margin-bottom:40px;
  text-align:center;
}

@media screen and (max-width:767px) {
  .sec_ir_head .calendar_fig01 {
    margin-bottom:20px;
  }
}

.sec_ir_head .news_list #XJTxtDPDataTbl {
  margin-bottom:20px;
  width:100%;
}

@media screen and (max-width:767px) {
  .sec_ir_head .news_list #XJTxtDPDataTbl {
    margin-bottom:15px;
  }
}

.sec_ir_head .news_list #XJTxtDPDataTbl .XJTxtDPDataTblTdDate {
  padding:2.3% 0;
  width:9.5rem;
  border-bottom:1px solid #e6e6e6;
}

.sec_ir_head .news_list #XJTxtDPDataTbl .XJTxtDPDataTblTdValue {
  padding:2.3% 0;
  border-bottom:1px solid #e6e6e6;
}
/* Stock_info
------------------------------- */
#Stock_info .inner,#Stock_memo .inner,#Stock_price .inner{
  margin-bottom: 110px;
}
@media screen and (max-width:767px){
  #Stock_info .inner,#Stock_memo .inner,#Stock_price .inner{
    margin-bottom: 7.5vw;
  }
}
/* sec_ir_panel
------------------------------- */
.sec_ir_panel .upper_panels {
  display:flex;
  margin-top:80px;
  margin-bottom:100px;
  justify-content:space-between;
  flex-wrap:wrap;
}

@media screen and (max-width:767px) {
  .sec_ir_panel .upper_panels {
    margin-top:40px;
    margin-bottom:-20px;
    flex-direction:column;
  }
}

.sec_ir_panel .upper_panels > li {
  position:relative;
  margin-bottom:40px;
  flex-basis:45%;
}

.sec_ir_panel .upper_panels .link_financial_info {
  margin-bottom:110px;
}

@media screen and (max-width:767px) {
  .sec_ir_panel .upper_panels > li,.sec_ir_panel .upper_panels .link_financial_info {
    margin-bottom:20px;
    flex-basis:100%;
  }
   .sec_ir_panel .upper_panels > li.link_stock_info{
    margin-bottom:60px;
   }
   .sec_ir_panel .upper_panels > li.link_ir_library{
    margin-bottom: -20px;
   }
}

/*.sec_ir_panel .upper_panels > li:nth-child(even) {
  top:40px;
}*/

@media screen and (max-width:767px) {
  .sec_ir_panel .upper_panels > li:nth-child(even) {
    top:inherit;
  }
}

.sec_ir_panel .upper_panels > li > a {
  display:block;
  overflow:hidden;
  width:100%;
  height:200px;
}

@media screen and (max-width:767px) {
  .sec_ir_panel .upper_panels > li > a {
    height:36.5vw;
  }
}

.sec_ir_panel .upper_panels > li a > span,
.sec_ir_panel .upper_panels > li > span {
  display:inline-flex;
  padding:45px 0 0 40px;
  width:100%;
  height:200px;
  font-weight:900;
  font-size:150%;
  font-family:urw-din-condensed,sans-serif;
  transition:transform .5s ease;
  transform-origin:center center;
}

.upper_panels li span.ir_small {
  font-size: 110%;
  position: relative;
  top: -2px;
}

@media all and (-ms-high-contrast: none) {
  .upper_panels li span.ir_small {
    top: -5px;
  }
}

/*.sec_ir_panel .upper_panels > li span > span {
  display:initial;
  padding:45px 0 0 40px;
  width:initial;
  height:initial;
  font-weight:900;
  font-size:148%;
  font-family:urw-din-condensed,sans-serif;
  transition:transform .5s ease;
  transform-origin:center center;
  position: relative;
  top: -48px;
}
*/

@media screen and (max-width:767px) {
  .sec_ir_panel .upper_panels > li a > span,
  .sec_ir_panel .upper_panels > li > span {
    padding:25px 0 0;
    height:36.5vw;
    font-size:125%;
    justify-content:center;
  }
}



.sec_ir_panel .upper_panels .link_governance a:hover span,.sec_ir_panel .upper_panels .link_individual a:hover span,.sec_ir_panel .upper_panels .link_stock_info a:hover span {
  transform:scale(1.1);
}

@media screen and (max-width:767px) {
  .sec_ir_panel .upper_panels .link_governance a:hover span,.sec_ir_panel .upper_panels .link_individual a:hover span,.sec_ir_panel .upper_panels .link_stock_info a:hover span {
    transform:scale(1);
  }
}

.sec_ir_panel .upper_panels .link_governance a::after,.sec_ir_panel .upper_panels .link_individual a::after,.sec_ir_panel .upper_panels .link_stock_info a::after {
  position:absolute;
  top:94px;
  right:25px;
  display:block;
  width:37px;
  height:12px;
  background:url(/jp/files/img/common/arw_01.png) no-repeat;
  content:"";
  transition: all .3s;
}

@media screen and (max-width:767px) {
  .sec_ir_panel .upper_panels .link_governance a::after,.sec_ir_panel .upper_panels .link_individual a::after,.sec_ir_panel .upper_panels .link_stock_info a::after  {
    top:26vw;
    right:inherit;
    left:50%;
    transform:translateX(-50%);
  }
}

.sec_ir_panel .upper_panels .link_governance a:hover::after,.sec_ir_panel .upper_panels .link_individual a:hover::after,.sec_ir_panel .upper_panels .link_stock_info a:hover::after {
  right:15px;
}

.sec_ir_panel .upper_panels .link_governance span {
  position: relative;
  padding:0 0 0 110px;
  background:url(/jp/files/img/ir/ir_bg01.jpg) no-repeat left top;
  background-size:contain;
  align-items:center;
}

@media screen and (max-width:767px) {
  .sec_ir_panel .upper_panels .link_governance span {
    padding:0;
  }
}

.sec_ir_panel .upper_panels .link_individual span {
  position: relative;
  padding:0 0 0 120px;
  background:url(/jp/files/img/ir/ir_bg02.jpg) no-repeat left top;
  background-size:contain;
  align-items:center;
}

@media screen and (max-width:767px) {
  .sec_ir_panel .upper_panels .link_individual span {
    padding:0;
  }
}

.sec_ir_panel .upper_panels .link_financial_info span {
  background:url(/jp/files/img/ir/ir_bg03.jpg) no-repeat left top;
  background-size:contain;
}

.sec_ir_panel .upper_panels .link_ir_library span {
  background:url(/jp/files/img/ir/ir_bg04.jpg) no-repeat left top;
  background-size:contain;
}

.sec_ir_panel .upper_panels .link_ir_library span > span {
  background: none;
}

.sec_ir_panel .upper_panels .link_stock_info span {
  background:url(/jp/files/img/ir/ir_bg05.jpg) no-repeat left top;
  background-size:contain;
}

.sec_ir_panel .upper_panels .link_governance strong,.sec_ir_panel .upper_panels .link_individual strong,.sec_ir_panel .upper_panels .link_stock_info strong  {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translate(0,-30%);
  width:100%;
  height:100px;
  font-weight:900;
  font-size:150%;
  font-family:urw-din-condensed,sans-serif;
  text-align: center;
}
@media screen and (max-width:767px) {
  .sec_ir_panel .upper_panels .link_governance strong,.sec_ir_panel .upper_panels .link_individual strong,.sec_ir_panel .upper_panels .link_stock_info strong {
    display:inline-flex;
    left: 0%;
    top:20%;
    transform: translate(0,0);
    padding:25px 0 0;
    height:28vw;
    font-size:125%;
    justify-content:center;
  }
}

.sec_ir_panel .upper_panels ul {
  position:absolute;
  top:120px;
  left:60px;
  padding:25px 35px;
  width:calc(100% - 60px);
  background:#fff;
  box-shadow:2px 4px 12px 2px rgba(0,0,0,.1);
}

@media screen and (max-width:767px) {
  .sec_ir_panel .upper_panels ul {
    position:relative;
    top:-14vw;
    left:20px;
    margin-bottom:-14vw;
    padding:10px 15px;
    width:calc(100% - 20px);
  }
}

.sec_ir_panel .upper_panels ul li:not(:last-child) {
  margin-bottom:10px;
}

.sec_ir_panel .upper_panels ul li a {
  position:relative;
  display:inline-block;
  padding-left:20px;
}

.sec_ir_panel .upper_panels ul li a:hover {
  opacity:.7;
}

.sec_ir_panel .upper_panels ul li a::before {
  position:absolute;
  top:-1px;
  bottom:0;
  left:0;
  left:0;
  margin:auto;
  width:5px;
  height:5px;
  border-top:3px solid #262626;
  border-right:3px solid #262626;
  content:"";
  vertical-align:middle;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

.sec_ir_panel .upper_panels .link_ir_library ul {
  display:flex;
  padding-right:0;
  flex-wrap:wrap;
}

@media screen and (max-width:767px) {
  .sec_ir_panel .upper_panels .link_ir_library ul {
    display:block;
  }
}

.sec_ir_panel .upper_panels .link_ir_library ul li {
  flex-basis:47.5%;
}

.sec_ir_panel .lower_panels {
  display:flex;
  padding:0 100px;
  justify-content:space-between;
  flex-wrap:wrap;
}

@media screen and (max-width:767px) {
  .sec_ir_panel .lower_panels {
    display:flex;
    padding:0;
    flex-direction:column;
  }
}

.sec_ir_panel .lower_panels li {
  margin-bottom:40px;
  flex-basis:47.5%;
}

@media screen and (max-width:767px) {
  .sec_ir_panel .lower_panels li {
    margin-bottom:20px;
    flex-basis:100%;
  }
}

.sec_ir_panel .lower_panels li:last-child,.sec_ir_panel .lower_panels:nth-last-child(2) {
  margin-bottom:0;
}

@media screen and (max-width:767px) {
  .sec_ir_panel .lower_panels li:last-child,.sec_ir_panel .lower_panels:nth-last-child(2) {
    margin-bottom:20px;
  }
}

.sec_ir_panel .lower_panels li a {
  position:relative;
  display:inline-flex;
  overflow:hidden;
  width:100%;
  height:100px;
  border:1px solid #262626;
  font-weight:900;
  font-size:137.5%;
  font-family:urw-din-condensed,sans-serif;
}

@media screen and (max-width:767px) {
  .sec_ir_panel .lower_panels li a {
    width:100%;
    height:80px;
    font-size:125%;
  }
}

.sec_ir_panel .lower_panels li a:hover {
  opacity:.7;
}
@media screen and (max-width:767px) {
  .sec_ir_panel .lower_panels li a:hover {
    opacity:1;
  }
}
.sec_ir_panel .lower_panels li a::after {
  position:absolute;
  top:50%;
  right:30px;
  display:block;
  width:37px;
  height:12px;
  background:url(/jp/files/img/common/arw_01.png) no-repeat;
  content:"";
  transform:translate(0,-50%);
  transform-origin:right center;
  transition: all .3s;
}
@media screen and (max-width:767px) {
  .sec_ir_panel .lower_panels li a::after {
    right:15px;
  }
}
.sec_ir_panel .lower_panels li a:hover::after {
  right: 20px;
}
@media screen and (max-width:767px) {
  .sec_ir_panel .lower_panels li a:hover::after {
    transition: none;
    right: 15px;
  }
}
.sec_ir_panel .lower_panels li > a > span {
  display:inline-flex;
  width:100%;
  align-items:center;
  justify-content:center;
}
.sec_ir_panel .lower_panels li > a > span span{
  font-size: 112%;
  position: relative;
  top: -1.2px;
}

@media screen and (max-width:767px) {
  .sec_ir_panel .lower_panels li > a > span span{
      font-size: 112%;
      top: 0px;
  }
}

@media all and (-ms-high-contrast: none) {
  .sec_ir_panel .lower_panels li > a > span span{
      top: -2px;
  }
}

/* ----------------------------------------

CORPORATE GOVERNANCE

---------------------------------------- */
/* sec_governance
------------------------------- */
.sec_governance .inner {
  margin-bottom:80px;
}

@media screen and (max-width:767px) {
  .sec_governance .inner {
    margin-bottom:40px;
  }
}

.sec_governance .wrap01 {
  padding:0 100px;
}

@media screen and (max-width:767px) {
  .sec_governance .wrap01 {
    padding:0;
  }
}

.sec_governance + .sec_ir_head .inner {
  margin-bottom:0;
}

.sec_governance + .sec_ir_head .inner .title03 {
  margin-bottom:20px;
}

.sec_governance + .sec_ir_head .news_list {
  padding-right:0;
  padding-left:0;
}

.sec_governance + .sec_ir_head .news_list p {
  margin-bottom: 15px;
}

/* ----------------------------------------

FINANCIAL INFORMATION

---------------------------------------- */
/* sec_xjs_info
------------------------------- */
.sec_xjs_info .wrap01 {
  padding:0 100px;
}

@media screen and (max-width:767px) {
  .sec_xjs_info .wrap01 {
    padding:0;
  }
}

.sec_xjs_info .xjs_info_panel {
  display:flex;
  margin-bottom:30px;
  flex-wrap:wrap;
  justify-content:space-between;
}

@media screen and (max-width:767px) {
  .sec_xjs_info .xjs_info_panel {
    margin-bottom:15px;
    flex-direction:column;
  }
}

.sec_xjs_info .xjs_info_panel .xjs_info_box {
  margin-bottom:40px;
  flex-basis:47.5%;
}

@media screen and (max-width:767px) {
  .sec_xjs_info .xjs_info_panel .xjs_info_box {
    margin-bottom:20px;
    flex-basis:100%;
  }
}

.sec_xjs_info .xjs_info_panel .xjs_info_box:nth-last-child(2) {
  margin-bottom:0;
}

@media screen and (max-width:767px) {
  .sec_xjs_info .xjs_info_panel .xjs_info_box:nth-last-child(2) {
    margin-bottom:20px;
  }
}

.sec_xjs_info .xjs_info_panel .XJSImage_Table {
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
  empty-cells:show;
  border-spacing:0;
}

.sec_xjs_info .xjs_info_panel .XJSImage_Table .XJSImage_Title {
  border-bottom:1px solid #262626;
  background:none;
  text-align:left;
  font-weight:900;
  font-style:normal;
  font-size:125%;
  line-height:1.3;
}

@media screen and (max-width:767px) {
  .sec_xjs_info .xjs_info_panel .XJSImage_Table .XJSImage_Title {
    font-size:112.5%;
  }
}

.sec_xjs_info .xjs_info_panel .XJSImage_Table .XJSImage_UnitL {
  padding:10px 0;
}

.sec_xjs_info .xjs_info_panel .XJSImage_Table .XJSImage_Main {
  padding:0 0 10px;
  text-align:center;
}

.sec_xjs_info .xjs_info_panel .xj_chart_table {
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
  empty-cells:show;
  border-spacing:0;
}

.sec_xjs_info .xjs_info_panel .xj_chart_table .xj_chart_header_first {
  padding:2px;
  background:rgba(230,227,225,0.4);
  font-size:87.5%;
}

.sec_xjs_info .xjs_info_panel .xj_chart_table .xj_chart_header {
  padding:2px;
  background:rgba(230,227,225,0.4);
  font-size:87.5%;
}

.sec_xjs_info .xjs_info_panel .xj_chart_table .xj_chart_value {
  padding:2px;
  font-size:87.5%;
}

.sec_xjs_info .xjs_info_note .cap {
  margin-bottom:20px;
  padding-left:1em;
  text-indent:-1em;
  font-size:93.8%;
}

@media screen and (max-width:767px) {
  .sec_xjs_info .xjs_info_note .cap {
    margin-bottom:10px;
  }
}

.sec_xjs_info .xjs_info_note .note {
  font-size:87.5%;
}

.xjs_info_note.xjs_info_notice {
  margin-top:30px;
}

@media screen and (max-width:767px) {
  .xjs_info_note.xjs_info_notice {
    margin-top:15px;
  }
}

.xjs_info_note.xjs_info_notice a {
  text-decoration:underline;
}

.xjs_info_note.xjs_info_notice a:hover {
  opacity:.7;
}

/* ----------------------------------------

STOCK INFORMATION

---------------------------------------- */
/* sec_xjs_info
------------------------------- */
.sec_stock_info .wrap01 {
  padding:0 100px;
}

@media screen and (max-width:767px) {
  .sec_stock_info .wrap01 {
    padding:0;
  }
}

.sec_stock_info .lowTbl {
  box-sizing:border-box;
  width:100%;
  border:1px solid #e6e3e1;
  border-collapse:collapse;
  table-layout:fixed;
  empty-cells:show;
  font-size:100%;
  border-spacing:0;
}

.sec_stock_info .lowTbl td {
  padding:15px;
  border:1px solid #e6e3e1;
  font-size:100%;
}

@media screen and (max-width:767px) {
  .sec_stock_info .lowTbl td {
    padding:10px;
  }
}

.sec_stock_info .lowTbl td.t-01 {
  background:rgba(230,227,225,0.4);
}

.sec_stock_info .lowTbl td a {
  opacity: .7;
  text-decoration: none;
}

.sec_stock_info .lowTbl td a:hover {
  opacity: .7;
  text-decoration: underline;
}

/* ----------------------------------------

FAQ

---------------------------------------- */
/* sec_faq
------------------------------- */
.sec_faq .wrap01 {
  padding:0 100px;
}

@media screen and (max-width:767px) {
  .sec_faq .wrap01 {
    padding:0;
  }
}

.sec_faq .def_faq {
  padding-top:25px;
  border-top:1px solid #e6e3e1;
}

.sec_faq .def_faq:not(:last-child) {
  margin-bottom:10px;
}

@media screen and (max-width:767px) {
  .sec_faq .def_faq:not(:last-child) {
    margin-bottom:5px;
  }
}

.sec_faq .def_faq dt {
  position:relative;
  padding:0 40px 10px 60px;
  font-weight:900;
  font-size:125%;
  cursor:pointer;
}

@media screen and (max-width:767px) {
  .sec_faq .def_faq dt {
    font-size:112.5%;
  }
}

.sec_faq .def_faq dt:hover {
  opacity:.7;
}

.sec_faq .def_faq dt em {
  position:absolute;
  top:-13px;
  left:15px;
  color:#80004d;
  font-weight:900;
  font-style:normal;
  font-size:157.9%;
  font-family:urw-din-condensed,sans-serif;
}

@media screen and (max-width:767px) {
  .sec_faq .def_faq dt em {
    top:-2px;
    left:16px;
    font-size:157.9%;
  }
}

.sec_faq .def_faq dt::before {
  position:absolute;
  top:30%;
  right:20px;
  display:block;
  width:24px;
  height:2px;
  background:#2f2f2f;
  content:"";
  transform:translateY(-50%);
}

@media screen and (max-width:767px) {
  .sec_faq .def_faq dt::before {
    right:10px;
    width:16px;
  }
}

.sec_faq .def_faq dt::after {
  position:absolute;
  top:30%;
  right:31px;
  display:block;
  width:2px;
  height:24px;
  background:#2f2f2f;
  content:"";
  transform:translateY(-50%);
}

@media screen and (max-width:767px) {
  .sec_faq .def_faq dt::after {
    right:17px;
    height:16px;
  }
}

.sec_faq .def_faq dt.is_active::after {
  display:none;
}

.sec_faq .def_faq dd {
  position:relative;
  margin-bottom:30px;
  padding:24px 10px 20px 60px;
  background:#f5f3f2;
}

@media screen and (max-width:767px) {
  .sec_faq .def_faq dd {
    margin-bottom:20px;
    padding:18px 10px 14px 60px;
  }
}

.sec_faq .def_faq dd em {
  position:absolute;
  top:8px;
  left:16px;
  color:#a09a96;
  font-weight:900;
  font-style:normal;
  font-size:187.5%;
  font-family:urw-din-condensed,sans-serif;
}

.sec_faq .def_faq dd a {
  text-decoration: none;
}

.sec_faq .def_faq dd a:hover {
  opacity: .7;
  text-decoration: underline;
}

/* ----------------------------------------

DISCLOSURE POLICY

---------------------------------------- */
/* sec_policy
------------------------------- */
.sec_policy .wrap01 {
  padding:0 100px;
}

.sec_policy:not(:nth-child(2)) .title03 {
  margin-top:80px;
}

@media screen and (max-width:767px) {
  .sec_policy:not(:nth-child(2)) .title03 {
    margin-top:40px;
  }
}

@media screen and (max-width:767px) {
  .sec_policy .wrap01 {
    padding:0;
  }
}

/* ----------------------------------------

DISCLAIMER

---------------------------------------- */
/* sec_policy
------------------------------- */
.sec_disclaimer .wrap01 {
  padding:0 100px;
}

.sec_disclaimer:not(:nth-child(2)) .title03 {
  margin-top:80px;
}

@media screen and (max-width:767px) {
  .sec_disclaimer:not(:nth-child(2)) .title03 {
    margin-top:40px;
  }
}

@media screen and (max-width:767px) {
  .sec_disclaimer .wrap01 {
    padding:0;
  }
}

/* ----------------------------------------

INDIVIDUAL

---------------------------------------- */
/* sec_individual
------------------------------- */
.sec_individual .wrap01 {
  margin-bottom:80px;
  padding:0 100px;
}

@media screen and (max-width:767px) {
  .sec_individual .wrap01 {
    margin-bottom:40px;
    padding:0;
  }
}

.sec_individual ~ .sec_ir_panel .title03 {
  margin-right:100px;
  margin-left:100px;
}

@media screen and (max-width:767px) {
  .sec_individual ~ .sec_ir_panel .title03 {
    margin-right:0;
    margin-left:0;
  }
}

.sec_individual .individual_panel {
  display:flex;
  justify-content:space-between;
}

@media screen and (max-width:767px) {
  .sec_individual .individual_panel {
    flex-direction:column;
  }
}

.sec_individual .img_individual {
  margin-left:30px;
  flex-basis:30%;
}

@media screen and (max-width:767px) {
  .sec_individual .img_individual {
    margin-left:0;
    margin-top: 30px;
    flex-basis:100%;
  }
}

.sec_individual .img_individual img {
  width:100%;
}

.sec_individual .lowTbl {
  border:1px solid #e6e3e1;
  border-collapse:collapse;
  table-layout:fixed;
  empty-cells:show;
  font-size:100%;
  flex-basis:65%;
  border-spacing:0;
}

.sec_individual .lowTbl td {
  padding:15px;
  border:1px solid #e6e3e1;
  font-size:100%;
}

@media screen and (max-width:767px) {
  .sec_individual .lowTbl td {
    padding:10px;
  }
}

.sec_individual .lowTbl td.t-01 {
  width:10em;
  background:rgba(230,227,225,0.4);
}

.sec_individual .icon_pdf {
  display:inline-block;
  margin-left:15px;
  padding:0 7px;
  border:1px solid #262626;
  font-weight:900;
  font-size:87.5%;
  font-family:urw-din-condensed,sans-serif;
}