@charset "utf-8";

/* === image === */
.mvImg img {
  display: block;
}
@media screen and (min-width: 768px) {
  
}
@media not all and (min-width: 768px) {
  #mv .container__under02 {
    padding: 0;
  }
}

.notice {
  color: #f00;
  border: 2px solid #f00;
  border-radius: 1rem;
  margin: 8px 0;
  text-align: center;
  font-weight: bold;
}
@media not all and (min-width: 768px){
  .notice {
    padding: 4px 20px;
    border-radius: 3rem;
  }
}

/* === 概要 === */
table {
  border-collapse: separate;
}
table th, table td {
  vertical-align: middle;
}
table th {
  background-color: #004EA2;
  color: #fff;
  border-bottom: 1px solid #fff;
  word-break: keep-all;
}
table td {
  border-bottom: 1px solid #333;
  word-break: auto-phrase;
}
table tr:first-child td {
  border-top: 1px solid #333;
}
table tr td:last-child {
  border-right: 1px solid #333;
}
table tr:last-child td {
  border-bottom: 1px solid #333;
}
table .td--blue {
  background-color: #DFF2FC;
  text-align: center;
}
table .td--term {
  width: 1rem;
  border-bottom: 1px solid #004EA2;
  word-break: break-all;
  padding: 0 8px;
}
@media screen and (min-width: 768px){
  .terms tr:first-child th {
    border-radius: 24px 0 0 0;
  }
  .terms tr:first-child td:last-child {
    border-radius: 0 24px 0 0;
  }
  .terms tr:last-child th {
    border-radius: 0 0 0 24px;
    border-bottom: 1px solid #004EA2;
  }
  .terms tr:last-child td:last-child {
    border-radius: 0 0 24px 0;
  }
  table th,
  table td {
    padding: 12px;
  }
  table td .mt__pc20_sp08 {
    margin-top: 20px;
  }
  .td--term {
    border-radius: 24px 0 0 24px !important;
  }
}
@media not all and (min-width: 768px){
  .terms tr:first-child th {
    border-radius: 18px 0 0 0;
  }
  .terms tr:first-child td:last-child {
    border-radius: 0 18px 0 0;
  }
  .terms tr:last-child th {
    border-radius: 0 0 0 18px;
  }
  .terms tr:last-child td:last-child {
    border-radius: 0 0 18px 0;
  }
  table th {
    text-align: center;
  }
  table th,
  table td,
  table p {
    font-size: .8rem;
  }
  table th,
  table td{
    padding: 8px 4px;
  }
  table td .mt__pc20_sp08 {
    margin-top: 8px;
  }
  .td--term {
    border-radius: 18px 0 0 18px !important;
  }
}
.terms {
  margin: 8px 0;
}
.text--blue {
  color: #004EA2;
}
.icn__01::before {
  color: #004EA2;
}

/* === #contact === */
.contact .box ul {
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contact .box {
    width: 50%;
    margin: 0 auto;
  }
  .contact .box ul li {
    width: 340px;
    height: auto;
  }
}
