.company {
  padding: 0;
}
  .company__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    background: #2774CC;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
  }
  .company__mainimg {
    display: block;
    width: 98%;
    object-fit: contain;
    margin: 8px auto 0;
  }

.data-table {
  width: 100%;
  margin-top: 8px;
}
  .data-table__th,
  .data-table__td {
    width: calc(100% / 3);
    height: 2.5em;
    border: solid 1px #9abee7;
  }
  .data-table__th {
    background: #2774CC;
    color: #fff;
    font-size: 1.2rem;
  }
  .data-table__td {
    text-align: center;
    font-size: 1.4rem;
  }
    .data-table__th--single {
      padding: 0.8em;
      font-size: 1.4rem;
    }
    .data-table__th--quad,
    .data-table__td--quad {
      width: 25%;
    }
    .data-table__td--quad>.compare-img {
      width: 15%;
    }

@media screen and (min-width: 768px) {
  .data-table__th,
  .data-table__td {
    width: 25%;
    padding: 0.4em 0;
    font-size: 1.6rem;
  }
    .data-table__td {
      font-size: 1.8rem;
    }
    .data-table__td--quad {
      height: auto;
      padding: 0.2em 0;
      font-size: 3.0rem;
    }
}

.feature-point {
  width: 100%;
  margin: 0 auto;
}
  .feature-point__title {
    width: 100%;
    margin-bottom: 5px;
    padding: 6px 12px;
    background: #2774CC;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
  }
  .feature-point__head {
    width: 100%;
    margin: 5px auto;
    padding: 0.2em 0 0.1em 32px;
    background-image: url(/images/check.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left;
    border-bottom: solid 2px #2774CC;
    font-weight: bold;
    font-size: 2.0rem;
  }
  .feature-point__text {
    padding: 0 15px;
  }
@media screen and (min-width: 768px) {
  .feature-point__head {
    margin: 12px auto;
    padding-left: 42px;
    background-size: 28px;
    font-size: 2.3rem;
  }
}

.review-list {
  width: 100%;
}
  .review-list__title {
    width: 100%;
    margin-bottom: 5px;
    padding: 6px 12px;
    background: #2774CC;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
  }
  .review-list__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 8px auto;
  }
    .review-list__reviewer {
      display: flex;
      justify-content: space-around;
      width: 100%;
    }
      .review-list__img {
        display: block;
        width: 15%;
        object-fit: contain;
        margin: auto;
      }
      .review-list__prof {
        width: 80%;
        margin-top: 8px;
        font-size: 1.4rem;
      }
    .review-list__review {
      position: relative;
      width: 98%;
      min-height: 6em;
      margin: 24px auto 0;
      padding: 5px;
      border: solid 1px #2774CC;
    }
      .review-list__review::before {
        content: "";
        position: absolute;
        top: -40px;
        left: 15px;
        border: solid 20px transparent;
        border-left-width: 12px;
        border-right-width: 12px;
        border-bottom-color: #2774CC;
      }
      .review-list__review::after {
        content: "";
        position: absolute;
        top: -36px;
        left: 17px;
        border: solid 18px transparent;
        border-left-width: 10px;
        border-right-width: 10px;
        border-bottom-color: #fff;
      }
      .review-list__star {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: red;
        font-weight: bold;
      }
      .review-list__text {
        margin-top: 8px;
        font-size: 1.4rem;
      }
@media screen and (min-width: 768px) {
  .review-list__reviewer {
    display: block;
    width: 120px;
    margin-left: 20px;
  }
    .review-list__img {
      display: block;
      width: 80%;
      object-fit: contain;
      margin: auto;
    }
    .review-list__prof {
      width: 100%;
      margin-top: 8px;
      text-align: center;
      font-size: 1.4rem;
    }
  .review-list__review {
    position: relative;
    width: calc(100% - 160px);
    min-height: 6em;
    padding: 5px;
    border: solid 1px #2774CC;
  }
    .review-list__review::before {
      content: "";
      position: absolute;
      top: 15px;
      left: -40px;
      border: solid 20px transparent;
      border-top-width: 12px;
      border-bottom-width: 12px;
      border-right-color: #2774CC;
    }
    .review-list__review::after {
      content: "";
      position: absolute;
      top: 17px;
      left: -36px;
      border: solid 18px transparent;
      border-top-width: 10px;
      border-bottom-width: 10px;
      border-right-color: #fff;
    }
}


.company_campaign {
  width: 100%;
}
  .company_campaign img {
    max-width: 100%;
  }
  .company_button-campaign {
    margin: 0 0 10px;
  }
.company_campaign-text {
  width: 95%;
  padding: 8px;
  background: #fafafa;
}

.company_name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background: #2774CC;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.company_data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 5px 0;
}
  .company_data_mainimg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
    .company_data_mainimg img {
      width: 100%;
      object-fit: contain;
    }
  .company_data_tables {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 8px;
  }
    .company_data_tables_table {
      width: 95%;
      margin: 5px auto;
      background: #2774CC;
      border: solid 1px #9c9c9c;
    }
      .company_data_tables_table th {
        width: 33%;
        padding: 5px 0;
        background: #2774CC;
        border: solid 1px #9abee7;
        color: #fff;
        font-size: 14px;
      }
      .company_data_tables_table td {
        height: 40px;
        background: #fff;
        border: solid 1px #9c9c9c;
        text-align: center;
        vertical-align: middle;
      }
        .company_data_tables_table td img {
          width: 28px;
        }
      .company_data_tables_table--fee td:first-of-type {
        background: #fff2cd;
        font-weight: bold;
      }


  .company_icons_head {
    width: 100%;
    margin-top: 20px;
    padding: 2px 15px;
    background: #d6dce5;
    color: #111;
    font-size: 14px;
    font-weight: bold;
  }
  .company_icons_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
  }
    .company_icons_img {
      width: 18%;
      object-fit: contain;
      margin-top: 5px;
    }
  
  .company_content {
    width: 100%;
    margin: 5px 0;
  }
    .company_content_title {
      width: 100%;
      margin-bottom: 5px;
      padding: 6px 12px;
      background: #2774CC;
      color: #fff;
      font-size: 24px;
      font-weight: bold;
    }
    .company_content h3 {
      margin: 8px 0;
      padding-left: 32px;
      background: left no-repeat url(/images/check.png);
      background-size: 28px;
      border-bottom: solid 5px #2774CC;
      font-size: 20px;
    }
    .company_content h4 {
      margin: 6px 0;
      padding-left: 5px;
      border-left: solid 5px #2774CC;
      font-size: 18px;
    }
  .company_info {
    width: 90%;
    margin: 5px 0;
  }
    .company_info th {
      width: 33%;
      border: solid 2px #0069BD;
      background: #5B9BD5;
      color: #fff;
    }
    .company_info td {
      border: solid 2px #0069BD;
    }
  
@media screen and (min-width: 768px) {
  .company_data {
    flex-wrap: wrap;
  }
    .company_data_tables_table th {
      width: 25%;
    }

  .company_icons_img {
    width: 9%;
  }

  .review-list_item_reviewer {
    width: 120px;
    margin-left: 20px;
  }
  .review_list_item_content {
    width: calc(100% - 160px);
  }
}

.plan-list {
  grid-column: 1/-1;
  width: 100%;
  margin: 10px auto;
}
  .plan-list__title {
    padding: 5px 0 5px 38px;
    background-image: url(/images/company/plan-list_title.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: left;
    border-bottom: solid 2px #555;
    font-size: 18px;
    font-weight: bold;
  }
  .plan-list__item {
    display: grid;
    grid-template-columns: 6fr 6fr 5fr;
    width: 100%;
    margin: 5px auto 0;
    border: solid 1px #aaa;
  }
    .plan-list__head {
      grid-column: 1/-1;
      display: flex;
      align-items: center;
      padding: 5px 0;
      background: #2774CC;
      border: solid 1px #aaa;
    }
      .plan-list__icon {
        width: 32px;
        object-fit: contain;
        margin: 0 5px 0 10px;
      }
      .plan-list__name {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
      }
        .plan-list__name>span {
          display: inline-block;
        }
    .plan-list__th,
    .plan-list__td {
      border: solid 1px #aaa;
      text-align: center;
    }
    .plan-list__th {
      background: #DEEBF7;
      font-weight: bold;
    }
      .plan-list__price {
        color: red;
        font-weight: bold;
        font-size: 20px;
      }
      .plan-list__size {
        font-weight: bold;
        font-size: 20px;
      }
        .plan-list__unit {
          font-weight: normal;
          font-size: 0.7em;
        }
    .plan-list__button-area {
      grid-column: 3/4;
      grid-row: 2/4;
      display: flex;
      justify-content: center;
      align-items: center;
    }
      .plan-list__button {
        width: 90%;
        margin: 0 0 5px;
        padding: 0 5px;
        border-radius: 5px;
        box-shadow: 0 3px 0 #bf1600;
        font-size: 13px;
      }
@media screen and (min-width: 768px) {
  .plan-list__item {
    grid-template-columns: 6fr 5fr 5fr 4fr;
  }
    .plan-list__head {
      grid-column: 1/2;
      grid-row: 1/3;
    }
    .plan-list__button-area {
      grid-column: 4/5;
      grid-row: 1/3;
    }    
}