/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/ja/scss/all.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/** @format */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background: #fff;
  line-height: 1.5;
}

a {
  color: #333;
  text-decoration: none;
  transition-duration: 400ms;
}
a[href$=".pdf"]:hover {
  color: #de0716;
  -webkit-text-decoration: 1px solid #de0716;
          text-decoration: 1px solid #de0716;
  transition-duration: 0ms;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
img.spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  img.spOnly {
    display: inline;
  }
}
.container {
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 1060px) {
  .container {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .container02 {
    width: 94%;
    margin: 0 auto;
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.textRight {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}
.spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .allLink,
.allLinkBlank {
    cursor: pointer;
  }

  .allLink:hover,
.allLinkBlank:hover {
    opacity: 0.8;
  }

  .allLink a:hover,
.allLinkBlank a:hover {
    opacity: 1;
  }
}
.allLinkNone {
  cursor: default;
}
.allLinkNone:hover {
  opacity: 1;
}

input {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type=submit] {
  border: 0;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
input[type=submit]:hover {
  opacity: 0.8;
}

.breadcrumb {
  padding: 20px 0 30px;
}
.breadcrumb li:not(:last-child) {
  margin-right: 10px;
  padding-right: 16px;
  background: url("../../src/ja/images/common/ico_common04.png") no-repeat 100% 50%;
}
.breadcrumb li a {
  text-decoration: underline;
}
.breadcrumb li a:hover {
  color: #de0716;
  -webkit-text-decoration: underline #de0716;
  text-decoration: underline #de0716;
  transition-duration: 0ms;
}

@media screen and (max-width: 767px) {
  .main .headerTop {
    margin-top: 40px;
  }
}
.mainMenu01 {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.mainMenu01 li {
  width: 20%;
  border-left: 1px solid #ccc;
}
.mainMenu01 li:last-child {
  border-right: 1px solid #ccc;
}
.mainMenu01 a {
  padding: 5px 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .mainMenu01 {
    font-size: 15px;
    border-bottom: 0;
  }
}
@media screen and (max-width: 1060px) {
  .mainMenu01 li {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .mainMenu01 a {
    padding: 14px 0;
  }
}
.mainContent {
  padding-bottom: 80px;
  padding-top: 76px;
}

@media screen and (max-width: 1279px) {
  .mainContent {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .mainContent {
    padding: 32px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .mainContent .container {
    margin-top: 28px;
    width: 100%;
  }
}
.title01 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 28px 25px 33px;
  background: #f6f6f6;
  border-top: 3px solid #999;
}

.title01.sidebar_ttl {
  font-size: 18px;
  margin-bottom: 0;
  padding: 8px 8px 8px 0;
}
@media screen and (max-width: 767px) {
  .title01.sidebar_ttl {
    margin-top: 30px;
  }
}

.sidebar .title01.sidebar_ttl a {
  padding: 12px 10px;
  background: url(../../src/ja/images/common/ico_common03.png) no-repeat 99% 50%;
}
@media screen and (max-width: 767px) {
  .sidebar .title01.sidebar_ttl a {
    background: url(../../src/ja/images/common/ico_common03.png) no-repeat 99% 50%;
  }
}

.sidebar .title01.sidebar_ttl.active a {
  color: #fff;
  background: url(../../src/ja/images/common/ico_common02.png) no-repeat 99% 50%;
}
@media screen and (max-width: 767px) {
  .sidebar .title01.sidebar_ttl.active a {
    background: url(../../src/ja/images/common/ico_common02.png) no-repeat 99% 50%;
  }
}

@media screen and (max-width: 767px) {
  .title01 {
    font-size: 20px;
    padding: 15px 15px 16px;
  }
}
@media screen and (max-width: 500px) {
  .title01 {
    font-size: 18px;
    margin-bottom: 22px;
  }
}
.title02 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .title02 {
    font-size: 20px;
  }
}
.title03 {
  border-top: 0;
}

.title04 {
  padding-top: 22px;
  background: url("../../src/ja/images/top/bg_common01.png") repeat-x 0 0;
}

@media screen and (max-width: 767px) {
  .title04 {
    margin-bottom: 20px;
  }
}
.title05 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.title06 {
  font-weight: 600;
  margin-bottom: 8px;
}

.title07 {
  padding: 4px 10px;
  border-left: 4px solid #333333;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1;
}

.title08 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-top: 5px;
  border-top: 1px dotted #333;
}

.title09:before {
  content: "";
  padding-left: 10px;
  border-left: 5px solid #de0716;
}

.title10 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .title10 {
    font-size: 15px;
  }
}
.title11 {
  font-size: 22px;
  color: #c00;
  margin-bottom: 30px;
}

.title12 {
  font-size: 22px;
  color: #de0716;
  background: #fff;
  border: 1px solid #de0716;
}
.title12 .text01 {
  font-size: 46px;
  color: #fff;
  width: 60px;
  background: #de0716;
  line-height: 1.31;
  display: inline-block;
}
.title12 .text02 {
  padding-left: 8px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .title12 {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .title12 {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .title12 .text01 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .title12 .text01 {
    font-size: 30px;
    width: 42px;
  }
}
@media screen and (max-width: 767px) {
  .title12 .text02 {
    padding-left: 5px;
  }
}
.title13 {
  color: #de0716;
  background: none;
  border-top: 1px solid #de0716;
}

.main {
  width: 73.5%;
}

@media screen and (max-width: 767px) {
  .main {
    width: 94%;
    margin: 0 auto;
    float: none;
  }
}
.contentNav {
  font-size: 12px;
  margin-bottom: 20px;
}
.contentNav a {
  text-decoration: underline;
  padding: 0 0 0 28px;
  margin: 12px 0;
  background: url("../../src/ja/images/common/ico_common15.png") no-repeat 5% 50%;
  display: block;
}
.contentNav a:hover {
  color: #de0716;
  -webkit-text-decoration: underline #de0716;
  text-decoration: underline #de0716;
  transition-duration: 0ms;
}

@media screen and (max-width: 767px) {
  .contentNav {
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .contentNav a {
    padding: 12px 0 12px 15px;
    background: url("../../src/ja/images/common/ico_common15.png") no-repeat 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .contentNav .two01 a {
    padding: 0;
  }
}
.contentNav01 li {
  font-size: 12px;
  margin: 0 15px 15px 0;
}
.contentNav01 li a {
  border-bottom: 1px solid #fff;
}

.contentNav02 li {
  font-size: 12px;
  margin-right: 2%;
}
.contentNav02 li:not(:nth-child(3n)) {
  margin-right: 2%;
}
.contentNav02 li a {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .contentNav02 li {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .contentNav02 li {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .contentNav02 li:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .contentNav02 li:nth-child(2n+1) {
    clear: both;
  }
}
.contentNav03 li {
  margin: 0 15px 15px 0;
  float: left;
}
.contentNav03 a {
  padding-left: 24px;
  background: url("../../src/ja/images/common/ico_common15.png") no-repeat 10% 50%;
  display: block;
}
.contentNav03 a:hover {
  transition-duration: 0ms;
}

@media screen and (max-width: 767px) {
  .contentNav03 a {
    padding: 12px 14px 12px 24px;
    background: url("../../src/ja/images/common/ico_common15.png") no-repeat 0% 50%;
  }
}
.btn01 {
  background: #333;
  border-radius: 3px;
}
.btn01 a {
  color: #fff;
  padding: 15px 0 14px;
  display: block;
}
.btn01 input {
  color: #fff;
  width: 100%;
  height: 50px;
  background: #333;
  border-radius: 3px;
}
.btn01 input:hover {
  opacity: 0.8;
}

.checkbox {
  padding-left: 22px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.checkbox:before, .checkbox:after {
  content: "";
  position: absolute;
}
.checkbox:before {
  width: 16px;
  height: 16px;
  border: 2px solid #de0716;
  border-radius: 3px;
  z-index: 3;
  top: 1px;
  left: 0;
}
.checkbox:after {
  width: 4px;
  height: 9px;
  margin-top: -6px;
  border-right: 3px solid #de0716;
  border-bottom: 3px solid #de0716;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
  display: block;
  top: 10px;
  left: 7px;
}
.checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  box-shadow: 41px 0px #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 2;
  display: block;
  position: absolute;
  left: -40px;
}
.checkbox input[type=checkbox]:checked {
  box-shadow: none;
}

@media screen and (max-width: 400px) {
  .checkbox {
    font-size: 13px;
    letter-spacing: -0.5px;
    padding: 3px 0 3px 32px;
  }
}
@media screen and (max-width: 400px) {
  .checkbox:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 400px) {
  .checkbox:after {
    width: 6px;
    height: 14px;
    top: 9px;
    left: 8px;
  }
}
@media screen and (max-width: 400px) {
  .checkbox input[type=checkbox] {
    width: 22px;
    height: 22px;
  }
}
.radio {
  padding-left: 25px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.radio:before, .radio:after {
  content: "";
  position: absolute;
}
.radio:before {
  width: 16px;
  height: 16px;
  border: 1px solid #c00;
  border-radius: 50%;
  z-index: 3;
  top: 1px;
  left: 0;
}
.radio:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #c00;
  z-index: 1;
  top: 5px;
  left: 4px;
}
.radio input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  box-shadow: 41px 0px #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 2;
  display: block;
  position: absolute;
  left: -40px;
}
.radio input[type=radio]:checked {
  box-shadow: none;
}

@media screen and (max-width: 400px) {
  .radio {
    font-size: 13px;
    width: 100%;
    letter-spacing: -0.5px;
    padding: 3px 0 3px 32px;
  }
}
@media screen and (max-width: 400px) {
  .radio:before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}
@media screen and (max-width: 400px) {
  .radio:after {
    width: 14px;
    height: 14px;
    top: 6px;
    left: 4px;
  }
}
@media screen and (max-width: 400px) {
  .radio input[type=radio] {
    width: 23px;
    height: 23px;
  }
}
.content {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .content:last-child {
    margin-bottom: 0;
  }
}
.category01 {
  font-size: 12px;
  color: #fff;
  padding: 2px 10px;
  margin-left: 10px;
}

.tag01 {
  background: #de0716;
}

.tag02 {
  width: 65px;
  padding: 2px 0;
  background: #de0716;
}

.tag03,
.tag04,
.tag05,
.tag06,
.tag07,
.tag08 {
  background: #de0716;
}

@media screen and (max-width: 400px) {
  .table {
    font-size: 13px;
    border-collapse: collapse;
    border-spacing: 0;
  }
}
.table table {
  width: 100%;
}
.table th,
.table td {
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.table th:first-child,
.table td:first-child,
.table th:nth-child(2),
.table td:nth-child(2) {
  border-top: 1px solid #ccc;
}
.table th {
  padding: 10px 0;
}
.table td {
  padding: 10px;
}

.table01 th {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .table01 th {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .table01 td {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .table02 th {
    width: 44%;
  }
}
.table03 th {
  width: 10%;
}
.table03 td {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .table03 .spCol01 {
    width: 100%;
    display: block;
  }
}
.table04 th {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .table04 th {
    width: 11%;
    padding: 2px 0;
  }
}
.table05 th {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .table05 th {
    width: 20%;
  }
}
@media screen and (max-width: 500px) {
  .table05 th {
    width: 22%;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 767px) {
  .spTable01 {
    margin-bottom: 10px;
  }
}
.detail01 {
  margin-bottom: 30px;
}

.attention01 {
  padding: 10px;
  background: #efefef;
  border: 1px solid #ccc;
}
.attention01 li:not(:last-child) {
  margin-bottom: 5px;
}

.blankLink a {
  background: url("../../src/ja/images/common/ico_common09.png") no-repeat 100% 4px;
  background-size: 15px;
  border-bottom: 1px solid #333;
  padding: 4px 18px 0 0;
}

.tab01 li {
  font-size: 16px;
  width: 25%;
  padding: 8px 0 10px;
  background: #dcdcdc;
  border: 1px solid #fff;
  border-top: 6px solid #bcbcbc;
  cursor: pointer;
  transition: 0.5s;
}
.tab01 li:hover {
  border-top: 6px solid #de0716;
}
.tab01 a {
  display: block;
}
.tab01 .spOnly02 {
  display: none;
}
@media screen and (max-width: 400px) {
  .tab01 .spOnly02 {
    display: block;
  }
}
.tab01 .active {
  background: #fff;
  border-top: 6px solid #de0716;
  transition-duration: 0ms;
}

@media screen and (max-width: 768px) {
  .tab01 li {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .tab02 .active {
    background: #f7d8da;
    border: 1px solid #f7d8da;
    border-top: 6px solid #de0716;
  }
}
.newsArea01 {
  border: 1px solid #e1e1e1;
}
.newsArea01 .category01 {
  margin: 0 10px;
}
.newsArea01 .text01 {
  width: 74%;
}
.newsArea01 .news01:last-child {
  border: 1px solid #e1e1e1;
}
.newsArea01 .news01:last-child:before {
  content: "";
  display: block;
}
.newsArea01 .newsContent01 {
  padding: 0 15px;
}
.newsArea01 .newsDetail01 {
  padding: 15px;
}
.newsArea01 .newsDetail01:not(:last-child) {
  border-bottom: 1px dotted #999;
}
.newsArea01 .newsList01:not(.active) {
  display: none;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
  .newsArea01 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .newsArea01 {
    border: 0;
  }
}
@media screen and (max-width: 1060px) {
  .newsArea01 .category01 {
    margin: 0 1.5%;
  }
}
@media screen and (max-width: 500px) {
  .newsArea01 .category01 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .newsArea01 .text01 {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  .newsArea01 .text01 {
    width: 100%;
    margin-top: 5px;
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .newsArea01 .newsContent01 {
    margin-top: 0;
    border: 1px solid #e1e1e1;
  }
}
@media screen and (max-width: 500px) {
  .newsArea01 .newsDetail01 div p {
    float: none;
  }
}
.readerArea01 {
  font-size: 12px;
  margin-top: 25px;
  line-height: 1.4;
}
.readerArea01 p:first-child {
  width: 22%;
}
.readerArea01 p:last-child {
  width: 76%;
  margin: 3px 0 0 2%;
}

@media screen and (max-width: 640px) {
  .readerArea01 p:first-child {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  .readerArea01 p:last-child {
    width: 100%;
    margin: 5px 0 0 0;
    float: none;
  }
}
.selectArea01 {
  width: 300px;
  margin: 20px 0 10px;
  background: url("../../src/ja/images/common/ico_ir01.png") no-repeat 100% 0, #f1f1f1;
  border: 1px solid #bcbcbc;
  overflow: hidden;
}
.selectArea01 select {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  height: 43px;
  padding-left: 10px;
  background: none;
  border: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}
.selectArea01 select:not(:target) {
  width: 130% \9 ;
}
.selectArea01 select:focus {
  outline: none;
}

@media screen and (max-width: 640px) {
  .selectArea01 {
    width: 100%;
    margin: 20px 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .selectArea01 select {
    width: 100% !important;
  }
  .selectArea01 select::-ms-expand {
    display: none;
  }
}
.required01 {
  color: #c00;
}

.required02 {
  font-size: 10px;
  vertical-align: super;
}

.newsList01 ul:not(:nth-child(2)) {
  display: none;
}

.selectArea01 {
  width: 224px;
  height: 35px;
  background-position: 100% -6px;
}
.selectArea01 select {
  height: 35px;
}

.newsDetail01 p:nth-child(2) {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .newsDetail01 p:nth-child(2) {
    width: 141px;
  }
}
@media screen and (max-width: 500px) {
  .newsDetail01 p:nth-child(2) {
    width: 100%;
  }
}
.newsArea01 .text01 {
  width: 57%;
}

@media screen and (max-width: 1000px) {
  .newsArea01 .text01 {
    width: 54%;
  }
}
@media screen and (max-width: 767px) {
  .newsArea01 .text01 {
    width: 100%;
  }
}
.disclosureActive {
  border-bottom: 1px solid #fff;
}

.pointer:hover {
  cursor: pointer;
}

.pageBtnArea {
  font-size: 14px;
  width: 351px;
  margin: 20px auto 40px;
  display: block;
}
.pageBtnArea li {
  margin-right: 2%;
}
.pageBtnArea li:nth-child(2) {
  margin-right: 5%;
}
.pageBtnArea li:nth-child(n+3):nth-child(-n+5) {
  margin-right: 3%;
}
.pageBtnArea li:nth-child(6) {
  margin-right: 5%;
}
.pageBtnArea li:last-child {
  margin-right: 0;
}
.pageBtnArea .pageNumber {
  font-size: 16px;
}
.pageBtnArea .pageNumber.active a {
  color: #de0716;
  -webkit-text-decoration: underline #de0716;
  text-decoration: underline #de0716;
}
.pageBtnArea .pageBtn01 a {
  color: #fff;
  padding: 0 10px 4px;
  background: #bcbcbc;
  display: block;
}
.pageBtnArea .pageBtn02 a {
  color: #fff;
  background: #bcbcbc;
  padding: 0 10px 3px;
  display: block;
}

@media screen and (max-width: 768px) {
  .pageBtnArea {
    font-size: 12px;
    width: 300px;
  }
}
@media screen and (max-width: 400px) {
  .pageBtnArea .pageNumber {
    font-size: 12px;
  }
}
.header {
  padding-top: 30px;
  position: relative;
}
.header h1 img {
  max-width: 288px;
  width: 100%;
}
.header .box01 {
  width: 88px;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #999;
  border-radius: 3px;
}
.header .box01 select {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  width: 100%;
  height: 26px;
  background: none;
  padding: 0 0 1px 22px;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}
.header .box01 select:not(:target) {
  width: 130% \9 ;
}
.header .logoArea01 {
  margin-bottom: 50px;
}
.header .mainMenu01 {
  padding-bottom: 22px;
}
.header .mainMenu01 li:not(.active) a:hover {
  color: #de0716;
  position: relative;
}
.header .mainMenu01 li:not(.active) a:hover:before, .header .mainMenu01 li:not(.active) a:hover:after {
  content: "";
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.header .mainMenu01 li:not(.active) a:hover:before {
  width: 142px;
  height: 3px;
  background: #cc0000;
  bottom: -8px;
}
.header .mainMenu01 li:not(.active) a:hover:after {
  width: 7px;
  height: 4px;
  background: url("../../src/ja/images/common/ico_header01.png") no-repeat 50% 100%;
  bottom: -12px;
}
.header .mainMenu01 .active a {
  color: #de0716;
  position: relative;
}
.header .mainMenu01 .active a:before, .header .mainMenu01 .active a:after {
  content: "";
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.header .mainMenu01 .active a:before {
  width: 142px;
  height: 3px;
  background: #cc0000;
  bottom: -8px;
}
.header .mainMenu01 .active a:after {
  width: 7px;
  height: 4px;
  background: url("../../src/ja/images/common/ico_header01.png") no-repeat 50% 100%;
  bottom: -12px;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 20px 0;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 420px) {
  .header {
    padding: 28px 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .header h1 {
    float: none;
  }
}
@media screen and (max-width: 420px) {
  .header h1 {
    width: 195px;
  }
}
@media screen and (max-width: 767px) {
  .header .box01 {
    width: 90%;
    margin: 30px auto 0;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header .box01 select {
    font-size: 16px;
    height: 55px;
    padding-left: 40%;
  }
}
@media screen and (max-width: 400px) {
  .header .box01 select {
    padding-left: 38%;
  }
}
@media all and (-ms-high-contrast: none) {
  .header .box01 select {
    width: 100% !important;
  }
  .header .box01 select::-ms-expand {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .logoArea01 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .header .mainMenu01 {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 {
    padding: 20px 0 35px;
    background: #eee;
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 li {
    width: 100%;
    border-left: 0;
    border-bottom: 1px dotted #d2d2d2;
    text-align: left;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 li:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 li:not(.active) a:hover {
    color: #333;
  }
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 li:not(.active) a:hover:before, .header .mainMenu01 li:not(.active) a:hover:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 a {
    background: url("../../src/ja/images/common/ico_common03.png") no-repeat 98% 50%;
  }
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 .active a {
    color: #333;
  }
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 .active a:before, .header .mainMenu01 .active a:after {
    display: none;
  }
}
.spBtn01 {
  font-weight: bold;
  color: #c00;
  padding: 14px 18px 10px;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 0;
}
.spBtn01:hover {
  opacity: 0.8;
}
.spBtn01 p {
  transition: all 0.4s;
  position: relative;
}
.spBtn01 p:first-child {
  width: 40px;
  height: 33px;
  margin: 0 auto 5px;
}
.spBtn01.active {
  background: #eee;
}
.spBtn01.active span:first-child {
  transform: translateY(14px) rotate(-45deg);
}
.spBtn01.active span:nth-child(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.spBtn01.active span:last-child {
  transform: translateY(-14px) rotate(45deg);
}
.spBtn01 span {
  width: 100%;
  height: 5px;
  background: #c00;
  transition: all 0.4s;
  display: block;
  position: absolute;
}
.spBtn01 span:first-child {
  top: 0;
}
.spBtn01 span:nth-child(2) {
  top: 14px;
}
.spBtn01 span:last-child {
  bottom: 0;
}

@media screen and (max-width: 420px) {
  .spBtn01 p:first-child {
    width: 40px;
  }
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.EnglishBtn {
  width: 100px;
  text-align: center;
}
.EnglishBtn a {
  font-size: 13px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 8px 0;
  background: #f6f6f6;
  display: block;
}
.EnglishBtn a:hover {
  color: #de0716;
}

/*--- /footer ---*/
.footer {
  background-color: #000;
  color: #fff;
  border-top: 8px solid #de0716;
  /*    padding-top: 22px;
      background: url("../../src/ja/images/common/bg_footer01.png") repeat-x 0 0;*/
  /*.mainMenu01 {
      li {
          a {
              padding: 5px 0;
          }

          &:not(:last-child) {
              position: relative;
          }
      }

      &:not(.active) a:hover {
          color: #de0716;
          position: relative;

          &:before,
          &:after {
              content: "";
              margin: 0 auto;
              display: block;
              position: absolute;
              left: 0;
              right: 0;
          }

          &:before {
              width: 142px;
              height: 3px;
              background: #cc0000;
              bottom: -8px;
          }

          &:after {
              width: 7px;
              height: 4px;
              background: url("../../src/ja/images/common/ico_header01.png") no-repeat 50% 100%;
              bottom: -12px;
          }
      }

      .active a {
          color: #de0716;
          position: relative;

          &:before,
          &:after {
              content: "";
              margin: 0 auto;
              display: block;
              position: absolute;
              left: 0;
              right: 0;
          }

          &:before {
              width: 142px;
              height: 3px;
              background: #cc0000;
              bottom: -8px;
          }

          &:after {
              width: 7px;
              height: 4px;
              background: url("../../src/ja/images/common/ico_header01.png") no-repeat 50% 100%;
              bottom: -12px;
          }
      }
  }*/
  /*    .group01 {
          margin: 40px auto 50px;

          li {
              display: inline-block;
              margin-bottom: 15px;
              margin-right: 3em;

              &:nth-child(3n + 1) {
                  clear: both;
              }

              a {
                  text-decoration: underline;
                  padding-left: 15px;
                  background: url("../../src/ja/images/common/ico_footer01.png") no-repeat 0 8px;

                  &:hover {
                      color: #de0716;
                      position: relative;
                      opacity: 0.8;
                      -webkit-text-decoration: underline #de0716;
                      text-decoration: underline #de0716;
                      -webkit-transition-duration: 0ms;
                      transition-duration: 0ms;
                  }
              }
          }

          .noLink {
              padding-left: 20px;
              background: url("../../src/ja/images/common/ico_footer01.png") no-repeat 0 8px;
          }
      }*/
  /*.subArea01 {
      padding: 40px 0 100px;
      background: #f7f7f7;

      ul {
          text-align: center;
          margin: 0 auto;

          li {
              display: inline-block;
              margin: 0 10px;
          }
      }

      a {
          text-decoration: underline;
          padding-left: 8px;
          background: url("../../src/ja/images/common/ico_footer01.png") no-repeat 0 8px;

          &:hover {
              color: #de0716;
              -webkit-text-decoration: underline #de0716;
              text-decoration: underline #de0716;
              -webkit-transition-duration: 0ms;
              transition-duration: 0ms;
          }
      }
  }*/
  /*    .copyright01 {
          font-size: 12px;
          color: #818181;
          margin-top: 50px;
      }*/
}
.footer .footer_pc_wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.footer .footer_pc_wrap .footer_corp_info {
  width: 28%;
  position: relative;
}
.footer .footer_pc_wrap .footer_corp_info .footer_corp_address {
  position: absolute;
  bottom: 0;
}
.footer .footer_pc_wrap .footer_corp_info .footer_corp_address img {
  margin-bottom: 12px;
}
.footer .footer_pc_wrap .footer_corp_info .footer_corp_address p {
  margin-bottom: 12px;
  font-size: 12px;
}
.footer .footer_pc_wrap .footer_corp_info .footer_corp_address p:last-child {
  margin-bottom: 0;
}
.footer .footer_pc_wrap .footer_corp_info .footer_corp_address p.footer_copy {
  font-size: 10px;
}
.footer .footer_pc_wrap .footer_link_wrap {
  width: 72%;
}
.footer .footer_pc_wrap .footer_link_wrap .footer_link_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  justify-content: space-between;
  -ms-grid-rows: (24px)[11];
  grid-template-rows: repeat(11, 24px);
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  font-size: 12px;
  color: #fff;
}
.footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/7/2;
}
.footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area02 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/7/3;
}
.footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area03 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/7/4;
}
.footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area04 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 1/4/2/5;
}
.footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area05 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 2/4/3/5;
}
.footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area06 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 3/4/4/5;
}
.footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area07 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 4/4/5/5;
}
.footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area08 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 5/4/6/5;
}
.footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area09 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 6/4/7/5;
}
.footer .footer_pc_wrap .footer_link_wrap .footer_link_inner li a {
  font-weight: bold;
  color: #fff;
}
.footer .footer_pc_wrap .footer_link_wrap .footer_link_inner li .footer_area_inner_link {
  margin-top: 16px;
}
.footer .footer_pc_wrap .footer_link_wrap .footer_link_inner li .footer_area_inner_link li {
  margin-bottom: 6px;
}
.footer .footer_pc_wrap .footer_link_wrap .footer_link_inner li .footer_area_inner_link li a {
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
}
.footer .pageTop {
  width: 60px;
  background: #fff;
  z-index: 10;
  position: fixed;
  right: 0px;
  bottom: 0px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.footer .pageTop a {
  padding: 17px 0 22px;
  display: block;
  filter: invert(1);
}
.footer .sp_tab_copy {
  display: none;
}

@media screen and (max-width: 1000px) {
  .footer {
    padding-bottom: 30px;
  }
  .footer .footer_pc_wrap {
    padding: 30px 0 10px;
  }
  .footer .footer_pc_wrap .footer_corp_info {
    display: none;
  }
  .footer .footer_pc_wrap .footer_link_wrap {
    width: 100%;
  }
  .footer .footer_pc_wrap .footer_link_wrap .footer_link_inner {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footer_pc_wrap .footer_link_wrap .footer_link_inner li {
    margin: 0 10px 20px;
  }
  .footer .footer_pc_wrap .footer_link_wrap .footer_link_inner li .footer_area_inner_link {
    display: none;
  }
  .footer .sp_tab_copy {
    display: block;
    font-size: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_pc_wrap {
    padding: 30px 20px 14px 40px;
    /*     .footer_corp_info{
         }*/
  }
  .footer .footer_pc_wrap .footer_link_wrap .footer_link_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[5];
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 40px;
    max-width: 340px;
  }
  .footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  .footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area03 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
  .footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area04 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
  }
  .footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area05 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
  .footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area06 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  .footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area07 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3;
  }
  .footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area08 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4/2/5/3;
  }
  .footer .footer_pc_wrap .footer_link_wrap .footer_link_inner .footer_link_area09 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 5/1/6/2;
  }
  .footer .footer_pc_wrap .footer_link_wrap .footer_link_inner li {
    margin: 0 0 16px 0;
  }
}
/*@media screen and (max-width: 767px) {
    .footer .mainMenu01 {
        padding-bottom: 7px;
    }
}

@media screen and (max-width: 767px) {
    .footer .mainMenu01 .container {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .footer .mainMenu01 li {
        font-size: 14px;
        width: 50%;
        border-left: 0;
    }
}

@media screen and (max-width: 350px) {
    .footer .mainMenu01 li {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .footer .mainMenu01 li:not(:last-child):after {
        content: "";
        margin: 8px 0;
        border-top: 1px solid #ccc;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .footer .mainMenu01 li:nth-child(2n + 1) a {
        border-right: 1px solid #ccc;
    }
}

@media screen and (max-width: 767px) {
    .footer .mainMenu01 li:nth-child(2n + 1) {
        clear: both;
    }
}

@media screen and (max-width: 767px) {
    .footer .mainMenu01 li:last-child {
        border-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer .mainMenu01:not(.active) a:hover {
        color: #333;
    }
}

@media screen and (max-width: 767px) {
    .footer .mainMenu01:not(.active) a:hover {
        &:before,
        &:after {
            display: none;
        }
    }
}

@media screen and (max-width: 767px) {
    .footer .mainMenu01 .active a {
        color: #333;
    }
}

@media screen and (max-width: 767px) {
    .footer .mainMenu01 .active a {
        &:before,
        &:after {
            display: none;
        }
    }
}

@media screen and (max-width: 767px) {
    .footer .group01 {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer .group01 .title02 {
        font-size: 14px;
        margin-bottom: 0;
        padding: 13px 0;
        background: url("../../src/ja/images/common/ico_footer03.png") no-repeat 92% 50%, #fff;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
}

@media screen and (max-width: 767px) {
    .footer .group01 .title02.active {
        color: #fff;
        margin-bottom: 0;
        padding: 13px 0;
        background: url("../../src/ja/images/common/ico_footer04.png") no-repeat 92% 50%, #999;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
    }
}

@media screen and (min-width: 768px) {
    .footer .group01 ul {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .footer .group01 ul {
        width: 94%;
        margin: 25px auto 30px;
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .footer .group01 li {
        width: 100%;
        margin-right: 0;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .footer .group01 li:nth-child(3n + 1) {
        clear: none;
    }
}

@media screen and (max-width: 767px) {
    .footer .group01 li a {
        padding: 5px 15px 5px 8px;
        background: url("../../src/ja/images/common/ico_footer01.png") no-repeat 0 13px;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .footer .group01 .noLink {
        padding: 5px 15px 5px 8px;
        background: url("../../src/ja/images/common/ico_footer01.png") no-repeat 0 13px;
    }
}

@media screen and (max-width: 767px) {
    .footer .subArea01 {
        padding: 25px 0;
    }
}

@media screen and (max-width: 767px) {
    .footer .subArea01 ul {
        text-align: center;
        margin: 0 auto;
    }
}*/
/*@media screen and (max-width: 767px) {
    .footer .copyright01 {
        margin-top: 30px;
    }
}*/
/*--- /footer ---*/
.main404 a {
  text-decoration: underline;
  font-weight: normal;
}
.main404 a:hover {
  color: #ff0000;
}
@media screen and (max-width: 767px) {
  .main404 {
    width: 94%;
    margin: 0 auto;
  }
}

.indent-news-text {
  text-indent: 1rem;
}

@media screen and (max-width: 767px) {
  .anchorPoint {
    padding-top: 80px;
    margin-top: -80px;
  }
}
.DisplayTabOnly {
  display: none;
}

.DisplaySpOnly {
  display: none;
}

@media screen and (max-width: 820px) {
  .DisplayPcOnly {
    display: none;
  }

  .DisplayTabOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .DisplayTabOnly {
    display: none;
  }

  .DisplaySpOnly {
    display: block;
  }
}
.fontB {
  font-weight: bold;
}

.font10 {
  font-size: 10px;
}

.txtRed {
  color: #de0716;
}

.btnBgBlack {
  max-width: 250px;
  margin: 20px auto 0;
}
.btnBgBlack a {
  position: relative;
  display: block;
  padding: 14px 24px;
  color: #fff;
  background-color: #333;
  border: 1px solid #646464;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
}
.btnBgBlack a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../src/ja/images/common/ico_common06.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 10px;
}
.btnBgBlack a:hover {
  opacity: 0.8;
  color: #fff !important;
}

.fileIconLink {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #333;
  padding-right: 25px;
  text-decoration: underline;
}
.fileIconLink:hover {
  color: #de0716;
}
.fileIconLink::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background-image: url(../../src/ja/images/common/ico_common09.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.arrowLink {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #333;
  padding-left: 15px;
  text-decoration: underline;
}
.arrowLink:hover {
  color: #de0716;
}
.arrowLink::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../../src/ja/images/common/ico_common03.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.header {
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 20px 0;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 420px) {
  .header {
    padding: 28px 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .header h1 {
    float: none;
  }
}
@media screen and (max-width: 420px) {
  .header h1 {
    width: 195px;
  }
}
.header h1 img {
  max-width: 288px;
  width: 100%;
}
.header .box01 {
  width: 88px;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #999;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .header .box01 {
    width: 90%;
    margin: 30px auto 0;
    background: #fff;
  }
}
.header .box01 select {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  width: 100%;
  height: 26px;
  background: none;
  padding: 0 0 1px 22px;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header .box01 select {
    font-size: 16px;
    height: 55px;
    padding-left: 40%;
  }
}
@media screen and (max-width: 400px) {
  .header .box01 select {
    padding-left: 38%;
  }
}
@media all and (-ms-high-contrast: none) {
  .header .box01 select {
    width: 100% !important;
  }
  .header .box01 select::-ms-expand {
    display: none;
  }
}
.header .box01 select:not(:target) {
  width: 130% \9 ;
}
.header .logoArea01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .header .logoArea01 {
    margin-bottom: 0;
  }
}
.header .mainMenu01 {
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .header .mainMenu01 {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 {
    padding: 20px 0 35px;
    background: #eee;
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 li {
    width: 100%;
    border-left: 0;
    border-bottom: 1px dotted #d2d2d2;
    text-align: left;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 li:last-child {
    border-right: 0;
  }
}
.header .mainMenu01 li:not(.active) a:hover {
  color: #de0716;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 li:not(.active) a:hover {
    color: #333;
  }
}
.header .mainMenu01 li:not(.active) a:hover:before, .header .mainMenu01 li:not(.active) a:hover:after {
  content: "";
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 li:not(.active) a:hover:before, .header .mainMenu01 li:not(.active) a:hover:after {
    display: none;
  }
}
.header .mainMenu01 li:not(.active) a:hover:before {
  width: calc(100% - 32px);
  height: 3px;
  background: #cc0000;
  bottom: -8px;
}
.header .mainMenu01 li:not(.active) a:hover:after {
  width: 7px;
  height: 4px;
  background: url("../../src/ja/images/common/ico_header01.png") no-repeat 50% 100%;
  bottom: -12px;
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 a {
    background: url("../../src/ja/images/common/ico_common03.png") no-repeat 98% 50%;
  }
}
.header .mainMenu01 .active a {
  color: #de0716;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 .active a {
    color: #333;
  }
}
.header .mainMenu01 .active a:before, .header .mainMenu01 .active a:after {
  content: "";
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header .mainMenu01 .active a:before, .header .mainMenu01 .active a:after {
    display: none;
  }
}
.header .mainMenu01 .active a:before {
  width: calc(100% - 32px);
  height: 3px;
  background: #cc0000;
  bottom: -8px;
}
.header .mainMenu01 .active a:after {
  width: 7px;
  height: 4px;
  background: url("../../src/ja/images/common/ico_header01.png") no-repeat 50% 100%;
  bottom: -12px;
}

.spBtn01 {
  font-weight: bold;
  color: #c00;
  padding: 14px 18px 10px;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 0;
}
.spBtn01:hover {
  opacity: 0.8;
}
.spBtn01 p {
  transition: all 0.4s;
  position: relative;
}
.spBtn01 p:first-child {
  width: 40px;
  height: 33px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 420px) {
  .spBtn01 p:first-child {
    width: 40px;
  }
}
.spBtn01.active {
  background: #eee;
}
.spBtn01.active span:first-child {
  transform: translateY(14px) rotate(-45deg);
}
.spBtn01.active span:nth-child(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.spBtn01.active span:last-child {
  transform: translateY(-14px) rotate(45deg);
}
.spBtn01 span {
  width: 100%;
  height: 5px;
  background: #c00;
  transition: all 0.4s;
  display: block;
  position: absolute;
}
.spBtn01 span:first-child {
  top: 0;
}
.spBtn01 span:nth-child(2) {
  top: 14px;
}
.spBtn01 span:last-child {
  bottom: 0;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.EnglishBtn {
  width: 100px;
  text-align: center;
}
.EnglishBtn a {
  font-size: 13px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 8px 0;
  background: #f6f6f6;
  display: block;
}
.EnglishBtn a:hover {
  color: #de0716;
}

/* CSS Document */
#ir-library-report {
  /*業績・財務*/
  /*ライブラリ*/
  /*株式*/
  /*ここから追加*/
  /*ここからまで追加*/
  /*カレンダー*/
}
#ir-library-report .selectArea01 {
  width: 245px;
}
#ir-library-report .text01 span.pdf,
#ir-library-report .document td span.pdf,
#ir-library-report .comment span.pdf,
#ir-library-report .text01 span.win,
#ir-library-report .document td span.win,
#ir-library-report .comment span.win {
  margin-left: 0.5em;
}
#ir-library-report .new {
  font-size: 12px;
  color: #de0716;
  vertical-align: top;
  margin: 0 5px;
}
#ir-library-report .detail01 p {
  margin-top: 0.5em;
  text-align: center;
}
#ir-library-report .detail01 p.unit {
  text-align: right;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
}
#ir-library-report .xj_chart_table td {
  padding: 3px;
  border: 1px solid #ccc;
  text-align: right;
  width: 11%;
  font-size: 95%;
}
#ir-library-report .xj_chart_table .xj_chart_header_first {
  text-align: center;
}
#ir-library-report .detail01 .xj_chart_table .xj_chart_header {
  text-align: center;
}
#ir-library-report .newsList01 .tab-content ul {
  display: block;
}
#ir-library-report .newsList01 h3:nth-of-type(2) {
  margin-top: 35px;
}
#ir-library-report .stockInfo01 .devidedTable01 .xj_chart_table td,
#ir-library-report .stockInfo01 .devidedTable02 .xj_chart_table td {
  width: 16.66%;
  padding: 10px;
  border-right: none;
  border-left: none;
  font-size: 100%;
  text-align: center;
}
#ir-library-report .stockInfo01 .devidedTable01 .xj_chart_table td:first-child {
  text-align: left;
  background: #f4f4f4;
}
#ir-library-report .stockInfo01 .devidedTable02 .xj_chart_table td:first-child {
  text-align: left;
  background: #f4f4f4;
}
#ir-library-report .stockInfo01 .devidedTable02 .xj_chart_table:nth-of-type(2) tr:first-child {
  display: none;
}
#ir-library-report .stockInfo01 .devidedTable02 .xj_chart_table:nth-of-type(2) td {
  border-top: none;
}
@media screen and (max-width: 767px) {
  #ir-library-report .stockInfo01 .devidedTable02 .xj_chart_table td {
    padding: 3px;
  }
}
#ir-library-report #XJTxtDPDataTbl {
  width: 100%;
}
#ir-library-report #XJTxtDPDataTbl td {
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
#ir-library-report #XJTxtDPDataTbl td.XJTxtDPDataTblTdDate {
  width: 160px;
  background: #f4f4f4;
  padding-left: 5px;
}
#ir-library-report #XJTxtDPDataTbl .XJTxtDPDataTableTr.closingMonthLine td {
  padding: 0;
  border: none;
}
#ir-library-report #XJTxtDPDataTbl .XJTxtDPDataTableTr.closingMonthLine:not(:first-child) td {
  padding-top: 60px;
}
#ir-library-report #XJTxtDPLowerNote {
  margin-top: 60px;
}

.sidebar {
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    margin-top: 0;
    float: none;
  }
  .sidebar ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.sidebar li {
  /*        &:first-child {
              &:not(.active) {
                  border-top: 1px solid #ccc;
              }
          }*/
}
@media screen and (max-width: 767px) {
  .sidebar li {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .sidebar li {
    font-size: 14px;
  }
}
.sidebar li:not(.active):not(.activePre) {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .sidebar li:nth-child(2n+1) {
    border-right: 1px solid #ccc;
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .sidebar li:nth-child(2) {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
.sidebar li a:hover {
  color: #de0716;
}
@media screen and (max-width: 767px) {
  .sidebar .two01 a {
    padding: 5px 0 4px;
  }
}
.sidebar .active {
  background: #de0716;
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
.sidebar .active a {
  color: #fff;
  background: url("../../src/ja/images/common/ico_common02.png") no-repeat 15px 50%;
}
@media screen and (max-width: 767px) {
  .sidebar .active a {
    background: url("../../src/ja/images/common/ico_common02.png") no-repeat 95% 50%;
  }
}
.sidebar .active a:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sidebar .activePre {
    border-bottom: 1px solid #ccc;
  }
}
.sidebar .disclosureActive {
  border-bottom: 1px solid #fff;
}
.sidebar a {
  padding: 12px 0px 12px 30px;
  background: url(../../src/ja/images/common/ico_common03.png) no-repeat 15px 50%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sidebar a {
    padding: 15px 20px 15px 15px;
    background: url(../../src/ja/images/common/ico_common03.png) no-repeat 95% 50%;
  }
}
.sidebar a.sidebar_img {
  padding: 0px;
  margin: 24px 0;
  background: none;
}
.sidebar .btnArea01 li {
  margin-top: 10px;
  background: #ebebeb;
  border: 0;
  text-align: left;
  width: 100%;
  display: inline-block;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sidebar .btnArea01 li {
    margin-top: 0px;
    font-size: 13px;
    width: 50%;
    float: left;
    border-bottom: 1px solid #ccc;
    height: 80px;
  }
}
@media screen and (max-width: 360px) {
  .sidebar .btnArea01 li {
    text-align: center;
  }
}
.sidebar .btnArea01 li a {
  padding: 15px 35px 15px 58px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sidebar .btnArea01 li a {
    padding: 18px 20px 18px 38px;
  }
}
.sidebar .btnArea01 li:nth-child(1) a {
  background: url("../../src/ja/images/common/ico_common10.png") no-repeat 15px 50%, url("../../src/ja/images/common/ico_common09.png") no-repeat 95% 50%;
  background-size: 20px, 15px;
  border: 5px solid #DCDCDC;
  padding: 15px 35px 15px 54px;
}
@media screen and (max-width: 767px) {
  .sidebar .btnArea01 li:nth-child(1) a {
    background: url("../../src/ja/images/common/ico_common10.png") no-repeat 10px 50%, url("../../src/ja/images/common/ico_common09.png") no-repeat 95% 50%;
    background-size: 15px, 10px;
    padding: 15px 15px 15px 33px;
  }
}
@media screen and (max-width: 500px) {
  .sidebar .btnArea01 li:nth-child(1) a {
    padding: 16px 15px 17px 33px;
  }
}
@media screen and (max-width: 428px) {
  .sidebar .btnArea01 li:nth-child(1) a {
    padding: 9px 15px 9px 33px;
  }
}
.sidebar .btnArea01 li:nth-child(1):not(.active) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.sidebar .btnArea01 li:nth-child(2) a {
  background: url("../../src/ja/images/common/ico_common17.png") no-repeat 20px 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
  background-size: 20px, auto;
}
@media screen and (max-width: 767px) {
  .sidebar .btnArea01 li:nth-child(2) a {
    background: url("../../src/ja/images/common/ico_common17.png") no-repeat 10px 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 15px, auto;
  }
}
.sidebar .btnArea01 li:nth-child(2):not(.active):not(.activePre) {
  border-bottom: 1px solid #fff;
}
.sidebar .btnArea01 li:nth-child(3) a, .sidebar .btnArea01 li:nth-child(4) a {
  background: url("../../src/ja/images/common/ico_common17.png") no-repeat 20px 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
  background-size: 20px, auto;
}
@media screen and (max-width: 767px) {
  .sidebar .btnArea01 li:nth-child(3) a, .sidebar .btnArea01 li:nth-child(4) a {
    background: url("../../src/ja/images/common/ico_common17.png") no-repeat 10px 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 15px, auto;
  }
}
.sidebar .btnArea01 li:nth-child(3):not(.active), .sidebar .btnArea01 li:nth-child(4):not(.active) {
  border-top: 0;
  border-bottom: 1px solid #fff;
}
.sidebar .btnArea01 li:nth-child(2n):not(.active):not(.activePre) {
  border-left: 1px solid #fff;
}
.sidebar .btnArea01 li:nth-child(2):not(.active):not(.activePre) {
  border-top: 1px solid #fff;
}
.sidebar .btnArea01 li a span {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 500px) {
  .sidebar .btnArea01 li a span {
    font-size: 10px;
  }
}

#top {
  /*.mainImage01 .topTitle01 {
      font-size: 48px;
      font-weight: 200;
      color: #fff;
      padding: 184px 0;
      background: url("../../src/ja/images/top/main_visual_1.png") no-repeat center bottom;
      background-size: cover;
      text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  }

  @media screen and (max-width: 1200px) {
      .mainImage01 .topTitle01 {
          padding: 148px 0;
      }
  }

  @media screen and (max-width: 1000px) {
      .mainImage01 .topTitle01 {
          font-size: 40px;
          padding: 124px 0;
      }
  }

  @media screen and (max-width: 900px) {
      .mainImage01 .topTitle01 {
          padding: 108px 0;
      }
  }

  @media screen and (max-width: 767px) {
      .mainImage01 .topTitle01 {
          padding: 140px 0;
          background: url("../../src/ja/images/top/main_visual_1.png") no-repeat 32% 100%;
          background-size: cover;
      }
  }

  @media screen and (max-width: 640px) {
      .mainImage01 .topTitle01 {
          font-size: 24px;
          padding: 114px 0;
          background: url("../../src/ja/images/top/main_visual_1.png") no-repeat 40% 100%;
          background-size: cover;
      }
  }

  @media screen and (max-width: 500px) {
      .mainImage01 .topTitle01 {
          padding: 70px 0;
          background: url("../../src/ja/images/top/main_visual_1.png") no-repeat 50% 100%;
          background-size: cover;
      }
  }

  @media screen and (max-width: 400px) {
      .mainImage01 .topTitle01 {
          padding: 62px 0;
          font-size: 20px;
      }
  }

  @media screen and (max-width: 360px) {
      .mainImage01 .topTitle01 {
          font-size: 18px;
          padding: 54px 0;
      }
  }*/
  /*===========================================================================
      404ページ
  ==============================================================================*/
}
@media screen and (max-width: 767px) {
  #top .mainImage01 {
    padding-top: 28px;
  }
}
#top .mainImage01 .mainVideo {
  width: 100%;
}
#top .mainImage01 .mainVideo video {
  width: 100%;
}
#top .content {
  padding: 50px 0;
  margin: 0 auto;
}
#top .content h2 {
  font-size: 34px;
  margin-bottom: 16px;
}
#top .content h2:before {
  content: "";
  width: 170px;
  margin: 0 auto;
  padding-top: 14px;
  border-top: 2px solid #ff1515;
  display: block;
}
@media screen and (max-width: 767px) {
  #top .content h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #top .content h2:before {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  #top .content01 li {
    width: 31.4%;
  }
}
@media screen and (max-width: 767px) {
  #top .content01 li {
    width: 75%;
    margin: 0 auto 25px;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  #top .content01 li {
    width: 90%;
    margin: 0 auto 20px;
  }
}
#top .content01 li a {
  font-size: 0;
  line-height: 0;
  display: block;
}
#top .content01 li img {
  font-size: 0;
  line-height: 0;
  border-bottom: 1px solid #fff;
}
#top .content01 li img:hover {
  font-size: 0;
  line-height: 0;
}
#top .content01 li:nth-child(-n+2) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #top .content01 li:first-child, #top .content01 li:nth-child(2) {
    width: 48.5%;
  }
}
@media screen and (min-width: 768px) {
  #top .content01 li:not(:nth-child(2)):not(:last-child) {
    margin-right: 2.9%;
  }
}
#top .content02 .titleArea01 {
  width: 1000px;
  margin: 80px auto;
}
#top .content02 .titleArea01 h4 {
  font-size: 34px;
}
#top .content02 .titleArea01 p {
  font-size: 18px;
  margin-top: 20px;
}
#top .content02 ul {
  margin-bottom: 20px;
}
#top .content02 li {
  width: 32%;
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
}
#top .content02 li img.pcOnly,
#top .content02 li a {
  display: block;
}
@media screen and (max-width: 900px) {
  #top .content02 .titleArea01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #top .content02 .titleArea01 {
    width: 94%;
    margin: 30px auto 35px;
  }
}
@media screen and (max-width: 900px) {
  #top .content02 .titleArea01 h4 {
    width: 41%;
  }
}
@media screen and (max-width: 767px) {
  #top .content02 .titleArea01 h4 {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    float: none;
  }
}
@media screen and (max-width: 900px) {
  #top .content02 .titleArea01 p {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  #top .content02 .titleArea01 p {
    font-size: 15px;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #top .content02 ul {
    width: 552px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 600px) {
  #top .content02 ul {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  #top .content02 li {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  #top .content02 li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  #top .content02 li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  #top .content02 li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  #top .content02 li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  #top .content02 li img.pcOnly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #top .content02 li img.spOnly {
    display: block;
    width: 100%;
  }
}
#top .btn01 {
  width: 250px;
  margin: 0 auto 25px;
}
#top .btn01:hover {
  opacity: 0.8;
}
#top .btn01 a {
  background: url("../../src/ja/images/common/ico_common06.png") no-repeat 95% 50%;
}
#top .btn01 a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #top .btn01 {
    width: 80%;
  }
}
#top .content03 {
  padding: 100px 0 50px;
}
#top .content03 .newsArea01 {
  width: calc(50% - 8px);
  padding: 30px 30px 80px;
  background: rgba(238, 238, 238, 0.4);
  border-top: 2px solid #c00;
  position: relative;
}
#top .content03 .newsArea01 .company-color {
  color: #de0716;
}
#top .content03 .newsArea01 h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
#top .content03 .newsArea01 ul {
  height: 428px;
  margin-bottom: 40px;
  overflow-y: scroll;
}
#top .content03 .newsArea01 li {
  padding: 15px 0;
  border-bottom: 1px dotted #999;
}
#top .content03 .newsArea01 .text01 {
  margin-top: 5px;
}
#top .content03 .newsArea01 .text01 a {
  border-bottom: 1px solid #333;
}
#top .content03 .newsArea01 .text01 a:hover {
  color: #de0716;
  opacity: 0.7;
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
#top .content03 .newsArea01 .btn01 {
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  #top .content03 {
    padding: 50px 0 30px;
    background: none;
  }
}
@media screen and (max-width: 500px) {
  #top .content03 {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #top .content03 .newsArea01 {
    width: 94%;
    margin: 0 auto;
    padding: 20px 20px 10px;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #top .content03 .newsArea01 h2 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #top .content03 .newsArea01 ul {
    height: 214px;
  }
}
@media screen and (max-width: 767px) {
  #top .content03 .newsArea01:first-child {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  #top .content03 .newsArea01 .category01 {
    margin: 0 1.5%;
  }
}
@media screen and (min-width: 768px) {
  #top .content03 .newsArea01 .btn01 {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
}
#top .topTitleArea {
  width: 100%;
  max-width: 1000px;
  margin: 34px auto 50px;
}
@media screen and (max-width: 767px) {
  #top .topTitleArea {
    width: 94%;
    margin: 0 auto 16px;
  }
}
#top .topTitleArea h3 {
  font-size: 32px;
}
@media screen and (max-width: 820px) {
  #top .topTitleArea h3 {
    font-size: 16px;
  }
}
#top .topTitleArea .textLR {
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .topTitleArea .textLR h3 {
  flex-shrink: 0;
  font-size: 32px;
  padding-right: 20px;
}
#top .topTitleArea .textLR p {
  font-size: 18px;
}
@media screen and (max-width: 820px) {
  #top .topTitleArea .textLR {
    display: flex;
    flex-direction: column;
  }
  #top .topTitleArea .textLR h3 {
    flex-shrink: 0;
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 16px;
  }
  #top .topTitleArea .textLR p {
    font-size: 15px;
  }
}
#top .contentColumnWrap {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #top .contentColumnWrap {
    width: 94%;
    margin: 0 auto;
    gap: 8px;
  }
}
#top .contentColumn_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
#top .contentColumn_2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #top .contentColumn_2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
#top .contentColumn_3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #top .contentColumn_3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
#top .contentColumnItem {
  display: block;
  position: relative;
}
#top .contentColumnItem .topLinkImg {
  display: block;
  position: relative;
}
#top .contentColumnItem .topLinkImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #eaebf0 58%, rgba(234, 235, 240, 0) 100%);
  width: 60%;
  min-width: 200px;
  max-width: 460px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top .contentColumnItem .topLinkImg::before {
    max-width: 240px;
  }
}
#top .contentColumnItem .topLinkImg img {
  width: 100%;
  opacity: 50%;
  transition: all 0.5s;
}
#top .contentColumnItem .topLinkText {
  position: absolute;
  top: 24px;
  left: 24px;
  color: #333;
  font-size: 22px;
  font-weight: 600;
  z-index: 2;
}
#top .contentColumnItem .topLinkText span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  #top .contentColumnItem .topLinkText {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 16px;
  }
  #top .contentColumnItem .topLinkText span {
    font-size: 12px;
  }
}
#top .contentColumnItem .top_integrated_report {
  color: #808080;
  font-weight: 400;
}
#top .contentColumnItem .top_integrated_report span {
  color: #333;
  font-size: 48px;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  #top .contentColumnItem .top_integrated_report {
    font-size: 12px;
  }
  #top .contentColumnItem .top_integrated_report span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #top .contentColumn_1 .contentColumnItem .topLinkImg img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
}
@media screen and (max-width: 767px) {
  #top .contentColumn_2 .contentColumnItem .topLinkImg img,
#top .contentColumn_3 .contentColumnItem .topLinkImg img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#top .noGradation::before {
  display: none !important;
}
#top .contentColumnItem a:hover .topLinkImg img {
  opacity: 100%;
  transition: all 0.5s;
}
#top .footer404 {
  width: 100%;
  background: none;
  position: fixed;
  bottom: 0;
}
#top .footer404 .subArea01_404 {
  padding: 10px 0;
}
#top .footer404 .copyright01_404 {
  font-size: 12px;
  color: #818181;
  margin-top: 0;
}
#top .mainContent404 {
  margin: 10px;
  padding-bottom: 80px;
}
#top .mainContent404 .main404 {
  width: 100%;
  margin: 0 auto;
}
#top .mainContent404 .main404 .content404 {
  padding: 10px 0 0;
}
#top .mainContent404 .main404 .content404 .title02 {
  margin-bottom: 20px;
}
#top .mainContent404 .main404 .content404 .lookForSite {
  width: 100%;
  margin: 0 auto;
}
#top .mainContent404 .main404 .content404 .lookForSite .ul404 {
  width: 100%;
  margin: 0 auto;
}
#top .mainContent404 .main404 .content404 .lookForSite .ul404 li {
  margin-bottom: 15px;
}
#top .mainContent404 .main404 .content404 .lookForSite .ul404 p:first-child {
  padding-top: 17px;
  width: 30%;
}
#top .mainContent404 .main404 .content404 .lookForSite .ul404 p:last-child {
  width: 100%;
  max-width: 250px;
  padding-top: 0;
}
#top .mainContent404 .main404 .content404 .lookForSite .ul404 p .btn404 {
  width: 100%;
  border-radius: 3;
}
#top .mainContent404 .main404 .content404 .lookForSite .ul404 p .linkExplain {
  font-size: 14px;
  padding: 14px 0 13px;
}
#top .mainContent404 .main404 a.btn01 {
  color: #fff;
  display: block;
  padding: 15px 0 14px;
  background: url("../common/images/ico_common06.png") no-repeat 95% 50% #333;
}
@media screen and (max-width: 767px) {
  #top .mainContent404 {
    padding: 82px 0 40px;
  }
}
@media screen and (max-width: 426px) {
  #top .mainContent404 .main404 .content404 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #top .mainContent404 .main404 .content404 .lookForSite {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  #top .mainContent404 .main404 .content404 .lookForSite .ul404 {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #top .mainContent404 .main404 .content404 .lookForSite .ul404 p {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #top .mainContent404 .main404 .content404 .lookForSite .ul404 p:first-child {
    font-size: 16px;
    width: 60%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 600px) {
  #top .mainContent404 .main404 .content404 .lookForSite .ul404 p:first-child {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #top .mainContent404 .main404 .content404 .lookForSite .ul404 p:last-child {
    max-width: 180px;
  }
}
@media screen and (max-width: 600px) {
  #top .mainContent404 .main404 .content404 .lookForSite .ul404 p:last-child {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #top .mainContent404 .main404 .content404 .lookForSite .ul404 p .btn404 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #top .mainContent404 .main404 .backToppage {
    width: 450px;
  }
}
@media screen and (max-width: 500px) {
  #top .mainContent404 .main404 .backToppage {
    width: 300px;
  }
}
@media screen and (max-width: 400px) {
  #top .mainContent404 .main404 .backToppage {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  #top .mainContent404 .main404 a.btn01 {
    width: 250px;
  }
}
#top .btn01 {
  margin: 0 auto;
}
#top .backToppage {
  margin: 60px auto 0;
}
#top .newsArea01 .text01 {
  width: 100%;
}
#top .indexLink01 li a:first-child {
  background: url("../../src/ja/images/top/bg_index01.jpg") no-repeat center center;
}

#profile {
  /*/index cardlink end */
}
@media screen and (max-width: 767px) {
  #profile .mainContent {
    padding: 50px 0 0 !important;
  }
}
#profile .title03 {
  padding: 48px 25px 46px;
  background: url("../../src/ja/images/profile/bg_index01.png") no-repeat 100% 0, #f6f6f6;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #profile .profile01 {
    margin-top: 30px;
  }
}
#profile .profile01 .main01 {
  width: 100%;
  float: none;
}
@media screen and (max-width: 767px) {
  #profile .profile01 .main01 {
    width: 96%;
    margin: 0 auto;
  }
}
#profile .profile01 .idea01 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #profile .profile01 .idea01 {
    margin-top: 32px;
  }
}
#profile .profile01 .idea01 li {
  width: 23.5%;
  background: url("../../src/ja/images/profile/bg_index02.png");
}
@media screen and (max-width: 767px) {
  #profile .profile01 .idea01 li {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}
#profile .profile01 .idea01 li:not(:last-child) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  #profile .profile01 .idea01 li:not(:last-child) {
    margin-right: 0;
  }
}
#profile .profile01 .idea01 h4 {
  font-size: 22px;
  color: #de0716;
  background: #fff;
  border: 1px solid #de0716;
}
@media screen and (max-width: 800px) {
  #profile .profile01 .idea01 h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  #profile .profile01 .idea01 h4 {
    font-size: 16px;
  }
}
#profile .profile01 .idea01 .text01 {
  font-size: 46px;
  color: #fff;
  width: 60px;
  background: #de0716;
  line-height: 1.31;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  #profile .profile01 .idea01 .text01 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #profile .profile01 .idea01 .text01 {
    font-size: 30px;
    width: 42px;
  }
}
#profile .profile01 .idea01 .text02 {
  padding-left: 8px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #profile .profile01 .idea01 .text02 {
    padding-left: 5px;
  }
}
#profile .profile01 .idea01 .textArea01 {
  padding: 10px 10px 55px 12px;
  line-height: 1.8;
}
#profile .profile01 .idea01 h6 {
  font-size: 16px;
  margin: 0 0 10px -10px;
  padding-left: 10px;
  text-indent: -10px;
}
#profile .profile01 .idea01 .text03 {
  font-size: 20px;
  color: #de0716;
}
#profile .profile01 .pageNav01 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #profile .profile01 .pageNav01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  #profile .profile01 .pageNav01 {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  #profile .profile01 .pageNav01 {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  #profile .profile01 .pageNav01 {
    font-size: 11px;
  }
}
#profile .profile01 .pageNav01 li {
  width: 31.2%;
  margin-top: 30px;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #profile .profile01 .pageNav01 li {
    width: 100%;
    margin-top: 10px;
    float: none;
  }
}
@media screen and (max-width: 400px) {
  #profile .profile01 .pageNav01 li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #profile .profile01 .pageNav01 li:not(:nth-child(3n)) {
    margin-right: 3.2%;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  #profile .profile01 .pageNav01 li:not(:nth-child(2n)) {
    margin-right: 3.2%;
  }
}
@media screen and (max-width: 767px) {
  #profile .profile01 .pageNav01 li:nth-child(2n+1) {
    clear: both;
  }
}
#profile .profile01 .pageNav01 li:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #profile .profile01 .pageNav01 li:nth-child(-n+3) {
    margin-top: 10px;
  }
}
#profile .profile01 .pageNav01 p {
  border-radius: 0 0 3px 3px;
}
@media screen and (max-width: 767px) {
  #profile .profile01 .pageNav01 p {
    border-radius: 0px 3px 3px 0px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  #profile .profile01 .pageNav01 p:first-child {
    width: 30%;
  }
}
#profile .profile01 .pageNav01 p:last-child {
  width: 100%;
  padding: 20px 0;
  background: url("../../src/ja/images/common/ico_common02.png") no-repeat 95% 50%, rgba(51, 51, 51, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #profile .profile01 .pageNav01 p:last-child {
    font-size: 14px;
    width: 70%;
    padding: 8% 0 8.24% 20px;
    background: url("../../src/ja/images/common/ico_common02.png") no-repeat 95% 50%, #333;
    text-align: left;
    position: static;
  }
}
@media screen and (max-width: 420px) {
  #profile .profile01 .pageNav01 p:last-child {
    padding-left: 15px;
  }
}
@media screen and (max-width: 360px) {
  #profile .profile01 .pageNav01 p:last-child {
    padding-left: 10px;
  }
}
#profile .profile01 .pageNav01 a {
  color: #fff;
}
#profile .profile01 .pageNav01 img {
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  #profile .profile01 .pageNav01 img {
    border-radius: 3px 0px 0px 3px;
  }
}
#profile .memberProfileWrap {
  display: flex;
  flex-direction: row;
  margin-bottom: 100px;
}
@media screen and (max-width: 1079px) {
  #profile .memberProfileWrap {
    flex-direction: column;
  }
}
#profile .memberProfileWrap .memberImg {
  width: 300px;
  height: 300px;
  flex-shrink: 0;
}
@media screen and (max-width: 1079px) {
  #profile .memberProfileWrap .memberImg {
    width: 100%;
    max-width: 300px;
    height: auto;
    flex-shrink: 0;
    margin: 0 auto 10px;
  }
}
#profile .memberProfileWrap .memberText {
  width: 100%;
  padding-left: 20px;
}
@media screen and (max-width: 1079px) {
  #profile .memberProfileWrap .memberText {
    padding-left: 0;
  }
}
#profile .memberProfileWrap .memberText .panelWrap {
  position: relative;
}
#profile .memberProfileWrap .memberText .panelBtn {
  color: #000;
  font-size: 16px;
  text-align: center;
}
#profile .memberProfileWrap .memberText .panelBtn:hover {
  color: #ff0000;
}
#profile .memberProfileWrap .memberText .panel {
  position: relative;
  margin: 0 auto 1em;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
#profile .memberProfileWrap .memberText .panel .memberName {
  text-align: left;
  font-size: 34px;
  margin-bottom: 32px;
}
#profile .memberProfileWrap .memberText .panel .memberName span {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 1079px) {
  #profile .memberProfileWrap .memberText .panel .memberName {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
  }
  #profile .memberProfileWrap .memberText .panel .memberName span {
    font-size: 18px;
    display: block;
  }
}
#profile .memberProfileWrap .memberText .fade {
  height: 40px;
  margin-top: -40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 -5px 14px #fff;
  position: relative;
}
#profile .memberProfileWrap .memberText .show,
#profile .memberProfileWrap .memberText .hide {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  text-align: center;
}
#profile .memberProfileWrap .memberText .hide_1 {
  display: none;
}
#profile .memberProfileWrap .memberText .show_1:target {
  display: none;
}
#profile .memberProfileWrap .memberText .show_1:target ~ .hide_1 {
  display: block;
}
#profile .memberProfileWrap .memberText .show_1:target ~ .panel {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#profile .memberProfileWrap .memberText .show_1:target ~ .fade {
  margin-top: 0;
}
#profile .memberProfileWrap .memberText .hide_2 {
  display: none;
}
#profile .memberProfileWrap .memberText .show_2:target {
  display: none;
}
#profile .memberProfileWrap .memberText .show_2:target ~ .hide_2 {
  display: block;
}
#profile .memberProfileWrap .memberText .show_2:target ~ .panel {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#profile .memberProfileWrap .memberText .show_2:target ~ .fade {
  margin-top: 0;
}
#profile .memberProfileWrap .memberText .hide_3 {
  display: none;
}
#profile .memberProfileWrap .memberText .show_3:target {
  display: none;
}
#profile .memberProfileWrap .memberText .show_3:target ~ .hide_3 {
  display: block;
}
#profile .memberProfileWrap .memberText .show_3:target ~ .panel {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#profile .memberProfileWrap .memberText .show_3:target ~ .fade {
  margin-top: 0;
}
#profile .memberProfileWrap .memberText .hide_4 {
  display: none;
}
#profile .memberProfileWrap .memberText .show_4:target {
  display: none;
}
#profile .memberProfileWrap .memberText .show_4:target ~ .hide_4 {
  display: block;
}
#profile .memberProfileWrap .memberText .show_4:target ~ .panel {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#profile .memberProfileWrap .memberText .show_4:target ~ .fade {
  margin-top: 0;
}
#profile .memberProfileWrap .memberText .hide_5 {
  display: none;
}
#profile .memberProfileWrap .memberText .show_5:target {
  display: none;
}
#profile .memberProfileWrap .memberText .show_5:target ~ .hide_5 {
  display: block;
}
#profile .memberProfileWrap .memberText .show_5:target ~ .panel {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#profile .memberProfileWrap .memberText .show_5:target ~ .fade {
  margin-top: 0;
}
#profile .memberProfileWrap .memberText .hide_6 {
  display: none;
}
#profile .memberProfileWrap .memberText .show_6:target {
  display: none;
}
#profile .memberProfileWrap .memberText .show_6:target ~ .hide_6 {
  display: block;
}
#profile .memberProfileWrap .memberText .show_6:target ~ .panel {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#profile .memberProfileWrap .memberText .show_6:target ~ .fade {
  margin-top: 0;
}
#profile .memberProfileWrap .memberText .hide_7 {
  display: none;
}
#profile .memberProfileWrap .memberText .show_7:target {
  display: none;
}
#profile .memberProfileWrap .memberText .show_7:target ~ .hide_7 {
  display: block;
}
#profile .memberProfileWrap .memberText .show_7:target ~ .panel {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#profile .memberProfileWrap .memberText .show_7:target ~ .fade {
  margin-top: 0;
}
#profile .memberProfileWrap .memberText .hide_8 {
  display: none;
}
#profile .memberProfileWrap .memberText .show_8:target {
  display: none;
}
#profile .memberProfileWrap .memberText .show_8:target ~ .hide_8 {
  display: block;
}
#profile .memberProfileWrap .memberText .show_8:target ~ .panel {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#profile .memberProfileWrap .memberText .show_8:target ~ .fade {
  margin-top: 0;
}
#profile .memberProfileWrap .memberText .hide_9 {
  display: none;
}
#profile .memberProfileWrap .memberText .show_9:target {
  display: none;
}
#profile .memberProfileWrap .memberText .show_9:target ~ .hide_9 {
  display: block;
}
#profile .memberProfileWrap .memberText .show_9:target ~ .panel {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#profile .memberProfileWrap .memberText .show_9:target ~ .fade {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #profile .group01 .title04 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
#profile .group01 .title04 a {
  color: #ff0000;
  border: 0;
  font-weight: bold;
}
#profile .group01 .title04 a:hover {
  text-decoration: underline;
}
#profile .group01 .title05 {
  color: #de0716;
  font-weight: bold;
}
#profile .group01 .title05 a {
  color: #de0716;
  border: 0;
  font-weight: bold;
}
#profile .group01 .title05 a:hover {
  text-decoration: underline;
}
#profile .group01 .groupList01 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dotted #e1e1e1;
}
@media screen and (max-width: 767px) {
  #profile .group01 .groupList01 li {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
  }
}
#profile .group01 .groupList01 li:first-child {
  border-top: 1px dotted #e1e1e1;
}
#profile .group01 .groupList01 .logo01 {
  width: 32%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #profile .group01 .groupList01 .logo01 {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    float: none;
  }
}
#profile .group01 .groupList01 .text01 {
  width: 66%;
}
@media screen and (max-width: 767px) {
  #profile .group01 .groupList01 .text01 {
    width: 100%;
    margin-top: 0;
    float: none;
  }
}
#profile .group01 .groupList01 .title05 {
  color: #333;
}
#profile .group01 .groupList01 .link01 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
#profile .group01 .groupList01 .link01 a {
  color: #333;
  padding: 2px 24px 2px 0;
  background: url("../../src/ja/images/common/ico_common05.png") no-repeat 100% 50%;
  background-size: 15px auto;
}
#profile .group01 .groupList01 .link01 a:hover {
  text-decoration: none;
  color: #de0716;
  border-bottom: 1px solid #de0716;
}
@media screen and (max-width: 767px) {
  #profile .group01 .groupList01 .link01 {
    text-align: center;
    margin: 20px auto;
  }
}
#profile .company01 .map01 {
  margin-top: 10px;
  width: 100%;
  height: 300px;
}
#profile .company01 .content .table01 th {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #profile .company01 .content .table01 th {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #profile .company01 .content .table01 th {
    text-align: left;
    padding-left: 10px;
  }
}
#profile .company01 .contentNav03 a:hover {
  color: #de0716;
  -webkit-text-decoration: underline #de0716;
          text-decoration: underline #de0716;
}
#profile .businessContentWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #profile .businessContentWrap {
    flex-direction: column;
    justify-content: inherit;
  }
}
#profile .businessContentWrap .businessContentImg {
  width: 38%;
}
@media screen and (max-width: 767px) {
  #profile .businessContentWrap .businessContentImg {
    width: 100%;
    margin-bottom: 20px;
  }
}
#profile .businessContentWrap .businessContentText {
  width: 60%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #profile .businessContentWrap .businessContentText {
    width: 100%;
  }
}
#profile .businessContentWrap .businessContentText .businessContentLink {
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 20px;
}
#profile .businessContentWrap .businessContentText .businessContentLink ul.businessLink li a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #333;
  padding: 5px 25px 5px 15px;
  text-decoration: underline;
}
#profile .businessContentWrap .businessContentText .businessContentLink ul.businessLink li a:hover {
  color: #de0716;
}
#profile .businessContentWrap .businessContentText .businessContentLink ul.businessLink li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../../src/ja/images/common/ico_common03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#profile .businessContentWrap .businessContentText .businessContentLink ul.businessLink li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background-image: url(../../src/ja/images/common/ico_common09.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#profile .businessContentWrap .businessContentText .businessContentLink ul.businessLink li a.NoAfter::after {
  display: none;
}
#profile .business01 .leftContent01 {
  width: 60%;
}
@media screen and (max-width: 640px) {
  #profile .business01 .leftContent01 {
    width: 100%;
    float: none;
  }
}
#profile .business01 .rightContent01 {
  width: 38%;
}
@media screen and (max-width: 640px) {
  #profile .business01 .rightContent01 {
    width: 100%;
    margin-top: 15px;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #profile .business01 .detail01 {
    margin-bottom: 15px;
  }
}
#profile .business01 .blankLink a {
  border-bottom: none;
}
#profile .business01 .contentNav {
  display: flex;
  flex-wrap: wrap;
}
#profile .business01 .contentNav li {
  margin-right: 30px;
  /*&:first-child {
      width: 28%;
      @media screen and (max-width: 767px) {
          width: 50%;
      }
  }
  &:nth-child(2) {
      width: 33%;
      @media screen and (max-width: 767px) {
          width: 50%;
      }
  }*/
}
@media screen and (max-width: 767px) {
  #profile .business01 .contentNav li {
    margin-right: 0;
  }
}
#profile .business01 .contentNav li a {
  padding-left: 16px;
  background-position: 1% 50%;
  display: block;
}
@media screen and (max-width: 767px) {
  #profile .business01 .contentNav li a {
    margin: 0 !important;
    padding: 12px 16px !important;
  }
}
#profile .business01 .leftContent01 a:hover {
  color: #de0716;
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
#profile .business01 .attention01 li a:hover {
  color: #de0716;
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
#profile .message01 .textArea01 p:not(:last-child) {
  margin-bottom: 20px;
}
#profile .message01 .messageTitle {
  color: #de0716;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #profile .message01 .title02 {
    width: 452px;
    padding-top: 5%;
    float: left;
  }
}
@media screen and (max-width: 700px) {
  #profile .message01 .title02 {
    font-size: 18px;
    width: 406px;
    padding-top: 5%;
    float: left;
  }
}
@media screen and (max-width: 640px) {
  #profile .message01 .title02 {
    width: 68%;
    padding-top: 3%;
  }
}
@media screen and (max-width: 420px) {
  #profile .message01 .title02 {
    font-size: 16px;
    padding-top: 1%;
  }
}
@media screen and (max-width: 360px) {
  #profile .message01 .title02 {
    font-size: 14px;
    padding-top: 1%;
  }
}
@media screen and (max-width: 640px) {
  #profile .message01 .title02 br {
    display: none;
  }
}
#profile .message01 .leftContent01 {
  width: 68%;
}
@media screen and (max-width: 767px) {
  #profile .message01 .leftContent01 {
    width: 100%;
  }
}
#profile .message01 .rightContent01 {
  width: 28%;
}
@media screen and (max-width: 767px) {
  #profile .message01 .rightContent01 {
    margin-bottom: 20px;
  }
}
#profile .message01 .presidentName01 {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #profile .message01 .presidentName01 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 350px) {
  #profile .message01 .presidentName01 {
    font-size: 12px;
  }
}
#profile .message01 .presidentName01 span {
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  #profile .message01 .presidentName01 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 350px) {
  #profile .message01 .presidentName01 span {
    font-size: 16px;
  }
}
#profile .policy01 .textArea01 p:not(:last-child) {
  margin-bottom: 20px;
}
#profile .policy01 .idea01 li {
  width: 100%;
  background: none;
  border: 1px solid #ccc;
  border-top: 0;
}
@media screen and (max-width: 500px) {
  #profile .policy01 .idea01 li {
    border: 0;
  }
}
#profile .policy01 .idea01 li:not(:last-child) {
  margin: 0 0 20px;
}
@media screen and (max-width: 500px) {
  #profile .policy01 .idea01 li:not(:last-child) {
    margin-bottom: 35px;
  }
}
#profile .policy01 .idea01 h5 {
  margin-bottom: 0;
}
#profile .policy01 .idea01 .textArea01 {
  padding: 10px 10px 5px 12px;
}
#profile .policy01 .idea01 h6 {
  margin-left: -12px;
  padding-left: 12px;
  text-indent: -12px;
}
#profile .policy01 .leftContent01 {
  width: 40%;
  background: url("../../src/ja/images/profile/bg_index02.png");
}
@media screen and (max-width: 500px) {
  #profile .policy01 .leftContent01 {
    width: 100%;
    float: none;
  }
}
#profile .policy01 .rightContent01 {
  width: 60%;
  padding: 40px 15px 40px 60px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 960px) {
  #profile .policy01 .rightContent01 {
    padding: 40px 15px 40px 30px;
  }
}
@media screen and (max-width: 500px) {
  #profile .policy01 .rightContent01 {
    width: 100%;
    padding: 10px 0 0;
    border: 0;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #profile .policy01 .contentNav02 li:nth-child(2n+1) {
    clear: none;
  }
}
#profile .strength01 .image01 {
  margin-top: 30px;
}
#profile .indexStrength .questionList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 13px;
  padding-bottom: 0;
  border-bottom: 0;
  /*
  &:last-child {
      border-bottom: 0;
      ul {
          // margin-top: 20px;
      }
  }*/
}
@media screen and (max-width: 767px) {
  #profile .indexStrength .questionList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 370px) {
  #profile .indexStrength .questionList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#profile .indexStrength .questionList.modi-questionList {
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  #profile .indexStrength .questionList .title10 {
    font-size: 12px;
    letter-spacing: -0.2em;
  }
}
@media screen and (max-width: 767px) {
  #profile .indexStrength .questionList .title10 {
    font-size: 14px;
    margin-top: 20px;
  }
}
#profile .indexStrength .questionList ul {
  margin-bottom: 0;
}
#profile .indexStrength .questionList li {
  margin-bottom: 0;
  background: #333;
  border-radius: 5px;
  display: flex;
  align-items: center;
  /*&:nth-child(6) {
      a {
          @media screen and (min-width: 768px) and (max-width: 900px) {
              padding: 0px 0px 0 25px;
          }
          span {
              @media screen and (max-width: 900px) {
                  padding: 6px 0 5px;
                  line-height: 1.2;
                  display: inline-block;
              }
              @media screen and (min-width: 768px) and (max-width: 900px) {
                  padding: 6px 0 5px;
                  line-height: 1.2;
                  display: inline-block;
              }
          }
      }
  }*/
}
@media screen and (max-width: 767px) {
  #profile .indexStrength .questionList li {
    width: 100%;
    margin-left: 0;
  }
}
#profile .indexStrength .questionList li .questionContainer:hover {
  opacity: 0.8;
}
#profile .indexStrength .questionList li .questionContainer .text {
  color: #fff;
  font-size: 11px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #profile .indexStrength .questionList li .questionContainer .text {
    font-size: 12px;
  }
}
#profile .indexStrength .questionList li .questionContainer a {
  padding: 10px 2px 10px 20px;
  display: block;
  background: url("../../src/ja/images/common/ico_common06.png") no-repeat 10px 50%;
}
@media screen and (max-width: 768px) {
  #profile .indexStrength .questionList li .questionContainer a {
    padding: 10px 2px 10px 25px;
    background-position: 5px center;
  }
}
@media screen and (max-width: 767px) {
  #profile .indexStrength .questionList li .questionContainer a {
    padding: 15px 2px 15px 25px;
    background-position: 10px center;
  }
}
#profile .indexStrength .questionList li .questionContainer a:hover {
  opacity: 1;
}
#profile .indexStrength .questionList li .questionContainer .linkIcon {
  width: 10px;
  margin-left: 5px;
  margin-bottom: 5px;
}
#profile .indexStrength .questionList li .profileOnly {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #profile .indexStrength .questionList li .profileOnly {
    display: block;
  }
}
#profile .rightContent01 {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  #profile .rightContent01 {
    font-size: 14px;
  }
}
#profile .rightContent01 .profilePresidentName {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  #profile .rightContent01 .profilePresidentName {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  #profile .policyTitle01 {
    font-size: 20px;
  }
}
#profile .message01TextWrap {
  text-align: right;
  display: block;
}
#profile .history01 .table03 {
  margin-top: 45px;
}
#profile .history01 .table03:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #profile .history01 .table03 tr {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  #profile .history01 .table03 tr:last-child {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  #profile .history01 .table03 th,
#profile .history01 .table03 td {
    display: table-cell;
  }
}
@media screen and (max-width: 767px) {
  #profile .history01 .table03 th {
    width: 20%;
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  #profile .history01 .table03 td {
    width: 80%;
    border: 0;
  }
}
#profile .history01 .table03 h3 {
  font-size: 16px;
  padding: 5px 0px;
}
#profile .history01 .blankLink a {
  border-bottom: 0;
}
#profile .history01 .blankLink a:hover {
  color: #de0716;
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
@media screen and (max-width: 767px) {
  #profile .boderBottom01 {
    border-bottom: 1px solid #ccc;
  }
}
#profile .indexIr .questionListContent01 {
  margin-top: 5px;
}
@media screen and (width: 767px) {
  #profile .indexIr .questionListContent01 {
    margin-top: 5px;
  }
}
#profile .indexIr .questionListContent01 h4 {
  padding-top: 12px;
  border-top: 5px solid #333;
}
#profile .indexIr .questionListContent01 ul {
  margin: 0 auto 0;
}
#profile .indexIr .questionListContent01 ul:last-child {
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  #profile .indexIr .questionListContent01 ul li {
    margin-bottom: 1%;
  }
}
#profile .indexIr .questionListContent01 ul li:nth-child(6) a {
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 767px) {
  #profile .indexIr .questionListContent01 ul li:nth-child(6) a {
    padding: 15px 0 15px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #profile .indexIr .questionListContent01 ul li:nth-child(6) a {
    padding: 6px 0 6px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #profile .indexIr .questionListContent01 ul li:nth-child(6) span {
    padding: 0;
    line-height: 1.2;
    display: inline-block;
  }
}
#profile .indexIr .questionListContent01 ul li:last-child a {
  padding: 10px 0 10px 20px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #profile .indexIr .questionListContent01 ul li:last-child a {
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width: 900px) {
  #profile .indexIr .questionListContent01 ul li:last-child a span {
    padding: 6px 0 5px;
    line-height: 1.2;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #profile .indexIr .questionListContent01 ul li:last-child a span {
    padding: 6px 0 8px;
    line-height: 1.2;
    display: inline-block;
  }
}
#profile .indexIr .questionList li {
  /*
  &:nth-child(6) {
      .questionContainer {
          .text {
              // padding: 9px 0 8px;
          }
      }
  }*/
}
#profile .indexIr .questionList li .text {
  float: none;
}
#profile .questionList3Btn a {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #profile .questionList3Btn a {
    padding-left: 25px;
  }
}
#profile .questionList3Btn span {
  font-size: 11px !important;
}
@media screen and (max-width: 767px) {
  #profile .questionList3Btn span {
    font-size: 12px !important;
  }
}
#profile #first {
  padding-top: 83px;
  margin-top: -82.38px;
}
#profile #second {
  padding-top: 127.38px;
  margin-top: -82.38px;
}
#profile #third {
  padding-top: 127.38px;
  margin-top: -82.38px;
}
#profile .businesscontentNav02 li {
  font-size: 12px;
  width: 32%;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #profile .businesscontentNav02 li {
    text-align: left;
    width: 50%;
    text-align: center;
  }
}
#profile .businesscontentNav02 li:nth-child(4) {
  clear: both;
}
@media screen and (max-width: 767px) {
  #profile .businesscontentNav02 li:nth-child(4) {
    clear: none;
  }
}
@media screen and (max-width: 767px) {
  #profile .businesscontentNav02 li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #profile .businesscontentNav02 li:nth-last-child(-n+3) a {
    padding: 22px 0px 22px 8px;
  }
}
@media screen and (max-width: 767px) {
  #profile .businesscontentNav02 li:nth-child(-n+3) a {
    padding: 12px 0px 12px 8px;
  }
}
@media screen and (max-width: 767px) {
  #profile #about .table01 th {
    width: auto;
    white-space: nowrap;
    display: table-cell;
  }
}
@media screen and (max-width: 767px) {
  #profile #about .table01 td {
    display: table-cell;
  }
}
@media screen and (max-width: 767px) {
  #profile #officer .table01 th {
    width: auto;
    white-space: nowrap;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #profile #officer .table01 td {
    display: block;
  }
}
#profile #map_canvas01 {
  width: 100%;
  height: 300px;
  border: 1px solid #ccc;
  margin: 10px 0px;
}
#profile .contentNav03 a {
  font-size: 12px;
}
#profile .hoverBorder01 {
  text-decoration: underline;
}
#profile .hoverBorder01:hover {
  color: #de0716;
  -webkit-text-decoration: underline #de0716;
          text-decoration: underline #de0716;
  transition-duration: 0ms;
}
#profile .table_willheart {
  width: 100%;
  margin: 30px 0 0;
}
#profile .table_willheart th {
  width: 20%;
  background: #efefef;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}
#profile .table_willheart td {
  padding: 10px;
  border: 1px solid #ccc;
}
#profile .index_cardlink_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #profile .index_cardlink_wrap {
    display: block;
  }
}
#profile .index_cardlink_wrap .index_cardlink_list {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  background-color: #fafafa;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #profile .index_cardlink_wrap .index_cardlink_list {
    width: 100%;
  }
}
#profile .index_cardlink_wrap .index_cardlink_list a {
  display: block;
  padding: 20px;
}
#profile .index_cardlink_wrap .index_cardlink_list a .index_cardlink_ttl {
  margin-bottom: 10px;
  font-size: 18px;
}
#profile .index_cardlink_wrap .index_cardlink_list a .index_cardlink_item {
  display: flex;
  justify-content: space-between;
}
#profile .index_cardlink_wrap .index_cardlink_list a .index_cardlink_item .index_cardlink_img {
  flex-shrink: 0;
  width: 120px;
}
#profile .index_cardlink_wrap .index_cardlink_list a .index_cardlink_item .index_cardlink_text {
  width: 100%;
  margin-left: 10px;
}

.officer-wrapper .officer-list {
  border-top: 1px solid #ccc;
  padding: 3px 0 10px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .officer-wrapper .officer-list {
    display: block;
  }
}
.officer-wrapper .officer-list .officer-img {
  padding-top: 5px;
  width: 200px;
}
.officer-wrapper .officer-list .officer-contents .title04 {
  font-size: 22px;
  padding-top: 8px;
  background: url("../../src/ja/images/top/bg_common01.png") repeat-x 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.officer-wrapper .officer-list .officer-contents .name-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.officer-wrapper .officer-list .officer-contents .name-main .sub-title {
  font-size: 0.87rem;
}
.officer-wrapper .officer-list .officer-contents .sub-text {
  display: flex;
  flex-wrap: wrap;
}
.officer-wrapper .officer-list .officer-contents .sub-text dt {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .officer-wrapper .officer-list .officer-contents .sub-text dt {
    width: 25%;
  }
}
.officer-wrapper .officer-list .officer-contents .sub-text dd {
  width: 82%;
}
@media screen and (max-width: 768px) {
  .officer-wrapper .officer-list .officer-contents .sub-text dd {
    width: 75%;
  }
}

#ir {
  /*    .title07 {
          margin-bottom: 20px;
          padding: 0;
          font-size: 16px;
          font-weight: bold;
          border-left: none;
      }*/
  /* ir_dl_btn end */
  /*/ir/library cardlink end */
  /* indexIr end */
  /*-------------------------------- 
    株主総会資料の電子提供制度のご案内
    --------------------------------*/
  /*--- QA アコーディオン ---*/
  /*中期経営計画*/
  /* questionContainer */
  /*
  #shareholder {//table.scssのtable-TypeBと干渉するので非表示に設定　20220526（奥田）
      th {
          text-align: right;
          &:first-child {
              text-align: left;
              background: #f4f4f4;
          }
      }
      td {
          &:first-child {
              background: #f4f4f4;
          }
      }
  }
  */
}
@media screen and (max-width: 767px) {
  #ir .mainContent {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #ir .sidebar ul#js-active-sidebar {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #ir .sidebar li:nth-child(2) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  #ir .sidebar li .side_research_report {
    padding: 8.8px;
    line-height: 1.2;
  }
}
#ir .title03 {
  padding: 48px 25px 46px;
  background: url("../../src/ja/images/ir/bg_index01.jpg") no-repeat 100% 0, #f6f6f6;
}
#ir .title05 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#ir .title05NoIr {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
#ir .title06 {
  padding-left: 10px;
  border-left: 5px solid #333;
  font-size: 18px;
  margin-bottom: 20px;
}
#ir .mb10 {
  margin-bottom: 10px;
}
#ir .mb20 {
  margin-bottom: 20px;
}
#ir .mb50 {
  margin-bottom: 50px;
}
#ir .list01 {
  width: 225px;
}
@media screen and (max-width: 440px) {
  #ir .list01 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  #ir .list01 dt,
#ir .list01 dd {
    float: none;
  }
}
@media screen and (max-width: 400px) {
  #ir .list01 dd:not(:last-child) {
    margin-bottom: 10px;
  }
}
#ir .date01 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
  display: block;
}
#ir .leftContent01 {
  width: 52%;
  /*margin-top: 50px;*/
}
#ir .leftContent01.gift_left {
  width: 38%;
}
@media screen and (max-width: 1000px) {
  #ir .leftContent01 {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  #ir .leftContent01 {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  #ir .leftContent01 {
    width: 100%;
    margin-top: 20px;
    float: none;
  }
  #ir .leftContent01.gift_left {
    width: 100%;
  }
}
#ir .leftContent01 p {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #ir .leftContent01 p {
    text-align: center;
    float: none;
  }
}
#ir .leftContent01 ul {
  width: 112px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) and (min-width: 401px) {
  #ir .leftContent01 ul {
    margin-left: 3%;
    float: left;
  }
}
#ir .leftContent01 li {
  font-size: 12px;
  padding-left: 25px;
  text-indent: -25px;
}
#ir .leftContent01 li span {
  width: 20px;
  height: 8px;
  margin-right: 5px;
  display: inline-block;
}
#ir .leftContent01 li:first-child span {
  background: #ea544e;
}
#ir .leftContent01 li:nth-child(2) span {
  background: #f99b35;
}
#ir .leftContent01 li:nth-child(3) span {
  background: #f8b616;
}
#ir .leftContent01 li:nth-child(4) span {
  background: #f9c545;
}
#ir .leftContent01 li:nth-child(5) span {
  background: #74d0b9;
}
#ir .leftContent01 li:nth-child(6) span {
  background: #3aaf9e;
}
#ir .leftContent01 li:last-child span {
  background: #3b97ad;
}
#ir .rightContent01 {
  width: 45%;
}
#ir .rightContent01.gift_right {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #ir .rightContent01 {
    width: 100%;
    margin-top: 10px;
    float: none;
  }
  #ir .rightContent01.gift_right {
    width: 100%;
  }
}
#ir .rightContent01 p {
  margin-bottom: 5px;
}
#ir .content03 ul {
  font-size: 12px;
  margin: 20px 0;
}
#ir .content03 .attention01 {
  font-size: 12px;
}
#ir .content04 .title04 {
  margin-bottom: 20px;
}
#ir .content04 .text01 {
  margin-bottom: 30px;
}
#ir .content04 ul {
  font-size: 12px;
  margin-top: 20px;
}
#ir .content04 td p:not(:last-child) {
  margin-bottom: 10px;
}
#ir .ir_dl_btn {
  width: 200px;
  margin-top: 20px;
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  #ir .ir_dl_btn {
    width: 80%;
    margin: 40px auto;
    text-align: center;
    float: none;
  }
}
#ir .ir_dl_btn:hover {
  opacity: 0.8;
}
#ir .ir_dl_btn a {
  color: #fff;
  background: url(../../src/ja/images/common/ico_common06.png) no-repeat;
  background-position: calc(100% - 10px) 50%;
  display: block;
  padding: 15px 0 14px;
  border: 1px solid #646464;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #ir .ir_dl_btn a {
    padding: 12px 0;
  }
}
#ir .ir_dl_btn a:hover {
  opacity: 1;
}
#ir .contentNav {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  /*@media screen and (max-width: 767px) {
      justify-content: space-between;
      column-gap: inherit;
  }*/
}
#ir .contentNav li {
  display: block;
  margin-right: 0;
}
#ir .ir_cardlink_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #ir .ir_cardlink_wrap {
    display: block;
  }
}
#ir .ir_cardlink_wrap .ir_cardlink_list {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  background-color: #fafafa;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #ir .ir_cardlink_wrap .ir_cardlink_list {
    width: 100%;
  }
}
#ir .ir_cardlink_wrap .ir_cardlink_list a {
  display: block;
  padding: 20px;
}
#ir .ir_cardlink_wrap .ir_cardlink_list a .ir_cardlink_ttl {
  margin-bottom: 10px;
  font-size: 18px;
}
#ir .ir_cardlink_wrap .ir_cardlink_list a .ir_cardlink_item {
  display: flex;
  justify-content: space-between;
}
#ir .ir_cardlink_wrap .ir_cardlink_list a .ir_cardlink_item .ir_cardlink_img {
  flex-shrink: 0;
  width: 120px;
}
#ir .ir_cardlink_wrap .ir_cardlink_list a .ir_cardlink_item .ir_cardlink_text {
  width: 100%;
  margin-left: 10px;
}
#ir .indexIr {
  /*.title03 {
      width: 1000px;
      margin: 0 auto 33px;
      @media screen and (max-width: 1060px) {
          width: 96%;
      }
  }*/
  /* topContent end */
  /* stockPriceInfo end */
  /* タブのCSS */
  /* .label */
  /* panels end */
  /* panel-1-ctrl end */
  /* panel-2-ctrl */
  /* panel-3-ctrl */
  /* tabs-list end */
  /* タブのCSS　ここまで */
  /* mainContainer end */
  /* ul end */
  /* toNews end */
  /* table.document end */
  /* questionList end */
  /* table.link end */
}
@media screen and (max-width: 767px) {
  #ir .indexIr {
    margin-top: 30px;
  }
}
#ir .indexIr .topContentWrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
}
@media screen and (max-width: 1399px) {
  #ir .indexIr .topContentWrap {
    flex-direction: column;
  }
}
#ir .indexIr .topContentWrap .spOnly {
  display: none;
}
@media screen and (max-width: 1399px) {
  #ir .indexIr .topContentWrap .pcOnly {
    display: none;
  }
  #ir .indexIr .topContentWrap .spOnly {
    display: block;
  }
}
#ir .indexIr .topContent {
  background: url("../../src/ja/images/ir/ir_top_sumi_pc_x2.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 30px 4vw;
  width: 100%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  /* textArea end */
}
@media screen and (max-width: 1480px) {
  #ir .indexIr .topContent {
    background: url("../../src/ja/images/ir/ir_top_sumi_pc_x2.png");
    background-repeat: no-repeat;
    background-position: -40px top;
    padding: 30px;
    width: 100%;
    background-size: cover;
  }
}
@media screen and (max-width: 1399px) {
  #ir .indexIr .topContent {
    background: url("../../src/ja/images/ir/ir_top_sumi_pc_x2.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 100px;
    width: 100%;
    background-size: cover;
  }
}
@media screen and (max-width: 1110px) {
  #ir .indexIr .topContent {
    background: url("../../src/ja/images/ir/ir_top_sumi_tablet_x2.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 100px 40px;
    width: 100%;
    background-size: cover;
  }
}
@media screen and (max-width: 820px) {
  #ir .indexIr .topContent {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 659px) {
  #ir .indexIr .topContent {
    padding: 50px;
  }
}
@media screen and (max-width: 450px) {
  #ir .indexIr .topContent {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 400px) {
  #ir .indexIr .topContent {
    padding: 15px;
  }
}
#ir .indexIr .topContent .textArea {
  display: inline-block;
  padding-bottom: 20px;
  /* p end */
}
@media screen and (max-width: 1399px) {
  #ir .indexIr .topContent .textArea {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#ir .indexIr .topContent .textArea p {
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 1399px) {
  #ir .indexIr .topContent .textArea p {
    font-size: 24px;
    font-weight: 400;
  }
}
@media screen and (max-width: 1000px) {
  #ir .indexIr .topContent .textArea p {
    font-size: 20px;
  }
}
@media screen and (max-width: 860px) {
  #ir .indexIr .topContent .textArea p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #ir .indexIr .topContent .textArea p {
    font-size: 20px;
    font-weight: 400;
  }
}
@media screen and (max-width: 659px) {
  #ir .indexIr .topContent .textArea p {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  #ir .indexIr .topContent .textArea p {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  #ir .indexIr .topContent .textArea p {
    font-size: 10px;
  }
}
#ir .indexIr .linkBox01 {
  display: flex;
}
@media screen and (max-width: 1399px) {
  #ir .indexIr .linkBox01 {
    justify-content: space-between;
  }
}
#ir .indexIr .linkBox01 p {
  margin-left: 4%;
  border-radius: 3px;
  width: 150px;
}
#ir .indexIr .linkBox01 p.linkBox01_left_btn {
  width: 180px;
}
@media screen and (max-width: 1399px) {
  #ir .indexIr .linkBox01 p {
    width: 48%;
    margin: 20px 0 30px;
  }
}
#ir .indexIr .linkBox01 p:first-child {
  margin-left: 0px;
}
#ir .indexIr .linkBox01 p:first-child a {
  /*@media screen and (max-width: 900px) {
      padding-left: 15px;
  }*/
}
@media screen and (max-width: 1399px) {
  #ir .indexIr .linkBox01 p:first-child a {
    padding-left: 0;
  }
}
#ir .indexIr .linkBox01 p:hover {
  opacity: 0.8;
}
#ir .indexIr .linkBox01 a {
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 5px;
  background: url(../../src/ja/images/common/ico_common06.png) no-repeat 88% 50%;
  display: block;
  /*@media screen and (max-width: 900px) {
      font-size: 12px;
  }*/
}
@media screen and (max-width: 1399px) {
  #ir .indexIr .linkBox01 a {
    width: 100%;
    padding: 16px 24px;
    display: block;
    font-size: 14px;
  }
}
#ir .indexIr .linkBox01 a:hover {
  opacity: 1;
}
#ir .indexIr .indexLinkBtn01 p {
  padding-left: 16px;
}
#ir .indexIr .stockPriceInfo {
  flex-shrink: 0;
  width: 354px;
  margin-left: 20px;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 1399px) {
  #ir .indexIr .stockPriceInfo {
    width: 100%;
    margin-left: 0;
  }
}
#ir .indexIr .stockPriceInfo .textArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
  border-bottom: 1px solid #cccccc;
}
#ir .indexIr .stockPriceInfo .textArea .ttl {
  font-size: 24px;
  font-weight: 400;
}
#ir .indexIr .stockPriceInfo .textArea .toChart a {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  font-family: sans-serif;
  color: #808080;
  padding-right: 15px;
}
#ir .indexIr .stockPriceInfo .textArea .toChart a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../../src/ja/images/common/ico_common03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#ir .indexIr .stockPriceInfo .inner {
  padding: 16px 12px;
  min-height: 200px;
  text-align: center;
}
#ir .indexIr .stockPriceInfo .inner .stockInfoImg {
  background-image: url(https://www.stockweather.co.jp/customize_close/6089/img/6089j_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 330px;
  height: 200px;
  margin: 0 auto;
}
#ir .indexIr label {
  /* &.panel-label end */
}
#ir .indexIr label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #000000;
  cursor: pointer;
  background-color: #dcdcdc;
  transition-property: background-color, color;
  transition-duration: 200ms;
}
#ir .indexIr label.panel-label:hover {
  color: #000000;
}
#ir .indexIr #panels {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-top: none;
  /* mainContainer end */
}
@media screen and (max-width: 767px) {
  #ir .indexIr #panels {
    border: 0;
  }
}
#ir .indexIr #panels .mainContainer {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  transition: opacity 600ms;
  overflow-y: hidden;
}
#ir .indexIr #panel-1-ctrl:checked {
  /* ~ #panels end */
  /* ~ #tabs-list end */
}
#ir .indexIr #panel-1-ctrl:checked ~ #panels #panel-1 .mainContainer {
  max-height: initial;
  opacity: 1;
}
#ir .indexIr #panel-1-ctrl:checked ~ #tabs-list {
  /* li-for-panel1 end */
}
#ir .indexIr #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
@media screen and (max-width: 767px) {
  #ir .indexIr #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }
}
#ir .indexIr #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
  border-right: 1px solid transparent;
}
#ir .indexIr #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
  border-left: 1px solid #dfdfdf;
}
#ir .indexIr #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 .panel-label {
  background-color: white;
  color: #000000;
  padding-top: 24px;
  border-left: 1px solid #dfdfdf;
  position: relative;
}
#ir .indexIr #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 .panel-label:after {
  background-color: #de0716;
  border-right: 3px solid #de0716;
  position: absolute;
  left: -2px;
  right: 0;
}
#ir .indexIr #panel-2-ctrl:checked {
  /* ~ #tabs-list end */
}
#ir .indexIr #panel-2-ctrl:checked ~ #panels #panel-2 .mainContainer {
  max-height: initial;
  opacity: 1;
}
#ir .indexIr #panel-2-ctrl:checked ~ #tabs-list {
  /* li-for-panel2 end */
}
#ir .indexIr #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#ir .indexIr #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
  border-right: 1px solid transparent;
}
#ir .indexIr #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
  border-left: 1px solid #dfdfdf;
}
#ir .indexIr #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 .panel-label {
  background-color: #ffffff;
  color: #000000;
  padding-top: 24px;
}
#ir .indexIr #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 .panel-label::after {
  background-color: #de0716;
}
#ir .indexIr #panel-3-ctrl:checked {
  /* ~ #tabs-list end */
}
#ir .indexIr #panel-3-ctrl:checked ~ #panels #panel-3 .mainContainer {
  max-height: initial;
  opacity: 1;
}
#ir .indexIr #panel-3-ctrl:checked ~ #tabs-list {
  /* li-for-panel3 end */
}
#ir .indexIr #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
  pointer-events: none;
  cursor: default;
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#ir .indexIr #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
  border-right: 1px solid transparent;
}
#ir .indexIr #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
  border-left: 1px solid #dfdfdf;
}
#ir .indexIr #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 .panel-label {
  background-color: #ffffff;
  color: #000000;
  padding-top: 24px;
  border-right: 1px solid #f5f5f5;
}
#ir .indexIr #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 .panel-label::after {
  background-color: #de0716;
}
#ir .indexIr #tabs-list {
  display: flex;
  justify-content: left;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 0;
  /* li end */
}
#ir .indexIr #tabs-list li {
  display: flex;
  text-align: center;
  font-size: 16px;
  width: 25%;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
  border-right: 2px solid #fff;
  position: relative;
  /* &:hover end */
  /* &.panel-label end */
}
@media screen and (max-width: 767px) {
  #ir .indexIr #tabs-list li {
    width: 38%;
  }
}
@media screen and (max-width: 500px) {
  #ir .indexIr #tabs-list li {
    font-size: 14px;
  }
}
#ir .indexIr #tabs-list li:hover {
  transition: none;
  border-right: none;
}
#ir .indexIr #tabs-list li:hover.last {
  border-right: 1px solid transparent;
}
#ir .indexIr #tabs-list li:hover + li {
  border-left: 1px solid #f5f5f5;
}
#ir .indexIr #tabs-list li .panel-label {
  position: relative;
  padding: 24px 0;
  /* &::after end */
}
#ir .indexIr #tabs-list li .panel-label:hover::after {
  background-color: #de0716;
  transition-duration: 400ms;
}
#ir .indexIr #tabs-list li .panel-label::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  background-color: #bcbcbc;
}
@media screen and (max-width: 767px) {
  #ir .indexIr #tabs-list .one01 {
    padding: 35px 0 !important;
  }
}
#ir .indexIr .panel-radios {
  display: none;
}
#ir .indexIr .mainContainer {
  margin: 0 auto;
  width: 90%;
  font-size: 15px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #ir .indexIr .mainContainer {
    width: 100%;
  }
}
#ir .indexIr .news {
  /* li end */
}
#ir .indexIr .news li {
  padding: 20px 0px;
  border-bottom: 1px dotted #646464;
  color: #646464;
}
@media screen and (max-width: 350px) {
  #ir .indexIr .news li {
    font-size: 12px;
  }
}
#ir .indexIr .news li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #ir .indexIr .news li:last-child {
    border-bottom: 1px dotted #646464;
  }
}
#ir .indexIr .news li p.tag {
  font-size: 12px;
  margin-top: 5px;
  padding: 3px 0px;
  background-color: #b30404;
  color: #ffffff;
  text-align: center;
}
#ir .indexIr .news li p.pdf {
  margin-top: 5px;
}
#ir .indexIr .news li p.pdf span {
  font-size: 12px;
  color: #de0716;
  vertical-align: top;
  margin-right: 5px;
}
#ir .indexIr .news li .left:first-child {
  width: 78px;
}
@media screen and (max-width: 767px) {
  #ir .indexIr .news li .left:first-child {
    width: 100%;
    float: none;
  }
}
#ir .indexIr .news li .left:last-child {
  width: 80%;
  margin-left: 3%;
}
@media screen and (max-width: 767px) {
  #ir .indexIr .news li .left:last-child {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #ir .indexIr .news li .left .date,
#ir .indexIr .news li .left .category01 {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  #ir .indexIr .news li .left .category01 {
    width: 100%;
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 370px) {
  #ir .indexIr .news li .left .category01 {
    font-size: 10px;
    width: 58px;
  }
}
@media screen and (max-width: 767px) {
  #ir .indexIr .news li .left .pdf {
    margin: 0 0 0 10px;
    float: left;
  }
}
#ir .indexIr .toNews {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #ir .indexIr .toNews {
    width: 80%;
    margin: 40px auto 0;
    text-align: center;
    float: none;
  }
}
#ir .indexIr .toNews:hover {
  opacity: 0.8;
}
#ir .indexIr .toNews a {
  color: #fff;
  background: url(../../src/ja/images/common/ico_common06.png) no-repeat;
  background-position: calc(100% - 10px) 50%;
  display: block;
  padding: 16px 24px;
  border: 1px solid #646464;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #ir .indexIr .toNews a {
    padding: 12px 0;
  }
}
#ir .indexIr .toNews a:hover {
  opacity: 1;
}
#ir .indexIr .document {
  width: calc(100% + 20px);
  margin-left: -10px;
  border-collapse: separate;
  border-spacing: 10px 0px;
  /* tr end */
}
#ir .indexIr .document tr {
  /* td end */
}
#ir .indexIr .document tr td {
  border-bottom: 1px dotted #646464;
  vertical-align: middle;
  padding: 20px 0 19px;
  /* grayBox end */
}
@media screen and (max-width: 767px) {
  #ir .indexIr .document tr td {
    width: 100%;
    height: auto;
    display: block;
  }
}
#ir .indexIr .document tr td a {
  padding: 0 0 0 10px;
  border-bottom: 1px solid #fff;
}
#ir .indexIr .document tr td a:hover {
  color: #de0716;
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
#ir .indexIr .document tr td:nth-child(2) {
  border-top: 1px dotted #646464;
}
#ir .indexIr .document tr td.grayBox {
  width: 17%;
  border: none;
  color: #333333;
  background-color: #e6e6e6;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #ir .indexIr .document tr td.grayBox {
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
}
#ir .indexIr .questionList {
  padding-bottom: 50px;
  margin-bottom: 10px;
  /* li end */
}
@media screen and (max-width: 767px) {
  #ir .indexIr .questionList {
    padding-bottom: 25px;
    border-bottom: 0;
  }
}
#ir .indexIr .questionList li {
  background: #333;
  width: 32%;
  float: left;
  margin-left: 2%;
  margin-bottom: 20px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  #ir .indexIr .questionList li {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  #ir .indexIr .questionList li:nth-child(3n+1) {
    margin: 0px;
    clear: both;
  }
}
#ir .indexIr .link {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 20px;
  /* tbody end */
}
#ir .indexIr .link tbody {
  /* tr end */
}
#ir .indexIr .link tbody tr {
  /* td end */
}
#ir .indexIr .link tbody tr td {
  height: 65px;
  position: relative;
  padding: 5px;
  padding-left: 70px;
  width: 32%;
  color: #646464;
  vertical-align: middle;
  border: 1px solid #646464;
  border-radius: 2px;
  background-size: 40px 40px;
}
#ir .indexIr .link tbody tr td:after {
  position: absolute;
  content: url("../../src/ja/images/common/ico_common04.png");
  top: calc(50% - 12px);
  right: 10px;
}
#ir .indexIr .link tbody tr td:nth-child(1) {
  background: url(../../src/ja/images/ir/ico_01.png) no-repeat 5px 50%;
}
#ir .indexIr .link tbody tr td:nth-child(2) {
  background: url(../../src/ja/images/ir/ico_02.png) no-repeat 5px 50%;
}
#ir .indexIr .link tbody tr td:nth-child(3) {
  background: url(../../src/ja/images/ir/ico_03.png) no-repeat 5px 50%;
}
#ir .indexIr .link tbody tr td:nth-child(4) {
  background: url(../../src/ja/images/ir/ico_04.png) no-repeat 5px 50%;
}
#ir .indexIr .link tbody tr td:nth-child(5) {
  background: url(../../src/ja/images/ir/ico_05.png) no-repeat 5px 50%;
}
#ir .indexIr .link tbody tr td:nth-child(6) {
  background: url(../../src/ja/images/ir/ico_06.png) no-repeat 5px 50%;
}
#ir .indexIr .link tbody tr td:nth-child(7) {
  background: url(../../src/ja/images/ir/ico_07.png) no-repeat 5px 50%;
}
#ir .indexIr .link tbody tr td:nth-child(8) {
  background: url(../../src/ja/images/ir/ico_08.png) no-repeat 5px 50%;
}
#ir .indexIr .link tbody tr td:nth-child(9) {
  background: url(../../src/ja/images/ir/ico_09.png) no-repeat 5px 50%;
}
#ir .indexIr .link tbody tr td a {
  display: block;
}
#ir .linkArea01 {
  width: 49%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #ir .linkArea01 {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  #ir .linkArea01:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
#ir .linkArea01 h3 {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  border-top: 2px solid #999;
}
@media screen and (max-width: 767px) {
  #ir .linkArea01 h3 a {
    display: block;
  }
}
#ir .linkArea01 li {
  margin-top: 15px;
}
#ir .linkArea01 li a {
  padding: 10px 20px;
  background: url("../../src/ja/images/common/ico_common03.png") no-repeat 10px 50%;
}
#ir .linkArea01:first-child h3 {
  background: url("../../src/ja/images/ir/ico_03.png") no-repeat 35% 50%, #e6e6e6;
  background-size: 40px;
}
@media screen and (max-width: 1000px) {
  #ir .linkArea01:first-child h3 {
    background: url("../../src/ja/images/ir/ico_03.png") no-repeat 28% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #ir .linkArea01:first-child h3 {
    background: url("../../src/ja/images/ir/ico_03.png") no-repeat 42% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #ir .linkArea01:first-child h3 {
    background: url("../../src/ja/images/ir/ico_03.png") no-repeat 40% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  #ir .linkArea01:first-child h3 {
    background: url("../../src/ja/images/ir/ico_03.png") no-repeat 35% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 400px) {
  #ir .linkArea01:first-child h3 {
    background: url("../../src/ja/images/ir/ico_03.png") no-repeat 32% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 350px) {
  #ir .linkArea01:first-child h3 {
    background: url("../../src/ja/images/ir/ico_03.png") no-repeat 30% 50%, #e6e6e6;
    background-size: 40px;
  }
}
#ir .linkArea01:nth-child(2) h3 {
  background: url("../../src/ja/images/ir/ico_01.png") no-repeat 18% 50%, #e6e6e6;
  background-size: 40px;
}
@media screen and (max-width: 1000px) {
  #ir .linkArea01:nth-child(2) h3 {
    background: url("../../src/ja/images/ir/ico_01.png") no-repeat 4% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #ir .linkArea01:nth-child(2) h3 {
    background: url("../../src/ja/images/ir/ico_01.png") no-repeat 32% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #ir .linkArea01:nth-child(2) h3 {
    background: url("../../src/ja/images/ir/ico_01.png") no-repeat 27% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  #ir .linkArea01:nth-child(2) h3 {
    background: url("../../src/ja/images/ir/ico_01.png") no-repeat 20% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 400px) {
  #ir .linkArea01:nth-child(2) h3 {
    background: url("../../src/ja/images/ir/ico_01.png") no-repeat 15% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 350px) {
  #ir .linkArea01:nth-child(2) h3 {
    background: url("../../src/ja/images/ir/ico_01.png") no-repeat 10% 50%, #e6e6e6;
    background-size: 40px;
  }
}
#ir .linkArea01:nth-child(3) h3 {
  background: url("../../src/ja/images/ir/ico_02.png") no-repeat 28% 50%, #e6e6e6;
  background-size: 40px;
}
@media screen and (max-width: 1000px) {
  #ir .linkArea01:nth-child(3) h3 {
    background: url("../../src/ja/images/ir/ico_02.png") no-repeat 20% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #ir .linkArea01:nth-child(3) h3 {
    background: url("../../src/ja/images/ir/ico_02.png") no-repeat 38% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #ir .linkArea01:nth-child(3) h3 {
    background: url("../../src/ja/images/ir/ico_02.png") no-repeat 34% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  #ir .linkArea01:nth-child(3) h3 {
    background: url("../../src/ja/images/ir/ico_02.png") no-repeat 28% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 400px) {
  #ir .linkArea01:nth-child(3) h3 {
    background: url("../../src/ja/images/ir/ico_02.png") no-repeat 26% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 350px) {
  #ir .linkArea01:nth-child(3) h3 {
    background: url("../../src/ja/images/ir/ico_02.png") no-repeat 22% 50%, #e6e6e6;
    background-size: 40px;
  }
}
#ir .linkArea01:nth-child(4) h3 {
  background: url("../../src/ja/images/ir/ico_04.png") no-repeat 28% 50%, #e6e6e6;
  background-size: 40px;
}
@media screen and (max-width: 1000px) {
  #ir .linkArea01:nth-child(4) h3 {
    background: url("../../src/ja/images/ir/ico_04.png") no-repeat 20% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #ir .linkArea01:nth-child(4) h3 {
    background: url("../../src/ja/images/ir/ico_04.png") no-repeat 38% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #ir .linkArea01:nth-child(4) h3 {
    background: url("../../src/ja/images/ir/ico_04.png") no-repeat 34% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  #ir .linkArea01:nth-child(4) h3 {
    background: url("../../src/ja/images/ir/ico_04.png") no-repeat 28% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 400px) {
  #ir .linkArea01:nth-child(4) h3 {
    background: url("../../src/ja/images/ir/ico_04.png") no-repeat 26% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 350px) {
  #ir .linkArea01:nth-child(4) h3 {
    background: url("../../src/ja/images/ir/ico_04.png") no-repeat 22% 50%, #e6e6e6;
    background-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #ir .linkArea01:not(:last-child) {
    margin-bottom: 30px;
  }
}
#ir .linkArea01.linkArea02 {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #ir .linkArea01.linkArea02 {
    margin-top: 0;
  }
}
#ir .linkArea01.linkArea02 li {
  width: 32%;
  border: 1px solid #999;
}
@media screen and (max-width: 767px) {
  #ir .linkArea01.linkArea02 li {
    width: 100%;
  }
}
#ir .linkArea01.linkArea02 li:first-child {
  background: url("../../src/ja/images/ir/ico_05_sp.png") no-repeat 22% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 92% 50%;
  background-size: 20px, auto;
}
@media screen and (max-width: 1000px) {
  #ir .linkArea01.linkArea02 li:first-child {
    background: url("../../src/ja/images/ir/ico_05_sp.png") no-repeat 10% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 92% 50%;
    background-size: 20px, auto;
  }
}
@media screen and (max-width: 767px) {
  #ir .linkArea01.linkArea02 li:first-child {
    background: url("../../src/ja/images/ir/ico_05_sp.png") no-repeat 40% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 20px, auto;
  }
}
@media screen and (max-width: 640px) {
  #ir .linkArea01.linkArea02 li:first-child {
    background: url("../../src/ja/images/ir/ico_05_sp.png") no-repeat 36% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 20px, auto;
  }
}
@media screen and (max-width: 500px) {
  #ir .linkArea01.linkArea02 li:first-child {
    background: url("../../src/ja/images/ir/ico_05_sp.png") no-repeat 32% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 20px, auto;
  }
}
@media screen and (max-width: 400px) {
  #ir .linkArea01.linkArea02 li:first-child {
    background: url("../../src/ja/images/ir/ico_05_sp.png") no-repeat 30% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 20px, auto;
  }
}
@media screen and (max-width: 350px) {
  #ir .linkArea01.linkArea02 li:first-child {
    background: url("../../src/ja/images/ir/ico_05_sp.png") no-repeat 28% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 20px, auto;
  }
}
#ir .linkArea01.linkArea02 li:nth-child(2) {
  background: url("../../src/ja/images/ir/ico_06_sp.png") no-repeat 28% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 92% 50%;
  background-size: 20px, auto;
}
@media screen and (max-width: 1000px) {
  #ir .linkArea01.linkArea02 li:nth-child(2) {
    background: url("../../src/ja/images/ir/ico_06_sp.png") no-repeat 18% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 92% 50%;
    background-size: 20px, auto;
  }
}
@media screen and (max-width: 767px) {
  #ir .linkArea01.linkArea02 li:nth-child(2) {
    background: url("../../src/ja/images/ir/ico_06_sp.png") no-repeat 42% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 18px, auto;
  }
}
@media screen and (max-width: 640px) {
  #ir .linkArea01.linkArea02 li:nth-child(2) {
    background: url("../../src/ja/images/ir/ico_06_sp.png") no-repeat 38% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 18px, auto;
  }
}
@media screen and (max-width: 500px) {
  #ir .linkArea01.linkArea02 li:nth-child(2) {
    background: url("../../src/ja/images/ir/ico_06_sp.png") no-repeat 34% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 18px, auto;
  }
}
@media screen and (max-width: 400px) {
  #ir .linkArea01.linkArea02 li:nth-child(2) {
    background: url("../../src/ja/images/ir/ico_06_sp.png") no-repeat 32% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 18px, auto;
  }
}
@media screen and (max-width: 350px) {
  #ir .linkArea01.linkArea02 li:nth-child(2) {
    background: url("../../src/ja/images/ir/ico_06_sp.png") no-repeat 30% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 18px, auto;
  }
}
#ir .linkArea01.linkArea02 li:last-child {
  background: url("../../src/ja/images/ir/ico_07_sp.png") no-repeat 22% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 92% 50%;
  background-size: 18px, auto;
}
@media screen and (max-width: 1000px) {
  #ir .linkArea01.linkArea02 li:last-child {
    background: url("../../src/ja/images/ir/ico_07_sp.png") no-repeat 8% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 92% 50%;
    background-size: 20px, auto;
  }
}
@media screen and (max-width: 767px) {
  #ir .linkArea01.linkArea02 li:last-child {
    background: url("../../src/ja/images/ir/ico_07_sp.png") no-repeat 38% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 20px, auto;
  }
}
@media screen and (max-width: 640px) {
  #ir .linkArea01.linkArea02 li:last-child {
    background: url("../../src/ja/images/ir/ico_07_sp.png") no-repeat 35% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 20px, auto;
  }
}
@media screen and (max-width: 500px) {
  #ir .linkArea01.linkArea02 li:last-child {
    background: url("../../src/ja/images/ir/ico_07_sp.png") no-repeat 30% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 20px, auto;
  }
}
@media screen and (max-width: 400px) {
  #ir .linkArea01.linkArea02 li:last-child {
    background: url("../../src/ja/images/ir/ico_07_sp.png") no-repeat 28% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 20px, auto;
  }
}
@media screen and (max-width: 350px) {
  #ir .linkArea01.linkArea02 li:last-child {
    background: url("../../src/ja/images/ir/ico_07_sp.png") no-repeat 25% 50%, url("../../src/ja/images/common/ico_common03.png") no-repeat 95% 50%;
    background-size: 20px, auto;
  }
}
@media screen and (min-width: 768px) {
  #ir .linkArea01.linkArea02 li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media print {
  #ir .linkArea01.linkArea02 li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
#ir .linkArea01.linkArea02 a {
  padding: 15px 0;
  display: block;
}
#ir .documents_digitization_link_wrap {
  margin-bottom: 30px;
  padding: 20px 10px;
  background-color: #f6f6f6;
}
#ir .documents_digitization_link_wrap .documents_digitization_link_ttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#ir .documents_digitization_link_wrap .documents_digitization_p {
  margin-bottom: 15px;
  text-align: center;
}
#ir .documents_digitization_link_wrap .documents_digitization_btn {
  width: 160px;
  padding-left: 25px;
  text-align: left;
  margin: 0 auto;
}
#ir .documents_digitization_link_wrap .documents_digitization_btn a {
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 5px;
  background: url(../../src/ja/images/common/ico_common06.png) no-repeat 82% 50%;
  display: block;
}
#ir .accordion .accordion__item {
  border: 1px solid #ccc;
  margin-top: 16px;
  cursor: pointer;
}
#ir .accordion .accordion__item .accordion__title {
  position: relative;
  padding: 10px 65px;
  font-size: 16px;
  cursor: pointer;
}
#ir .accordion .accordion__item .accordion__title .accordion__title_q {
  position: absolute;
  background-color: #999;
  padding: 0 20px;
  left: 0px;
  top: 0px;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  height: 100%;
  align-items: center;
}
#ir .accordion .accordion__item .accordion__title::before, #ir .accordion .accordion__item .accordion__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #333;
  width: 50px;
  height: 100%;
  transition: all 0.3s;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#ir .accordion .accordion__item .accordion__title::before {
  top: -4px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(135deg);
  z-index: 1;
}
#ir .accordion .accordion__item .accordion__content {
  padding: 10px 20px 10px 65px;
  display: none;
  cursor: pointer;
  position: relative;
}
#ir .accordion .accordion__item .accordion__content .accordion__title_a {
  position: absolute;
  background-color: #f6f6f6;
  padding: 0 20px;
  left: 0px;
  top: 0px;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 100%;
  align-items: center;
  border-right: 1px solid #ccc;
}
#ir .accordion .accordion__item .accordion__content.is-open {
  display: block;
}
#ir .accordion .accordion__item.is-active .accordion__title {
  border-bottom: 1px solid #ccc;
}
#ir .accordion .accordion__item.is-active .accordion__title::before {
  top: 4px;
  transform: rotate(-45deg);
}
#ir .indexIr .linkArea01 li a {
  margin: 10px 0;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #ir .indexIr .linkArea01 li a {
    margin: 0;
  }
}
#ir .indexIr .linkArea01 li a:hover {
  color: #de0716;
  -webkit-text-decoration: underline #de0716;
          text-decoration: underline #de0716;
  transition-duration: 0ms;
}
#ir .indexIr .linkArea02 li a {
  margin: 0;
  padding: 10px 20px;
  display: inline-block;
  background: none;
  display: block;
}
@media screen and (max-width: 767px) {
  #ir .indexIr .linkArea02 li a {
    margin: 10px 0;
    padding: 0;
  }
}
#ir .performance01 .detail01 {
  width: 48%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #ir .performance01 .detail01 {
    width: 100%;
    margin-bottom: 60px;
    float: none;
  }
}
#ir .performance01 .detail01 p {
  margin: 20px 0 10px;
}
@media screen and (min-width: 768px) {
  #ir .performance01 .detail01:nth-last-child(2), #ir .performance01 .detail01:last-child {
    margin-bottom: 0;
  }
}
#ir .performance01 .contentNav a {
  padding: 0px 0 0px 11px;
  background-position: 0px 50% !important;
  display: inline-block;
}
#ir .performance01 .contentNav li {
  width: 18%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #ir .performance01 .contentNav li {
    width: 50%;
    margin-right: 0;
  }
}
#ir .performance01 .contentNav li:nth-child(5n) {
  margin-right: 0;
}
#ir .performance01 .contentNav li:nth-child(5n+1) {
  clear: both;
}
@media screen and (max-width: 768px) {
  #ir .performance01 .contentNav li:nth-child(5n+1) {
    clear: none;
  }
}
@media screen and (max-width: 767px) {
  #ir .performance01 .contentNav li:nth-child(4) {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #ir .performance01 .contentNav li:nth-child(4) a {
    padding: 0 0 0 15px;
  }
}
#ir .performance01 .contentNav li:nth-child(3) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  #ir .performance01 .contentNav li:nth-child(3) {
    margin-right: 0;
  }
}
#ir .performance01 .contentNav li:nth-child(5n+1) {
  clear: both;
}
@media screen and (max-width: 767px) {
  #ir .performance01 .contentNav li:nth-child(5n+1) {
    clear: none;
  }
}
#ir .performance01 .contentNav li:nth-child(5) a {
  background-position: 3% 50%;
}
@media screen and (max-width: 767px) {
  #ir .performance01 .contentNav li:nth-child(5) a {
    background-position: 0 50%;
  }
}
#ir .performance01 .contentNav li:nth-child(6) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  #ir .performance01 .contentNav li:nth-child(6) {
    margin-right: 0;
  }
}
#ir .performance01 .contentNav a {
  background-position: 10px 50%;
}
@media screen and (max-width: 767px) {
  #ir .performance01 .contentNav a {
    background-position: 0 50%;
  }
}
@media screen and (max-width: 767px) {
  #ir .message01 .president01 p {
    width: 50%;
  }
}
@media screen and (max-width: 370px) {
  #ir .message01 .president01 p {
    width: 43%;
  }
}
#ir .message01 .content01 {
  margin-top: 40px;
}
#ir .message01 .title05 {
  color: #c00;
}
#ir .message01 .textArea01 p {
  margin-top: 20px;
}
#ir .message01 .textArea01 span {
  font-size: 12px;
}
#ir .governance01 .contentNav {
  margin-bottom: 0;
}
#ir .governance01 .blankLink01 {
  margin-bottom: 40px;
  text-align: right;
}
#ir .governance01 .blankLink01 a {
  padding-right: 18px;
  background: url("../../src/ja/images/common/ico_common07.png") no-repeat 100% 4px;
  background-size: 15px;
}
#ir .governance01 .blankLink01 a:hover {
  color: #de0716;
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
#ir .governance01 .content02 li:not(:last-child) {
  margin-bottom: 25px;
}
#ir .governance01 .content02 h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
#ir .governance01 .image01 {
  margin-top: 30px;
}
#ir .irCalenderList {
  margin-bottom: 20px;
}
#ir .irCalenderList li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  grid-column-gap: 10px;
}
#ir .irCalenderList li:first-child {
  border-top: 1px dotted #ccc;
}
#ir .irCalenderList li span {
  display: block;
}
#ir .faq01 .line01 {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  #ir .faq01 .line01 {
    padding: 0;
  }
}
#ir .faq01 .btn01 {
  transition: 400ms;
  width: 240px;
  background: url("../../src/ja/images/common/ico_common06.png") no-repeat 95% 50% #333;
}
@media screen and (max-width: 767px) {
  #ir .faq01 .btn01 {
    width: 100%;
    margin-top: 10px;
  }
}
#ir .faq01 .btn01:hover {
  opacity: 0.8;
}
#ir .faq01 .btn01 a {
  padding: 8px 0 7px;
}
#ir .faq01 .btn01 a:hover {
  opacity: 1;
}
#ir .faq01 .faqList01 h4 {
  font-size: 16px;
  font-weight: bold;
}
#ir .faq01 .faqList01 h4 span:first-child {
  color: #fff;
  width: 45px;
  margin-right: 6px;
  padding: 10px 0 12px;
  background: #de0716;
}
#ir .faq01 .faqList01 h4 span:nth-child(2) {
  width: calc(100% - 53px);
}
#ir .faq01 .faqList01 .answer01 {
  clear: both;
  padding-top: 10px;
}
#ir .faq01 .faqList01 .answer01 .answer02:first-child {
  padding: 10px 0 12px;
  width: 45px;
  margin-right: 8px;
  background: #efefef;
}
#ir .faq01 .faqList01 .linkBtn01 {
  width: 240px;
  margin: 10px 10px 0 0px;
}
#ir .faq01 .faqList01 .linkBtn01 a {
  color: #fff;
  padding: 8px 0 7px;
  background: url("../../src/ja/images/common/ico_common06.png") no-repeat 92% 50% #333;
  border-radius: 3px;
  display: block;
}
#ir .faq01 .faqList01 h4 {
  display: table;
  width: 100%;
}
#ir .faq01 .faqList01 h4 span {
  display: table-cell;
  vertical-align: middle;
}
#ir .faq01 .faqList01 h4 span:nth-child(2) {
  width: calc(100% - 53px);
}
#ir .faq01 .faqList01 li {
  margin-bottom: 40px;
}
#ir .faq01 .faqList01 li .linkBtn01 {
  margin-right: 0;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #ir .faq01 .faqList01 .faqList01 li .linkBtn01 {
    width: 100%;
  }
}
#ir .faq01 .faqList01 .answerText01 {
  margin-top: 10px;
  width: calc(100% - 53px);
}
#ir .faq01 .faqList01 .answerText02 {
  padding-top: 0;
  width: calc(100% - 53px);
}
#ir .faq01 .faqList01 .answerText03,
#ir .faq01 .faqList01 .answerText04,
#ir .faq01 .faqList01 .answerText03,
#ir .faq01 .faqList01 .answerText05 {
  margin-top: 10px;
  width: calc(100% - 53px);
}
@media screen and (max-width: 460px) {
  #ir .faq01 .faqList01 .answerText03 {
    padding-top: 0;
  }
}
@media screen and (max-width: 360px) {
  #ir .faq01 .faqList01 .answerText04 {
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  #ir .faq01 .faqList01 .answerText03 {
    padding-top: 0;
  }
}
@media screen and (max-width: 700px) {
  #ir .faq01 .faqList01 .answerText05 {
    padding-top: 0;
  }
}
#ir .faq01 .faqList01 .linkBtn02 {
  width: 100%;
  margin: 10px 15px 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#ir .faq01 .faqList01 .linkBtn02 a {
  padding: 8px 0 7px;
  background: url("../../src/ja/images/common/ico_common03.png") no-repeat 92% 50%;
  display: block;
}
#ir .faq01 .faqList01 .linkBtn03 p:first-child {
  margin: 10px 15px 0 0;
}
#ir .faq01 .faqList01 .linkBtn01 {
  width: auto;
  margin-right: 10px;
  text-align: left;
}
#ir .faq01 .faqList01 .linkBtn01 a {
  text-decoration: underline;
  color: #333;
  background: url("../../src/ja/images/common/ico_common03.png") no-repeat 0 50%;
  display: inline-block;
  padding: 0 0 0 10px;
}
#ir .faq01 .faqList01 .linkBtn01 a:hover {
  color: #de0716;
  -webkit-text-decoration: underline #de0716;
          text-decoration: underline #de0716;
  transition-duration: 0ms;
}
#ir .individual01 .contentNav02 li:nth-child(3) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  #ir .individual01 .contentNav02 li:nth-child(3) {
    margin-right: 5%;
  }
}
#ir .individual01 .contentNav02 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #ir .individual01 .contentNav02 li:nth-child(2n) {
    margin-right: 0;
  }
}
#ir .individual01 .idea01 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #ir .individual01 .idea01 {
    margin-top: 32px;
  }
}
#ir .individual01 .ideaList01 {
  width: 23.5%;
  background: url("../../src/ja/images/ir/bg_index02.png");
}
@media screen and (max-width: 1000px) {
  #ir .individual01 .ideaList01 {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  #ir .individual01 .ideaList01 {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 400px) {
  #ir .individual01 .ideaList01 {
    font-size: 10px;
  }
}
#ir .individual01 .ideaList01 h4 {
  font-size: 20px;
  color: #de0716;
  background: #fff;
  border: 1px solid #de0716;
}
@media screen and (max-width: 800px) {
  #ir .individual01 .ideaList01 h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  #ir .individual01 .ideaList01 h4 {
    font-size: 16px;
  }
}
#ir .individual01 .ideaList01 .text01 {
  font-size: 46px;
  color: #fff;
  width: 55px;
  background: #de0716;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  #ir .individual01 .ideaList01 .text01 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #ir .individual01 .ideaList01 .text01 {
    font-size: 30px;
    width: 42px;
  }
}
#ir .individual01 .ideaList01 .text02 {
  padding-left: 8px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #ir .individual01 .ideaList01 .text02 {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  #ir .individual01 .ideaList01 .floatArea01 {
    float: left;
  }
}
@media screen and (max-width: 400px) {
  #ir .individual01 .ideaList01 .floatArea01 {
    width: 50%;
  }
}
#ir .individual01 .ideaList01 .textArea01 {
  padding: 10px 10px 15px 12px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #ir .individual01 .ideaList01 .textArea01 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #ir .individual01 .ideaList01 .textArea01 {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  #ir .individual01 .ideaList01 .textArea01 {
    padding: 10px 5px 15px 8px;
  }
}
#ir .individual01 .ideaList01 ul {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #ir .individual01 .ideaList01 ul {
    width: 48%;
    margin-top: 0;
    padding: 10px 15px;
  }
}
#ir .individual01 .ideaList01 li {
  padding-left: 8px;
  text-indent: -8px;
}
#ir .individual01 .ideaList01 h6 {
  font-size: 16px;
  margin: 0 0 10px -10px;
  padding-left: 10px;
  text-indent: -10px;
}
#ir .individual01 .ideaList01 .text03 {
  font-size: 16px;
  margin: 0 -6px 0 -8px;
  color: #de0716;
}
@media screen and (max-width: 767px) {
  #ir .individual01 .ideaList01 .text03 {
    font-size: 18px;
    margin-right: 0;
  }
}
@media screen and (max-width: 400px) {
  #ir .individual01 .ideaList01 .text03 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1001px) {
  #ir .individual01 .ideaList01:not(:last-child) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1000px) {
  #ir .individual01 .ideaList01:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  #ir .individual01 .ideaList01:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  #ir .individual01 .ideaList01:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
#ir .individual01 .individualText01 {
  margin-top: 45px;
}
#ir .individual01 .individualText01 ul {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #ir .individual01 .individualText01 ul {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 400px) {
  #ir .individual01 .individualText01 ul {
    width: 100%;
    float: none;
  }
}
#ir .individual01 .individualText01 li {
  width: 250px;
  margin-top: 10px;
  border-radius: 3px;
  background: #333;
}
@media screen and (max-width: 767px) {
  #ir .individual01 .individualText01 li {
    width: 100%;
    margin: 20px auto 0;
    float: none;
  }
}
#ir .individual01 .individualText01 li:hover {
  opacity: 0.8;
}
#ir .individual01 .individualText01 li:nth-child(2) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #ir .individual01 .individualText01 li:nth-child(2) {
    margin: 10px auto 0;
  }
}
#ir .individual01 .individualText01 a {
  color: #fff;
  padding: 8px 0 7px;
  background: url("../../src/ja/images/common/ico_common06.png") no-repeat 92% 50%;
  display: block;
}
#ir .individual01 .individualText01 a:hover {
  opacity: 1;
}
#ir .individual01 .image01 {
  margin-top: 50px;
}
#ir .individual01 .individualServiceWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  #ir .individual01 .individualServiceWrap {
    flex-direction: column;
    justify-content: inherit;
  }
}
#ir .individual01 .individualServiceWrap .individualServiceImg {
  width: 48%;
}
@media screen and (max-width: 820px) {
  #ir .individual01 .individualServiceWrap .individualServiceImg {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #ir .individual01 .individualServiceWrap .individualServiceImg {
    padding-inline: 0;
  }
}
#ir .individual01 .individualServiceWrap .individualServiceText {
  width: 50%;
}
@media screen and (max-width: 820px) {
  #ir .individual01 .individualServiceWrap .individualServiceText {
    width: 100%;
    margin-bottom: 20px;
  }
}
#ir .individual01 .figureDisplayTab {
  display: none;
}
#ir .individual01 .figureDisplaySp {
  display: none;
}
@media screen and (max-width: 820px) {
  #ir .individual01 .figureDisplayPc {
    display: none;
  }
  #ir .individual01 .figureDisplayTab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #ir .individual01 .figureDisplayTab {
    display: none;
  }
  #ir .individual01 .figureDisplaySp {
    display: block;
  }
}
#ir .individual01 .figureBoxWrap_3to1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #ir .individual01 .figureBoxWrap_3to1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0;
    padding-bottom: 0;
  }
}
#ir .individual01 .figureBoxWrap_4to2to1 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  #ir .individual01 .figureBoxWrap_4to2to1 {
    flex-direction: column;
    justify-content: inherit;
  }
}
#ir .individual01 .figureBoxWrap_4to2to1 .figureBoxWrap_4to2to1_inner {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 820px) {
  #ir .individual01 .figureBoxWrap_4to2to1 .figureBoxWrap_4to2to1_inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #ir .individual01 .figureBoxWrap_4to2to1 .figureBoxWrap_4to2to1_inner {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#ir .individual01 .figureBoxItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #ccc;
}
#ir .individual01 .figureBoxItem:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  #ir .individual01 .figureBoxItem {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#ir .individual01 .rightBorder {
  border-right: 1px solid #ccc !important;
}
@media screen and (max-width: 820px) {
  #ir .individual01 .rightBorder {
    border-right: none !important;
  }
}
@media screen and (max-width: 767px) {
  #ir .individual01 .bottomBorder {
    border-bottom: none !important;
  }
}
#ir .individual01 .topBorder {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #ir .individual01 .topBorder {
    border-top: none !important;
  }
}
#ir .individual01 .mg_bottom {
  margin-bottom: 2rem;
}
#ir .individual01 .rankingTitle {
  font-size: 16px;
  font-weight: bold;
}
#ir .individual01 .grassCrown {
  position: relative;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 700;
  padding-inline: 32px;
  text-align: center;
  display: inline-block;
}
#ir .individual01 .grassCrown span {
  color: #F00000;
  font-size: 64px;
}
#ir .individual01 .grassCrown::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 70px;
  background-image: url("../../src/ja/images/ir/grass crown_L.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#ir .individual01 .grassCrown::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 70px;
  background-image: url("../../src/ja/images/ir/grass crown_R.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#ir .individual01 .figureIcon {
  max-width: 100px;
}
#ir .individual01 .figureColumn_3to1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 820px) {
  #ir .individual01 .figureColumn_3to1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#ir .individual01 .figureColumn_3to1 .figureColumnItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
#ir .individual01 .figureColumn_3to1 .figureColumnItem .figureColumnImg {
  width: 100%;
  max-width: 90px;
}
#ir .individual01 .figureColumn_3to1 .figureColumnItem .figureColumnList dt {
  color: #F00000;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
#ir .individual01 .figureColumn_3to1 .figureColumnItem .figureColumnList dd {
  color: #000;
  font-size: 16px;
  padding-left: 1em;
}
#ir .individual01 .figureColumn_3to1 .figureColumnItem .figureColumnList dd::before {
  content: "・";
  margin-left: -1em;
}
#ir .individual01 .figureGraphWrap {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
#ir .individual01 .figureGraphWrap:last-child {
  border-bottom: none;
}
@media screen and (max-width: 820px) {
  #ir .individual01 .figureGraphWrap {
    padding: 20px 0;
  }
}
#ir .individual01 .BusinessFoundation_3to1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 820px) {
  #ir .individual01 .BusinessFoundation_3to1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
#ir .individual01 .BusinessFoundation_2to1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 820px) {
  #ir .individual01 .BusinessFoundation_2to1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
#ir .individual01 .BusinessFoundationItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #ccc;
  padding-inline: 10px;
}
#ir .individual01 .BusinessFoundationItem:last-child {
  border-right: none;
}
@media screen and (max-width: 820px) {
  #ir .individual01 .BusinessFoundationItem {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#ir .individual01 .BusinessFoundationItem .numberTitle {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#ir .individual01 .BusinessFoundationItem .numberText {
  font-size: 14px;
  text-align: center;
}
#ir .individual01 .BusinessFoundationItem .numberText span {
  color: #F00000;
  font-size: 60px;
  font-weight: bold;
}
#ir .individual01 .sessionWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 819px) {
  #ir .individual01 .sessionWrap {
    flex-direction: column;
    justify-content: inherit;
  }
}
#ir .individual01 .sessionWrap .sessionImg {
  width: 220px;
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #ir .individual01 .sessionWrap .sessionImg {
    width: 100%;
    margin-right: 0;
  }
}
#ir .individual01 .sessionWrap .sessionImg img {
  max-height: 129px;
  display: block;
}
@media screen and (max-width: 767px) {
  #ir .individual01 .sessionWrap .sessionImg img {
    max-height: 100%;
  }
}
#ir .individual01 .sessionWrap .sessionText {
  width: 100%;
}
#ir .individual01 .sessionWrap .sessionText a {
  text-decoration: underline;
}
#ir .individual01 .sessionWrap .sessionText a:hover {
  color: #de0716;
}
#ir .center {
  text-align: center;
}
#ir .clearfix:after {
  content: "";
  clear: both;
  display: block;
}
#ir .strategy01 .contentNav li:first-child {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  #ir .strategy01 .contentNav li:first-child {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  #ir .strategy01 .contentNav li:nth-child(2n+1) {
    clear: both;
  }
}
#ir .strategyBtnArea01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #ir .strategyBtnArea01 {
    width: 100%;
  }
}
#ir .strategyBtnArea01 li {
  max-width: 235px;
  width: 100%;
  margin-right: 15px;
  background: url("../../src/ja/images/ir/ico_strategy01.png") no-repeat 96% center;
}
@media screen and (max-width: 767px) {
  #ir .strategyBtnArea01 li {
    width: 49%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #ir .strategyBtnArea01 li:first-child {
    margin-right: 2%;
    background: url("../../src/ja/images/ir/ico_strategy01.png") no-repeat 64% center;
  }
}
@media screen and (max-width: 767px) {
  #ir .strategyBtnArea01 li:last-child {
    background: url("../../src/ja/images/ir/ico_strategy01.png") no-repeat 70% center;
  }
}
#ir .strategyBtnArea01 li a {
  font-size: 15px;
  padding: 19px 0 18px;
  border: 1px solid #999;
  border-radius: 3px;
  display: block;
}
@media screen and (max-width: 767px) {
  #ir .strategyBtnArea01 li a {
    padding: 17px 0 14px;
  }
}
@media screen and (max-width: 767px) {
  #ir .strategysubTittle01 {
    font-size: 14px;
  }
}
#ir .strategysubTittle01 span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #ir .strategysubTittle01 span {
    font-size: 12px;
    display: block;
  }
}
#ir .pdfArea01 {
  margin-bottom: 30px;
}
#ir .pdfArea01 .strategysubPdf {
  margin-bottom: 10px;
}
#ir .pdfArea01 .strategysubPdf:last-child {
  margin-bottom: 0;
}
#ir .pdfArea01 .strategysubPdf a:hover {
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
#ir .contenttxt01 {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #ir .contenttxt01 {
    font-size: 10px;
  }
}
#ir .strategyContent01 {
  border: 2px solid #de0716;
  border-bottom: 0;
  padding: 22px 20px;
  background: url("../../src/ja/images/ir/bg_strategy01.jpg");
}
#ir .strategyContent01 .contenttxt02 {
  color: #de0716;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #ir .strategyContent01 .contenttxt02 {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
#ir .strategyContent02 {
  border: 2px solid #de0716;
  padding: 22px 20px;
  background: url("../../src/ja/images/ir/bg_strategy01.jpg");
}
@media screen and (max-width: 767px) {
  #ir .strategyContent02 {
    padding: 24px 11px;
    font-weight: normal;
  }
}
#ir .contenttxt03 {
  color: #de0716;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #ir .contenttxt03 {
    font-size: 18px;
  }
}
#ir .contenttxt03 span {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  display: block;
}
#ir .strategyContent03 {
  padding: 112px 0 70px;
  max-width: 735px;
  width: 100%;
  margin: 0 auto;
  background: url("../../src/ja/images/ir/ico_strategy02.png") no-repeat center 11px;
}
@media screen and (max-width: 767px) {
  #ir .strategyContent03 {
    padding: 142px 0 82px;
    background-position: center 30px;
  }
}
@media screen and (max-width: 640px) {
  #ir .strategyContent03 {
    background-size: 200px;
  }
}
#ir .strategyContent03 li {
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  #ir .strategyContent03 li {
    width: 100%;
    margin-bottom: 40px;
    float: none;
  }
}
#ir .strategyContent03 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #ir .strategyContent03 li:last-child {
    margin-bottom: 0;
  }
}
#ir .strategyContent03 li:last-child .box02 .b0x02Txt01 {
  padding: 20px 0 20px;
}
#ir .strategyContent03 li:last-child .box02 .b0x02Txt01:first-child {
  padding: 10px 23px;
}
#ir .strategyContent03 li .box01 {
  width: 100%;
}
#ir .strategyContent03 li .box01 h4 {
  font-size: 16px;
  line-height: 1;
  vertical-align: bottom;
  padding: 7px 0 5px;
}
#ir .strategyContent03 li .box01 h4 span {
  font-size: 25px;
  margin-left: 10px;
}
#ir .strategyContent03 li .box01 p {
  font-size: 22px;
  font-weight: bold;
  padding: 17px;
}
@media screen and (max-width: 767px) {
  #ir .strategyContent03 li .box01 p {
    font-size: 13px;
    padding: 22px 0;
  }
}
#ir .strategyContent03 li .box02 {
  width: 100%;
  padding-top: 51px;
  background: url("../../src/ja/images/ir/ico_strategy03.png") no-repeat center 20px;
}
#ir .strategyContent03 li .box02 .b0x02Txt01 {
  padding: 27px 0;
  background: url("../../src/ja/images/ir/bg_strategy02.jpg");
  border: 1px solid #bdbdbd;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #ir .strategyContent03 li .box02 .b0x02Txt01 {
    padding: 13px 0 14px;
  }
}
#ir .strategyContent03 li .box02 .b0x02Txt01:last-child {
  border-bottom: 1px solid #bdbdbd;
}
#ir .strategyContent03 li:not(:last-child) .box01 p {
  padding-top: 30px;
}
@media screen and (max-width: 1048px) {
  #ir .strategyContent03 li:not(:last-child) .box01 p {
    padding-top: 48px;
  }
}
@media screen and (max-width: 1057px) {
  #ir .strategyContent03 li:not(:last-child) .box01 p {
    padding-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  #ir .strategyContent03 li:not(:last-child) .box01 p {
    padding-top: 22px;
  }
}
#ir .strategyList01text01:hover {
  color: #de0716;
  -webkit-text-decoration: underline #de0716;
          text-decoration: underline #de0716;
  transition-duration: 0ms;
}
#ir .strategylist01 {
  border: 1px solid #c76429;
}
#ir .strategylist01:hover {
  opacity: 0.8;
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
#ir .strategylist01 h4 {
  background: #ead2c4;
}
#ir .strategylist02 {
  border: 1px solid #95bac6;
}
#ir .strategylist02:hover {
  opacity: 0.8;
}
#ir .strategylist02 h4 {
  background: #bae0ea;
}
#ir .strategylist03 {
  border: 1px solid #468152;
}
#ir .strategylist03:hover {
  opacity: 0.8;
}
#ir .strategylist03 h4 {
  background: #c6e1cb;
}
#ir .strategyContent04 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #ir .strategyContent04 {
    margin-bottom: 80px;
  }
}
#ir .strategyContent04 h2 {
  font-size: 16px;
  padding: 11px 0;
}
@media screen and (max-width: 767px) {
  #ir .strategyContent04 h2 {
    padding-bottom: 0;
  }
}
#ir .strategyContent04 h3 {
  font-size: 22px;
  font-weight: bold;
  padding: 22px 8px;
}
@media screen and (max-width: 767px) {
  #ir .strategyContent04 h3 {
    font-size: 14px;
    padding: 18px 15px;
    text-align: center;
  }
}
#ir .strategyContent04 .strategyTxt01 {
  margin: 12px auto 21px;
}
@media screen and (max-width: 767px) {
  #ir .strategyContent04 .strategyTxt01 {
    font-size: 12px;
    margin: 28px auto 52px;
  }
}
#ir .strategyContent04 .strategyContent04Box01 table {
  margin-bottom: 20px;
  min-height: 147px;
  border: 1px solid #bdbdbd;
}
#ir .strategyContent04 .strategyContent04Box01 table:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #ir .strategyContent04 .strategyContent04Box01 table th,
#ir .strategyContent04 .strategyContent04Box01 table td {
    display: block;
  }
}
#ir .strategyContent04 .strategyContent04Box01 table th {
  font-size: 18px;
  font-weight: bold;
  width: 38%;
  padding: 0 20px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #ir .strategyContent04 .strategyContent04Box01 table th {
    font-size: 13px;
    width: 100%;
    padding: 18px 20px 21px;
  }
}
#ir .strategyContent04 .strategyContent04Box01 table td {
  font-size: 15px;
  width: 62%;
  padding: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #ir .strategyContent04 .strategyContent04Box01 table td {
    font-size: 12px;
    width: 100%;
  }
}
#ir .strategyLed {
  color: #c76429;
}
#ir .strategyBgLed {
  background: #ead2c4;
}
#ir .trategyThBg01 {
  background: url("../../src/ja/images/ir/bg_strategy03.jpg");
}
#ir .strategytable01 th {
  background: url("../../src/ja/images/ir/bg_strategy02.jpg");
}
#ir .strategyBlue {
  color: #238199;
}
#ir .strategyBgBlue {
  background: #bae0ea;
}
#ir .trategyThBg02 {
  background: url("../../src/ja/images/ir/bg_strategy02.jpg");
}
#ir .strategyGreen {
  color: #468152;
}
#ir .strategyBgGreen {
  background: #c6e1cb;
}
#ir .trategyThBg03 {
  background: url("../../src/ja/images/ir/bg_strategy02.jpg");
}
#ir .strategyContent05 .strategytext01 {
  margin-bottom: 20px;
}
#ir .strategyContent05 h2 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #ir .strategyContent05 h2 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#ir .strategyContent05 p {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #ir .strategyContent05 p {
    font-size: 12px;
  }
}
#ir .strategyContent05ImgBox01 p {
  width: 49%;
}
@media screen and (max-width: 640px) {
  #ir .strategyContent05ImgBox01 p {
    width: 100%;
    float: none;
  }
}
#ir .strategyContent05ImgBox01 p:first-child {
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  #ir .strategyContent05ImgBox01 p:first-child {
    margin: 20px 0 40px 0;
  }
}
#ir .noticeList li {
  padding: 20px 0;
  border-bottom: 1px dotted #646464;
}
#ir .noticeList li .left:first-child {
  width: 78px;
}
#ir .noticeList li .left:last-child {
  width: 80%;
  margin-left: 3%;
}
@media screen and (max-width: 640px) {
  #ir .noticeList li .left:last-child {
    width: 100%;
    margin-left: 0;
  }
}
#ir .noticeList li img {
  margin: 0 5px 0 1em;
}
@media screen and (max-width: 640px) {
  #ir .noticeList li img {
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 640px) {
  #ir .noticeList li a {
    display: block;
  }
}
#ir .noticeList li a:hover {
  color: #de0716;
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
#ir .table01 th {
  border-top: 1px solid #ccc;
  text-align: left;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  #ir .table01 th {
    width: 30%;
    display: table-cell;
  }
}
#ir .table01 th:first-child {
  text-align: left;
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  #ir .table01 td {
    width: 70%;
    display: table-cell;
  }
}
#ir .stockInfo01 .contentNav02 li {
  width: 13%;
  margin-right: 1.5%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #ir .stockInfo01 .contentNav02 li {
    width: auto;
    margin-right: 20px;
  }
}
@media screen and (max-width: 400px) {
  #ir .stockInfo01 .contentNav02 li:nth-child(5) {
    margin-right: 22px;
  }
}
#ir .stockInfo01 .contentNav02 li:nth-child(6) {
  margin-right: 1.5%;
}
@media screen and (max-width: 767px) {
  #ir .stockInfo01 .contentNav02 li:nth-child(2n+1) {
    clear: none;
  }
}
#ir .stockInfo01 .contentNav02 li:last-child {
  margin-right: 0;
}
#ir .stockInfo01 .contentNav02 a {
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  #ir .stockInfo01 .contentNav02 a {
    background-position: 3px center;
  }
}
@media screen and (max-width: 350px) {
  #ir .stockInfo01 .contentNav02 a {
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  #ir .stockInfo01 .table02 th,
#ir .stockInfo01 .table02 td {
    padding: 10px 1%;
  }
}
#ir .stockInfo01 .table02 tr:nth-child(1) th:nth-child(n+1) {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #ir .stockInfo01 .table02 tr:nth-child(1) th:nth-child(n+1) {
    width: 33.333%;
  }
}
#ir .stockInfo01 .table02 th {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #ir .stockInfo01 .table02 th {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #ir .stockInfo01 .table02 td {
    width: 30%;
  }
}
#ir .stockInfo01 .devidedTable01 th,
#ir .stockInfo01 .devidedTable01 td {
  width: 16.66%;
}
@media screen and (max-width: 767px) {
  #ir .stockInfo01 .devidedTable02 th,
#ir .stockInfo01 .devidedTable02 td {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  #ir .stockInfo01 .benefitTable th,
#ir .stockInfo01 .benefitTable td {
    width: 33.33%;
  }
}
#ir .stockInfo01 .benefitTable tr:nth-child(2) th {
  background: none;
  text-align: center;
}
#ir .stockInfo01 .benefitTable tr td {
  padding: 10px 0;
}
#ir .stockInfo01 .benefitTable tr td:first-child {
  text-align: left;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #ir .stockInfo01 .amountTable th {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #ir .stockInfo01 .amountTable td {
    width: 60%;
  }
}
#ir .performanceContentTitle01 {
  margin: 20px auto;
}
#ir .performanceContentTitle01 li {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 580px) {
  #ir .performanceContentTitle01 li {
    width: 50%;
    text-align: center;
  }
}
#ir .performanceContentTitle01 li:first-child:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #e3c9ae;
  position: absolute;
  top: 3px;
  left: 0;
}
#ir .performanceContentTitle01 li:nth-child(2):after {
  content: "";
  width: 15px;
  height: 15px;
  background: #a0c5d5;
  position: absolute;
  top: 3px;
  left: 0;
}
#ir .performanceContentTitle01 li:nth-child(3):after {
  content: "";
  width: 15px;
  height: 15px;
  background: #acdca7;
  position: absolute;
  top: 3px;
  left: 0;
}
#ir .performanceContentTitle01 li:last-child:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #674e82;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 580px) {
  #ir .performanceContentTitle01 li:nth-child(-n+2) {
    margin-bottom: 10px;
  }
}
#ir .performanceTable01 {
  border: 1px solid #ccc;
}
#ir .performanceTable01 th {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #ir .performanceTable01 th {
    width: 16%;
  }
}
#ir .performanceTable01 td {
  border-right: 1px solid #ccc;
}
#ir .message01 h3 {
  font-weight: bold;
}
#ir .message01 .individual01 .contentNav02 a {
  background-position: 12px 50%;
}
@media screen and (max-width: 767px) {
  #ir .message01 .individual01 .contentNav02 li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #ir .message01 .individual01 .contentNav02 li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  #ir .message01 .individual01 .contentNav02 li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
#ir .message01 .irTopName {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  #ir .message01 .irTopName {
    width: 100%;
  }
}
#ir .message01 .irTopName li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #ir .message01 .irTopName li {
    width: 100%;
    float: none;
  }
}
#ir .message01 .irTopName li:last-child {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #ir .message01 .irTopName li:last-child {
    text-align: left;
    float: none;
  }
}
#ir .message01 .president01 .president01LeftContent01 h3 {
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  #ir .message01 .president01 .president01LeftContent01 li {
    width: 49%;
    float: left;
  }
}
@media screen and (max-width: 540px) {
  #ir .message01 .president01 .president01LeftContent01 li:first-child {
    margin-right: 2%;
  }
}
@media screen and (max-width: 540px) {
  #ir .message01 .president01 .president01LeftContent01 li:last-child {
    margin-top: 0;
  }
}
#ir .message01 .president01 .president01RightContent01 {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #ir .message01 .president01 .president01RightContent01 {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  #ir .pc540 {
    display: none;
  }
}
#ir .sp540 {
  display: none;
}
@media screen and (max-width: 540px) {
  #ir .sp540 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #ir .messageCOntent01 {
    text-align: left;
  }
}
#ir .messageCOntent01 h3 .Tittletext01 {
  font-size: 22px;
  color: #c00;
}
#ir .messageCOntent01 h4 {
  font-weight: bold;
}
#ir .messageCOntent01 h4 .Tittletext01 {
  font-size: 22px;
  color: #c00;
}
#ir .spTittleTxt01 {
  color: #333;
}
@media screen and (max-width: 767px) {
  #ir .spTittleTxt01 {
    font-size: 17px;
  }
}
#ir .questionContainer {
  /* whiteBlock end */
  /* text end */
}
#ir .questionContainer a {
  padding: 5px 10px 60px 0;
  background: url("../../src/ja/images/common/ico_common13.png") no-repeat;
  background-position: calc(100% - 15px) 50%;
  display: block;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  #ir .questionContainer a {
    padding: 5px 10px 48px 10px;
  }
}
#ir .questionContainer .whiteBlock {
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 9px;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  #ir .questionContainer .whiteBlock {
    width: 34px;
    height: 34px;
    padding-top: 1px;
  }
}
#ir .questionContainer .text {
  color: #ffffff;
  font-weight: normal;
  margin-left: 12px;
  font-size: 18px;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  #ir .questionContainer .text {
    font-size: 14px;
    margin-left: 0;
  }
}
#ir .questionContainer.one01 a {
  padding: 19px 10px 46px 0;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  #ir .questionContainer.one01 a {
    padding: 16px 10px 37px 10px;
  }
}
@media screen and (max-width: 767px) {
  #ir .calenderImg01 {
    margin-bottom: 20px;
  }
}
#ir .calenderImg01 li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #ir .calenderImg01 li {
    width: 100%;
    float: none;
  }
}
#ir #complimentary td:first-child {
  background: #f4f4f4;
}
#ir .spOnlyInline {
  display: none;
}
@media screen and (max-width: 767px) {
  #ir .spOnlyInline {
    display: inline-block;
    padding: 0 20px !important;
  }
}
#ir .newsList01 ul:not(:nth-child(2)) {
  display: block;
}
#ir .indexnewsArea01 .tab02 li {
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 767px) {
  #ir .indexnewsArea01 .tab02 li {
    width: 33.333%;
    border-bottom: none;
  }
}
#ir .indexnewsArea01 .tab02 li.tabLast01 {
  background: none;
  height: 49px;
  border-top: none;
}
@media screen and (max-width: 767px) {
  #ir .indexnewsArea01 .tab02 li.tabLast01 {
    display: none;
  }
}
#ir .indexnewsArea01 .tab02 li.active {
  border-bottom: none;
}
#ir .indexnewsArea01 .tab02 li.active:nth-child(3n) {
  border-right: 1px solid #dfdfdf;
}
#ir .indexnewsArea01 .tab02 li:first-child {
  border-left: 1px solid #dfdfdf;
}
@media screen and (max-width: 767px) {
  #ir .indexnewsArea01 .pdf {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #ir .indexnewsArea01 ul li:nth-child(2) {
    padding: 16px 0 20px;
  }
}
#ir .indexnewsArea01 .comment a:hover {
  color: #de0716;
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
#ir .indexnewsArea01 .category01 {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #ir .indexnewsArea01 .category01 {
    margin-left: 10px;
  }
}
#ir .indexnewsArea01 .tag02 {
  width: 65px !important;
  padding: 2px 0 !important;
}
#ir .indexnewsArea01 .newsDataList01 .newsDetail01 {
  padding: 20px 0px;
  border-bottom: 1px dotted #646464;
  color: #646464;
}
#ir .indexnewsArea01 .newsDataList01 .newsDetail01 p:nth-child(2) {
  width: auto;
}
#ir .indexnewsArea01 .newsDataList01 .newsDetail01 div:first-child {
  width: 78px;
}
@media screen and (max-width: 767px) {
  #ir .indexnewsArea01 .newsDataList01 .newsDetail01 div:first-child {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #ir .indexnewsArea01 .newsDataList01 .newsDetail01 div:first-child p {
    float: left;
  }
}
#ir .indexnewsArea01 .newsDataList01 .newsDetail01 div:last-child {
  width: 80%;
  margin-left: 3%;
}
@media screen and (max-width: 767px) {
  #ir .indexnewsArea01 .newsDataList01 .newsDetail01 div:last-child {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
#ir .newsContent01 {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-top: none;
}
#ir .indexnewsArea01 .newsContent01 .newsList01:not(.active) {
  display: none;
}
@media screen and (max-width: 767px) {
  #ir .individualContent .contentNav02 li {
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #ir .individualContent .contentNav02 li:nth-child(3) {
    margin-right: 0;
  }
}
#ir .individualContent .contentNav02 li:nth-child(5n) {
  clear: both;
}
@media screen and (max-width: 820px) {
  #ir .individualContent .contentNav02 li:nth-child(5n) {
    clear: none;
  }
}
@media screen and (max-width: 820px) {
  #ir .individualContent .contentNav02 li:nth-child(5n):nth-child(4) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  #ir .individualContent .contentNav02 li:nth-child(5n):nth-child(4) {
    clear: none;
  }
}
#ir #meeting .table01 td a:hover {
  color: #de0716;
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
#ir .wysiwyg-wrapper h1 {
  padding: 2px 5px;
  border-left: 4px solid #de0716;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
#ir .wysiwyg-wrapper h2 {
  padding: 2px 5px;
  border-left: 4px solid #de0716;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1;
}
#ir .wysiwyg-wrapper h3 {
  padding: 2px 5px;
  border-left: 4px solid #de0716;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1;
}
#ir .wysiwyg-wrapper ul {
  list-style: square;
  padding-left: 5%;
}
#ir .wysiwyg-wrapper ol {
  list-style: decimal;
  padding-left: 5%;
}
#ir .wysiwyg-wrapper strong {
  font-weight: bold;
}
#ir .wysiwyg-wrapper em {
  font-style: italic;
}
#ir .wysiwyg-wrapper img {
  height: auto;
}
#ir .wysiwyg-wrapper p {
  margin-top: 1em;
  margin-bottom: 1em;
}
#ir .wysiwyg-wrapper blockquote {
  border-left: 3px solid #b9b5b5;
  padding: 0em 1em 0em 1em;
  margin: 1em 3%;
}
#ir .wysiwyg-wrapper a {
  padding-right: 10px;
  background-size: 15px;
  border-bottom: 1px solid #333;
  transition-duration: 0ms;
}
#ir .wysiwyg-wrapper .webpage {
  padding-right: 18px;
  background: url(../../src/ja/images/common/ico_common09.png) no-repeat 100% 4px;
  background-size: 15px;
  border-bottom: 1px solid #333;
}
#ir .wysiwyg-wrapper .pdfclass {
  padding-right: 10px;
  background: url(../../src/ja/images/common/ico_common07.png) no-repeat 100% 4px;
  background-size: 15px;
  border-bottom: 1px solid #333;
}
#ir .wysiwyg-wrapper a:hover {
  color: #de0716;
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
#ir .extitleH4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
#ir .container .main .ir-content {
  margin-bottom: 60px;
}
#ir .e-notice-ancher .ir-link:hover {
  color: #de0716;
}
#ir .smart-shoshuBox {
  border: 1px solid #ccc;
  padding: 10px;
  display: inline-flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #ir .smart-shoshuBox {
    display: flex;
    -moz-column-gap: inherit;
         column-gap: inherit;
    row-gap: 10px;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
#ir .txtR {
  text-align: right;
}
#ir .irTextArea p:not(:last-child) {
  margin-bottom: 20px;
}
#ir .bgGrayBox {
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 20px;
}
#ir .bgGrayBox .bgGrayBoxTitle {
  font-weight: 700;
  margin-bottom: 8px;
}
#ir .bgGrayBox ul.bgGrayBoxLink li a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #333;
  padding: 5px 25px 5px 15px;
  text-decoration: underline;
}
#ir .bgGrayBox ul.bgGrayBoxLink li a:hover {
  color: #de0716;
}
#ir .bgGrayBox ul.bgGrayBoxLink li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../../src/ja/images/common/ico_common03.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/*///////////////////////////////////////////////////////////
mixin
///////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////
全体
///////////////////////////////////////////////////////////*/
#sustainability {
  /*///////////////////////////////////////////////////////////
  見出し
  ///////////////////////////////////////////////////////////*/
  /*-- 見出し追加モジュール 見出し03 --*/
  /*///////////////////////////////////////////////////////////
  レイアウト
  ///////////////////////////////////////////////////////////*/
  /*///////////////////////////////////////////////////////////
  インデックススタイル
  ///////////////////////////////////////////////////////////*/
  /* ---------- c-grid（ページの2カラムレイアウトで使用） ---------- */
  /*-- .c-pageNav_list（サステナビリティTOPとsocialのページナビで使用） --*/
  /*-- .c-dotlist01(人材・環境で使用) --*/
  /*-- .c-dotlist01(環境で使用) --*/
  /*-- .c-dotlist01(人権で使用) --*/
  /* ---------- message ---------- */
  /* ---------- supplierpolicy ---------- */
  /* ---------- environment ---------- */
  /* ---------- social ---------- */
  /*-- mv(各ページのメイン画像に使用) --*/
  /*-- linkArea01（social,governanceに使用している2カラムレイアウト。IRのTOPが元） --*/
  /* ---------- humanresources ---------- */
  /* ---------- humanrights ---------- */
  /* ---------- community ---------- */
  /* ---------- data ---------- */
  /* ---------- willheart ---------- */
  /* ---------- compliancepolicy ---------- */
  /* ---------- health ---------- */
  /* ---------- governance01 ---------- */
  /* ---------- override ---------- */
  /*.sidebar {
      a {
          background: url(../../src/ja/images/common/ico_common03.png) no-repeat 15px 50%;
      }
      @media screen and (max-width: 767px) {
          a {
              background: url(../../src/ja/images/common/ico_common03.png) no-repeat 95% 50%;
          }
      }
  }*/
  /* 代表メッセージ */
}
@media screen and (max-width: 767px) {
  #sustainability .mainContent {
    padding-bottom: 0;
  }
}
#sustainability img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  #sustainability main {
    overflow-x: hidden;
  }
}
#sustainability .main a {
  text-decoration: underline;
}
#sustainability .main a:hover {
  color: #de0716;
  transition-duration: 0ms;
}
#sustainability .sidebar a {
  text-decoration: none;
}
#sustainability .sidebar .title01 {
  margin-bottom: 0 !important;
}
#sustainability .title03 {
  padding: 48px 25px 46px;
}
@media screen and (max-width: 767px) {
  #sustainability .title03 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 500px) {
  #sustainability .title03 {
    padding: 50px 25px 42px;
    background-size: cover;
  }
}
@media screen and (max-width: 400px) {
  #sustainability .title03 {
    background-size: 85% 100%;
  }
}
@media screen and (max-width: 350px) {
  #sustainability .title03 {
    background-size: 270px 100%;
  }
}
#sustainability .-sustainability .title03 {
  background: url("../../src/ja/images/sustainability/bg_index01.png") no-repeat 100% 0, #f6f6f6;
}
#sustainability .-sustainability .title01 + .l-section {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  #sustainability .-sustainability .l-section:not(:last-of-type) {
    padding-top: 0px;
    margin-bottom: 30px;
  }
}
#sustainability .contentNav a {
  background-position: 5px 50%;
}
@media screen and (max-width: 767px) {
  #sustainability .contentNav a {
    background-position: 0px 20px;
  }
}
#sustainability .link_txt {
  padding: 0 0 0 1em;
  background: url("../../src/ja/images/common/ico_common03.png") no-repeat 0 50%;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #sustainability .c-index_grid01 {
    margin-top: 30px;
  }
}
#sustainability .main01.-index_layout {
  width: 100%;
  float: none;
}
@media screen and (max-width: 767px) {
  #sustainability .main01.-index_layout {
    width: 96%;
    margin: 0 auto;
  }
}
#sustainability .c-index_grid01 .pageNav01 {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
#sustainability .c-index_grid01 .pageNav01.row2 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #sustainability .c-index_grid01 .pageNav01.row2.last {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #sustainability .c-index_grid01 .pageNav01 {
    font-size: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  #sustainability .c-index_grid01 .pageNav01 {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  #sustainability .c-index_grid01 .pageNav01 {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  #sustainability .c-index_grid01 .pageNav01 {
    font-size: 11px;
  }
}
#sustainability .c-index_grid01 .pageNav01 .pageNav01_item {
  width: 100%;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sustainability .c-index_grid01 .pageNav01 .pageNav01_item {
    background: #333;
    float: none;
    overflow: hidden;
  }
}
#sustainability .c-index_grid01 .pageNav01 .pageNav01_item.only {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sustainability .c-index_grid01 .pageNav01 .pageNav01_item:nth-child(2n+1) {
    clear: both;
  }
}
#sustainability .c-index_grid01 .pageNav01 p.hoverImgHolder {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sustainability .c-index_grid01 .pageNav01 p {
    border-radius: 0;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  #sustainability .c-index_grid01 .pageNav01 p:first-child {
    background: #ffffff;
    width: 30%;
  }
}
#sustainability .c-index_grid01 .pageNav01 p:last-child,
#sustainability .c-index_grid01 .pageNav01 span.label {
  width: 100%;
  padding: 20px 0;
  background: url("../../src/ja/images/common/ico_common02.png") no-repeat 95% 50%, rgba(51, 51, 51, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #sustainability .c-index_grid01 .pageNav01 p:last-child {
    font-size: 14px;
    width: 70%;
    padding: 8% 0 8.24% 20px;
    background: url("../../src/ja/images/common/ico_common02.png") no-repeat 95% 50%, #333;
    text-align: left;
    position: static;
  }
}
@media screen and (max-width: 420px) {
  #sustainability .c-index_grid01 .pageNav01 p:last-child {
    padding-left: 15px;
  }
}
@media screen and (max-width: 360px) {
  #sustainability .c-index_grid01 .pageNav01 p:last-child {
    padding-left: 10px;
  }
}
#sustainability .c-index_grid01 .pageNav01 p a {
  color: #fff;
}
#sustainability .c-index_grid01 .pageNav01 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sustainability .c-index_grid01 .pageNav01 img {
    border-radius: 0;
  }
  #sustainability .c-index_grid01 .pageNav01 img.spOnly {
    display: block;
  }
}
#sustainability .pageNav02_item {
  width: 31.2%;
  margin-right: 3.2%;
}
#sustainability .pageNav02_item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #sustainability .pageNav02_item {
    float: none;
    width: 100%;
  }
}
#sustainability .c-grid .textArea01 p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #sustainability .c-grid .title02 {
    width: 452px;
    padding-top: 5%;
    float: left;
  }
}
@media screen and (max-width: 700px) {
  #sustainability .c-grid .title02 {
    font-size: 18px;
    width: 406px;
    padding-top: 5%;
    float: left;
  }
}
@media screen and (max-width: 640px) {
  #sustainability .c-grid .title02 {
    width: 68%;
    padding-top: 3%;
  }
}
@media screen and (max-width: 420px) {
  #sustainability .c-grid .title02 {
    font-size: 16px;
    padding-top: 1%;
  }
}
@media screen and (max-width: 360px) {
  #sustainability .c-grid .title02 {
    font-size: 14px;
    padding-top: 1%;
  }
}
@media screen and (max-width: 640px) {
  #sustainability .c-grid .title02 br {
    display: none;
  }
}
#sustainability .c-grid .leftContent01 {
  width: 49%;
}
@media screen and (max-width: 767px) {
  #sustainability .c-grid .leftContent01 {
    width: 100%;
  }
}
#sustainability .c-grid .rightContent01 {
  width: 47%;
}
@media screen and (max-width: 767px) {
  #sustainability .c-grid .rightContent01 {
    float: none;
    width: 80%;
    margin: 0 auto 30px;
  }
}
#sustainability .c-grid .presidentName01 {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #sustainability .c-grid .presidentName01 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 350px) {
  #sustainability .c-grid .presidentName01 {
    font-size: 12px;
  }
}
#sustainability .c-grid .presidentName01 span {
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  #sustainability .c-grid .presidentName01 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 350px) {
  #sustainability .c-grid .presidentName01 span {
    font-size: 16px;
  }
}
#sustainability .c-pageNav_list {
  margin-top: 10px;
  margin-left: 4px;
}
#sustainability .c-pageNav_list li {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 9px;
}
#sustainability .c-pageNav_list li a {
  display: inline-block;
  background: url("../../src/ja/images/common/ico_common03.png") no-repeat 7px 9px;
  padding: 4px 24px 4px 24px;
  font-size: 14px;
}
#sustainability .c-pageNav_list li:last-child {
  margin-bottom: 0;
}
#sustainability .c-pageNav_list .Link {
  background: url(../../src/ja/images/common/ico_common09.png) no-repeat 100% 4px;
  background-size: 15px;
  background-position: 14.5rem;
  border-bottom: none;
}
#sustainability .c-pageNav_list_wrap {
  display: flex;
}
#sustainability .c-pageNav_list_wrap.-social {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #sustainability .c-pageNav_list_wrap {
    display: block;
  }
}
#sustainability .c-pageNav_list.-top_index {
  width: 31.2%;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #sustainability .c-pageNav_list.-top_index {
    width: auto;
  }
}
#sustainability .c-pageNav_list.-top_index li {
  margin-bottom: 7px;
}
#sustainability .c-pageNav_list.-top_index li a {
  background: url("../../src/ja/images/common/ico_common15.png") no-repeat 7px 11px;
  text-decoration: underline;
}
#sustainability .c-pageNav_list.-top_index li a:hover {
  color: #de0716;
  transition-duration: 0ms;
}
#sustainability .c-pageNav_list.-top_index.-governance {
  width: auto;
}
#sustainability .c-dotlist01 li {
  margin-bottom: 5px;
}
#sustainability .c-dotlist01 li:before {
  content: "・";
}
#sustainability .c-txtboldlist01 li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
#sustainability .c-linebox {
  padding: 12px;
  border: 1px solid #999999;
}
#sustainability .main {
  margin-bottom: 50px;
}
#sustainability .message01 .title01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #sustainability .message01 .title01 {
    margin-bottom: 22px;
  }
}
#sustainability .message01 .title02 {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #sustainability .message01 .title02 {
    font-size: 18px;
  }
}
#sustainability .message01 .title03 {
  margin: 60px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #sustainability .message01 .title03 {
    margin: 22px 0 30px;
    font-size: 14px;
  }
}
#sustainability .message01 .title_mid {
  margin: 40px 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #sustainability .message01 .title_mid {
    margin: 20px 0;
    font-size: 16px;
  }
}
#sustainability .message01 .textArea01 p:not(:last-child) {
  margin-bottom: 20px;
}
#sustainability .message01 .presidentName01 {
  margin-top: 5px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #sustainability .message01 .presidentName01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  #sustainability .message01 .title02 {
    font-size: 14px;
    padding-top: 1%;
  }
}
@media screen and (max-width: 640px) {
  #sustainability .message01 .title02 br {
    display: none;
  }
}
#sustainability .message01 .leftContent01 {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #sustainability .message01 .leftContent01 {
    width: 100%;
  }
}
#sustainability .message01 .rightContent01 {
  width: 32%;
}
@media screen and (max-width: 767px) {
  #sustainability .message01 .rightContent01 {
    float: none;
    margin: 0 auto;
  }
}
#sustainability .message01TextWrap.pcOnly {
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #sustainability .message01TextWrap {
    margin: 5px 0 20px;
    text-align: center;
  }
}
#sustainability .message01 .topMessageTitle {
  font-size: 20px !important;
  font-weight: 700;
}
#sustainability .supplierpolicy .main {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #sustainability .supplierpolicy .main {
    margin-bottom: 50px;
  }
}
#sustainability .supplierpolicy .c-linebox {
  margin: 100px 0;
  padding: 25px 20px;
}
@media screen and (max-width: 767px) {
  #sustainability .supplierpolicy .c-linebox {
    margin: 50px 0;
  }
}
#sustainability .supplierpolicy .c-linebox .c-basic-orderlist li:not(:first-child) {
  margin-top: 30px;
}
#sustainability .supplierpolicy .c-linebox .c-basic-orderlist li:not(:first-child) .c-descriptionlist dt {
  margin-bottom: 5px;
}
#sustainability .supplierpolicy .policylist .indent_wrap {
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  #sustainability .supplierpolicy .policylist .indent_wrap {
    padding-left: 0px;
  }
}
#sustainability .supplierpolicy .policylist .announcement_list {
  margin-top: 3px;
}
#sustainability .supplierpolicy .policylist .announcement_list li {
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
#sustainability .supplierpolicy .policylist .announcement_list li::before {
  content: "・";
}
#sustainability .supplierpolicy .supplier_title01 {
  margin: 70px 0 20px;
  padding: 2px 0 2px 5px;
  background: #f6f6f6;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #sustainability .supplierpolicy .supplier_title01 {
    margin: 50px 0 20px;
    font-size: 18px;
  }
}
#sustainability .supplierpolicy .supplier_title02 {
  margin: 50px 0 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #sustainability .supplierpolicy .supplier_title02 {
    font-size: 17px;
    font-feature-settings: "palt";
  }
}
#sustainability .supplierpolicy .supplier_title02.first {
  margin-top: 0;
}
#sustainability .supplierpolicy .notes {
  margin-top: 30px;
}
#sustainability .supplierpolicy .mention {
  margin-top: 30px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
#sustainability .supplierpolicy .mention_list {
  margin-top: 5px;
}
#sustainability .supplierpolicy .mention_list li {
  margin-bottom: 3px;
  padding-left: 1em;
  text-indent: -1em;
}
#sustainability .supplierpolicy .mention_list li::before {
  content: "・";
}
#sustainability .supplierpolicy .mention_list.none li {
  margin-bottom: 3px;
  padding-left: 0em;
  text-indent: 0em;
}
#sustainability .supplierpolicy .mention_list.none li::before {
  content: none;
}
#sustainability .supplierpolicy .emphasis {
  font-weight: bold;
}
#sustainability .supplierpolicy sup {
  vertical-align: top;
  font-size: 8px;
}
#sustainability .environment .main {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #sustainability .environment .main {
    margin-bottom: 50px;
  }
}
#sustainability .environment .mv {
  margin-bottom: 10px;
}
#sustainability .environment .pageNav {
  margin-bottom: 30px;
}
#sustainability .environment .contentNav {
  margin: 0;
}
#sustainability .environment .l-section {
  margin-bottom: 70px;
}
#sustainability .environment .l-section:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #sustainability .environment .l-section {
    margin-bottom: 40px;
  }
}
#sustainability .environment .title07 {
  margin-bottom: 30px;
}
#sustainability .environment .title07.above_image {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  #sustainability .environment .title07.above_image {
    margin-top: 40px;
  }
}
#sustainability .environment .txt_wrap {
  padding: 0 0 0 12px;
}
#sustainability .environment p {
  margin-bottom: 24px;
}
#sustainability .environment .img {
  margin: 20px 0 65px;
  padding: 0 0 0 12px;
}
#sustainability .environment .img img {
  width: 100%;
  height: auto;
}
#sustainability .environment sub {
  font-size: 10px;
}
#sustainability .mv {
  margin-bottom: 40px;
}
#sustainability .mv img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sustainability .mv {
    margin-bottom: 20px;
  }
}
#sustainability .linkArea01 {
  width: 48%;
}
@media screen and (min-width: 768px), print {
  #sustainability .linkArea01:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
#sustainability .linkArea01_wrapper {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #sustainability .linkArea01_wrapper {
    margin-bottom: 0;
  }
}
@media print {
  #sustainability .linkArea01 {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  #sustainability .linkArea01 {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  #sustainability .linkArea01:not(:last-child) {
    margin-bottom: 30px;
  }
}
#sustainability .linkArea01 .title02 {
  position: relative;
  margin-bottom: 20px;
}
#sustainability .linkArea01 .title02 a {
  display: block;
}
#sustainability .linkArea01 .linkArea01_leadtxt {
  margin-bottom: 24px;
}
@media print {
  #sustainability .governance .linkArea01_wrapper {
    margin-bottom: 0px;
  }
}
#sustainability .humanresources .main {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #sustainability .humanresources .main {
    margin-bottom: 50px;
  }
}
#sustainability .humanresources .mv {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  #sustainability .humanresources .mv {
    margin-bottom: 30px;
  }
}
#sustainability .humanresources .l-section {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #sustainability .humanresources .l-section {
    margin-bottom: 40px;
  }
}
#sustainability .humanresources .l-section:last-of-type {
  margin-bottom: 0;
}
#sustainability .humanresources .l-section .title07 {
  margin-top: 30px;
}
#sustainability .humanresources .l-section .title07.above_image {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  #sustainability .humanresources .l-section .title07.above_image {
    margin-top: 40px;
  }
}
#sustainability .humanresources .l-section .title_hr {
  margin: 25px 0 5px;
  font-size: 15px;
  font-weight: bold;
}
#sustainability .humanresources p {
  margin-bottom: 24px;
}
#sustainability .humanresources .img {
  margin-bottom: 65px;
}
#sustainability .humanresources .part_traning {
  margin-bottom: 30px;
}
#sustainability .humanresources .position_list {
  margin-top: -15px;
}
#sustainability .humanresources .position_list dt:before {
  content: "・";
}
#sustainability .humanresources .position_list dt:after {
  content: ":";
  padding-left: 0.5em;
}
#sustainability .humanrights .l-section {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #sustainability .humanrights .l-section {
    margin-bottom: 40px;
  }
}
#sustainability .humanrights .l-section:last-of-type {
  margin-bottom: 0;
}
#sustainability .humanrights .main {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #sustainability .humanrights .main {
    margin-bottom: 50px;
  }
}
#sustainability .humanrights .mv {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  #sustainability .humanrights .mv {
    margin-bottom: 30px;
  }
}
#sustainability .humanrights .title_humanrights {
  margin: 50px 0 10px;
  font-size: 18px;
  font-weight: bold;
}
#sustainability .humanrights p {
  margin-bottom: 20px;
}
#sustainability .humanrights .humanrights_notes {
  margin-top: 30px;
}
#sustainability .humanrights sup {
  vertical-align: top;
  font-size: 8px;
}
#sustainability .humanrights .c-linebox {
  max-width: 350px;
  margin: 30px 0 40px;
}
#sustainability .humanrights .c-linebox_title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
#sustainability .community .main {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #sustainability .community .main {
    margin-bottom: 50px;
  }
}
#sustainability .community .detail_section {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  #sustainability .community .detail_section {
    margin: 50px 0;
  }
}
#sustainability .community .leftContent01 {
  width: 61%;
}
#sustainability .community .leftContent01 .community_title {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #sustainability .community .leftContent01 {
    width: 100%;
    float: none;
  }
}
#sustainability .community .rightContent01 {
  width: 35%;
  padding-top: 5px;
}
#sustainability .community .rightContent01 img {
  border: 1px solid #999999;
}
#sustainability .community .rightContent01 figcaption {
  margin-top: 3px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #sustainability .community .rightContent01 {
    display: table;
    width: auto;
    margin: 15px auto 0;
    float: none;
    text-align: center;
  }
  #sustainability .community .rightContent01 figcaption {
    margin: 3px auto 0;
    text-align: left;
  }
}
#sustainability .community p.mgt30 {
  margin-top: 30px;
}
#sustainability .community .Link {
  background: url(../../src/ja/images/common/ico_common09.png) no-repeat 100% 4px;
  background-size: 15px;
  background-position: 20.5rem;
  border-bottom: none;
}
#sustainability .data .title02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #sustainability .data .title02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #sustainability .data .title07 {
    font-size: 16px;
  }
}
#sustainability .data .img:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #sustainability .data .img:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
#sustainability .data .mv {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #sustainability .data .mv {
    margin-bottom: 30px;
  }
}
#sustainability sup {
  vertical-align: top;
  font-size: 8px;
}
#sustainability sub {
  vertical-align: bottom;
  font-size: 8px;
}
#sustainability .c-note {
  font-size: 10px;
}
#sustainability .c-note_mark {
  margin-right: 0.5em;
}
#sustainability .ttl_willheart01 {
  margin: 30px 0 10px;
  color: #de0716;
  font-size: 18px;
  font-weight: bold;
}
#sustainability .ttl_willheart02 {
  position: relative;
  margin: 20px 0 10px;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
#sustainability .ttl_willheart02::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 2px solid #de0716;
  content: "";
}
#sustainability .dl_wrap01 {
  display: flex;
  padding: 30px;
  background: #fdf4f5;
  border: 1px solid #de0716;
}
#sustainability .dl_block01 {
  width: 70%;
}
#sustainability .dl_block01 dt {
  margin: 20px 0 10px;
  color: #de0716;
  font-size: 20px;
  font-weight: bold;
}
#sustainability .dl_block01 dt:first-child {
  margin: 0 0 5px;
}
#sustainability .dl_block01 dd {
  font-size: 16px;
  line-height: 1.8;
}
#sustainability .dl_block01 + figure {
  width: 30%;
}
#sustainability .dl_block02 {
  margin: 20px 0;
  border-bottom: 1px dotted #cccccc;
}
#sustainability .dl_block02 dt {
  padding: 10px 10px 8px;
  border-top: 1px dotted #cccccc;
  font-weight: bold;
}
#sustainability .dl_block02 dd {
  padding: 0 10px 10px;
}
#sustainability .table_willheart {
  width: 100%;
  margin: 30px 0 0;
}
#sustainability .table_willheart th {
  width: 20%;
  background: #efefef;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}
#sustainability .table_willheart td {
  padding: 10px;
  border: 1px solid #ccc;
}
#sustainability .willheart .fig_box {
  margin: 20px 0 0 0;
}
#sustainability .willheart .fig_box figcaption {
  margin: 0 0 5px;
  font-size: 12px;
}
#sustainability .willheart .detail_inner01 {
  margin: 30px 0 0;
  padding: 20px;
  background: #f6f6f6;
}
#sustainability .willheart .detail_inner01 .ttl_willheart02 {
  margin: 0 0 10px;
}
#sustainability .willheart .inner_box {
  display: flex;
}
#sustainability .willheart .inner_box .inner_box_article {
  width: 60%;
}
#sustainability .willheart .article_txt {
  margin: 0 0 10px;
}
#sustainability .willheart .article_ttl {
  margin: 10px 0 8px;
  font-weight: bold;
}
#sustainability .willheart .graph_ttl {
  margin: 20px 0 -10px;
}
#sustainability .willheart .graph_date {
  text-align: right;
}
#sustainability .willheart .article_note {
  margin: 10px 0 0;
  font-size: 12px;
}
#sustainability .willheart .article_list {
  margin: 8px 0;
}
#sustainability .willheart .article_list_item {
  position: relative;
  margin: 5px 0;
  padding: 0 0 0 1em;
}
#sustainability .willheart .article_list_item::before {
  position: absolute;
  left: 0;
  content: "・";
}
#sustainability .willheart .inner_box .inner_box_img {
  width: 38%;
  margin: 0 0 0 auto;
}
#sustainability .willheart .link_txt {
  padding: 0 0 0 1em;
  background: url(../../src/ja/images/common/ico_common03.png) no-repeat 0 50%;
  text-decoration: underline;
}
#sustainability .logo_katariba {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #sustainability .dl_wrap01 {
    flex-direction: column;
  }
  #sustainability .dl_block01 {
    width: 100%;
  }
  #sustainability .dl_block01 + figure {
    width: 100%;
  }
  #sustainability .willheart .inner_box {
    flex-direction: column;
  }
  #sustainability .willheart .inner_box .inner_box_article {
    width: 100%;
  }
  #sustainability .willheart .inner_box .inner_box_img {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
  }
}
#sustainability .compliancepolicy .compliance_title {
  margin: 30px 0 10px;
  font-size: 16px;
  font-weight: bold;
}
#sustainability .health h4 {
  color: #de0716;
  font-size: 16px;
}
#sustainability .health .fig_box {
  margin: 20px 0 0 0;
}
#sustainability .health .detail_inner01 {
  margin: 10px 0 20px;
}
#sustainability .ttl_health01 {
  position: relative;
  padding: 0 0 0 10px;
  margin: 8px 0;
  font-weight: bold;
}
#sustainability .ttl_health01::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.5em;
  height: 2px;
  margin: -1px 0 0;
  background: #999;
  content: "";
}
#sustainability .table_health_wrap {
  overflow: auto;
}
#sustainability .table_health {
  width: 100%;
  margin: 8px 0;
}
#sustainability .tbl_column_hd {
  background: #efefef;
  font-weight: bold;
}
#sustainability .tbl_row_hd {
  font-weight: bold;
}
#sustainability .table_health td {
  font-size: 11px;
  width: 20%;
  min-width: 100px;
  padding: 10px;
  border: 1px solid #ccc;
}
#sustainability .tbl_annotation_txt {
  margin: 5px 0 0;
  font-size: 12px;
}
#sustainability .tbl_hd_txt_small {
  display: block;
  font-size: 12px;
}
#sustainability .list_number {
  counter-reset: number;
}
#sustainability .list_number li {
  position: relative;
  padding: 0 0 0 18px;
}
#sustainability .list_number li:not(:last-child) {
  margin: 0 0 10px;
}
#sustainability .list_number li::before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  border-radius: 50%;
  content: "";
}
#sustainability .list_number li::after {
  position: absolute;
  left: 3.5px;
  top: 6px;
  color: #333;
  font-size: 10px;
  line-height: 1;
  content: counter(number);
  counter-increment: number;
}
#sustainability .list_nomal {
  margin: 10px 0;
}
#sustainability .list_nomal li {
  position: relative;
  padding: 0 0 0 1em;
}
#sustainability .list_nomal li:not(:last-child) {
  margin: 0 0 5px;
}
#sustainability .list_nomal li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}
@media screen and (max-width: 767px) {
  #sustainability .table_health td {
    min-width: 20%;
    font-size: 11px;
  }
  #sustainability .tbl_annotation_txt {
    font-size: 10px;
  }
  #sustainability .list_number li:not(:last-child) {
    margin: 0 0 5px;
  }
  #sustainability .tbl_hd_txt_small {
    font-size: 10px;
  }
}
#sustainability .governance01 .linktxt01 {
  margin-top: 20px;
  padding-bottom: 10px;
}
#sustainability .governance01 .linktxt01 + .linktxt01 {
  margin-top: 0;
}
#sustainability .governance01 .contentNav {
  margin-bottom: 0;
}
#sustainability .governance01 .blankLink01 {
  margin-bottom: 40px;
  text-align: right;
}
#sustainability .governance01 .blankLink01 a {
  padding-right: 18px;
  background: url("../../src/ja/images/common/ico_common07.png") no-repeat 100% 4px;
  background-size: 15px;
}
#sustainability .governance01 .blankLink01 a:hover {
  color: #de0716;
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
#sustainability .governance01 .content02 li:not(:last-child) {
  margin-bottom: 25px;
}
#sustainability .governance01 .content02 h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
#sustainability .governance01 .image01 {
  margin-top: 30px;
}
#sustainability .u-rsp-mt_10 {
  margin-top: 10px;
}
#sustainability .u-rsp-mt_20 {
  margin-top: 20px;
}
#sustainability .u-rsp-mt_30 {
  margin-top: 30px;
}
#sustainability .u-rsp-mt_40 {
  margin-top: 40px;
}
#sustainability .u-rsp-mt_50 {
  margin-top: 50px;
}
#sustainability .u-rsp-mt_60 {
  margin-top: 60px;
}
#sustainability .u-rsp-mt_65 {
  margin-top: 65px;
}
#sustainability a[href$=".pdf"] {
  position: relative;
  display: inline !important;
  padding-right: 22px;
  text-decoration: underline;
}
#sustainability a[href$=".pdf"]:before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 15px;
  height: 18px;
  background-image: url(../../src/ja/images/common/pdf.png);
  background-position: center 2px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#sustainability h3.title02 + p, #sustainability h3.title02 + div {
  margin-top: 30px;
}
#sustainability .c-text_alignR {
  text-align: right;
}
#sustainability .c-text_sign {
  font-size: 21px;
}
#sustainability .c-text_sign > span {
  font-size: 14px;
}
#sustainability .text-link_pdf + .text-link_pdf {
  margin-top: 15px;
}
#sustainability .text-link_pdf a {
  font-size: 16px;
  font-weight: bold;
}
#sustainability .btn01 a {
  color: #fff;
  background: url(../../src/ja/images/common/ico_common06.png) no-repeat;
  background-position: calc(100% - 10px) 50%;
  display: block;
  padding: 15px 0 14px;
  border: 1px solid #646464;
  border-radius: 5px;
  text-decoration: none;
}
#sustainability .btn01:hover {
  opacity: 0.8;
}
#sustainability .btn01:hover a {
  color: #fff !important;
}
#sustainability .area-btn .btn01 {
  max-width: 352px;
  margin-right: auto;
  margin-left: auto;
}
#sustainability .area-btn.align_L .btn01 {
  margin-right: 0;
  margin-left: 0;
}
#sustainability .anchor_p {
  position: relative;
}
@media screen and (max-width: 767px) {
  #sustainability .anchor_p > span {
    position: absolute;
    top: -90px;
  }
}
#sustainability .c-list > li {
  position: relative;
  padding-left: 1em;
}
#sustainability .c-list > li + li {
  margin-top: 10px;
}
#sustainability .c-list > li:before {
  content: "・";
  position: absolute;
  top: 3px;
  left: -3px;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
#sustainability .c-image img {
  width: 100%;
  vertical-align: bottom;
}
#sustainability .c-box {
  display: table;
  width: 100%;
}
#sustainability .c-box__bg {
  background-color: #f6f6f6;
}
#sustainability .c-box.w-img_s .c-box__inner:nth-child(odd) {
  width: 45.8%;
}
#sustainability .c-box.w-img_s .c-box__inner:nth-child(even) {
  width: 54.2%;
}
#sustainability .c-box .c-box__inner {
  box-sizing: border-box;
  display: table-cell;
  width: 50%;
}
#sustainability .c-box .c-box__inner:nth-child(odd) {
  padding-right: 20px;
  vertical-align: top;
}
#sustainability .c-box .c-box__inner:nth-child(even) {
  padding: 20px 40px 20px 20px;
  vertical-align: middle;
}
#sustainability .c-box .c-box__inner img {
  width: 100%;
  vertical-align: bottom;
}
#sustainability .c-box .c-box__inner .c-text_sttl {
  font-size: 18px;
  font-weight: bold;
}
#sustainability .c-box .c-box__inner .c-text_sttl + p, #sustainability .c-box .c-box__inner .c-text_sttl + div {
  margin-top: 10px;
}
#sustainability .c-box .c-box__inner a.c-text_sttl {
  position: relative;
  display: block;
  padding-left: 15px;
}
#sustainability .c-box .c-box__inner a.c-text_sttl:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 7px;
  height: 11px;
  background-image: url(../../src/ja/images/sustainability/icon-arrow_r.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
#sustainability .c-box .c-box__inner a.c-text_sttl[target=_blank] p:after {
  content: "";
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  background: url(../../src/ja/images/common/ico_common09.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
#sustainability .c-box .c-box__inner p + div {
  margin-top: 30px;
}
#sustainability .c-box .c-box__inner .area-btn .btn01 {
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  #sustainability .c-box {
    display: block;
  }
  #sustainability .c-box .c-box__inner {
    display: block;
    width: 100%;
  }
  #sustainability .c-box .c-box__inner:nth-child(odd) {
    padding-right: 0;
  }
  #sustainability .c-box .c-box__inner:nth-child(even) {
    padding: 20px 10px 30px;
  }
  #sustainability .c-box .c-box__inner .area-btn .btn01 {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}
#sustainability .c-grid {
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
}
#sustainability .c-grid.test-display {
  display: flex;
}
#sustainability .c-grid .c-grid__inner {
  width: 50%;
}
#sustainability .c-grid .c-grid__inner:nth-child(n+3) {
  margin-top: 30px;
}
#sustainability .c-grid .c-grid__inner > a {
  display: block;
}
#sustainability .c-grid .c-grid__inner > a .c-text_sttl {
  padding-left: 14px;
  background-image: url(../../src/ja/images/common/ico_common04.png);
  background-repeat: no-repeat;
  background-position: 0 11px;
  background-size: 6px auto;
  font-size: 18px;
  font-weight: bold;
}
#sustainability .c-grid .c-grid__inner > a .c-text_sttl + p, #sustainability .c-grid .c-grid__inner > a .c-text_sttl + div {
  margin-top: 10px;
}
#sustainability .c-grid .c-grid__inner > a + p, #sustainability .c-grid .c-grid__inner > a + div {
  margin-top: 10px;
}
#sustainability .c-grid .c-grid__inner p a {
  text-decoration: underline;
}
#sustainability .c-grid .c-grid__inner p a:hover {
  color: #de0716;
  transition-duration: 0ms;
}
#sustainability .c-grid .c-grid__inner p + p {
  margin-top: 10px;
}
#sustainability .c-grid .c-box .c-box__inner:nth-child(odd) {
  padding-right: 10px;
  vertical-align: top;
}
#sustainability .c-grid .c-box .c-box__inner:nth-child(even) {
  padding: 0px 20px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #sustainability .c-grid {
    display: block;
  }
  #sustainability .c-grid .c-grid__inner {
    width: 100%;
  }
  #sustainability .c-grid .c-grid__inner + .c-grid__inner, #sustainability .c-grid .c-grid__inner:nth-child(n+3) {
    margin-top: 36px;
  }
  #sustainability .c-grid .c-box {
    display: block;
  }
  #sustainability .c-grid .c-box .c-box__inner {
    display: block;
    width: 100%;
  }
  #sustainability .c-grid .c-box .c-box__inner:nth-child(odd) {
    padding-right: 0;
  }
  #sustainability .c-grid .c-box .c-box__inner:nth-child(even) {
    margin-top: 15px;
    padding: 0 2px;
  }
  #sustainability .c-grid .c-box.w-img_s .c-box__inner:nth-child(odd), #sustainability .c-grid .c-box.w-img_s .c-box__inner:nth-child(even) {
    width: 100%;
  }
}
#sustainability .c-step li {
  position: relative;
  display: table;
  width: 100%;
  background-color: #f6f6f6;
}
#sustainability .c-step li + li {
  margin-top: 35px;
}
#sustainability .c-step li + li:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 20px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #de0716;
  border-right: 15px solid transparent;
  border-bottom: 0;
  border-left: 15px solid transparent;
}
#sustainability .c-step li .c-step_no {
  display: table-cell;
  background-color: #de0716;
  vertical-align: middle;
}
#sustainability .c-step li .c-step_no > span {
  display: block;
  width: 70px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
#sustainability .c-step li .c-step_no > span > b {
  display: block;
  font-size: 28px;
  text-align: center;
}
#sustainability .c-step li .c-step_text {
  display: table-cell;
  width: 100%;
  padding: 30px 30px;
  vertical-align: middle;
}
#sustainability .c-step li .c-step_text .c-step_text_ttl {
  font-size: 16px;
  font-weight: bold;
}
#sustainability .c-step li .c-step_text .c-step_text_ttl + p {
  margin-top: 15px;
}
#sustainability .pagelink .list-link {
  margin-bottom: 20px;
}
#sustainability .pagelink .list-link:after {
  content: "";
  display: block;
  clear: both;
}
#sustainability .pagelink .list-link > li {
  float: left;
  width: auto;
  margin-right: 40px;
  font-size: 12px;
}
#sustainability .pagelink .list-link > li a {
  position: relative;
  display: block;
  padding-left: 20px;
}
#sustainability .pagelink .list-link > li a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 10px;
  height: 6px;
  background-image: url(../../src/ja/images/common/ico_common15.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
@media screen and (max-width: 767px) {
  #sustainability .pagelink .list-link {
    padding-top: 10px;
    margin-bottom: 35px;
  }
  #sustainability .pagelink .list-link > li {
    margin-right: 20px;
    padding: 9px 0;
  }
}
#sustainability .pagelink_sp ul > li {
  font-size: 12px;
}
#sustainability .pagelink_sp ul > li + li {
  margin-top: 20px;
}
#sustainability .pagelink_sp ul > li a {
  position: relative;
  display: block;
  padding-left: 20px;
}
#sustainability .pagelink_sp ul > li a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 10px;
  height: 6px;
  background-image: url(../../src/ja/images/common/ico_common15.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
#sustainability .itemlink .list-link {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 1px solid #e9e9e9;
}
#sustainability .itemlink .list-link > li {
  position: relative;
  width: 20%;
}
#sustainability .itemlink .list-link > li + li {
  border-left: 1px solid #e9e9e9;
}
#sustainability .itemlink .list-link > li:before {
  content: "";
  position: absolute;
  bottom: 8%;
  left: 50%;
  display: block;
  width: 10px;
  height: 6px;
  background-image: url(../../src/ja/images/common/ico_common15.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  transform: translateX(-50%);
}
#sustainability .itemlink .list-link > li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 13% 13% 30%;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#sustainability .itemlink .list-link > li .solution_img img {
  width: 100%;
}
#sustainability .itemlink .list-link > li .solution_txt {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  #sustainability .itemlink .list-link > li {
    position: relative;
    width: 33.33%;
    border-bottom: 1px solid #e9e9e9;
  }
  #sustainability .itemlink .list-link > li:nth-child(3n+1) {
    width: 33.34%;
    border-left: 0;
  }
  #sustainability .itemlink .list-link > li + li {
    border-left: 1px solid #e9e9e9;
  }
  #sustainability .itemlink .list-link > li:nth-child(3n+1):last-child, #sustainability .itemlink .list-link > li:nth-child(3n+2):last-child {
    border-right: 1px solid #e9e9e9;
  }
  #sustainability .itemlink .list-link > li:nth-child(3n+1):nth-last-child(-n+3), #sustainability .itemlink .list-link > li:nth-child(3n+2):nth-last-child(-n+2), #sustainability .itemlink .list-link > li:nth-child(3n):nth-last-child(-n+1):nth-child(n+4) {
    border-bottom: 0;
  }
}
#sustainability .c-policy_message {
  position: relative;
  padding: 40px 40px;
  z-index: 2;
}
#sustainability .c-policy_message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #ef9081;
  z-index: -1;
  opacity: 0.1;
}
#sustainability .c-policy_message:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 294px;
  height: 165px;
  background-image: url(../../src/ja/images/sustainability/bg_corner.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  z-index: -1;
}
#sustainability .c-policy_message .text_sttl {
  margin-bottom: 30px;
}
#sustainability .c-policy_message .text_sttl .text_sttl_sub {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #de0717;
  color: #de0717;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#sustainability .c-policy_message .text_sttl .text_sttl_sub + span {
  margin-top: 10px;
}
#sustainability .c-policy_message .text_sttl .text_sttl_main {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#sustainability .c-policy_message .c-policy_text:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  #sustainability .c-policy_message .c-policy_text .fl_r {
    float: right;
    width: 200px;
    margin-left: 30px;
  }
  #sustainability .c-policy_message .c-policy_text .fl_r img {
    width: 100%;
  }
  #sustainability .c-policy_message .c-policy_text .fl_l {
    padding-right: 230px;
  }
}
@media screen and (max-width: 767px) {
  #sustainability .c-policy_message {
    padding: 30px 0;
  }
  #sustainability .c-policy_message:before {
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }
  #sustainability .c-policy_message:after {
    right: -15px;
    display: block;
    width: 222px;
    height: 124px;
  }
  #sustainability .c-policy_message .c-policy_text .fl_r {
    float: none;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
  }
  #sustainability .c-policy_message .c-policy_text .fl_r img {
    width: 100%;
    max-width: 200px;
  }
  #sustainability .c-policy_message .c-policy_text .fl_l {
    padding-right: 0;
  }
  #sustainability .c-policy_message .c-policy_message_img {
    margin-top: 20px;
    text-align: center;
  }
  #sustainability .c-policy_message .c-policy_message_img img {
    width: 100%;
    max-width: 200px;
  }
  #sustainability .c-policy_message .c-policy_message_img .c-text_sign {
    width: 100%;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
}
#sustainability .list-policy > li {
  padding: 30px 0;
}
#sustainability .list-policy > li + li {
  margin-top: 10px;
  border-top: 1px solid #d8d8d8;
}
#sustainability .list-policy > li .text-sttl {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  padding-left: 11px;
  font-size: 16px;
  font-weight: bold;
}
#sustainability .list-policy > li .text-sttl:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 4px;
  height: 17px;
  background-color: #000;
}
#sustainability .list-policy > li .area-btn {
  margin-top: 30px;
}
#sustainability .list-policy > li .area-btn .btn01 {
  width: 100%;
  max-width: 352px;
  margin-right: auto;
  margin-left: auto;
}
#sustainability .list-policy > li .area-btn .btn01 a {
  text-decoration: none;
}
#sustainability .list-policy > li .area-btn.align_L .btn01 {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #sustainability .list-policy > li .text-sttl:before {
    top: 4px;
  }
  #sustainability .list-policy > li .area-btn .btn01 {
    width: 100%;
    max-width: none;
  }
}
#sustainability .value_box {
  padding: 35px 20px;
  border: 1px solid #efefef;
  background-color: #fff;
}
#sustainability .value_box .ttl_value {
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 38px;
  margin-bottom: 36px;
  padding: 5px 0;
  border-radius: 38px;
  background-color: #485158;
}
#sustainability .value_box .ttl_value > span {
  display: table-cell;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  vertical-align: middle;
}
#sustainability .value_box .sttl_value {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: bold;
}
#sustainability .value_box .sttl_value_2 {
  position: relative;
  margin-bottom: 10px;
  z-index: 2;
}
#sustainability .value_box .sttl_value_2:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #de0717;
}
#sustainability .value_box .sttl_value_2:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  z-index: -1;
}
#sustainability .value_box .sttl_value_2 > span {
  display: inline-block;
  padding-right: 15px;
  padding-left: 24px;
  background-color: #fff;
  font-size: 22px;
  font-weight: bold;
}
#sustainability .value_box .ssttl_value {
  margin-bottom: 6px;
  text-align: center;
}
#sustainability .value_box .ssttl_value > span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  color: #de0717;
  font-size: 15px;
  font-weight: bold;
}
#sustainability .value_box .text_value_pr {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#sustainability .value_box .text_value_pr > span {
  display: block;
  font-size: 15px;
}
#sustainability .value_box .text_value_img {
  position: relative;
  display: table;
  width: 100%;
  max-width: 242px;
  margin-right: auto;
  margin-left: auto;
}
#sustainability .value_box .text_value_img .text_value_img_inner {
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 62px;
  padding: 2px 2px;
  border-radius: 62px;
  border: 1px solid #e9e9e9;
}
#sustainability .value_box .text_value_img .text_value_img_inner + .text_value_img_inner {
  position: relative;
  margin-top: 45px;
}
#sustainability .value_box .text_value_img .text_value_img_inner + .text_value_img_inner:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  display: block;
  width: 15px;
  height: 16px;
  background-image: url(../../src/ja/images/sustainability/icon-multiply.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  transform: translateX(-50%);
}
#sustainability .value_box .text_value_img .text_value_img_inner > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#sustainability .value_box dl + dl {
  margin-top: 25px;
}
#sustainability .value_box dl dt {
  color: #de0717;
  border-bottom: 1px solid;
}
#sustainability .value_box dl dt > span {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 18px;
}
#sustainability .value_box dl dd {
  margin-top: 10px;
  font-size: 16px;
}
#sustainability .value_box .list-target dl {
  position: relative;
  display: table;
  width: 100%;
  max-width: 242px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #efefef;
  font-size: 15px;
}
#sustainability .value_box .list-target dl + dl {
  margin-top: 10px;
}
#sustainability .value_box .list-target dl:after {
  content: "";
  display: block;
  clear: both;
}
#sustainability .value_box .list-target dl:before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #000;
}
#sustainability .value_box .list-target dl dt {
  display: table-cell;
  width: 40%;
  margin: 0;
  padding-left: 10px;
  border-bottom: 0;
  color: #000;
  white-space: nowrap;
  vertical-align: bottom;
}
#sustainability .value_box .list-target dl dd {
  display: table-cell;
  width: 60%;
  margin: 0;
  text-align: right;
  vertical-align: bottom;
}
#sustainability .value_box .list-target dl dd b {
  padding: 0 5px;
  font-size: 28px;
  font-weight: bold;
}
#sustainability .value_box .list-value > li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
}
#sustainability .value_box .list-value > li + li {
  margin-top: 7px;
}
#sustainability .value_box .list-value > li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background-color: #de0717;
}
#sustainability .value_box .list-solution > li {
  display: table;
  width: 100%;
}
#sustainability .value_box .list-solution > li + li {
  margin-top: 20px;
}
#sustainability .value_box .list-solution > li .solution_img {
  display: table-cell;
  vertical-align: top;
}
#sustainability .value_box .list-solution > li .solution_img > span {
  display: block;
  width: 94px;
}
#sustainability .value_box .list-solution > li .solution_img img {
  width: 100%;
  vertical-align: bottom;
}
#sustainability .value_box .list-solution > li .solution_txt {
  display: table-cell;
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
#sustainability .arrow_btm {
  position: relative;
}
#sustainability .arrow_btm:before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 0;
  transform: translateX(-50%);
}
#sustainability .arrow_btm.arrow_btm_s {
  margin-bottom: 70px;
}
#sustainability .arrow_btm.arrow_btm_s:before {
  bottom: -41px;
  border-top: 40px solid #de0717;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}
#sustainability .arrow_btm.arrow_btm_m {
  margin-bottom: 88px;
}
#sustainability .arrow_btm.arrow_btm_m:before {
  bottom: -59px;
  border-top: 58px solid #de0717;
  border-right: 73px solid transparent;
  border-left: 73px solid transparent;
}
#sustainability .arrow_btm.arrow_btm_l {
  margin-bottom: 100px;
}
#sustainability .arrow_btm.arrow_btm_l:before {
  bottom: -71px;
  border-top: 70px solid #de0717;
  border-right: 83px solid transparent;
  border-left: 83px solid transparent;
}
#sustainability .value_future {
  position: relative;
  padding-top: 54.64%;
  background-image: url(../../src/ja/images/sustainability/bg_valuecreation01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
#sustainability .value_future .value_future_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 9% 20px 0;
}
#sustainability .value_future .value_future_inner .ttl_future {
  display: table;
  width: 100%;
  height: 37px;
  padding: 3px 10px;
  border-radius: 37px;
  background-color: #fff;
}
#sustainability .value_future .value_future_inner .ttl_future > span {
  display: table-cell;
  color: #de0717;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
#sustainability .value_future .value_future_inner .text_future {
  width: 100%;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}
#sustainability .c-materiality_box .c-materiality_ttlarea {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  background-color: #f6f6f6;
}
#sustainability .c-materiality_box .c-materiality_ttlarea .ttlarea_img {
  display: table-cell;
  vertical-align: top;
}
#sustainability .c-materiality_box .c-materiality_ttlarea .ttlarea_img > span {
  display: block;
  width: 80px;
}
#sustainability .c-materiality_box .c-materiality_ttlarea .ttlarea_img img {
  vertical-align: bottom;
}
#sustainability .c-materiality_box .c-materiality_ttlarea .ttlarea_txt {
  display: table-cell;
  width: 100%;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
#sustainability .c-materiality_box .sttl_materiality {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
#sustainability .c-materiality_box .ex_box_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sustainability .c-materiality_box .ex_box_wrap {
    display: block;
    justify-content: inherit;
  }
}
#sustainability .c-materiality_box .ex_box_wrap .ex_icon_img {
  flex-shrink: 0;
  width: 120px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #sustainability .c-materiality_box .ex_box_wrap .ex_icon_img {
    margin: 0 auto 20px;
  }
}
#sustainability .c-materiality_box .ex_box {
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid #e9e9e9;
  width: 100%;
}
#sustainability .c-materiality_box .ex_box .title05 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#sustainability .c-materiality_box .ex_box .ttl_ex_box {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
  font-size: 16px;
  font-weight: bold;
}
#sustainability .c-materiality_box .ex_box .ttl_ex_box:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #de0717;
}
#sustainability .c-materiality_box .ex_box .ex_box_inner .ex_box_img img {
  width: 100%;
}
#sustainability .c-materiality_box .ex_box .ex_box_inner .ex_box_img img + p {
  margin-top: 8px;
}
#sustainability .c-materiality_box .ex_box .ex_box_inner .ex_box_img .text-caption {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #sustainability .c-materiality_box .ex_box .ex_box_inner:after {
    content: "";
    display: block;
    clear: both;
  }
  #sustainability .c-materiality_box .ex_box .ex_box_inner .ex_box_img {
    float: right;
    width: 40%;
  }
  #sustainability .c-materiality_box .ex_box .ex_box_inner .ex_box_text {
    float: left;
    width: 55.55%;
  }
}
@media screen and (max-width: 767px) {
  #sustainability .c-materiality_box .ex_box .ex_box_inner .ex_box_text {
    margin-top: 15px;
  }
}
#sustainability .pageNav01 .pageNav01_item {
  background-color: transparent !important;
}
#sustainability .pageNav01 .pageNav01_item .pageNav01_item__inner {
  position: relative;
  background-color: #333;
}
#sustainability .pageNav01 .pageNav01_item .pageNav01_item__inner + .c-pageNav_list {
  clear: both;
  width: 100%;
}
#sustainability .pageNav01 .pageNav01_item .pageNav01_item__inner + .c-pageNav_list a {
  display: block;
}
#sustainability .pageNav01 .pageNav01_item .pageNav01_item__inner a {
  display: block;
}
@media screen and (max-width: 767px) {
  #sustainability .pageNav01 .pageNav01_item .pageNav01_item__inner + .c-pageNav_list {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  #sustainability .pageNav01.row2 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  #sustainability .message01 .leftContent01 {
    width: 55%;
  }
  #sustainability .message01 .rightContent01 {
    width: 41.5%;
  }
}
#sustainability .message01 .rightContent01.spOnly {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #privacy .privacy01 {
    width: 96%;
    margin: 0 auto;
    padding: 0 10px;
  }
}
#privacy .privacy01 cccc {
  margin-bottom: 30px;
}
#privacy .privacy01 .detail01 p {
  margin-top: 8px;
}
#privacy .privacy01 .date01 {
  margin-bottom: 0;
  text-align: right;
}
@media screen and (max-width: 350px) {
  #privacy .privacy01 .date01 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #privacy .mainContent .container {
    width: 96%;
  }
}
#privacy .detail01.lastDetail01 {
  margin-top: 30px;
}
#privacy h4 a {
  color: #de0716;
}
#privacy h4 a:hover {
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}

#map {
  /*    @media screen and (max-width: 767px) {
          .mainContent {
              margin-bottom: 40px;
          }
      }

      @media screen and (max-width: 767px) {
          .mainContent .container {
              width: 96%;
          }
      }

      .mapList01 {
          width: 31%;

          a {
              padding-left: 20px;
              background: url("../../src/ja/images/common/ico_footer01.png") no-repeat 0 8px;
          }

          .blankLink a {
              padding-right: 22px;
              background: url("../../src/ja/images/common/ico_footer01.png") no-repeat 0 8px,
                  url("../../src/ja/images/common/ico_common09.png") no-repeat 100% 4px;
              background-size: auto, 15px;
              border-bottom: 0;
          }

          li:not(:last-child) {
              margin-bottom: 12px;
          }

          .title04 {
              margin-bottom: 22px;
          }

          &:not(:last-child) {
              margin-bottom: 50px;
          }

          &:nth-child(2) {
              width: 65.5%;
          }

          &:nth-child(3) {
              width: 100%;
          }
      }

      @media screen and (max-width: 767px) {
          .mapList01 {
              width: 100%;
              float: none;
          }
      }

      @media screen and (max-width: 767px) {
          .mapList01 li:not(:last-child) {
              margin-bottom: 20px;
          }
      }

      @media screen and (min-width: 768px) {
          .mapList01:not(.clear) {
              margin-left: 3.5%;
          }
      }

      @media screen and (max-width: 767px) {
          .mapList01:nth-child(2) {
              width: 100%;
          }
      }

      .mapListBox01 ul {
          &:first-child {
              width: 36%;
              margin-right: 16%;
          }

          &:last-child {
              width: 44%;
          }
      }

      @media screen and (max-width: 1080px) {
          .mapListBox01 ul:first-child {
              margin-right: 9%;
          }
      }

      @media screen and (max-width: 600px) {
          .mapListBox01 ul:first-child {
              width: 100%;
              float: none;
              margin-bottom: 20px;
          }
      }

      @media screen and (max-width: 1080px) {
          .mapListBox01 ul:last-child {
              width: 54%;
          }
      }

      @media screen and (max-width: 600px) {
          .mapListBox01 ul:last-child {
              width: 100%;
              float: none;
          }
      }

      @media screen and (max-width: 767px) {
          .listWrap01 {
              width: 94%;
              margin: 0 auto;
          }
      }

      .listWrap01 {
          .mapList01 {
              h3 a,
              &:nth-child(3) a,
              &:nth-child(4) a,
              &:last-child a {
                  text-decoration: underline;
              }
          }

          a {
              color: #333;
              text-decoration: underline;

              &:hover {
                  color: #de0716;
                  text-decoration: underline;
                  -webkit-transition-duration: 0ms;
                  -o-transition-duration: 0ms;
                  transition-duration: 0ms;
              }
          }

          h3 a {
              text-decoration: underline;
              background: none;

              &:hover {
                  color: #de0716;
                  text-decoration: underline;
                  -webkit-transition-duration: 0ms;
                  -o-transition-duration: 0ms;
                  transition-duration: 0ms;
              }
          }
      }

      .blankLink02 {
          a {
              text-decoration: none;
              border: 0;

              &:hover {
                  text-decoration: none;
                  border: 0;
              }
          }

          span {
              text-decoration: none;
              border-bottom: 1px solid #333;
              padding-right: 20px;
              background: url("../../src/ja/images/common/ico_common05.png") no-repeat 100% 50%;
              background-size: 15px auto;
              display: inline-block;

              &:hover {
                  border-bottom: 1px solid #de0716;
                  text-decoration: none;
              }
          }
      }*/
}
#map a:hover {
  opacity: 0.4;
}
#map .map_border_top {
  padding-top: 30px;
  border-top: 1px solid #999;
}
#map .map_link_group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#map div .map_link_feature {
  width: 200px;
  margin-bottom: 16px;
  font-size: 20px;
}
#map div .map_link_bottom {
  width: 100%;
  margin-bottom: 16px;
  font-size: 20px;
}
#map div .map_link_item {
  display: flex;
  justify-content: space-between;
  width: 74%;
}
#map div .map_link_item ul {
  width: 100%;
}
#map div .map_link_item ul li {
  margin-bottom: 4px;
}
#map div .map_link_item ul li .map_link_detail li a {
  text-indent: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #map {
    margin-top: 50px;
  }
  #map .map_link_group {
    display: block;
  }
  #map div .map_link_item {
    display: block;
  }
  #map div .map_link_item ul {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  #contact .mainContent,
#compliance .mainContent,
#jinken .mainContent {
    margin-bottom: 40px;
  }
}
#contact .title03,
#compliance .title03,
#jinken .title03 {
  padding: 48px 25px 46px;
  background: url("../../src/ja/images/mail/bg_index01.png") no-repeat 100% 0, #f6f6f6;
}
@media screen and (max-width: 767px) {
  #contact .title03,
#compliance .title03,
#jinken .title03 {
    background: url("../../src/ja/images/mail/bg_index01.png") no-repeat 100% 0, #f6f6f6;
  }
}
@media screen and (max-width: 400px) {
  #contact .title03,
#compliance .title03,
#jinken .title03 {
    padding: 30px 15px 22px;
    background: url("../../src/ja/images/mail/bg_index01.png") no-repeat 0 0, #f6f6f6;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #contact .inquiry01,
#compliance .inquiry01,
#jinken .inquiry01 {
    margin-top: 30px;
  }
}
#contact .inquiry01 .main01,
#compliance .inquiry01 .main01,
#jinken .inquiry01 .main01 {
  width: 100%;
  float: none;
}
@media screen and (max-width: 767px) {
  #contact .inquiry01 .main01,
#compliance .inquiry01 .main01,
#jinken .inquiry01 .main01 {
    width: 96%;
    margin: 0 auto;
  }
}
#contact input[type=text],
#contact input[type=email],
#compliance input[type=text],
#compliance input[type=email],
#jinken input[type=text],
#jinken input[type=email] {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#contact .wpcf7-radio .wpcf7-list-item label,
#compliance .wpcf7-radio .wpcf7-list-item label,
#jinken .wpcf7-radio .wpcf7-list-item label {
  padding-left: 25px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 400px) {
  #contact .wpcf7-radio .wpcf7-list-item label,
#compliance .wpcf7-radio .wpcf7-list-item label,
#jinken .wpcf7-radio .wpcf7-list-item label {
    font-size: 13px;
    width: 100%;
    letter-spacing: -0.5px;
    padding: 3px 0 3px 32px;
  }
}
#contact .wpcf7-radio .wpcf7-list-item label::before, #contact .wpcf7-radio .wpcf7-list-item label::after,
#compliance .wpcf7-radio .wpcf7-list-item label::before,
#compliance .wpcf7-radio .wpcf7-list-item label::after,
#jinken .wpcf7-radio .wpcf7-list-item label::before,
#jinken .wpcf7-radio .wpcf7-list-item label::after {
  content: "";
  position: absolute;
}
#contact .wpcf7-radio .wpcf7-list-item label::before,
#compliance .wpcf7-radio .wpcf7-list-item label::before,
#jinken .wpcf7-radio .wpcf7-list-item label::before {
  width: 16px;
  height: 16px;
  border: 1px solid #c00;
  border-radius: 50%;
  z-index: 3;
  top: 1px;
  left: 0;
}
@media screen and (max-width: 400px) {
  #contact .wpcf7-radio .wpcf7-list-item label::before,
#compliance .wpcf7-radio .wpcf7-list-item label::before,
#jinken .wpcf7-radio .wpcf7-list-item label::before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}
#contact .wpcf7-radio .wpcf7-list-item label::after,
#compliance .wpcf7-radio .wpcf7-list-item label::after,
#jinken .wpcf7-radio .wpcf7-list-item label::after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #c00;
  z-index: 1;
  top: 5px;
  left: 4px;
}
@media screen and (max-width: 400px) {
  #contact .wpcf7-radio .wpcf7-list-item label::after,
#compliance .wpcf7-radio .wpcf7-list-item label::after,
#jinken .wpcf7-radio .wpcf7-list-item label::after {
    width: 14px;
    height: 14px;
    top: 6px;
    left: 4px;
  }
}
#contact .wpcf7-radio .wpcf7-list-item input[type=radio],
#compliance .wpcf7-radio .wpcf7-list-item input[type=radio],
#jinken .wpcf7-radio .wpcf7-list-item input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  box-shadow: 41px 0px #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 2;
  display: block;
  position: absolute;
  left: -40px;
}
@media screen and (max-width: 400px) {
  #contact .wpcf7-radio .wpcf7-list-item input[type=radio],
#compliance .wpcf7-radio .wpcf7-list-item input[type=radio],
#jinken .wpcf7-radio .wpcf7-list-item input[type=radio] {
    width: 23px;
    height: 23px;
  }
}
#contact .wpcf7-radio .wpcf7-list-item input[type=radio]:checked,
#compliance .wpcf7-radio .wpcf7-list-item input[type=radio]:checked,
#jinken .wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
  box-shadow: none;
}
#contact .wpcf7-acceptance .wpcf7-list-item label,
#compliance .wpcf7-acceptance .wpcf7-list-item label,
#jinken .wpcf7-acceptance .wpcf7-list-item label {
  padding-left: 22px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 400px) {
  #contact .wpcf7-acceptance .wpcf7-list-item label,
#compliance .wpcf7-acceptance .wpcf7-list-item label,
#jinken .wpcf7-acceptance .wpcf7-list-item label {
    font-size: 13px;
    letter-spacing: -0.5px;
    padding: 3px 0 3px 32px;
  }
}
#contact .wpcf7-acceptance .wpcf7-list-item label::before, #contact .wpcf7-acceptance .wpcf7-list-item label::after,
#compliance .wpcf7-acceptance .wpcf7-list-item label::before,
#compliance .wpcf7-acceptance .wpcf7-list-item label::after,
#jinken .wpcf7-acceptance .wpcf7-list-item label::before,
#jinken .wpcf7-acceptance .wpcf7-list-item label::after {
  content: "";
  position: absolute;
}
#contact .wpcf7-acceptance .wpcf7-list-item label::before,
#compliance .wpcf7-acceptance .wpcf7-list-item label::before,
#jinken .wpcf7-acceptance .wpcf7-list-item label::before {
  width: 16px;
  height: 16px;
  border: 2px solid #de0716;
  border-radius: 3px;
  z-index: 3;
  top: 1px;
  left: 0;
}
@media screen and (max-width: 400px) {
  #contact .wpcf7-acceptance .wpcf7-list-item label::before,
#compliance .wpcf7-acceptance .wpcf7-list-item label::before,
#jinken .wpcf7-acceptance .wpcf7-list-item label::before {
    width: 20px;
    height: 20px;
  }
}
#contact .wpcf7-acceptance .wpcf7-list-item label::after,
#compliance .wpcf7-acceptance .wpcf7-list-item label::after,
#jinken .wpcf7-acceptance .wpcf7-list-item label::after {
  width: 4px;
  height: 9px;
  margin-top: -6px;
  border-right: 3px solid #de0716;
  border-bottom: 3px solid #de0716;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
  display: block;
  top: 10px;
  left: 7px;
}
@media screen and (max-width: 400px) {
  #contact .wpcf7-acceptance .wpcf7-list-item label::after,
#compliance .wpcf7-acceptance .wpcf7-list-item label::after,
#jinken .wpcf7-acceptance .wpcf7-list-item label::after {
    width: 6px;
    height: 14px;
    top: 9px;
    left: 8px;
  }
}
#contact .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox],
#compliance .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox],
#jinken .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  box-shadow: 41px 0px #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 2;
  display: block;
  position: absolute;
  left: -40px;
}
@media screen and (max-width: 400px) {
  #contact .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox],
#compliance .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox],
#jinken .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
    width: 22px;
    height: 22px;
  }
}
#contact .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked,
#compliance .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked,
#jinken .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked {
  box-shadow: none;
}
#contact .title04,
#compliance .title04,
#jinken .title04 {
  margin-top: 40px;
}
#contact .table01 th,
#compliance .table01 th,
#jinken .table01 th {
  font-size: 16px;
  font-weight: 500;
  padding-left: 15px;
  text-align: left;
}
#contact .table01 th p,
#compliance .table01 th p,
#jinken .table01 th p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  line-height: 1.4;
}
#contact .table01 td,
#compliance .table01 td,
#jinken .table01 td {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  #contact .table01 th,
#compliance .table01 th,
#jinken .table01 th {
    width: 198px;
  }
}
@media screen and (max-width: 500px) {
  #contact .radioArea01 p,
#compliance .radioArea01 p,
#jinken .radioArea01 p {
    width: 100%;
    float: none;
  }
}
#contact .radioArea01 p:not(:last-child),
#compliance .radioArea01 p:not(:last-child),
#jinken .radioArea01 p:not(:last-child) {
  margin-right: 4%;
}
@media screen and (max-width: 500px) {
  #contact .radioArea01 p:not(:last-child),
#compliance .radioArea01 p:not(:last-child),
#jinken .radioArea01 p:not(:last-child) {
    margin: 0 0 8px;
  }
}
#contact .name01 p,
#compliance .name01 p,
#jinken .name01 p {
  width: 300px;
}
#contact .name01 p:first-child,
#compliance .name01 p:first-child,
#jinken .name01 p:first-child {
  margin-right: 4%;
}
#contact .name01 span,
#compliance .name01 span,
#jinken .name01 span {
  display: inline-block;
}
#contact .name01 input,
#compliance .name01 input,
#jinken .name01 input {
  padding-left: 5px;
}
@media screen and (max-width: 640px) {
  #contact .name01 p,
#compliance .name01 p,
#jinken .name01 p {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  #contact .name01 p:first-child,
#compliance .name01 p:first-child,
#jinken .name01 p:first-child {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 640px) {
  #contact .name01 input,
#compliance .name01 input,
#jinken .name01 input {
    width: 84%;
  }
}
#contact .content,
#compliance .content,
#jinken .content {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #contact .content,
#compliance .content,
#jinken .content {
    margin-bottom: 30px;
  }
}
#contact .emailArea01 .text01,
#compliance .emailArea01 .text01,
#jinken .emailArea01 .text01 {
  margin: 20px 0 5px;
}
#contact .emailArea01 .email01 p,
#contact .emailArea01 .email02 p,
#compliance .emailArea01 .email01 p,
#compliance .emailArea01 .email02 p,
#jinken .emailArea01 .email01 p,
#jinken .emailArea01 .email02 p {
  width: 77%;
}
#contact .emailArea01 .email01 p input,
#contact .emailArea01 .email02 p input,
#compliance .emailArea01 .email01 p input,
#compliance .emailArea01 .email02 p input,
#jinken .emailArea01 .email01 p input,
#jinken .emailArea01 .email02 p input {
  padding-left: 5px;
}
#contact .emailArea01 .email01 p:not(:last-child),
#contact .emailArea01 .email02 p:not(:last-child),
#compliance .emailArea01 .email01 p:not(:last-child),
#compliance .emailArea01 .email02 p:not(:last-child),
#jinken .emailArea01 .email01 p:not(:last-child),
#jinken .emailArea01 .email02 p:not(:last-child) {
  margin-right: 1.5%;
}
#contact .emailArea01 .email01 p:nth-child(2),
#contact .emailArea01 .email02 p:nth-child(2),
#compliance .emailArea01 .email01 p:nth-child(2),
#compliance .emailArea01 .email02 p:nth-child(2),
#jinken .emailArea01 .email01 p:nth-child(2),
#jinken .emailArea01 .email02 p:nth-child(2) {
  margin-top: 8px;
}
#contact .emailArea01 .email01 .email01Text,
#contact .emailArea01 .email02 .email01Text,
#compliance .emailArea01 .email01 .email01Text,
#compliance .emailArea01 .email02 .email01Text,
#jinken .emailArea01 .email01 .email01Text,
#jinken .emailArea01 .email02 .email01Text {
  width: 21%;
}
@media screen and (min-width: 768px) {
  #contact .long01 p,
#compliance .long01 p,
#jinken .long01 p {
    width: 80%;
  }
}
#contact .zip01 input:first-child,
#compliance .zip01 input:first-child,
#jinken .zip01 input:first-child {
  width: 125px;
  margin-right: 10px;
}
#contact .zip01 input:last-child,
#compliance .zip01 input:last-child,
#jinken .zip01 input:last-child {
  width: 175px;
  margin-left: 10px;
}
@media screen and (max-width: 400px) {
  #contact .zip01 input:first-child,
#compliance .zip01 input:first-child,
#jinken .zip01 input:first-child {
    width: 110px;
  }
}
@media screen and (max-width: 360px) {
  #contact .zip01 input:first-child,
#compliance .zip01 input:first-child,
#jinken .zip01 input:first-child {
    width: 90px;
  }
}
@media screen and (max-width: 400px) {
  #contact .zip01 input:last-child,
#compliance .zip01 input:last-child,
#jinken .zip01 input:last-child {
    width: 155px;
  }
}
@media screen and (max-width: 360px) {
  #contact .zip01 input:last-child,
#compliance .zip01 input:last-child,
#jinken .zip01 input:last-child {
    width: 135px;
  }
}
#contact .pref01 .selectArea01,
#compliance .pref01 .selectArea01,
#jinken .pref01 .selectArea01 {
  width: 186px;
  margin: 0;
  background: url("../images/ico_index01.png") no-repeat 100% 0, #fff;
  border: 1px solid #ccc;
}
#contact .pref01 .selectArea01 select,
#compliance .pref01 .selectArea01 select,
#jinken .pref01 .selectArea01 select {
  height: 40px;
}
#contact .tel01 input,
#compliance .tel01 input,
#jinken .tel01 input {
  margin-right: 1.5%;
}
#contact .tel01 input:first-child,
#compliance .tel01 input:first-child,
#jinken .tel01 input:first-child {
  width: 77%;
}
#contact .tel01 span,
#compliance .tel01 span,
#jinken .tel01 span {
  width: 21%;
}
@media screen and (max-width: 540px) {
  #contact .tel01 span,
#compliance .tel01 span,
#jinken .tel01 span {
    margin-top: 8px;
  }
}
#contact .comment01 textarea,
#compliance .comment01 textarea,
#jinken .comment01 textarea {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #999;
  width: 80%;
  height: 300px;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  resize: none;
}
#contact .comment01 textarea:focus,
#compliance .comment01 textarea:focus,
#jinken .comment01 textarea:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  #contact .comment01 textarea,
#compliance .comment01 textarea,
#jinken .comment01 textarea {
    width: 100%;
    height: 250px;
  }
}
#contact .privacy01 .required01,
#compliance .privacy01 .required01,
#jinken .privacy01 .required01 {
  color: #de0716;
  padding-right: 10px;
  background: url("../../src/ja/images/common/ico_common05.png") no-repeat 100% 50%;
  background-size: 15px auto;
}
#contact .privacy01 .required01:hover,
#compliance .privacy01 .required01:hover,
#jinken .privacy01 .required01:hover {
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
#contact .privacy01 .privacy-detail,
#compliance .privacy01 .privacy-detail,
#jinken .privacy01 .privacy-detail {
  width: 80%;
  height: 100px;
  overflow: scroll;
  margin: 50px 0 50px 0;
}
#contact .privacy01 p:first-child,
#compliance .privacy01 p:first-child,
#jinken .privacy01 p:first-child {
  margin-bottom: 25px;
}
#contact .privacy01 .error01 p,
#compliance .privacy01 .error01 p,
#jinken .privacy01 .error01 p {
  margin-bottom: 0;
}
#contact .btn01,
#compliance .btn01,
#jinken .btn01 {
  width: 250px;
  margin: 0 auto;
  background: none;
}
#contact .btn01.backBtn01,
#compliance .btn01.backBtn01,
#jinken .btn01.backBtn01 {
  margin: 0 auto;
  margin-bottom: 10px;
}
#contact .btn01 input,
#compliance .btn01 input,
#jinken .btn01 input {
  font-size: 16px;
  background: url("../../src/ja/images/common/ico_common06.png") no-repeat 95% 50%, #de0716;
}
#contact .btn01 a,
#compliance .btn01 a,
#jinken .btn01 a {
  border: 0;
  cursor: pointer;
  text-align: center;
  background: url("../../src/ja/images/top/ico_common16.png") no-repeat 5% 50%, #333;
}
#contact .contactTxt01,
#compliance .contactTxt01,
#jinken .contactTxt01 {
  margin-top: 20px;
}
#contact .submitBtnArea,
#compliance .submitBtnArea,
#jinken .submitBtnArea {
  width: 600px;
  margin: auto;
}
#contact .submitBtnArea p,
#compliance .submitBtnArea p,
#jinken .submitBtnArea p {
  width: 48%;
}
#contact .submitBtnArea p:first-child,
#compliance .submitBtnArea p:first-child,
#jinken .submitBtnArea p:first-child {
  margin-right: 4%;
}
#contact .submitBtnArea p:first-child:hover,
#compliance .submitBtnArea p:first-child:hover,
#jinken .submitBtnArea p:first-child:hover {
  opacity: 0.8;
}
#contact .submitBtnArea p:first-child input,
#compliance .submitBtnArea p:first-child input,
#jinken .submitBtnArea p:first-child input {
  border: 0;
  background: url(../../src/ja/images/common/ico_common16.png) no-repeat 5% 50%, #333;
}
#contact .submitBtnArea p:first-child input:hover,
#compliance .submitBtnArea p:first-child input:hover,
#jinken .submitBtnArea p:first-child input:hover {
  cursor: pointer;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  #contact .submitBtnArea,
#compliance .submitBtnArea,
#jinken .submitBtnArea {
    width: 100%;
  }
}
#contact .error01,
#compliance .error01,
#jinken .error01 {
  font-size: 12px;
  color: #de0716;
  margin-top: 5px;
}

#recruit .btn01 {
  width: auto;
  margin: 10px auto 0;
  transition: 0.2s;
}
#recruit .btn01:hover {
  opacity: 0.8;
}
@media screen and (max-width: 430px) {
  #recruit .btn01 {
    width: 100%;
  }
}
#recruit .btn01.blankLink a {
  padding: 15px 32px 14px 15px;
  background-size: 15px;
  background-position: 95% center;
  border-radius: 3px;
}
#recruit .recruit01 .title03 {
  padding: 48px 25px 46px;
  background: url("../../src/ja/images/recruit/bg_index01.png") no-repeat 100% 0, #f6f6f6;
}
#recruit .recruit01 .blankLink a {
  background: url("../../src/ja/images/recruit/ico_recruit01.png") no-repeat 90% center;
  background-size: 15px;
}
#recruit .contentNav {
  display: flex;
  flex-wrap: wrap;
}
#recruit .contentNav li a {
  margin: 0;
  padding: 12px 16px;
}
#recruit #new_graduate {
  /* 新卒採用 */
  margin-bottom: 20px;
  height: auto;
  width: 100%;
}
#recruit #new_graduate .visual_new_graduate {
  position: relative;
  max-width: 100%;
  height: 400px;
  color: #ffff;
  background-image: url(../../src/ja/images/recruit/recruit_new_graduate.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #recruit #new_graduate .visual_new_graduate {
    height: 350px;
  }
}
@media screen and (max-width: 450px) {
  #recruit #new_graduate .visual_new_graduate {
    height: 320px;
  }
}
#recruit #new_graduate .visual_new_graduate .catchcopy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  /* margin: 0 auto;
  display:  inline-block; */
}
#recruit #new_graduate .visual_new_graduate .catchcopy p.afont_tsukumin {
  /* 世界を変える＋意思 */
  font-family: "fot-tsukumin-pr6n", serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.3;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #recruit #new_graduate .visual_new_graduate .catchcopy p.afont_tsukumin {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  #recruit #new_graduate .visual_new_graduate .catchcopy p.afont_tsukumin {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  #recruit #new_graduate .visual_new_graduate .catchcopy p.afont_tsukumin {
    font-size: 1.4rem;
  }
}
#recruit #new_graduate .visual_new_graduate .catchcopy .redtext {
  /* WILL */
  color: #ff4552;
  letter-spacing: 0.2em;
  margin-right: 15px;
  z-index: 1;
}
#recruit #new_graduate .visual_new_graduate .catchcopy .backtext {
  /* 意思 */
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  font-size: 90px;
  position: absolute;
  left: 63%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #recruit #new_graduate .visual_new_graduate .catchcopy .backtext {
    font-size: 80px;
  }
}
@media screen and (max-width: 600px) {
  #recruit #new_graduate .visual_new_graduate .catchcopy .backtext {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  #recruit #new_graduate .visual_new_graduate .catchcopy .backtext {
    font-size: 45px;
  }
}
#recruit #mid_career {
  /* 中途採用 */
}
#recruit #mid_career .visual_mid_career {
  max-width: 100%;
  height: 400px;
  background-image: url(../../src/ja/images/recruit/recruit_mid_career.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #recruit #mid_career .visual_mid_career {
    height: 350px;
  }
}
@media screen and (max-width: 450px) {
  #recruit #mid_career .visual_mid_career {
    height: 320px;
  }
}
#recruit .text_flex_w100 {
  /* w100% */
  display: flex;
  align-items: baseline;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 720px) {
  #recruit .text_flex_w100 {
    flex-direction: column;
    max-width: 100%;
    gap: 0;
  }
}
#recruit .text_w60 {
  /* w60% 新卒採用ボタン*/
  max-width: 60%;
  margin: 0 auto;
  line-height: 1.5;
  margin: 20px auto 40px;
}
@media screen and (max-width: 767px) {
  #recruit .text_w60 {
    flex-direction: column;
    max-width: 100%;
  }
}
#recruit .text_w50 {
  /* w50% */
  max-width: 50%;
  margin: 0 auto;
  line-height: 1.5;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #recruit .text_w50 {
    flex-direction: column;
    max-width: 100%;
  }
}
#recruit #group_career {
  /*  グループ採用 */
}
#recruit #group_career .groupWrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}
@media screen and (max-width: 720px) {
  #recruit #group_career .groupWrap {
    flex-direction: column;
    max-width: 100%;
  }
}
#recruit #group_career ul {
  width: 100%;
}
#recruit #group_career li {
  width: 100%;
  cursor: pointer;
  /* common */
  border: 1px #e6e6e6 solid;
  padding: 20px;
}
#recruit #group_career p {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  /* 親要素 */
  flex-direction: column;
}
#recruit #group_career p .grow {
  /* 孫要素を揃える */
  flex-grow: 1;
}
#recruit #group_career .icoBlank {
  /* 外部リンクアイコン */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
  background: url(../../src/ja/images/common/ico_common09.png) no-repeat 100% center;
  background-size: 16px auto;
}
#recruit #group_career .w50 {
  width: 50%;
  height: auto;
  padding: 20px 0;
  margin: 0 auto;
  line-height: 1.5;
}
#recruit #group_career .summary {
  width: 100%;
}
#recruit #group_career .left {
  text-align: left;
}
#recruit #group_career .mb_10_20 {
  margin: 10px auto 20px;
}
#recruit #sns .groupWrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}
@media screen and (max-width: 766px) {
  #recruit #sns .groupWrap {
    flex-direction: row;
    max-width: 100%;
  }
}
@media screen and (max-width: 735px) {
  #recruit #sns .groupWrap {
    flex-direction: column;
    max-width: 100%;
    gap: 10px;
  }
}
#recruit #sns .groupinner {
  max-width: 100%;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 735px) {
  #recruit #sns .groupinner {
    width: 100%;
    gap: 10px;
  }
}
#recruit #sns ul {
  width: 50%;
  display: flex;
}
#recruit #sns li {
  /* display: flex; */
  width: 100%;
  cursor: pointer;
  /* common */
  border: 1px #e6e6e6 solid;
  padding: 15px;
}
#recruit #sns li p {
  line-height: 1.5;
}
@media screen and (max-width: 890px) {
  #recruit #sns li p {
    font-size: 10px;
  }
}
#recruit #sns li span {
  font-size: 0.8rem;
  line-height: 1.3;
}
#recruit #sns li span:nth-of-type(1) {
  font-size: 20px;
}
#recruit #sns li img {
  width: 48px;
  height: 48px;
}
#recruit #sns .bm_col {
  /* bigsmile color */
  color: #808080;
}
#recruit #sns .is_col {
  /* Instagram color */
  color: #F40D7C;
}
#recruit #sns .yt_col {
  /* youtube color */
  color: #FF0000;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
#news table.dataTable thead th,
#news table.dataTable thead td,
#news table.dataTable.no-footer {
  border-bottom: none;
}
#news .newsArea01 .newsDetail01 {
  padding: 0;
}
#news .newsSelectArea .selectArea01 {
  margin-left: 15px;
}
@media screen and (max-width: 400px) {
  #news .newsSelectArea .selectArea01 {
    width: 100%;
    margin: 15px auto;
  }
}
#news .newsSelectArea .selectCompany {
  width: 300px;
}
@media screen and (max-width: 400px) {
  #news .newsSelectArea .selectCompany {
    width: 100%;
    margin: auto;
  }
}
#news .news01 .wysiwyg-wrapper h1 {
  padding: 2px 5px;
  border-left: 4px solid #de0716;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
#news .news01 .wysiwyg-wrapper h2 {
  padding: 2px 5px;
  border-left: 4px solid #de0716;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1;
}
#news .news01 .wysiwyg-wrapper h3 {
  padding: 2px 5px;
  border-left: 4px solid #de0716;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1;
}
#news .news01 .wysiwyg-wrapper ul {
  list-style: square;
  padding-left: 5%;
}
#news .news01 .wysiwyg-wrapper ol {
  list-style: decimal;
  padding-left: 5%;
}
#news .news01 .wysiwyg-wrapper strong {
  font-weight: bold;
}
#news .news01 .wysiwyg-wrapper em {
  font-style: italic;
}
#news .news01 .wysiwyg-wrapper img {
  height: auto;
}
#news .news01 .wysiwyg-wrapper p {
  margin-top: 1em;
  margin-bottom: 1em;
}
#news .news01 .wysiwyg-wrapper blockquote {
  border-left: 3px solid #b9b5b5;
  padding: 0em 1em 0em 1em;
  margin: 1em 3%;
}
#news .news01 .wysiwyg-wrapper a {
  padding-right: 10px;
  background-size: 15px;
  border-bottom: 1px solid #333;
  transition-duration: 0ms;
}
#news .news01 .wysiwyg-wrapper .webpage {
  padding-right: 18px;
  background: url(../../src/ja/images/common/ico_common09.png) no-repeat 100% 4px;
  background-size: 15px;
  border-bottom: 1px solid #333;
}
#news .news01 .wysiwyg-wrapper .pdfclass {
  padding-right: 10px;
  background: url(../../src/ja/images/common/ico_common07.png) no-repeat 100% 4px;
  background-size: 15px;
  border-bottom: 1px solid #333;
}
#news .news01 .wysiwyg-wrapper a:hover {
  color: #de0716;
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
#news .news01 .wysiwyg-wrapper.news-detail {
  line-height: 1.7rem;
}
#news .news01 .wysiwyg-wrapper.news-detail a[href^="https://"] {
  background: url(../../src/ja/images/common/ico_common09.png) no-repeat 100% 4px;
  background-size: 15px;
  border-bottom: 1px solid #333;
  padding: 4px 18px 0 0;
}
#news .news01 .wysiwyg-wrapper.news-detail a[href$=".pdf"] {
  background: url(../../src/ja/images/common/ico_common07.png) no-repeat 100% 4px;
  padding: 4px 10px 4px 0;
}
#news .newsdetailArea01 .category01 {
  color: #fff;
  background: #de0716;
  padding: 5px 10px;
  text-align: left;
  font-size: 12px;
  margin-left: 10px;
}
#news .newsdetailArea01 .detail-nav {
  display: flex;
  gap: 15px;
  text-align: center;
}
#news .news01 .extitleH4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
#news .newsArea01 {
  border: none;
}
#news .newsArea01 .newsDetail01 .companyName01 {
  font-size: 11px;
  font-weight: bold;
}
#news .newsArea01 .text01 {
  width: 84%;
}
#news .newsArea01 .cPname01 {
  color: #de0716;
  font-size: 10px;
}
#news .newsArea01 .cPname01 span {
  line-height: 1.2;
  display: block;
}
#news .newsTable.dataTable.no-footer {
  border: 1px solid #e1e1e1;
}
#news .extitleH4 {
  display: block;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  background: #fff;
  line-height: 1.5;
}
#news .newsdetailtittle01 {
  padding: 0 15px 15px 15px;
  border-bottom: 1px dotted #999;
}
#news .newsdetailtittle01 .news-details {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 400px) {
  #news .newsdetailtittle01 .news-details {
    display: block;
  }
}
#news .newsdetailtittle01 .news-details .news-item .category {
  color: #fff;
  text-align: center;
  font-size: 10px;
  width: 96px;
  margin: 6px 10px 0 0;
  padding: 2px 5px;
  background: #de0716;
  clear: both;
}
@media screen and (max-width: 400px) {
  #news .newsdetailtittle01 .news-details .news-gallery {
    margin-top: 10px;
  }
}
#news .newsdetailtittle01 .news-details .news-gallery .company {
  color: #de0716;
  font-size: 11px;
  font-weight: bold;
}
#news .newsdetailtittle01 .news-details .news-gallery .link {
  margin-top: 5px;
}
#news .newsdetailtittle01 .news-details .news-gallery .link > a {
  border-bottom: 1px solid #333;
}
#news .newsdetailtittle01 .news-details .news-gallery .link > a:hover {
  opacity: 0.8;
  color: #de0716;
  border-bottom: 1px solid #de0716;
  transition-duration: 0ms;
}
#news .news-button {
  background: #333;
  border-radius: 3px;
  width: 250px;
  margin: 30px auto 0;
}
@media screen and (max-width: 400px) {
  #news .news-button {
    margin-bottom: 30px;
  }
}
#news .news-button > a {
  text-align: center;
  color: #fff;
  padding: 15px 0 14px;
  display: block;
  background: url(../../src/ja/images/common/ico_common06.png) no-repeat 92% 50%;
}
#news .news-button > .prev {
  text-align: center;
  color: #fff;
  padding: 15px 0 14px;
  display: block;
  background: url(../../src/ja/images/common/ico_common16.png) no-repeat 5% 50%, #333;
}
#news .dataTables_wrapper .dataTables_paginate {
  margin: auto;
  text-align: center;
}
#news .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
#news .dataTables_wrapper .dataTables_paginate .paginate_button.next,
#news .dataTables_wrapper .dataTables_paginate .paginate_button.first,
#news .dataTables_wrapper .dataTables_paginate .paginate_button.last,
#news .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  padding: 0 10px;
  color: #fff;
  background-color: #bcbcbc;
}
#news .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #de0716 !important;
  -webkit-text-decoration: underline #de0716 !important;
          text-decoration: underline #de0716 !important;
  border: none;
  background: none;
}
#news .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.2rem 0.5rem;
}

/*
日本語版と英語版のCSSは、一部共通していますが、
個々に内容が異なるため上書きしないようにご注意ください。
なお、既存のcommon.scssのtable表記は残し、お問い合わせページなどに利用しています。
*/
.table-group {
  width: 100%;
  margin-bottom: 30px;
}
.table-group .cap_top {
  text-align: left;
  margin-bottom: 10px;
}
.table-group .cap_bottom {
  text-align: left;
  font-size: 0.71rem;
  margin-top: 5px;
  line-break: normal;
  padding-left: 1.4rem;
  letter-spacing: 0em;
}
.table-group .cap_bottom::before {
  content: "※";
  margin-left: -1.4rem;
}

.scroll_table_wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  /*
  @media screen and (max-width: 1020px) {//横幅が広い表組みは、1020以下でスクロールに切り替える
      overflow-x: auto;//X方向にスクロール、autoにすると縦スクロールが消える
  }*/
}

.table-base-design {
  width: 100%;
  height: auto;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  border-top: solid 2px #de0716;
  box-sizing: border-box;
  word-break: normal;
}
.table-base-design.table-base-design_btno {
  border-top: solid 1px #ccc;
}
.table-base-design thead {
  border-bottom: solid 2px #BBB;
  /*        th:first-child{
              border-left: 0;
          }*/
}
.table-base-design thead th {
  color: #de0716;
  background-color: #f6f6f6;
  border-left: solid 1px #CCC;
  font-weight: bold;
}
.table-base-design tbody tr:hover {
  background-color: #fdf1f3;
}
.table-base-design tbody th {
  color: #333;
  background-color: #f6f6f6;
}
.table-base-design tbody td {
  border-left: solid 1px #CCC;
}
.table-base-design th, .table-base-design td {
  font-size: 0.8m;
  padding: 8px;
  border-bottom: solid 1px #CCC;
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
  vertical-align: middle;
  max-width: 200px;
  min-width: 81px;
}
@media screen and (max-width: 375px) {
  .table-base-design th, .table-base-design td {
    font-size: 0.7m;
  }
}
.table-base-design th:first-child, .table-base-design .scrole_sticky {
  position: -webkit-sticky;
  position: sticky;
  width: 250px;
  min-width: 90px;
}
.table-base-design th:first-child::before, .table-base-design .scrole_sticky::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100%;
  height: 100%;
  border-right: solid 1px #CCC;
  box-sizing: border-box;
}
@media screen and (max-width: 414px) {
  .table-base-design th:first-child, .table-base-design .scrole_sticky {
    width: 30%;
  }
}
.table-base-design th:first-child {
  left: 0px;
}
.table-base-design .scrole_sticky {
  left: 90px;
  border-left: solid 1px #CCC;
}
@media screen and (min-width: 376px) {
  .table-base-design .pc_br {
    display: inline;
  }
}
@media screen and (max-width: 890px) {
  .table-base-design .pc_br {
    display: none;
  }
}
.table-base-design .sp_br {
  display: none;
}
@media screen and (max-width: 390px) {
  .table-base-design .sp_br {
    display: block;
  }
}

.table-typeA {
  border-top: solid 1px #CCC;
}
.table-typeA tbody tr.border-top {
  border-top: solid 2px #BBB;
}
.table-typeA tbody tr.border-bottom {
  border-bottom: solid 2px #BBB;
}
.table-typeA tbody tr:hover {
  background-color: #FFF;
}
.table-typeA tbody th {
  text-align: left;
  width: 145px !important;
}
@media screen and (max-width: 375px) {
  .table-typeA tbody th {
    width: 100px !important;
  }
}
.table-typeA tbody td {
  text-align: left;
}
.table-typeA tbody tr td ul li {
  display: list-item;
  padding-left: 20px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.corporate th, .corporate td {
  padding: 24px 16px;
  line-height: 1.3rem;
}

.table-typeB thead th.black {
  color: #333 !important;
  border-top: solid 2px #333;
}
.table-typeB tbody th {
  text-align: left;
  max-width: 90px;
}
.table-typeB tbody td {
  text-align: right;
}

.table-typeC th:first-child {
  min-width: 450px !important;
}
@media screen and (max-width: 820px) {
  .table-typeC th:first-child {
    min-width: 333px !important;
  }
}
@media screen and (max-width: 414px) {
  .table-typeC th:first-child {
    min-width: 175px !important;
  }
}
.table-typeC tbody th {
  text-align: left;
}
.table-typeC tbody td {
  text-align: right;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .table-typeC tbody td {
    min-width: 104px !important;
  }
}
@media screen and (max-width: 414px) {
  .table-typeC tbody td {
    min-width: 80px !important;
  }
}

.table-typeD {
  /*
  thead th:nth-of-type(-n+2),tbody td:nth-of-type(-n+1){//１つ目から最後まで
      min-width: 61px !important;
      max-width: 61px !important;
  }
  */
}
.table-typeD thead th {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.table-typeD tbody th:first-child {
  text-align: left;
}
.table-typeD thead tr th:first-child, .table-typeD tbody tr th:first-child {
  min-width: 120px;
}
.table-typeD thead th:last-child, .table-typeD tbody td:last-child {
  min-width: 170px;
}

.table-typeF tbody tr.border-top {
  border-top: solid 2px #BBB;
}
.table-typeF tbody tr.border-bottom {
  border-bottom: solid 2px #BBB;
}
.table-typeF tbody th, .table-typeF tbody td {
  text-align: left;
}
.table-typeF tbody td:nth-child(3), .table-typeF tbody td:nth-child(4) {
  min-width: 141px;
}
.table-typeF tbody td:nth-child(4) {
  min-width: 105px;
}
.table-typeF tbody td:nth-child(5), .table-typeF tbody td:nth-child(6) {
  text-align: center;
}
.table-typeF th:first-child, .table-typeF .scrole_sticky {
  width: 90px;
}
.table-typeF tbody span.bold {
  font-weight: bold;
}
.table-typeF tbody td ul {
  list-style-type: disc;
  padding-left: 15px;
}
.table-typeF thead th:nth-child(5), .table-typeF th:nth-child(6), .table-typeF tbody td:nth-child(5), .table-typeF td:nth-child(6) {
  min-width: 50px;
}

.table-typeG tbody th:first-child, .table-typeG tbody th:nth-child(2) {
  text-align: left;
}
.table-typeG tbody th {
  width: 90px;
}

.none {
  display: none;
}

span.bold {
  font-weight: bold;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_light {
  text-align: light !important;
}

.margin_b30 {
  margin-bottom: 30px;
}

.indent_one {
  padding-left: 1rem !important;
}

.indent_two {
  padding-left: 1.5rem !important;
}

.profileTable {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  box-sizing: border-box;
  word-break: normal;
}
.profileTable th.profileTableHead {
  background-color: #999;
  color: #fff;
  text-align: left;
  font-size: 16px;
}
.profileTable th, .profileTable td {
  font-size: 14px;
  padding: 10px 8px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
}
.profileTable th {
  background-color: #f6f6f6;
  width: 140px;
}

.sessionTable {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  box-sizing: border-box;
  word-break: normal;
}
.sessionTable th, .sessionTable td {
  font-size: 14px;
  padding: 8px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
}
.sessionTable th {
  background-color: #f6f6f6;
  width: 120px;
}

@media screen and (min-width: 819px) {
  #ir .table-typeB-arrange thead th {
    width: 25%;
  }
}
#ir .table-typeB-arrange th.minW50 {
  min-width: 30px;
  width: 30px;
  max-width: 30px;
}
#ir .table-typeB-arrange th.scrole_sticky {
  left: 30px;
}
@media screen and (max-width: 767px) {
  #ir .table-typeB-arrange th.minW50 {
    min-width: 50px;
    width: 50px;
    max-width: 50px;
  }
  #ir .table-typeB-arrange th.scrole_sticky {
    left: 50px;
  }
}
#ir .strategyTable {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 24px auto 0;
  box-sizing: border-box;
  word-break: normal;
}
#ir .strategyTable th {
  font-size: 16px;
  padding: 8px;
  border: 1px solid #ccc;
  vertical-align: middle;
  background-color: #f6f6f6;
  width: 140px;
  text-align: center;
  font-weight: bold;
}
#ir .strategyTable td {
  font-size: 14px;
  padding: 8px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
}

@media screen and (min-width: 819px) {
  .materialityTable th:nth-child(1) {
    width: 20%;
  }
  .materialityTable th:nth-child(2) {
    width: 30%;
  }
  .materialityTable th:nth-child(3) {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .materialityTable th:first-child {
    max-width: 100px;
  }
}
.materialityTable tbody {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .materialityTable .materialityTableIcon {
    text-align: center;
  }
}
.materialityTable .materialityTableIcon img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 4px 2px;
}

/* PC/SP共通 背景固定指示
--------------------------------------*/
body.fixed {
  position: fixed;
  left: 0;
}

/*::-webkit-scrollbar {
    display: none;
  }*/
/* PC版メニュー
--------------------------------------*/
#headerPcOnly #headerPc {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 76px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(4px);
  backdrop-filter: saturate(180%) blur(4px);
  transition: 0.6s;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  /*パネル部分
  -------------------------------*/
}
#headerPcOnly #headerPc.active {
  background-color: #f6f6f6;
}
#headerPcOnly #headerPc .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 76px;
  margin: 0 auto;
  /*メガメニュー
  -------------------------------*/
  /*ハンバーガーメニューボタン
  -------------------------------*/
  /*activeクラス付与*/
}
#headerPcOnly #headerPc .inner .logo {
  width: 195px;
  height: 30px;
}
#headerPcOnly #headerPc .inner .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap {
  margin-left: auto;
  margin-right: 76px;
  /*黒い透過スクリーン*/
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap ul.pcHeaderNav {
  display: flex;
  align-items: center;
  list-style: none;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap ul.pcHeaderNav > li {
  display: flex;
  align-items: center;
  height: 76px;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap ul.pcHeaderNav > li > a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 76px;
  position: relative;
  padding-inline: 16px;
  letter-spacing: 1px;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap ul.pcHeaderNav > li > a:hover {
  color: #F00000;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap ul.pcHeaderNav > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap ul.pcHeaderNav > li > a.current {
  color: #F00000;
  background: #FFFFFF;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap ul.pcHeaderNav > li > a.current::after {
  background: #F00000;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap .childMenu {
  /* 初めはメニューを隠す */
  display: none;
  position: absolute;
  top: 76px;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
  z-index: 99;
  /*パネル部分*/
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap .childMenu .panelMenu {
  width: 97.5%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1.1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap .childMenu .panelMenu .headImg {
  position: relative;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap .childMenu .panelMenu .headImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap .childMenu .panelMenu .headImg .title {
  position: absolute;
  top: 24px;
  left: 13%;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  z-index: 2;
  font-family: sans-serif;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap .childMenu .panelMenu .headImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap .childMenu .panelMenu .menuList {
  padding: 12px 0 28px;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap .childMenu .panelMenu .menuList dt {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  padding-top: 16px;
  font-family: sans-serif;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap .childMenu .panelMenu .menuList dd {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  padding-left: 1rem;
  padding-top: 16px;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap .childMenu .panelMenu .menuList dt a:hover, #headerPcOnly #headerPc .inner .pcHeaderNavWrap .childMenu .panelMenu .menuList dd a:hover {
  color: #F00000;
  text-decoration: underline;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap .coverScreen {
  display: none;
}
#headerPcOnly #headerPc .inner .pcHeaderNavWrap .coverScreen.active {
  display: block;
  position: absolute;
  z-index: -999;
  top: 76px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
#headerPcOnly #headerPc .inner .openBtn {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 2.5%;
  cursor: pointer;
  width: 76px;
  height: 76px;
}
#headerPcOnly #headerPc .inner .openBtn .openBtnContent {
  position: relative;
  width: 76px;
  height: 76px;
}
#headerPcOnly #headerPc .inner .openBtn .openBtnContent span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 23px;
}
#headerPcOnly #headerPc .inner .openBtn .openBtnContent span:nth-of-type(1) {
  top: 23px;
  width: 30px;
  height: 2px;
  background-color: #000;
}
#headerPcOnly #headerPc .inner .openBtn .openBtnContent span:nth-of-type(2) {
  top: 31px;
  width: 30px;
  height: 2px;
  background-color: #000;
}
#headerPcOnly #headerPc .inner .openBtn .openBtnContent span:nth-of-type(3) {
  top: 39px;
}
#headerPcOnly #headerPc .inner .openBtn .openBtnContent span:nth-of-type(3)::after {
  content: "Menu";
  position: absolute;
  top: 0;
  left: -2px;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#headerPcOnly #headerPc .inner .openBtn.active .openBtnContent span:nth-of-type(1) {
  top: 20px;
  left: 23px;
  transform: translateY(6px) rotate(-25deg);
  width: 30px;
}
#headerPcOnly #headerPc .inner .openBtn.active .openBtnContent span:nth-of-type(2) {
  top: 32px;
  left: 23px;
  transform: translateY(-6px) rotate(25deg);
  width: 30px;
}
#headerPcOnly #headerPc .inner .openBtn.active .openBtnContent span:nth-of-type(3) {
  top: 39px;
}
#headerPcOnly #headerPc .inner .openBtn.active .openBtnContent span:nth-of-type(3)::after {
  content: "Close";
  top: 0;
  left: -3px;
}
#headerPcOnly #headerPc #globalNavPanel {
  display: none;
  position: fixed;
  z-index: 999;
  background: #f6f6f6;
  top: 76px;
  left: 0;
  width: 100%;
  height: calc(100vh - 76px);
  overflow-y: auto;
  padding-top: 12px;
}
#headerPcOnly #headerPc .fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#headerPcOnly #headerPc .globalNavHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 76px;
  margin: 0 auto;
}
#headerPcOnly #headerPc .globalNavHead a {
  display: block;
  height: 30px;
}
#headerPcOnly #headerPc .globalNavHead a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#headerPcOnly #headerPc #globalNavListWrap {
  width: 95%;
  margin: 0 auto 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr 2fr;
  grid-template-columns: 1fr 3fr 2fr;
  gap: 1rem;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition-duration: 400ms;
  /*見出し部分*/
  /*企業情報　背景画像*/
  /*IR　背景画像*/
  /*サステナビリティ 　背景画像*/
  /*単体　見出し部分*/
  /*単体　採用情報　背景画像*/
  /*単体　お問い合わせ　背景画像*/
  /*単体　プライバシーポリシー　背景画像*/
  /*単体　免責事項　背景画像*/
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .headImg {
  position: relative;
  width: 100%;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .headImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.5) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .headImg .title {
  position: relative;
  padding: 24px 16px;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  font-family: sans-serif;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .headImg .title a:hover {
  color: #F00000;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .headImgCompany {
  background: url(https://willgroup.co.jp/willg-wp/wp-content/themes/corporate/src/ja/images/top/link_company_profile.png) center/cover no-repeat;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .headImgIR {
  background: url(https://willgroup.co.jp/willg-wp/wp-content/themes/corporate/src/ja/images/top/link_to_individual.png) center/cover no-repeat;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .headImgSustainability {
  background: url(https://willgroup.co.jp/willg-wp/wp-content/themes/corporate/src/en/images/sustainability/pic_index02_on.jpg) center/cover no-repeat;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navBackImg {
  position: relative;
  width: 100%;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navBackImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #fff 30%, rgba(255, 255, 255, 0.5) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navBackImg .title {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  font-family: sans-serif;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navBackImg .title a {
  padding: 16px;
  display: block;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navBackImg .title a:hover {
  color: #F00000;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navBackImgRecruit {
  background: url(https://willgroup.co.jp/willg-wp/wp-content/themes/corporate/src/ja/images/top/link_recruit.png) center/cover no-repeat;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navBackImgContact {
  background: url(https://willgroup.co.jp/willg-wp/wp-content/themes/corporate/src/ja/images/top/link_business_callcenter.png) center/cover no-repeat;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navBackImgPrivacy {
  background: url(https://willgroup.co.jp/willg-wp/wp-content/themes/corporate/src/ja/images/sustainability/pic_social_01.jpg) center/cover no-repeat;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navBackImgDisclaimer {
  background: url(https://willgroup.co.jp/willg-wp/wp-content/themes/corporate/src/ja/images/top/link_governance.png) center/cover no-repeat;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navlistWrap_1 {
  display: flex;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navlistWrap_2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navlistWrap_3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navList {
  padding: 16px;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navList dt {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: sans-serif;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navList dt:last-child {
  margin-bottom: 0;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navList dd {
  padding-left: 1rem;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 16px;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navList dd:last-child {
  margin-bottom: 0;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navList dt a, #headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navList dd a {
  display: block;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navList dt a:hover, #headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavItem .navList dd a:hover {
  color: #F00000;
  text-decoration: underline;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .languageBtnWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-bottom: auto;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .languageBtnWrap .languageBtn {
  width: 100%;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .languageBtnWrap .languageBtn a {
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .languageBtnWrap .languageBtn a:hover {
  color: #F00000;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .languageBtnWrap .languageBtn a.active {
  font-weight: 400;
  pointer-events: none;
  opacity: 0.4;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavText p {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  margin-bottom: 8px;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavText p:first-child {
  margin-bottom: 16px;
}
#headerPcOnly #headerPc #globalNavListWrap .globalNavList .globalNavText p:last-child {
  margin-bottom: 0;
}

#headerSpOnly {
  display: none;
}

/* SP版メニュー
--------------------------------------*/
@media screen and (max-width: 1279px) {
  #headerPcOnly {
    display: none;
  }

  #headerSpOnly {
    display: block;
    /*ハンバーガーメニューボタン
    -------------------------------*/
    /*activeクラス付与*/
    /*パネル部分
    -------------------------------*/
  }
  #headerSpOnly #headerSp {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    color: #000;
  }
  #headerSpOnly #headerSp .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    height: 60px;
    margin: 0 auto;
  }
  #headerSpOnly #headerSp .inner .logo {
    width: 195px;
    height: 30px;
  }
  #headerSpOnly #headerSp .inner .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #headerSpOnly .slideL {
    -webkit-animation: slideLAnime;
            animation: slideLAnime;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes slideLAnime {
    from {
      opacity: 1;
      transform: translateX(0);
    }
    to {
      opacity: 1;
      transform: translateX(100%);
    }
  }
  @keyframes slideLAnime {
    from {
      opacity: 1;
      transform: translateX(0);
    }
    to {
      opacity: 1;
      transform: translateX(100%);
    }
  }
  #headerSpOnly .fadeOut {
    -webkit-animation-name: fadeOutAnime;
            animation-name: fadeOutAnime;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 1;
  }
  @-webkit-keyframes fadeOutAnime {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes fadeOutAnime {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  #headerSpOnly .openBtn {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background: #fff;
    cursor: pointer;
    width: 60px;
    height: 60px;
  }
  #headerSpOnly .openBtn .openBtnContent {
    position: relative;
    width: 60px;
    height: 60px;
  }
  #headerSpOnly .openBtn .openBtnContent span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 15px;
  }
  #headerSpOnly .openBtn .openBtnContent span:nth-of-type(1) {
    top: 15px;
    width: 30px;
    height: 2px;
    background-color: #000;
  }
  #headerSpOnly .openBtn .openBtnContent span:nth-of-type(2) {
    top: 23px;
    width: 30px;
    height: 2px;
    background-color: #000;
  }
  #headerSpOnly .openBtn .openBtnContent span:nth-of-type(3) {
    top: 30px;
  }
  #headerSpOnly .openBtn .openBtnContent span:nth-of-type(3)::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: -2px;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #headerSpOnly .openBtn.active .openBtnContent span:nth-of-type(1) {
    top: 12px;
    left: 17px;
    transform: translateY(6px) rotate(-25deg);
    width: 30px;
  }
  #headerSpOnly .openBtn.active .openBtnContent span:nth-of-type(2) {
    top: 24px;
    left: 17px;
    transform: translateY(-6px) rotate(25deg);
    width: 30px;
  }
  #headerSpOnly .openBtn.active .openBtnContent span:nth-of-type(3) {
    top: 30px;
  }
  #headerSpOnly .openBtn.active .openBtnContent span:nth-of-type(3)::after {
    content: "Close";
    top: 5px;
    left: -2px;
  }
  #headerSpOnly #globalNav {
    display: none;
    position: fixed;
    z-index: 999;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    /*ナビゲーションの縦スクロールエリア*/
  }
  #headerSpOnly #globalNav #globalNavList {
    width: 100%;
    max-height: calc(100vh - 60px);
    background-color: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /*ナビゲーション
    -------------------------------*/
    /*最初は非表示*/
    /*言語選択*/
  }
  #headerSpOnly #globalNav #globalNavList ul ul {
    display: none;
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu {
    /*第一階層 子持ち +-付け替え共通*/
    /*第一階層 単独*/
    /*第二階層 子持ち*/
    /*第二階層 単独*/
    /*第三階層 子持ち*/
    /*第三階層 単独*/
    /*第四階層 子持ち*/
    /*第四階層 単独*/
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li .hasChild {
    display: block;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 16px 32px 16px 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    position: relative;
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li .hasChild::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 2px;
    background-color: #000;
    transition: all 0.4s;
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li .hasChild::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 2px;
    background-color: #000;
    transition: all 0.4s;
    transform: translateY(-1px) rotate(-90deg);
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li .hasChild.active::after {
    content: "";
    transform: translateY(-1px) rotate(-180deg);
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li .hasChild.active::before {
    content: "";
    transform: translateY(-1px) rotate(-180deg);
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li {
    list-style: none;
    border-top: 1px solid #dbdbdb;
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 16px 32px 16px 0;
    width: 90%;
    margin: 0 auto;
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu > li:last-child {
    border-bottom: 1px solid #dbdbdb;
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li ul li .hasChild {
    display: block;
    background-color: #e6e6e6;
    padding: 16px 32px 16px 1rem;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #000;
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li ul li {
    list-style: none;
    border-top: 1px solid #dbdbdb;
    background-color: #e6e6e6;
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 16px 32px 16px 1rem;
    width: 90%;
    margin: 0 auto;
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li ul li ul li .hasChild {
    display: block;
    background-color: #ccc;
    padding: 16px 32px 16px 2rem;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #000;
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li ul li ul li {
    list-style: none;
    border-top: 1px solid #dbdbdb;
    background-color: #ccc;
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li ul li ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 16px 32px 16px 2rem;
    width: 90%;
    margin: 0 auto;
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li ul li ul li ul li.hasChild {
    display: block;
    background-color: #bcbcbc;
    padding: 16px 32px 16px 3rem;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #000;
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li ul li ul li ul li {
    list-style: none;
    border-top: 1px solid #dbdbdb;
    background-color: #bcbcbc;
  }
  #headerSpOnly #globalNav #globalNavList .globalNavMenu li ul li ul li ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 16px 32px 16px 3rem;
    width: 90%;
    margin: 0 auto;
  }
  #headerSpOnly #globalNav #globalNavList .language {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #headerSpOnly #globalNav #globalNavList .language p {
    padding: 0 20px;
    margin: 20px 0;
  }
  #headerSpOnly #globalNav #globalNavList .language p:first-child {
    border-right: 1px solid #000;
  }
  #headerSpOnly #globalNav #globalNavList .language p a {
    color: #808080;
    font-size: 12px;
  }
  #headerSpOnly #globalNav #globalNavList .language p a.active {
    font-weight: bold;
    color: #000;
  }

  /*headerSpOnly END*/
}
/*メディアクエリ END*/

/*# sourceMappingURL=main.bundle.css.map*/