.topVoice {
  margin: 0;
}

@media screen and (min-width: 580px) {
  .topVoice {
    margin: 0 auto 0 20px;
  }
}

.row10 {
  margin-right: -10px;
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-10, .col-11 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .col-10 {
    width: 70%;
  }
  .col-11 {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}

.presen-sec h3 span {
  font-size: 20px;
}

.presen-sec figcaption {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.presen-sec .gr-borderBox {
  border: 2px solid #cccccc;
  padding: 20px;
}

.presen-sec .gr-borderBox h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.presen-sec .gr-borderBox p {
  margin: 0;
}

.presen-sec table {
  table-layout: fixed;
  width: 100%;
}

.presen-sec table th {
  background-color: #cccccc;
  text-align: center;
}

.presen-sec table tr:last-child {
  border-bottom: solid 1px #ddd;
}

.presen-sec table th {
  text-align: center;
  padding: 7px 0;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
}

.presen-sec table td {
  padding: 15px;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  vertical-align: text-top;
  font-weight: bold;
  font-size: 18px;
}

.presen-sec table td ul {
  font-weight: normal;
  font-size: 15px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .presen-sec .gr-borderBox h4 {
    margin-top: 20px;
  }
}

.presen-table {
  margin-bottom: 30px;
}

.presen-table h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.presen-table tbody {
  display: block;
}

.pc-th th {
  display: none;
}

.sp-th {
  display: block;
  width: 100%;
}

.sp-th th {
  display: block;
  width: 100%;
}

.sp-th td {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .pc-th th {
    display: table-cell;
  }
  .sp-th {
    display: table-row;
    width: auto;
  }
  .sp-th th {
    display: none;
  }
  .sp-th td {
    width: auto;
    display: table-cell;
  }
  .presen-table tbody {
    display: table-row-group;
  }
}
/*# sourceMappingURL=style-plus.css.map */