table.table--primary .__button {
  width: 90px;
  height: 36px;
  font-size: 14px;
  padding: 0;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.radiation-index table.bg {
  background-color: #f2f6fa;
}
.radiation-index table.bg thead tr th:last-of-type {
  width: 120px;
}
.radiation-index table.bg tbody tr:nth-child(even) {
  background-color: #f2f6fa;
}
.radiation-index #MainHead {
  height: auto;
  padding-bottom: 40px;
}
.radiation-index #MainHead h1 {
  padding: 60px 5.3333333333vw 20px;
}
.radiation-index #MainHead h1 br {
  display: none;
}
@media (max-width: 960px) {
  .radiation-index #MainHead h1 br {
    display: block;
  }
}
.radiation-index #MainHead h1 span {
  color: black;
  font-size: 20px;
  margin-top: 10px;
}
.radiation-index #MainHead > div > div > h5 {
  margin-top: 0;
}
.radiation-index #MainHead .top_lineup {
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .radiation-index #MainHead .top_lineup h5 {
    display: none;
  }
}
.radiation-index #MainHead .top_lineup .lineup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 960px) {
  .radiation-index #MainHead .top_lineup .lineup_list {
    display: none;
  }
}
.radiation-index #MainHead .top_lineup .lineup_list > a {
  text-decoration: none;
  width: 31%;
  color: #333;
  padding-bottom: 20px;
  background-color: white;
  position: relative;
}
.radiation-index #MainHead .top_lineup .lineup_list > a::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #282d34;
  border-right: 1px solid #282d34;
  -webkit-transform: translate(-50%) rotate(135deg);
          transform: translate(-50%) rotate(135deg);
}
.radiation-index #MainHead .top_lineup .lineup_list > a:hover {
  color: #8bb9ff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-transition: 0.5ms;
  transition: 0.5ms;
}
.radiation-index #MainHead .top_lineup .lineup_list > a:hover::after {
  border-color: #8bb9ff;
}
.radiation-index #MainHead .top_lineup .lineup_list > a > p {
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#04BEFE), to(#4481EB));
  background: linear-gradient(270deg, #04BEFE 0%, #4481EB 100%);
  margin: 0;
}
.radiation-index #MainHead .top_lineup .lineup_list > a > img {
  width: 100%;
  display: block;
}
.radiation-index #MainHead .top_lineup .lineup_list > a > dl {
  -webkit-transform: translate(0, -6px);
          transform: translate(0, -6px);
}
.radiation-index #MainHead .top_lineup .lineup_list > a > dl dt {
  padding: 5px 10px;
  background-color: #0F1726;
  color: #fff;
}
.radiation-index #MainHead .top_lineup .lineup_list > a > dl dd {
  padding: 5px 10px 5px 20px;
}
.radiation-index #SectionGrease > div > div:nth-child(3) {
  margin-top: 90px;
}
.radiation-index .ko #SectionGrease > div > div:nth-child(3) {
  margin-top: 120px;
}
.radiation-index .zh #SectionGrease > div > div:nth-child(3) {
  margin-top: 150px;
}
.radiation-index #SectionGrease .top figure {
  position: relative;
}
.radiation-index #SectionGrease .top figure div:first-of-type {
  width: 340px;
  position: absolute;
  top: calc(50% - 114px);
  left: 0;
}
.radiation-index #SectionGrease .top figure div:last-of-type {
  position: absolute;
  width: 220px;
  top: calc(50% + 114px - 55px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .radiation-index #SectionGrease .top figure div:first-of-type {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .radiation-index #SectionGrease .top figure div:last-of-type {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
}
.radiation-index #SectionGreaseUsage .__inner > p {
  margin-bottom: 30px;
}
.radiation-index #SectionGreaseUsage .__inner > .usage_container > div {
  padding: 20px;
  border: solid 1px #d9d9d9;
}
.radiation-index #SectionGreaseUsage .__inner > .usage_container > div > div.column2 {
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .radiation-index #SectionGreaseUsage .__inner > .usage_container > div > div.column2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.radiation-index #SectionGreaseUsage .__inner > .usage_container > div > div.column2 figure {
  width: 40%;
}
.radiation-index #SectionGreaseUsage .__inner > .usage_container > figure div img {
  margin: 0 auto;
}
.radiation-index #SectionGreaseComparison > div > p {
  margin-bottom: 30px;
}
.radiation-index #SectionSeat,
.radiation-index #SectionBase {
  border-top: solid 1px #1d3a66;
  margin-top: 70px;
}

#SectionSeat > div > div > figure > div > img {
  width: 100%;
}

#SectionAppUsage table {
  margin: 30px 0;
}

@media screen and (min-width: 767px) {
  .radiation-index #SectionAbout > div > div > table > thead > tr:nth-child(1) > th:nth-child(1) {
    width: 20%;
  }
}