@charset "UTF-8";
/* CSS Document */
/*---------------------------------------- Common Selector start */
/*html, body, div, span, 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,
button, input[type=submit], input[type=button] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}*/
.ir-section * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.ir-section a {
  outline: none;
  border: none;
}

.ir-section ol,
.ir-section ul {
  list-style: none;
}

.ir-section img {
  border: none;
}

.ir-section * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ir-section *:before,
.ir-section *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ir-section img {
  width: 100%;
  vertical-align: bottom;
}

.ir-section table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------------------------------------- Common Selector end */
/* CSS Document */
/*---------------------------------------- layout start */
.sp-only,
.sp-only-inline,
.sp-only-flex {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only-inline {
    display: inline;
  }
  .sp-only-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*---------------------------------------- layout end */
/*---------------------------------------- anchor start */
/*.page-anchor {
    position: relative;
    top: -150px;
    display: block;
}

@media screen and (max-width: 768px) {
    .page-anchor {
        top: -130px;
    }
}*/
/*---------------------------------------- anchor end */
/* CSS Document */
/*---------------------------------------- font start */
.ir-section {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  line-height: 1;
  letter-spacing: .15em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.ir-section .barlow {
  font-family: 'Barlow Condensed', sans-serif;
}

/*
Barlow Condensed - wight
Thin 100
Thin 100 Italic
ExtraLight 200
ExtraLight 200 Italic
Light 300
Light 300 Italic
Medium 500
Medium 500 Italic
SemiBold 600
SemiBold 600 Italic
*/
/*---------------------------------------- font end */
/* CSS Document */
.ir-section {
  color: #42210b;
}

/*---------------------------------------- selection start */
/*::selection {
    background: #00a0e9;
    color: #ffffff;
}*/
/* for Firefox */
/*::-moz-selection {
    background: #00a0e9;
    color: #ffffff;
}*/
/*---------------------------------------- selection start */
/*---------------------------------------- link start */
/*a{color:#00a0e9;text-decoration:underline;}
a:visited{color:#00a0e9;text-decoration:underline;}
a:hover{color:#00a0e9;text-decoration:none;}
a:active{color:#00a0e9;text-decoration:none;}*/
/*---------------------------------------- link end */
/* CSS Document */
/* -----------------------------------------COMMON-start*/
/*不要なCSS*/
body {
  margin: 0;
}

nav {
  background: #FFF;
}

.dammy-head {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.dammy-foot-item:first-child {
  background: #eee;
}

.dammy-foot-item:nth-child(2) {
  background: #535353;
}

.dammy-foot-item:last-child {
  background: #434343;
}

.dammy-foot-item p {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.dammy-foot {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dammy-head img,
.dammy-foot img {
  width: 100%;
}

/*content-header*/
.header-wrapper {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.header-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 35px 0;
}

.header-ttl-eng {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 50px;
  font-weight: 100;
  font-style: italic;
}

.header-ttl-jpn {
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 15px;
  margin-top: 1em;
}

/*content*/
.content-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.content-header-area {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.content-header-txt {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.5em;
}

.content-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.type-three .content-nav-item {
  width: calc((100% - 8px) / 3);
}

.type-four .content-nav-item {
  width: calc((100% - 12px) / 4);
}

.type-five .content-nav-item {
  width: calc((100% - 16px) / 5);
}

.content-nav-item span,
.content-nav-item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #42210b;
  background: #ecf0f2;
  padding: 1.25em 0;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.content-nav-item span:hover,
.content-nav-item a:hover {
  opacity: .5;
}

.content-nav-item span.is-selected,
.content-nav-item a.is-selected {
  color: #FFF;
  background: #7ac743;
  pointer-events: none;
}

.content-area {
  padding-top: 50px;
  text-align: left;
}

.content-ttl {
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

.content-sub-ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .15em;
  border-bottom: 1px solid #ccc;
  padding-bottom: .5em;
  margin: 2em 0 .5em;
}

.content-ttl + .content-sub-ttl {
  margin-top: 4em;
}

.ir-content-txt {
  line-height: 1.8;
  margin-top: 1em;
}

.tab-box {
  padding-top: 50px;
  display: none;
}

.tab-box.is-active {
  display: block;
}

.year-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.year-nav-item {
  width: calc((100% - 20px) / 6);
  margin-right: 4px;
}

.year-nav-item:nth-child(6n) {
  margin-right: 0;
}

.year-nav-item:nth-child(n+7) {
  margin-top: 4px;
  display: none;
}

.year-nav-list.is-open .year-nav-item:nth-child(n+7) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.year-nav-item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #42210b;
  background: #ecf0f2;
  padding: 1.25em 0;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.year-nav-item a:hover {
  opacity: .5;
}

.year-nav-item a.is-selected {
  color: #FFF;
  background: #7ac743;
  pointer-events: none;
}

.switch-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  width: 120px;
  border-radius: 100vh;
  background: #bbcad2;
  padding: .75em 0;
  margin: 20px auto 0;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.switch-btn:hover {
  opacity: .5;
}

.switch-btn:after {
  content: "MORE";
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.switch-btn.is-active:after {
  content: "CLOSE";
}

.news-area {
  padding: 75px 0;
}

.news-list-outer + .news-list-outer {
  margin-top: 20px;
}

.news-list-outer a {
  color: #42210b;
  text-decoration: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.news-list-outer a:hover {
  opacity: .5;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px dashed #bbcad2;
}

.news-list > li + li {
  margin-left: 15px;
}

.news-item-date {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  white-space: nowrap;
  letter-spacing: 0.05em;
  width: 80px;
}

.news-item-category {
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  padding: .5em 1em;
  background: #bbcad2;
  width: 90px;
  text-align: center;
}

.news-item-txt {
  line-height: 1.6;
  width: 905px;
}

.with-tag .news-item-txt {
  width: 800px;
}

.ir-caution-txt {
  font-size: 12px;
  line-height: 2;
  text-align: center;
}

.ir-memo {
  font-size: 12px;
  line-height: 2;
  text-align: left;
}

.ir-memo + .ir-memo {
  margin-top: 1em;
}

.about-ir-link {
  text-align: right;
}

.about-ir-link a {
  font-size: 12px;
  color: #42210b;
}

.ir-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.ir-btn-item {
  width: 300px;
}

.ir-btn-item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #42210b;
  padding: 1.25em 0 1.1em;
  background: #ecf0f2;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.ir-btn-item a:hover {
  opacity: .5;
}

.type-white .ir-btn-item a {
  background: #FFF;
}

.ir-btn-item + .ir-btn-item {
  margin-left: 20px;
}

/*content-footer*/
.btm-nav-list-outer {
  background: #7ac743;
  padding: 30px 0;
  margin-top: 75px;
}

.btm-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.btm-nav-item + .btm-nav-item {
  margin-left: 60px;
}

.btm-nav-item a {
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.btm-nav-item a:hover {
  opacity: .5;
}

.breadcrumbs-list-outer {
  padding: 15px 0;
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumbs-item + .breadcrumbs-item:before {
  content: ">";
  margin-right: 5px;
}

.breadcrumbs-item a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.breadcrumbs-item a:hover {
  opacity: 0.5;
}

.breadcrumbs-item.is-stay a {
  pointer-events: none;
}

.breadcrumbs-item + .breadcrumbs-item {
  margin-left: 5px;
}

/* -----------------------------------------COMMON-end/







/* -----------------------------------------top-start*/
.top-content-area {
  margin-top: 70px;
}

.top-content-area .news-area {
  padding: 50px 0 0;
}

.top-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}

.top-content-item {
  width: calc(100% / 3);
  border-right: 1px solid #bbcad2;
}

.top-content-item-inner {
  width: 300px;
  padding: 40px 0 30px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #bbcad2;
}

.top-content-item:nth-child(3n) {
  border-right: none;
}

.top-content-item:nth-child(n+7) .top-content-item-inner {
  border-bottom: 1px solid #bbcad2;
}

.top-content-ttl {
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
}

.top-content-nav-list {
  text-align: left;
}

.top-content-nav-item {
  margin-top: 1.5em;
}

.top-content-nav-item:nth-child(n+2) {
  margin-top: 1em;
}

.top-content-nav-item a {
  font-size: 13px;
  font-weight: bold;
  color: #42210b;
  text-decoration: none;
}

/* -----------------------------------------top-end*/
/* -----------------------------------------news-start*/
/* -----------------------------------------news-end*/
/* -----------------------------------------3minutes-start*/
.ir-3min-kv-area {
  text-align: center;
  padding: 75px 0;
  background: url(/corporate/ir/3minutes/image/bg-main-head.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.ir-3min-kv-txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: .25em;
  color: #00ff66;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.ir-3min-kv-txt.type-catch {
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 27px;
}

.ir-3min-kv-txt.type-sub {
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 22px;
  margin-top: 2em;
}

.ir-3min-kv-obj {
  padding: 50px 0;
}

.ir-3min-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
  padding: 100px 0;
}

.ir-3min-nav-ttl {
  width: 100%;
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 2em;
}

.ir-3min-nav-ttl:before,
.ir-3min-nav-ttl:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #42210b;
}

.ir-3min-nav-ttl:before {
  margin-right: .5em;
}

.ir-3min-nav-ttl:after {
  margin-left: .5em;
}

.ir-3min-nav-item {
  width: 300px;
}

.ir-3min-nav-item a {
  display: block;
  width: 100%;
  padding: 25px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #AAA;
  border: 1px solid #bbcad2;
  border-radius: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.ir-3min-nav-item a:hover {
  color: #FFF;
  border: 1px solid #7ac743;
  background: #7ac743;
}

.nav-item-ponit {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
}

.nav-item-ponit:after {
  content: "";
  display: block;
  width: 79px;
  height: 79px;
  margin: 15px auto 25px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.type-point01 .nav-item-ponit:after {
  background: url(/corporate/ir/3minutes/image/icon-nav-01-mono.svg) no-repeat;
  background-size: cover;
}

.type-point01:hover .nav-item-ponit:after {
  background: url(/corporate/ir/3minutes/image/icon-nav-01-wh.svg) no-repeat;
  background-size: cover;
}

.type-point02 .nav-item-ponit:after {
  background: url(/corporate/ir/3minutes/image/icon-nav-02-mono.svg) no-repeat;
  background-size: cover;
}

.type-point02:hover .nav-item-ponit:after {
  background: url(/corporate/ir/3minutes/image/icon-nav-02-wh.svg) no-repeat;
  background-size: cover;
}

.type-point03 .nav-item-ponit:after {
  background: url(/corporate/ir/3minutes/image/icon-nav-03-mono.svg) no-repeat;
  background-size: cover;
}

.type-point03:hover .nav-item-ponit:after {
  background: url(/corporate/ir/3minutes/image/icon-nav-03-wh.svg) no-repeat;
  background-size: cover;
}

.nav-item-sub {
  font-size: 13px;
  line-height: 1.6;
}

.nav-item-catch {
  font-size: 15px;
  line-height: 1.6;
  margin-top: .5em;
}

.nav-item-sub br,
.nav-item-catch br {
  display: none;
}

.ponint-area {
  padding-bottom: 100px;
}

.ponint-area.type-gray {
  background: #f0f0f0;
}

.ponint-area.type-white {
  background: #FFF;
  padding-top: 100px;
}

.ponint-head-list {
  text-align: center;
  color: #FFF;
  background: #7ac743;
  padding: 40px 0;
}

.ponint-head-list .point {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.ponint-head-list .number {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 100px;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: .85;
}

.ponint-head-list .catch {
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 25px;
  line-height: 1.6;
  margin-top: .5em;
}

.ponint-box {
  text-align: center;
  padding: 75px 0;
  border-bottom: 1px dashed #42210b;
}

.ponint-area .ponint-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ponint-box-ttl-area {
  background: #7ac743;
  border-radius: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ponint-box-ttl-ballon {
  font-size: 14px;
  font-weight: bold;
  color: #7ac743;
  background: #FFF;
  padding: 0.5em 0.5em .5em .75em;
  border-radius: 3px;
  position: relative;
}

.ponint-box-ttl-ballon:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ffffff;
}

.ponint-box-ttl {
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 18px;
  color: #FFF;
  padding: 1em 0;
  margin-left: .75em;
}

.ponint-box-catch {
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 1.5em;
}

.ponint-box-txt {
  line-height: 1.8;
  margin-top: 1.5em;
}

.select-reason-area {
  width: 900px;
  text-align: center;
  padding-top: 50px;
  margin: 0 auto;
}

.select-reason-ttl {
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  padding: 1em 0 .95em;
  background: rgba(66, 33, 11, 0.75);
}

.select-reason-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.select-reason-item {
  width: 280px;
  margin-top: 25px;
  background: #FFF;
}

.select-reason-item-head {
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: #FFF;
  background: #7ac743;
  padding: 1em 0;
}

.select-reason-item-body {
  font-size: 13px;
  line-height: 1.6;
  padding: 20px;
  text-align: justify;
}

.select-reason-catch {
  width: 100%;
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding-top: 40px;
  margin-top: 25px;
  border-top: 3px solid rgba(66, 33, 11, 0.75);
}

.select-reason-catch:before,
.select-reason-catch:after {
  content: "";
  display: block;
  position: absolute;
}

.select-reason-catch:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 18px solid rgba(66, 33, 11, 0.75);
  border-bottom: 0;
  left: calc(50% - 14px);
  top: 10px;
}

.select-reason-catch:after {
  width: 6px;
  height: 10px;
  background: rgba(66, 33, 11, 0.75);
  left: calc(50% - 3px);
  top: 0;
}

.select-reason-icon {
  padding-top: 25px;
}

.select-reason-case-list {
  font-size: 13px;
  font-weight: bold;
  width: 700px;
  margin: 50px auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #42210b;
  position: relative;
}

.select-reason-case-ttl {
  width: 100%;
  position: absolute;
  top: -6px;
  left: 0;
}

.select-reason-case-ttl span {
  display: inline-block;
  background: #f0f0f0;
  margin: 0 auto;
  padding: 0 .5em;
}

.select-reason-case-txt {
  text-align: left;
  line-height: 2em;
}

.select-reason-case-txt span {
  font-size: 12px;
  font-weight: normal;
  margin-left: .75em;
}

.point-iot-list {
  width: 760px;
  margin: 0 auto;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.point-iot-item {
  width: 360px;
}

.point-security-list {
  width: 840px;
  margin: 0 auto;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.point-security-item {
  width: 250px;
}

.point-security-item:nth-child(2) {
  width: 300px;
}

.recurring-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin: 0 auto 75px;
}

.recurring-item:first-child {
  width: 257px;
  margin-right: 35px;
}

.recurring-ttl {
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 23px;
}

.recurring-ttl span {
  font-size: 46px;
  vertical-align: middle;
}

.recurring-txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 1em;
}

.obj-rate {
  width: 510px;
  margin: 50px auto;
}

.about-rate-list {
  width: 670px;
  margin: 0 auto;
  padding: 25px;
  border: 1px solid #42210b;
  position: relative;
}

.about-rate-ttl {
  width: 100%;
  position: absolute;
  top: -6px;
  left: 0;
}

.about-rate-ttl span {
  font-weight: bold;
  display: inline-block;
  background: #FFF;
  margin: 0 auto;
  padding: 0 .75em;
}

.about-rate-sub {
  font-size: 13px;
  font-weight: bold;
}

.about-rate-txt {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 1em;
  text-align: left;
}

.obj-ir-graph {
  padding-top: 30px;
}

/* -----------------------------------------3minutes-end*/
/* -----------------------------------------answer-start*/
.answer-area {
  text-align: left;
  margin-top: 25px;
}

.answer-area + .answer-area {
  margin-top: 100px;
}

.answer-date-area {
  display: inline-block;
  padding: 1em;
  border: 2px solid #7ac743;
  border-left: none;
  border-radius: 0 10px 10px 0;
}

.answer-date {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}

.faq-list {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.faq-head {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-body {
  width: calc(100% - 90px);
  position: relative;
  padding: 25px;
  text-align: left;
  border-radius: 8px;
}

.faq-list.type-answer {
  margin-left: 100px;
}

.type-quest .faq-head {
  margin-right: 30px;
  background: #bbcad2;
}

.type-answer .faq-head {
  background: #7ac743;
  margin-left: 30px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.type-quest .faq-body {
  background: #bbcad2;
}

.type-answer .faq-body {
  border: 2px solid #7ac743;
  background: #FFF;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.type-quest .faq-body:after {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 15px;
  border-right-width: 15px;
  border-right-color: #bbcad2;
  margin-top: -10px;
  right: 100%;
  top: 30px;
}

.type-answer .faq-body:after,
.type-answer .faq-body:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 30px;
}

.type-answer .faq-body:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-top: -10px;
  border-left-color: #FFFFFF;
}

.type-answer .faq-body:before {
  border-color: rgba(255, 124, 92, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 17px;
  border-right-width: 17px;
  margin-top: -12px;
  margin-left: 2px;
  border-left-color: #7ac743;
}

.faq-head-txt {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
}

.type-answer .faq-head-txt {
  color: #FFF;
}

.faq-body-txt {
  font-size: 13px;
  line-height: 1.8;
}

.faq-body > p + p {
  margin-top: 15px;
}

/* -----------------------------------------answer-end*/
/* -----------------------------------------web-report-start*/
/* -----------------------------------------web-report-end*/
/* -----------------------------------------message-start*/
.message-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.message-layout-column.type-photo {
  width: 500px;
}

.message-layout-column.type-short {
  width: 465px;
}

.message-layout-column.type-long {
  width: 100%;
}

.message-layout-ttl {
  font-size: 16px;
  font-weight: bold;
}

.message-layout-txt {
  line-height: 1.8;
  margin-top: 2em;
}

.message-layout-potision {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 2em;
}

.message-layout-potision span {
  font-size: 17px;
}

/* -----------------------------------------message-end*/
/* -----------------------------------------plan-start*/
/* -----------------------------------------plan-end*/
/* -----------------------------------------governance-start*/
.obj-governance {
  width: 800px;
  margin: 30px auto 0;
}

/* -----------------------------------------governance-end*/
/* -----------------------------------------disclosure-policy-start*/
/* -----------------------------------------disclosure-policy-end*/
/* -----------------------------------------results-start*/
/* -----------------------------------------results-end*/
/* -----------------------------------------yuho-start*/
/* -----------------------------------------yuho-end*/
/* -----------------------------------------reports-start*/
/* -----------------------------------------reports-end*/
/* -----------------------------------------stock-start*/
.stock-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  line-height: 1.6;
}

.stock-info-list:nth-child(odd) {
  background: #F7F7F7;
}

.stock-info-head {
  width: 200px;
  font-size: 15px;
  font-weight: bold;
}

.stock-info-body {
  width: 660px;
}

/* -----------------------------------------stock-end*/
/* -----------------------------------------meeting-start*/
/* -----------------------------------------meeting-end*/
/* -----------------------------------------shareholderreturns-start*/
.dividend-table {
  width: 600px;
  border-top: 1px solid #bbcad2;
  border-left: 1px solid #bbcad2;
  margin: 30px 0;
}

.devidend-head,
.devidend-cell {
  width: 25%;
  border-bottom: 1px solid #bbcad2;
  border-right: 1px solid #bbcad2;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  padding: 1em;
}

.devidend-head {
  font-weight: bold;
  background: #ecf0f2;
}

.devidend-cell sup {
  font-size: 11px;
}

.dividend-memo {
  font-size: 12px;
  line-height: 1.4;
}

/* -----------------------------------------shareholderreturns-end*/
/* -----------------------------------------highlight-start*/
.graph-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.graph-item {
  width: 470px;
  text-align: left;
  margin-top: 80px;
}

.graph-item:nth-child(2n) {
  margin-left: 60px;
}

.graph-ttl {
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1em;
}

.graph-ttl span {
  font-size: 12px;
}

/* -----------------------------------------highlight-end*/
/* -----------------------------------------indicator-start*/
/* -----------------------------------------indicator-end*/
/* -----------------------------------------cashflow-start*/
/* -----------------------------------------cashflow-end*/
/* -----------------------------------------calendar-start*/
.calendar-box {
  padding-top: 50px;
}

.calendar-box .news-area {
  padding-top: 35px;
}

/* -----------------------------------------calendar-end*/
/* -----------------------------------------faq-start*/
.faq-layout-list {
  text-align: left;
  letter-spacing: .1em;
  margin-top: 50px;
}

.faq-layout-ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.faq-layout-ttl:before {
  content: "Q.";
  font-size: 20px;
  font-weight: bold;
  margin-right: .25em;
}

.faq-layout-txt {
  font-size: 15px;
  line-height: 1.6;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: .5em;
  margin-top: 1em;
}

.faq-layout-txt:before {
  content: "A.";
  font-size: 20px;
  font-weight: bold;
  color: #7ac743;
  margin-right: .25em;
}

/* -----------------------------------------faq-end*/
/* -----------------------------------------contact-start*/
/* -----------------------------------------contact-end*/
/* -----------------------------------------pub-start*/
/* -----------------------------------------pub-end*/
/* -----------------------------------------disclaimer-start*/
/* -----------------------------------------disclaimer-end*/
@media screen and (max-width: 1000px) {
  /* -----------------------------------------COMMON-start*/
  .content-inner {
    width: 90%;
  }
  /* -----------------------------------------COMMON-end/







/* -----------------------------------------top-start*/
  .top-content-item-inner {
    width: 90%;
  }
  /* -----------------------------------------top-end*/
  /* -----------------------------------------news-start*/
  .news-item-txt {
    width: calc(100% - 95px);
  }
  .with-tag .news-item-txt {
    width: calc(100% - 200px);
  }
  /* -----------------------------------------news-end*/
  /* -----------------------------------------3minutes-start*/
  .ir-3min-nav-list {
    width: 100%;
  }
  .ir-3min-nav-item {
    width: 32%;
  }
  .ir-3min-nav-item a {
    height: 100%;
  }
  .nav-item-sub br,
  .nav-item-catch br {
    display: block;
  }
  .select-reason-area {
    width: 100%;
  }
  .select-reason-item {
    width: 32%;
  }
  .select-reason-case-list {
    width: 90%;
  }
  .select-reason-case-list li:nth-child(3) {
    margin-left: .5em;
  }
  .ponint-box-ttl-area {
    display: block;
    padding: 25px;
  }
  .ponint-box-ttl-ballon {
    display: inline-block;
  }
  .ponint-box-ttl-ballon:after {
    top: 27px;
    left: calc(50% - 8px);
    border-width: 8px 8px 0 8px;
    border-color: #FFF transparent transparent transparent;
  }
  .ponint-box-ttl {
    font-size: 18px;
    line-height: 1.6;
    padding: .75em 0 0;
    margin-left: 0;
  }
  .point-iot-list {
    width: 100%;
  }
  .point-iot-item {
    width: 49%;
  }
  .point-security-list {
    width: 100%;
  }
  .point-security-item {
    width: 29%;
  }
  .point-security-item:nth-child(2) {
    width: 40%;
  }
  .recurring-list {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .recurring-item:first-child {
    width: 33%;
    margin-right: 0;
  }
  .recurring-item:last-child {
    width: 60%;
  }
  .about-rate-list {
    width: 100%;
  }
  /* -----------------------------------------3minutes-end*/
  /* -----------------------------------------answer-start*/
  .faq-list {
    width: 90%;
  }
  /* -----------------------------------------answer-end*/
  /* -----------------------------------------web-report-start*/
  /* -----------------------------------------web-report-end*/
  /* -----------------------------------------message-start*/
  .message-layout-column.type-photo {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .message-layout-column.type-short {
    width: 100%;
    margin-top: 2em;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .message-layout-column.type-long {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* -----------------------------------------message-end*/
  /* -----------------------------------------plan-start*/
  /* -----------------------------------------plan-end*/
  /* -----------------------------------------governance-start*/
  .obj-governance {
    width: 100%;
  }
  /* -----------------------------------------governance-end*/
  /* -----------------------------------------disclosure-policy-start*/
  /* -----------------------------------------disclosure-policy-end*/
  /* -----------------------------------------results-start*/
  /* -----------------------------------------results-end*/
  /* -----------------------------------------yuho-start*/
  /* -----------------------------------------yuho-end*/
  /* -----------------------------------------reports-start*/
  /* -----------------------------------------reports-end*/
  /* -----------------------------------------stock-start*/
  .stock-info-body {
    width: calc(100% - 200px);
  }
  /* -----------------------------------------stock-end*/
  /* -----------------------------------------meeting-start*/
  /* -----------------------------------------meeting-end*/
  /* -----------------------------------------shareholderreturns-start*/
  /* -----------------------------------------shareholderreturns-end*/
  /* -----------------------------------------highlight-start*/
  .graph-list {
    margin-bottom: 8%;
  }
  .graph-item {
    width: 47%;
    margin-top: 8%;
  }
  .graph-item:nth-child(2n) {
    margin-left: 6%;
  }
  /* -----------------------------------------highlight-end*/
  /* -----------------------------------------indicator-start*/
  /* -----------------------------------------indicator-end*/
  /* -----------------------------------------cashflow-start*/
  /* -----------------------------------------cashflow-end*/
  /* -----------------------------------------calendar-start*/
  /* -----------------------------------------calendar-end*/
  /* -----------------------------------------faq-start*/
  /* -----------------------------------------faq-end*/
  /* -----------------------------------------contact-start*/
  /* -----------------------------------------contact-end*/
  /* -----------------------------------------pub-start*/
  /* -----------------------------------------pub-end*/
  /* -----------------------------------------disclaimer-start*/
  /* -----------------------------------------disclaimer-end*/
}

@media screen and (max-width: 768px) {
  /* -----------------------------------------COMMON-start*/
  /*content-header*/
  .header-inner {
    padding: 5% 0;
    margin-top: 60px;
  }
  .header-ttl-eng {
    font-size: 40px;
  }
  .header-ttl-jpn {
    font-size: 14px;
  }
  /*content*/
  .content-header-area {
    padding: 5% 0;
  }
  .content-header-txt {
    font-size: 13px;
  }
  .type-three .content-nav-item,
  .type-four .content-nav-item,
  .type-five .content-nav-item {
    width: 49%;
  }
  .content-nav-item:nth-child(n+3) {
    margin-top: 2%;
  }
  .content-nav-item span,
  .content-nav-item a {
    font-size: 13px;
  }
  .content-nav-item span:hover,
  .content-nav-item a:hover {
    opacity: 1;
  }
  .tab-box {
    padding-top: 8%;
    display: none;
  }
  .content-ttl {
    font-size: 18px;
  }
  .content-sub-ttl {
    font-size: 14px;
  }
  .ir-content-txt {
    font-size: 13px;
  }
  .year-nav-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4%;
  }
  .year-nav-item {
    width: calc((100% - 2%) / 3);
    margin-right: 0;
  }
  .year-nav-item:nth-child(n+4),
  .year-nav-item:nth-child(n+7) {
    margin-top: 1%;
  }
  .year-nav-item a {
    font-size: 13px;
  }
  .year-nav-item a:hover {
    opacity: 1;
  }
  .news-area {
    padding: 13% 0;
  }
  .news-list-outer + .news-list-outer {
    margin-top: 5%;
  }
  .news-list-outer a:hover {
    opacity: 1;
  }
  .news-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 2%;
  }
  .news-list > li + li {
    margin-left: 0;
  }
  .news-item-date {
    font-size: 18px;
    width: 75px;
  }
  .news-item-category {
    margin-left: 3% !important;
  }
  .news-item-txt,
  .with-tag .news-item-txt {
    width: 100%;
    margin-top: 1.5%;
  }
  .ir-caution-txt {
    text-align: justify;
  }
  .ir-caution-txt br {
    display: none;
  }
  .ir-btn-area {
    margin-top: 3%;
  }
  .ir-btn-item {
    width: 65%;
  }
  .ir-btn-item a {
    font-size: 13px;
  }
  .ir-btn-item + .ir-btn-item {
    margin-left: 0;
    margin-top: 5%;
  }
  /*content-footer*/
  .btm-nav-list-outer {
    padding: 0;
    margin-top: 12%;
  }
  .btm-nav-list {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .btm-nav-item {
    width: 50%;
  }
  .btm-nav-item + .btm-nav-item {
    margin-left: 0;
  }
  .btm-nav-item a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    background: #7ac743;
    padding: 1.25em 0;
  }
  .btm-nav-item:nth-child(even) a {
    border-left: 1px solid #FFF;
  }
  .btm-nav-item:nth-child(n+3) a {
    border-top: 1px solid #FFF;
  }
  .btm-nav-item a:hover {
    opacity: 1;
  }
  .breadcrumbs-list-outer {
    padding: 3% 0;
  }
  .breadcrumbs-list {
    width: 90%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  /* -----------------------------------------COMMON-end/







/* -----------------------------------------top-start*/
  .top-content-area {
    margin-top: 12%;
  }
  .top-content-area .news-area {
    padding: 8% 0 5%;
  }
  .top-content-list {
    margin-top: 12%;
  }
  .top-content-item {
    width: 100%;
    border-right: none;
  }
  .top-content-item-inner {
    width: 100%;
    padding: 7% 0;
    margin: 0 auto;
  }
  .top-content-item:nth-child(n+7) .top-content-item-inner {
    border-bottom: none;
  }
  .top-content-ttl {
    font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
  }
  .top-content-nav-list {
    text-align: center;
  }
  .top-content-nav-item {
    margin-top: 1.5em;
  }
  .top-content-nav-item:nth-child(n+2) {
    margin-top: 1em;
  }
  .top-content-nav-item a {
    font-size: 13px;
    font-weight: bold;
    color: #42210b;
    text-decoration: none;
  }
  /* -----------------------------------------top-end*/
  /* -----------------------------------------news-start*/
  /* -----------------------------------------news-end*/
  /* -----------------------------------------3minutes-start*/
  .ir-3min-kv-area {
    padding: 12% 0;
  }
  .ir-3min-kv-txt {
    font-size: 14px;
    text-align: justify;
  }
  .ir-3min-kv-txt br {
    display: none;
  }
  .ir-3min-kv-txt.type-catch {
    font-size: 22px;
    text-align: center;
  }
  .ir-3min-kv-txt.type-sub {
    font-size: 18px;
    text-align: center;
  }
  .ir-3min-kv-txt.type-catch br,
  .ir-3min-kv-txt.type-sub br {
    display: block;
  }
  .ir-3min-kv-obj {
    padding: 10% 0;
  }
  .ir-3min-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 12% 0;
  }
  .ir-3min-nav-ttl {
    font-size: 15px;
  }
  .ir-3min-nav-item {
    width: 100%;
  }
  .ir-3min-nav-item + .ir-3min-nav-item {
    margin-top: 3%;
  }
  .ir-3min-nav-item a {
    padding: 3% 5% 2%;
    text-align: left;
    position: relative;
  }
  .nav-item-ponit {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .nav-item-ponit:after {
    content: none;
  }
  .ir-3min-nav-item.type-point01 a {
    background: url(/corporate/ir/3minutes/image/icon-nav-01-mono.svg) no-repeat;
    background-size: 15%;
    background-position: right 5% center;
  }
  .ir-3min-nav-item.type-point01 a:hover {
    background: url(/corporate/ir/3minutes/image/icon-nav-01-wh.svg) no-repeat #7ac743;
    background-size: 15%;
    background-position: right 5% center;
  }
  .ir-3min-nav-item.type-point02 a {
    background: url(/corporate/ir/3minutes/image/icon-nav-02-mono.svg) no-repeat;
    background-size: 15%;
    background-position: right 5% center;
  }
  .ir-3min-nav-item.type-point02 a:hover {
    background: url(/corporate/ir/3minutes/image/icon-nav-02-wh.svg) no-repeat #7ac743;
    background-size: 15%;
    background-position: right 5% center;
  }
  .ir-3min-nav-item.type-point03 a {
    background: url(/corporate/ir/3minutes/image/icon-nav-03-mono.svg) no-repeat;
    background-size: 15%;
    background-position: right 5% center;
  }
  .ir-3min-nav-item.type-point03 a:hover {
    background: url(/corporate/ir/3minutes/image/icon-nav-03-wh.svg) no-repeat #7ac743;
    background-size: 15%;
    background-position: right 5% center;
  }
  .nav-item-sub {
    margin-top: 1em;
  }
  .nav-item-catch {
    margin-top: 0;
  }
  .nav-item-sub br,
  .nav-item-catch br {
    display: none;
  }
  .ponint-area {
    padding-bottom: 12%;
  }
  .ponint-area.type-white {
    padding-top: 12%;
  }
  .ponint-head-list {
    padding: 15% 3% 6%;
  }
  .ponint-head-list .point {
    font-size: 17px;
  }
  .ponint-head-list .number {
    font-size: 80px;
  }
  .ponint-head-list .catch {
    font-size: 22px;
  }
  .ponint-box {
    padding: 12% 0;
  }
  .ponint-box-ttl-area {
    padding: 5%;
  }
  .ponint-box-ttl-ballon {
    font-size: 13px;
    padding: 0.75em 1em 0.5em 1.25em;
  }
  .ponint-box-ttl-ballon:after {
    top: 28px;
  }
  .ponint-box-ttl {
    font-size: 16px;
  }
  .ponint-box-txt {
    text-align: left;
  }
  .ponint-box-txt br {
    display: none;
  }
  .select-reason-area {
    padding-top: 8%;
  }
  .select-reason-ttl {
    font-size: 15px;
  }
  .select-reason-item {
    width: 100%;
    margin-top: 5%;
  }
  .select-reason-item-head {
    font-size: 16px;
  }
  .select-reason-item-body {
    font-size: 12px;
    padding: 3%;
  }
  .select-reason-catch {
    font-size: 15px;
    padding-top: 8%;
    margin-top: 4%;
    border-top: 2px solid rgba(66, 33, 11, 0.75);
  }
  .select-reason-icon {
    width: 80%;
    margin: 0 auto;
    padding-top: 5%;
  }
  .select-reason-case-list {
    width: 100%;
    margin: 10% auto;
    padding: 5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .select-reason-case-list li:nth-child(3) {
    margin-left: 0;
  }
  .select-reason-case-txt {
    text-align: left;
    line-height: 2em;
  }
  .select-reason-case-txt br {
    display: none;
  }
  .point-iot-list {
    width: 80%;
    padding-top: 0;
  }
  .point-iot-item {
    width: 100%;
    padding-top: 5%;
  }
  .point-security-list {
    width: 80%;
    padding-top: 0;
  }
  .point-security-item,
  .point-security-item:nth-child(2) {
    width: 100%;
    padding-top: 5%;
  }
  .recurring-list {
    margin: 0 auto 75px;
  }
  .recurring-item:first-child {
    width: 60%;
    margin: 0 auto;
  }
  .recurring-item:last-child {
    width: 100%;
    text-align: center;
    padding-top: 5%;
  }
  .recurring-ttl {
    font-size: 20px;
  }
  .recurring-ttl span {
    font-size: 40px;
  }
  .recurring-txt {
    font-size: 14px;
  }
  .obj-rate {
    width: 100%;
    margin: 7% auto;
  }
  .about-rate-list {
    width: 100%;
    padding: 5%;
  }
  .about-rate-txt {
    font-size: 12px;
  }
  .obj-ir-graph {
    padding-top: 5%;
  }
  /* -----------------------------------------3minutes-end*/
  /* -----------------------------------------answer-start*/
  .answer-area {
    margin-top: 6%;
  }
  .answer-area + .answer-area {
    margin-top: 12%;
  }
  .answer-date {
    font-size: 15px;
  }
  .faq-list {
    width: 100%;
    margin-top: 7%;
  }
  .faq-head {
    width: 45px;
    height: 45px;
  }
  .faq-body {
    width: calc(100% - 65px);
    padding: 5%;
  }
  .faq-list.type-answer {
    margin-left: 0;
  }
  .type-quest .faq-head {
    margin-right: 20px;
  }
  .type-answer .faq-head {
    margin-left: 20px;
  }
  .type-quest .faq-body:after {
    top: 23px;
  }
  .type-answer .faq-body:after,
  .type-answer .faq-body:before {
    top: 23px;
  }
  .faq-head-txt {
    font-size: 26px;
  }
  .faq-body-txt {
    font-size: 12px;
  }
  .faq-body > p + p {
    margin-top: 5%;
  }
  /* -----------------------------------------answer-end*/
  /* -----------------------------------------web-report-start*/
  /* -----------------------------------------web-report-end*/
  /* -----------------------------------------message-start*/
  /* -----------------------------------------message-end*/
  /* -----------------------------------------plan-start*/
  /* -----------------------------------------plan-end*/
  /* -----------------------------------------governance-start*/
  .obj-governance {
    margin: 5% auto 0;
  }
  /* -----------------------------------------governance-end*/
  /* -----------------------------------------disclosure-policy-start*/
  /* -----------------------------------------disclosure-policy-end*/
  /* -----------------------------------------results-start*/
  /* -----------------------------------------results-end*/
  /* -----------------------------------------yuho-start*/
  /* -----------------------------------------yuho-end*/
  /* -----------------------------------------reports-start*/
  /* -----------------------------------------reports-end*/
  /* -----------------------------------------stock-start*/
  .stock-info-list {
    padding: 5%;
  }
  .stock-info-head {
    width: 100%;
    font-size: 14px;
  }
  .stock-info-body {
    width: 100%;
    font-size: 13px;
    margin-top: .5em;
  }
  /* -----------------------------------------stock-end*/
  /* -----------------------------------------meeting-start*/
  /* -----------------------------------------meeting-end*/
  /* -----------------------------------------shareholderreturns-start*/
  .dividend-table {
    width: 100%;
    margin: 6% 0;
  }
  /* -----------------------------------------shareholderreturns-end*/
  /* -----------------------------------------highlight-start*/
  .graph-list {
    margin-bottom: 10%;
  }
  .graph-item {
    width: 100%;
    margin-top: 12%;
  }
  .graph-item:nth-child(2n) {
    margin-left: 0;
  }
  .graph-ttl {
    font-size: 15px;
  }
  .graph-ttl span {
    font-size: 12px;
  }
  /* -----------------------------------------highlight-end*/
  /* -----------------------------------------indicator-start*/
  /* -----------------------------------------indicator-end*/
  /* -----------------------------------------cashflow-start*/
  /* -----------------------------------------cashflow-end*/
  /* -----------------------------------------calendar-start*/
  .calendar-box {
    padding-top: 10%;
  }
  .calendar-box .news-area {
    padding-top: 8%;
  }
  /* -----------------------------------------calendar-end*/
  /* -----------------------------------------faq-start*/
  .faq-layout-list {
    margin-top: 10%;
  }
  .faq-layout-ttl {
    font-size: 15px;
  }
  .faq-layout-ttl:before {
    font-size: 18px;
  }
  .faq-layout-txt {
    font-size: 14px;
  }
  .faq-layout-txt:before {
    font-size: 18px;
  }
  /* -----------------------------------------faq-end*/
  /* -----------------------------------------contact-start*/
  /* -----------------------------------------contact-end*/
  /* -----------------------------------------pub-start*/
  /* -----------------------------------------pub-end*/
  /* -----------------------------------------disclaimer-start*/
  /* -----------------------------------------disclaimer-end*/
}
