/* OPN */
.opn-btnwrap {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: minmax(190px, 1fr) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
  .opn-btnwrap__item {
    text-align: center; }
    .opn-btnwrap__item a {
      display: block;
      background: #f4272c;
      color: #fff;
      padding: 15px 5px;
      border-radius: 3px;
      text-decoration: none;
      transition: 333ms; }
      .opn-btnwrap__item a:hover {
        transform: scale(1.05);
        transition: 333ms; }
  .opn-btnwrap__item2 {
    width: 25%;
    margin: 0 auto; }

.opn-pwrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 23px;
  font-weight: 300;
  line-height: 29px; }
  .opn-pwrap__left {
    flex: 0 0 30%; }
  .opn-pwrap__right {
    flex: 0 0 70%;
    display: flex;
    align-items: center; }

.opn-imgwrap {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: minmax(200px, 1fr) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
  .opn-imgwrap__item {
    text-align: center; }

.opn-qwrap__item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px; }
  .opn-qwrap__img {
    flex: 0 0 20%;
    display: flex;
    align-items: center; }
  .opn-qwrap__cont {
    flex: 0 0 60%; }
  .opn-qwrap__sert {
    flex: 0 0 20%; }

.opn-rtable {
  width: 60%; }
  .opn-rtable td {
    padding: 5px; }
    @media (max-width: 625px) {
  .opn-rtable td {
    display: inline-block;
    width: 100%; } }
  @media (max-width: 1008px) {
  .opn-rtable {
    width: 100%; } }

.opn-table {
  width: 100%; }
  .opn-table td img {
    max-width: none; }
    @media (max-width: 925px) {
  .opn-table td {
    display: inline-block;
    width: 100%; }
    .opn-table td:first-child {
      text-align: center; }
      .opn-table td:first-child img {
        max-width: 100%;
        height: auto !important; } }

.opn-table2 {
  width: 100%;
  font-size: 23px;
  font-weight: 300;
  line-height: 29px; }
  .opn-table2 td {
    padding: 10px 15px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray; }
    @media (max-width: 600px) {
  .opn-table2 td {
    display: inline-block;
    width: 100%;
    border-bottom: none; }
    .opn-table2 td:last-child {
      border-bottom: 1px solid gray; } }
  @media (max-width: 600px) {
    .opn-table2 tr {
      display: inline-block;
      margin: 0 0 20px;
      width: 100%; } }

.btntab {
  display: block;
  background: #f4272c;
  color: #fff;
  padding: 15px 5px;
  border-radius: 3px;
  text-decoration: none;
  transition: 333ms;
  min-width: 200px;
  text-align: center;
  max-width: 200px;
  margin: 0 auto; }
  .btntab:hover {
    transform: scale(1.05);
    transition: 333ms; }
/* END */
