@charset "UTF-8";
.kv_noimg h1 {
  display: flex;
  align-items: center;
  color: #20467b;
}
.kv_noimg h1 img {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .kv_noimg h1 img {
    width: 50px;
    margin-right: 10px;
  }
}

.article_area {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .article_area {
    padding: 0 5%;
    margin-bottom: 50px;
  }
}
.article_area .mitsubishi {
  text-align: center;
  border: 1px solid #707070;
  padding: 30px;
  max-width: 600px;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .article_area .mitsubishi {
    margin-top: 40px;
    padding: 20px 5%;
  }
}
.article_area .mitsubishi p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .article_area .mitsubishi p {
    font-size: 15px;
  }
}
.article_area .mitsubishi p span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, Helvetica, sans-serif;
  display: block;
  font-size: 25px;
  margin: 3px 0 6px;
}
@media screen and (max-width: 768px) {
  .article_area .mitsubishi p span {
    font-size: 22px;
  }
}
.article_area .mitsubishi .btn {
  margin: 35px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .article_area .mitsubishi .btn {
    margin-top: 20px;
  }
}
.article_area .mitsubishi .btn a {
  width: 290px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: url(../img/icn_blank_w.svg) no-repeat right 20px center #939393;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .article_area .mitsubishi .btn a {
    width: 100%;
    background: url(../img/icn_blank_w.svg) no-repeat right 15px center #939393;
  }
}
.article_area .mitsubishi .btn a:hover {
  background-position: right 20px center;
}
@media screen and (max-width: 768px) {
  .article_area .mitsubishi .btn a:hover {
    background: url(../img/icn_blank_w.svg) no-repeat right 15px center #939393;
  }
}
.article_area .mitsubishi .note {
  font-size: 12px;
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .article_area .mitsubishi .note {
    margin-top: 10px;
  }
}
.article_area h2 {
  margin: 60px 0 20px;
  font-size: 32px;
  color: #20467b;
}
@media screen and (max-width: 768px) {
  .article_area h2 {
    margin: 40px 0 10px;
    font-size: 21px;
  }
}
.article_area dl dt {
  margin: 20px 0 5px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .article_area dl dt {
    font-size: 17px;
    margin: 15px 0 5px;
  }
}
.article_area dl dd {
  font-size: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .article_area dl dd {
    font-size: 14px;
  }
}
.article_area h3 {
  margin: 40px 0 5px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .article_area h3 {
    font-size: 17px;
    margin: 30px 0 5px;
  }
}
.article_area p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .article_area p {
    font-size: 14px;
  }
}
.article_area .dl_area {
  background: #f9faf4;
  padding: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .article_area .dl_area {
    padding: 20px 4%;
    margin-bottom: 60px;
  }
}
.article_area .dl_area.last {
  margin-bottom: 0;
}
.article_area .dl_area p.ttl_bd {
  font-size: 18px;
  line-height: 1.2;
  background: #fff;
  color: #20467b;
  border: 1px solid #20467b;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .article_area .dl_area p.ttl_bd {
    font-size: 16px;
    padding: 8px 10px;
    margin-bottom: 15px;
  }
}
.article_area .dl_area ul.pdf_list li {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .article_area .dl_area ul.pdf_list li {
    display: block;
  }
}
.article_area .dl_area ul.pdf_list li:not(:last-child) {
  margin-bottom: 10px;
}
.article_area .dl_area ul.pdf_list li p {
  font-size: 16px;
  margin-right: 20px;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .article_area .dl_area ul.pdf_list li p {
    width: 100%;
    font-size: 14px;
    margin-right: 0;
  }
}
.article_area .dl_area ul.pdf_list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .article_area .dl_area ul.pdf_list li a {
    flex-wrap: wrap;
  }
}
.article_area .dl_area ul.pdf_list li a:hover span.ttl {
  text-decoration: underline;
}
.article_area .dl_area ul.pdf_list li a span.ttl {
  font-size: 16px;
  display: block;
  width: calc(100% - 130px) !important;
}
@media screen and (max-width: 768px) {
  .article_area .dl_area ul.pdf_list li a span.ttl {
    font-size: 14px;
  }
}
.article_area .dl_area ul.pdf_list li a span.pdf_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  width: 115px !important;
  white-space: nowrap;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .article_area .dl_area ul.pdf_list li a span.pdf_info {
    font-size: 12px;
  }
}
.article_area .dl_area ul.pdf_list li a span.pdf_info img {
  margin-right: 10px;
  width: 18px;
}
.article_area .btn {
  margin: 20px auto 80px;
}
@media screen and (max-width: 768px) {
  .article_area .btn {
    margin: 10px auto 60px;
  }
}
.article_area .btn a {
  width: 250px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: url(/common/img/icn_arw_r_white.svg) no-repeat right 12px top 16px #20467b;
  transition: background-position 0.1s linear, opacity 0.3s ease-out;
  background-size: 8px;
}
@media screen and (max-width: 768px) {
  .article_area .btn a {
    font-size: 14px;
    background: url(/common/img/icn_arw_r_white.svg) no-repeat right 12px top 14px #20467b;
    background-size: 8px;
    width: 220px;
    height: 40px;
  }
}
.article_area .btn a:hover {
  background-position: right 8px top 16px;
}
@media screen and (max-width: 768px) {
  .article_area .btn a:hover {
    background-position: right 8px top 14px;
  }
}
@media screen and (max-width: 768px) {
  .article_area .table_area {
    display: block;
  }
}
.article_area .table_area table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  width: 100%;
}
.article_area .table_area table th {
  background-color: #f3f3f3;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .article_area .table_area table th {
    font-size: 13px;
    padding: 10px;
    width: auto;
  }
}
.article_area .table_area table td {
  width: auto;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 20px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .article_area .table_area table td {
    width: auto;
    font-size: 13px;
    padding: 10px;
  }
}
.article_area .graph {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 60px;
}
@media screen and (max-width: 768px) {
  .article_area .graph {
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.article_area .graph img {
  display: block;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .article_area .graph img {
    width: 100%;
    padding: 0 8%;
  }
}
.article_area .graph img img {
  width: 100%;
}
.article_area .graph .graph_table {
  width: 480px;
}
@media screen and (max-width: 768px) {
  .article_area .graph .graph_table {
    width: 100%;
    margin-top: 20px;
  }
}
.article_area .graph .graph_table table {
  width: 100%;
}
.article_area .graph .graph_table table .bnone th {
  border: none;
}
.article_area .graph .graph_table table .bnone td {
  border: none;
}
.article_area .graph .graph_table table th {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .article_area .graph .graph_table table th {
    width: auto;
    font-size: 14px;
    padding: 7px;
  }
}
.article_area .graph .graph_table table th.ttl {
  padding-left: 40px;
  text-align: left;
}
.article_area .graph .graph_table table td {
  width: auto;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .article_area .graph .graph_table table td {
    width: auto;
    font-size: 14px;
    padding: 7px;
  }
}
.article_area .graph .graph_table table td:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 13px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .article_area .graph .graph_table table td:before {
    top: 8px;
  }
}
.article_area .graph .graph_table table td.color01 {
  padding-left: 40px;
  text-align: left;
}
.article_area .graph .graph_table table td.color01:before {
  background-color: #009966;
}
.article_area .graph .graph_table table td.color02 {
  padding-left: 40px;
  text-align: left;
}
.article_area .graph .graph_table table td.color02:before {
  background-color: #20467b;
}
.article_area .graph .graph_table table td.color03 {
  padding-left: 40px;
  text-align: left;
}
.article_area .graph .graph_table table td.color03:before {
  background-color: #79af4a;
}
.article_area .graph .graph_table table td.color04 {
  padding-left: 40px;
  text-align: left;
}
.article_area .graph .graph_table table td.color04:before {
  background-color: #369399;
}
.article_area .graph .graph_table table td.color05 {
  padding-left: 40px;
  text-align: left;
}
.article_area .graph .graph_table table td.color05:before {
  background-color: #99991e;
}
.article_area .graph .graph_table table td.color06 {
  padding-left: 40px;
  text-align: left;
}
.article_area .graph .graph_table table td.color06:before {
  background-color: #5d80b2;
}
.article_area .sort_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .article_area .sort_wrap {
    overflow: auto;
    margin-bottom: 30px;
  }
}
.article_area .figure-sharesplit {
  width: 700px;
  margin: 30px auto;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #9fe0cb;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .article_area .figure-sharesplit {
    width: 90%;
  }
}
.article_area .figure-sharesplit .title {
  padding: 8px 32px;
  margin: auto 10px;
  min-width: 140px;
  background-color: #20467b;
  font-weight: 800;
  color: #fff;
  text-align: center;
}
.article_area .figure-sharesplit .summary {
  min-width: 170px;
  width: 170px;
  margin: 0;
  padding: 0 20px;
  text-align: center;
}
.article_area .figure-sharesplit .summary .num {
  font-size: 48px;
  font-weight: 900;
  padding: 0 8px;
}
.article_area .figure-sharesplit .note {
  min-width: 260px;
  margin: auto;
  padding: 8px 20px;
  border-left: 1px solid #aaaaaa;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .article_area .figure-sharesplit .note {
    border-left: none;
    font-size: 16px;
  }
}
.article_area p {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .table_area.js-scrollable {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.table_area.js-scrollable table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  width: 100%;
}
.table_area.js-scrollable table.base.dividend_table th, .table_area.js-scrollable table.base.dividend_table td {
  vertical-align: middle;
}
.table_area.js-scrollable table.base.reduct {
  margin-top: 1em;
}
.table_area.js-scrollable table.base.reduct td {
  text-align: right;
}
.table_area.js-scrollable table.base th {
  text-align: left;
  padding: 15px 20px;
  min-width: 30%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .table_area.js-scrollable table.base th {
    padding: 10px;
  }
}
.table_area.js-scrollable table.base th p {
  font-size: 1em;
}
.table_area.js-scrollable table.base tr.th th {
  text-align: center;
  background-color: #f3f3f3;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .table_area.js-scrollable table.base tr.th th {
    padding: 10px;
  }
}
.table_area.js-scrollable table.base td {
  text-align: left;
  padding: 15px 20px;
  vertical-align: top;
}
.table_area.js-scrollable table.base td .p {
  font-size: 1em;
}
.table_area.js-scrollable table.base p.reference_date_ttl {
  padding-left: 1em;
}
.table_area.js-scrollable table.base p.reference_date {
  width: 4.5em;
  text-align: right;
}
.table_area.js-scrollable table.base div.contact_add_area {
  display: flex;
}
.table_area.js-scrollable table.base div.contact_add_area div:first-child {
  width: 4em;
}
.table_area.js-scrollable table.base div.contact_add_area div:last-child {
  width: calc(100% - 4em);
}
.table_area.js-scrollable table th {
  background-color: #f3f3f3;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .table_area.js-scrollable table th {
    font-size: 13px;
    padding: 10px;
    width: auto;
  }
}
.table_area.js-scrollable table td {
  width: auto;
  font-size: 14px;
  vertical-align: middle;
  padding: 15px 30px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .table_area.js-scrollable table td {
    width: auto;
    font-size: 13px;
    padding: 10px;
  }
}
.table_area.js-scrollable span.inblock {
  display: inline-block;
}

.tablebase_note {
  padding-top: 0.5em;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .tablebase_note {
    font-size: 13px;
    margin-bottom: 60px;
  }
}
.tablebase_note ol {
  margin-left: 1.25em;
}
.tablebase_note li {
  list-style-type: decimal;
  padding-top: 0.25em;
}

.reduct_graph_area {
  font-size: 16px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .reduct_graph_area {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.reduct_graph_area .title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .reduct_graph_area .title {
    margin-bottom: 30px;
  }
}
.reduct_graph_area .title .scroll-box {
  margin: 40px 0 0 0;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .reduct_graph_area .title .scroll-box {
    margin: 20px 0 0 0;
    width: auto;
    max-width: none;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .reduct_graph_area .title .scroll-box::-webkit-scrollbar {
    height: 4px;
  }
}
.reduct_graph_area .title .scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
.reduct_graph_area .title .scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.reduct_graph_area .title .scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
@media screen and (max-width: 768px) {
  .reduct_graph_area .title .scroll_in > img {
    max-width: 100%;
    min-width: 550px;
    vertical-align: top;
  }
}
.reduct_graph_area .figure {
  width: 100%;
}
.reduct_graph_area.fig div.scroll_in {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reduct_graph_area.fig div.scroll_in {
    width: 100%;
  }
}

.table_area table.buyback th:first-child {
  padding: 0 1em;
}

.table_area ul.pdf_list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #000;
  text-align: left;
}
.table_area ul.pdf_list li a:hover {
  text-decoration: underline;
}
.table_area ul.pdf_list li a span.pdf_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  width: 135px !important;
  white-space: nowrap;
  text-align: right;
  padding-left: 1em;
}
.table_area ul.pdf_list li a span.pdf_info img {
  margin-right: 0.5em;
  width: 18px;
}

.article_area ul.sort {
  width: 100%;
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .article_area ul.sort {
    width: 875px;
    margin-top: 0;
    background-color: #f0f0f0;
    padding: 15px;
    position: relative;
    border: none;
  }
  .article_area ul.sort:before {
    content: "";
    position: absolute;
    top: 36px;
    left: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(-135deg);
  }
  .article_area ul.sort:after {
    content: "";
    position: absolute;
    top: 36px;
    right: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(45deg);
  }
}
.article_area ul.sort li {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .article_area ul.sort li {
    margin-right: 10px;
  }
}
.article_area ul.sort li:last-child {
  margin-right: 0;
}
.article_area ul.sort li a {
  width: 196px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  font-size: 15px;
  color: #20467b;
  border: 1px solid #20467b;
  background: url(/common/img/icn_arw_r_blue.svg) no-repeat right 10px center #ffffff;
  background-size: 7px 13px;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .article_area ul.sort li a {
    width: 160px;
    background-size: 6px;
  }
}
.article_area ul.sort li a:hover {
  transition: all 0.2s;
  background-position: right 5px center;
}
@media screen and (max-width: 768px) {
  .article_area ul.sort li a:hover {
    background-size: 6px;
  }
}
.article_area ul.sort li a.act {
  background: #20467b;
  color: #ffffff;
}

.finance_area .table_area.js-scrollable table.base th {
  text-align: left;
  background: none;
  padding: 15px 30px;
}/*# sourceMappingURL=layout.css.map */