@charset "UTF-8";
/* link
----------------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: #008900;
}

a:visited {
  text-decoration: none;
  color: #008900;
}

a:hover {
  text-decoration: none;
  color: #008900;
}

a:active {
  text-decoration: none;
  color: #008900;
}

/* pcNone,spNone
----------------------------------------------------------*/
@media only screen and (min-width: 769px) {
  /* show
  ----------*/
  .pcBlock {
    display: block;
  }

  .spBlock {
    display: none;
  }

  .pcBlock-i {
    display: inline-block;
  }

  .spBlock-i {
    display: none;
  }

  /* hide
  ----------*/
  .pcNone {
    display: none;
  }

  .spNone {
    display: block;
  }

  .pcNone-i {
    display: none;
  }

  .spNone-i {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  /* show
  ----------*/
  .pcBlock {
    display: none;
  }

  .spBlock {
    display: block;
  }

  .pcBlock-i {
    display: none;
  }

  .spBlock-i {
    display: inline-block;
  }

  /* hide
  ----------*/
  .pcNone {
    display: block;
  }

  .spNone {
    display: none;
  }

  .pcNone-i {
    display: inline;
  }

  .spNone-i {
    display: none;
  }
}
.historySect .sectMain .historyTbl {
  box-sizing: border-box;
  margin: 0 auto;
}
.historySect .sectMain .historyTbl tr th {
  box-sizing: border-box;
  color: #008900;
}
.historySect .sectMain .historyTbl tr td .itemList li::before {
  content: "・";
  padding-right: 3px;
}

@media only screen and (min-width: 769px) {
  .historySect {
    padding: 80px 0 65px;
  }
  .historySect .sectMain .historyTbl {
    width: 830px;
  }
  .historySect .sectMain .historyTbl tr th, .historySect .sectMain .historyTbl tr td {
    border-top: 1px solid #938A78;
  }
  .historySect .sectMain .historyTbl tr th {
    width: 190px;
    padding: 30px 20px;
    vertical-align: top;
  }
  .historySect .sectMain .historyTbl tr td {
    padding: 30px 0;
    line-height: 1.9;
  }
}
@media only screen and (max-width: 768px) {
  .historySect {
    padding: 50px 0 30px;
  }
  .historySect .sectMain .historyTbl {
    width: 100%;
  }
  .historySect .sectMain .historyTbl tr {
    border-top: 1px solid #938A78;
  }
  .historySect .sectMain .historyTbl tr th, .historySect .sectMain .historyTbl tr td {
    display: block;
    width: 100%;
    line-height: 1.8;
  }
  .historySect .sectMain .historyTbl tr th {
    padding: 15px 15px 0;
    text-align: left;
  }
  .historySect .sectMain .historyTbl tr td {
    padding: 5px 15px 15px;
  }
}
