@charset "UTF-8";
main{
  padding-bottom: 64px;
}
.usage .usage_sec{
  margin-top: 60px;
}
.usage .usage_table tr:nth-child(even) {
    background: none;
}
.usage .usage_table tr.bg_on {
    background: rgba(112, 112, 112, .3);
}
.usage_gallery--small{
  font-size: 1.4rem;
}
.usage .usage_flex.usage_flex--center {
    justify-content: center;
    align-items: baseline;
}
.usage_table {
    text-align: center;
}
.usage .usage_head::before {
    background: url("../../../../common/img/bg_cell_02.png") repeat;
}
.usage .usage_tit {
    border-bottom: 3px solid #707070;
}
.usage .usage_subtit {
    color: #707070;
    border-top: 3px solid #707070;
}
.usage .usage_table th{
  background: #707070;
}

/*list*/
.list {
    margin-top: 20px;
}
.list_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.list_chank {
  padding: 64px 0 0;
  position: relative;
}
.list_chank.gray {
    background: #f4f4f4;
}
.list_title{
  font-size: 3.2rem;
  text-align: center;
  font-weight: normal;
}
.list_sub {
    margin: 64px 0 0;
    font-size: 2rem;
    padding-bottom: 15px;
}
.list_body {
    display: flex;
    flex-wrap: wrap;
  margin-top: 20px;
  border-left: 1px #cccccc solid;
}
.list_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
  padding: 0 20px 20px;
  position: relative;
    border-right: 1px #cccccc solid;
}
a.list_card:hover{
  opacity: 1;
}
.list_img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 210px;
}
.list_name {
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    font-weight: bold;
    color: #fff;
  background: #707070;
  border-radius: 25px;
  padding: 10px;
  border: 1px solid #707070;
  transition: .3s;
}
.list_card:hover .list_name {
    color: #707070;
  background: #fff;
}
.list_com {
    color: #000;
    margin: 20px 0;
}
.list_bot {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 1.2rem;
    color: #000;
    text-indent: -1em;
    padding-left: 1em;
}
.right {
    text-align: right;
}
.right a {
    color: #36357d;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
main{
  padding-bottom: 20px;
}
  .flex_option{
    width: 100%;
  }
.usage_table.usage_table--short {
    min-width: 460px;
}
.usage_gallery--small{
  font-size: 1.6rem;
}
.list_title {
    height: auto;
    line-height: 2;
    font-size: 2.8rem;
    letter-spacing: 0;
}
.list_sub {
    margin-top: 35px;
}
.list_body {
    gap: 10px;
}
.list_card {
    width: calc(50% - 5px);
    padding: 10px 2.5%;
    min-height: 241px;
    height: auto;
}
  .list_img{
    min-height: 0;
    margin-bottom: 20px;
  }
.list_name {
    font-size: 1.4rem;
  text-align: center;
}
.list_body {
    gap: 10px;
    max-width: 492px;
    margin: 20px auto 0;
}
.right {
    text-align: left;
}
}
@media print {

}