﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
/*----------------------------------------
 * Initialize */
/*---------------------------------------- */
html {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    background: url("../images/common/extra-bg.png") #222;
  }
}

body {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #222222;
}
@media only screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1920px) {
  body {
    background-color: #FFF;
    max-width: 1920px;
    width: 1920px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

p {
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #222222;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
a:hover {
  color: #929497;
  text-decoration: none;
}
a:focus {
  color: #929497;
}

/*----------------------------------------
 *        Common
 *---------------------------------------- */
.company__common--text {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .company__common--text {
    margin-bottom: 15px;
  }
}

.layout__main > section {
  margin-bottom: 100px;
}
.layout__main > section .table1 th[colspan="3"],
.layout__main > section .table2 th[colspan="3"],
.layout__main > section .table3 th[colspan="3"],
.layout__main > section .table4 th[colspan="3"] {
  background: #e1e1e1;
}
@media only screen and (max-width: 768px) {
  .layout__main > section {
    margin-bottom: 50px;
  }
  .layout__main > section .table1,
  .layout__main > section .table2,
  .layout__main > section .table3,
  .layout__main > section .table4 {
    overflow: visible;
  }
  .layout__main > section .table1 table,
  .layout__main > section .table2 table,
  .layout__main > section .table3 table,
  .layout__main > section .table4 table {
    min-width: 0;
  }
  .layout__main > section .table1 h2 {
    min-width: 0;
  }
}

/*----------------------------------------
 *        Index
 *---------------------------------------- */
.ir-index .contents-wrap > section {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .ir-index .contents-wrap > section {
    margin-bottom: 30px;
  }
}

.ir__list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .ir__list {
    display: block;
    margin: 0 0 20px;
  }
}
.ir__list .ir__list__item {
  width: 268px;
  margin-left: 18px;
  border: 1px solid #222;
  font-size: 1.14rem;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.ir__list .ir__list__item:nth-of-type(3n+1) {
  margin-left: 0;
}
.ir__list .ir__list__item:nth-of-type(n+4) {
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .ir__list .ir__list__item {
    width: 100%;
    line-height: 35px;
    margin: 0 0 10px;
  }
  .ir__list .ir__list__item:nth-of-type(3n+1), .ir__list .ir__list__item:nth-of-type(n+4) {
    margin: 0 0 10px;
  }
}

/*----------------------------------------
 *        governance
 *---------------------------------------- */
.governance .table2 tr th {
  width: 30%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .governance .table2 tr th {
    width: 40%;
  }
}
.governance .table2 tr td {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .governance .table2 tr td {
    width: 60%;
  }
}

/*----------------------------------------
 *        koho
 *---------------------------------------- */
.koho .table2 tr th {
  width: 20%;
  text-align: center;
}
.koho .table2 tr td {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .koho .table2 table {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .koho .company__common--text {
    margin-bottom: 30px;
  }
}

/*----------------------------------------
 *        info
 *---------------------------------------- */
.info .table2 table {
  width: 90%;
}
.info .table2 tr th {
  width: 20%;
  text-align: center;
}
.info .table2 tr td {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .info .table2 table {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .info .company__common--text {
    margin-bottom: 30px;
  }
}

/*----------------------------------------
 *        news
 *---------------------------------------- */
.news .table2 tr th {
  width: 20%;
  text-align: center;
}
.news .table2 tr td {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .news .table2 table {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .news .company__common--text {
    margin-bottom: 30px;
  }
}

/*----------------------------------------
 *        newskobe
 *---------------------------------------- */
.newskobe .table5 table {
  margin-bottom: 30px;
}
.newskobe .table5 tr th {
  width: 20%;
  text-align: center;
}
.newskobe .table5 tr td {
 height:50px;
}

@media only screen and (max-width: 768px) {
  .newskobe .table5 table {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .newskobe .company__common--text {
    margin-bottom: 30px;
  }
}

/*----------------------------------------
 *        keikaku
 *---------------------------------------- */
.keikaku .company__common--text {
  margin-bottom: 30px;
}
.keikaku .contents-wrap > section {
  margin-bottom: 60px;
}

/*----------------------------------------
 *        suii
 *---------------------------------------- */
.suii .image-center {
  margin-bottom: 60px;
}

/*----------------------------------------
 *        kessan
 *---------------------------------------- */
.kessan .table2 tr th {
  width: 20%;
  text-align: center;
}

/*----------------------------------------
 *        yuho
 *---------------------------------------- */
.yuho .table2 tr th {
  width: 20%;
  text-align: center;
}

/*----------------------------------------
 *        memo
 *---------------------------------------- */
.memo .table2 tr th {
  width: 30%;
  text-align: center;
}
.memo .memo__contact--text {
  margin-bottom: 30px;
}
.memo .midashi2 {
  margin-bottom: 40px;
}
.memo .midashi3:not(:first-child) {
  margin-top: -30px;
}

/*----------------------------------------
 *        sokai
 *---------------------------------------- */
.sokai .table2 tr th {
  width: 20%;
  text-align: center;
}

/*----------------------------------------
 *        ir-report
 *---------------------------------------- */
.ir-report ul {
  margin-bottom: 60px;
}

/*----------------------------------------
 *        ir-en
 *---------------------------------------- */
.lang-en .ir .ir--wrap {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .lang-en .ir .ir--wrap {
    margin-top: 30px;
  }
}
.lang-en .ir .ir--wrap > p {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .lang-en .ir .ir--wrap > p {
    margin-bottom: 30px;
  }
}
.lang-en .ir .ir__list {
  margin: 0 0 80px -24px;
}
@media only screen and (max-width: 768px) {
  .lang-en .ir .ir__list {
    margin: 0 0 30px 0;
  }
}
.lang-en .ir .pdf-image {
  flex-basis: 384px;
  margin: 0 0 24px 24px;
}
@media only screen and (max-width: 768px) {
  .lang-en .ir .pdf-image {
    margin: 0 0 15px 0;
  }
}
.lang-en .ir .pdf-image a {
  margin: 0;
  padding: 11px;
}
.lang-en .ir .pdf-image .text {
  width: 100%;
  margin-left: 0 !important;
  padding: 0;
  text-align: center;
}
