@charset "UTF-8";
.under_mv{
  background: url("../../img/mv.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
main{
  padding-bottom: 64px;
}
.this_math {
    text-align: center;
    background: #eee;
    padding: 20px 10px;
    margin-top: 30px;
}
.usage .usage_table.manual tr:nth-child(even) {
    background: #fff;
}
.usage .usage_table.manual tr.color{
    background: rgba(126, 203, 160, .5);
}
.usage .usage_flex.usage_flex--start {
    align-items: flex-start;
}
.usage .usage_list {
    max-width: 630px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.usage_list a.usage_anc {
    max-width: 300px;
    height: 50px;
    padding: 0 40px 0 20px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background: #363581;
}
.usage .usage_table th.min_w {
    min-width: 120px;
}
.usage .usage_table th.min_w--wide {
    min-width: 220px;
}
.usage .usage_tit {
    border-bottom: 3px solid #363581;
}
.usage .usage_head::before {
    background: url("../../../../common/img/bg_cell_03.png") repeat;
}
.usage .usage_subtit {
    border-top: 3px solid #363581;
    color: #363581;
}
.usage a.usage_iconitem {
    background: none;
    position: relative;
}
.usage a.usage_iconitem::before{
  content: '';
  background: #f2f2f2;
  width: 1px;
  height: 80%;
  position: absolute;
  right: -10px;
  bottom: 10%;
}
.usage a.usage_iconitem::after{
  content: '';
  background: #f2f2f2;
  height: 1px;
  width: 80%;
  position: absolute;
  bottom: 0;
  right: 10%;
}
@media screen and (max-width: 767px) {
main{
  padding-bottom: 20px;
}
.usage .usage_sec {
  margin: 40px auto 0;
}
.usage_list {
    justify-content: center;
}
.usage_list a.usage_anc {
    justify-content: center;
    align-items: center;
    padding: 0 5%;
}
.usage a.usage_iconitem::before{
  right: -5px;
}
}
@media print {

}