table.content-table {
  font-size: 14px;
  border-collapse: collapse;
  table-layout: fixed;
  border-left: solid 1px #E1E1E1;
  border-top: 0;
  margin-bottom: 0;
  text-align: initial;
  width: 100%;
}
.content-table {
  font-size: 14px;
  border-collapse: collapse;
  table-layout: fixed;
  border-left: solid 1px #E1E1E1;
  border-top: 0;
  margin-bottom: 0;
  text-align: initial;
}
.plan-table-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 48px;
  bottom: 0;
  width: 1px;
  background: #E1E1E1;
}
.table-top {
  border-top: solid 1px #E1E1E1;
}
.table-top--recommend.net-table {
  border-top: solid 2px #19B391;
}
.table-top--recommend.form-table {
  border-top: solid 2px #119EB3;
}
.table-top--recommend.search-table {
  border-top: solid 2px #635289;
}
.plan-table-wrapper {
  max-width: 1180px;
  display: grid;
  padding-top: 48px;
  border: none;
}
.plan-table-wrapper.net-table {
  grid-template-columns: repeat(4, minmax(168px, 1fr));
}
.plan-table-wrapper.form-table {
  grid-template-columns: repeat(5, minmax(168px, 1fr));
  max-width: 1280px;
}
.plan-table-wrapper.search-table {
  grid-template-columns: repeat(8, minmax(145px, 1fr));
  max-width: 1280px;
}
.plan-table-wrapper .content-table-cell {
  min-width: 0;
}
table th.content-table-cell,
table td.content-table-cell {
  border-right: solid 1px #E1E1E1;
  border-bottom: solid 1px #E1E1E1;
  padding: 16px 24px;
  line-height: 1.3;
  background-color: #ffffff;
  min-width: 168px;
  width: 1%;
}
.content-table-cell {
  border-right: solid 1px #E1E1E1;
  border-bottom: solid 1px #E1E1E1;
  padding: 16px 24px;
  line-height: 1.3;
  background-color: #ffffff;
  min-width: 168px;
}
.content-table-cell p {
  margin: 0 0 12px 0;
}
.content-table-cell p:last-child {
  margin: 0;
}
.content-table-cell span {
  font-size: 12px;
}
.content-table-cell a {
  color: #000000;
  text-decoration: underline;
}
.line-break-block {
  text-align: center;
}
.content-table-cell--module {
  border-left: solid 1px #E1E1E1;
}
.content-table-cell--recommend {
  position: relative;
  padding: 16px 24px;
  line-height: 1.3;
  background-color: #ffffff;
}
.content-table-cell--recommend::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #E1E1E1;
}
.content-table-cell--recommend span {
  font-size: 12px;
}
.content-table-cell--recommend-last {
  position: relative;
  padding: 16px 24px;
  line-height: 1.3;
  background-color: #ffffff;
}
.content-table-cell--recommend-last.net-table {
  border-bottom: solid 2px #19B391;
  border-right: solid 2px #19B391;
  border-left: solid 2px #19B391;
}
.content-table-cell--recommend-last.form-table {
  border-bottom: solid 2px #119EB3;
  border-right: solid 2px #119EB3;
  border-left: solid 2px #119EB3;
}
.content-table-cell--recommend-last.search-table {
  border-bottom: solid 2px #635289;
  border-right: solid 2px #635289;
  border-left: solid 2px #635289;
}
.content-table-cell--recommend.net-table {
  border-right: solid 2px #19B391;
  border-left: solid 2px #19B391;
}
.content-table-cell--recommend.form-table {
  border-right: solid 2px #119EB3;
  border-left: solid 2px #119EB3;
}
.content-table-cell--recommend.search-table {
  border-right: solid 2px #635289;
  border-left: solid 2px #635289;
}
table th.content-table-cell__row-header,
table td.content-table-cell__row-header {
  background-color: #F7F7F7;
  color: #000000;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}
.content-table-cell__row-header {
  background-color: #F7F7F7;
  color: #000000;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}
table th.content-table-cell__col-header {
  padding: 20px 24px;
  color: #ffffff;
  font-size: 16px;
  align-items: center;
  background-color: #3D3D3D;
  text-align: center;
  vertical-align: middle;
}
.content-table-cell__col-header {
  padding: 20px 24px;
  color: #ffffff;
  font-size: 16px;
  align-items: center;
  background-color: #3D3D3D;
  text-align: center;
  vertical-align: middle;
}
.content-table-cell.enterprise10000plus {
  padding: 32px 24px;
  flex-wrap: wrap;
}
.content-plan-table-cell__col-header {
  padding: 20px 8px;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.content-plan-table-cell__col-header--free {
  background-color: #7D8893;
}
.content-plan-table-cell__col-header--entry {
  background-color: #E37419;
}
.content-plan-table-cell__col-header--business {
  background-color: #137DBA;
}
.content-plan-table-cell__col-header--enterprise {
  background-color: #4445A8;
}
.content-plan-table-cell__col-header--enterprise5000 {
  background-color: #5B5B5B;
}
.content-plan-table-cell__col-header--enterprise7500 {
  background-color: #444444;
}
.content-plan-table-cell__col-header--enterprise10000 {
  background-color: #2D2D2D;
}
.content-plan-table-cell__col-header--enterprise10000plus {
  background-color: #121212;
}
.content-table-cell__inner {
  text-align: center;
  vertical-align: middle;
}
.content-plan-table-cell__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-table__recommend .content-plan-table-cell__inner,
.plan-table__recommend .content-table-cell__inner {
  width: 100%;
}
.plan-table__recommend .content-table-cell__col-header,
.plan-table__recommend .content-plan-table-cell__col-header {
  width: 100%;
}
.plan-table__recommend {
  display: flex;
  position: relative;
}
.free-price strong, .entry-price strong, .business-price strong, .enterprise-price strong, .enterprise-upper-price strong {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: -1px;
  padding-right: 4px;
}
.free-price strong {
  color: #7D8893;
}
.entry-price strong {
  color: #E37419;
}
.business-price strong {
  color: #137DBA;
}
.enterprise-price strong {
  color: #4445A8;
}
.recommend-label {
  position: absolute;
  top: -48px;
  background: #19B391;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 4px;
}
.recommend-label.search-table {
  background: #635289;
}
.recommend-label.form-table {
  background: #119EB3;
}
.content-table-cell__col-header span.recommend-label {
  font-size: 14px;
}
.table-cell-additional {
  flex-basis: 100%;
  text-align: center;
}
/* ------------------------------------------
                for tablet
------------------------------------------ */
@media(max-width:1100px){
  table.content-table {
    width: auto;
  }
}