/* RGB */
/* history000 */
/*------------------------------------------------------------*/
.history000 {
  /* empty */
}

.history000-list {
  max-width: 700px;
  margin: 0 auto;
}

.history000-list > li {
  padding: 20px 0;
  border: solid #aaa;
  border-width: 1px 0 0;
}
@media (max-width: 575px) {
  .history000-list > li {
    padding: 10px 0;
  }
}

.history000-list > li.history000-sameyear {
  border-top: none;
  padding-top: 0;
  margin-top: -5px;
}
@media (max-width: 575px) {
  .history000-list > li.history000-sameyear {
    margin-top: -10px;
  }
}

.history000-list > li:last-child {
  border-width: 1px 0;
}

.history000-item {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.history000-item > span {
  display: table-cell;
  font-size: 14px;
  line-height: 1.6;
}

.history000-item > span:nth-child(1) {
  width: 5em;
}

.history000-item > span:nth-child(2) {
  width: 5em;
}

/* お問い合わせフォーム */
.red-text{
  font-size: 93%;
  color: #f15025;
}
.blue-text{
  font-size: 93%;
  color: #6495ed;
}
dl.form-dl{
  max-width: 700px;
  margin: auto;
  padding: 40px;
}
@media (max-width: 767px) {
  dl.form-dl{
    padding: 20px 10px;
  }
}
dl.form-dl dt{
  font-size: 12px;
  color: #24593e;
}
dl.form-dl dt:not(:first-child){
  margin: 10px 0 0;
}
dl.form-dl dd{
  font-size: 12px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea{
  margin-bottom: 5px;
  max-width: 100%;
}
input[type="submit"]{
  font-size: 14px;
  margin: 10px auto;
  text-align: center;
  background: #24593e;
  color: #fff;
  margin: 10px 5px 0 0;
  padding: 10px 20px;
}
input[type="submit"]:hover{
  background: #f15025;
}
.form-back input[type="submit"]{
  background: #eee;
  color:#999;
}
.form-back input[type="submit"]:hover{
  background: #aaa;
  color:#fff;
}
