@charset "UTF-8";
/* =====================
	シリコンロッド比較表
 ======================= */
.p-rod-chart h2 {
  padding: 0.5em 0.5em;
  line-height: 1.5;
  border-top: 2px solid #ff66a6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-rod-chart h2 [class^="no"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.p-rod-chart h2 [class^="no"]:before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-rod-chart h2 .no1:before {
  background-image: url(../images/rod-chart/no1_icon.jpg);
}

.p-rod-chart h2 .no2:before {
  background-image: url(../images/rod-chart/no2_icon.jpg);
}

.p-rod-chart h2 .no3:before {
  background-image: url(../images/rod-chart/no3_icon.jpg);
}

.p-rod-chart h2 .no4:before {
  background-image: url(../images/rod-chart/no4_icon.jpg);
}

.p-rod-chart h2 .no5:before {
  background-image: url(../images/rod-chart/no5_icon.jpg);
}

.p-rod-chart h2 .no6:before {
  background-image: url(../images/rod-chart/no6_icon.jpg);
}

.p-rod-chart h2 .no7:before {
  background-image: url(../images/rod-chart/no7_icon.jpg);
}

.p-rod-chart h2 .no8:before {
  background-image: url(../images/rod-chart/no8_icon.jpg);
}

.p-rod-chart h2 .no9:before {
  background-image: url(../images/rod-chart/no9_icon.jpg);
}

.p-rod-chart h2 .no10:before {
  background-image: url(../images/rod-chart/no10_icon.jpg);
}

.p-rod-chart h2 .no11:before {
  background-image: url(../images/rod-chart/no11_icon.jpg);
}

.p-rod-chart h2 .no12:before {
  background-image: url(../images/rod-chart/no12_icon.jpg);
}

.p-rod-chart .sticky {
  position: sticky;
  top: 60px;
  z-index: 100;
}

.p-rod-chart__nav .tocList {
  margin: 1em 0;
  list-style: none;
  padding-left: 0;
}

.p-rod-chart__nav .toc .list a {
  display: block;
  padding: 0.5em 1em;
  color: #ff66a6;
  text-decoration: none;
}

.p-rod-chart__main > section {
  padding-bottom: 64px;
}

.p-rod-chart__main > section:last-child {
  padding-bottom: 0;
}

.p-rod-chart__logo {
  margin: 12px 0 0;
}

.p-rod-chart__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-rod-chart__number__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}

.p-rod-chart__number__name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  font-family: var(--font_min);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.0;
}

.p-rod-chart__number__name strong {
  display: block;
  font-size: 6.7rem;
  font-weight: 600;
}

.p-rod-chart__name {
  padding: 32px 0 12px;
  text-align: center;
  font-family: var(--font_min);
  font-weight: 600;
  line-height: 1.0;
}

.p-rod-chart__name__jp {
  font-size: 1.6rem;
}

.p-rod-chart__name__eng {
  font-size: 2.8rem;
  margin-top: 8px;
}

.p-rod-chart__subtitle {
  background: #474747;
  color: var(--c_wht);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  padding: 5px;
  max-width: 840px;
  margin: 20px auto 0;
}

.p-rod-chart__sample {
  margin: 0 0 32px;
}

.p-rod-chart__sample__header {
  padding-top: 16px;
  border-top: 2px solid #21AF94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.47059;
  max-width: 840px;
  margin: 0 auto 16px;
}

.p-rod-chart__sample__header__cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: var(--c_wht);
  background: #21AF94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}

.p-rod-chart__sample__header__list {
  letter-spacing: 0;
  color: #21AF94;
}

.p-rod-chart__sample__header__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.p-rod-chart__sample__header__list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-rod-chart__sample__header__list li + li {
  margin-top: 5px;
}

.p-rod-chart__sample--liftup .p-rod-chart__sample__header {
  border-color: #EF8549;
}

.p-rod-chart__sample--liftup .p-rod-chart__sample__header__cat {
  background: #EF8549;
}

.p-rod-chart__sample--liftup .p-rod-chart__sample__header__list {
  color: #EF8549;
}

.p-rod-chart__sample--lcurl .p-rod-chart__sample__header {
  border-color: #D84167;
}

.p-rod-chart__sample--lcurl .p-rod-chart__sample__header__cat {
  background: #D84167;
}

.p-rod-chart__sample--lcurl .p-rod-chart__sample__header__cat span {
  font-size: 1.3rem;
}

.p-rod-chart__sample--lcurl .p-rod-chart__sample__header__cat span span {
  font-size: 2.6rem;
}

.p-rod-chart__sample--lcurl .p-rod-chart__sample__header__list {
  color: #D84167;
  font-size: 1.6rem;
}

.p-rod-chart__notice {
  border: 2px solid var(--c_border);
  padding: 16px;
  color: var(--c_text_g);
  margin: 20px 0 0;
}

.p-rod-chart__notice__title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 12px;
}

.p-rod-chart__notice__txt {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-rod-chart__notice__sub {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.42857;
  margin-top: 5px;
}

.p-rod-chart__link {
  margin: 32px 0 0;
}

.p-rod-chart__link a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.44444;
  background: var(--c_main);
  color: var(--c_wht);
  border-radius: 100px;
  padding: 12px;
  border: 1px solid var(--c_main);
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.p-rod-chart__link a:before {
  content: "";
  width: 0;
  height: 100%;
  background: var(--c_wht);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.p-rod-chart__link a:active, .p-rod-chart__link a:visited {
  color: var(--c_wht);
}

.p-rod-chart__link a:hover {
  opacity: 1.0;
  color: var(--c_main);
}

.p-rod-chart__link a:hover:before {
  width: 100%;
}

/* タブレット横以上
  ------------------------ */
@media (min-width: 981px) {
  .p-rod-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-rod-chart h2 {
    font-size: 2.1rem;
  }
  .p-rod-chart h2 [class^="no"]:before {
    width: 28px;
    height: 28px;
  }
  .p-rod-chart .sticky {
    top: 80px;
  }
  .p-rod-chart__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 26%;
            flex: 0 1 26%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-rod-chart__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
  }
  .p-rod-chart__main > section {
    padding-bottom: 100px;
  }
  .p-rod-chart__logo {
    margin: 16px 0 0;
  }
  .p-rod-chart__number__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .p-rod-chart__number__name {
    font-size: 3.0rem;
    padding-right: 8%;
  }
  .p-rod-chart__number__name strong {
    font-size: 16.0rem;
  }
  .p-rod-chart__name {
    padding: 54px 0 32px;
  }
  .p-rod-chart__name__jp {
    font-size: 3.0rem;
  }
  .p-rod-chart__name__eng {
    font-size: 6.4rem;
    margin-top: 16px;
  }
  .p-rod-chart__subtitle {
    font-size: 2.8rem;
    padding: 2px;
  }
  .p-rod-chart__sample {
    margin-top: 60px;
  }
  .p-rod-chart__sample__header {
    padding-top: 32px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    border-width: 3px;
  }
  .p-rod-chart__sample__header__cat {
    width: 180px;
    height: 180px;
    font-size: 3.8rem;
  }
  .p-rod-chart__sample__header__list {
    font-size: 4.3rem;
  }
  .p-rod-chart__sample__header__list li {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .p-rod-chart__sample__header__list li:before {
    width: 16px;
    height: 16px;
  }
  .p-rod-chart__sample__header__list--small {
    font-size: 3.2rem;
  }
  .p-rod-chart__sample--lcurl .p-rod-chart__sample__header__cat span {
    font-size: 3.0rem;
  }
  .p-rod-chart__sample--lcurl .p-rod-chart__sample__header__cat span span {
    font-size: 5.8rem;
  }
  .p-rod-chart__sample--lcurl .p-rod-chart__sample__header__list {
    font-size: 3.2rem;
  }
  .p-rod-chart__notice {
    padding: 40px;
  }
  .p-rod-chart__notice__title {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
  .p-rod-chart__notice__txt {
    font-size: 2.2rem;
  }
  .p-rod-chart__notice__sub {
    margin-top: 24px;
    font-size: 1.8rem;
  }
  .p-rod-chart__link {
    margin: 52px 0 0;
  }
  .p-rod-chart__link a {
    max-width: 450px;
    font-size: 2.7rem;
    padding: 18px;
  }
}
