@charset "UTF-8";
body {
  background-color: #fdfcf9; }

.ban_area {
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .ban_area {
      margin-bottom: 10px; } }

.ul {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px; }
  .ul li {
    color: #753103;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .ul li {
        font-size: 14px; } }

.terms_header {
  width: 100%;
  max-width: 100%; }
  .terms_header h1 {
    padding: 20px 0px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .terms_header h1 {
        padding: 10px 0px; } }
    .terms_header h1 img {
      width: 180px;
      height: auto;
      display: block;
      margin: 0px auto; }
      @media screen and (max-width: 768px) {
        .terms_header h1 img {
          display: block;
          margin: 0px auto;
          width: 60px; } }
  .terms_header .terms_header_in {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #ddd8cc;
    border-top: 1px solid #ddd8cc;
    padding: 10px 0px;
    background-color: #fff; }
    .terms_header .terms_header_in h2 {
      width: 87.5%;
      max-width: 700px;
      margin: 0px auto;
      font-size: 22px;
      color: #ff7700; }
      @media screen and (max-width: 768px) {
        .terms_header .terms_header_in h2 {
          width: 100%;
          max-width: 100%;
          padding: 0px 25px;
          font-size: 16px; } }

.terms_p p {
  font-size: 15px;
  color: #753103; }
  @media screen and (max-width: 768px) {
    .terms_p p {
      font-size: 14px; } }
  .terms_p p a {
    display: inline;
    color: #ff7700;
    text-decoration: underline; }

.contents_qa {
  width: 87.5%;
  max-width: 700px;
  margin: 0px auto;
  border-bottom: 1px solid #ddd8cc;
  padding-top: 20px;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .contents_qa {
      width: 100%;
      max-width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px 25px 20px;
      margin-bottom: 0px;
      border: none; } }
  .contents_qa u {
    text-decoration: none; }
  .contents_qa .ul_pop01 {
    margin-left: 20px; }
    .contents_qa .ul_pop01 li {
      list-style-type: disc;
      font-size: 15px;
      color: #753103; }
      @media screen and (max-width: 768px) {
        .contents_qa .ul_pop01 li {
          font-size: 14px; } }
  .contents_qa .center {
    text-align: center; }
  .contents_qa .mb35 {
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .contents_qa .mb35 {
        margin-bottom: 20px; } }
  .contents_qa .mb30 {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .contents_qa .mb30 {
        margin-bottom: 15px; } }
  .contents_qa .mb20 {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .contents_qa .mb20 {
        margin-bottom: 10px; } }
  .contents_qa .mb10 {
    margin-bottom: 10px; }
  .contents_qa .ta03 {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #ddd8cc;
    border-left: 1px solid #ddd8cc; }
    .contents_qa .ta03 th, .contents_qa .ta03 td {
      font-size: 15px;
      color: #753103;
      border-bottom: 1px solid #ddd8cc;
      border-right: 1px solid #ddd8cc;
      padding: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .contents_qa .ta03 th a, .contents_qa .ta03 td a {
        color: #ff7700;
        text-decoration: underline; }
    .contents_qa .ta03 th {
      width: 20%;
      background-color: #f5f5f5; }
    .contents_qa .ta03 td {
      width: 80%; }

.boxman01 {
  border: 1px solid #ddd8cc;
  padding: 30px; }
  @media screen and (max-width: 768px) {
    .boxman01 {
      padding: 20px; } }
  .boxman01 h3 {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #ddd8cc;
    color: #753103; }
    @media screen and (max-width: 768px) {
      .boxman01 h3 {
        font-size: 16px;
        margin-bottom: 15px;
        padding-bottom: 15px; } }

.privacy_area a {
  text-decoration: none;
  color: #333; }

.privacy_area .tit_box_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 768px) {
    .privacy_area .tit_box_all {
      margin-bottom: 10px; } }
  .privacy_area .tit_box_all .btn_all {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: block;
    position: relative;
    text-align: center;
    margin-left: 20px;
    background-color: #ff7700; }
    .privacy_area .tit_box_all .btn_all::after {
      color: #fff;
      font-size: 20px;
      text-align: center;
      line-height: 40px; }
    .privacy_area .tit_box_all .btn_all.close_::after {
      content: "−"; }
    .privacy_area .tit_box_all .btn_all.open::after {
      content: "＋"; }

.privacy_area .privacy_box {
  padding: 20px 0px 0px;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 768px) {
    .privacy_area .privacy_box {
      padding: 20px 0px 0px; } }

.privacy_area .tit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }
  .privacy_area .tit_box .p_tit {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .privacy_area .tit_box .p_tit {
        font-size: 16px;
        width: 90%; } }
    .privacy_area .tit_box .p_tit a {
      color: #753103; }
  .privacy_area .tit_box .btn {
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      .privacy_area .tit_box .btn {
        width: 10%;
        text-align: right; } }
    .privacy_area .tit_box .btn a {
      color: #ff7700; }

.privacy_area .p_txt {
  display: none;
  padding-left: 15px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8;
  color: #753103; }
  @media screen and (max-width: 768px) {
    .privacy_area .p_txt {
      font-size: 14px; } }
  .privacy_area .p_txt .mb {
    margin-bottom: 20px; }
  .privacy_area .p_txt table {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #ddd8cc;
    border-left: 1px solid #ddd8cc;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .privacy_area .p_txt table {
        display: block;
        width: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 768px) {
      .privacy_area .p_txt table tbody, .privacy_area .p_txt table tr {
        display: block; } }
    @media screen and (max-width: 768px) {
      .privacy_area .p_txt table .pcOnly {
        display: none; } }
    .privacy_area .p_txt table th {
      background-color: #FC9A5F;
      color: #fff;
      text-align: center;
      width: 25%;
      vertical-align: middle;
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 1px solid #ddd8cc;
      border-right: 1px solid #ddd8cc; }
      @media screen and (max-width: 768px) {
        .privacy_area .p_txt table th {
          width: 100%;
          max-width: 100%;
          display: block; } }
    .privacy_area .p_txt table td {
      width: 75%;
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 1px solid #ddd8cc;
      border-right: 1px solid #ddd8cc;
      background-color: #fff; }
      @media screen and (max-width: 768px) {
        .privacy_area .p_txt table td {
          width: 100%;
          max-width: 100%;
          display: block; } }
    .privacy_area .p_txt table a {
      display: inline;
      color: #753103;
      text-decoration: underline; }
  .privacy_area .p_txt .row4 th {
    width: calc(80% / 3); }
    @media screen and (max-width: 768px) {
      .privacy_area .p_txt .row4 th {
        width: 100%;
        max-width: 100%; } }
    .privacy_area .p_txt .row4 th:nth-child(1) {
      width: 20%; }
      @media screen and (max-width: 768px) {
        .privacy_area .p_txt .row4 th:nth-child(1) {
          width: 100%;
          max-width: 100%; } }
  .privacy_area .p_txt .row4 td {
    width: calc(80% / 3); }
    @media screen and (max-width: 768px) {
      .privacy_area .p_txt .row4 td {
        width: 100%;
        max-width: 100%; } }
  .privacy_area .p_txt .row4 tr td::before {
    background-color: #FC9A5F;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0px;
    margin-bottom: 10px; }
  .privacy_area .p_txt .row4 tr td:nth-of-type(2)::before {
    content: "サービス";
    display: none; }
    @media screen and (max-width: 768px) {
      .privacy_area .p_txt .row4 tr td:nth-of-type(2)::before {
        display: block; } }
  .privacy_area .p_txt .row4 tr td:last-of-type::before {
    content: "停止方法（オプトアウト）";
    display: none; }
    @media screen and (max-width: 768px) {
      .privacy_area .p_txt .row4 tr td:last-of-type::before {
        display: block; } }
  .privacy_area .p_txt .row3 th {
    width: calc(80% / 2); }
    @media screen and (max-width: 768px) {
      .privacy_area .p_txt .row3 th {
        width: 100%;
        max-width: 100%; } }
    .privacy_area .p_txt .row3 th:nth-child(1) {
      width: 20%; }
      @media screen and (max-width: 768px) {
        .privacy_area .p_txt .row3 th:nth-child(1) {
          width: 100%;
          max-width: 100%; } }
  .privacy_area .p_txt .row3 td {
    width: calc(80% / 2); }
    @media screen and (max-width: 768px) {
      .privacy_area .p_txt .row3 td {
        width: 100%;
        max-width: 100%; } }

.privacy_area .li01 {
  list-style-type: none;
  padding-bottom: 20px; }
  .privacy_area .li01 li {
    padding-left: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px !important; }
    .privacy_area .li01 li::before {
      position: absolute;
      content: "▶︎";
      display: block;
      width: 20px;
      height: 20px;
      left: 0px;
      top: 0px; }

.privacy_area ul li a {
  text-decoration: underline; }

.privacy_area .li02 {
  list-style-type: none; }
  .privacy_area .li02 a {
    display: inline; }
  .privacy_area .li02 li {
    padding-left: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .privacy_area .li02 li::before {
      position: absolute;
      content: "◇";
      display: block;
      width: 20px;
      height: 20px;
      left: 0px;
      top: 0px; }

.privacy_area .li03 {
  list-style-type: disc; }
  .privacy_area .li03 li {
    margin-left: 20px;
    padding-left: 0px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .privacy_area .li03 li::before {
      position: absolute;
      content: "";
      display: none;
      width: 0px;
      height: 0px;
      left: 0px;
      top: 0px; }

.pad {
  padding-top: 20px; }

.bnone {
  border: none !important; }

.pagetop_area {
  display: none; }

.popup_close {
  position: fixed;
  right: 5px;
  bottom: 5px; }

.caption {
  display: block; }
  .caption strong {
    font-weight: bold;
    color: #b90202;
    display: block; }

.f_red {
  font-weight: bold;
  color: #f13305 !important; }

.pink {
  color: #D57E7E; }

.txt_terms_area p b {
  display: block;
  border-left: 5px solid #594f9d;
  padding-left: 10px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px; }

.txt_terms_area p .img {
  display: block;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20%; }
  @media screen and (max-width: 768px) {
    .txt_terms_area p .img {
      padding: 0px 0%; } }

.logo_img {
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px; }
  .logo_img.-logo_plaza {
    width: 90%; }
    @media screen and (max-width: 768px) {
      .logo_img.-logo_plaza {
        width: 50%; } }
  .logo_img.-logo_print_app {
    width: 60%;
    padding: 5px;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      .logo_img.-logo_print_app {
        width: 30%; } }
  .logo_img.-logo_netprint {
    width: 80%;
    background-color: #fff;
    padding: 5px; }
    @media screen and (max-width: 768px) {
      .logo_img.-logo_netprint {
        width: 40%; } }

.b-none {
  border-bottom: none; }

.specific_ul {
  list-style-type: disc;
  margin-left: 17px;
  margin-bottom: 20px; }
  .specific_ul li ul {
    position: relative; }
    .specific_ul li ul::before {
      content: "※";
      position: absolute;
      left: 0px;
      top: 0px;
      display: block; }
    .specific_ul li ul li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 15px; }

.tr {
  text-align: right; }
