.privacy h1 {
  background-image: url(../img/title_termofuse.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 0 0 0;
  text-align: center;
  font-size: 14px;
  margin: 0 auto 58px;
  font-weight: normal;
}

.faq_contact_block {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto 76px;
}
.privacy .purpose_of_use_list {
    list-style: disc;
    padding-left: 1.5em;
}
.privacy .purpose_of_use_list li {
    margin-bottom: 0.5em;
    list-style: disc;
}
#section-app h3 {
  color: #e40000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.faq_contact_block .faq_contact_block_ttl {
  color: #23211f !important;
  margin: 0 0 20px;
}
.faq_contact_block_inner {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 36px 0;
}
.faq_contact_block .faq_contact_block_inner_item {
  width: 50%;
  padding: 32px 00px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
.faq_contact_block .faq_contact_block_inner_item .ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 24px;
}
.faq_contact_block_inner_item_btn a {
  padding: 0 30px;
  width: 282px;
  background-color: #e98a76;
  border-radius: 50px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 12px 0;
}
.faq_contact_block_inner_item_btn:first-of-type a {
  margin-bottom: 12px;
}
.faq_contact_block_inner_item .txt_02 {
  font-size: 14px;
}
.faq_contact_block_inner_item .phone_number {
  font-size: 40px;
  font-weight: 400;
  margin: 16px 0 8px;
}
.red_link {
    color: #c9161d;
    text-decoration: underline;
}
#faqTop a {
    font-size: 17px;
    color: #FFF;
    background-color: #C9161D;
    padding: 15px 0;
    max-width: 407px;
    display: block;
    margin: 0px auto 100px;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
}
.decimal {
    margin: 50px 0 0;
}
.decimal p.txtRight {
    text-align: right;
}
.decimal p {
    font-weight: normal;
    font-size: 14px;
    margin-top: 25px;
}
@media screen and (max-width: 1000px) {
  .pageNavItem {
    min-width: auto;
    width: 100%;
  }
  .pageNav_contact p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  h1 {
        margin-bottom: 30px;
        background-size: 800px auto;
        background-position: center center;
    }
  .faq_contact_block_inner {
    display: block;
    padding: 0 0 60px;
  }
  .pageNav_contact p {
    text-align: left;
  }

  .faq_contact_block .faq_contact_block_inner_item {
    width: auto;
    border-radius: 10px;
  }
  .faq_contact_block .faq_contact_block_inner_item:first-child {
    margin: 32px 0 16px;
  }
}
