/* ---------------------------------------------------------
grade_section from hilux app.css
--------------------------------------------------------- */
.grade_section {
  position: relative;
  padding-bottom: 96px;
  border-top: 1px solid #ededed;
}
.grade_grade_area{
	padding-bottom: 96px;
}
.grade_section:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 4px;
  height: 1px;
  background-color: #020202;
}
@media screen and (max-width: 767px) {
  .grade_section {
    margin: 0 -16px;
    padding: 0 16px;
  }
  .grade_section:before {
    display: none;
  }
}
.grade_section__headline {
  position: relative;
  padding-top: 32px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .grade_section__headline {
    padding: 36px 52px 36px 0;
  }
  .grade_section__headline img {
    width: 100%;
    max-width: 271px;
  }
}
.grade_section__pic {
  margin-bottom: 0 !important;
  padding: 46px 0 32px;
  line-height: 0;
  text-align: center;
}
.grade_section__pic img {
  width: 188px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .grade_section__pic {
    padding: 36px 0 24px;
  }
  .grade_section__pic img {
    width: 152px;
  }
}
.grade_section__icons {
  height: 11px;
  margin-bottom: 16px !important;
}
.grade_section__icons img {
  vertical-align: top !important;
  height: 11px;
}
.grade_section__icons img:first-child {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .grade_section__icons:empty {
    display: none;
  }
}
.grade_section__price_img {
  margin-bottom: 0 !important;
  padding: 16px 0;
  border-top: 1px solid #ededed;
  line-height: 0;
}
.grade_section__name {
  padding-left: 0 !important;
  color: #333;
  font-size: 13px;
  line-height: 1;
}
.grade_section__name li {
  position: relative;
  padding: 0 0 12px 10px;
}
.grade_section__name li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 5px solid #f00;
  border-bottom: 5px solid #b3b3b5;
  width: 4px;
}
@media screen and (max-width: 767px) {
  .grade_section__name li:before {
    border-top: 4px solid #f00;
    border-bottom: 4px solid #b3b3b5;
    width: 3px;
  }
}
.grade_section__name li:before {
  top: 1px;
}
.grade_section__name span {
  color: #a6a6a6;
}
.grade_section__price {
  padding-bottom: 24px;
  color: #333;
  font-size: 13px;
  line-height: 1;
}
.grade_section__bts {
  margin-top: -3px;
  padding-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .grade_section__bts {
    margin-top: 0;
  }
}
@media screen and (max-width: 374px) {
  .grade_section__bts {
    margin-top: -8px;
  }
}
.grade_section__bt {
  padding-top: 3px;
}
.grade_section__bt a {
  display: block;
  outline: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: none;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: -9999px;
  height: 32px;
}
.grade_section__bt a:hover:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f00;
}
@media screen and (max-width: 767px) {
  .grade_section__bt a:hover:after {
    display: none;
  }
}
.grade_section__bt a:before {
  content: '';
  position: absolute;
  right: 0;
  border-left: 1px dotted;
  background-repeat: no-repeat;
  background-position: center center;
}
.grade_section__bt a:before {
  -webkit-background-size: 5px auto;
     -moz-background-size: 5px auto;
       -o-background-size: 5px auto;
          background-size: 5px auto;
}
.grade_section__bt a:before {
  top: 11px;
  bottom: 10px;
  width: 31px;
}
@media screen and (max-width: 767px) {
  .grade_section__bt {
    padding-top: 0;
    width: 50%;
  }
  .grade_section__bt:first-child {
    float: left;
    padding-right: 4px;
  }
  .grade_section__bt:last-child {
    float: right;
    padding-left: 4px;
  }
  .grade_section__bt a {
    height: 48px;
  }
  .grade_section__bt a:before {
    top: 19px;
    bottom: 18px;
    width: 36px;
  }
}
@media screen and (max-width: 374px) {
  .grade_section__bt {
    width: auto;
    float: none !important;
  }
  .grade_section__bt:first-child {
    padding-right: 0;
  }
  .grade_section__bt:last-child {
    padding-top: 5px;
    padding-left: 0;
  }
  .grade_section__bt a {
    height: 32px;
  }
  .grade_section__bt a:before {
    top: 11px;
    bottom: 10px;
    width: 31px;
  }
}
.grade_section__bt.type-detail a {
  background-color: #ededed;
  -webkit-box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
     -moz-box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
          box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
  -webkit-background-size: auto 200%;
     -moz-background-size: auto 200%;
       -o-background-size: auto 200%;
          background-size: auto 200%;
  background-position: left top;
}
@media screen and (max-width: 767px) {
  .grade_section__bt.type-detail a {
    -webkit-background-size: auto 100%;
       -moz-background-size: auto 100%;
         -o-background-size: auto 100%;
            background-size: auto 100%;
  }
}
.grade_section__bt.type-detail a:hover {
  background-position: left bottom;
}
.grade_section__bt.type-detail a:before {
  border-color: #ed1621;
}
@media screen and (max-width: 767px) {
  .grade_section__bt.type-detail a {
  }
}
@media screen and (max-width: 374px) {
  .grade_section__bt.type-detail a {
    -webkit-background-size: auto 200%;
       -moz-background-size: auto 200%;
         -o-background-size: auto 200%;
            background-size: auto 200%;
  }
}
.grade_section__bt.type-estimate a {
  background-color: #666;
  -webkit-box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
     -moz-box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
          box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
}
.grade_section__bt.type-estimate a:before {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .grade_section__bt.type-estimate a {
  }
}
@media screen and (max-width: 374px) {
  .grade_section__bt.type-estimate a {
  }
}
.grade_section__links {
  padding-top: 16px;
  padding-left: 0 !important;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .grade_section__links {
    padding: 8px 0 28px;
    text-align: left;
  }
}
.grade_section__link {
  display: inline-block;
  margin-left: 32px;
}
.grade_section__link a {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .grade_section__link {
    display: block;
    margin-left: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .grade_section__grid_first_item {
    position: relative;
    border-top: 1px solid #ededed;
  }
  .grade_section__grid_first_item:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 5px;
    height: 1px;
    background-color: #000;
  }
}
@media screen and (max-width: 767px) {
  .grade_section__accordion_toggle {
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;
    left: -16px;
  }
  .grade_section__accordion_toggle > span {
    display: block;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    border: none;
    background-repeat: no-repeat;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-indent: -9999px;
    background-color: #ededed;
    -webkit-box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
       -moz-box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
            box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
    position: absolute;
    right: 16px;
    bottom: 36px;
    width: 36px;
    height: 36px;
    background-position: center center;
    -webkit-background-size: 15px auto;
       -moz-background-size: 15px auto;
         -o-background-size: 15px auto;
            background-size: 15px auto;
  }
  .grade_section__accordion_toggle > span:hover:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #f00;
  }
  .grade_section__accordion_toggle:hover > span:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #f00;
  }
  .grade_section__accordion_container {
    position: relative;
    overflow: hidden;
  }
  .grade_section__accordion_heightbase {
    height: 0;
  }
  .grade_section__accordion_content {
    width: 100%;
  }
  .grade_section__accordion_closer {
    display: block;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    border: none;
    background-repeat: no-repeat;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-indent: -9999px;
    background-color: #ededed;
    -webkit-box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
       -moz-box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
            box-shadow: 0px 1px 1px rgba(4,0,0,0.24);
    width: 36px;
    height: 36px;
    margin: 36px 0 36px auto;
    background-position: center center;
    -webkit-background-size: 15px auto;
       -moz-background-size: 15px auto;
         -o-background-size: 15px auto;
            background-size: 15px auto;
  }
  .grade_section__accordion_closer:hover:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #f00;
  }
}
@media screen and (min-width: 768px), print {
  .grade_section__accordion_closer,
  .grade_section__accordion_toggle {
    display: none !important;
  }
  .grade_section__accordion_heightbase {
    position: absolute !important;
  }
  .grade_section__accordion_content {
    position: static !important;
  }
}
.grade_section.js-disabled .grade_section__accordion_closer,
.grade_section.js-disabled .grade_section__accordion_toggle {
  display: none !important;
}
.grade_section.js-disabled .grade_section__accordion_heightbase {
  position: absolute !important;
}
.grade_section.js-disabled .grade_section__accordion_content {
  position: static !important;
}
.grade_section.js-opened .grade_section__accordion_toggle > span {
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .grade_section:before {
    width: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .grade_section:after {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .grade_section:after {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .grade_section:after {
    display: none;
  }
}
/* ---------------------------------------------------------
grade_section from hilux main.css
--------------------------------------------------------- */
#contents-body .section .content_top .top_features_area.type-grade.type-grade__col-m1of2 .grade_section__bts, #contents-footer .content_top .top_features_area.type-grade.type-grade__col-m1of2 .grade_section__bts {
  width: 45%;
  position: absolute;
  left: auto;
  right: 0;
  top: 37%
}

#contents-body .section .content_top .top_features_area.type-grade .grade_section__bts, #contents-footer .content_top .top_features_area.type-grade .grade_section__bts {
  position: absolute;
  bottom: 38px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.grade_section.type-table {
  border-top: none
}

.grade_section.type-table:before {
  display: none
}

.grade_section__list_table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8 !important
}

.grade_section__list_table th, .grade_section__list_table td {
  display: table-cell;
  vertical-align: middle;
  text-align: left !important;
  border-left: none !important
}

.grade_section__list_table tbody tr:first-child td {
  border-top: 1px solid #a6a6a6 !important
}

.grade_section__list_table thead th, .grade_section__list_table thead td {
  padding: 25px 0 !important;
  color: #999;
  background-color: #fff !important;
  border-top: none !important
}

.grade_section__list_table_col1 {
  width: 22.068966%
}

.grade_section__list_table_col2 {
  width: 10.241379%
}

.grade_section__list_table_col3 {
  width: 10.137931%
}

.grade_section__list_table_col4 {
  width: 10.137931%
}

.grade_section__list_table_col5 {
  width: 9.137931%
}

.grade_section__list_table_col6 {
  width: 16.896552%
}

.grade_section__list_table_col7 {
  width: 176px
}

.grade_section__list_table_name {
  padding: 10px 15px !important;
  background-color: #f7f7f7;
  color: #333;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: bold !important;
  border-top: 1px solid #e8e8e8 !important
}

.grade_section__list_table_name .hybrid_bnr {
  position: relative;
  top: -1px;
  width: 50px;
  margin-right: 18px
}

.grade_section__list_table_pic {
  position: relative;
  height: 116px;
  padding: 0 40px 0 0 !important;
  border-top: none !important
}

.grade_section__list_table_pic img {
  width: 100%;
  padding: 10px 25px
}

.grade_section__list_table_spec {
  padding: 0 !important;
  color: #333;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: bold !important;
  letter-spacing: 1px;
  border-top: none !important
}

.grade_section__list_table_spec .small-text {
  font-size: 10px !important;
  line-height: 18px !important
}

.grade_section__list_table_price {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold
}

.grade_section__list_table_bts {
  padding: 0 !important;
  border-top: none !important
}

.grade_section__headline {
  padding-top: 24px
}

.grade_section__headline:before, .grade_section__headline:after {
  content: "";
  display: table
}

.grade_section__headline:after {
  clear: both
}

.top_grade_area__textarea:hover .grade_section__headline {
  opacity: 0.6
}

.grade_section__grid_spacer {
  height: 1px
}

.grade_section__title {
  float: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
  width: 347px
}

.grade_section__spec {
  float: right;
  width: 753px;
  padding-bottom: 32px;
  box-shadow: 0 1px #ededed
}

.grade_section__spec__item {
  font-size: 12px;
  line-height: 20px
}

.grade_section__spec__label, .grade_section__spec__value {
  display: table-cell
}

.grade_section__spec__label {
  color: rgba(0, 0, 0, 0.54)
}

.grade_section__spec__main, .grade_section__spec__sub {
  display: table-cell;
  vertical-align: baseline
}

#contents-body .section .grade_section__spec__main, #contents-body .section .grade_section__spec__sub {
  padding-left: 0
}

.grade_section__spec__main {
  white-space: nowrap
}

.grade_section__spec__main .grade_section__spec__value {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold
}

.grade_section__spec__main .grade_section__spec__value__dash, .grade_section__spec__main .grade_section__spec__value__unit {
  font-size: 12px;
  line-height: 20px
}

.grade_section__spec__main .grade_section__spec__value__unit {
  margin-left: 0.25em
}

.grade_section__spec__sub {
  padding-top: 16px
}

.grade_section__spec__sub .grade_section__spec__item {
  display: table-cell;
  padding-left: 2em
}

.grade_section__spec__sub .grade_section__spec__label {
  white-space: nowrap
}

.grade_section__unit {
  padding-top: 32px;
  padding-bottom: 64px;
  position: relative
}

.grade_section__heading {
  font-family: "Fullwidth Solidus", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 24px
}

.grade_section__heading.type-hybrid {
  padding-right: 96px
}

.grade_section__pic {
  position: relative
}

.grade_section__pic img {
  width: 300px
}

.grade_section__bnr {
  position: static;
  margin-bottom: 4px;
  margin-right: 15px;
  height: 24px;
  width: auto
}

.grade_section__spec_table {
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 24px
}

#contents-body .section .grade_section__spec_table {
  padding-left: 0
}

.grade_section__spec_table__item {
  display: table-row
}

.grade_section__spec_table__item.type-featured .grade_section__spec_table__value {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 0
}

.grade_section__spec_table__item.type-featured .grade_section__spec_table__value__dash, .grade_section__spec_table__item.type-featured .grade_section__spec_table__value__unit {
  font-size: 12px
}

.grade_section__spec_table__label, .grade_section__spec_table__value {
  display: table-cell;
  padding-top: 4px;
  vertical-align: baseline
}

.grade_section__spec_table__label {
  color: rgba(0, 0, 0, 0.54);
  white-space: nowrap;
  padding-right: 1em
}

.grade_section__spec_table__label:after {
  color: rgba(0, 0, 0, 0.54);
  float: right
}

.grade_section__line_spacer {
  height: 24px
}

.grade_section__icons {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.54);
  text-align: right
}

.grade_section__icons span {
  color: #007cd2
}

.grade_section__price {
  font-weight: bold
}

.grade_section__name {
  border-top: 1px solid #ededed;
  padding-top: 16px;
  font-size: 12px;
  line-height: 12px
}

.grade_section__name li {
  padding-bottom: 12px
}

.grade_section__name small {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.54)
}

.grade_section__accordion_container {
  overflow: hidden;
  position: relative
}

.grade_section__bt a {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-indent: inherit;
  font-size: 11px;
  font-weight: bold;
  line-height: 32px;
  padding-left: 10px
}

#contents-body .section .grade_section__bt a {
  text-decoration: none
}

.grade_section__bt.type-detail a:before {
  background-image: url("/pages/contents/vitz/003_p_017/image/common/blt.png")
}

.grade_section__bt.type-estimate a {
  color: #fff
}

.grade_section__bt.type-estimate a:before {
  background-image: url("/pages/contents/vitz/003_p_017/image/common/blt_white.png")
}

.grade_section__links .text_link {
  display: inline-block;
  line-height: 16px
}

@media (max-width: 767px) {

#contents-body .section .content_top .top_features_area.type-grade .grade_section__bts, #contents-footer .content_top .top_features_area.type-grade .grade_section__bts {
  display: table;
  table-layout: fixed;
  bottom: 32px
}
#contents-body .section .content_top .top_features_area.type-grade .grade_section__bt, #contents-footer .content_top .top_features_area.type-grade .grade_section__bt {
  display: table-cell;
  width: 50%
}
#contents-body .section .content_top .top_features_area.type-grade .grade_section__bt a, #contents-footer .content_top .top_features_area.type-grade .grade_section__bt a {
  font-size: 10px
}
#contents-body .section .content_top .top_features_area.type-grade .grade_section__bt a:before, #contents-footer .content_top .top_features_area.type-grade .grade_section__bt a:before {
  width: 22px
}
#contents-body .section .content_top .top_features_area.type-grade .grade_section__bt:first-child, #contents-footer .content_top .top_features_area.type-grade .grade_section__bt:first-child {
  padding-right: 3px
}
#contents-body .section .content_top .top_features_area.type-grade .grade_section__bt:last-child, #contents-footer .content_top .top_features_area.type-grade .grade_section__bt:last-child {
  padding-left: 3px
}
#contents-body .section .content_top .top_features_area.type-grade .grade_section__bt.type-estimate, #contents-footer .content_top .top_features_area.type-grade .grade_section__bt.type-estimate {
  letter-spacing: -1px
}
#contents-body .section .content_top .top_features_area.type-grade.type-grade__col-m1of2 .grade_section__bts, #contents-footer .content_top .top_features_area.type-grade.type-grade__col-m1of2 .grade_section__bts {
  width: 100%;
  top: auto
}
.grade_section__list_table_col1 {
  width: 36.443149%
}
.grade_section__list_table_col2 {
  width: 27.113703%
}
.grade_section__list_table_col6 {
  width: 36.443149%
}
.grade_section__list_table_col3, .grade_section__list_table_spec.spec2 {
  display: none !important
}
.grade_section__list_table_col4, .grade_section__list_table_spec.spec3 {
  display: none !important
}
.grade_section__list_table_col5, .grade_section__list_table_spec.spec4 {
  display: none !important
}
.grade_section__list_table_col7 {
  display: none !important
}
.grade_section__list_table thead th, .grade_section__list_table thead td {
  padding: 15px 0 !important;
  font-size: 10px !important;
  line-height: 12px !important
}
.grade_section__list_table_pic {
  height: 80px;
  padding: 0 0 55px !important;
  border-top: none !important
}
.grade_section__list_table_pic img {
  width: 100%;
  padding: 10px 15px
}
.grade_section__list_table_name {
  font-size: 14px !important;
  line-height: 16px !important
}
.grade_section__list_table_spec {
  padding: 0 0 55px !important;
  font-size: 12px !important;
  line-height: 14px !important
}
.grade_section__list_table_price {
  font-size: 12px !important;
  line-height: 14px !important
}
.grade_section__list_table_bts {
  display: block !important;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20% 16px 0 !important
}
.grade_section__list_table_bts li {
  float: left !important;
  width: 50%;
  padding-top: 0 !important
}
.grade_section__list_table_bts li a {
  font-size: 10px !important
}
.grade_section__list_table_bts li a:before {
  width: 26px !important
}
.grade_section__list_table_bts li:first-child {
  padding-right: 4px !important
}
.grade_section__list_table_bts li:last-child {
  padding-left: 4px !important;
  letter-spacing: -1px
}
.grade_section__links .text_link {
  font-size: 12px
}
.grade_section {
  padding-bottom: 36px
}
.grade_section__icons {
  font-size: 10px
}
.grade_section__grid_spacer, .grade_section__line_spacer {
  display: none
}
.grade_section__headline {
  padding-right: 0;
  padding-bottom: 0
}
.grade_section__title, .grade_section__spec {
  float: none;
  width: auto
}
.grade_section__title {
  font-size: 16px;
  line-height: 24px
}
.grade_section__spec__main, .grade_section__spec__sub {
  display: block
}
.grade_section__spec__item {
  font-size: 10px;
  line-height: 16px
}
.grade_section__spec__label {
  font-size: 10px;
  white-space: nowrap;
  width: 6em;
  text-align: right
}
.grade_section__spec__main {
  padding-top: 32px
}
.grade_section__spec__main .grade_section__spec__value {
  font-size: 16px;
  line-height: 24px
}
.grade_section__spec__main .grade_section__spec__value__unit {
  font-size: 10px
}
.grade_section__spec__sub {
  padding-top: 0
}
.grade_section__spec__sub .grade_section__spec__item {
  display: block;
  padding-left: 0;
  padding-top: 8px
}
.grade_section__spec__sub .grade_section__spec__label {
  padding-left: 0
}
.grade_section__unit {
  padding-top: 24px;
  padding-bottom: 24px
}
.grade_section__heading {
  font-size: 16px;
  line-height: 20px
}
.grade_section__spec_table {
  font-size: 10px;
  line-height: 16px
}
.grade_section__bt {
  width: auto
}
.grade_section__bt:first-child {
  float: none;
  padding-right: 0
}
.grade_section__bt:nth-child(n+2) {
  padding-top: 5px
}
.grade_section__bt:last-child {
  float: none;
  padding-left: 0
}
.grade_section__bt a {
  height: auto;
  padding: 0 10px
}
.grade_section__bt a:before {
  bottom: 10px;
  top: 11px;
  width: 31px
}
}
@media screen and (max-width: 767px) {
.grade_section__name {
  border-top: none;
  padding-top: 0
}
}
@media screen and (max-width: 766px) {
#contents-body .car-Grid.grid table tbody tr td.bts ul li.grade_section__bt:first-child {
  padding-right: 4px
}
#contents-body .car-Grid.grid table tbody tr td.bts ul li.grade_section__bt:nth-child(n+2) {
  padding-top: 0;
  padding-left: 4px
}
}
@media (min-width: 1280px) {
.grade_section__heading {
  font-size: 20px
}
}
