@charset "UTF-8";
.is-external:after, .mod-link-01.is-external:after, .mod-link-02.is-external:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 9px;
  background-image: url(../ico_externallink.html);
  background-repeat: no-repeat;
  background-size: 11px auto;
  margin-left: 6px; }

.mod-title-image {
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
 }

.mod-title-image::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.45);
}

.mod-title-image.no-alpha::before {
  display: none;
}

.mod-title-image.origin-right {
  background-position: right center; }

.mod-title-image.origin-left {
  background-position: left center; }

.mod-title-image__inner {
  max-width: 796px;
  margin: 0 auto;
  position: relative;
  height: 100%; }
  .mod-title-image__inner .mod-title-01 {
    position: absolute;
    bottom: 20px;
    width: 100%; }

.mod-title-01 {
  font-size: 32px;
  line-height: 1.3;
  padding-bottom: 25px;
  border-bottom: 2px solid #e60012;
  margin-bottom: 20px;
  letter-spacing: 0.01em; }

.mod-title-02 {
  margin-top: 94px;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: 0.01em; }

.mod-title-02 > a:hover {
  color:#e60012;
}

.mod-title-03 {
  margin-top: 59px;
  font-size: 18px;
  line-height: 1.3;
  border-left: 2px solid #e60012;
  padding-left: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.01em; }

.mod-title-04 {
  margin-top: 50px;
  /* color: #e60012; */
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  line-height: 1.4; }

.mod-mt-lv2 {
  margin-top: 94px; }

.mod-mt-lv3 {
  margin-top: 59px; }

.mod-mt-lv4 {
  margin-top: 50px; }

@media screen and (min-width: 1366px), print {
  .mod-title-image {
    margin-left: -10px;
    margin-right: -10px; } }

@media screen and (min-width: 768px) and (max-width: 1179px), print {
  .mod-title-image {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px; } }

@media screen and (max-width: 767px), print {
  .mod-title-image {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }
  .mod-title-01 {
    font-size: 26px;
    letter-spacing: 0.04em;
    margin-bottom: 13px; }
  .mod-title-image__inner .mod-title-01 {
    bottom: 34px;
    padding-bottom: 13px; }
  .mod-title-02 {
    font-size: 20px;
    margin-top: 66px;
    margin-bottom: 13px; }
  .mod-title-03 {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 24px; }
  .mod-title-04 {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 13px; }
  .mod-mt-lv2 {
    margin-top: 66px; }
  .mod-mt-lv3 {
    margin-top: 40px; }
  .mod-mt-lv4 {
    margin-top: 30px; } }

.mod-table {
  margin: 20px 0; }
  .mod-table table {
    border: 1px solid #d6d7d7;
    table-layout: fixed; }
  .mod-table img {
    max-width: 100%; }

td {
  background-color: #fff; }

.mod-table__title {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  background-color: #5c5d60; }

.mod-table__sub-title {
  background-color: #eaeaeb; }

.mod-table.is-full {
  width: 100%;
  box-sizing: border-box; }

.mod-table--01 th {
  background-color: #eaeaeb; }

.mod-table--02 tr:first-child th {
  background-color: #fff; }

.mod-table--02 tr:first-child th:first-child,
.mod-table--02 th {
  background-color: #eaeaeb; }

.mod-table .mod-table-sectitle th {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #eaeaeb; }

.mod-table table {
  width: 100%;
  border: 1px solid #d6d7d7; }

.mod-table__sub-title {
  padding: 5px 15px 5px 15px;
  border: 1px solid #d6d7d7;
  border-bottom: none; }

.mod-table__title {
  font-size: 15px;
  padding: 5px 15px 5px 15px;
  border: 1px solid #d6d7d7;
  border-top: none;
  border-bottom: none; }

.mod-table th {
  text-align: left;
  padding: 15px;
  border: 1px solid #d6d7d7;
  word-wrap: break-word; }

.mod-table td {
  padding: 15px;
  border: 1px solid #d6d7d7;
  word-wrap: break-word; }
  .mod-table td .mod-link-02 {
    display: block; }

.mod-table--large th {
  font-size: 10.5px;
  line-height: 1.4; }

.mod-table--large .mod-list li {
  line-height: 2.0;
  background-position: 7px 7px;
  padding-left: 20px; }

.mod-table--scroll {
  overflow-x: auto; }
  .mod-table--scroll table {
    min-width: 800px; }

.mod-table--large td {
  font-size: 10.5px;
  line-height: 1.4; }
  .mod-table--large td .mod-link-02 {
    padding-left: 12px;
    background-size: 5px auto;
    background-position: 0 5px;
    display: block;
    margin-right: 0; }

.ua-mobile .mod-table--large th {
  font-size: 1vw;
  padding: 5px; }

.ua-mobile .mod-table--large td {
  font-size: 1vw;
  padding: 5px;
  line-height: 1.3; }
  .ua-mobile .mod-table--large td .mod-link-02 {
    padding-left: 1.3vw;
    background-size: 0.5vw auto;
    background-position: 0 0.3vw; }

.mod-aligncenter th,
.mod-aligncenter th {
  text-align: center; }

.mod-table td a:not([class]) {
  text-decoration: underline;
}

.mod-table td a.is-external,
.mod-table td a.is-rel-external {
  text-decoration: underline;
}

.mod-table td a:not([class]):hover {
  color: #e60012;
}

.mod-table td a.is-external:hover,
.mod-table td a.is-rel-external:hover {
  color: #e60012;
}

.mod-table td .mod-link-01,
.mod-table td .mod-link-02 {
  text-decoration: none!important;
}

.mod-table td .mod-link-02:hover {
  text-decoration: underline!important;
}


@media screen and (min-width: 768px), print {
  .table-title-model {
    width: 250px; } }

@media screen and (max-width: 767px), print {
  .mod-table th {
    padding: 9px; }
  .mod-table td {
    padding: 9px; } }

.mod-thumb {
  margin: 24px 0 24px 0; }
  .mod-thumb img {
    max-width: 100%;
    height: auto;
    vertical-align: top; }

.mod-thumb__img.is-full {
  margin: 25px 0 25px 0; }

.mod-thumb__img {
  margin-top: 10px;
  margin-bottom: 10px; }

a > .mod-thumb__img {
  display: inline-block;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

a:hover > .mod-thumb__img {
  opacity: 0.6;
}

.mod-thumb__title {
  font-size: 13px;
  font-weight: bold;
  margin-top: 30px; }

.mod-thumb__caption {
  font-size: 11px;
  line-height: 1.2; }

.mod-media-float-list .mod-thumb {
  float: left;
  margin: 0;
  padding-right: 20px;
  padding-bottom: 15px;
  box-sizing: border-box; }
  .mod-media-float-list .mod-thumb img {
    width: 100%; }

.mod-youtube img {
  width: 100%;
  height: auto; }

.mod-youtube a {
  display: block;
  position: relative; }

.mod-youtube a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear; }

.mod-youtube a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  display: block;
  background-image: url(../png/btn_play.png);
  background-repeat: no-repeat;
  background-size: 99px 99px;
  -webkit-transition: 0.1s -webkit-transform ease-out;
  transition: 0.1s -webkit-transform ease-out;
  transition: 0.1s transform ease-out;
  transition: 0.1s transform ease-out, 0.1s -webkit-transform ease-out; }

.mod-youtube a:hover:before {
  opacity: 0.2; }

.mod-youtube a:hover:after {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2); }

.fancybox-close {
  width: 30px !important;
  height: 30px !important;
  background: url(../png/ico_close.png) left top no-repeat !important;
  background-size: 30px auto !important;
  top: -50px !important; }

@media screen and (min-width: 768px), print {
  .mod-media--float {
    margin: 30px 0; }
    .mod-media--float .mod-thumb {
      width: 50%;
      box-sizing: border-box;
      padding-bottom: 10px;
      margin: 0; }
      .mod-media--float .mod-thumb .mod-thumb__img {
        margin-top: 0; }
      .mod-media--float .mod-thumb img {
        width: 100%;
        height: auto; }
    .mod-media--float .mod-thumb--small {
      width: 30%;
      padding-bottom: 0; }
  .mod-media--float-01 .mod-thumb {
    float: left;
    padding-right: 20px;
    margin-right: 20px; }
  .mod-media--float-01 .mod-thumb--small {
    padding-right: 12px;
    margin-right: 12px; }
  .mod-media--float-02 .mod-thumb {
    float: right;
    padding-left: 20px;
    margin-left: 20px; }
  .mod-media--float-02 .mod-thumb--small {
    padding-left: 12px;
    margin-left: 12px; }
  .mod-media-float-list .mod-thumb {
    width: 45%; } }

@media screen and (max-width: 767px), print {
  .mod-media-list--01 {
    display: block; }
    .mod-media-list--01 .mod-media-item {
      display: block;
      width: auto; }
    .mod-media-list--01 .mod-media-item__title {
      font-size: 16px; }
    .mod-media-list--01 .mod-media-item__thumb {
      width: 80px; }
    .mod-media-list--01 .mod-media-item__txt {
      padding-left: 90px; }
  .mod-thumb__img.is-full {
    margin: 20px 0 20px 0; }
  .mod-media--float {
    margin: 20px 0; }
    .mod-media--float .mod-thumb {
      margin-bottom: 20px;
      float: none; }
    .mod-media--float .mod-thumb__img {
      margin-top: 0; }
  .mod-media-float-list .mod-thumb {
    width: 56%; }
  .fancybox-close {
    width: 30px !important;
    height: 30px !important;
    background-size: 30px auto !important;
    top: -42px !important; } }

.mod-pickup {
  background-color: #efefef;
  margin-top: 100px; }

.mod-pickup__title {
  font-size: 18px;
  padding: 25px 0 30px 0;
  font-family: Arial,'Noto Sans','ＭＳ Ｐゴシック',sans-serif;
  line-height: 1; }

.mod-pickup__title {
  text-align: center; }

.mod-pickup__item {
  box-sizing: border-box;
  list-style-type: none; }

.mod-pickup__item-thumb {
  border-bottom: 2px solid #e60012; }
  .mod-pickup__item-thumb img {
    vertical-align: top;
    width: 100%;
    height: auto; }

.animated-background img {
  opacity: 0; }

.mod-pickup__item-inner {
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #333538;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.6; }

.mod-pickup__item-text span {
  display: inline-block;
  width: 100%;
  background-color: #ccc;
  height: 10px; }

.mod-pickup__item a:hover .mod-pickup__item-thumb {
  opacity: 0.6; }

.mod-pickup__item a:hover {
  text-decoration: none; }

.mod-pickup__item a .mod-pickup__item-thumb {
  -webkit-transition: 0.1s opacity linear;
  transition: 0.1s opacity linear;
  background-color: #ccc; }

.mod-pickup__item-text + .mod-pickup__item-text-exp {
  margin-top: 7px; }

.mod-pickup__item-text-exp {
  font-size: 12px;
  color: #717274;
  font-weight: normal; }

@media screen and (min-width: 1180px), print {
  .mod-pickup__list {
    max-width: 796px;
    margin: 0 auto 0 auto; } }

@media screen and (min-width: 768px), print {
  .mod-pickup__item {
    padding: 0 0.5px;
    width: 33.333%;
    float: left; }
  .mod-pickup__item-inner {
    height: 353px; }
  .mod-pickup__item-textarea {
    padding: 20px 28px 0 28px; }
  .mod-pickup {
    padding-bottom: 40px; }
  .mod-pickup__item-thumb {
    min-height: 149px; } }

@media screen and (min-width: 1366px), print {
  .mod-pickup {
    margin-left: -10px;
    margin-right: -10px; } }

@media screen and (min-width: 768px) and (max-width: 1179px), print {
  .mod-pickup {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: -50px;
    margin-right: -50px; } }

@media screen and (max-width: 767px), print {
  .mod-pickup {
    margin-left: -20px;
    margin-right: -20px; }
  .mod-pickup__title {
    font-size: 16px; }
  .mod-pickup {
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    margin-top: 70px; }
  .mod-pickup__item-inner {
    font-size: 14px; }
  .mod-pickup__item-textarea {
    padding: 10px 23px 10px 23px; }
  .mod-pickup__item {
    margin-top: 20px; }
    .mod-pickup__item:first-child {
      margin-top: 0; } }

.mod-breadcrumb {
  padding-top: 12px;
  margin-bottom: 50px;
  max-width: 796px;
  margin-left: auto;
  margin-right: auto; }

.mod-breadcrumb li {
  display: inline-block;
  font-size: 11px;
  font-weight: bold; }

.mod-breadcrumb li:first-child a {
  padding-left: 0; }

.mod-breadcrumb li a {
  color: #4d4d4d;
  display: inline-block;
  text-decoration: none;
  padding: 0 5px 0 0;
  font-weight: normal; }

.mod-breadcrumb li a:hover {
  color: #e60012;
  text-decoration: underline; }

.l-contents.is-full .mod-breadcrumb {
  margin: 0px auto 16px auto; }

@media screen and (max-width: 767px), print {
  .mod-breadcrumb {
    display: none; } }

a {
  color: #333538;
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  text-decoration: underline; }

p > a:not([class]) {
  text-decoration: underline;
}

p > a:not([class]):hover {
  color: #e60012;
}

p > a.is-external:not(.mod-link-02),
p > a.is-rel-external:not(.mod-link-02) {
  text-decoration: underline;
}

p > a.is-external:not(.mod-link-02):hover,
p > a.is-rel-external:not(.mod-link-02):hover {
  color: #e60012;
}

.is-pdf, .is-excel, .is-flash {
  width: 17px;
  height: 12px;
  display: inline-block;
  margin-top: 0px;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 3px;
  margin-right: 3px; }

.is-pdf {
  background-image: url(../png/pdf.png); }

.is-excel {
  background-image: url(../png/excel.png); }

.is-flash {
  background-image: url(../png/flash.png); }

.is-external:after {
  margin-right: 8px; }

.is-rel-external:after {
  margin-right: 8px; }

.mod-link-01__inner, .mod-related a, .mod-link-thumb a {
  background-image: url(../svg/ico-arrow-01.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 7px auto; }

.mod-link-01.is-anchor .mod-link-01__inner {
  background-image: url(../svg/ico_anchor.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 9px auto; }

.mod-link-01 {
  color: #333538;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear; }

.mod-link-01:hover {
  text-decoration: none; }

.mod-link-01--thin .mod-link-01__inner {
  height: 32px; }

.mod-link-01--full {
  display: block;
  width: auto;
  margin-right: 0; }
  .mod-link-01--full .mod-link-01__inner {
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  .mod-link-01--full.has-thumb .mod-link-01__inner {
    padding-right: 80px; }
  .mod-link-01--full .mod-link-01__thumb {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: auto; }

.mod-link-01.is-download {
  position: relative; }
  .mod-link-01.is-download .mod-link-01__contents {
    padding-right: 110px; }

.mod-download {
  background-color: #858688;
  color: #fff;
  line-height: 48px;
  box-sizing: border-box;
  padding-left: 10px; }
  .mod-download:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    background-image: url(../svg/ico_download.svg);
    width: 14px;
    height: 15px;
    background-size: 14px auto;
    background-repeat: no-repeat; }

.is-external:after, .mod-link-01.is-external:after, .mod-link-02.is-external:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background-image: url(../svg/ico_externallink.svg);
  background-repeat: no-repeat;
  background-size: 11px auto;
  margin-left: 6px; }

.is-rel-external:after, .mod-link-01.is-rel-external:after, .mod-link-02.is-rel-external:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background-image: url(../svg/ico_rel_external.svg);
  background-repeat: no-repeat;
  background-size: 11px auto;
  margin-left: 6px; }

.mod-link-01.is-external {
  position: relative; }
  .mod-link-01.is-external:after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.mod-link-01.is-rel-external {
  position: relative; }
  .mod-link-01.is-rel-external:after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.mod-link-01__inner {
  display: table;
  height: 60px;
  padding: 0 40px;
  border: 1px solid #eaeaeb;
  line-height: 1.4; }

.mod-print-head {
  overflow: hidden; }

.mod-link-01--print {
  float: right;
  text-align: left;
  margin-right: 0; }

.mod-link-01--print .mod-link-01__inner {
  background-image: url(../svg/ico_print.svg);
  background-repeat: no-repeat;
  background-position: 13px center;
  background-size: 17px auto;
  color: #333538;
  font-size: 11px;
  font-weight: bold;
  width: 90px;
  box-sizing: border-box;
  padding: 0 0 0 37px; }

.mod-link-01__contents {
  display: table-cell;
  vertical-align: middle; }

.mod-link-01:hover {
  background-color: #efefef; }

.mod-link-02 {
  margin-right: 20px;
  display: inline-block;
  padding-left: 17px;
  background-image: url(../svg/ico-arrow-01.svg);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  text-decoration: none;
  vertical-align: top;
  margin-bottom: 6px; }
  .mod-link-02:hover {
    color: #e60012;
    text-decoration: underline; }

.mod-link-02.is-anchor {
  background-image: url(../svg/ico_anchor.svg);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-size: 9px auto; }

.mod-related .mod-related__item {
  font-weight: bold;
  list-style-type: none;
  box-sizing: border-box;
  margin-top: -1px; }

.mod-related .mod-related__item-inner {
  display: table;
  height: 80px;
  border: 1px solid #eaeaeb;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box; }

.mod-related a {
  position: relative;
  padding: 0 40px 0 40px;
  color: #333538;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.03em;
  -webkit-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear; }

.mod-related a:hover {
  background-color: #efefef; }

.mod-related .mod-related__item.has-image a {
  padding-right: 136px; }

.mod-related .mod-related__thumb {
  position: absolute;
  right: 0;
  top: 0;
  height: 78px;
  width: auto; }

.mod-link-thumb .mod-link-thumb__item {
  list-style-type: none;
  box-sizing: border-box;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #eaeaeb;
  margin-top: -1px; }

.mod-link-thumb .mod-link-thumb__item-inner {
  display: table;
  height: 100px;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box; }

.mod-link-thumb a {
  position: relative;
  padding: 0 40px;
  color: #333538;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.03em;
  -webkit-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear; }

.mod-link-thumb a:hover {
  background-color: #efefef; }

.mod-link-thumb .mod-link-thumb__item.has-image a {
  padding-right: 110px; }

.mod-link-thumb .mod-link-thumb__thumb {
  position: absolute;
  right: 0;
  top: 0;
  height: 98px;
  width: auto;
  border-left: 1px solid #eaeaeb; }

.mod-link-thumb .mod-link-thumb__list {
  margin-left: 1px; }

.mod-btn-link-list ul {
  margin-left: -5px;
  margin-right: -5px; }

.mod-btn-link-list .mod-btn-link-list__item {
  width: 33.33%;
  box-sizing: border-box;
  float: left; }

.mod-btn-link-list .mod-link-01 {
  width: 100%;
  margin: 0; }

.mod-btn-link-list .mod-btn-link-list__item {
  list-style: none;
  padding: 5px; }

.mod-btn-link-list .mod-link-01__inner {
  width: 100%;
  box-sizing: border-box; }

.mod-text-link-list li {
  list-style: none; }

.mod-text-link-list li ul {
  padding-left: 20px; }

@media screen and (min-width: 1180px), print {
  .mod-link-thumb__list .mod-link-thumb__item {
    padding: 0 0;
    float: left;
    width: 33.33%; }
  .mod-link-thumb__list .mod-link-thumb__item:nth-child(3n) {
    width: 33.34%; } }

@media screen and (min-width: 768px), print {
  .mod-related__list {
    margin-left: -5px;
    margin-right: -5px; }
    .mod-related__list .mod-related__item {
      padding: 0 5px;
      float: left;
      width: 50%; }
  .mod-download {
    width: 128px;
    height: 48px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -24px; } }

@media screen and (min-width: 1920px), print {
  .mod-related__list .mod-related__item {
    padding: 0 0;
    float: left;
    width: 33.33%; } }

@media screen and (min-width: 768px) and (max-width: 1179px), print {
  .mod-link-thumb__list .mod-link-thumb__item {
    float: left;
    width: 50%; } }

@media screen and (max-width: 1179px), print {
  .mod-print-head {
    display: none; } }

@media screen and (max-width: 767px), print {
  .mod-link-01.is-download .mod-link-01__inner {
    padding-top: 5px;
    padding-bottom: 5px; }
  .mod-download {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    max-width: 128px; }
  .mod-link-01__inner {
    padding: 0 30px;
    background-position: 14px center; }
  .mod-link-01.is-download .mod-link-01__contents {
    padding-right: 0; }
  .mod-related .mod-related__item-inner {
    height: 70px; }
  .mod-related .mod-related__thumb {
    height: 68px; } }

.mod-list {
  padding-left: 20px;
  margin: 35px 0; }
  .mod-list li {
    color: #e60012;
    padding-left: 10px;
    margin-top: 20px; }
  .mod-list li:nth-child(1) {
    margin-top: 0; }
  .mod-list .mod-list__item {
    color: #000; }

.mod-list--narrow li {
  margin-top: 7px; }

.mod-list-normal {
  padding-left: 0; }
  .mod-list-normal > li {
    list-style: none;
    padding-left: 30px;
    background: url("../svg/ul_li_dot.svg") 7px 10px no-repeat; }

.mod-list-ordered > li {
  list-style: decimal; }

.mod-list-ordered--alphabet > li {
  list-style: lower-alpha; }

.mod-list .mod-list {
  margin: 20px 0; }

@media screen and (max-width: 767px), print {
  .mod-list {
    margin: 20px 0; }
    .mod-list li {
      margin-top: 15px; }
  .mod-list--narrow li {
    margin-top: 7px; }
  .mod-list .mod-list {
    margin: 10px 0; } }

.mod-accordion {
  margin-top: 30px; }

.mod-accordion__title {
  display: table;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  border: 1px solid #eaeaeb;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  letter-spacing: 0.03em;
  cursor: pointer;
  -webkit-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear; }

.mod-accordion__title:hover {
  background-color: #efefef; }

.mod-accordion__title:after {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background-color: #e60012;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  background-image: url(../png/ico_plus_white.png);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: center center; }

.mod-accordion__title-inner {
  display: table-cell;
  vertical-align: middle;
  padding-right: 36px;
  padding-top: 8px;
  padding-bottom: 8px; }

.mod-accordion__contents {
  background-color: #f3f3f3;
  padding: 40px 50px;
  display: none; }

.mod-accordion.is-open .mod-accordion__title:after {
  background-color: #474747;
  background-image: url(../png/ico_minus_white.png); }

@media screen and (max-width: 767px), print {
  .mod-accordion {
    margin-top: 25px; }
  .mod-accordion__contents {
    padding: 20px 25px; } }

@media screen and (min-width: 768px), print {
  .mod-grid {
    margin-left: -20px;
    margin-right: -20px; }
    .mod-grid .mod-grid-item {
      float: left;
      box-sizing: border-box;
      padding-left: 20px;
      padding-right: 20px; }
  .mod-grid--01 .mod-grid-item {
    width: 50%; }
  .mod-grid--02 .mod-grid-item {
    width: 33.3%; }
  .mod-grid--03 .mod-grid-item-1 {
    width: 68.58%; }
  .mod-grid--03 .mod-grid-item-2 {
    width: 31.42%; }
  .mod-grid--03-2 .mod-grid-item-1 {
    width: 68.58%;
    float: right; }
  .mod-grid--03-2 .mod-grid-item-2 {
    width: 31.42%;
    float: left; }
  .mod-grid--04 .mod-grid-item-1 {
    width: 31.42%; }
  .mod-grid--04 .mod-grid-item-2 {
    width: 68.58%; } }

.mod-text-small {
  font-size: 10px;
  margin: 20px 0; }

.mod-text-notice {
  background-image: url(../svg/ico_notice.svg);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 15px auto;
  padding-left: 30px; }

sup {
  font-size: 65.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

sub {
  font-size: 65.5%;
  vertical-align: bottom;
  position: relative;
  top: -0.1em; }

.mod-text-indent-normal {
  padding-left: 1.4em;
  text-indent: -1.4em;
  margin: 5px 0; }

.mod-text-indent {
  padding-left: 1.4em;
  text-indent: -1.4em;
  font-size: 10px;
  margin: 5px 0; }

.rel-large {
  font-size: 120%;
  font-family: "ＭＳ Ｐゴシック","MS UI Gothic", "Osaka", sans-serif; }

.rel-ex-large {
  font-size: 120%;
  font-family: "ＭＳ Ｐゴシック","MS UI Gothic", "Osaka", sans-serif; }

strong {
  font-weight: bold !important; }

.mod-text-block p {
  margin-bottom: 20px; }

.mod-alignright {
  text-align: right !important; }

.mod-aligncenter {
  text-align: center !important; }

.mod-alignleft {
  text-align: left !important; }

.mod-mt-0 {
  margin-top: 0px !important; }

.mod-mt-1 {
  margin-top: 5px !important; }

.mod-mt-2 {
  margin-top: 10px !important; }

.mod-mt-3 {
  margin-top: 15px !important; }

.mod-mt-4 {
  margin-top: 20px !important; }

.mod-mt-5 {
  margin-top: 25px !important; }

.mod-mt-6 {
  margin-top: 30px !important; }

.mod-mt-7 {
  margin-top: 35px !important; }

.mod-mt-8 {
  margin-top: 40px !important; }

.mod-mt-9 {
  margin-top: 45px !important; }

.mod-mt-10 {
  margin-top: 50px !important; }

.mod-mt-11 {
  margin-top: 55px !important; }

.mod-mt-12 {
  margin-top: 60px !important; }

.mod-mt-13 {
  margin-top: 65px !important; }

.mod-mt-14 {
  margin-top: 70px !important; }

.mod-mt-15 {
  margin-top: 75px !important; }

.mod-mt-16 {
  margin-top: 80px !important; }

.mod-mt-17 {
  margin-top: 85px !important; }

.mod-mt-18 {
  margin-top: 90px !important; }

.mod-mt-19 {
  margin-top: 95px !important; }

.mod-mt-20 {
  margin-top: 100px !important; }

.mod-mb-0 {
  margin-bottom: 0px !important; }

.mod-mb-1 {
  margin-bottom: 5px !important; }

.mod-mb-2 {
  margin-bottom: 10px !important; }

.mod-mb-3 {
  margin-bottom: 15px !important; }

.mod-mb-4 {
  margin-bottom: 20px !important; }

.mod-mb-5 {
  margin-bottom: 25px !important; }

.mod-mb-6 {
  margin-bottom: 30px !important; }

.mod-mb-7 {
  margin-bottom: 35px !important; }

.mod-mb-8 {
  margin-bottom: 40px !important; }

.mod-mb-9 {
  margin-bottom: 45px !important; }

.mod-mb-10 {
  margin-bottom: 50px !important; }

.mod-mb-11 {
  margin-bottom: 55px !important; }

.mod-mb-12 {
  margin-bottom: 60px !important; }

.mod-mb-13 {
  margin-bottom: 65px !important; }

.mod-mb-14 {
  margin-bottom: 70px !important; }

.mod-mb-15 {
  margin-bottom: 75px !important; }

.mod-mb-16 {
  margin-bottom: 80px !important; }

.mod-mb-17 {
  margin-bottom: 85px !important; }

.mod-mb-18 {
  margin-bottom: 90px !important; }

.mod-mb-19 {
  margin-bottom: 95px !important; }

.mod-mb-20 {
  margin-bottom: 100px !important; }

@media screen and (min-width: 768px), print {
  .mod-mt-wide-0 {
    margin-top: 0px !important; }
  .mod-mt-wide-1 {
    margin-top: 5px !important; }
  .mod-mt-wide-2 {
    margin-top: 10px !important; }
  .mod-mt-wide-3 {
    margin-top: 15px !important; }
  .mod-mt-wide-4 {
    margin-top: 20px !important; }
  .mod-mt-wide-5 {
    margin-top: 25px !important; }
  .mod-mt-wide-6 {
    margin-top: 30px !important; }
  .mod-mt-wide-7 {
    margin-top: 35px !important; }
  .mod-mt-wide-8 {
    margin-top: 40px !important; }
  .mod-mt-wide-9 {
    margin-top: 45px !important; }
  .mod-mt-wide-10 {
    margin-top: 50px !important; }
  .mod-mt-wide-11 {
    margin-top: 55px !important; }
  .mod-mt-wide-12 {
    margin-top: 60px !important; }
  .mod-mt-wide-13 {
    margin-top: 65px !important; }
  .mod-mt-wide-14 {
    margin-top: 70px !important; }
  .mod-mt-wide-15 {
    margin-top: 75px !important; }
  .mod-mt-wide-16 {
    margin-top: 80px !important; }
  .mod-mt-wide-17 {
    margin-top: 85px !important; }
  .mod-mt-wide-18 {
    margin-top: 90px !important; }
  .mod-mt-wide-19 {
    margin-top: 95px !important; }
  .mod-mt-wide-20 {
    margin-top: 100px !important; }
  .mod-mb-wide-0 {
    margin-bottom: 0px !important; }
  .mod-mb-wide-1 {
    margin-bottom: 5px !important; }
  .mod-mb-wide-2 {
    margin-bottom: 10px !important; }
  .mod-mb-wide-3 {
    margin-bottom: 15px !important; }
  .mod-mb-wide-4 {
    margin-bottom: 20px !important; }
  .mod-mb-wide-5 {
    margin-bottom: 25px !important; }
  .mod-mb-wide-6 {
    margin-bottom: 30px !important; }
  .mod-mb-wide-7 {
    margin-bottom: 35px !important; }
  .mod-mb-wide-8 {
    margin-bottom: 40px !important; }
  .mod-mb-wide-9 {
    margin-bottom: 45px !important; }
  .mod-mb-wide-10 {
    margin-bottom: 50px !important; }
  .mod-mb-wide-11 {
    margin-bottom: 55px !important; }
  .mod-mb-wide-12 {
    margin-bottom: 60px !important; }
  .mod-mb-wide-13 {
    margin-bottom: 65px !important; }
  .mod-mb-wide-14 {
    margin-bottom: 70px !important; }
  .mod-mb-wide-15 {
    margin-bottom: 75px !important; }
  .mod-mb-wide-16 {
    margin-bottom: 80px !important; }
  .mod-mb-wide-17 {
    margin-bottom: 85px !important; }
  .mod-mb-wide-18 {
    margin-bottom: 90px !important; }
  .mod-mb-wide-19 {
    margin-bottom: 95px !important; }
  .mod-mb-wide-20 {
    margin-bottom: 100px !important; } }

@media screen and (max-width: 767px), print {
  .mod-mt-small-0 {
    margin-top: 0px !important; }
  .mod-mt-small-1 {
    margin-top: 5px !important; }
  .mod-mt-small-2 {
    margin-top: 10px !important; }
  .mod-mt-small-3 {
    margin-top: 15px !important; }
  .mod-mt-small-4 {
    margin-top: 20px !important; }
  .mod-mt-small-5 {
    margin-top: 25px !important; }
  .mod-mt-small-6 {
    margin-top: 30px !important; }
  .mod-mt-small-7 {
    margin-top: 35px !important; }
  .mod-mt-small-8 {
    margin-top: 40px !important; }
  .mod-mt-small-9 {
    margin-top: 45px !important; }
  .mod-mt-small-10 {
    margin-top: 50px !important; }
  .mod-mt-small-11 {
    margin-top: 55px !important; }
  .mod-mt-small-12 {
    margin-top: 60px !important; }
  .mod-mt-small-13 {
    margin-top: 65px !important; }
  .mod-mt-small-14 {
    margin-top: 70px !important; }
  .mod-mt-small-15 {
    margin-top: 75px !important; }
  .mod-mt-small-16 {
    margin-top: 80px !important; }
  .mod-mt-small-17 {
    margin-top: 85px !important; }
  .mod-mt-small-18 {
    margin-top: 90px !important; }
  .mod-mt-small-19 {
    margin-top: 95px !important; }
  .mod-mt-small-20 {
    margin-top: 100px !important; }
  .mod-mb-small-0 {
    margin-bottom: 0px !important; }
  .mod-mb-small-1 {
    margin-bottom: 5px !important; }
  .mod-mb-small-2 {
    margin-bottom: 10px !important; }
  .mod-mb-small-3 {
    margin-bottom: 15px !important; }
  .mod-mb-small-4 {
    margin-bottom: 20px !important; }
  .mod-mb-small-5 {
    margin-bottom: 25px !important; }
  .mod-mb-small-6 {
    margin-bottom: 30px !important; }
  .mod-mb-small-7 {
    margin-bottom: 35px !important; }
  .mod-mb-small-8 {
    margin-bottom: 40px !important; }
  .mod-mb-small-9 {
    margin-bottom: 45px !important; }
  .mod-mb-small-10 {
    margin-bottom: 50px !important; }
  .mod-mb-small-11 {
    margin-bottom: 55px !important; }
  .mod-mb-small-12 {
    margin-bottom: 60px !important; }
  .mod-mb-small-13 {
    margin-bottom: 65px !important; }
  .mod-mb-small-14 {
    margin-bottom: 70px !important; }
  .mod-mb-small-15 {
    margin-bottom: 75px !important; }
  .mod-mb-small-16 {
    margin-bottom: 80px !important; }
  .mod-mb-small-17 {
    margin-bottom: 85px !important; }
  .mod-mb-small-18 {
    margin-bottom: 90px !important; }
  .mod-mb-small-19 {
    margin-bottom: 95px !important; }
  .mod-mb-small-20 {
    margin-bottom: 100px !important; } }

.mod-topic {
  background-color: #f3f3f3;
  padding: 50px;
  margin-top: 60px; }

@media screen and (max-width: 767px), print {
  .mod-topic {
    padding: 30px 20px;
    margin-top: 50px; } }

.mod-tag {
  display: inline-block;
  background-color: #333538;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  margin-bottom: 5px; }

.mod-tag-cuntry {
  display: inline-block;
  background-color: #333538;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  margin-bottom: 5px;
  width:90px;
  text-align:center; }

.mod-tag-list {
  margin-bottom: 10px; }

.l-sitemap {
  clear: both; }

.mod-sitemap {
  border-top: 1px solid #eaeaeb;
  position: relative;
  overflow: hidden; }

.mod-sitemap__open {
  display: none; }

.mod-sitemap__contents {
  padding-top: 55px;
  padding-bottom: 100px;
  width: 100%; }

.mod-sitemap__category {
  color: #e60012;
  font-size: 21px;
  font-weight: bold;
  display: inline-block;
  float: left;
  text-decoration: none; }

  .mod-sitemap__category a:hover p {
  color: #e60012;
  text-decoration: underline;}

.mod-sitemap__contents-list {
  /*width: 900px;*/
  /*float: right;*/ }

.mod-sitemap__contents-list a {
  text-decoration: none;
  color: black; }

.mod-sitemap__contents-list ul {
  width: 300px;
  /*float: left;*/
  margin-bottom: 23px;
  padding-top: 7px; }

.mod-sitemap__contents-list ul.next {
  float: left; }

.mod-sitemap__contents-list ul li {
  list-style: none;
  font-size: 12px;
  color: #858688;
  line-height: 1.5;
  margin-bottom: 7px;
  padding-right: 50px;
  box-sizing: border-box; }

.mod-sitemap__contents-list ul li a {
  color: #333538;
  }

.mod-sitemap__contents-list ul li a:hover {
  color: #e60012;
  text-decoration: underline; }

.mod-sitemap__contents-list ul li.top {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px; }

@media screen and (min-width: 1180px), print {
  /*.mod-sitemap{
    height: 284px;
    top: -1px;
  }*/ }

/*@include min-screen($tabPortlate){
  .mod-sitemap__contents{
    display: block !important;
  }

}*/
@media screen and (min-width: 1366px), print {
  .l-sitemap {
    padding-left: 210px; }
  .mod-sitemap__category {
    width: 240px;
    padding-left: 39px;
    box-sizing: border-box; }
  .mod-sitemap__contents {
    display: block !important; }
  .mod-sitemap__contents-list {
    position: relative;
    display: inline-block; }
  .pc-2-1 {
    position: absolute;
    top: 0;
    left: 300px; }
  .pc-3-1 {
    position: absolute;
    top: 0;
    left: 600px; }
  .csr .pc-2-2 {
    position: absolute;
    top: 353px;
    left: 300px; }
  .csr .pc-3-2 {
    position: absolute;
    top: 235px;
    left: 600px; }
  .csr .pc-3-3 {
    position: absolute;
    top: 290px;
    left: 600px; }
  .csr .pc-3-4 {
    position: absolute;
    top: 0px;
    left: 900px; }
  .company .pc-2-2 {
    position: absolute;
    top: 53px;
    left: 300px; }
  .company .pc-2-3 {
    position: absolute;
    top: 183px;
    left: 300px; }
  .investors .pc-2-2 {
    position: absolute;
    top: 252px;
    left: 300px; }
  .investors .pc-2-3 {
    position: absolute;
    top: 294px;
    left: 300px; }
  .investors .pc-3-2 {
    position: absolute;
    top: 55px;
    left: 600px; }
  .investors .pc-3-3 {
    position: absolute;
    top: 110px;
    left: 600px; }
  .investors .pc-3-4 {
    position: absolute;
    top: 165px;
    left: 600px; }
  .investors .pc-3-5 {
    position: absolute;
    top: 220px;
    left: 600px; }
  .investors .pc-3-6 {
    position: absolute;
    top: 275px;
    left: 600px; }
  .innovation .pc-2-2 {
    position: absolute;
    top: 52px;
    left: 300px; }
  .innovation .pc-2-3 {
    position: absolute;
    top: 104px;
    left: 300px; } }

@media screen and (min-width: 900px) and (max-width: 1365px), print {
  .mod-sitemap__contents {
    display: block !important; }
  .mod-sitemap__contents {
    padding: 39px;
    padding-bottom: 100px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box; }
  .mod-sitemap__contents-list {
    width: 100%;
    float: none; }
  .mod-sitemap__category {
    display: block;
    width: 100%;
    margin-bottom: 35px; }
  .mod-sitemap__contents-list {
    position: relative;
    display: inline-block; }
  .pc-2-1 {
    position: absolute;
    top: 0;
    left: 300px; }
  .pc-3-1 {
    position: absolute;
    top: 0;
    left: 600px; }
  .csr .pc-2-2 {
    position: absolute;
    top: 360px;
    left: 300px; }
  .csr .pc-3-2 {
    position: absolute;
    top: 245px;
    left: 600px; }
  .csr .pc-3-3 {
    position: absolute;
    top: 300px;
    left: 600px; }
  .csr .pc-3-4 {
    position: absolute;
    top: 0px;
    left: 900px; }
  .company .pc-2-2 {
    position: absolute;
    top: 53px;
    left: 300px; }
  .company .pc-2-3 {
    position: absolute;
    top: 183px;
    left: 300px; }
  .investors .pc-2-2 {
    position: absolute;
    top: 272px;
    left: 300px; }
  .investors .pc-2-3 {
    position: absolute;
    top: 289px;
    left: 300px; }
  .investors .pc-3-2 {
    position: absolute;
    top: 55px;
    left: 600px; }
  .investors .pc-3-3 {
    position: absolute;
    top: 110px;
    left: 600px; }
  .investors .pc-3-4 {
    position: absolute;
    top: 165px;
    left: 600px; }
  .investors .pc-3-5 {
    position: absolute;
    top: 220px;
    left: 600px; }
  .investors .pc-3-6 {
    position: absolute;
    top: 275px;
    left: 600px; }
  .innovation .pc-2-2 {
    position: absolute;
    top: 52px;
    left: 300px; }
  .innovation .pc-2-3 {
    position: absolute;
    top: 104px;
    left: 300px; } }

@media screen and (min-width: 768px) and (max-width: 899px), print {
  .mod-sitemap__contents {
    display: block !important; }
  .mod-sitemap__contents {
    padding: 39px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box; }
  .mod-sitemap__contents-list {
    width: 100%;
    float: none; }
  .mod-sitemap__category {
    display: block;
    width: 100%;
    margin-bottom: 35px; }
  .mod-sitemap__contents-tab {
    width: 50%;
    float: left;
    padding-bottom: 30px; } }

@media screen and (max-width: 767px), print {
  .l-sitemap {
    /*display: none;*/
    position: relative; }
  .mod-sitemap__contents {
    display: none; }
  .mod-sitemap__open {
    position: relative;
    display: block;
    font-size: 12px;
    color: #5c5d60;
    font-weight: bold;
    line-height: 41px;
    padding-left: 5%;
    background-repeat: no-repeat;
    border: 1px solid #eaeaeb;
    cursor: pointer;
    text-decoration: none; }
  .mod-sitemap__open:after {
    content: "";
    width: 15px;
    height: 8px;
    display: block;
    position: absolute;
    background-image: url(../png/arrow2.png);
    top: 17px;
    right: 60px; }
  .mod-sitemap__open.open:after {
    background-image: url(../png/arrow.png); }
  .mod-sitemap__contents-list ul {
    width: 100%; }
  .mod-sitemap__contents-list ul li.top {
    font-size: 13px; }
  .mod-sitemap__contents-list ul li {
    font-size: 11px;
    padding-right: 0; }
  .mod-sitemap__contents {
    padding: 30px 0;
    width: 90%;
    margin: 0 auto; }
  .mod-sitemap__contents-list {
    width: 100%;
    float: none; }
  .mod-sitemap__category {
    display: block;
    width: 100%;
    margin-bottom: 25px; }
  .mod-sitemap__contents-tab {
    width: 100%; } }

.mod-index-link__item {
  -webkit-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear;
  border: 1px solid #eaeaeb;
  box-sizing: border-box;
  list-style: none;
  background-color: #fff; }
  .mod-index-link__item img {
    vertical-align: top;
    width: 100%;
    height: auto; }
  .mod-index-link__item a {
    color: #333538;
    text-decoration: none;
    font-weight: bold;
    display: block;
    height: 100%; }
  .mod-index-link__item .mod-index-link__thumb {
    -webkit-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear; }
  .mod-index-link__item:hover {
    background-color: #efefef; }
    .mod-index-link__item:hover .mod-index-link__thumb {
      opacity: 0.8; }

.mod-index-link__text {
  display: table;
  width: 100%; }

.mod-index-link__text-inner {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  line-height: 1.5; }

.mod-index-link__text-inner {
  background-image: url(../svg/ico-arrow-01.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 7px auto; }
.mod-index-link__text-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  line-height: 1.4;
}
.mod-index-link__text-list a {
  display: inline-block;
  color: #333538;
  font-weight: bold;
  padding-left: 15px;
  background: url(https://www.mitsubishi-motors.com/jp/share/v2/images/ico-arrow-01.svg) no-repeat left center;
  background-size: 7px auto;
  font-size: .9em;
}
.mod-index-link__text-list a:hover {
  color: #e60012;
}
.mod-index-link__text-list li {
  margin: 0 0 0 15px;
}
.mod-index-link__text-list li + li {
  margin-top: .2em;
}
@media screen and (max-width: 767px), print {
  .mod-index-link__text-list a {
    font-size: 1em;
  }

}


.mod-index-link__description {
  padding: 0px 20px 20px 20px;
  font-weight: normal;
  color: #717274;
  font-size: 12px; }

.mod-index-link__item {
  margin-left: -1px; }

.mod-index-link__thumb {
  background-color: #fff; }

.mod-index-link__thumb + .mod-index-link__text {
  font-size: 16px; }

@media screen and (min-width: 1180px), print {
  .mod-index-link__item {
    padding: 0 0.5px;
    width: 33.333%;
    float: left;
    margin-bottom: 20px; } }

@media screen and (min-width: 768px) and (max-width: 1179px), print {
  .mod-index-link__item {
    padding: 0 0.5px;
    width: 50%;
    float: left;
    margin-bottom: 10px; } }

@media screen and (min-width: 768px), print {
  .mod-index-link__text {
    height: 80px; }
  .mod-index-link__text-inner {
    padding-left: 39px; } }

@media screen and (max-width: 767px), print {
  .mod-index-link__text {
    padding: 18px 0; }
  .mod-index-link__text-inner {
    padding-left: 39px; }
  .mod-index-link__item {
    margin-bottom: 20px; }
  .mod-index-link__description {
    padding-bottom: 20px; } }

.mod-topic {
  background-color: #f3f3f3;
  padding: 50px;
  margin-top: 60px; }

.mod-news-date {
  color: #5c5d60;
  display: inline-block;
  font-size: 14px;
  float: left;
  margin-right: 20px;
  line-height: 25px;
  }

.mod-news-type {
  line-height: 25px;
  display: inline-block;
  width: auto;
  padding: 0;
  margin-right: 20px;
  font-size: 13px;
  padding-left: 18px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 0 6px;
  border: none; }

.mod-news-type--corporate {
  background-image: url(../png/corporate.png);
  color: #d50000; }

.mod-news-type--products {
  background-image: url(../png/products.png);
  color: #ff9100; }

.mod-news-type--motor-shows {
  background-image: url(../png/motor-shows.png);
  color: #0277bd; }

.mod-news-type--ir {
  background-image: url(../ir.html);
  color: #13e252; }

.mod-categorytop-news__pubdate {
  color: #999a9b; }

@media screen and (max-width: 767px), print {
  .mod-topic {
    padding: 30px 20px;
    margin-top: 50px; } }

.mod-categorytop-visual {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 300px;
  position: relative;
  overflow: hidden; }

.mod-categorytop-visual::before {
  content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.45);
}

.mod-categorytop-visual.no-alpha::before {
  display: none;
}

.mod-categorytop-visual__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  box-sizing: border-box; }

.mod-categorytop-title {
  font-family: Arial,'Noto Sans','Noto Sans Japanese','ＭＳ Ｐゴシック',sans-serif;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px; }

.mod-categorytop-subtitle {
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff; }

.mod-categorytop-description p {
  margin: 70px 0; }

@media screen and (min-width: 1180px), print {
  .br-sp {
    display: none; }
  .br-pc {
    display: inline-block; } }

@media screen and (min-width: 1366px), print {
  .mod-categorytop-description {
    height: 150px;
    display: table; }
  .mod-categorytop-description p {
    display: table-cell;
    vertical-align: middle;
    margin: 0; }
  .mod-categorytop-visual {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (min-width: 768px) and (max-width: 1179px), print {
  .mod-categorytop-visual {
    margin-left: -50px;
    margin-right: -50px; }
  .mod-categorytop-visual__inner {
    padding-left: 50px;
    padding-right: 50px; } }

@media screen and (max-width: 767px), print {
  .mod-categorytop-visual {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    height: 240px; }
  .mod-categorytop-visual__inner {
    padding-left: 20px;
    padding-right: 20px; }
  .mod-categorytop-title {
    font-size: 36px; }
  .mod-categorytop-subtitle {
    font-size: 16px; }
  .br-sp {
    display: inline-block; }
  .br-pc {
    display: none; } }

.mod-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.mod-block-alignright .mod-block-item {
  float: right; }

.mod-categorytop-news {
  background-color: #333538;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 37px; }

.mod-categorytop-news__title {
  text-align: center;
  padding: 21px 0 23px 0;
  font-size: 16px; }

.mod-categorytop-news__list {
  margin: 0 auto;
  box-sizing: border-box; }
  .mod-categorytop-news__list li {
    padding: 0 10px;
    box-sizing: border-box;
    width: 50%;
    margin-top: -1px;
    float: left;
    list-style: none; }
    .mod-categorytop-news__list li a {
      text-decoration: none;
      color: #fff;
      display: block;
      -webkit-transition: 0.1s background-color linear;
      transition: 0.1s background-color linear; }
    .mod-categorytop-news__list li a:hover {
      text-decoration: none; }
      .mod-categorytop-news__list li a:hover .mod-categorytop-news__text {
        text-decoration: underline; }
  .mod-categorytop-news__list .mod-categorytop-news__item-inner {
    border-top: 1px solid #484a4c;
    border-bottom: 1px solid #484a4c;
    height: 118px;
    box-sizing: border-box;
    padding-top: 17px;
    padding-left: 20px;
    padding-right: 20px; }
    .mod-categorytop-news__list .mod-categorytop-news__item-inner span {
      display: inline-block;
      width: 100%;
      height: 10px;
      background-color: #666; }
    .mod-categorytop-news__list .mod-categorytop-news__item-inner .mod-categorytop-news__pubdate span {
      width: 50%; }

.mod-categorytop-news__pubdate {
  color: #999a9b;
  margin-bottom: 10px;
  font-size: 12px; }

.mod-categorytop-news__text {
  font-size: 14px; }

@media screen and (min-width: 1180px), print {
  .mod-categorytop-news__list {
    max-width: 1030px; }
  .mod-categorytop-news__list li {
    width: 50%; } }

@media screen and (min-width: 1920px), print {
  .mod-categorytop-news__list {
    max-width: 1590px; }
    .mod-categorytop-news__list li {
      width: 33.33%; } }

@media screen and (min-width: 1366px), print {
  .mod-categorytop-news {
    margin-left: -10px;
    margin-right: -10px; } }

@media screen and (min-width: 1180px) and (max-width: 1365px), print {
  .mod-categorytop-news__list li {
    padding: 0 10px; } }

@media screen and (min-width: 768px) and (max-width: 1179px), print {
  .mod-categorytop-news {
    margin-left: -50px;
    margin-right: -50px; } }

@media screen and (max-width: 1179px), print {
  .mod-categorytop-news__list .mod-categorytop-news__item-inner {
    padding-bottom: 17px;
    height: auto; } }

@media screen and (max-width: 767px), print {
  .mod-categorytop-news {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }
  .mod-categorytop-news__list li {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .mod-categorytop-news__list .mod-categorytop-news__item-inner {
    padding-left: 10px;
    padding-right: 10px; } }

.mod-ir-header {
  text-align: right;
  margin-top: -32px; }

.mod-ir-header__item {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px; }
  .mod-ir-header__item a {
    display: block;
    padding-left: 20px;
    text-decoration: none;
    color: #333538;
    font-size: 12px; }
  .mod-ir-header__item a:hover {
    color: #e60012;
    text-decoration: underline; }
  .mod-ir-header__item .mod-tag {
    padding: 3px 14px; }

.mod-ir-header__item--01 {
  background: url(../ico_stock.html) left center no-repeat;
  background-size: 13px 10px; }

.mod-ir-header__item--02 {
  background: url(../ico_ir_ja.html) left center no-repeat;
  background-size: 16px 12px;
  margin: 0 10px 10px 10px; }
  .mod-ir-header__item--02 a {
    padding-left: 25px; }

@media screen and (max-width: 767px), print {
  .mod-ir-header {
    margin: 10px 0;
    margin-top: -12px; } }

.mod-link-list li,
.mod-link-list--sitemap li {
  list-style: none; }

.mod-link-list__item:nth-child(1) > a,
.mod-link-list__item:nth-child(1) > .mod-link-list-accordion {
  border-top: 1px solid #efefef; }

.mod-link-list--sitemap .btn-accordion__inner, .mod-link-list .mod-link-list-accordion:after {
  cursor: pointer;
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background-color: #e60012;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  background-image: url(../png/ico_plus_white.png);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: center center;
  z-index: 2; }

.mod-link-list--sitemap .btn-accordion.is-open .btn-accordion__inner, .mod-link-list .mod-link-list-accordion.is-open:after {
  background-image: url(../png/ico_minus_white.png);
  background-color: #474747; }

.mod-link-list--sitemap .mod-link-list-accordion {
  position: relative; }

.mod-link-list--sitemap .btn-accordion {
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  top: 0;
  width: 34px;
  height: 100%;
  cursor: pointer; }

.mod-link-list__item a {
  display: block;
  border-bottom: 1px solid #efefef;
  padding: 7px 40px 7px 35px;
  color: #333538;
  background-image: url(../svg/ico-arrow-01.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 6px auto;
  text-decoration: none;
  -webkit-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear;
  position: relative; }

.mod-link-list__item a:hover {
  background-color: #efefef; }

.mod-link-list__sub {
  padding: 20px 0;
  background-color: #f3f3f3;
  display: none; }

.mod-list-link_subitem {
  padding-left: 11px; }

.mod-list-link_subitem a {
  padding: 5px 0 5px 36px;
  border: none; }

.mod-tab__contents-item {
  display: none; }

.mod-tab__contents-item.is-show {
  display: block; }

.mod-tab__list-item {
  cursor: pointer;
  display: table;
  float: left;
  list-style: none;
  background-color: #f3f3f3;
  text-align: center;
  box-sizing: border-box;
  height: 57px;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  -webkit-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear;
  border-right: 1px solid #eaeaeb; }

.mod-tab__list-item:nth-last-child(1) {
  border-right: none; }

.mod-tab__list-item:not(.is-active):hover {
  background-color: #eee; }

.mod-tab__list-item.is-active {
  z-index: 1; }

.mod-tab-2 .mod-tab__list-item {
  width: 50%; }

.mod-tab-3 .mod-tab__list-item {
  width: 33.33%; }

.mod-tab-4 .mod-tab__list-item {
  width: 25%; }

.mod-tab-5 .mod-tab__list-item {
  width: 20%; }

.is-close .mod-tab__list-item {
  background-color: #fff;
  border: 1px solid #d6d7d7;
  font-weight: bold; }

.is-close .mod-tab__list--bottom {
  display: none; }

.is-close .mod-tab__list--upper:after,
.is-close .mod-tab__list--bottom:before {
  height: 2px; }

.is-close .mod-tab__list-item:hover {
  background-color: #efefef;
  opacity: 1; }

.mod-tab__list-item-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px; }

.mod-tab__list-item.is-active {
  color: #e60012;
  background-color: #fff;
  border: 1px solid #d6d7d7;
  border-bottom: none;
  z-index: 2; }

.mod-tab__list--upper:after,
.mod-tab__list--bottom:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  background-color: #d6d7d7; }

.mod-tab__list--upper:after {
  top: -1px;
  z-index: 1; }

.mod-tab__list--bottom:before {
  bottom: -1px;
  z-index: 1; }

.mod-tab__list--bottom {
  border-bottom: none; }
  .mod-tab__list--bottom .mod-tab__list-item.is-active {
    border: 1px solid #d6d7d7;
    border-top: none; }

.mod-responsive-tab .mod-accordion-list {
  display: none; }

.mod-tab__contents-item {
  padding: 30px 0 10px 0; }

@media screen and (max-width: 767px), print {
  .mod-tab {
    display: none; }
  .mod-responsive-tab .mod-accordion-list {
    display: block; } }

.ui-menu-item {
  background-color: #fff; }

.ui-selectmenu-button {
  border: 1px solid #eaeaeb; }

.ui-menu .ui-menu-item {
  border: 1px solid #eaeaeb;
  margin-top: -1px !important; }

.ui-menu .ui-menu-item-wrapper {
  background: url(../svg/ico-arrow-01.svg) 10px center no-repeat;
  padding-left: 32px !important; }

.ui-selectmenu-button.ui-button {
  width: 240px !important;
  padding: 9px 10px;
  box-sizing: border-box;
  position: relative; }

.ui-selectmenu-menu .ui-menu {
  width: 240px !important; }

.ui-menu-item {
  -webkit-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0 !important;
  background-color: #efefef; }

.ui-selectmenu-button:after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  right: 0;
  position: absolute;
  border-left: 1px solid #eaeaeb;
  top: 0;
  background: url(../png/ico_arrow_down.png) center center no-repeat;
  background-size: 9px auto; }

.mod-pager {
  text-align: center; }

.mod-pager__item {
  vertical-align: top;
  display: inline-block;
  margin: 0 3px;
  background-color: #717274; }
  .mod-pager__item a, .mod-pager__item span {
    display: block;
    min-width: 30px;
    height: 30px;
    color: #fff;
    text-decoration: none;
    line-height: 30px; }

.ellipse {
  color: #000 !important; }

.mod-pager__item--prev,
.mod-pager__item--next {
  width: 95px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 6px auto; }

.mod-pager__item--prev {
  background-image: url(../png/ico_arrow_left.png);
  background-position: 10px center;
  padding-left: 5px; }

.mod-pager__item--next {
  background-image: url(../png/ico_arrow_right.png);
  background-position: 80px center;
  padding-right: 5px; }

.mod-pager__item--dot {
  background-color: #fff;
  color: #000;
  line-height: 30px; }

.mod-pager__item {
  -webkit-transition: 0.1s opacity linear;
  transition: 0.1s opacity linear; }

.mod-pager__item:hover {
  opacity: 0.8; }

.mod-pager__item.disabled,
.mod-pager__item.disabled:hover {
  opacity: 0.15; }

.mod-pager__item--num .current {
  background-color: #ccc;
  color: #222; }

@media screen and (min-width: 768px), print {
  .mod-pager {
    margin-top: 71px;
    margin-bottom: 120px; } }

@media screen and (max-width: 767px), print {
  .mod-pager__item--prev,
  .mod-pager__item--next {
    width: 30px; }
    .mod-pager__item--prev span,
    .mod-pager__item--next span {
      display: none; }
    .mod-pager__item--prev .page-link,
    .mod-pager__item--next .page-link {
      opacity: 0; }
  .mod-pager {
    margin-left: -20px;
    margin-right: -20px; }
  .mod-pager {
    margin-top: 50px;
    margin-bottom: 60px; }
  .mod-pager__item--prev {
    background-position: center center; }
  .mod-pager__item--next {
    background-position: center center; } }

body.is-search {
  overflow: hidden; }

.search-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  z-index: 9; }

.search-container form {
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%; }

.search-container form input[type=image] {
  position: absolute;
  right: 0;
  top: 0; }

.search-inner {
  width: 80%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 11; }

.search-close {
  position: absolute;
  top: 100px;
  right: 0; }

.search-container input[type=text] {
  outline: none;
  border: none;
  border-bottom: 1px solid #444;
  display: block;
  font-size: 24px;
  margin: 0;
  padding: 4px 38px 4px 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: inherit;
  padding-left: 6px;
  box-sizing: border-box;
  font-family: 'Noto Sans', sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  -webkit-transition: 0.1s border linear;
  transition: 0.1s border linear; }

.search-container input[type=text]:focus {
  border-bottom: 1px solid #FFF; }

.search-container {
  opacity: 0;
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
  box-sizing: border-box; }

@media screen and (min-width: 1366px), print {
  .search-container {
    padding-left: 210px; } }

@media screen and (min-width: 1180px) and (max-width: 1365px), print {
  .search-close {
    top: 160px; } }

@media screen and (max-width: 1179px), print {
  .search-container {
    padding-top: 60px; } }

.fancybox-wrap {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.fancybox-opened .fancybox-skin {
  box-shadow: none !important; }

.fancybox-close {
  background-position: center center; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.mod-noscript {
  border: 3px solid #e60012;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 20px;
  text-align: center; }

.mod-noscript__txt {
  display: inline-block;
  padding-left: 40px;
  background: url(../svg/ico_notice_red.svg) left center no-repeat;
  background-size: 22px auto; }

.mod-thumb__img .mm-fancybox {
  position: relative;
  display: inline-block; }

.mod-ico-zoom {
  position: absolute;
  right: 10px;
  bottom: 5px;
  display: block;
  padding: 5px 10px;
  -webkit-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear;
  font-size: 11px; }
  .mod-ico-zoom:before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    background-color: #e60012;
    display: inline-block;
    background-image: url(../png/ico_plus_white.png);
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-position: center center;
    margin-right: 5px;
    position: relative;
    top: 2px; }

.mod-thumb__img .mm-fancybox:hover .mod-ico-zoom {
  background-color: #efefef; }

.mod-flow-arrow {
  margin-top: 35px;
  margin-bottom: 35px; }

@media screen and (max-width: 767px), print {
  .mod-noscript__txt {
    padding-left: 0;
    padding-top: 30px;
    background: url(../svg/ico_notice_red.svg) center top no-repeat;
    background-size: 22px auto; }
  .mod-flow-arrow {
    margin-top: 30px;
    margin-bottom: 30px; } }
