@charset "UTF-8";

/*========================================

  fee

========================================*/
#sec001 {
  position: relative;
}

#sec001 .off {
  width: 100%;
  margin-top: 20px;
}

#sec001 .cambox {
  margin-top: 30px;
}

#sec001 .atten {
  text-align: left;
  margin-top: 1em;
  font-size: 14px;
}

#sec001 .atten {
  margin-top: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8em;
}

#sec001 .atten a {
  text-decoration: underline;
  color: #ee6280;
}

#sec001 .atten a:hover {
  opacity: .7;
}

#sec001 .atten .red {
  color: #ee6280;
}

@media screen and (max-width: 767px) {
  #sec001 .off {
    width: 86%;
    margin: 0 auto;
    margin-top: 0vw;
  }

  #sec001 .cambox {
    width: 86%;
    margin: 0 auto;
    margin-top: 5vw;
  }

  #sec001 .atten {
    font-size: 3.3vw;
    margin-right: 8vw;
    margin-left: 8vw;
  }
}

#sec001 .table_A {
  padding-top: 40px;
}

#sec001 .table_A table {
  font-size: 20px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: left;
}

#sec001 .table_A table th {
  font-size: 22px;
  font-weight: normal;
  box-sizing: border-box;
  width: 305px;
  padding: 20px 0;
  padding-left: 30px;
  white-space: nowrap;
  color: #fff;
  border-bottom: 5px solid #fff;
  background-color: #27f;
}

#sec001 .table_A table th small {
  font-size: 65%;
}

#sec001 .table_A table td {
  padding: 20px 0;
  padding-left: 30px;
  border-bottom: 1px solid #c5c5c5;
}

#sec001 .table_A table .top {
  border-top: 1px solid #c5c5c5;
}

#sec001 .table_A table td ul li {
  margin-top: 10px;
  list-style: none;
}

#sec001 .table_A table td ul li span {
  font-size: 16px;
  display: block;
  margin-left: 20px;
}

#sec001 .table_A table td .sen {
  text-decoration: line-through;
}

#sec001 .table_A table td .fat {
  font-size: 30px;
  font-weight: bold;
}

#sec001 .table_A table td .red {
  color: #e51d38;
}

#sec001 .table_A table td small {
  font-size: 16px;
}

#sec001 .table_A table td small.yen {
  font-size: 24px;
}

#sec001 .table_A table td .pay {
  display: block;
}

#sec001 .table_A table td .pay dt {
  font-size: 18px;
  display: inline-block;
  margin-right: 20px;
  padding: 5px 15px;
  color: #fff;
  background-color: #555;
}

#sec001 .table_A table td .pay dd {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
}

#sec001 .table_A table td .pay dd.txt {
  display: block;
  margin-top: .3em;
  margin-left: 130px;
}

#sec001 .table_A table td .pay dd.txt small {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

#sec001 .table_A table td .pay dd.txt small strong {
  font-size: 18px;
  display: block;
  color: #e51d38;
}

#sec001 .table_A table td a {
  text-decoration: underline;
  color: #ee6280;
}

#sec001 .table_A table td a:hover {
  opacity: .7;
}

#sec001 h2 {
  font-size: 30px;
  margin-top: 2em;
  text-align: left;
}

#sec001 h2 img {
  width: 45px;
  margin-right: 8px;
  transform: translateY(2px);
}

#sec001 .table_A h3 {
  font-size: 24px;
  margin-top: 1.5em;
}

#sec001 .table_A h3 small {
  font-size: 16px;
  margin-left: 1em;
}

#sec001 .table_A.table_OP {
  padding-top: 30px;
}

#sec001 .table_A table.table_sub {
  margin-top: 20px;
}

#sec001 .table_A table.table_sub th {
  font-size: 16px;
  width: auto;
  padding: .5em 1em;
  text-align: center;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#sec001 .table_A table.table_sub td {
  font-size: 16px;
  padding: .5em 1em;
  text-align: center;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #f1f1f1;
}

#sec001 .table_A table.table_sub td.price {
  font-weight: bold;
}

#sec001 .table_A table.table_sub td strong {
  font-size: 130%;
}

#sec001 .table_A table.table_sub thead th {
  background-color: #666;
}

@media screen and (max-width: 767px) {
  #sec001 .table_A {
    padding-top: 5vw;
  }

  #sec001 .table_A table,
  #sec001 .table_A table thead,
  #sec001 .table_A table tbody,
  #sec001 .table_A table tr,
  #sec001 .table_A table th,
  #sec001 .table_A table td {
    display: block;
  }

  #sec001 .table_A table {
    font-size: 3.8vw;
    width: 86%;
    margin: 0 auto;
  }

  #sec001 .table_A table th {
    font-size: 4.6vw;
    width: 100%;
    padding: .4em 0;
    text-align: center;
    border-bottom: none;
  }

  #sec001 .table_A table td {
    padding: .7em .3em 2em;
    border-bottom: none;
  }

  #sec001 .table_A table th small {
    font-size: 70%;
  }

  #sec001 .table_A table .top {
    border-top: none;
  }

  #sec001 .table_A table td ul li {
    margin-top: .5em;
  }

  #sec001 .table_A table td ul li span {
    font-size: 3.4vw;
    margin-left: 1em;
  }

  #sec001 .table_A table td .fat {
    font-size: 6vw;
  }

  #sec001 .table_A table td small {
    font-size: 3vw;
  }

  #sec001 .table_A table td small.yen {
    font-size: 4vw;
  }

  #sec001 .table_A table td .pay dt {
    font-size: 4vw;
    margin-right: .5em;
    padding: 5px 15px;
  }

  #sec001 .table_A table td .pay dd {
    font-size: 6vw;
    font-weight: bold;
  }

  #sec001 .table_A table td .pay dd.txt {
    margin-left: .3em;
  }

  #sec001 .table_A table td .pay dd small {
    font-size: 3.4vw;
  }

  #sec001 .table_A table td .pay dd small strong {
    font-size: 4.6vw;
  }

  #sec001 h2 {
    font-size: 7vw;
    width: 86%;
    margin-top: 1.5em;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1.5em;
    text-align: left;
    border-top: 1px solid #999;
  }

  #sec001 h2 img {
    width: 12vw;
    transform: translateY(1vw);
  }

  #sec001 .table_A h3 {
    font-size: 5vw;
    line-height: 1.5em;
    margin-top: 1em;
  }

  #sec001 .table_A h3 small {
    font-size: 3.8vw !important;
  }

  #sec001 .table_A table.table_sub {
    display: table;
    width: 100%;
  }

  #sec001 .table_A table.table_sub thead {
    display: table-header-group;
  }

  #sec001 .table_A table.table_sub tbody {
    display: table-row-group;
  }

  #sec001 .table_A table.table_sub tr {
    display: table-row;
  }

  #sec001 .table_A table.table_sub th,
  #sec001 .table_A table.table_sub td {
    display: table-cell;
  }

  #sec001 .table_A.table_OP {
    padding-top: 10vw;
  }

  #sec001 .table_A table.table_sub {
    margin-top: 5vw;
  }

  #sec001 .table_A table.table_sub th {
    font-size: 3vw;
    padding: .5em .5em;
  }

  #sec001 .table_A table.table_sub td {
    font-size: 3vw;
    padding: .5em .5em;
  }

  #sec001 .table_A table.table_sub td strong {
    font-size: 110%;
  }
}