@charset "UTF-8";
/* CSS Document */
a {
  display: block;
}

/* -------------------------
#topban部分
--------------------------- */
#topban .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 200px;
}

#topban h2.midashi span {
  display: block;
  padding: 10px 0;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #fff;
}

#topban h2.midashi span.ja {
  border-bottom: 1px solid #fff;
  font-weight: normal;
  font-size: 34px;
}

#topban h2.midashi span.en {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #topban {
    background-position: 50% top;
  }
  #topban .inner {
    position: relative;
    padding: 0;
  }
  #topban .midashi {
    position: absolute;
    bottom: 0;
    padding: 0.5em 1em;
    width: 100%;
    background: #232D91;
  }
  #topban h2.midashi span.ja {
    border: none;
    font-size: 18px;
    font-weight: bold;
  }
  #topban .midashi .en {
    display: none;
  }
}
/* -------------------------
全体の枠組み
----------------------------*/
#PRODUCT {
  padding-bottom: 130px;
}

#PRODUCT .sec {
  margin-top: 50px;
  font-size: 14px;
}

.product_title {
  border-bottom: 1px solid #dcdddd;
  margin-top: 60px;
}

.product_title h3 {
  font-size: 28px;
  letter-spacing: 1px;
  padding-bottom: 20px;
  display: inline-block;
  border-bottom: 2px solid #232D91;
}

/*
#PRODUCT h3.midashi {
    padding-bottom: 20px;
    letter-spacing: 2px;
    border-bottom: 1px solid #dcdddd;
    font-weight: bold;
    font-size: 28px;
}

#PRODUCT h3.midashi span {
    padding-bottom: 17px;
    border-bottom: 2px solid #232d91;
}
*/
@media screen and (max-width: 767px) {
  #PRODUCT {
    padding-bottom: 50px;
  }
  #PRODUCT .sec {
    margin-top: 30px;
  }
  #PRODUCT h3.midashi {
    padding-bottom: 10px;
    letter-spacing: 2px;
    font-size: 22px;
  }
  #PRODUCT h3.midashi span {
    padding-bottom: 10px;
  }
}
/* ---------------------------------
内容
------------------------------------ */
#history .box_border {
  margin-top: 40px;
  margin-bottom: 22px;
  font-size: 14px;
  border: 0.5px solid #333333;
}

#history .box_border .history_title {
  width: 120px;
  font-size: 18px;
  font-weight: bold;
}

#history .box_border ul.category li {
  width: 48%;
}

#history .box_border ul.category li ul {
  width: 100%;
}

#history .box_border ul.category li .close_ul {
  display: none;
}

#history .box_border ul.category .close_li:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#history .box_border ul.category li ul li {
  width: 50%;
}

@media screen and (min-width: 938px) {
  #history .box_border ul.category .br {
    display: none;
  }
}
@media screen and (max-width: 937px) {
  #history .box_border ul.category li:nth-child(1) ul li:nth-child(1) {
    line-height: 1.45;
  }
  #history .box_border ul.category .br {
    display: block;
  }
}
#history .box_border ul.category li ul li a {
  border-top: none;
}

#history .box_border li {
  width: 31%;
  line-height: 2.9;
  text-align: center;
}

#history .box_border a {
  border: 1px solid #2e6cb6;
  position: relative;
}

#history .box_border a i {
  position: absolute;
  top: calc(50% - 7px);
  right: 11%;
}

#history .box_border ul .active:hover,
#history .box_border .now {
  background-color: #2e6cb6;
  color: #fff;
}

/* パンくず */
.history_bread li:first-child {
  padding-left: 0;
}

.history_bread li {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-size: 12px;
}

.history_bread li:first-child:before {
  content: "";
  padding-left: 0;
}

.history_bread li:before {
  content: ">";
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  #history .box_border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 39px;
  }
  #history .box_border ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 120px);
  }
  #table_list tbody tr {
    height: 130px;
  }
  #table_list tbody tr td:nth-of-type(2) {
    background-image: url(../img/product_history_bgimg.png);
    background-size: 100% 100%;
    background-repeat: repeat-y;
  }
  #table_list tbody tr:nth-of-type(1) td:nth-of-type(2) > img {
    width: 71%;
    margin-left: 29%;
  }
  #table_list tbody tr:nth-of-type(2) td:nth-of-type(2) > img {
    width: 19%;
    margin-left: 51.8%;
  }
  #table_list tbody tr:nth-of-type(3) td:nth-of-type(2) > img {
    width: 28.3%;
    margin-left: 32.5%;
  }
  #table_list tbody tr:nth-of-type(4) td:nth-of-type(2) > img {
    width: 28.8%;
    margin-left: 20.7%;
  }
  #table_list tbody tr:nth-of-type(5) td:nth-of-type(2) > img {
    width: 17.5%;
    margin-left: 1.3%;
  }
  #table_list tbody tr:nth-child(2) > td:nth-of-type(1) > img {
    padding-right: 37%;
  }
  #table_list tbody tr > td:nth-of-type(2) .btn_maintenance a:hover {
    opacity: 0.9;
  }
  #haisui #table_list tbody tr:nth-of-type(1) td:nth-of-type(2) > img {
    width: 39%;
    margin-left: 25.6%;
  }
  #haisui #table_list tbody tr td:nth-of-type(2) {
    background-image: url(../img/product_history_bg2.png);
    background-size: 100% 100%;
    background-repeat: repeat-y;
  }
  #haisui #table_list tbody tr {
    height: 187px;
  }
  #kyusui_2 #table_list tbody tr td:nth-of-type(2) {
    background-image: url(../img/product_history_bgimg1-2.png);
    background-size: 100% 100%;
    background-repeat: repeat-y;
  }
  #kyusui_2 #table_list tbody tr {
    height: 120px;
  }
  #kyusui_2 #table_list tbody tr:nth-of-type(1) td:nth-of-type(2) > img {
    width: 14.6%;
    margin-left: 85.4%;
  }
  #kyusui_2 #table_list tbody tr:nth-of-type(2) td:nth-of-type(2) > img {
    width: 32%;
    margin-left: 68%;
  }
  #kyusui_2 #table_list tbody tr:nth-of-type(3) td:nth-of-type(2) > img {
    width: 43%;
    margin-left: 57%;
  }
  #kyusui_2 #table_list tbody tr:nth-of-type(4) td:nth-of-type(2) > img {
    width: 48%;
    margin-left: 52%;
  }
  #kyusui_2 #table_list tbody tr:nth-of-type(5) td:nth-of-type(2) > img {
    width: 55.5%;
    margin-left: 44.5%;
  }
  #kyusui_2 #table_list tbody tr:nth-of-type(6) td:nth-of-type(2) > img {
    width: 20.4%;
    margin-left: 45.5%;
  }
  #kyusui_2 #table_list tbody tr:nth-of-type(7) td:nth-of-type(2) > img {
    width: 20.4%;
    margin-left: 25.1%;
  }
  #kyusui_2 #table_list tbody tr:nth-of-type(8) td:nth-of-type(2) > img {
    width: 22.5%;
    margin-left: 26.7%;
  }
  #kyusui_2 #table_list tbody tr:nth-of-type(9) td:nth-of-type(2) > img {
    width: 24.5%;
    margin-left: 21.4%;
  }
  #kyusui_2 #table_list tbody tr:nth-of-type(10) td:nth-of-type(2) > img {
    width: 23.8%;
    margin-left: 19.2%;
  }
  #kyusui_2 #table_list tbody tr:nth-of-type(11) td:nth-of-type(2) > img {
    width: 34.4%;
    margin-left: 7%;
  }
  #kyusui_2 #table_list tbody tr:nth-of-type(2) > td:nth-of-type(1) > img {
    padding-right: 0;
  }
}
/* table */
#table_list {
  width: 100%;
  margin-bottom: 85px;
  border-collapse: collapse;
}

#table_list .year tr td img {
  width: 100%;
}

#table_list tbody tr td {
  border: 1px solid #9d9d9d;
}

#table_list tbody tr > td:nth-of-type(1) {
  width: 37%;
  padding-left: 18px;
  padding-right: 18px;
  word-break: break-all;
}

#table_list tbody tr > td:nth-of-type(2) {
  position: relative;
  width: 65%;
  padding: 10px 0;
}

#table_list tbody tr > td:nth-of-type(2) .btn_maintenance a {
  position: absolute;
  display: block;
  right: 3%;
  bottom: 10px;
  width: 22.6%;
}

/* --------------------------
sp版のための設定
---------------------------- */
@media screen and (max-width: 767px) {
  #history .box_border:nth-of-type(1) .history_title {
    padding: 10px 14px 0;
    font-size: 15px;
  }
  #history .box_border .kind_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 4%;
  }
  #history .box_border .kind_flex li {
    width: 32.5%;
  }
  #history .box_border .history_title {
    padding: 18px 4% 0;
    font-size: 15px;
  }
  #history .box_border .category {
    width: 100%;
    padding: 10px 4% 25px;
  }
  #history .box_border ul.category li {
    width: 100%;
  }
  #history .box_border ul.category li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #history .box_border ul.category > li:nth-child(2) {
    margin-top: 15px;
  }
  .history_bread li {
    font-size: 13px;
  }
  /* table */
  #table_list {
    margin-bottom: 25px;
    border-collapse: separate;
  }
  #table_list tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #table_list tbody tr > td:nth-of-type(1) {
    width: 63%;
    padding-left: 12px;
    padding-right: 6px;
    border-width: 1px 1px 0 1px;
  }
  #table_list tbody tr:nth-child(2) > td:nth-of-type(1) > img {
    width: 87%;
  }
  #table_list tbody tr > td:nth-of-type(2) {
    vertical-align: top;
    width: 37%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e3e9f1;
    border-width: 1px 1px 0 0;
  }
  #table_list tbody tr:nth-last-of-type(1) > td:nth-of-type(2) {
    border-width: 1px 1px 1px 0;
  }
  #table_list tbody tr:nth-last-of-type(1) > td:nth-of-type(1) {
    border-width: 1px 1px 1px 1px;
  }
  #table_list tbody tr > td:nth-of-type(2) > img {
    width: 100%;
    margin-bottom: 10px;
  }
  #table_list tbody tr > td:nth-of-type(2) .btn_maintenance {
    padding: 15%;
  }
  #table_list tbody tr > td:nth-of-type(2) .btn_maintenance a {
    left: 10px;
    width: calc(100% - 20px);
  }
  #kyusui_2 #table_list {
    display: table;
    table-layout: fixed;
  }
  #kyusui_2 #table_list tbody tr > td:nth-of-type(1) {
    width: 63%;
    padding-left: 10px;
    padding-right: 20px;
  }
  #kyusui_2 #table_list tbody tr:nth-of-type(2) > td:nth-of-type(1) > img {
    width: 37%;
    padding-right: 0;
    width: 100%;
  }
}
/* ベタ貼りのときの設定 */
.history_position {
  position: relative;
}

a.beta_btn_mainte:nth-last-child(1) {
  position: absolute;
  display: block;
  right: 3%;
  bottom: 10px;
}

a.beta_btn_mainte:nth-last-child(2) {
  position: absolute;
  display: block;
  right: 3%;
  bottom: calc(10px + 7%);
}

a.beta_btn_mainte:nth-last-child(3) {
  position: absolute;
  display: block;
  right: 3%;
  bottom: calc(10px + 14%);
}

a.beta_btn_mainte:nth-last-child(4) {
  position: absolute;
  display: block;
  right: 3%;
  bottom: calc(10px + 21%);
}

a.beta_btn_mainte:nth-last-child(5) {
  position: absolute;
  display: block;
  right: 3%;
  bottom: calc(10px + 28%);
}

a.beta_btn_mainte:nth-last-child(6) {
  position: absolute;
  display: block;
  right: 3%;
  bottom: calc(10px + 35%);
}

#history #history_tab .history_position .product_img {
  width: 100%;
}
#history #history_tab .box_border ul.category li:nth-child(1) ul li:nth-child(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 41.5px;
}
#history #history_tab a.beta_btn_mainte {
  position: absolute;
  display: block;
  right: 3%;
  width: 100%;
  max-width: 138px;
}
@media screen and (max-width: 767px) {
  #history #history_tab a.beta_btn_mainte {
    display: block;
    height: auto;
    right: 3.4%;
    width: 30.9090909091%;
    max-width: 224px;
  }
}
#history #history_tab a.beta_btn_mainte:nth-last-child(1) {
  bottom: 17px;
}
@media screen and (max-width: 767px) {
  #history #history_tab a.beta_btn_mainte:nth-last-child(1) {
    bottom: 10px;
  }
}
#history #history_tab a.beta_btn_mainte:nth-last-child(2) {
  bottom: calc(10px + 5.8%);
}
@media screen and (max-width: 767px) {
  #history #history_tab a.beta_btn_mainte:nth-last-child(2) {
    bottom: calc(10px + 5.6%);
  }
}
#history #history_tab a.beta_btn_mainte:nth-last-child(3) {
  bottom: calc(10px + 11.3%);
}
@media screen and (max-width: 767px) {
  #history #history_tab a.beta_btn_mainte:nth-last-child(3) {
    bottom: calc(10px + 11.1%);
  }
}
#history #history_tab a.beta_btn_mainte:nth-last-child(4) {
  bottom: calc(10px + 16.8%);
}
#history #history_tab a.beta_btn_mainte:nth-last-child(5) {
  bottom: calc(10px + 22.2%);
}
#history #history_tab a.beta_btn_mainte:nth-last-child(6) {
  bottom: calc(10px + 27.7%);
}