@charset "UTF-8";
/* CSS Document */
#under_eyecatch {
  background-image: url("/assets/image/archive/bg-eyecatch.jpg");
  background-position: center;
  background-size: cover;
  min-height: 160px;
}
#under_eyecatch h3 {
  line-height: 1.5;
}
#under_eyecatch .eyecatch-box {
  bottom: -10%;
  left: 0;
  right:0;  
}

body {
  font-size: 0.8rem;
  color: #555;
}
tr {
  display: block;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
th, td {
  display: block;
}
th {
  background: #efefef;
  color: #555;
  font-weight: 400;
}
input,textarea,button {
  width: 100%;
  padding: 9px;
  border: 1px solid #ccc;
}
.req {
  color: #fff;
  background-color: #FF0000;
  border-radius: 5px;
  padding: 1%;
  margin-left: 8px;
}
input[type="submit"], button[type="reset"], input[type="button"] {
  color: #fff;
  font-size: 1.2rem;
  border: none;
  border-radius: 20px;
  letter-spacing: 1rem;
}
input[type="submit"], #cb, #sb {
  background: #b5d431;
}
button[type="reset"], #rb {
  background: #ebebeb;
}

@media(min-width:768px) {

  body {
    font-size: .9rem;
  }
  tr {
    display: flex;
    border-bottom: none;
    margin-bottom: 0px;
  }
  tr:last-child {
    border-bottom: 1px solid #ccc;
  }
  input[type="submit"], button[type="reset"] {
  font-size: 1.5rem;
  }
  input[type="submit"], #cb, #sb {
  height: 80px;
  }
    button[type="reset"], #rb {
    height: 60px;
  }
  #under_eyecatch {
    min-height: 234px;
  }
}