@charset "UTF-8";
body {
  word-wrap: break-word;
  word-break: normal;
}

body:before{
  box-sizing: content-box;
}

img {
  max-width: 100%;
}

.with-icon .icon-tgt svg {
  margin-left: 4px;
  fill: currentcolor;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	マージン用クラス（各パーツに選択して追加できる）
------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.mb-none {
  display: block;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 640px) {
  .mb-none-sp {
    display: block;
    margin-bottom: 0 !important;
  }
}

.mb-small {
  display: block;
  margin-bottom: 15px !important;
}

.mb-medium {
  display: block;
  margin-bottom: 30px !important;
}

.mb-large {
  display: block;
  margin-bottom: 60px !important;
}

.mb-larger {
  display: block;
  margin-bottom: 100px !important;
}

.mt-none {
  display: block;
  margin-top: 0 !important;
}
@media screen and (max-width: 640px) {
  .mt-none-sp {
    display: block;
    margin-top: 0 !important;
  }
}

.mt-small {
  display: block;
  margin-top: 15px !important;
}

.mt-medium {
  display: block;
  margin-top: 30px !important;
}

.mt-large {
  display: block;
  margin-top: 60px !important;
}

.mt-larger {
  display: block;
  margin-top: 100px !important;
}

/* --- 画像回り込み用 --- */
.ml-img {
  margin-left: 30px !important;
}
@media screen and (max-width: 640px) {
  .ml-img {
    margin-left: 0 !important;
  }
}

.mr-img {
  margin-right: 30px !important;
}
@media screen and (max-width: 640px) {
  .mr-img {
    margin-right: 0 !important;
  }
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	旧クラス名で新スタイルを当てる
------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.section-title a,
.left-border-title a,
.large-title a,
.cmn2-header-large a,
.cmn2-header-medium a,
.cmn2-header-small a {
  color: #005BAC;
}
.section-title a:hover,
.left-border-title a:hover,
.large-title a:hover,
.cmn2-header-large a:hover,
.cmn2-header-medium a:hover,
.cmn2-header-small a:hover {
  text-decoration: underline;
}

/* .section-title { */
.cmn2-header-large {
  margin-bottom: 36px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D2D2D2;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .cmn2-header-large {
    margin-bottom: 35px;
    padding-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

/* .left-border-title { */
.cmn2-header-medium {
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 3px solid #005BAC;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--boldFont);
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .cmn2-header-medium {
    margin-bottom: 35px;
  }
}

/* .large-title { */
.cmn2-header-small {
  margin-bottom: 20px;
  color: #005BAC;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: bold;
  font-family: var(--boldFont);
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .cmn2-header-small {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.large_title--withIcon {
  margin-bottom: 20px;
  padding-left: 17px;
  color: #005BAC;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: bold;
  font-family: var(--boldFont);
  line-height: 1.6;
  position: relative;
}
.large_title--withIcon::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 0;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #005BAC;
  transition: border 0.3s;
}
.large_title--withIcon::before {
  top: 9px;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .large_title--withIcon {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

/* 段落分割数 */
.cmn2-block-2col,
.cmn2-block-3col {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-left: -30px;
}
.cmn2-block-2col .inner,
.cmn2-block-3col .inner {
  margin-bottom: 30px;
  padding-left: 30px;
}
.cmn2-block-2col::before, .cmn2-block-2col::after,
.cmn2-block-3col::before,
.cmn2-block-3col::after {
  content: none;
}
@media screen and (max-width: 640px) {
  .cmn2-block-2col,
  .cmn2-block-3col {
    display: block;
    margin-left: 0;
  }
  .cmn2-block-2col .inner,
  .cmn2-block-3col .inner {
    float: none;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .cmn2-block-2col .inner a,
  .cmn2-block-3col .inner a {
    display: block;
  }
  .cmn2-block-2col .inner a img,
  .cmn2-block-3col .inner a img {
    width: 100%;
    height: auto;
  }
}

/* 2カラム */
.cmn2-block-2col .inner {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .cmn2-block-2col .inner {
    width: 100%;
  }
}

/* 3カラム */
.cmn2-block-3col .inner {
  width: 33.333%;
}
@media screen and (max-width: 640px) {
  .cmn2-block-3col .inner {
    width: 100%;
  }
}

/* 見出し付き本文（QA等 */
.faq-ans {
  width: 100%;
  border: 1px solid #D9E6F3;
}
.faq-ans h2 {
  padding: 18px 30px;
  background-color: #D9E6F3;
  color: #005BAC;
  font-weight: bold;
  font-family: var(--boldFont);
  font-size: 18px;
  font-size: 1.8rem;
}
.faq-ans h2::before {
  content: "Q. ";
}
.faq-ans-content {
  padding: 27px 30px 27px calc(30px + 1.5em);
  text-indent: -1.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
.faq-ans-content:before {
  content: "A. ";
}
.faq-ans-content a:hover {
  text-decoration: underline;
}
.faq-ans-content .cmn2-list-note02,
.faq-ans-content .cmn2-list-ol,
.faq-ans-content .cmn2-list-note01,
.faq-ans-content .cmn2-list-square {
  text-indent: 0;
}
.faq-ans ~ .faq-ans {
  margin-top: 23px;
}

/* 見出し付きテキスト */
/* 見出し付きボックス */
.cmn2-list-dl > dt {
  padding: 18px 30px;
  background-color: #D9E6F3;
  color: #005BAC;
  font-weight: bold;
  font-family: var(--boldFont);
  font-size: 18px;
  font-size: 1.8rem;
}
.cmn2-list-dl > dd {
  margin-bottom: 20px;
  border: 1px solid #D9E6F3;
  padding: 27px 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

/* 見出し付きボックスなし */
.cmn2-list-dl01 dt {
  border-bottom: 1px dotted #9E9E9E;
  padding: 10px 0;
  color: #005BAC;
  font-weight: bold;
  font-family: var(--boldFont);
  font-size: 18px;
  font-size: 1.8rem;
}
.cmn2-list-dl01 dd {
  margin-bottom: 12px;
  padding: 12px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

/* ボックスなし(PDF用) */
.cmn2-link-pdf dt {
  padding: 8px 0;
  font-weight: bold;
  font-family: var(--boldFont);
  font-size: 18px;
  font-size: 1.8rem;
}
.cmn2-link-pdf dd {
  margin-bottom: 12px;
  padding: 12px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

/* 画像付本文 */
.cmn2-image-text .left .caption,
.cmn2-image-text .right .caption {
  margin-top: 9px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.cmn2-image-text .left img,
.cmn2-image-text .right img {
  max-width: 100%;
}
.cmn2-image-text .left {
  float: left;
}
.cmn2-image-text .right {
  float: right;
}
@media screen and (max-width: 640px) {
  .cmn2-image-text .left,
  .cmn2-image-text .right {
    float: none;
    margin-bottom: 10px;
    width: 100% !important;
  }
  .cmn2-image-text .left img,
  .cmn2-image-text .right img {
    width: 100%;
    height: auto;
  }
}

/* 画像表示 */
.cmn2-imgSelect img {
  max-width: 100%;
  height: auto;
}
.cmn2-imgSelect .cap {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .cmn2-imgSelect > div {
    max-width: 100%;
  }
}

/* 段組 */
/* リストスタイル：スクエア */
.cmn2-list-square > li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
}
.cmn2-list-square > li::before {
  content: "■";
  position: absolute;
  left: 0;
}
.cmn2-list-square > li > ul {
  margin-top: 10px;
}
.cmn2-list-square > li > ul > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}
.cmn2-list-square > li > ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* リストスタイル：注釈 */
.cmn2-list-note02 > li {
  color: #7f7b7b;
  position: relative;
  padding-left: 23px;
  margin-bottom: 18px;
  font-size: 14px;
  font-size: 1.4rem;
}
.cmn2-list-note02 > li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.cmn2-list-note02 > li:last-of-type {
  margin-bottom: 0;
}
.cmn2-list-note02 > li > ul {
  margin-top: 5px;
}
.cmn2-list-note02 > li > ul > li {
  margin-bottom: 3px;
}

.officer .cmn2-list-note02 > li {
  margin-bottom: 0;
}

html[lang=en] .cmn2-list-note02 > li::before {
  content: "*";
}

/* リストスタイル：項番付き */
.cmn2-list-ol {
  counter-reset: liNum 0;
}
.cmn2-list-ol > li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}
.cmn2-list-ol > li::before {
  counter-increment: liNum 1;
  content: counter(liNum) "）";
  position: absolute;
  left: 0;
}
.cmn2-list-ol > li > ul {
  margin-top: 10px;
}
.cmn2-list-ol > li > ul > li {
  margin-bottom: 5px;
}

/* リストスタイル：項番付き注釈 */
.cmn2-list-note01 {
  counter-reset: noteLiNum 0;
}
.cmn2-list-note01 > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
  color: #3E3A39 !important;
  font-size: 14px;
  font-size: 1.4rem;
}
.cmn2-list-note01 > li::before {
  counter-increment: noteLiNum 1;
  content: "※" counter(noteLiNum);
  position: absolute;
  left: 0;
}
.cmn2-list-note01 > li > ul {
  margin-top: 5px;
}
.cmn2-list-note01 > li > ul > li {
  margin-bottom: 3px;
}

html[lang=en] .cmn2-list-note01 > li::before {
  content: "*" counter(noteLiNum);
}

/* 資料ダウンロード見出し */
.dwn-cn h2 {
  position: relative;
  margin-bottom: 23px;
  padding-left: 25px;
  color: #005BAC;
  font-weight: bold;
  font-family: var(--boldFont);
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
}
.dwn-cn h2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 0;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #005BAC;
  transition: border 0.3s;
}
.dwn-cn h2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 0;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #005BAC;
  transition: border 0.3s;
}
.dwn-cn h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #000;
}
.dwn-cn h2 a {
  color: #005BAC;
}
.dwn-cn h2 a:hover {
  text-decoration: underline;
}

/* 共通モジュール：AdobeReader */
.cmn2-get-adbe-reader {
  font-size: 0px;
  font-size: 0rem;
}
.cmn2-get-adbe-reader > p {
  display: inline-block;
  vertical-align: top;
}
.cmn2-get-adbe-reader > p:nth-of-type(1) {
  width: 29.306%;
}
.cmn2-get-adbe-reader > p:nth-of-type(1) a {
  transition: opacity 0.3s;
}
.cmn2-get-adbe-reader > p:nth-of-type(1) a:hover {
  opacity: 0.8;
}
.cmn2-get-adbe-reader > p:nth-of-type(1) img {
  width: 193px;
  max-width: calc(100% - 20px);
  height: auto;
}
.cmn2-get-adbe-reader > p:nth-of-type(2) {
  margin-top: 3px;
  width: 70.694%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.cmn2-get-adbe-reader > p:nth-of-type(2) a:hover {
  text-decoration: underline;
}

/* テキストリンク（背景あり） */
.cmn2-link-box01,
.cmn2-link-box02 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 18px 21px;
  width: 100%;
  background-color: #F3F3F3;
}
.cmn2-link-box01 > a,
.cmn2-link-box02 > a {
  display: inline-block;
  padding-left: 19px;
  color: #005BAC;
  font-weight: bold;
  font-family: var(--boldFont);
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.cmn2-link-box01 > a::before,
.cmn2-link-box02 > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 0;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #005BAC;
  transition: border 0.3s;
}
.cmn2-link-box01 > a::before,
.cmn2-link-box02 > a::before {
  top: 7px;
  margin-top: 0;
}
.cmn2-link-box01 > a:hover,
.cmn2-link-box02 > a:hover {
  text-decoration: underline;
}
.cmn2-link-box01 > a svg,
.cmn2-link-box02 > a svg {
  color: #005BAC;
  fill: #005BAC;
}

.cmn2-link-box01 {
  text-align: right;
}

/* 枠付きテキスト */
/* 枠付きテキスト＞アイコンボックス */
.ir-investortop-iconbox01 > div {
  display: table-cell;
  vertical-align: top;
}
.ir-investortop-iconbox01 > div:first-of-type {
  width: 120px;
}
.ir-investortop-iconbox01 > div:first-of-type img {
  width: 100px;
  height: auto;
}
.ir-investortop-iconbox01 > div:nth-of-type(2) h2 {
  padding-left: 17px;
  color: #005BAC;
  font-weight: bold;
  font-family: var(--boldFont);
  position: relative;
}
.ir-investortop-iconbox01 > div:nth-of-type(2) h2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 0;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #005BAC;
  transition: border 0.3s;
}
.ir-investortop-iconbox01 > div:nth-of-type(2) h2::before {
  top: 7px;
  margin-top: 0;
}
.ir-investortop-iconbox01 > div:nth-of-type(2) h2 a {
  color: #005BAC;
}
.ir-investortop-iconbox01 > div:nth-of-type(2) h2 a:hover {
  text-decoration: underline;
}
.ir-investortop-iconbox01 > div:nth-of-type(2) > p {
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}
.ir-investortop-iconbox01 > div:nth-of-type(2) .note01 {
  font-size: 14px;
  font-size: 1.4rem;
}

/* 枠付きテキスト＞枠付き */
.ir-investortop-borderbox01 {
  display: flex;
  overflow: hidden;
  border: 2px solid #005BAC;
  border-radius: 5px;
}
.ir-investortop-borderbox01 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: opacity 0.3s;
}
.ir-investortop-borderbox01 a:hover {
  opacity: 0.8;
}

.ir-investortop-borderbox-imgarea {
  vertical-align: top;
  width: 100px;
}
.ir-investortop-borderbox-imgarea img {
  width: 100%;
  height: auto;
}

.ir-investortop-borderbox-textarea {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 100px);
}

.ir-investortop-borderbox-title {
  padding: 0 20px 0 38px;
  width: 41.613%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #005BAC;
  font-weight: bold;
  font-family: var(--boldFont);
  position: relative;
}
.ir-investortop-borderbox-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 0;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #005BAC;
  transition: border 0.3s;
}
.ir-investortop-borderbox-title::before {
  left: 20px;
}

.ir-investortop-borderbox-text {
  padding: 0 28px 0 20px;
  width: 58.387%;
  line-height: 1.4;
  color: #3E3A39;
}

@media screen and (max-width: 640px) {
  .ir-investortop-borderbox01 {
    height: auto;
  }
  .ir-investortop-borderbox-imgarea {
    margin: auto;
    width: 120px;
  }
  .ir-investortop-borderbox-imgarea img {
    width: 100px;
  }
  .ir-investortop-borderbox-textarea {
    display: block;
    width: calc(100% - 120px);
    padding-right: 15px;
  }
  .ir-investortop-borderbox-title {
    padding: 0 0 0 17px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ir-investortop-borderbox-title::before {
    left: 0;
  }
  .ir-investortop-borderbox-text {
    padding: 0;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
/* 枠付きテキスト＞ボーダー上下 */
.ir-investortop-linebox01 {
  border-top: 1px dotted #9E9E9E;
  border-bottom: 1px dotted #9E9E9E;
  padding: 30px 0;
}
.ir-investortop-linebox01 > div {
  display: table-cell;
  vertical-align: top;
}
.ir-investortop-linebox01 > div:first-of-type {
  width: 120px;
}
.ir-investortop-linebox01 > div:first-of-type img {
  width: 100px;
  height: auto;
}
.ir-investortop-linebox01 > div:nth-of-type(2) h3 {
  padding-left: 17px;
  color: #005BAC;
  font-weight: bold;
  font-family: var(--boldFont);
  position: relative;
}
.ir-investortop-linebox01 > div:nth-of-type(2) h3::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 0;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #005BAC;
  transition: border 0.3s;
}
.ir-investortop-linebox01 > div:nth-of-type(2) a {
  color: #005BAC;
}
.ir-investortop-linebox01 > div:nth-of-type(2) a:hover {
  text-decoration: underline;
}
.ir-investortop-linebox01 > div:nth-of-type(2) > p {
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}
.ir-investortop-linebox01 > div:nth-of-type(2) .note01 {
  font-size: 14px;
  font-size: 1.4rem;
}

/* 事業報告画像付 */
.irdata-bizreport-reportbox01 {
  display: table;
  width: 100%;
}
.irdata-bizreport-reportbox01 .leftcol {
  float: left;
  padding-right: 30px;
  width: 27.777%;
}
.irdata-bizreport-reportbox01 .leftcol img {
  width: 100%;
  height: auto;
}
.irdata-bizreport-reportbox01 .rightcol {
  float: right;
  width: 72.223%;
}
.irdata-bizreport-reportbox01 .irdata-bizreport-reportbox01-inner h2 {
  margin-bottom: 10px;
  padding-left: 17px;
  font-weight: bold;
  font-family: var(--boldFont);
  position: relative;
}
.irdata-bizreport-reportbox01 .irdata-bizreport-reportbox01-inner h2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 0;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #005BAC;
  transition: border 0.3s;
}
.irdata-bizreport-reportbox01 .irdata-bizreport-reportbox01-inner h2::before {
  top: 9px;
  margin-top: 0;
}
.irdata-bizreport-reportbox01 .irdata-bizreport-reportbox01-inner a {
  color: #005BAC;
}
.irdata-bizreport-reportbox01 .irdata-bizreport-reportbox01-inner a:hover {
  text-decoration: underline;
}
.irdata-bizreport-reportbox01 .irdata-bizreport-reportbox01-inner p {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .irdata-bizreport-reportbox01 .leftcol {
    float: none;
    margin-bottom: 16px;
    padding-left: 0;
    width: 100%;
  }
  .irdata-bizreport-reportbox01 .rightcol {
    float: none;
    width: 100%;
  }
  .irdata-bizreport-reportbox01 .irdata-bizreport-reportbox01-inner .inner {
    margin-top: 0;
  }
}

/* 用語集テキスト */
.grs-dl {
  border-bottom: 1px dotted #D2D2D2;
  padding-bottom: 18px;
  font-size: 0px;
  font-size: 0rem;
}
.grs-dl dt,
.grs-dl dd {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.057142857;
}
.grs-dl dt small,
.grs-dl dd small {
  color: #7f7b7b;
  font-size: 12px;
  font-size: 1.2rem;
}
.grs-dl dt {
  width: 44%;
}
.grs-dl dd {
  width: 56%;
}
.grs-dl ~ .grs-dl {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .grs-dl {
    border-bottom: 1px dotted #D2D2D2;
    padding-bottom: 18px;
  }
  .grs-dl dt,
  .grs-dl dd {
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .grs-dl dt {
    margin-bottom: 4px;
    font-weight: bold;
    font-family: var(--boldFont);
  }
  .grs-dl ~ .grs-dl {
    margin-top: 18px;
  }
}

/* PDF-EXCELリンクリスト */
.cmn2-list-pdf-excel > li {
  padding: 20px 0;
  border-top: dotted 1px #D2D2D2;
  border-bottom: dotted 1px #D2D2D2;
}
.cmn2-list-pdf-excel > li a {
  color: #005BAC;
}
.cmn2-list-pdf-excel > li a:hover {
  text-decoration: underline;
}
.cmn2-list-pdf-excel > li .text {
  margin: 13px 0 0;
  color: #3E3A39;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.cmn2-list-pdf-excel > li ~ li {
  border-top: none;
}
.cmn2-list-pdf-excel + .cmn2-list-pdf-excel > li:first-of-type {
  border-top: none;
}
.cmn2-list-pdf-excel.mb-small + .cmn2-list-pdf-excel {
  margin-top: -15px;
}
.cmn2-list-pdf-excel.mb-medium + .cmn2-list-pdf-excel {
  margin-top: -30px;
}
.cmn2-list-pdf-excel.mb-large + .cmn2-list-pdf-excel {
  margin-top: -60px;
}

.wyswyg .no-mark {
  padding-left: 0;
}
.wyswyg .no-mark li {
  list-style-type: none;
}
.wyswyg .cmn2-list-pdf-excel {
  padding-left: 0;
}
.wyswyg .cmn2-list-pdf-excel > li {
  list-style: none;
}
.wyswyg .nostyle-list,
.wyswyg .gui-list-indent01,
.wyswyg .faq-list,
.wyswyg .recruit-process,
.wyswyg .cmn2-list-square,
.wyswyg .cmn2-list-ol,
.wyswyg .cmn2-list-note01,
.wyswyg .cmn2-list-note02 {
  padding-left: 0;
}
.wyswyg .nostyle-list li,
.wyswyg .gui-list-indent01 li,
.wyswyg .faq-list li,
.wyswyg .recruit-process li,
.wyswyg .cmn2-list-square li,
.wyswyg .cmn2-list-ol li,
.wyswyg .cmn2-list-note01 li,
.wyswyg .cmn2-list-note02 li {
  list-style: none;
}
.wyswyg .human-title-ul {
  padding-left: 0;
}
.wyswyg .human-title-ul li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none !important;
}
.wyswyg .human-title-ul li:before {
  content: "・";
}
.wyswyg #report_back_number dd > ul {
  padding-left: 0;
}
.wyswyg #report_back_number dd > ul li {
  list-style: none;
}
.wyswyg .no-link-style li {
  list-style: none;
}
.wyswyg .cmn2-list-ol2 li {
  list-style-type: none;
  list-style-position: inside;
  list-style: none;
  counter-increment: cnt;
  margin-bottom: 10px;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.wyswyg .cmn2-list-ol2 li:before {
  display: marker;
  content: "（" counter(cnt) "）";
}
.wyswyg .pri-list-ol {
  padding-left: 0;
}
.wyswyg .pri-list-ol li {
  list-style: none;
  text-indent: -1.7em;
  padding-left: 1.7em;
}
.wyswyg .pri-list-ol2 {
  padding-left: 2em;
}
.wyswyg .pri-list-ol2 li {
  margin-bottom: 15px;
  padding-left: 3em;
  text-indent: -3em;
  list-style: none;
}
.wyswyg .cmn2-btn06:hover,
.wyswyg .cmn2-btn07:hover,
.wyswyg .cmn2-btn:hover,
.wyswyg .cmn2-btn02:hover,
.wyswyg .cmn2-btn05:hover {
  text-decoration: none;
}
.wyswyg .cmn2-get-adbe-reader img a:hover {
  text-decoration: none;
}
.wyswyg #report_back_number a:hover,
.wyswyg .ir-investortop-borderbox01 a:hover {
  text-decoration: none;
}
.wyswyg .irdata-annualreport-backnumcell svg {
  display: none;
}
.wyswyg .cmn2-get-adbe-reader > p:first-of-type svg {
  display: none;
}
.wyswyg .btn a:hover {
  text-decoration: none;
}

/* リスト表示リンク > ページ内アンカー矢印付  */
.irinvestor-sysadv-innerlink > p {
  color: #005BAC;
}
.irinvestor-sysadv-innerlink > p::before {
  content: "▼ ";
}
.irinvestor-sysadv-innerlink > p a {
  color: #005BAC;
}
.irinvestor-sysadv-innerlink > p:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .irinvestor-sysadv-innerlink > p a {
    display: inline !important;
  }
}

/* リスト表示リンク > FAQアンカーリスト */
.faq-list {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.faq-list li {
  border-bottom: 1px dotted #D2D2D2;
  font-weight: normal;
  font-family: var(--normalFont);
}
.faq-list li a {
  display: block;
  position: relative;
  padding: 20px 40px 20px 30px;
  width: 100%;
  height: 100%;
}
.faq-list li a:hover {
  text-decoration: underline;
}
.faq-list li a:visited {
  color: #005BAC;
}
.faq-list li a:before {
  content: "Ｑ.";
  margin-right: 10px;
  margin-left: -30px;
  font-weight: bold;
  font-weight: bold;
  font-family: var(--boldFont);
  color: #005BAC;
}
.faq-list li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 22px;
  margin-top: -5px;
  border-right: 2px solid #005BAC;
  border-bottom: 2px solid #005BAC;
  transform: rotate(45deg);
  transform-origin: top center;
}
@media screen and (max-width: 640px) {
  .faq-list a {
    padding: 15px 40px 10px 30px;
  }
}

/* 下部共通リンクボックス */
.cmn2-list-linkbox {
  display: flex;
  flex-wrap: wrap;
  background: #EDF9FE;
  border-right: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
  background: url(linkboxNewBg);
  background-size: 100%;
}
.cmn2-list-linkbox dt {
  border: solid 1px #D2D2D2;
  border-right: none;
  padding: 15px 30px;
  width: 100%;
  background: #EDF9FE;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: var(--boldFont);
}
.cmn2-list-linkbox dd {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: -1px;
  border-bottom: solid 1px #D2D2D2;
  width: 33.333%;
  line-height: 1.5;
}
.cmn2-list-linkbox dd:last-of-type {
  width: calc(33.333% + 1px);
}
.cmn2-list-linkbox dd:nth-of-type(3n) {
  width: 33.333%;
  border-right: none;
}
.cmn2-list-linkbox dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding: 15px 28px 15px 42px;
  min-height: 71px;
  text-align: center;
  vertical-align: middle;
  color: #005BAC;
}
.cmn2-list-linkbox dd a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 20px;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #005BAC;
  transition: border 0.3s;
}
.cmn2-list-linkbox dd a svg {
  position: absolute;
  top: calc(50% - 1px);
  margin-top: -5px;
  right: 20px;
  fill: currentColor;
}
.cmn2-list-linkbox dd a:hover {
  text-decoration: underline;
}
.cmn2-list-linkbox dd a.icon2 {
  padding-right: 54px;
}
.cmn2-list-linkbox dd a.icon2 svg:nth-of-type(1) {
  right: 38px;
}
.cmn2-list-linkbox dd a.icon2 svg:nth-of-type(2) {
  right: 20px;
}
@media screen and (max-width: 640px) {
  .cmn2-list-linkbox {
    background: #EDF9FE;
  }
  .cmn2-list-linkbox dt {
    padding: 15px 30px;
    width: 100%;
  }
  .cmn2-list-linkbox dd {
    width: 100%;
    border-left: 1px solid #D2D2D2;
  }
  .cmn2-list-linkbox dd:last-of-type {
    width: 100%;
    border-right: none;
  }
  .cmn2-list-linkbox dd:nth-of-type(3n) {
    width: 100%;
  }
  .cmn2-list-linkbox dd a {
    padding: 17px 15px 15px 42px;
    min-height: 71px;
  }
}

/* アニュアルレポート */
.irdata-annualreport-backnum .inner {
  display: flex;
}
.irdata-annualreport-backnum + .irdata-annualreport-backnum {
  border-top: 1px dotted #D2D2D2;
}
.irdata-annualreport-backnum + .irdata-annualreport-backnum .irdata-annualreport-backnumcell .cell-inner {
  padding: 28px 30px;
}
@media screen and (max-width: 640px) {
  .irdata-annualreport-backnum .inner {
    display: block;
  }
  .irdata-annualreport-backnum + .irdata-annualreport-backnum {
    padding-top: 28px;
  }
  .irdata-annualreport-backnum + .irdata-annualreport-backnum .irdata-annualreport-backnumcell .cell-inner {
    padding: 0;
  }
}

.irdata-annualreport-backnumcell {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  border-right: 1px dotted #D2D2D2;
}
.irdata-annualreport-backnumcell:nth-child(3n) {
  border-right: 0;
}
.irdata-annualreport-backnumcell .cell-inner {
  display: flex;
  flex-direction: column;
  padding: 0 30px 28px;
  font-size: 14px;
  font-size: 1.4rem;
}
.irdata-annualreport-backnumcell .cell-inner > h3 {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  font-weight: bold;
  font-family: var(--boldFont);
}
.irdata-annualreport-backnumcell .cell-inner > h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 7px;
  left: 0;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #005BAC;
  transition: border 0.3s;
}
.irdata-annualreport-backnumcell .cell-inner > h3 a {
  color: #005BAC;
}
.irdata-annualreport-backnumcell .cell-inner > h3 a:hover {
  text-decoration: underline;
}
.irdata-annualreport-backnumcell .reportThumb a {
  transition: opacity 0.3s;
}
.irdata-annualreport-backnumcell .reportThumb a:hover {
  opacity: 0.8;
}
.irdata-annualreport-backnumcell .reportThumb img {
  width: 100%;
  height: auto;
}
.irdata-annualreport-backnumcell .icon {
  margin-top: 9px;
}
.irdata-annualreport-backnumcell .icon ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .irdata-annualreport-backnumcell {
    width: 100%;
    border-top: 1px dotted #9E9E9E;
    border-right: none;
    padding: 28px 30px;
  }
  .irdata-annualreport-backnumcell:first-of-type {
    border-top: none;
    padding: 0 30px 28px;
  }
  .irdata-annualreport-backnumcell .cell-inner {
    padding: 0;
  }
  .irdata-annualreport-backnumcell .reportThumb img {
    width: auto;
    margin: auto;
    display: block;
  }
}

.is-annualreport a {
  display: block;
  transition: opacity 0.3s;
}
.is-annualreport a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  .is-annualreport .reportThumb img {
    width: auto;
    margin: auto;
    display: block;
  }
}

/* ボタン(1列表示) */
.cmn2-align-center {
  text-align: center;
}

.cmn2-align-right {
  text-align: right;
}

.cmn2-btn:visited,
.cmn2-btn02:visited,
.cmn2-btn03:visited,
.cmn2-btn05:visited,
.cmn2-btn06:visited,
.cmn2-btn07:visited {
  color: #fff;
}
.cmn2-btn:visited svg,
.cmn2-btn02:visited svg,
.cmn2-btn03:visited svg,
.cmn2-btn05:visited svg,
.cmn2-btn06:visited svg,
.cmn2-btn07:visited svg {
  fill: currentcolor;
}
.cmn2-btn:visited:hover svg,
.cmn2-btn02:visited:hover svg,
.cmn2-btn03:visited:hover svg,
.cmn2-btn05:visited:hover svg,
.cmn2-btn06:visited:hover svg,
.cmn2-btn07:visited:hover svg {
  fill: currentcolor;
}
@media screen and (max-width: 640px) {
  .cmn2-btn,
  .cmn2-btn02,
  .cmn2-btn03,
  .cmn2-btn05,
  .cmn2-btn06,
  .cmn2-btn07 {
    max-width: 100%;
  }
}

/* ボタン小 */
.cmn2-btn {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  border: 2px solid #005BAC;
  padding: 9px 27px;
  width: 191px;
  background-color: #005BAC;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  transition-property: color background-color;
  transition-duration: 0.3s;
}
.cmn2-btn * {
  box-sizing: border-box;
}
.cmn2-btn::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 0;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #005BAC;
  transition: border 0.3s;
}
.cmn2-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 15px;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
  transition: border 0.3s;
}
.cmn2-btn svg {
  position: absolute;
  top: calc(50% - 1px);
  margin-top: -5px;
  right: 15px;
}
.cmn2-btn:hover {
  color: #005BAC;
  background-color: #fff;
}
.cmn2-btn:hover::before {
  border-left: 6px solid #005BAC;
}
.cmn2-btn.icon2 {
  padding: 9px 54px 9px 27px;
}
.cmn2-btn.icon2 svg:nth-of-type(1) {
  right: 38px;
}
.cmn2-btn.icon2 svg:nth-of-type(2) {
  right: 15px;
}

.cmn2-btn02,
.cmn2-btn03,
.cmn2-btn05,
.cmn2-btn06,
.cmn2-btn07 {
  display: inline-block;
  border-radius: 3px;
  border: 2px solid #005BAC;
  background-color: #005BAC;
  text-align: center;
  color: #fff;
  position: relative;
  transition-property: color background-color;
  transition-duration: 0.3s;
}
.cmn2-btn02 *,
.cmn2-btn03 *,
.cmn2-btn05 *,
.cmn2-btn06 *,
.cmn2-btn07 * {
  box-sizing: border-box;
}
.cmn2-btn02::before,
.cmn2-btn03::before,
.cmn2-btn05::before,
.cmn2-btn06::before,
.cmn2-btn07::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 0;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #005BAC;
  transition: border 0.3s;
}
.cmn2-btn02::before,
.cmn2-btn03::before,
.cmn2-btn05::before,
.cmn2-btn06::before,
.cmn2-btn07::before {
  left: 20px;
  border-left: 8px solid #fff;
}
.cmn2-btn02:hover,
.cmn2-btn03:hover,
.cmn2-btn05:hover,
.cmn2-btn06:hover,
.cmn2-btn07:hover {
  color: #005BAC;
  background-color: #fff;
}
.cmn2-btn02:hover::before,
.cmn2-btn03:hover::before,
.cmn2-btn05:hover::before,
.cmn2-btn06:hover::before,
.cmn2-btn07:hover::before {
  border-left: 8px solid #005BAC;
}
.cmn2-btn02 svg,
.cmn2-btn03 svg,
.cmn2-btn05 svg,
.cmn2-btn06 svg,
.cmn2-btn07 svg {
  position: absolute;
  top: calc(50% - 1px);
  margin-top: -5px;
  right: 20px;
}

/* ボタン中 */
.cmn2-btn02 {
  padding: 24px 40px;
  width: 247px;
  font-size: 16px;
  font-size: 1.6rem;
}
.cmn2-btn02.icon2 {
  padding: 24px 66px 24px 40px;
}
.cmn2-btn02.icon2 svg:nth-of-type(1) {
  right: 48px;
}
.cmn2-btn02.icon2 svg:nth-of-type(2) {
  right: 20px;
}

.cmn2-btn03 {
  padding: 10px;
  width: 360px;
  height: 73px;
  font-size: 114.29%;
}

.cmn2-btn03::before {
  margin-right: 10px;
  vertical-align: -0.1em;
}

/* ボタン大 */
.cmn2-btn05 {
  padding: 23px 40px;
  width: 350px;
  font-size: 18px;
  font-size: 1.8rem;
}
.cmn2-btn05.icon2 {
  padding: 23px 66px 23px 40px;
}
.cmn2-btn05.icon2 svg:nth-of-type(1) {
  right: 48px;
}
.cmn2-btn05.icon2 svg:nth-of-type(2) {
  right: 20px;
}

/* ボタン(複数列表示) */
.cmn2-block-2col .inner .inquiry,
.cmn2-block-3col .inner .inquiry {
  height: 100%;
}
.cmn2-block-2col .inner .inquiry + .inquiry,
.cmn2-block-3col .inner .inquiry + .inquiry {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .cmn2-block-2col .inner .inquiry + .inquiry,
  .cmn2-block-3col .inner .inquiry + .inquiry {
    margin-top: 20px;
  }
}

.cmn2-btn06,
.cmn2-btn07 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-size: 1.8rem;
}
.cmn2-btn06.icon2,
.cmn2-btn07.icon2 {
  padding-right: 66px;
}
.cmn2-btn06.icon2 svg:nth-of-type(1),
.cmn2-btn07.icon2 svg:nth-of-type(1) {
  right: 48px;
}
.cmn2-btn06.icon2 svg:nth-of-type(2),
.cmn2-btn07.icon2 svg:nth-of-type(2) {
  right: 20px;
}

/* 2列 */
.cmn2-btn06 {
  padding: 23px 40px;
}

/* 3列 */
.cmn2-btn07 {
  padding: 21px 39px 21px 36px;
}
.cmn2-btn07.is-large {
  padding: 50px 39px 50px 36px;
}

/* あんしんレポート */
#report_latest dl {
  display: flex;
  width: 100%;
}
#report_latest dl dt {
  width: 26.388%;
  padding-right: 36px;
}
#report_latest dl dt img {
  width: 100%;
  height: auto;
}
#report_latest dl dd {
  width: 73.612%;
  color: #005BAC;
}
#report_latest dl dd h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: var(--boldFont);
}
#report_latest dl dd h4 ~ h4 {
  margin-top: 26px;
}
#report_latest dl dd table {
  width: 100%;
}
#report_latest dl dd table td {
  border-top: 1px dotted #D2D2D2;
  border-bottom: 1px dotted #D2D2D2;
  padding: 13px 0;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}
#report_latest dl dd table td a {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: #005BAC;
}
#report_latest dl dd table td a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 6px;
  left: 0;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #005BAC;
  transition: border 0.3s;
}
#report_latest dl dd table td a:hover {
  text-decoration: underline;
}
#report_latest dl dd table td a svg {
  margin-left: 7px;
}
#report_latest dl dd table .cell_size {
  width: 8em;
  text-align: right;
  color: #3E3A39;
}
@media screen and (max-width: 640px) {
  #report_latest dl {
    display: block;
  }
  #report_latest dl dt,
  #report_latest dl dd {
    display: block;
    width: 100%;
  }
  #report_latest dl dt {
    padding-right: 0;
  }
  #report_latest dl dt img {
    width: auto;
    margin: auto;
    display: block;
  }
  #report_latest dl dd h4 {
    margin-top: 26px;
  }
}

/* レポート（バックナンバー） */
#report_back_number .grid.col2 {
  display: flex;
  flex-wrap: wrap;
}
#report_back_number .grid.col2 .box {
  width: calc(50% - 15px);
  border-bottom: 1px dotted #D2D2D2;
  padding-bottom: 30px;
}
#report_back_number .grid.col2 .box:nth-of-type(n+3) {
  margin-top: 25px;
}
#report_back_number .grid.col2 .box:nth-of-type(odd) {
  margin-right: 15px;
}
#report_back_number .grid.col2 .box:nth-of-type(even) {
  margin-left: 15px;
}
#report_back_number .grid.col2 .box h4 {
  margin-bottom: 27px;
  color: #005BAC;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: var(--boldFont);
}
#report_back_number .grid.col2 .box dl {
  display: flex;
  flex-wrap: wrap;
}
#report_back_number .grid.col2 .box dl dt {
  width: 120px;
  padding-right: 20px;
}
#report_back_number .grid.col2 .box dl dt img {
  width: 100%;
  height: auto;
}
#report_back_number .grid.col2 .box dl dd {
  margin-top: -4px;
  width: calc(100% - 120px);
}
#report_back_number .grid.col2 .box dl dd ul li {
  margin-bottom: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
#report_back_number .grid.col2 .box dl dd ul li:nth-of-type(even) {
  margin-bottom: 0;
}
#report_back_number .grid.col2 .box dl dd ul li:last-of-type .btn.download {
  margin-bottom: 0;
}
#report_back_number .grid.col2 .box dl dd ul .btn.download {
  position: relative;
  margin-bottom: 15px;
  border: 2px solid #005BAC;
  border-radius: 3px;
  padding: 10px 30px 10px 20px;
  width: 190px;
  min-width: 0;
  background-color: #005BAC;
  text-align: center;
  color: #fff;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
#report_back_number .grid.col2 .box dl dd ul .btn.download::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 15px;
  margin-top: -2px;
  border-top: 3px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #fff;
  transition: border 0.3s;
}
#report_back_number .grid.col2 .box dl dd ul .btn.download svg {
  position: absolute;
  right: 15px;
  top: calc(50% - 1px);
  margin-top: -5px;
  transition: fill 0.3s;
}
#report_back_number .grid.col2 .box dl dd ul .btn.download.icon2 {
  padding-right: 47px;
}
#report_back_number .grid.col2 .box dl dd ul .btn.download.icon2 svg:first-of-type {
  right: 15px;
}
#report_back_number .grid.col2 .box dl dd ul .btn.download.icon2 svg:nth-of-type(2) {
  right: 34px;
}
#report_back_number .grid.col2 .box dl dd ul .btn.download:hover {
  background-color: #fff;
  color: #005BAC;
}
#report_back_number .grid.col2 .box dl dd ul .btn.download:hover::before {
  border-left: 4px solid #005BAC;
}
@media screen and (max-width: 640px) {
  #report_back_number .grid.col2 {
    display: block;
  }
  #report_back_number .grid.col2 .box {
    width: 100%;
  }
  #report_back_number .grid.col2 .box + .box {
    margin-top: 30px;
  }
  #report_back_number .grid.col2 .box:nth-of-type(odd) {
    margin-right: 0;
  }
  #report_back_number .grid.col2 .box:nth-of-type(even) {
    margin-left: 0;
  }
  #report_back_number .grid.col2 .box dl dd ul .btn.download {
    width: 190px;
    max-width: 100%;
    min-width: 0;
  }
}

.ir-financ-high-table01 table,
.irinvestor-syssimul-table01 table,
.cmn2-table-row table {
  width: 100%;
  border-bottom: 1px solid #D2D2D2;
}
.ir-financ-high-table01 tr,
.irinvestor-syssimul-table01 tr,
.cmn2-table-row tr {
  border-top: 1px solid #D2D2D2;
}
.ir-financ-high-table01 th,
.ir-financ-high-table01 td,
.irinvestor-syssimul-table01 th,
.irinvestor-syssimul-table01 td,
.cmn2-table-row th,
.cmn2-table-row td {
  border-right: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  vertical-align: middle;
}
.ir-financ-high-table01 th,
.irinvestor-syssimul-table01 th,
.cmn2-table-row th {
  padding: 16px 20px;
  background-color: #F3F3F3;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: bold;
  font-family: var(--boldFont);
  line-height: 1.8;
}
@media screen and (min-width: 641px) {
  .ir-financ-high-table01 th a:hover,
  .irinvestor-syssimul-table01 th a:hover,
  .cmn2-table-row th a:hover {
    text-decoration: underline;
  }
}
@media print {
  .ir-financ-high-table01 th a:hover,
  .irinvestor-syssimul-table01 th a:hover,
  .cmn2-table-row th a:hover {
    text-decoration: underline;
  }
}
.ir-financ-high-table01 td,
.irinvestor-syssimul-table01 td,
.cmn2-table-row td {
  padding: 14px 19px;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.ir-financ-high-table01 td.is-center,
.irinvestor-syssimul-table01 td.is-center,
.cmn2-table-row td.is-center {
  text-align: center;
  vertical-align: middle;
}
.ir-financ-high-table01.officer th,
.irinvestor-syssimul-table01.officer th,
.cmn2-table-row.officer th {
  width: 34.2465753%;
  text-align: left;
  background-color: #EFF0F2;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	WYSWYG流し込みパーツ
------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.txt-blue {
  color: #005BAC;
}

.txt-gray {
  color: #7f7b7b;
}

.txt-large {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.txt-small {
  font-size: 14px;
  font-size: 1.4rem;
}

.cmn2-txt-update {
  text-align: right;
  color: #7f7b7b;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 0 !important;
}

.cmn2-list-anchor ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.cmn2-list-anchor li {
  display: inline-block;
  position: relative;
  list-style: none;
  padding: 0 12px 0 0;
  margin: 3px 12px 3px 0;
}
.cmn2-list-anchor li:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 1px;
  height: 16px;
  background-color: #707070;
}
.cmn2-list-anchor li:first-of-type {
  padding-left: 0;
}
.cmn2-list-anchor li:last-of-type {
  padding-right: 0;
}
.cmn2-list-anchor li:last-of-type:after {
  content: none;
}
.cmn2-list-anchor li a {
  color: #005BAC;
}
.cmn2-list-anchor li a:hover {
  text-decoration: underline;
}

.corporate-mb-medium {
  margin-bottom: 45px;
}

.corporate-title-short {
  margin-bottom: 10px;
}

.corporate-bold {
  font-weight: bold;
  font-family: var(--boldFont);
}

.corporate-conduct-fontcn {
  font-family: "SimSun", sans-serif !important;
}

.corporate-conduct-area01 dt {
  margin-left: 30px;
}
.corporate-conduct-area01 dd {
  margin-bottom: 50px;
  margin-left: 30px;
}

.corporate-conduct-area02 {
  margin-left: 30px;
}
.corporate-conduct-area02 dt {
  float: left;
  width: 11.528%;
  height: 30px;
}
.corporate-conduct-area02 dd {
  float: left;
  width: 88.472%;
  height: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .corporate-conduct-area02 {
    margin-left: 30px;
  }
  .corporate-conduct-area02 dt {
    float: left;
    margin-top: 3px;
    width: auto;
    height: 20px;
    overflow-y: hidden;
  }
  .corporate-conduct-area02 dt ~ dt {
    margin-top: 13px;
  }
  .corporate-conduct-area02 dd {
    float: none;
    width: auto;
    height: auto;
    vertical-align: middle;
  }
  .corporate-conduct-area02 dd ~ dd {
    margin-top: 10px;
  }
}

.cmn2-parts-history {
  display: flex;
}
.cmn2-parts-history .left {
  width: 45.833%;
}
.cmn2-parts-history .left .cap {
  margin-bottom: 28px;
  line-height: 1.8;
  font-weight: bold;
  font-family: var(--boldFont);
}
.cmn2-parts-history .left .fig img {
  width: 100%;
  height: auto;
}
.cmn2-parts-history .right {
  padding-left: 30px;
  width: 54.167%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.057142857;
}
.cmn2-parts-history .right dl {
  display: flex;
  border-bottom: 1px dotted #D2D2D2;
  padding: 18px 0;
}
.cmn2-parts-history .right dl:first-of-type {
  padding-top: 0;
}
.cmn2-parts-history .right dl.bb-none {
  border-bottom: none;
}
.cmn2-parts-history .right dl dt {
  width: 110px;
  font-weight: bold;
  font-family: var(--boldFont);
}
.cmn2-parts-history .right dl dd {
  width: calc(100% - 110px);
}
@media screen and (max-width: 640px) {
  .cmn2-parts-history {
    display: block;
  }
  .cmn2-parts-history .right,
  .cmn2-parts-history .left {
    width: 100%;
  }
  .cmn2-parts-history .right {
    margin-top: 16px;
    padding-left: 0;
  }
}

.grs-head,
.grs-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #F3F3F3;
}
.grs-head ul,
.grs-foot ul {
  margin: 5px;
  padding-left: 0;
  flex-wrap: wrap;
}
.grs-head ul li,
.grs-foot ul li {
  display: inline-block;
  border-right: 1px solid #707070;
  margin: 5px 20px 5px 0;
  padding: 0 20px 0 0;
  height: 1em;
  line-height: 1;
  list-style: none;
}
.grs-head ul li:first-of-type,
.grs-foot ul li:first-of-type {
  padding-left: 0;
}
.grs-head ul li a,
.grs-foot ul li a {
  color: #005BAC;
}
.grs-head ul li a:hover,
.grs-foot ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .grs-head,
  .grs-foot {
    display: block;
    text-align: center;
  }
  .grs-head ul,
  .grs-foot ul {
    margin: 5px;
    width: 100%;
  }
  .grs-head ul li,
  .grs-foot ul li {
    margin: 10px 20px 10px 0;
    padding: 0 20px 0 0;
  }
  .grs-head .grs-ser-button,
  .grs-foot .grs-ser-button {
    margin-top: 15px;
  }
}

.grs-foot {
  justify-content: center;
}

.grs-ser-button {
  display: table;
  position: relative;
  border-radius: 3px;
  border: 2px solid #005BAC;
  padding: 7px 14px 7px 25px;
  width: 105px;
  background-color: #005BAC;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  transition-property: color background-color;
  transition-duration: 0.3s;
}
.grs-ser-button::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 0;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #005BAC;
  transition: border 0.3s;
}
.grs-ser-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% + 3px);
  left: 15px;
  border-top: 2px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 3px solid #fff;
  transition: border 0.3s;
}
.grs-ser-button:hover {
  color: #005BAC;
  background-color: #fff;
}
.grs-ser-button:hover::before {
  border-left: 3px solid #005BAC;
}
@media screen and (max-width: 640px) {
  .grs-ser-button {
    margin: 0 auto;
  }
}

.corporate-brand-area01 {
  margin: 35px 0 40px 15.9722222%;
}
@media screen and (max-width: 640px) {
  .corporate-brand-area01 {
    margin-bottom: 20px;
  }
}

.corporate-brand-area03 dl {
  margin-left: 5.5555556%;
  margin-bottom: 30px;
}
.corporate-brand-area03 dl:first-child {
  margin-top: 40px;
}
.corporate-brand-area03 dl dt {
  margin-bottom: 10px;
}

.corporate-brand-area04 {
  margin-left: 5.5555556%;
}
.corporate-brand-area04 > dl {
  margin-bottom: 30px;
}
.corporate-brand-area04 > dl:first-child {
  margin-top: 20px;
}
.corporate-brand-area04 > dl dl dt {
  position: relative;
  padding: 20px 0 0 75px;
}
.corporate-brand-area04 > dl dl dt img {
  position: absolute;
  left: 0;
  top: 23px;
}
.corporate-brand-area04 > dl dl dt img + img {
  position: static;
}
.corporate-brand-area04 > dl dl dd {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 0 20px 75px;
  border-bottom: dotted 1px #c5c5c5;
  font-size: 14px;
  font-size: 1.4rem;
}

.keikaku-inner {
  display: flex;
}
.keikaku-inner .keikaku-left {
  width: 16.944%;
}
.keikaku-inner .keikaku-right {
  width: 83.056%;
}
.keikaku-inner.sus-society {
  display: block;
}
.keikaku-inner.sus-society h3 {
  color: #005BAC;
}

.irdata-indivpre-reference-pdflink {
  margin-bottom: 12px;
  padding: 12px 20px;
  background-color: #F3F3F3;
  line-height: 1.5;
}
.irdata-indivpre-reference-movielink ul {
  padding-left: 0;
}
.irdata-indivpre-reference-movielink ul li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 1em;
  list-style: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  line-height: 1.5;
}
.irdata-indivpre-reference-movielink ul li::before {
  content: "※";
}
.irdata-indivpre-reference-movielink ul + p {
  color: #7f7b7b;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

.irinvestor-sysabout-box01-title {
  padding: 6px 10px;
  background-color: #005BAC;
  color: #fff;
  letter-spacing: 5px;
}

.irinvestor-sysabout-panel {
  display: flex;
  flex-wrap: wrap;
}

.irinvestor-sysabout-item {
  padding: 15px 20px;
  width: 50%;
}
.irinvestor-sysabout-item:nth-of-type(odd) {
  border-right: 1px dotted #c7c7c7;
}
.irinvestor-sysabout-item:nth-of-type(n+3) {
  border-top: 1px dotted #c7c7c7;
}
.irinvestor-sysabout-item .title {
  color: #005BAC;
}
.irinvestor-sysabout-item > p {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.irinvestor-sysabout-item > p + p {
  margin-top: 10px;
  text-align: center;
}
.irinvestor-sysabout-item > img {
  margin-top: 20px;
  max-width: 100%;
  height: auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .irinvestor-sysabout-panel {
    display: block;
  }
  .irinvestor-sysabout-item {
    width: 100%;
  }
  .irinvestor-sysabout-item:nth-of-type(odd) {
    border-right: none;
  }
  .irinvestor-sysabout-item:nth-of-type(n+2) {
    border-top: 1px dotted #c7c7c7;
  }
}
.irinvestor-sysabout-box02 > div {
  width: calc(50% - 10px);
}
.irinvestor-sysabout-box02 > div:first-of-type {
  float: left;
}
.irinvestor-sysabout-box02 > div:nth-of-type(2) {
  float: right;
}
.irinvestor-sysabout-box02 > div p {
  padding: 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.irinvestor-sysabout-box02 > div p + p {
  text-align: center;
}
.irinvestor-sysabout-box02 > div p + p {
  margin-top: 10px;
}
.irinvestor-sysabout-box02 h3 {
  margin-bottom: 12px;
  padding: 6px 10px;
  background-color: #005BAC;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .irinvestor-sysabout-box02 > div {
    width: 100%;
  }
  .irinvestor-sysabout-box02 > div:first-of-type {
    float: none;
  }
  .irinvestor-sysabout-box02 > div:nth-of-type(2) {
    float: none;
  }
  .irinvestor-sysabout-box02 > div + div {
    margin-top: 30px;
  }
}

/*なるほど！シスメックス > 戦略は？*/
.irinvestor-systact-box01 dl dt {
  margin-top: 18px;
}
.irinvestor-systact-box01 dl dd {
  border-bottom: 1px dotted #a4aeb3;
  padding-bottom: 18px;
}
.irinvestor-systact-iconbox01 h4 {
  color: #ef6f78;
  border-bottom: 1px dotted #a4aeb3;
  font-size: 114.3%;
  margin-bottom: 10px;
  padding-bottom: 3px;
}
.irinvestor-systact-iconbox01 h4.ir-txt-color-01 {
  color: #c3d12e;
}
.irinvestor-systact-iconbox01 h4.ir-txt-color-02 {
  color: #9996c9;
}
.irinvestor-systact-iconbox01 ul li {
  margin-left: 37px;
}
.irinvestor-systact-iconbox01 ol {
  font-size: 78.6%;
  margin: -18px 0 35px;
}
.irinvestor-systact-iconbox01 ol > li {
  counter-increment: li;
  margin-left: 50px;
  position: relative;
  padding-left: 2em;
}
.irinvestor-systact-iconbox01 ol > li:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "※" counter(li);
}

/*なるほど！シスメックス > 業績は？*/
.irinvestor-sysachiev-profit {
  margin-bottom: 30px;
}
.irinvestor-sysachiev-profit ul {
  padding-left: 0;
}
.irinvestor-sysachiev-profit ul li {
  list-style: none;
  float: left;
  width: calc((100% - 40px) / 3);
  margin-left: 20px;
}
.irinvestor-sysachiev-profit ul li:first-child {
  margin-left: 0;
}
.irinvestor-sysachiev-profit ul li ~ li {
  margin-left: 19px;
}
@media screen and (max-width: 640px) {
  .irinvestor-sysachiev-profit ul li {
    float: none;
    width: 100%;
    margin: 0 auto 10px !important;
    text-align: center;
  }
  .irinvestor-sysachiev-profit ul li ~ li {
    margin-top: 10px;
    width: 100%;
  }
}

.irinvestor-sysachiev-table01 table {
  border-top: 1px solid #acacac;
  width: 100%;
}
.irinvestor-sysachiev-table01 table tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}
.irinvestor-sysachiev-table01 table tr th:first-child {
  border-left: none;
}
.irinvestor-sysachiev-table01 table th,
.irinvestor-sysachiev-table01 table td {
  font-size: 92.9%;
  font-weight: normal;
  line-height: 1;
  padding: 13px 0 14px;
  background: none;
  text-align: center;
}
.irinvestor-sysachiev-table01 table tr:first-child {
  background-color: #f1f1f1;
}
.irinvestor-sysachiev-table01 table tr:first-child + tr + tr {
  background-color: #f1f1f1;
}
.irinvestor-sysachiev-table01 table tr:first-child + tr + tr + tr + tr {
  background-color: #f1f1f1;
}
.irinvestor-sysachiev-table01 table tr:first-child + tr + tr + tr + tr + tr + tr {
  background-color: #f1f1f1;
}
@media screen and (max-width: 640px) {
  .irinvestor-sysachiev-table01 table {
    width: 720px;
    overflow-x: scroll;
  }
}

.irdata-top-box01 {
  border: 1px solid #005BAC;
  margin-bottom: 60px;
  padding: 30px;
}
.irdata-top-box01 h2 {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
.irdata-top-box01 .irdata-top-3col {
  display: table;
  margin-top: 15px;
  width: 100%;
}
.irdata-top-box01 .irdata-top-3col > .inner {
  display: table-cell;
}
.irdata-top-box01 .irdata-top-3col > .inner h3 {
  color: #005BAC;
  padding-left: 25px;
  position: relative;
}
.irdata-top-box01 .irdata-top-3col > .inner h3:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 0;
  margin-top: -5px;
  border-top: 7px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #005BAC;
  transition: border 0.3s;
}
.irdata-top-box01 .irdata-top-3col > .inner h3 + p {
  color: #7f7b7b;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 25px;
}
@media screen and (max-width: 640px) {
  .irdata-top-box01 {
    margin-bottom: 30px;
    padding: 14px;
  }
  .irdata-top-box01 .irdata-top-3col {
    display: block;
  }
  .irdata-top-box01 .irdata-top-3col > .inner {
    display: block;
    width: 100%;
  }
}

.cmn2-table-colrow .ir-infdivid-table01 table tr:nth-of-type(2) td {
  background-color: #ccdeee;
}
.cmn2-table-colrow.address td,
.cmn2-table-colrow.address th {
  vertical-align: middle;
}
.cmn2-table-colrow.address td .arrow {
  padding-left: 10px;
}

.ir-tpical-clendartable01 th {
  width: 120px;
  vertical-align: top;
  text-align: left;
}
.ir-tpical-clendartable01 tr td:first-of-type {
  width: 216px;
  background-color: #F3F3F3;
}
.ir-tpical-clendartable01 ul {
  margin-top: 15px;
  padding-left: 0;
}
.ir-tpical-clendartable01 ul li {
  margin-bottom: 6px;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .ir-tpical-clendartable01 {
    overflow-x: scroll;
  }
  .ir-tpical-clendartable01 table {
    width: 720px;
  }
}

.ir-polisys-col01 {
  display: table;
  margin-bottom: 40px;
}
.ir-polisys-col01 > div {
  display: table-cell;
  vertical-align: top;
}
.ir-polisys-col01 > div:first-of-type {
  width: 49%;
}
@media screen and (max-width: 640px) {
  .ir-polisys-col01 {
    display: block;
    margin-bottom: 20px;
  }
  .ir-polisys-col01 > div {
    display: block;
  }
  .ir-polisys-col01 > div:first-of-type {
    width: 100%;
    margin-bottom: 10px;
  }
}

.ir-caution-list > li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 0.5em;
  list-style-type: decimal !important;
}

.ir-polisys-box01 {
  border-top: 1px dotted #c5c5c5;
  border-bottom: 1px dotted #c5c5c5;
  padding: 19px 0 23px;
  margin-bottom: 30px;
}

.corporate-profile-area01 dl {
  overflow: hidden;
  border-bottom: dotted 1px #c5c5c5;
}
.corporate-profile-area01 dl dt {
  float: left;
  padding: 18px 0;
  padding-left: 0px;
  width: 23.611%;
  font-size: 16px;
  font-size: 1.6rem;
  text-indent: -0.6em;
  padding-left: 0.6em;
}
.corporate-profile-area01 dl dd {
  float: right;
  padding: 20px 0;
  width: 76.389%;
}
@media screen and (max-width: 640px) {
  .corporate-profile-area01 dl dt,
  .corporate-profile-area01 dl dd {
    float: none;
    width: 100%;
  }
}

.cmn2-table-colrow table {
  border: 1px solid #acacac;
  width: 100%;
}
.cmn2-table-colrow table th {
  border: 1px solid #acacac;
  padding: 16px 15px;
  background-color: #EFF0F2;
}
.cmn2-table-colrow table td {
  border: 1px solid #acacac;
  padding: 16px 15px;
}
.cmn2-table-colrow table + .txt-small {
  margin-top: 10px;
}
.cmn2-table-colrow tr:first-child th {
  text-align: center;
}

caption, th {
  text-align: left;
}

.address table th + td {
  font-size: 92.86%;
}

.irinvestor-syssimul-table01 table th,
.irinvestor-syssimul-table01 table td {
  padding: 13px 12px;
  text-align: center;
}
.irinvestor-syssimul-table01 table td {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 0.9;
  padding: 20px 12px;
}
.irinvestor-syssimul-table01 table td span {
  font-size: 12px;
  font-size: 1.2rem;
}

.irdata-top-box01 h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 5px;
  color: #005bac;
}

.ir-polisys-col01 .rightcol-inner h3 {
  margin-top: 30px;
  margin-bottom: 8px;
  color: #005bac;
}

sup {
  vertical-align: text-top;
  font-size: 10px;
  line-height: 1;
  top: 0;
}

.MsoNormalTable th,
.MsoNormalTable td {
  vertical-align: middle;
}

.recruit-btn-list .cmn2-block-3col .inner {
  height: auto;
}
.recruit-btn-list .cmn2-block-3col .inner .inquiry {
  margin-bottom: 10px;
  height: auto;
}
.recruit-btn-list .cmn2-block-3col .cmn2-btn07 {
  height: 102px;
}

@media screen and (max-width: 640px) {
  .addm-ca-box .inner {
    float: none;
    width: 100% !important;
  }
  .addm-ca-box .inner img {
    width: 100%;
    height: auto;
  }
  .addm-ca-box .inner + .inner {
    margin-top: 10px;
    width: 100%;
  }
}

.job-inq-box {
  border: solid 4px #b2cde6;
  padding: 30px;
  display: flex;
}
.job-inq-box dd {
  padding-left: 20px;
}
.job-inq-box .job-tell {
  padding-left: 26px;
  background: url(freedialIcon) 0 1px no-repeat;
  color: #005BAC;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .job-inq-box {
    display: block;
  }
  .job-inq-box dd {
    margin-top: 10px;
    padding-left: 0;
  }
}

.recruit-process {
  list-style: none;
}

.manufacturing-box {
  display: flex;
  align-items: center;
  border: #b8b8b8 1px solid;
  padding: 15px 24px;
  font-size: 11px;
  font-size: 1.1rem;
}
.manufacturing-box p {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .manufacturing-box {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
  }
  .manufacturing-box p:first-of-type {
    margin-bottom: 10px;
    width: 100%;
  }
  .manufacturing-box p:nth-of-type(2),
  .manufacturing-box p:nth-of-type(4) {
    width: calc((100% - 140px) / 2);
  }
  .manufacturing-box p:nth-of-type(2) {
    padding-right: 5px;
  }
  .manufacturing-box p:nth-of-type(4) {
    padding-left: 5px;
  }
}

.human-contents-line {
  border: 2px solid #005BAC;
  padding: 30px;
}

.human-contents-inner ~ .human-contents-inner {
  border-top: 1px solid #005BAC;
  padding-top: 30px;
}
.human-contents-inner li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.human-contents-inner li::before {
  content: "・";
}

.human-header01 {
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.1;
  margin-bottom: 15px;
  padding: 11px 15px 10px;
}
.human-header01.header_bgorange {
  background-color: #f7b64d;
  border-bottom: 2px solid #ef8217;
}
.human-header01.header_bgblue {
  background-color: #9ecbec;
  border-bottom: 2px solid #62a2da;
}
.human-header01.header_bgpurple {
  background-color: #b8b6d9;
  border-bottom: 2px solid #8582b9;
}

.gui-list-indent01 {
  margin-left: 1em;
}
.gui-list-indent01 li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

.faq-plugin {
  display: flex;
  justify-content: inherit;
}
@media screen and (min-width: 641px) {
  .faq-plugin .inner:nth-child(n+2) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .faq-plugin {
    display: block;
  }
  .faq-plugin .inner ~ .inner {
    margin-top: 10px;
  }
}

.pri-anchor > div {
  float: left;
  margin-right: 50px;
}
@media screen and (max-width: 640px) {
  .pri-anchor > div {
    float: none;
  }
  .pri-anchor > div ~ div {
    margin-top: 10px;
    margin-right: 0;
  }
}

.pri-table2 {
  margin: 0 auto 30px;
  width: 76.438%;
}
@media screen and (max-width: 640px) {
  .pri-table2 {
    width: 100%;
  }
}
.pri-table2 th {
  text-align: left;
}

.sea-form {
  text-align: center;
}
.sea-form input[type=text] {
  position: relative;
  margin-left: 0;
  border-radius: 3px 0 0 3px;
  border: none;
  padding: 2px 18px;
  width: 240px;
  height: 32px;
  background-color: #f3f3f3;
  font-size: 1.3rem;
}
.sea-form input[type=submit] {
  border: none;
  margin-left: 3px;
  border-radius: 0 3px 3px 0;
  padding: 0;
  width: 42px;
  height: 32px;
  background-color: #005BAC;
  color: #fff;
}
.sea-form input[type=submit] svg {
  position: absolute;
  top: calc(50% - 8px);
  right: 13px;
  width: 16px;
  height: 16px;
}

/*研究開発*/
.rd-research-bg {
  background-color: #eff7d1;
  padding: 25px 0 35px 0;
}
.rd-research-bg .cmn2-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1.5em;
}

.rd-research-h {
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  color: #3E3A39;
}

.rd-research-block {
  width: calc((100% - 40px) / 3);
}
.rd-research-block .rd-research-title {
  background: #669933;
  padding: 5px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.rd-research-block .rd-research-img {
  text-align: center;
  padding: 17px 0;
}
.rd-research-block .rd-research-text {
  line-height: 1.7;
}
.rd-research-block .rd-research-link {
  text-align: right;
}

.rd-research-bg2 {
  background-color: #eff7d1;
  padding: 25px 0 10px 0;
}
.rd-research-bg2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rd-research-bg2 ul li {
  width: 33.333%;
  margin-bottom: 30px;
  list-style: none;
}

@media screen and (max-width: 640px) {
  .rd-research-bg .cmn2-block {
    display: block;
  }
  .rd-research-block {
    width: 100%;
  }
  .rd-research-block ~ .rd-research-block {
    margin-top: 10px;
  }
  .rd-research-bg2 ul {
    padding: 0 1.5em;
  }
  .rd-research-bg2 ul li {
    width: calc(50% - 10px);
  }
}
.rd-technotop-box01 h3 {
  margin-bottom: 12px;
  padding: 37px 0 0 17px;
  height: 103px;
  background-color: #edefee;
  background-position: right center;
  background-repeat: no-repeat;
  line-height: 1;
  color: #005BAC;
  font-size: 26px;
  font-size: 2.6rem;
}
.rd-technotop-box01.bg-measure01 h3 {
  background-image: url(measure01Bg);
}
.rd-technotop-box01.bg-measure02 h3 {
  background-image: url(measure02Bg);
}
.rd-technotop-box01.bg-measure03 h3 {
  background-image: url(measure03Bg);
}

.rd-technotop-box01 {
  margin-bottom: 47px;
}

.cmn2-header-rd-accordion {
  margin-bottom: 25px;
  padding-left: 35px;
  border-left: 3px solid #005BAC;
  color: #005BAC;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--boldFont);
  line-height: 1.6;
  cursor: pointer;
  position: relative;
}
.cmn2-header-rd-accordion::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 1px);
  left: 0;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #005BAC;
  transition: border 0.3s;
}
.cmn2-header-rd-accordion::before {
  left: 20px;
}
.cmn2-header-rd-accordion:hover {
  text-decoration: underline;
}
.cmn2-header-rd-accordion + .cmn2-list-pdf-excel {
  display: none;
}

/*研究開発 研究開発のあゆみ モーダル*/
body.rd-modal-sizing {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  body.rd-modal-sizing {
    height: 100vh;
    position: fixed;
  }
}
body.rd-modal-sizing .mfp-container {
  width: 914px !important;
}
@media screen and (max-width: 640px) {
  body.rd-modal-sizing .mfp-container {
    width: 100% !important;
  }
}

.rd-modal-wrapper {
  width: 756px !important;
}
@media screen and (max-width: 640px) {
  .rd-modal-wrapper {
    width: 90% !important;
  }
}

@media screen and (max-width: 640px) {
  .mfp-bg {
    height: 100vh !important;
  }
  .mfp-wrap {
    width: 100vw !important;
    height: 90vh !important;
    top: 5vh !important;
    overflow: scroll !important;
  }
  .mfp-close.rd-close {
    width: 24px !important;
    height: 24px !important;
    right: -16px !important;
    top: 0px !important;
    background-size: cover !important;
  }
  .rd-modal-titleCol {
    height: auto !important;
  }
  .rd-modal-titleCol .rd-modal-thum {
    position: relative !important;
    text-align: center !important;
  }
  .rd-modal-titleCol h1 {
    font-size: 24px !important;
    line-height: 1.3 !important;
    padding-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
/*研究開発 オープンイノベーション*/
.open-col-list {
  display: block !important;
}

@media screen and (max-width: 640px) {
  .open-2col-img {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .open-2col-img img {
    width: 100%;
    height: auto;
  }
  .open-2col dl {
    width: 100% !important;
  }
}
.contact-lead-msg {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.job-head-medium {
  font-weight: bold;
  font-family: var(--boldFont);
  margin-bottom: 10px;
  font-size: 114.29%;
  line-height: 1;
}
.job-head-medium.is-bold {
  font-weight: bold;
  font-family: var(--boldFont);
}

@media screen and (max-width: 640px) {
  .field_of_study_img {
    overflow-x: scroll;
  }
  .field_of_study_img img {
    width: 720px;
    max-width: 720px;
  }
}

.wyswyg #job-disabled-tab {
  padding-left: 0;
}
.wyswyg #job-disabled-tab li {
  list-style-type: none;
}

@media screen and (max-width: 640px) {
  .company-info-thumb img {
    width: 100%;
  }
}

.ceo-msg .sign {
  width: 108px;
}

.irdata_earningtop_yearlist {
  display: flex;
}
.irdata_earningtop_yearlist > div:first-of-type p {
  padding-right: 30px;
  font-weight: bold;
  font-family: var(--boldFont);
  line-height: 1.3;
}

.irdata_yearchanger {
  position: relative;
  cursor: pointer;
}
.irdata_yearchanger > p {
  position: relative;
  border-right: 1px solid #9E9E9E;
  border-left: 1px solid #9E9E9E;
  padding: 0 42px 0 20px;
  height: 20px;
  line-height: 1.3;
}
.irdata_yearchanger > p::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 6px;
  right: 20px;
  border-top: 8px solid #3E3A39;
  border-right: 6px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 6px solid transparent;
}
.irdata_yearchanger.en > p {
  padding: 0 65px 0 45px;
}
.irdata_yearchanger ul {
  display: none;
  position: absolute;
  z-index: 1;
  padding-top: 12px;
  padding-left: 0;
  width: 100%;
  background-color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.irdata_yearchanger ul li {
  border: 1px solid #D2D2D2;
  padding: 8px;
  text-align: center;
  list-style: none;
}
.irdata_yearchanger ul li ~ li {
  border-top: none;
}
.irdata_yearchanger ul li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 641px) {
  .irdata_yearchanger:hover ul {
    display: block;
  }
}
@media print {
  .irdata_yearchanger:hover ul {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .irdata_yearchanger ul {
    display: none;
  }
  .irdata_yearchanger.is-active ul {
    display: block;
  }
}

.ir-financ-high-table01 th {
  font-weight: normal;
  font-family: var(--normalFont);
}
.ir-financ-high-table01 tr:first-of-type th {
  font-weight: bold;
  font-family: var(--boldFont);
}

.irinvestor-systact-tablebox01 table + p {
  margin-top: 10px;
  font-size: 78.6%;
  line-height: 1.25;
}

.irinvestor-systact-box02 {
  display: flex;
}
.irinvestor-systact-box02 ul {
  padding-left: 0;
}
.irinvestor-systact-box02 ul li {
  list-style-type: none;
}
@media screen and (max-width: 640px) {
  .irinvestor-systact-box02 {
    display: block;
  }
  .irinvestor-systact-box02 > div {
    display: block;
    width: 100%;
  }
  .irinvestor-systact-box02 > div:first-of-type ul {
    overflow: hidden;
  }
  .irinvestor-systact-box02 > div:first-of-type ul img {
    width: 117%;
    height: auto;
    max-width: 768px;
  }
  .irinvestor-systact-box02 > div:nth-of-type(2) {
    margin-top: 10px;
  }
}

.irinvestor-systact-box03 > h3 {
  color: #005BAC;
}
@media screen and (max-width: 640px) {
  .irinvestor-systact-box03 .cmn2-image-text {
    margin-top: 30px;
  }
  .irinvestor-systact-box03 .cmn2-image-text > .img {
    text-align: center;
  }
  .irinvestor-systact-box03 .cmn2-image-text > .img img {
    width: 100px;
  }
}

.irinvestor-systact-box01 {
  margin-bottom: 60px;
}
.irinvestor-systact-box01 dt {
  color: #005BAC;
  font-weight: bold;
  font-family: var(--boldFont);
  margin-bottom: 10px;
}
.irinvestor-systact-box01 li {
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.irinvestor-systact-box01 li::before {
  content: "- ";
}

.achievement-td td {
  font-size: 100% !important;
}

.image-set.aside-box.is-ir .is-ir-top a {
  display: inherit;
}

#modal-content .modal-close {
  width: 30px;
  height: 30px;
}
#modal-content .modal-close img {
  display: none;
}
#modal-content .modal-close:before {
  content: "×";
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 45px;
  font-weight: bold;
  line-height: 0.5;
}
@media screen and (max-width: 640px) {
  #modal-content {
    top: 0 !important;
    left: 0 !important;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100%;
  }
  #modal-content .modal_cm {
    width: 100%;
    height: 100%;
  }
  #modal-content .modal_cm .modal_movie {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    margin: auto;
    padding-top: 56.25%;
  }
  #modal-content .modal_cm .modal_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #modal-content .modal-close {
    position: absolute !important;
    top: -35px !important;
    right: 0 !important;
    left: auto !important;
  }
}

@media screen and (max-width: 640px) {
  .catch-box-left .image-area img {
    margin-left: -150px !important;
  }
}

@media screen and (min-width: 641px) {
  .job-inq-box {
    display: table;
    width: 100%;
  }
  .job-inq-box dt, .job-inq-box dd {
    display: table-cell;
  }
  .job-inq-box dt {
    vertical-align: middle;
  }
}
@media print {
  .job-inq-box {
    display: table;
    width: 100%;
  }
  .job-inq-box dt, .job-inq-box dd {
    display: table-cell;
  }
  .job-inq-box dt {
    vertical-align: middle;
  }
}

.irdata-bizreport-reportbox01-inner li:before {
  content: "■";
}

.pg-fg-profile .sns-linkset,
.pg-fg-top .sns-linkset,
.pg-fg-topics .sns-linkset {
  display: none;
}