.p_new_faq_intro_section {
  position: relative;
  background: #E0C5AA;
  padding: 5.0rem 3.0rem 20.0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_intro_section {
    padding: 2.6rem 0.8rem 15rem;
  }
}

.p_new_faq_intro_section::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18.0rem;
  background-image: url(../img/new_faq/faq_intro_bottom.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_intro_section::after {
    background-image: url(../img/new_faq/faq_intro_bottom_sp.png);
    height: 14.0rem;
  }
}

.p_new_faq_intro_section .c_page_intro_img {
  position: relative;
  max-width: 105.0rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_intro_section .c_page_intro_img {
    max-width: 69.4rem;
    margin-bottom: 5.6rem;
  }
}

.p_new_faq_intro_section > * {
  position: relative;
  z-index: 3;
}

.p_new_faq_detail_section {
  position: relative;
  background: #E0C5AA;
  padding: 3.6rem 3.0rem 18.6rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_detail_section {
    padding: 2.6rem 0.8rem 15rem;
  }
}

.p_new_faq_detail_section::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18.0rem;
  background-image: url(../img/new_faq/faq_intro_bottom.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_detail_section::after {
    background-image: url(../img/new_faq/faq_intro_bottom_sp.png);
    height: 14.0rem;
  }
}

.p_new_faq_detail_section .c_page_detail_img {
  position: relative;
  max-width: 91.4rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.0rem;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_detail_section .c_page_detail_img {
    max-width: 69.4rem;
  }
}

.p_new_faq_detail_section > * {
  position: relative;
  z-index: 3;
}

.p_new_faq_nav_container {
  position: relative;
  max-width: 102rem;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_nav_container {
    max-width: 65.2rem;
  }
}

.p_new_faq_nav_container .p_new_faq_nav {
  position: relative;
  list-style: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.4rem;
  grid-row-gap: 4.5rem;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_nav_container .p_new_faq_nav {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 3.0rem;
    grid-row-gap: 2.8rem;
  }
}

.p_new_faq_nav_container .p_new_faq_nav li {
  position: relative;
  padding: 0;
  margin: 0;
}

.p_new_faq_nav_container .p_new_faq_nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.2rem 2.0rem 1.2rem 9.0rem;
  border: 0.5rem solid #F7931E;
  border-radius: 4.5rem 1.5rem 1.5rem 4.5rem;
  height: 9.0rem;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0.36rem 0.36rem 0 0 #998675;
          box-shadow: 0.36rem 0.36rem 0 0 #998675;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_nav_container .p_new_faq_nav a {
    padding: 1.0rem 1.2rem 1.0rem 8.8rem;
  }
}

.p_new_faq_nav_container .p_new_faq_nav a .faq_icon {
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  width: 8.8rem;
  z-index: 3;
}

.p_new_faq_nav_container .p_new_faq_nav a .faq_text {
  position: relative;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.6rem;
  text-align: center;
  color: #534741;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_nav_container .p_new_faq_nav a .faq_text {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}

.p_new_faq_nav_container .p_new_faq_nav a:hover {
  background: #F7931E;
}

.p_new_faq_nav_container .p_new_faq_nav a:hover .faq_text {
  color: #FFFFFF;
}

.p_new_faq_nav_container .p_new_faq_nav a.blue {
  border-color: #00559D;
}

.p_new_faq_nav_container .p_new_faq_nav a.blue:hover {
  background: #00559D;
}

.p_new_faq_nav_container .p_new_faq_nav a.green {
  border-color: #00B050;
}

.p_new_faq_nav_container .p_new_faq_nav a.green:hover {
  background: #00B050;
}

.p_new_faq_nav_container .p_new_faq_nav a.brown {
  border-color: #A06132;
}

.p_new_faq_nav_container .p_new_faq_nav a.brown:hover {
  background: #A06132;
}

.p_new_faq_nav_container .p_new_faq_nav a.coal {
  border-color: #7290A0;
}

.p_new_faq_nav_container .p_new_faq_nav a.coal:hover {
  background: #7290A0;
}

.p_new_faq_nav_container .p_new_faq_nav a.teal {
  border-color: #4BD0FF;
}

.p_new_faq_nav_container .p_new_faq_nav a.teal:hover {
  background: #4BD0FF;
}

.p_new_faq_list_section {
  position: relative;
  padding: 1rem 0 15rem;
}

.p_new_faq_list_container {
  position: relative;
  max-width: 101.2rem;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_list_container {
    max-width: 58.3rem;
  }
}

.p_new_faq_list_container .p_new_faq_list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3.6rem;
  grid-row-gap: 6.0rem;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_list_container .p_new_faq_list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-row-gap: 7.0rem;
  }
}

.p_new_faq_list_container .p_new_faq_item {
  position: relative;
  padding: 6.6rem 0 0;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_list_container .p_new_faq_item {
    padding-top: 7.6rem;
  }
}

.p_new_faq_list_container .p_new_faq_item .faq_item_icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 13.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_list_container .p_new_faq_item .faq_item_icon {
    width: 15.0rem;
  }
}

.p_new_faq_list_container .p_new_faq_item .faq_item_body {
  position: relative;
  padding: 0;
  z-index: 0;
}

.p_new_faq_list_container .p_new_faq_item .faq_item_bg {
  position: relative;
  z-index: 0;
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10.0rem 5.0rem 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_list_container .p_new_faq_item .faq_item_info {
    padding: 12rem 5.0rem 5.0rem;
  }
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .info_wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  width: 100%;
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .item_title {
  position: relative;
  padding: 0 0 2.2rem;
  margin-bottom: 3.8rem;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_list_container .p_new_faq_item .faq_item_info .item_title {
    padding: 0 0 2.4rem;
    margin-bottom: 4.0rem;
  }
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .item_title .title_text {
  position: relative;
  font-weight: 800;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 3.0rem;
  text-align: center;
  color: #000;
  min-height: 6.0rem;
  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;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_list_container .p_new_faq_item .faq_item_info .item_title .title_text {
    font-size: 2.8rem;
    line-height: 3.8rem;
    min-height: 6.0rem;
    color: #534741;
  }
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .item_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 25.8rem;
  height: 0.3rem;
  background: #998675;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .p_new_faq_list_container .p_new_faq_item .faq_item_info .item_title::after {
    width: 32.6rem;
  }
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .item_content {
  position: relative;
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .faq_link_nav {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .faq_link_nav li {
  position: relative;
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .faq_link_nav li:not(:last-child) {
  margin-bottom: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_list_container .p_new_faq_item .faq_item_info .faq_link_nav li:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .faq_link_nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.4rem 0 4.8rem;
  min-height: 3.6rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: left;
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_list_container .p_new_faq_item .faq_item_info .faq_link_nav a {
    font-size: 1.8rem;
    line-height: 2.4rem;
    min-height: 4.8rem;
    padding: 0 2.8rem 0 6.0rem;
  }
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .faq_link_nav a span {
  position: relative;
  display: block;
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .faq_link_nav a::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #F7931E;
  padding: 1.0rem;
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_list_container .p_new_faq_item .faq_item_info .faq_link_nav a::before {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .faq_link_nav a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 2.0rem;
  height: 2.0rem;
  background-image: url(../img/new_faq/arrow_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .p_new_faq_list_container .p_new_faq_item .faq_item_info .faq_link_nav a::after {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .faq_link_nav a:hover {
  text-decoration: underline;
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .btn_wrap {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .more_btn {
  position: relative;
  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;
  max-width: 39.2rem;
  width: 100%;
  height: 5.0rem;
  padding: 0.6rem 3.6rem 0.6rem 3.0rem;
  background: #F7931E;
  margin: 0 auto;
  border: 3px solid #F7931E;
  -webkit-transition: border 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: border 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_list_container .p_new_faq_item .faq_item_info .more_btn {
    height: 6.0rem;
    max-width: 46.8rem;
  }
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .more_btn .btn_text {
  position: relative;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.21em;
  line-height: 2.0rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: color 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_list_container .p_new_faq_item .faq_item_info .more_btn .btn_text {
    font-size: 2.0rem;
    line-height: 2.4rem;
  }
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .more_btn .btn_right {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  display: inline-block;
  width: 2.5rem;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_list_container .p_new_faq_item .faq_item_info .more_btn .btn_right {
    width: 3.0rem;
    right: 1.8rem;
  }
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .more_btn .btn_right path {
  -webkit-transition: fill 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: fill 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .more_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .more_btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .more_btn:hover .btn_text {
  color: #F7931E;
}

.p_new_faq_list_container .p_new_faq_item .faq_item_info .more_btn:hover .btn_right path {
  fill: #F7931E;
}

.p_new_faq_list_container .p_new_faq_item.blue .faq_item_info .faq_link_nav a::before {
  background: #00559D;
}

.p_new_faq_list_container .p_new_faq_item.blue .faq_item_info .more_btn {
  background: #00559D;
  border-color: #00559D;
}

.p_new_faq_list_container .p_new_faq_item.blue .faq_item_info .more_btn:hover .btn_text {
  color: #00559D;
}

.p_new_faq_list_container .p_new_faq_item.blue .faq_item_info .more_btn:hover .btn_right path {
  fill: #00559D;
}

.p_new_faq_list_container .p_new_faq_item.green .faq_item_info .faq_link_nav a::before {
  background: #00B050;
}

.p_new_faq_list_container .p_new_faq_item.green .faq_item_info .more_btn {
  background: #00B050;
  border-color: #00B050;
}

.p_new_faq_list_container .p_new_faq_item.green .faq_item_info .more_btn:hover .btn_text {
  color: #00B050;
}

.p_new_faq_list_container .p_new_faq_item.green .faq_item_info .more_btn:hover .btn_right path {
  fill: #00B050;
}

.p_new_faq_list_container .p_new_faq_item.brown .faq_item_info .faq_link_nav a::before {
  background: #A06132;
}

.p_new_faq_list_container .p_new_faq_item.brown .faq_item_info .more_btn {
  background: #A06132;
  border-color: #A06132;
}

.p_new_faq_list_container .p_new_faq_item.brown .faq_item_info .more_btn:hover .btn_text {
  color: #A06132;
}

.p_new_faq_list_container .p_new_faq_item.brown .faq_item_info .more_btn:hover .btn_right path {
  fill: #A06132;
}

.p_new_faq_list_container .p_new_faq_item.coal .faq_item_info .faq_link_nav a::before {
  background: #7290A0;
}

.p_new_faq_list_container .p_new_faq_item.coal .faq_item_info .more_btn {
  background: #7290A0;
  border-color: #7290A0;
}

.p_new_faq_list_container .p_new_faq_item.coal .faq_item_info .more_btn:hover .btn_text {
  color: #7290A0;
}

.p_new_faq_list_container .p_new_faq_item.coal .faq_item_info .more_btn:hover .btn_right path {
  fill: #7290A0;
}

.p_new_faq_list_container .p_new_faq_item.teal .faq_item_info .faq_link_nav a::before {
  background: #4BD0FF;
}

.p_new_faq_list_container .p_new_faq_item.teal .faq_item_info .more_btn {
  background: #4BD0FF;
  border-color: #4BD0FF;
}

.p_new_faq_list_container .p_new_faq_item.teal .faq_item_info .more_btn:hover .btn_text {
  color: #4BD0FF;
}

.p_new_faq_list_container .p_new_faq_item.teal .faq_item_info .more_btn:hover .btn_right path {
  fill: #4BD0FF;
}

.p_new_faq_guide_secion {
  position: relative;
  padding: 3.0rem 0 15rem;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_guide_secion {
    padding: 1.0rem 0 15rem;
  }
}

.p_new_faq_guide_secion .p_new_faq_guide_container {
  margin-bottom: 10rem;
}

.p_new_faq_guide_container {
  position: relative;
  max-width: 101.4rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_guide_container {
    padding: 0.3rem;
  }
  .p_new_faq_guide_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background-image: url(../img/new_faq/faq_detail_nav_border_h.png);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    z-index: 3;
  }
  .p_new_faq_guide_container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background-image: url(../img/new_faq/faq_detail_nav_border_h.png);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    z-index: 3;
  }
  .p_new_faq_guide_container.about_order_faq::before {
    background-image: url(../img/new_faq/faq_detail_nav_border_h2.png);
  }
  .p_new_faq_guide_container.about_order_faq::after {
    background-image: url(../img/new_faq/faq_detail_nav_border_h2.png);
  }
  .p_new_faq_guide_container.about_product_faq::before {
    background-image: url(../img/new_faq/faq_detail_nav_border_h3.png);
  }
  .p_new_faq_guide_container.about_product_faq::after {
    background-image: url(../img/new_faq/faq_detail_nav_border_h3.png);
  }
  .p_new_faq_guide_container.about_point_faq::before {
    background-image: url(../img/new_faq/faq_detail_nav_border_h4.png);
  }
  .p_new_faq_guide_container.about_point_faq::after {
    background-image: url(../img/new_faq/faq_detail_nav_border_h4.png);
  }
  .p_new_faq_guide_container.about_resist_faq::before {
    background-image: url(../img/new_faq/faq_detail_nav_border_h5.png);
  }
  .p_new_faq_guide_container.about_resist_faq::after {
    background-image: url(../img/new_faq/faq_detail_nav_border_h5.png);
  }
  .p_new_faq_guide_container.about_pay_faq::before {
    background-image: url(../img/new_faq/faq_detail_nav_border_h6.png);
  }
  .p_new_faq_guide_container.about_pay_faq::after {
    background-image: url(../img/new_faq/faq_detail_nav_border_h6.png);
  }
}

.p_new_faq_guide_container .p_new_faq_guide_inner {
  background-image: url(../img/new_faq/faq_detail_nav_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 6.0rem 5.0rem;
  min-height: 115.6rem;
  z-index: 0;
}
.p_new_faq_guide_container.about_order_faq .p_new_faq_guide_inner {
  background-image: url(../img/new_faq/faq_detail_nav_bg2.png);
  min-height: 60.6rem;
}
.p_new_faq_guide_container.about_product_faq .p_new_faq_guide_inner {
  background-image: url(../img/new_faq/faq_detail_nav_bg3.png);
  min-height: 40.6rem;
}
.p_new_faq_guide_container.about_point_faq .p_new_faq_guide_inner {
  background-image: url(../img/new_faq/faq_detail_nav_bg4.png);
  min-height: 40.6rem;
}
.p_new_faq_guide_container.about_resist_faq .p_new_faq_guide_inner {
  background-image: url(../img/new_faq/faq_detail_nav_bg5.png);
  min-height: 40.6rem;
}
.p_new_faq_guide_container.about_pay_faq .p_new_faq_guide_inner {
  background-image: url(../img/new_faq/faq_detail_nav_bg6.png);
  min-height: 40.6rem;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_guide_container .p_new_faq_guide_inner,
  .p_new_faq_guide_container.about_order_faq .p_new_faq_guide_inner,
  .p_new_faq_guide_container.about_product_faq .p_new_faq_guide_inner,
  .p_new_faq_guide_container.about_point_faq .p_new_faq_guide_inner,
  .p_new_faq_guide_container.about_resist_faq .p_new_faq_guide_inner,
  .p_new_faq_guide_container.about_pay_faq .p_new_faq_guide_inner {
    background-image: none;
    background: #FFFFFF;
    padding: 6.0rem 5.0rem;
    min-height: auto;
  }
  .p_new_faq_guide_container .p_new_faq_guide_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.3rem;
    width: 1.2rem;
    height: 100%;
    background-image: url(../img/new_faq/faq_detail_nav_border_v.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .p_new_faq_guide_container .p_new_faq_guide_inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: -0.3rem;
    width: 1.2rem;
    height: 100%;
    background-image: url(../img/new_faq/faq_detail_nav_border_v.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .p_new_faq_guide_container.about_order_faq .p_new_faq_guide_inner::before {
    background-image: url(../img/new_faq/faq_detail_nav_border_v2.png);
  }
  .p_new_faq_guide_container.about_order_faq .p_new_faq_guide_inner::after {
    background-image: url(../img/new_faq/faq_detail_nav_border_v2.png);
  }
  .p_new_faq_guide_container.about_product_faq .p_new_faq_guide_inner::before {
    background-image: url(../img/new_faq/faq_detail_nav_border_v3.png);
  }
  .p_new_faq_guide_container.about_product_faq .p_new_faq_guide_inner::after {
    background-image: url(../img/new_faq/faq_detail_nav_border_v3.png);
  }
  .p_new_faq_guide_container.about_point_faq .p_new_faq_guide_inner::before {
    background-image: url(../img/new_faq/faq_detail_nav_border_v4.png);
  }
  .p_new_faq_guide_container.about_point_faq .p_new_faq_guide_inner::after {
    background-image: url(../img/new_faq/faq_detail_nav_border_v4.png);
  }
  .p_new_faq_guide_container.about_resist_faq .p_new_faq_guide_inner::before {
    background-image: url(../img/new_faq/faq_detail_nav_border_v5.png);
  }
  .p_new_faq_guide_container.about_resist_faq .p_new_faq_guide_inner::after {
    background-image: url(../img/new_faq/faq_detail_nav_border_v5.png);
  }
  .p_new_faq_guide_container.about_pay_faq .p_new_faq_guide_inner::before {
    background-image: url(../img/new_faq/faq_detail_nav_border_v6.png);
  }
  .p_new_faq_guide_container.about_pay_faq .p_new_faq_guide_inner::after {
    background-image: url(../img/new_faq/faq_detail_nav_border_v6.png);
  }
}

.p_new_faq_guide_container .p_new_faq_guide_row {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5.0rem;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_guide_container .p_new_faq_guide_row {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-row-gap: 1.2rem;
    margin-right: -2.0rem;
  }
}

.p_new_faq_guide_container .p_new_faq_guide_row .column {
  position: relative;
}

.p_new_faq_guide_container .p_new_faq_guide_nav {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p_new_faq_guide_container .p_new_faq_guide_nav li {
  position: relative;
  padding-bottom: 1.2rem;
  border-bottom: 1px dashed #998675;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_guide_container .p_new_faq_guide_nav li {
    border: none;
  }
  .p_new_faq_guide_container .p_new_faq_guide_nav li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 1.6rem;
    height: 1px;
    background: #808080;
  }
}

.p_new_faq_guide_container .p_new_faq_guide_nav li:not(:last-child) {
  margin-bottom: 1.1rem;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_guide_container .p_new_faq_guide_nav li:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

.p_new_faq_guide_container .p_new_faq_guide_nav a {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .p_new_faq_guide_container .p_new_faq_guide_nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.4rem 0 5.4rem;
    min-height: 4.2rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.1rem;
    text-align: left;
    color: #000;
    text-decoration: none;
  }
}

@media only screen and (max-width: 768px) {
  .p_new_faq_guide_container .p_new_faq_guide_nav a {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 3.0rem;
    text-align: left;
    color: #000;
    padding: 0 0 0 2.0rem;
  }
}

.p_new_faq_guide_container .p_new_faq_guide_nav a span {
  position: relative;
  display: block;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_guide_container .p_new_faq_guide_nav a span {
    display: inline;
  }
}

@media print, screen and (min-width: 769px) {
  .p_new_faq_guide_container .p_new_faq_guide_nav a::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    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;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    background: #B4A0A0;
    padding: 1.0rem;
    font-weight: 800;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.0rem;
    text-align: center;
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .p_new_faq_guide_container .p_new_faq_guide_nav a::before {
    content: "Q. ";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
  }
}

@media print, screen and (min-width: 769px) {
  .p_new_faq_guide_container .p_new_faq_guide_nav a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url(../img/new_faq/arrow_down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media print, screen and (min-width: 769px) {
  .p_new_faq_guide_container .p_new_faq_guide_nav a:hover {
    text-decoration: underline;
  }
}

.p_new_faq_guide_container .p_new_faq_guide_title {
  position: relative;
  margin-bottom: 3.2rem;
}

.p_new_faq_guide_container .p_new_faq_guide_title .title_text {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.6rem 1.0rem;
  background: #F7931E;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 3.2rem;
  color: #FFFFFF;
  text-align: center;
}
.p_new_faq_guide_container.about_order_faq .p_new_faq_guide_title .title_text {
  background: #00559d;
}
.p_new_faq_guide_container.about_product_faq .p_new_faq_guide_title .title_text {
  background: #00b050;
}
.p_new_faq_guide_container.about_point_faq .p_new_faq_guide_title .title_text {
  background: #a06132;
}
.p_new_faq_guide_container.about_resist_faq .p_new_faq_guide_title .title_text {
  background: #7290a0;
}
.p_new_faq_guide_container.about_pay_faq .p_new_faq_guide_title .title_text {
  background: #4bd0ff;
}

@media only screen and (max-width: 768px) {
  .p_new_faq_guide_container .p_new_faq_guide_title .title_text {
    font-size: 2.7rem;
    line-height: 3.6rem;
    letter-spacing: 0.21em;
    padding: 1.4rem 1.0rem 1.2rem;
  }
}

.p_amazon_pay_guide_container .p_amazon_pay_title {
  margin-bottom: 8.0rem;
}

.p_amazon_pay_guide_container .shopping_guide_info_content {
  position: relative;
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .item_title .title_text {
    font-weight: 800 !important;
  }
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_content_1 {
    position: relative;
    padding-left: 3.0rem !important;
    padding-right: 3.0rem !important;
  }
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_content_2 {
    position: relative;
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_text {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_img_1 {
  position: relative;
  max-width: 67.9rem;
  width: 100%;
  padding-left: 6.0rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.8rem;
}

@media print, screen and (max-width: 991px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_img_1 {
    max-width: 60.9rem;
    padding-left: 9.0rem;
  }
}

@media only screen and (max-width: 768px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_img_1 {
    padding-left: 0;
    max-width: 58.7rem;
  }
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_img_2 {
  position: relative;
  max-width: 98.4rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_img_2 {
    max-width: 60.5rem;
  }
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_text_1 {
  position: relative;
  text-align: center;
  margin-bottom: 1.6rem;
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_text_2 {
  position: relative;
  text-align: center;
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_text_3 {
  position: relative;
  text-align: center;
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_text_3 {
    margin-bottom: 3.0rem;
  }
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_text_4 {
  position: relative;
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_text_5 {
  position: relative;
  display: none;
}

@media only screen and (max-width: 768px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_text_5 {
    display: block;
    padding-top: 4.0rem;
    padding-bottom: 5.2rem;
  }
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_text_5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 45.5rem;
    height: 1px;
    background: #B3B3B3;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_text_7 {
  position: relative;
  display: none;
}

@media only screen and (max-width: 768px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_text_7 {
    display: block;
    padding-top: 3.8rem;
    padding-bottom: 8.6rem;
  }
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_text_7::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 45.5rem;
    height: 1px;
    background: #B3B3B3;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_text_6 {
  position: relative;
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_btn_1 {
  position: relative;
  display: inline-block;
  width: 20.9rem;
  vertical-align: bottom;
  margin-right: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_btn_1 {
    vertical-align: middle;
  }
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_btn_2 {
  position: relative;
  display: inline-block;
  width: 22.2rem;
  vertical-align: middle;
  margin-right: 1.4rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_btn_2 {
    margin: 0.6rem 1.0rem 0.6rem 0;
  }
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_btn_3 {
  position: relative;
  display: inline-block;
  width: 10.8rem;
  vertical-align: middle;
  margin-right: 1.2rem;
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_btn_4 {
  position: relative;
  display: inline-block;
  width: 26.9rem;
  vertical-align: middle;
  margin: 1.2rem 1.5rem 1.2rem 0;
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_btn_5 {
  position: relative;
  display: inline-block;
  width: 26.9rem;
  vertical-align: middle;
  margin: 1.2rem 1.5rem 1.2rem 0;
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_help_1 {
  position: absolute;
  bottom: 9.6rem;
  left: -16.8rem;
  width: 27.4rem;
  z-index: 3;
}

@media print, screen and (max-width: 991px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_help_1 {
    left: -15.2rem;
    bottom: 7.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_help_1 {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_flex_1 .column_left {
    width: 57.7rem !important;
  }
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_flex_1 .column_right {
    width: calc(100% - 59.7rem) !important;
  }
}

@media only screen and (max-width: 768px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_flex_1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_flex_1 .shopping_guide_img {
    max-width: 57.6rem;
    width: 100%;
    margin: 0 auto;
  }
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_flex_1 .column_left {
    padding-top: 1.0rem !important;
    margin-bottom: 4.2rem !important;
  }
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_flex_1 .column_right {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_flex_2 .column_right {
    margin-bottom: 3.2rem !important;
  }
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_flex_2 .shopping_guide_img {
    max-width: 48.7rem;
    width: 100%;
    margin: 0 auto;
  }
}

.p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_flex_3 {
  margin-bottom: 4.5rem;
}

@media only screen and (max-width: 768px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_flex_3 .shopping_guide_img {
    max-width: 48.6rem;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_flex_4 .column_right {
    margin-bottom: 3.2rem !important;
  }
  .p_amazon_pay_guide_container .shopping_guide_info_content .guide_content_item .guide_flex_4 .shopping_guide_img {
    max-width: 48.8rem;
    width: 100%;
    margin: 0 auto;
  }
}

.p_amazon_pay_guide_container .shopping_guide_help_text {
  font-weight: 800 !important;
}

/*# sourceMappingURL=style_2.css.map */
