.forPC {
  display: block;
}

.forSP {
  display: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

html {
  font-size: 0.6666666667vw;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  html {
    font-size: 1.3333333333vw;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body {
  color: #212121;
}

figure img {
  width: 100%;
  height: auto;
}
.hr-main {
  font-family: "Noto Sans", sans-serif;
}
.hero {
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .hero {
    padding-bottom: 10rem;
  }
}
.hero_hgroup {
  text-align: center;
  color: #000;
}
.hero_head {
  margin-top: 8rem;
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero_head {
    margin-top: 9.5rem;
    font-size: 5.7rem;
    line-height: calc(72/57*1em);
  }
}
.hero_subhead {
  margin-top: 2rem;
  font-size: 2.1rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero_subhead {
    margin-top: 1.5rem;
    font-size: 2.7rem;
    line-height: calc(27/27*1em);
  }
}
.hero_text {
  width: 71rem;
  margin: 7rem auto 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(20/16*1em);
}
@media screen and (max-width: 767px) {
  .hero_text {
    width: 100%;
    margin-top: 8.5rem;
    padding: 0 4.4rem;
    font-size: 2rem;
    line-height: calc(35/20*1em);
  }
}
.sec_highlights {
  padding: 8rem 0 8.5rem;
  background: url(../product/new/images/cgp/cgp_highlights.webp) no-repeat center center / cover;
}
@media screen and (max-width: 767px) {
  .sec_highlights {
    padding: 68rem 0 10rem;
    background: #0f1212 url(../product/new/images/cgp/cgp_highlights_sp.webp) no-repeat center top / contain;
  }
}
.sec_highlights_inner {
  width: 120rem;
  margin-inline: auto;
  padding-left: 71.5rem;
}
@media screen and (max-width: 767px) {
  .sec_highlights_inner {
    width: 100%;
    padding: 0 4.4rem;
  }
}
.sec_highlights_head {
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_highlights_head {
    font-size: 5.7rem;
    line-height: calc(75/57*1em);
  }
}
.sec_highlights_items {
  margin-top: 5rem;
  padding-right: 4.8rem;
}
@media screen and (max-width: 767px) {
  .sec_highlights_items {
    margin-top: 7rem;
    padding-right: 0;
  }
}
.sec_highlights_item {
  padding-bottom: .5rem;
  text-indent: hanging 1em;
  color: #fff;
  font-size: 1.8rem;
  line-height: calc(24/18*1em);
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .sec_highlights_item {
    font-size: 2.4rem;
    line-height: calc(32/24*1em);
  }
}
.sec_highlights_item + .sec_highlights_item {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec_highlights_item + .sec_highlights_item {
    margin-top: 3rem;
  }
}
.sec_highlights_note {
  margin-top: 5.5rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: calc(20/15*1em);
  letter-spacing: calc(-20/1000*1em);
}
@media screen and (max-width: 767px) {
  .sec_highlights_note {
    margin-top: 7rem;
    font-size: 2rem;
    line-height: calc(26/20*1em);
  }
}
.sec_who_is_it_for {
  padding: 11.5rem 0 10.5rem;
}
@media screen and (max-width: 767px) {
  .sec_who_is_it_for {
    padding: 10.5rem 0 10rem;
  }
}
.sec_who_is_it_for_inner {
  display: grid;
  grid-template-columns: 49rem 1fr;
  column-gap: 1rem;
  width: calc(50vw + 55.25rem);
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec_who_is_it_for_inner {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 9.5rem;
    width: 100%;
    padding: 0 4.4rem;
  }
}
.sec_who_is_it_for_head {
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_who_is_it_for_head {
    font-size: 5.7rem;
    line-height: calc(75/57*1em);
  }
}
.sec_who_is_it_for_items {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec_who_is_it_for_items {
    margin-top: 7rem;
  }
}
.sec_who_is_it_for_item {
  position: relative;
  padding-left: 2rem;
  font-size: 1.8rem;
  line-height: calc(30/18*1em);
  letter-spacing: calc(-10/1000*1em);
}
@media screen and (max-width: 767px) {
  .sec_who_is_it_for_item {
    padding-left: 2.5rem;
    font-size: 2.4rem;
    line-height: calc(39/24*1em);
    letter-spacing: calc(-20/1000*1em);
  }
}
.sec_who_is_it_for_item + .sec_who_is_it_for_item {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .sec_who_is_it_for_item + .sec_who_is_it_for_item {
    margin-top: 5rem;
  }
}
.sec_who_is_it_for_item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 1em;
  color: #212121;
  font-size: 1.8rem;
  line-height: calc(30/18*1em);
}
@media screen and (max-width: 767px) {
  .sec_who_is_it_for_item::before {
    top: 0;
    font-size: 2.4rem;
    line-height: calc(39/24*1em);
  }
}
.sec_who_is_it_for_img {
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.sec_who_is_it_for_img picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec_who_is_it_for_img picture {
    position: relative;
  }
}
.sec_who_is_it_for_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cont_core_technology {
  padding: 4.8rem 0 4.8rem;
  background: url(../product/new/images/cgp/cgp_core_bg.webp) no-repeat center center / cover;
}
@media screen and (max-width: 767px) {
  .cont_core_technology {
    padding: 20rem 0 9rem;
    background: #0f1212 url(../product/new/images/cgp/cgp_core_bg_sp.webp) no-repeat center top / contain;
  }
}
.cont_core_technology_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12.8rem;
  width: 110.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .cont_core_technology_inner {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 9rem;
    width: 100%;
    padding: 0 4.4rem;
  }
}
.cont_core_technology_inner div:nth-child(2) {
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .cont_core_technology_inner div:nth-child(2) {
    padding-left: 0;
  }
}
.sec_core_technology_head {
  margin-bottom: 6rem;
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_core_technology_head {
    margin-bottom: 7.5rem;
    font-size: 5.7rem;
    line-height: calc(75/57*1em);
  }
}
.sec_core_technology_subhead {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_core_technology_subhead {
    margin-bottom: 4rem;
    font-size: 2.8rem;
    line-height: calc(28/28*1em);
  }
}
.sec_core_technology_text {
  padding-right: 8rem;
  font-size: 1.6rem;
  line-height: calc(28/16*1em);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_core_technology_text {
    padding-right: 0;
    font-size: 2rem;
    line-height: calc(35/20*1em);
  }
}
.sec_core_technology_list_item + .sec_core_technology_list_item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec_core_technology_list_item + .sec_core_technology_list_item {
    margin-top: 3.5rem;
  }
}
.sec_core_technology_list_item_head {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: calc(28/16*1em);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_core_technology_list_item_head {
    font-size: 2rem;
    line-height: calc(35/20*1em);
  }
}
.sec_core_technology_list_item_text {
  font-size: 1.6rem;
  line-height: calc(28/16*1em);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_core_technology_list_item_text {
    font-size: 2rem;
    line-height: calc(35/20*1em);
  }
}
.cont_impact {
  padding: 6rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .cont_impact {
    padding: 9.5rem 0 10.5rem;
  }
}
.cont_impact_inner {
  width: 120rem;
  margin-inline: auto;
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .cont_impact_inner {
    width: 100%;
    padding: 0 4.4rem;
  }
}
.cont_impact_first_item {
  display: grid;
  grid-template-columns: 49.2rem 1fr;
  column-gap: .8rem;
}
@media screen and (max-width: 767px) {
  .cont_impact_first_item {
    grid-template-columns: 1fr;
    column-gap: 0;
    width: 100%;
  }
}
.cont_impact_head {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 767px) {
  .cont_impact_head {
    font-size: 2.7rem;
    line-height: calc(27/27*1em);
  }
}
.cont_impact_list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cont_impact_list {
    margin-top: 5.5rem;
  }
}
.cont_impact_list li {
  position: relative;
  padding-right: 5rem;
  padding-left: 2.5rem;
  font-size: 1.8rem;
  line-height: calc(30/18*1em);
  color: #000;
}
@media screen and (max-width: 767px) {
  .cont_impact_list li {
    padding-right: 0;
    padding-left: 2rem;
    font-size: 2.4rem;
    line-height: calc(39/24*1em);
    letter-spacing: calc(-20/1000*1em);
  }
}
.cont_impact_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #212121;
  font-size: 1.8rem;
  line-height: calc(30/18*1em);
}
@media screen and (max-width: 767px) {
  .cont_impact_list li::before {
    top: 0;
    font-size: 2.4rem;
    line-height: calc(39/24*1em);
  }
}
.cont_impact_second_item {
  margin-top: 4.5rem;
  padding-right: 24.5rem;
}
@media screen and (max-width: 767px) {
  .cont_impact_second_item {
    margin-top: 9rem;
    padding-right: 0;
  }
}
.cont_impact_second_item_list {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .cont_impact_second_item_list {
    margin-top: 4rem;
  }
}
.cont_impact_second_item_list_head {
  display: inline;
  margin: 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: calc(30/18*1em);
  color: #000;
}
@media screen and (max-width: 767px) {
  .cont_impact_second_item_list_head {
    font-size: 2.4rem;
    line-height: calc(39/24*1em);
  }
}
.cont_impact_second_item_list_text {
  display: inline;
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: calc(30/18*1em);
  color: #000;
}
@media screen and (max-width: 767px) {
  .cont_impact_second_item_list_text {
    font-size: 2.4rem;
    line-height: calc(39/24*1em);
  }
}
.cont_impact_image {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cont_impact_image {
    margin-top: 9.5rem;
  }
}
.sec_features {
  padding: 6rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .sec_features {
    padding: 9rem 0 9rem;
  }
}
.sec_features_head {
  text-align: center;
  margin-bottom: 6rem;
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sec_features_head {
    margin-bottom: 9rem;
    font-size: 5.7rem;
    line-height: calc(75/57*1em);
  }
}
.sec_features_items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_features_items {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0 4.4rem;
  }
}
.sec_features_item {
  position: relative;
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec_features_item:nth-child(-n+2) {
    grid-column: span 3;
    aspect-ratio: 960 / 500;
  }
  .sec_features_item:nth-child(n+3) {
    grid-column: span 2;
    aspect-ratio: 640 / 380;
  }
  .sec_features_item_img {
    position: absolute;
    inset: 0;
    margin: 0;
  }
}
.sec_features_item_img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.sec_features_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec_features_item_body {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 2.5rem 3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_features_item_body {
    padding: 3rem 2rem;
  }
}
.sec_features_item_head {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: calc(17/14*1em);
}
@media screen and (max-width: 767px) {
  .sec_features_item_head {
    font-size: 1.8rem;
    line-height: calc(22/18*1em);
  }
}
.sec_features_item_text {
  font-size: 1.4rem;
  line-height: calc(17/14*1em);
}
@media screen and (max-width: 767px) {
  .sec_features_item_text {
    font-size: 1.8rem;
    line-height: calc(22/18*1em);
  }
}
.sec_grind_guide {
  padding: 6rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .sec_grind_guide {
    padding: 10rem 0 8.5rem;
  }
}
.sec_grind_guide_head {
  text-align: center;
  margin-bottom: 6rem;
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sec_grind_guide_head {
    margin-bottom: 9rem;
    font-size: 5.7rem;
    line-height: calc(75/57*1em);
  }
}
.sec_grind_guide_inner {
  width: 120rem;
  margin-inline: auto;
  padding-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .sec_grind_guide_inner {
    width: 100%;
    padding: 9.5rem 4.4rem 0;
  }
}
.sec_grind_guide_head {
  margin-bottom: 6.5rem;
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_grind_guide_head {
    margin-bottom: 4rem;
    font-size: 5.7rem;
    line-height: calc(76/57*1em);
  }
}
.sec_grind_guide_subhead {
  margin-bottom: 2.5rem;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_grind_guide_subhead {
    margin-bottom: 4rem;
    font-size: 3.1rem;
    line-height: calc(44/31*1em);
  }
}
.sec_grind_guide_text {
  font-size: 1.8rem;
  line-height: calc(30/18*1em);
  color: #040000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_grind_guide_text {
    font-size: 2.3rem;
    line-height: calc(39/23*1em);
  }
}
.sec_grind_guide_note {
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: calc(17/14*1em);
  color: #040000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_grind_guide_note {
    margin-top: 3.5rem;
    font-size: 2.3rem;
    line-height: calc(39/23*1em);
  }
}
.sec_grind_guide_image {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .sec_grind_guide_image {
    margin-top: 9rem;
  }
}
.sec_grind_guide_recommend {
  width: fit-content;
  margin-inline: auto;
  margin-top: 7rem;
  font-size: 1.8rem;
  line-height: calc(30/18*1em);
  color: #040000;
}
@media screen and (max-width: 767px) {
  .sec_grind_guide_recommend {
    margin-top: 9rem;
    font-size: 2rem;
    line-height: calc(30/18*1em);
  }
}
.sec_how_to_use {
  padding: 9.6rem 0 9.6rem;
  background-color: #212121;
}
@media screen and (max-width: 767px) {
  .sec_how_to_use {
    padding: 9.5rem 0 10rem;
  }
}
.sec_how_to_use_inner {
  display: grid;
  grid-template-columns: 60rem 53.6rem;
  gap: 6.4rem;
  width: 120rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec_how_to_use_inner {
    grid-template-columns: 1fr;
    gap: 5rem;
    width: 100%;
    padding: 0 4.4rem;
  }
}
.sec_how_to_use_head {
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_how_to_use_head {
    font-size: 5.7rem;
    line-height: calc(76/57*1em);
  }
}
.sec_how_to_use_list {
  margin-top: 4rem;
  padding-left: 0;
  list-style: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_how_to_use_list {
    margin-top: 5.5rem;
    font-size: 2.3rem;
    line-height: calc(39/23*1em);
  }
}
.sec_how_to_use_list li {
  font-size: 1.6rem;
  line-height: calc(28/16*1em);
  color: #fff;
  letter-spacing: calc(-40/1000*1em);
}
@media screen and (max-width: 767px) {
  .sec_how_to_use_list li {
    font-size: 2rem;
    line-height: calc(36/20*1em);
  }
}
.sec_how_to_use_list li + li {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec_how_to_use_list li + li {
    margin-top: 3.5rem;
  }
}
.sec_how_to_use_note {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  line-height: calc(28/16*1em);
  color: #fff;
  letter-spacing: calc(-40/1000*1em);
}
@media screen and (max-width: 767px) {
  .sec_how_to_use_note {
    margin-top: 3.5rem;
    font-size: 2rem;
    line-height: calc(36/20*1em);
  }
}
.sec_how_to_use_movie {
  position: relative;
  aspect-ratio: 560 / 315;
}
.sec_how_to_use_movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 767px) {
  .sec_how_to_use_movie {
    aspect-ratio: 463 / 823;
  }
}
.sec_info {
  padding: 9.6rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .sec_info {
    padding: 9.5rem 0 10rem;
  }
}
.sec_info_inner {
  width: 120rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec_info_inner {
    width: 100%;
    padding: 0 4.4rem;
  }
}
.sec_info_block {
  display: grid;
  grid-template-columns: 54rem auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec_info_block {
    grid-template-columns: 1fr;
    row-gap: 9.5rem;
  }
}
.sec_info_block + .sec_info_block {
  margin-top: .5rem;
}
@media screen and (max-width: 767px) {
  .sec_info_block + .sec_info_block {
    margin-top: 10rem;
  }
}
.sec_info_body {
  padding: 0 2.5rem 0 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec_info_body {
    padding: 0;
  }
}
.sec_info_head {
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sec_info_head {
    font-size: 5.7rem;
    line-height: calc(76/57*1em);
  }
}
.sec_info_text {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: calc(28/16*1em);
  color: #000;
  letter-spacing: calc(-40/1000*1em);
}
@media screen and (max-width: 767px) {
  .sec_info_text {
    margin-top: 5.5rem;
    font-size: 2.3rem;
    line-height: calc(39/23*1em);
  }
}
.sec_info_image {
  margin: 0;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .sec_info_image {
    padding-left: 0;
  }
}
.sec_info_specifications {
  display: block;
  padding-top: 9.8rem;
}
@media screen and (max-width: 767px) {
  .sec_info_specifications {
    padding-top: 19.5rem;
  }
}
.sec_info_head_specifications {
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_info_head_specifications {
    font-size: 5.7rem;
    line-height: calc(76/57*1em);
  }
}
.sec_info_image_specifications {
  width: 105.1rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec_info_image_specifications {
    width: 100%;
    margin: 9.5rem auto 0;
  }
}
.sec_faq {
  padding: 4.5rem 0 4rem;
  background: url(../product/new/images/cgp/cgp_faq.webp) no-repeat center center / cover;
}
@media screen and (max-width: 767px) {
  .sec_faq {
    padding: 9.5rem 0 10.5rem;
    background: #1a1a1a url(../product/new/images/cgp/cgp_faq_sp.webp) no-repeat center top / contain;
  }
}
.sec_faq_inner {
  width: 120rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec_faq_inner {
    width: 100%;
    padding: 0 4.4rem;
  }
}
.sec_faq_head {
  margin-bottom: 3rem;
  color: #fff;
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec_faq_head {
    margin-bottom: 8.5rem;
    font-size: 5.7rem;
    line-height: calc(76/57*1em);
  }
}
.sec_faq_list {
  padding-left: 0;
  list-style: none;
  color: #fff;
}
.sec_faq_list + .sec_faq_list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec_faq_list + .sec_faq_list {
    margin-top: 4rem;
  }
}
.sec_faq_list dt {
  font-size: 1.6rem;
  line-height: calc(28/16*1em);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_faq_list dt {
    font-size: 2rem;
    line-height: calc(36/20*1em);
  }
}
.sec_faq_list dd {
  margin-top: .5rem;
  font-size: 1.6rem;
  line-height: calc(28/16*1em);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_faq_list dd {
    margin-top: 0;
    font-size: 2rem;
    line-height: calc(36/20*1em);
  }
}
.sec_faq_note {
  margin-top: 4.5rem;
  font-size: 1.6rem;
  line-height: calc(28/16*1em);
  color: #fff;
  letter-spacing: calc(-40/1000*1em);
}
@media screen and (max-width: 767px) {
  .sec_faq_note {
    margin-top: 4.5rem;
    font-size: 2rem;
    line-height: calc(36/20*1em);
    letter-spacing: calc(-10/1000*1em);
  }
}










