@charset "utf-8";

.c-mb10 { margin-bottom: 10px!important; }
.c-mb20 { margin-bottom: 20px!important; }
.c-mb50 { margin-bottom: 50px!important; }
@media screen and (max-width: 768px) {
  .c-mb10 { margin-bottom: 5px!important; }
  .c-mb20 { margin-bottom: 10px!important; }
  .c-mb50 { margin-bottom: 25px!important; }
}

.c-pt50 { padding-top: 50px!important; }
@media screen and (max-width: 768px) {
  .c-pt50 { padding-top: 25px!important; }
}

.c-pb5 { padding-bottom: 5px!important; }
.c-pb10 { padding-bottom: 10px!important; }
.c-pb20 { padding-bottom: 20px!important; }
.c-pb30 { padding-bottom: 30px!important; }
.c-pb50 { padding-bottom: 50px!important; }
.c-pb70 { padding-bottom: 70px!important; }
@media screen and (max-width: 768px) {
  .c-pb5 { padding-bottom: 3px!important; }
  .c-pb10 { padding-bottom: 5px!important; }
  .c-pb20 { padding-bottom: 10px!important; }
  .c-pb30 { padding-bottom: 15px!important; }
  .c-pb50 { padding-bottom: 25px!important; }
  .c-pb70 { padding-bottom: 35px!important; }
}


/* ------------------------------------
  c-text
------------------------------------ */
.c-text {
  margin-bottom: 1em;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.88;
  text-align: left;
}
.c-text .fs-large {
  font-size: 1.2em;
}
.c-text .fs-small {
  font-size: 0.8em;
}
.c-text-last {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 1.4em;
    line-height: 1.7;
  }
  .c-text-last {
    margin-bottom: 20px;
  }
}

/* ------------------------------------
  c-heading
------------------------------------ */
.c-heading-t01 {
  margin-bottom: 30px;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.3px;
}
.c-heading-t01 .fs-small {
  font-size: 0.6em;
}
@media screen and (max-width: 768px) {
  .c-heading-t01 {
    margin-bottom: 15px;
    font-size: 1.9em;
    line-height: 1.4;
  }
}

.c-heading-t02 {
  line-height: 1.36;
  padding: 0 0 5px 20px;
  margin-bottom: 20px;
  border-left: 5px solid #005396;
  border-bottom: 1px solid #005396;
  text-align: left;
  font-size: 2.2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-heading-t02 {
    padding: 0 0 3px 12px;
    margin-bottom: 15px;
    border-left: 3px solid #005396;
    font-size: 1.7em;
  }
  .c-heading-t02 .fs-small {
    font-size: 0.6em;
  }
}

.c-heading-t03 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 2em;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
  line-height: 2em\9;
}
.c-heading-t03:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #d4f5fc;
  border: 3px solid #005396;
}
@media all and (-ms-high-contrast: none){
  .c-heading-t03 {
    line-height: 2em;
  }
}
@media screen and (max-width: 768px) {
  .c-heading-t03 {
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 1.6em;
  }
  .c-heading-t03:before {
    top: 9px;
    width: 4px;
    height: 4px;
    border: 2px solid #005396;
  }
}

.c-heading-t04 {
  line-height: 1.36;
  padding: 0 0 0 15px;
  margin-bottom: 20px;
  border-left: 4px solid #005396;
  text-align: left;
  font-size: 1.8em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-heading-t04 {
    padding: 0 0 0 10px;
    margin-bottom: 15px;
    border-left: 2px solid #005396;
    font-size: 1.6em;
  }
}


.c-link-googlemap {
  position: relative;
  padding-left: 12px;
  font-size: 0.8em;
}
.c-link-googlemap:before {
  font-family: 'kantodenka';
  content: "\e905";
  position: absolute;
  font-size: 8px;
  top: 50%;
  left: 0;
  line-height: 1;
  margin-top: -5px;
  color: #005396;
  font-weight: normal;
}

/* ------------------------------------
  mod-box-lightblue
------------------------------------ */
.mod-box-lightblue {
  margin-bottom: 20px;
  padding: 40px 40px 20px;
  background-color: #f1f9fd;
}
@media screen and (max-width: 768px) {
  .mod-box-lightblue {
    padding: 20px 4vw 5px;
  }
}

/* ------------------------------------
  mod-box-border
------------------------------------ */
.mod-box-border {
  width: 60%;
  margin: 0 auto 20px;
  padding: 30px 40px 20px;
  border: 1px solid #005396;
  text-align: center;
}
.mod-box-border__heading {
  margin-bottom: 1em;
  font-size: 1.8em;
  font-weight: bold;
}
.mod-box-border__text {
  margin-bottom: 0.8em;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  .mod-box-border {
    width: 100%;
    padding: 20px 4vw 5px;
  }
  .mod-box-border__heading {
    font-size: 1.6em;
  }
  .mod-box-border__text {
    font-size: 1.4em;
    line-height: 1.7;
  }
  .mod-box-border__tel {
    text-decoration: none!important;
    color: #232323!important;
  }
}

/* ------------------------------------
  mod-bg-head
------------------------------------ */
.mod-bg-head {
  height: 210px;
  background: url(../img/common/bg_head.png) center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mod-bg-head {
    height: 50px;
    background: url(../img/common/bg_head.png) center center no-repeat;
    background-size: 100% auto;
  }
}

/* ------------------------------------
  mod-bg-body
------------------------------------ */
.mod-bg-body-t1 {
  background: url(../img/common/bg_top_pt1.png) left 75px no-repeat;
  background-size: 16.8% auto;
}
.mod-bg-body-t2 {
  background: url(../img/common/bg_top_pt2.png) left 175px no-repeat;
  background-size: 16.8% auto;
}
@media screen and (max-width: 768px) {
  .mod-bg-body-t1 {
    background: url(../img/common/bg_top_pt1.png) left 20px no-repeat;
    background-size: 16.8% auto;
  }
  .mod-bg-body-t2 {
    background: url(../img/common/bg_top_pt2.png) left 20px no-repeat;
    background-size: 16.8% auto;
  }
}

/* ------------------------------------
  mod-content-box
------------------------------------ */
.mod-content-box {
  margin: 0 0 40px;
  padding: 50px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.mod-content-box a { text-decoration:underline;color: #005396; }
.mod-content-box a:hover { text-decoration:none; }

@media screen and (max-width: 768px) {
  .mod-content-box {
    margin: 0 0 20px;
    padding: 4vw;
  }
  .mod-content-box-first {
    margin: -20px 0 20px;
  }
}

/* ------------------------------------
  mod-kv
------------------------------------ */
.mod-kv {
  height: 210px;
}
.mod-kv-company {
  background: url(../company/img/kv.jpg) center bottom no-repeat;
  background-size: cover;
}
.mod-kv-product {
  background: url(../product/img/kv.jpg) center bottom no-repeat;
  background-size: cover;
}
.mod-kv-research {
  background: url(../research/img/kv.jpg) center bottom no-repeat;
  background-size: cover;
}
.mod-kv-environment {
  background: url(../environment/img/kv.jpg) center bottom no-repeat;
  background-size: cover;
}
.mod-kv-ir {
  background: url(../ir/img/kv.jpg) center bottom no-repeat;
  background-size: cover;
}
.mod-kv-contact {
  background: url(../contact/img/kv.jpg) center bottom no-repeat;
  background-size: cover;
}
.mod-kv-sitemap {
  background: url(../sitemap/img/kv.jpg) center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mod-kv {
    height: 100px;
  }
}

/* ------------------------------------
  mod-breadcrumbs
------------------------------------ */
.mod-breadcrumbs {
  margin-top: -175px;
  margin-bottom: 15px;
  text-align: right;
  color: #FFF;
  font-size: 1.4em;
  font-weight: 500;
}
.mod-bg-body-t1 .mod-breadcrumbs {
  margin-top: -75px;
  text-shadow:0px 0px 10px #005396;
}
.mod-breadcrumbs a {
  color: #FFF;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .mod-breadcrumbs {
    display: none;
  }
}

/* ------------------------------------
  mod-page-title
------------------------------------ */
.mod-page-title {
  line-height: 1.2;
  padding-top: 65px;
  color: #FFF;
  text-shadow:0px 0px 10px #005396;
}
.mod-page-title .en {
  display: block;
  font-size: 3.4em;
  font-weight: bold;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 768px) {
  .mod-page-title {
    padding-top: 25px;
  }
  .mod-page-title .en {
    line-height: 1.1;
    font-size: 2.4em;
  }
}

.mod-sub-page-title {
  margin: 20px 0 55px;
}
.mod-sub-page-title .mod-sub-page-title__top {
  display: block;
  margin-bottom: 25px;
  font-size: 1.6em;
  letter-spacing: 0.8px;
  line-height: 1.15;
}
.mod-sub-page-title .mod-sub-page-title__btm {
  display: inline-block;
  padding: 15px 0;
  line-height: 1.4;
  border-top: 3px solid #005396;
  border-bottom: 3px solid #005396;
  font-size: 2.2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mod-sub-page-title {
    margin: 5px 0 20px;
  }
  .mod-sub-page-title .mod-sub-page-title__top {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
  .mod-sub-page-title .mod-sub-page-title__btm {
    display: inline-block;
    line-height: 1.2;
    padding: 10px 0;
    border-top: 2px solid #005396;
    border-bottom: 2px solid #005396;
    font-size: 2em;
  }
}

/* ------------------------------------
  mod-intro
------------------------------------ */
.mod-intro {
  margin-bottom: 60px;
}
.mod-intro__catch {
  line-height: 1.7;
  margin-bottom: 40px;
  font-size: 2em;
  font-weight: bold
}
.mod-intro__text {
  margin-bottom: 1em;
  line-height: 1.88;
  font-size: 1.6em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mod-intro {
    margin-bottom: 30px;
    padding: 0 4vw;
  }
  .mod-intro__catch {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 1.7em;
  }
  .mod-intro__text {
    line-height: 1.7;
    font-size: 1.4em;
  }
}

/* ------------------------------------
  mod-intro-box
------------------------------------ */
.mod-intro-box {
  display: table;
  width: 100%;
  height: 302px;
  background: #005396;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.mod-intro-box__inner {
  display: table-cell;
  height: 302px;
  background: url(../environment/img/intro_box_bg.png) center center no-repeat;
  vertical-align: middle;
}
.mod-intro-box__catch {
  line-height: 1.83;
  margin-bottom: 20px;
  padding:  0 100px;
  font-size: 2.4em;
  font-weight: bold;
  color: #fff;
}
.mod-intro-box__text {
  line-height: 1.88;
  padding:  0 50px;
  font-size: 1.6em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mod-intro-box {
    display: block;
    height: auto;
    margin: -20px 0 20px;
  }
  .mod-intro-box__inner {
    display: block;
    height: auto;
    padding: 25px 4vw 30px;
    background: none;
  }
  .mod-intro-box__catch {
    line-height: 1.6;
    margin-bottom: 10px;
    padding: 0;
    font-size: 1.8em;
  }
  .mod-intro-box__text {
    line-height: 1.6;
    padding: 0;
    font-size: 1.4em;
  }
}

/* ------------------------------------
  mod-sec
------------------------------------ */
.mod-sec-t01 {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .mod-sec-t01 {
    margin-top: 25px;
    padding-top: 25px;
  }
}

/* ------------------------------------
  mod-dl-acrobat-reader
------------------------------------ */
.mod-dl-acrobat-reader {
  position: relative;
}
.mod-dl-acrobat-reader__text {
  margin-right: 170px;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.88;
  text-align: left;
}
.mod-dl-acrobat-reader__img {
  position: absolute;
  right: 0;
  top: 6px;
}
@media screen and (max-width: 768px) {
  .mod-dl-acrobat-reader {
  }
  .mod-dl-acrobat-reader__text {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 1.4em;
    line-height: 1.7;
  }
  .mod-dl-acrobat-reader__img {
    position: relative;
    right: auto;
    top: auto;
    text-align: left;
  }
  .mod-dl-acrobat-reader__img img {
    width: 120px;
    height: auto;
  }
}

/* ------------------------------------
  mod-news
------------------------------------ */
.mod-news__list ul {
  text-align: left;
}
.mod-news__list li {
  border-bottom: 1px solid #ddd;
}
.mod-news__list a {
  text-decoration: none;
  color: #232323;
}
.mod-news__list a:hover {
  color: #005396;
}
.mod-news__list-wrap {
  display: table;
  width: 100%;
  padding: 15px 0 15px 15px;
}
.mod-news__list-tag {
  display: table-cell;
  width: 16%;
  vertical-align: middle;
}
.mod-news__list-tag span {
  display: block;
  width: 105px;
  height: 24px;
  line-height: 24px;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #ff981e;
}
.mod-news__list-tag .tagNews {background: #005396;}

.mod-news__list-date {
  display: table-cell;
  width: 12%;
  font-size: 1.6em;
  vertical-align: middle;
}
.mod-news__list-text {
  display: table-cell;
  width: 82%;
  font-size: 1.6em;
  font-weight: 500;
  vertical-align: middle;
}
.mod-news__list-text .ico-pdf {
  margin-left: 8px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .mod-news__list ul {
    margin: 15px 0 0 0;
  }
  .mod-news__list li {
    margin: 0;
  }
  .mod-news__list-wrap {
    display: block;
    padding: 15px 0;
  }
  .mod-news__list-tag {
    display: inline-block;
    width: auto;
    margin: 0 2vw 10px 0;
  }
  .mod-news__list-tag span {
    display: block;
    width: 110px;
    height: auto;
    line-height: 1;
    padding: 5px 0;
    font-size: 1.2em;
  }
  .mod-news__list-date {
    display: inline-block;
    width: auto;
    margin: 0 0 10px 0;
    font-size: 1.4em;
  }
  .mod-news__list-text {
    display: block;
    width: 100%;
    font-size: 1.5em;
  }
  .mod-news__list-text .ico-pdf {
    margin-left: 6px;
    font-size: 13px;
  }
}

/* ------------------------------------
  mod-list-figure
------------------------------------ */
.mod-list-figure {
  margin: 0 0 20px;
  letter-spacing: -.4em;
}
.mod-list-figure figure {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .mod-list-figure {
    margin: 0 0 10px;
  }
  .mod-list-figure figure {
    width: 50%;
  }
}

.mod-list-figure-02 {
  padding: 10px 0 20px;
  letter-spacing: -.4em;
}
.mod-list-figure-02 figure {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 20px;
}
.mod-list-figure-02 figcaption {
  margin-top: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .mod-list-figure-02 {
    padding: 10px 0 20px;
  }
  .mod-list-figure-02 figure {
    display: block;
    margin: 0 auto 15px;
    padding: 0;
  }
  .mod-list-figure-02 figcaption {
    margin-top: 5px;
    font-size: 12px;
  }
  .mod-list-figure-02 .iron-img-004 {
    width: 200px;
  }
  .mod-list-figure-02 .iron-img-005 {
    width: 120px;
  }
}

.mod-list-figure-03 {
  display: flex;
  padding: 10px 0 20px;
}
.mod-list-figure-03 figure:nth-child(2) {
  padding: 0 25px;
}
.mod-list-figure-03 figcaption {
  margin-top: 10px;
  font-size: 1.4em;
}
@media only screen and (max-width: 768px) {
  .mod-list-figure-03 {
    display: block;
    padding: 10px 0 10px;
  }
  .mod-list-figure-03 figure:nth-child(2) {
    padding: 0;
  }
  .mod-list-figure-03 figure {
    margin: 0 auto 15px;
  }
  .mod-list-figure-03 figure img {
    width: 200px;
  }
  .mod-list-figure-03 figcaption {
    margin-top: 5px;
    font-size: 1.2em;
  }
}

.mod-list-figure-04 {
  width: 445px;
  margin: 0 auto 50px;
  overflow: hidden;
}
.mod-list-figure-04 .hybrid-img-004 {
  float: left;
}
.mod-list-figure-04 .hybrid-img-005 {
  float: right;
}
.mod-list-figure-04 figcaption {
  margin-top: 10px;
  font-size: 1.4em;
}
@media only screen and (max-width: 768px) {
  .mod-list-figure-04 {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .mod-list-figure-04 .hybrid-img-004 {
  }
  .mod-list-figure-04 .hybrid-img-005 {
  }
  .mod-list-figure-04 figcaption {
    line-height: 1.2;
    margin-top: 5px;
    font-size: 1.2em;
  }
  .mod-list-figure-04 .hybrid-img-004 {
    width: 57%;
  }
  .mod-list-figure-04 .hybrid-img-005 {
    width: 39%;
  }
}

/* ------------------------------------
  mod-list-t01
------------------------------------ */
.mod-list-t01 {
  text-align: left;
}
.mod-list-t01 li {
  margin-bottom: 10px;
  background-color: #f8f8f8;
}
.mod-list-t01 li:last-child {
  margin-bottom: 20px;
}
.mod-list-t01__item {
  display: table;
  width: 100%;
  padding: 20px;
}
a.mod-list-t01__item {
  background-image: linear-gradient(-45deg, #005396 10px, transparent 0);
  text-decoration: none;
}
.mod-list-t01__heading {
  display: table-cell;
  width: 42%;
  padding: 0 15px 0;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.8px;
  vertical-align: middle;
}
.mod-list-t01__heading.pt2 {
  width: 25%;
}
.mod-list-t01__text {
  display: table-cell;
  width: 58%;
  padding: 9px 15px;
  background-color: #FFF;
  color: #232323;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0.7px;
  vertical-align: middle;
}
.mod-list-t01__text.pt2 {
  width: 75%;
}
.mod-list-t01-download .mod-list-t01__heading {
  width: auto;
}
.mod-list-t01-download .mod-list-t01__text {
  width: 190px;
}
.mod-list-t01-download .mod-list-t01__text .ico-pdf {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .mod-list-t01 {
  }
  .mod-list-t01 li {
    margin-bottom: 10px;
  }
  .mod-list-t01 li:last-child {
    margin-bottom: 10px;
  }
  .mod-list-t01__item {
    padding: 15px;
  }
  .mod-list-t01__heading {
    width: 40%;
    padding: 15px;
    font-size: 1.3em;
  }
  .mod-list-t01__heading.pt2 {
    width: 40%;
  }
  .mod-list-t01__text {
    width: 60%;
    padding: 6px 10px;
    font-size: 1.2em;
  }
  .mod-list-t01__text.pt2 {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .mod-list-t01__item {
    display: block;
    padding: 10px;
  }
  .mod-list-t01__heading {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
  }
  .mod-list-t01__heading.pt2 {
    width: 100%;
  }
  .mod-list-t01__text {
    display: block;
    width: 100%;
    padding: 4px 8px;
  }
  .mod-list-t01__text.pt2 {
    width: 100%;
  }
  .mod-list-t01-download .mod-list-t01__text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

/* ------------------------------------
  mod-list-t02
------------------------------------ */
.mod-list-t02 {
  margin-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.mod-list-t02__heading {
  padding: 2px 20px;
  background-color: #005396;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.88;
  color: #fff;
  text-align: center;
}
.mod-list-t02__text {
  padding: 20px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.mod-list-t02__dl-list {
  overflow: hidden;
}
.mod-list-t02__dl-list dt {
  clear: both;
  float: left;
  width: 25%;
  font-size: 1.6em;
}
.mod-list-t02__dl-list dd {
  float: left;
  width: 75%;
  font-size: 1.6em;
}
.mod-list-t02__ul-list li {
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  .mod-list-t02 {
    margin-bottom: 10px;
  }
  .mod-list-t02__heading {
    padding: 2px 10px;
    font-size: 1.4em;
  }
  .mod-list-t02__text {
    padding: 10px;
  }
  .mod-list-t02__dl-list dt {
    width: 100%;
    font-size: 1.4em;
  }
  .mod-list-t02__dl-list dt:before {
    content: "<";
  }
  .mod-list-t02__dl-list dt:after {
    content: ">";
  }
  .mod-list-t02__dl-list dd {
    width: 100%;
    padding-bottom: 10px;
    font-size: 1.4em;
  }
  .mod-list-t02__dl-list dd:last-child {
    padding-bottom: 0;
  }
  .mod-list-t02__ul-list li {
    font-size: 1.4em;
  }
}

/* ------------------------------------
  mod-list-t03
------------------------------------ */
.mod-list-t03 {
  margin-bottom: 30px;
  text-align: left;
}
.mod-list-t03 dl {
  display: inline-block;
  overflow: hidden;
}
.mod-list-t03 dt {
  clear: both;
  float: left;
  line-height: 1.88;
  font-size: 1.6em;
}
.mod-list-t03 dd {
  float: right;
  line-height: 1.88;
  padding-left: 20px;
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  .mod-list-t03 {
    margin-bottom: 20px;
  }
  .mod-list-t03 dt {
    line-height: 1.7;
    font-size: 1.4em;
  }
  .mod-list-t03 dd {
    line-height: 1.7;
    padding-left: 10px;
    font-size: 1.4em;
  }
}

/* ------------------------------------
  mod-table-t01
------------------------------------ */
.mod-table-t01 {
  margin-bottom: 40px;
  text-align: left;
}
.mod-table-t01 table {
  width: 100%;
  border-bottom: 1px solid #f4f7f8;
}
.mod-table-t01__head {
  padding: 10px 20px;
  background-color: #005396;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.88;
  color: #fff;
  text-align: center;
}
.mod-table-t01__head-small {
  margin-left: 10px;
  font-size: 0.9em;
}
.mod-table-t01 tbody tr:nth-child(even) {
  background-color: #f4f7f8;
}
.mod-table-t01__body-heading {
  width: 32.5%;
  padding: 17px 30px;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.88;
}
.mod-table-t01__body-text {
  width: 67.5%;
  padding: 17px 30px 17px 0;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.88;
}
.mod-table-t01__body-col {
  padding: 17px 0 17px 15px;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.88;
}
.mod-table-t01__body-col:first-child {
  padding: 17px 0 17px 30px;
}
.mod-table-t01__body-col:last-child {
  padding: 17px 30px 17px 15px;
}
.mod-table-t01__body-col.col-one {
  padding: 17px 30px 17px 30px;
}
.mod-table-t01__body-col.col-date {
  width: 217px;
}
.mod-table-t01__body-col.col-iso-status {
  width: 210px;
}
.mod-table-t01__body-col.col-year {
  width: 100px;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}
.mod-table-t01__body-col.col-chapter {
  width: 110px;
}
.mod-table-t01__body-col.col-pdf-size {
  width: 100px;
  text-align: right;
}
.mod-table-t01__body-col .col-pdf {
  display: table;
  width: 100%;
}
.mod-table-t01__body-col .col-pdf-title {
  display: table-cell;
  padding-right: 10px;
  font-weight: bold;
}
.mod-table-t01__body-col .col-pdf-size {
  display: table-cell;
  text-align: right;
}
.mod-table-t01__body-col .ico-pdf {
  margin-right: 8px;
  font-size: 0.9em;
}
.mod-table-t01__body-col .col-office-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.mod-table-t01__body-col.col-w22 {
  width: 22%;
}
.mod-table-t01__body-col.col-w78 {
  width: 78%;
}
.mod-table-t01__body-col.col-w35 {
  width: 35%;
}
.mod-table-t01__body-col.col-w65 {
  width: 65%;
}
.mod-table-t01__body-col.col-w45 {
  width: 45%;
}
.mod-table-t01__body-col.col-w55 {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .mod-table-t01 {
    margin-bottom: 20px;
  }
  .mod-table-t01 table {
  }
  .mod-table-t01__head {
    padding: 7px 2vw;
    font-size: 1.4em;
    line-height: 1.7;
  }
  .mod-table-t01 tbody tr:nth-child(even) {
    background-color: #f4f7f8;
  }
  .mod-table-t01__body-heading {
    padding: 10px 4vw;
    font-size: 1.4em;
    line-height: 1.7;
  }
  .mod-table-t01__body-text {
    padding: 10px 3vw 10px 0;
    font-size: 1.4em;
    line-height: 1.7;
  }
  .mod-table-t01__body-col {
    padding: 10px 0 10px 2vw;
    font-size: 1.2em;
    line-height: 1.7;
  }
  .mod-table-t01__body-col:first-child {
    padding: 10px 0 10px 3vw;
  }
  .mod-table-t01__body-col:last-child {
    padding: 10px 3vw 10px 2vw;
  }
  .mod-table-t01__body-col.col-date {
    width: auto;
  }
  .mod-table-t01__body-col.col-iso-status {
    width: 70px;
  }
  .mod-table-t01__body-col.col-year {
    width: 60px;
    font-weight: bold;
    vertical-align: top;
  }
  .mod-table-t01__body-col.col-chapter {
    width: 50px;
    vertical-align: top;
  }
  .mod-table-t01__body-col .ico-pdf {
    margin-right: 5px;
  }
  .mod-table-t01__body-col.col-w22,
  .mod-table-t01__body-col.col-w78,
  .mod-table-t01__body-col.col-w35,
  .mod-table-t01__body-col.col-w45,
  .mod-table-t01__body-col.col-w55,
  .mod-table-t01__body-col.col-w65,
  .mod-table-t01__body-col.col-w100 {
    display: block;
    width: 100%;
    padding: 10px 3vw 0;
  }
  .mod-table-t01__body-col.col-w22:last-child,
  .mod-table-t01__body-col.col-w78:last-child,
  .mod-table-t01__body-col.col-w35:last-child,
  .mod-table-t01__body-col.col-w45:last-child,
  .mod-table-t01__body-col.col-w55:last-child,
  .mod-table-t01__body-col.col-w65:last-child,
  .mod-table-t01__body-col.col-w100:last-child {
    padding: 10px 3vw 10px;
  }
  .mod-table-t01__body-col .col-office-img {
    display: block;
    width: 180px;
    margin: 5px auto;
  }
}

/* ------------------------------------
  mod-table-t02
------------------------------------ */
.mod-table-t02 {
  margin-bottom: 40px;
  text-align: left;
}
.mod-table-t02 table {
  width: 100%;
  border-bottom: 1px solid #f4f7f8;
}
.mod-table-t02 tbody tr:nth-child(even) {
  background-color: #f4f7f8;
}
.mod-table-t02 th,
.mod-table-t02 td {
  padding: 10px 20px;
}
.mod-table-t02 th {
  background-color: #005396;
  border-right: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
}
.mod-table-t02 td {
  border-right: 1px solid #f4f7f8;
  font-size: 1.6em;
}
.mod-table-t02 tbody tr:nth-child(even) td {
  border-right: 1px solid #fff;
}
.mod-table-t02 th:last-child,
.mod-table-t02 td:last-child,
.mod-table-t02 tbody tr:nth-child(even) td:last-child {
  border-right: none;
}
.mod-table-t02 .w20 {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .mod-table-t02 {
    margin-bottom: 20px;
  }
  .mod-table-t02 th,
  .mod-table-t02 td {
    padding: 5px 10px;
  }
  .mod-table-t02 th {
    font-size: 1.4em;
  }
  .mod-table-t02 td {
    font-size: 1.4em;
  }
  .mod-table-t02 .w20 {
    width: 20%;
  }
}

/* ------------------------------------
  mod-table-t03
------------------------------------ */
.mod-table-t03 {
  margin-bottom: 40px;
  text-align: left;
}
.mod-table-t03 table {
  width: 100%;
  border-bottom: 1px solid #f4f7f8;
}
.mod-table-t03 tbody tr:nth-child(even) {
  background-color: #f4f7f8;
}
.mod-table-t03 th {
  padding: 10px 10px;
}
.mod-table-t03 td {
  padding: 20px 10px;
  vertical-align: top;
}
.mod-table-t03 th {
  background-color: #005396;
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
}
.mod-table-t03 td {
  font-size: 1.6em;
}
.mod-table-t03 .fs-small {
  font-size: 0.9em;
}
.mod-table-t03__note {
  margin-top: -20px;
}
.mod-table-t03 .fusso-col-01 {width: 50px;}
.mod-table-t03 .fusso-col-02 {width: 280px;}
.mod-table-t03 .fusso-col-03 {width: 160px;}
.mod-table-t03 .fusso-col-04 {width: 100px;}
.mod-table-t03 .fusso-col-05 {width: 210px;}

.mod-table-t03 .hybrid-col-01 {width: 50px;}
.mod-table-t03 .hybrid-col-02 {width: 230px;}
.mod-table-t03 .hybrid-col-03 {width: 130px;}
.mod-table-t03 .hybrid-col-04 {width: 130px;}
.mod-table-t03 .hybrid-col-05 {width: 130px;}
.mod-table-t03 .hybrid-col-06 {width: 130px;}

@media screen and (max-width: 768px) {
  .mod-table-t03 {
    margin-bottom: 20px;
    overflow-x: scroll;
  }
  .mod-table-t03 table.mod-table-t03-fusso {
    width: 710px;
  }
  .mod-table-t03 table.mod-table-t03-hybrid {
    width: 600px;
  }
  .mod-table-t03 th {
    padding: 5px 10px;
  }
  .mod-table-t03 td {
    padding: 10px;
  }
  .mod-table-t03 th {
    font-size: 1.4em;
  }
  .mod-table-t03 td {
    font-size: 1.4em;
  }
  .mod-table-t03__note {
    margin-top: -10px;
  }

  .mod-table-t03 .fusso-col-01 {width: 40px;}
  .mod-table-t03 .fusso-col-02 {width: 260px;}
  .mod-table-t03 .fusso-col-03 {width: 160px;}
  .mod-table-t03 .fusso-col-04 {width: 70px;}
  .mod-table-t03 .fusso-col-05 {width: 160px;}

  .mod-table-t03 .hybrid-col-01 {width: auto;}
  .mod-table-t03 .hybrid-col-02 {width: auto;}
  .mod-table-t03 .hybrid-col-03 {width: auto;}
  .mod-table-t03 .hybrid-col-04 {width: auto;}
  .mod-table-t03 .hybrid-col-05 {width: auto;}
  .mod-table-t03 .hybrid-col-06 {width: auto;}
}

/* ------------------------------------
  mod-links
------------------------------------ */
.mod-links {
}
.mod-links__heading {
  margin-bottom: 30px;
}
.mod-links__heading .en {
  display: block;
  font-size: 2.4em;
  font-weight: bold;
  letter-spacing: 1.2px;
}
.mod-links__list {
  display: flex;
  flex-wrap: wrap;
}
.mod-links__list li {
  width: 50%;
  margin-bottom: 20px;
}
.mod-links__list li:nth-child(odd) {
  padding-right: 10px;
}
.mod-links__list li:nth-child(even) {
  padding-left: 10px;
}
.mod-links__list li.mod-links__list-btm {
  margin-bottom: 0;
}
.mod-links__list li a {
  display: table;
  width: 100%;
  height: 80px;
  line-height: 1.88;
  border: 1px solid #eaeaea;
  text-decoration: none;
}
.mod-links__list-img {
  display: table-cell;
  width: 80px;
  height: 80px;
  background-color: #f8f8f8;
  vertical-align: middle;
}
.mod-links__list-img .ico {
  display: inline;
  font-size: 35px;
  vertical-align: middle;
}
.mod-links__list-text {
  display: table-cell;
  padding: 0 20px;
  background-image: linear-gradient(-45deg, #005396 10px, transparent 0);
  text-align: left;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.8px;
  vertical-align: middle;
  transition: all  0.3s ease-out;
}
.mod-links__list li a:hover .mod-links__list-text,
.mod-links__list li a.current .mod-links__list-text {
  background-color: #e7f5fb;
}
@media screen and (max-width: 768px) {
  .mod-links__heading {
    margin-bottom: 15px;
  }
  .mod-links__heading .en {
    font-size: 2.0em;
  }
  .mod-links__list {
    margin: 0;
  }
  .mod-links__list li {
    width: 50%;
    margin-bottom: 10px;
  }
  .mod-links__list li:nth-child(odd) {
    padding-right: 5px;
  }
  .mod-links__list li:nth-child(even) {
    padding-left: 5px;
  }
  .mod-links__list li.mod-links__list-btm {
    margin-bottom: 10px;
  }
  .mod-links__list li:last-child {
    margin-bottom: 0;
  }
  .mod-links__list li a {
    height: 10vw;
    line-height: 1.6;
  }
  .mod-links__list-img {
    width: 10vw;
    height: 100%;
  }
  .mod-links__list-img .ico {
    font-size: 22px;
  }
  .mod-links__list-text {
    padding: 0 2vw;
    font-size: 1.4em;
    transition: initial;
  }
  .mod-links__list li a:hover .mod-links__list-text {
    background-color: initial;
  }
}
@media screen and (max-width: 480px) {
  .mod-links__list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .mod-links__list li:nth-child(odd) {
    padding-right: 0;
  }
  .mod-links__list li:nth-child(even) {
    padding-left: 0;
  }
  .mod-links__list li a {
    height: 15vw;
  }
  .mod-links__list-img {
    width: 15vw;
  }
  .mod-links__list-text {
    padding: 10px 4vw;
  }
}

/* ------------------------------------
  mod-sub-links
------------------------------------ */
.mod-sub-links {
}
.mod-sub-links__heading {
  margin-bottom: 20px;
  font-size: 2.4em;
  font-weight: bold;
  letter-spacing: 1.2px;
}
.mod-sub-links__list {
  display: flex;
  flex-wrap: wrap;
}
.mod-sub-links__list li {
  width: 50%;
  margin-bottom: 20px;
}
.mod-sub-links__list li:nth-child(odd) {
  padding-right: 10px;
}
.mod-sub-links__list li:nth-child(even) {
  padding-left: 10px;
}
.mod-sub-links__list li.mod-sub-links__list-btm {
  margin-bottom: 0;
}
.mod-sub-links__list li a {
  display: table;
  width: 100%;
  height: 80px;
  line-height: 1.88;
  border: 1px solid #eaeaea;
  text-decoration: none;
}
.mod-sub-links__list-text {
  display: table-cell;
  padding: 0 30px;
  background-image: linear-gradient(-45deg, #005396 10px, transparent 0);
  text-align: left;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.8px;
  vertical-align: middle;
  transition: all  0.3s ease-out;
}
.mod-sub-links__list li a:hover .mod-sub-links__list-text,
.mod-sub-links__list li a.current .mod-sub-links__list-text {
  background-color: #e7f5fb;
}
@media screen and (max-width: 768px) {
  .mod-sub-links__heading {
    margin-bottom: 15px;
    font-size: 2.0em;
  }
  .mod-sub-links__list {
    margin: 0;
  }
  .mod-sub-links__list li {
    width: 50%;
    margin-bottom: 10px;
  }
  .mod-sub-links__list li:nth-child(odd) {
    padding-right: 5px;
  }
  .mod-sub-links__list li:nth-child(even) {
    padding-left: 5px;
  }
  .mod-sub-links__list li.mod-sub-links__list-btm {
    margin-bottom: 10px;
  }
  .mod-sub-links__list li:last-child {
    margin-bottom: 0;
  }
  .mod-sub-links__list li a {
    height: 10vw;
    line-height: 1.6;
  }
  .mod-sub-links__list-img {
    width: 10vw;
    height: 100%;
  }
  .mod-sub-links__list-text {
    padding: 0 2vw;
    font-size: 1.4em;
    transition: initial;
  }
  .mod-sub-links__list li a:hover .mod-sub-links__list-text {
    background-color: initial;
  }
}
@media screen and (max-width: 480px) {
  .mod-sub-links__list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .mod-sub-links__list li:nth-child(odd) {
    padding-right: 0;
  }
  .mod-sub-links__list li:nth-child(even) {
    padding-left: 0;
  }
  .mod-sub-links__list li a {
    height: 15vw;
  }
  .mod-sub-links__list-img {
    width: 15vw;
  }
  .mod-sub-links__list-text {
    padding: 0 4vw;
  }
}

/* ------------------------------------
  mod-links-col
------------------------------------ */
.mod-links-col {
}
.mod-links-col__list {
  display: flex;
  flex-wrap: wrap;
}
.mod-links-col__list li {
  width: 50%;
}
.mod-links-col__list li a {
  position: relative;
  display: table;
  width: 100%;
  height: 145px;
  line-height: 1.88;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  text-decoration: none;
}
.mod-links-col-ir .mod-links-col__list li a {
  height: 100px;
}
.mod-links-col__list li:nth-child(1) a,
.mod-links-col__list li:nth-child(2) a {
  border-top: 1px solid #eaeaea;
}
.mod-links-col__list li:nth-child(odd) a {
  border-left: 1px solid #eaeaea;
}
.mod-links-col__list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all  0.3s;
}
.mod-links-col__list li a:hover:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid #005396;
}
.mod-links-col__list-img {
  display: table-cell;
  width: 145px;
  height: 100%;
  background-color: #f8f8f8;
  vertical-align: middle;
}
.mod-links-col__list-img .ico {
  display: inline;
  font-size: 50px;
  vertical-align: middle;
}
.mod-links-col__list-text {
  display: table-cell;
  padding: 0 40px;
  background-image: linear-gradient(-45deg, #005396 10px, transparent 0);
  text-align: left;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.8px;
  vertical-align: middle;
  transition: all  0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .mod-links-col__list li {
    width: 100%;
  }
  .mod-links-col__list li a {
    width: 100%;
    height: 80px;
    line-height: 1.6;
    border-left: 1px solid #eaeaea;
  }
  .mod-links-col__list li:nth-child(2) a {
    border-top: none;
  }
  .mod-links-col__list-img {
    width: 80px;
  }
  .mod-links-col__list-img .ico {
    font-size: 30px;
  }
  .mod-links-col__list-text {
    padding: 0 4vw;
    font-size: 1.4em;
    transition: initial;
  }
  .mod-links-col__list li a:hover .mod-links-col__list-text {
    background-color: initial;
  }
}
@media screen and (max-width: 480px) {
  .mod-links-col__list li a {
    height: 20vw;
  }
  .mod-links-col__list-img {
    width: 20vw;
  }
}

/* ------------------------------------
  mod-links-row
------------------------------------ */
.mod-links-row {
}
.mod-links-row__list {
  display: flex;
  flex-wrap: wrap;
}
.mod-links-row__list li {
  width: 50%;
}
.mod-links-row__list li a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  line-height: 1.88;
  background-image: linear-gradient(-45deg, #005396 10px, transparent 0);
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  text-decoration: none;
}
.mod-links-row__list li:nth-child(1) a,
.mod-links-row__list li:nth-child(2) a {
  border-top: 1px solid #eaeaea;
}
.mod-links-row__list li:nth-child(odd) a {
  border-left: 1px solid #eaeaea;
}
.mod-links-row__list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all  0.3s;
}
.mod-links-row__list li a:hover:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid #005396;
}
.mod-links-row__list-img {
  display: table;
  width: 100%;
  height: 110px;
  background-color: #f8f8f8;
}
.mod-links-row__list-img .ico {
  display: table-cell;
  font-size: 60px;
  vertical-align: middle;
}
.mod-links-row__list dl,
.mod-links-row__list-wrap {
  padding: 25px 20px;
  text-align: left;
}
.mod-links-row__list-heading {
  margin-bottom: 3px;
  font-size: 1.8em;
  font-weight: bold;
}
.mod-links-row__list-text {
  font-size: 1.4em;
  font-weight: 500;
  color: #232323;
}
@media screen and (max-width: 768px) {
  .mod-links-row__list li {
    width: 100%;
  }
  .mod-links-row__list li a {
    width: 100%;
    height: 80px;
    line-height: 1.6;
    border-left: 1px solid #eaeaea;
  }
  .mod-links-row__list li:nth-child(2) a {
    border-top: none;
  }
  .mod-links-row__list li a:hover:before {
    display: none;
  }
  .mod-links-row__list-img {
    height: 80px;
  }
  .mod-links-row__list-img .ico {
    font-size: 40px;
  }
  .mod-links-row__list dl {
    padding: 12px 4vw;
    transition: initial;
  }
  .mod-links-row__list-heading {
    margin-bottom: 3px;
    font-size: 1.4em;
  }
  .mod-links-row__list-text {
    font-size: 1.2em;
  }
}

/* ------------------------------------
  mod-links-row3
------------------------------------ */
.mod-links-row3 {
}
.mod-links-row3__list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eaeaea;
}
.mod-links-row3__list > li {
  display: table;
  width: calc(100%) ;
  line-height: 1.88;
}
.mod-links-row3__list > li:nth-child(2) {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.mod-links-row3__list-img {
  display: table;
  width: 100%;
  height: 110px;
  background-color: #f8f8f8;
}
.mod-links-row3__list-img .ico {
  display: table-cell;
  font-size: 50px;
  vertical-align: middle;
}
.mod-links-row3__list-wrap,
.mod-links-row3__list dl {
  padding: 22px 20px;
  text-align: left;
}
.mod-links-row3__list-heading {
  margin-bottom: 5px;
  font-size: 1.8em;
  font-weight: bold;
}
.mod-links-row3__list-text {
}
.mod-links-row3__list-text li {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.8px;
}
.mod-links-row3__list-text a {
  position: relative;
  padding-left: 20px;
  color: #232323;
  text-decoration: none;
}
.mod-links-row3__list-text a:hover {
  color: #005396;
}
.mod-links-row3__list-text a:before {
  font-family: 'kantodenka';
  content: "\e906";
  position: absolute;
  font-size: 10px;
  top: 50%;
  left: 5px;
  line-height: 1;
  margin-top: -5px;
  color: #005396;
}
.mod-links-row3__list-text2 {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 768px) {
  .mod-links-row3__list {
    display: block;
    border: 1px solid #eaeaea;
  }
  .mod-links-row3__list > li {
    display: block;
    width: 100%;
    line-height: 1.88;
  }
  .mod-links-row3__list > li:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  .mod-links-row3__list-img {
    display: table;
    width: 100%;
    height: 80px;
  }
  .mod-links-row3__list-img .ico {
    font-size: 40px;
  }
  .mod-links-row3__list dl {
    padding: 10px 15px;
  }
  .mod-links-row3__list-heading {
    margin-bottom: 2px;
    font-size: 1.6em;
  }
  .mod-links-row3__list-text li {
    font-size: 1.4em;
    line-height: 1.88;
    letter-spacing: 0.8px;
  }
  .mod-links-row3__list-text a {
    padding-left: 20px;
  }
  .mod-links-row3__list-text a:before {
    font-size: 10px;
    top: 50%;
    left: 5px;
    margin-top: -5px;
  }
  .mod-links-row3__list-text2 {
    font-size: 1.4em;
    line-height: 1.88;
    letter-spacing: 0.8px;
  }
}

/* ------------------------------------
  tel-area
------------------------------------ */
.tel-area {
  margin: 0 0 30px;
}
.mod-tel-area__heading {
  font-size: 1.6em;
  font-weight: 500;
}
.mod-tel-area__telno {
  font-size: 4em;
  font-weight: bold;
}
.mod-tel-area__telno .ico-tel {
  margin-right: 10px;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .tel-area {
    margin: 0 0 20px;
  }
  .mod-tel-area__heading {
    font-size: 1.4em;
  }
  .mod-tel-area__telno {
    font-size: 3em;
  }
  .mod-tel-area__telno a {
    text-decoration: none;
  }
  .mod-tel-area__telno .ico-tel {
    margin-right: 5px;
  }
}

/* ------------------------------------
  mod-btn-back
------------------------------------ */
.mod-btn-back {
  position: relative;
  display: block;
  width: 180px;
  height: 40px;
  line-height: 38px;
  margin: 0 auto 40px;
  border: 1px solid #005396;
  overflow: hidden;
}
.mod-btn-back::before {
  font-family: 'kantodenka';
  content: "\e900";
  position: absolute;
  font-size: 10px;
  top: 50%;
  left: 15px;
  line-height: 1;
  margin-top: -5px;
  color: #005396;
  z-index: 3;
}
.mod-btn-back:hover::before {
  color: #FFF;
}
.mod-btn-back a {
  display: block;
}
.mod-btn-back__effect {
  position: absolute;
  width: 180px;
  height: 40px;
  left:-180px;
  background: #005396;
  border: 1px solid #005396;
  transition:all .5s ease;
  z-index: 2;
}
.mod-btn-back:hover .mod-btn-back__effect {
  left: 0;
}
.mod-btn-back__text {
  position: relative;
  font-size: 1.6em;
  z-index: 3;
}
.mod-btn-back:hover .mod-btn-back__text {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .mod-btn-back {
    width: 170px;
    height: 35px;
    line-height: 33px;
    margin: 0 auto 30px;
  }
  .mod-btn-back::before {
    left: 12px;
  }
  .mod-btn-back:hover::before {
    color: #005396;
  }
  .mod-btn-back__effect {
    display: none;
  }
  .mod-btn-back__text {
    font-size: 1.4em;
  }
  .mod-btn-back:hover .mod-btn-back__text {
    color: #005396;
  }
}

/* ------------------------------------
  mod-contact
------------------------------------ */
.mod-contact {
  /*position: fixed;*/
  /*width: 100%;*/
  /*left: 0;*/
  /*right: 0;*/
  /*bottom: 0;*/
  padding: 20px 0;
  background-color: #005396;
  /*z-index: 100;*/
}
.mod-contact__btn {
  position: relative;
  width: 470px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  background-color: #ff981e;
  border: 1px solid #ff981e;
  color: #FFF;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.9px;
  overflow: hidden;
}
.mod-contact__btn a {
  color: #FFF;
}
.mod-contact__btn-effect {
  position: absolute;
  width: 470px;
  height: 60px;
  left:-470px;
  background: #FFF;
  transition:all .5s ease;
  z-index: 2;
}
.mod-contact__btn:hover .mod-contact__btn-effect {
  left: 0;
}
.mod-contact__btn-text {
  position: relative;
  z-index: 3;
}
.mod-contact__btn:hover .mod-contact__btn-text {
  color: #ff981e;
}
@media screen and (max-width: 768px) {
  .mod-contact {
    padding: 20px 4vw;
  }
  .mod-contact__btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.6em;
  }
  .mod-contact__btn-effect {
    display: none;
  }
  .mod-contact__btn:hover .mod-contact__btn-text {
    color: #FFF;
  }
}

/* ------------------------------------
  mod-ir-graph
------------------------------------ */
.mod-ir-graph {
  display: flex;
  flex-wrap: wrap;
}
.mod-ir-graph__item {
  width: 50%;
}
.mod-ir-graph__item:nth-child(odd) {
  padding: 20px 20px 60px 0;
}
.mod-ir-graph__item:nth-child(even) {
  padding: 20px 0 60px 20px;
}
.mod-ir-graph__heading {
  padding: 0 0 5px 15px;
  font-size: 1.9em;
}
.mod-ir-graph__figure {
  width: 250px;
  margin: 0 auto 20px;
}
.mod-ir-graph__unit {
  text-align: left;
  font-size: 1.2em;
}
.xj_chart_table {
  border-top: none!important;
  border-left: 1px solid #e6e6e6!important;
}
.xj_chart_table td:first-child {
  display: none;
}
.xj_chart_header {
  padding: 5px;
  border-bottom:none!important;
  border-right:1px solid #e6e6e6!important;
  background: #005396!important;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
}
.xj_chart_header:last-child {
  border-right:1px solid #005396!important;
}
.xj_chart_value {
  padding: 5px;
  border-bottom:1px solid #e6e6e6!important;
  border-right:1px solid #e6e6e6!important;
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .mod-ir-graph {
    display: block;
  }
  .mod-ir-graph__item {
    width: 100%;
  }
  .mod-ir-graph__item:nth-child(odd) {
    padding: 0 0 30px 0;
  }
  .mod-ir-graph__item:nth-child(even) {
    padding: 0 0 30px 0;
  }
  .mod-ir-graph__heading {
    padding: 0 0 3px 10px;
    font-size: 1.5em;
  }
  .mod-ir-graph__figure {
    width: 180px;
    margin: 0 auto 10px;
  }
  .mod-ir-graph__unit {
    font-size: 1.0em;
  }
  .xj_chart_table {
    width: 100%;
  }
  .xj_chart_table td:first-child {
  }
  .xj_chart_header {
    padding: 2px;
    font-size: 1.1em;
  }
  .xj_chart_header:last-child {
  }
  .xj_chart_value {
    padding: 2px;
    font-size: 1.2em;
  }
}

/* ------------------------------------
  product-list
------------------------------------ */
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.product-list li {
  position: relative;
  width: 50%;
}
.product-list-col3 li {
  width: calc(100%/3);
}
.product-list__img img {
  width: 100%;
}
.product-list__content {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.product-list__heading {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #005396;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
}
.product-list__heading .fs-small {
  font-size: 0.6em;
}
.product-list__heading span {
  font-size: 0.8em;
}
.product-list__text {
  line-height: 1.6;
  padding: 0 20px;
  text-align: left;
  font-size: 1.6em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .product-list {
    margin-bottom: 30px;
  }
  .product-list li {
    width: 50%;
  }
  .product-list__content {
    top: 2vw;
    padding: 0 15px;
  }
  .product-list__heading {
    margin-bottom: 10px;
    font-size: 1.6em;
  }
  .product-list__text {
    line-height: 1.5;
    padding: 0;
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  .product-list li {
    width: 100%;
  }
}

/* ------------------------------------
  introduction-list
------------------------------------ */
.introduction-list {
}
.introduction-list li {
  display: table;
  margin-bottom: 60px;
  text-align: left;
}
.introduction-list li:last-child {
  margin-bottom: 20px;
}
.introduction-list__img {
  display: table-cell;
  width: 250px;
  vertical-align: top;
}
.introduction-list li:nth-child(even) .introduction-list__img {
  text-align: right;
}
.introduction-list__content {
  display: table-cell;
  padding-top: 15px;
  border-top: 1px solid #005396;
  vertical-align: top;
}
.introduction-list__heading {
  margin-bottom: 5px;
  font-size: 2em;
  font-weight: bold;
}
.introduction-list__text {
  line-height: 1.88;
  font-size: 1.6em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .introduction-list {
    margin-bottom: 10px;
  }
  .introduction-list li {
    margin-bottom: 30px;
  }
  .introduction-list li:last-child {
    margin-bottom: 0;
  }
  .introduction-list__img {
    display: block;
    width: 150px;
    margin: 0 auto;
    padding: 0;
  }
  .introduction-list__content {
    display: block;
    padding-top: 10px;
    border-top: none;
  }
  .introduction-list__heading {
    margin-bottom: 3px;
    text-align: center;
    font-size: 1.8em;
  }
  .introduction-list__text {
    font-size: 1.4em;
    line-height: 1.7;
  }
}


/* ------------------------------------
  sitemap
------------------------------------ */
.sitemap {
  padding: 20px 0;
  text-align: left;
}
.sitemap a {
  text-decoration: none;
}
.sitemap__home {
  margin-bottom: 20px;
  font-size: 2.2em;
  font-weight: bold;
}
.sitemap__home .ico {
  padding-right: 10px;
}
.sitemap__container {
  display: flex;
}
.sitemap__content {
  width: 50%;
}
.sitemap__content:nth-child(odd) {
  margin-right: 20px;
}
.sitemap__content:nth-child(even) {
  margin-left: 20px;
}
.sitemap__list > li {
  padding-bottom: 10px;
}
.sitemap__list > li > a {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 3px;
  background: url(../img/footer_menu_heading_bg.png) right bottom no-repeat;
  border-bottom: 1px solid #005396;
  font-size: 1.8em;
  font-weight: bold;
}
.sitemap__list-sub {
  margin: 0 0 10px 1em;
}
.sitemap__list-sub > li {
  margin-bottom: 5px;
}
.sitemap__list-sub > li > a {
  position: relative;
  padding-left: 1em;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.88;
  color: #494949;
}
.sitemap__list-sub > li a:hover {
  color: #005396;
}
.sitemap__list-sub > li a:before {
  font-family: 'kantodenka';
  content: "\e906";
  position: absolute;
  font-size: 10px;
  top: 50%;
  left: 0;
  line-height: 1;
  margin-top: -5px;
}
.sitemap__list-sub-detail {
  margin: 3px 0 6px 2em;
}
.sitemap__list-sub-detail > li > a {
  position: relative;
  padding-left: 1em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 2;
  color: #494949;
}
@media screen and (max-width: 768px) {
  .sitemap {
    padding: 0;
  }
  .sitemap__home {
    margin-bottom: 10px;
    font-size: 1.7em;
  }
  .sitemap__home .ico {
    padding-right: 5px;
  }
  .sitemap__container {
    display: block;
  }
  .sitemap__content {
    width: 100%;
  }
  .sitemap__content:nth-child(odd) {
    margin-right: 0;
  }
  .sitemap__content:nth-child(even) {
    margin-left: 0;
  }
  .sitemap__list > li {
    padding-bottom: 5px;
  }
  .sitemap__list > li > a {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 2px;
    font-size: 1.6em;
  }
  .sitemap__list-sub {
    margin: 0 0 10px 0.5em;
  }
  .sitemap__list-sub > li {
    margin-bottom: 5px;
  }
  .sitemap__list-sub > li > a {
    padding-left: 1em;
    font-size: 1.4em;
    line-height: 1.7;
  }
  .sitemap__list-sub > li a:before {
    font-size: 10px;
    margin-top: -5px;
  }
  .sitemap__list-sub-detail {
    margin: 3px 0 6px 1.5em;
  }
  .sitemap__list-sub-detail > li > a {
    font-size: 1.3em;
    line-height: 1.8;
  }
}

/* ------------------------------------
  message
------------------------------------ */
.message {
  position: relative;
  padding-bottom: 70px;
}
.message__name {
  margin-bottom: 40px;
  text-align: right;
}
.message__name-position {
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 1px;
}
.message__name-text {
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .message {
    padding-bottom: 4vw;
  }
  .message__name {
    margin-bottom: 20px;
  }
  .message__name-position {
    font-size: 1.2em;
  }
  .message__name-text {
    font-size: 1.7em;
  }
}

/* ------------------------------------
  faq
------------------------------------ */
.faq {
  text-align: left;
}
.faq__list {
  margin-bottom: 20px;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.88;
}
.faq__list li {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url('../img/common/arw_down.png') left 10px no-repeat;
}
.faq__detail {
  padding: 35px 0;
  border-top: 1px solid #e6e6e6;
}
.faq__detail:nth-of-type(1) {
  border-top: none;
}
.faq__detail-heading {
  display: table;
  margin-bottom: 20px;
}
.faq__detail-heading-icon {
  display: table-cell;
  width: 40px;
  height: 40px;
  background: url('../ir/img/ico_faq.png') left center no-repeat;
  vertical-align: middle;
}
.faq__detail-heading-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8em;
  font-weight: bold;
}
.faq__detail-text {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  .faq__list {
    margin-bottom: 15px;
    font-size: 1.4em;
    line-height: 1.7;
  }
  .faq__list li {
    margin-bottom: 5px;
    padding-left: 18px;
    background: url('../img/common/arw_down.png') left 7px no-repeat;
    background-size: 10px auto;
  }
  .faq__detail {
    padding: 20px 0;
  }
  .faq__detail-heading {
    margin-bottom: 10px;
  }
  .faq__detail-heading-icon {
    width: 30px;
    height: 30px;
    background: url('../ir/img/ico_faq.png') left center no-repeat;
    background-size: 23px auto;
  }
  .faq__detail-heading-text {
    font-size: 1.5em;
  }
  .faq__detail-text {
    font-size: 1.4em;
    line-height: 1.7;
  }
}

/* ------------------------------------
  about-care
------------------------------------ */
.about-care {
  position: relative;
  margin: 20px 0;
  padding: 25px 30px 30px;
  background-color: #e7f5fb;
}
.about-care__heading {
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 1px;
}
.about-care__text {
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .about-care {
    margin: 20px 0 30px;
    padding: 15px 4vw 20px;
  }
  .about-care__heading {
    margin-bottom: 10px;
    font-size: 1.6em;
  }
  .about-care__text {
    margin-bottom: 5px;
    font-size: 1.3em;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
  }
}

/* ------------------------------------
  privacy-list
------------------------------------ */
.privacy-list dt {
  margin-bottom: 2px;
  font-size: 1.1em;
  font-weight: bold;
}
.privacy-list dd {
  margin-bottom: 1.5em;
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.fusso-img002 {
  padding: 10px 0 30px;
  text-align: left;
}
.fusso-img003,
.fusso-img004,
.fusso-img005 {
  padding: 0 0 30px 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .fusso-img002 {
    padding: 5px 0 15px;
  }
  .fusso-img003,
  .fusso-img004,
  .fusso-img005 {
    padding: 0 0 15px 10px;
  }
}

/* ------------------------------------
  directors-list
------------------------------------ */
.directors-list {
  text-align: left;
  overflow: hidden;
}
.directors-list__heading {
  padding: 10px 20px;
  background-color: #005396;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.88;
  color: #fff;
  text-align: center;
}
.directors-list dl {
  float: left;
  width: 350px;
  margin-top: 30px;
  font-size: 1.6em;
  line-height: 1.88;
  overflow: hidden;
}
.directors-list dt {
  clear: both;
  float: left;
  width: 200px;
  padding: 0 10px 20px;
  font-weight: bold;
  text-align: right;
}
.directors-list dd {
  float: left;
  width: 150px;
  padding: 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .directors-list__heading {
    padding: 7px 2vw;
    font-size: 1.4em;
    line-height: 1.7;
  }
  .directors-list dl {
    float: none;
    width: 100%;
    margin-top: 5px;
    font-size: 1.4em;
    line-height: 1.7;
    border-bottom: 1px solid #f4f7f8;
  }
  .directors-list dt {
    float: none;
    width: 100%;
    padding: 10px 4vw 3px;
    text-align: left;
  }
  .directors-list dd {
    float: none;
    width: 100%;
    padding: 0 4vw 10px;
    border-bottom: 1px solid #f4f7f8;
  }
}
