@charset "utf-8";
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background: #e9e9e9;
  color: #5e5e5e;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.form-wrapper {
  background: #fafafa;
  margin: 3em auto 2em;
  padding: 0 1em;
  max-width: 370px;
}
h1 {
  text-align: center;
  padding: 1em 0;
}
form {
  padding: 0 1.5em;
}
.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}
.form-item input {
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  color: #666;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
}
.form-item input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}
.button-panel {
  margin: 2em 0 0;
  width: 100%;
  padding: 0 0 2em;
}
.button-panel .button {
  background: #f16272;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 100%;
}
.button:hover {
  background: #ee3e52;
}
footer p {
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: 0 0 30px 0;
}
li.error {
  color: #f00;
  list-style: none;
}
.block__margin-5 {
  margin-bottom: 5px;
}
.block__margin-10 {
  margin-bottom: 10px;
}
.block__margin-15 {
  margin-bottom: 15px;
}
.block__margin-20 {
  margin-bottom: 20px;
}
.block__margin-30 {
  margin-bottom: 30px;
}
.block__margin-40 {
  margin-bottom: 40px;
}
.block__margin-50 {
  margin-bottom: 50px;
}
.main {
  background: #fafafa;
  margin: 3em auto 1.5em;
  max-width: 870px;
}
.main__title {
  color: #fff;
  background-color: #4a4a4a;
  width: 100%;
  padding: 8px 0 0 60px;
}
.main__contents {
  padding: 10px 20px 20px;
}
.main__note {
  color: #000;
  background-color: #e0e0e0;
  font-size: 14px;
}
.main__note-2 {
  color: #fff;
  background-color: #ff6347;
  font-size: 18px;
}
.main__note-2_font {
  color: #000;
  display: inline;
}
.main__table {
  border-collapse: separate;
  border-style: none;
  width: 100%;
}
.main__table_thead {
  color: #fff;
  background-color: #4a4a4a;
  font-size: 16px;
}
.main__table_th-01 {
  width: 43%;
  text-align: center;
}
.main__table_th-02 {
  width: 19%;
  text-align: center;
}
.main__table_td-01 {
  border-bottom: 2px solid #e0e0e0;
  padding: 20px 0 0 0;
}
.main__table_td-02 {
  border-bottom: 1px solid #e0e0e0;
}
.main__table_h5 {
  border-left: 6px solid #0066cc;
  margin-bottom: 4px;
}
.main__table_type {
  padding: 0 0 0 10px;
}
.main__table_car::before {
  font-size: .7em;
  position: relative;
  top: -0.1em;
  left: 2em;
  margin-right: 30px;
  content: '●';
  color: #e0e0e0;
}
.main__table_pdf::before {
  font-size: 1em;
  font-weight: bold;
  position: relative;
  top: -0.1em;
  left: 1em;
  margin-right: 24px;
  content: '>';
  color: #cc0000;
}
.main__logout {
  text-align: right;
  font-size: 12px;
}
.main__logout_btn {
  position: relative;
  display: inline-block;
  color: #1B1B1B;
  text-decoration: none;
}
.main__logout_btn:hover {
  color: #1B1B1B;
  cursor: pointer;
  text-decoration: none;
}
.main__logout_btn::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.main__logout_btn:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
