@charset "UTF-8";
.history-block-wrap {
  background: url(img/history_bg.jpg) repeat-y left top;
  padding: 50px 50px 50px;
}

.history-message-wrap {
  /*padding-top:20px;*/
}
.history-message-wrap .message-block {
  float: left;
  line-height: 1.7;
  width: 550px;
}
.history-message-wrap .photo-block {
  float: right;
  text-align: center;
  width: 160px;
}
.history-message-wrap .photo-block span {
  display: block;
}
.history-message-wrap .photo-block img {
  margin-bottom: 5px;
}

.history-block {
  margin-top: 50px;
}

.sttl-history {
  border-left: 3px solid #457042;
  color: #457042;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding: 3px 17px;
}

.img-figure {
  /*margin-bottom:30px;*/
  /*padding-bottom:50px;*/
  /*padding-top:30px;*/
  text-align: center;
}

#history-tbl-block {
  background: url(img/history_tbl_bg.jpg) repeat-y left top;
  border-top: 1px solid #d1d1d1;
}

.history-tbl {
  /*background-color:#fbfbfb;*/
  /*border-right:1px solid #d2d2d2;*/
  width: 100%;
}
.history-tbl th,
.history-tbl td {
  border-bottom: 1px solid #d2d2d2;
}
.history-tbl th {
  /*background-color:#FFF;*/
  /*border-left:1px solid #d2d2d2;*/
  font-weight: normal;
  padding: 15px 20px 5px 10px;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}
.history-tbl th span {
  color: #011961;
  display: inline-table;
  font-size: 20px;
  font-size: 2rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  margin-top: -7px;
  /*margin-right:10px;*/
  /*width:80px;*/
}
.history-tbl td {
  /*padding:10px 20px;*/
  padding: 15px 0;
  width: 580px;
  vertical-align: top;
}
.history-tbl td img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  float: left;
  display: block;
  /*margin-bottom:10px;*/
  margin-right: 10px;
  /*margin-top:10px;*/
}
.history-tbl td .card {
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .sttl-history {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding: 3px 8px;
  }

  .history-block-wrap {
    /*margin-bottom:-25px;*/
    margin-top: -25px;
    padding: 25px 15px 25px;
  }

  .history-message-wrap .message-block,
  .history-message-wrap .photo-block {
    width: 100%;
  }
  .history-message-wrap .photo-block {
    margin-bottom: 10px;
    text-align: center;
  }
  .history-message-wrap .photo-block img {
    margin-bottom: 5px;
  }

  .history-block {
    margin-top: 20px;
  }

  .img-figure {
    height: auto;
    /*margin-top:20px;
    padding-bottom:30px;*/
    /*padding-top:20px;*/
    text-align: center;
    width: 100%;
    max-width: 750px;
  }
  .img-figure .sttl-figure {
    border-left: 3px solid #011961;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 10px;
    text-align: left;
  }

  #history-tbl-block {
    background: none;
  }

  .history-tbl {
    /*margin-top:10px;*/
  }
  .history-tbl th,
  .history-tbl td {
    padding: 10px;
    vertical-align: middle;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .history-tbl th,
  .history-tbl td {
    /*text-align:center;*/
    width: 100%;
  }
  .history-tbl th {
    /*background:#e9e9e9;*/
    border: none;
    padding: 5px 10px;
  }
  .history-tbl th span {
    display: inline-table;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    margin-top: 0;
    /*margin-right:10px;*/
    /*width:80px;*/
  }
  .history-tbl td {
    border-bottom: 1px solid #d2d2d2;
    text-align: left;
  }
  .history-tbl td img {
    float: none;
    display: block;
    margin: 0 auto 10px;
    /*margin-bottom:10px;*/
    /*margin-right:0;*/
    /*margin-top:10px;*/
  }
}
