@charset "utf-8";
/* ----------------------------------------------------------
  history.css
---------------------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table-01 caption {
  color: #d60212;
  font-size: 170%;
  font-weight: bold;
}
.table-01 .span-red {
  color: #d60212;
}
.table-01 table {
  border: 1px solid #ddd;
  margin: 15px 0;
  border-width: 1px 0 0 1px;
  font-size: 80%
}
.table-01 thead th,
.table-01 th.th-thead {
  background: #e3e2e2;
  text-align: center;
}
.table-01 th {
  padding: 10px 5px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  background: #eee;
  font-size: 1.4em;
  line-height: 1.8;
  vertical-align: middle;
}
.table-01 td {
  padding: 10px 10px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  background: #FFF;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.8;
  vertical-align: middle;
}
.table-01 .cell-MC {
  vertical-align: middle;
  text-align: center;
}
.cell-003 {
  width: 3%;
}
.cell-010 {
  width: 10%;
}
.cell-020 {
  width: 20%;
}
.cell-030 {
  width: 30%;
}
.cell-040 {
  width: 40%;
}
.cell-050 {
  width: 50%;
}
.cell-tate {
  height: 180px;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  direction: ltr;
  text-align: center;
}

a.btn-01 {
  display: inline-block;
  min-width: 200px;
  height: 48px;
  padding: 0 30px 0 15px;
  border: 1px solid #707070;
  text-align: center;
  line-height: 48px;
  margin: 0 auto;
  background-image: url(/shared/img/svg/ar08.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

a.btn-01:hover {
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  background-image: url(/shared/img/svg/ar02.svg);
}
/* historybox */

.history-area {
  margin-bottom: 50px;
}
.history-area > table {
  width: 100%;
}
.history-area > table > tbody > tr {
  border-bottom: 1px solid #d9d9d9;
}
.history-area > table > tbody > tr > th {
  padding: 12px 0;
  vertical-align: top;
  width: 8%;
}
.history-area > table > tbody > tr:first-child > th {
  padding-top: 0;
}
.history-area > table > tbody > tr > th span {
  display: inline-block;
  vertical-align: top;
}
.history-area th .year_ad {
  margin-right: 5px;
  color: #767676;
  font-size: 14px;
  font-weight: bold;
}
.history-area > table > tbody > tr > td {
  padding: 10px 0;
  vertical-align: top;
}
.history-area > table > tbody > tr:first-child > td {
  padding-top: 0;
}
.history-area .item-01 th {
  width: 4em;
  font-weight: bold;
  vertical-align: top;
}
.history-area .item-01 td {
  padding-bottom: 5px;
}
table.item-01 a {
  margin: 7px 0;
  display: inline-block;
  background: url(/shared/img/svg/ar08.svg)no-repeat center right 7px;
  cursor: pointer;
  width: 260px;
}
.history-area .item-01 td .box-buttan {
  display: inline-block;
}
.box-buttan.btn-a {
  margin-left: 143px;
}
.box-buttan.btn-b {
  margin-left: 177px;
}
.box-buttan.btn-c {
  margin-left: 20px;
}
td span.float-conts{
  float: left;
}
@media only screen and (max-width: 1006px) {
  .history-area > table > tbody > tr > th {
    display: block;
    padding: 5px 0;
    width: 100%;
  }
  .history-area > table > tbody > tr:first-child > th {
    padding-top: 0;
  }
  .history-area > table > tbody > tr > td {
    display: block;
    padding: 0 0 10px;
  }
  .box-buttan.btn-a {
    margin-left: inherit;
  }
  .box-buttan.btn-b {
    margin-left: inherit;
  }
  .box-buttan.btn-c {
    margin-left: inherit;
  }
  td span.float-conts{
    float: none;
  }
  .history-area .item-01 td .box-buttan{
    width: 100%;
  }
  .history-area table.item-01,.history-area table.item-01 tbody,.history-area table.item-01 tr{
    width: 100%;
  }
  table.item-01 a{
    width: 100%;
    height: auto;
    line-height: inherit;
    padding: 12px 25px 12px 5px;
  }
}

@media only screen and (max-width: 768px) {
  .history-area > table > tbody > tr > th {
    display: block;
    padding: 5px 0;
    text-align: left;
    margin-top: 10px;
  }
  .history-area > table > tbody > tr:first-child > th {
    padding-top: 0;
  }
  .history-area > table > tbody > tr > td {
    display: block;
    padding: 0 0 10px;
  }
  .history-area th .year_ad {
      font-size: 16px;
  }
}



@media screen and (max-width: 640px) {
  .table-01 table {
      font-size: 75%
  }
  .inn-contents .tbl-slider-wrap {
      margin-right: -17px;
      overflow: inherit;
  }
  .inn-contents .tbl-slider {
      overflow-x: auto;
      padding-bottom: 20px;
      margin-right: -17px;
  }
  .inn-contents .table-01.tbl-slider-wrap th,
  .inn-contents .table-01.tbl-slider-wrap td {
      white-space: nowrap; 
  }

  /*Table Slider css*/
  .inn-contents .tbl-slider-wrap .tbl-slider::-webkit-scrollbar{
      width: 20px;
      background: #999;
  }
  .inn-contents .tbl-slider-wrap .tbl-slider::-webkit-scrollbar:horizontal{
      height: 10px;
      background: #eee;
      border-radius: 5px;
  }
  .inn-contents .tbl-slider-wrap .tbl-slider::-webkit-scrollbar-thumb{
      background: #999;
      border-radius: 5px;
  }
  .inn-contents .tbl-slider-wrap .tbl-slider::-webkit-scrollbar-thumb:horizontal{
      background: #999;
      border-radius: 5px;
  }
  .table-corp table ,
  .table-corp tr,
  .table-corp th,
  .table-corp td,
  .table-corp thead,
  .table-corp tbody {
      display: block;
      text-align: left;
      border: none;
      background: none;
  }

  .table-corp tr {
      margin-bottom: 0px;
  }

  .table-corp tr th:first-child {
      font-weight: bold;
      border-top: 1px solid #ddd;
      padding-bottom: 0;
  }

  .table-corp tr td {
      padding: 10px 5px;
  }

  .table-corp tr.corp-post {
      margin-bottom: 0;
  }

  .table-corp tr.corp-post th {
      font-weight: normal;
      border-top: none;
      float: left;
  }

  .table-corp tr.corp-post th.corp-post-ttl {
      float: none;
      font-weight: bold;
      border-top: 1px solid #ddd;
  }

  .table-corp tr.corp-post td {
      text-align: right;
  }

  .table-01.table-corp .cell-MC {
      text-align: left;
  }

  .table-corp th br {
      display: none;
      font-size: 0;
      line-height: 0;
  }


  /* branch table*/
  .wrap-ttl01-cmn.branch {
      margin: 0;
  }
  .branch .ttl-01 {
      border-bottom: none;
      padding: 0;
  }
  .table-branch table ,
  .table-branch tr,
  .table-branch th,
  .table-branch td,
  .table-branch thead,
  .table-branch tbody {
      display: block;
      text-align: left;
      border: none;
      background: none;
  }
   .table-01.table-branch .cell-MC {
      text-align: left;
      font-weight: bold;
      border-bottom: 1px solid #ddd;
      margin-top: 3px;
  } 
  .table-01.table-branch th {
      padding: 10px 0 0 0;
  }
  .table-branch .tit-MC {
      display: none;
  }
  .table-branch .cell-tate {
      height: auto;
      -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
      writing-mode: inherit;
      direction: inherit;
      text-align: inherit;
      margin: 0;
      padding: 5px 0 5px 0;
      display: inherit;
      background: #dddddd;
      text-align: center;
  }

  .table-branch tr {
      margin-bottom: 0px;
  }

  .table-branch tr th:first-child {
      font-weight: bold;
      padding-bottom: 0;
  }

  .table-branch tr td {
      padding: 0 5px 0;
  }

  .table-branch tr.corp-post {
      margin-bottom: 0;
  }

  .table-branch tr.corp-post th {
      font-weight: normal;
      border-top: none;
      float: left;
  }

  .table-branch tr.corp-post th.corp-post-ttl {
      float: none;
      font-weight: bold;
      border-top: 1px solid #ddd;
  }

  .table-branch tr.corp-post td {
      text-align: right;
  }

  .table-01.table-branch .cell-MC {
      text-align: left;
      border-bottom: 1px solid #ddd;
  }

  .table-branch th br {
      display: none;
      font-size: 0;
      line-height: 0;
  }
}
/* リンク アロー */
.btn-arrow-right{
  width: 360px;
  box-shadow:0 0 3px 1px rgba(0,0,0,.2);
  margin: 0 auto;
  text-align: center;
  background: url("/shared/img/svg/ar03.svg")no-repeat center right 15px;
  margin-bottom: 45px;
  margin-top: 45px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-arrow-right:hover{
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  background-image: url(/shared/img/svg/ar11.svg);
}
.btn-arrow-right:hover a{
  text-decoration: none;
  color: #FFF;
}
.btn-arrow-right a{
  display: block;
  padding: 12px 23px;
}

.btn-arrow-right span:first-child{
  font-size: 13px;
  padding-bottom: 2px;
}
@media only screen and (max-width: 640px){
  .btn-arrow-right{
    width: 100%;
  }
}
