@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
body {
  min-width: 950px;
}
h1,h2,h3 {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}

/* ==

　02. モジュール

=============================================================================== */
.mv {
  height: 100px;
  margin-bottom: 50px;
  background: #998B62;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv h1 {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 500;
}

.history {
  padding: 0 20px;
}
.history_block {
  max-width: 950px;
  width: 100%;
  margin: 0 auto 50px;
}
.history_block .history_tit {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.history_block .history_tit span {
  font-size: 15px;
  font-weight: 100;
  display: inline-block;
  margin-left: 15px;
}

.history_block .history_col {
  display: flex;
  justify-content: space-between;
}
.history_block .history_img {
  width: 250px;
}
.history_block .history_img a {
  display: block;
}
.history_block .history_img a:hover img,
.history_block .history_movie a:hover img {
  opacity: 0.7;
}
.history_block .history_col .history_txt {
  max-width: 650px;
  width: 68.42105%;
}
.history_block .history_list {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.history_block .history_list:last-child {
  border-bottom: none;
}
.history_block .history_list .history_list_tit {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  font-weight: 500;
}
.history_block .history_list ul {
  font-size: 15px;
  color: #404F6F;
}
.history_block .history_list ul li {
  margin-bottom: 4px;
}
.history_block .history_list a {
  display: block;
  padding-left: 21px;
  background: url(/common/images/ico_pdf01.gif) left 0.3em no-repeat;
}
