@charset "utf-8";
/*################ プライバシーポリシー #################*/
#contents_policy {
  background-color: #fff;
  text-align: center;
}
#contents_policy .inner2_t {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 0 10px;
  overflow: hidden;
}
#contents_policy .tit_sp {
  font-size: 24px;
  letter-spacing: 0.1em;
}
#policy {
  text-align: left;
}
#policy h3 {
  margin-bottom: 10px;
}
#policy p {
  margin: 0 0 1.5rem;
}
#policy p a {
  color: #000;
}
#policy p a:hover {
  opacity: 0.7;
}
#policy .right_t {
  text-align: right;
}
.compliance_chapter {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #contents_policy .inner2_t {
    padding: 40px 0 5px;
  }
}
/* 個人情報保護方針 CSS　2022.03.28 */
.terms_box {
  margin: 0 auto;
  text-align: left;
  line-height: 2;
}
.terms_box .terms_box_ttl {
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 15px;
}
#policy .terms_box .terms_box_ttl {
  text-align: center;
}
#policy .terms_box .terms_box_txt {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 15px;
}
.terms_box .terms_box_txt_first {
  font-size: 16px !important;
  font-weight: normal !important;
  text-align: right;
  margin: 0 0 30px !important;
}
.terms_box .terms_box_txt_sign {
  font-size: 16px !important;
  font-weight: normal !important;
  text-align: right;
  margin: 30px 0 0 !important;
}
#policy .terms_box .terms_box_txt_last {
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  margin: 30px 0 60px !important;
}
#policy .terms_box .terms_box_txt_last:last-child {
  margin-bottom: 0 !important;
}
#policy .terms_box hr {
  margin: 60px 0;
}
.terms_box ul {
  margin: 1rem 0 1rem 2rem;
  line-height: 2;
}
.terms_box ol {
  margin: 2rem 0 1rem 2rem;
  line-height: 2;
}
.terms_box ol li {
  margin-bottom: 15px;
}
.terms_box ol li:last-child {
  margin-bottom: 0;
}
.terms_box .address {
  padding: 20px 20px 20px 60px;
  margin: 20px 0;
  border: 1px solid #000;
}
.terms_box .address strong {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .mail_check .mail_check_txt {
    margin-top: 0;
  }
  .terms_box .terms_box_ttl, .terms_box .terms_box_txt {
    font-size: 16px;
  }
  .terms_box .terms_box_txt_first {
    font-size: 12px;
    margin: 0 0 20px !important;
  }
  .terms_box .terms_box_txt_sign {
    margin: 0 0 20px !important;
  }
  #policy .terms_box .terms_box_txt_last {
    margin: 20px 0 40px !important;
  }
  #policy .terms_box hr {
    margin: 40px 0;
  }
  .terms_box ul, .terms_box ol {
    margin: 1rem 0 1rem 1rem;
  }
  .terms_box .address {
    padding: 20px;
  }
}
#policy .tyusyaku {
  font-size: 12px;
  margin: 30px 0;
}
/**** 個人情報保護方針 CSS　他商材ページinclude微調整　2023.05.16 ****/
/* 法人携帯LP */
#lp #policy .terms_box .terms_box_txt_last {
  margin-bottom: 0 !important;
}
/* ホワイト安全LP */
#contact_form .terms_box ol {
  width: unset;
}
#contact_form .contact_container .terms_box ul {
  line-height: inherit;
}
#contact_form .contact_container .terms_box ul li {
  display: table-footer-group;
  width: 100%;
  color: #000;
  font-weight: normal;
  text-align: left;
  margin: unset;
  padding: unset;
  border: unset;
  line-height: 2;
}
#contact_form .contact_container .terms_box ol li {
  line-height: 2;
}
#contact_form #policy .terms_box .terms_box_txt_last {
  margin-bottom: 0 !important;
}
#policy .policy-table {
  width: 100%;
  display: block;
  margin: 15px auto 30px;
  border: 1px solid #a7a7a7;
  box-sizing: border-box;
  overflow: hidden;
}
#policy .policy-table tbody {
  width: 100%;
  display: table;
}
#policy .policy-table tbody tr {
  width: 100%;
}
#policy .policy-table tbody tr td {
  width: 55%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  border-top: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  box-sizing: border-box;
}
#policy .policy-table tbody tr td:first-child {
  width: 30%;
}
#policy .policy-table tbody tr td:last-child {
  width: 15%;
}
#policy .policy-table tbody tr td.left {
  text-align: left;
}
#policy .policy-table tbody tr td:last-child {
  border-right: none;
}
#policy .policy-table tbody tr th {
  width: 55%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  border-top: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  box-sizing: border-box;
  font-weight: normal;
}
#policy .policy-table tbody tr th:first-child {
  width: 30%;
}
#policy .policy-table tbody tr th:last-child {
  width: 15%;
}
#policy .url_underline {
  color: #0000ee !important;
  text-decoration-line: underline !important;
}
#policy a.url_underline[target="_blank"]::after {
  display: none;
}
#policy .sp_scroll {
  display: none;
}
.privacy-announcement {
  margin-top: 60px;
}
.no-copy {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 768px) {
  #policy .sp_scroll {
    font-size: 14px;
    display: block;
    margin-top: 20px;
    font-weight: bold;
  }
  #policy .policy-table-sp {
    width: 100%;
    overflow-x: scroll;
  }
  #policy .policy-table {
    width: 200%;
    max-width: initial;
    border-collapse: collapse;
    overflow: initial;
    margin-top: 0;
  }
  #policy .policy-table tbody tr td {
    width: 40%;
    padding: 15px;
  }
  #policy .policy-table tbody tr td:first-child {
    width: 40%;
    font-size: 15px;
  }
  #policy .policy-table tbody tr th {
    width: 30%;
    padding: 15px;
  }
  #policy .policy-table tbody tr th:first-child {
    width: 40%;
    font-size: 15px;
  }
  #policy .policy-table tbody tr th:last-child {
    width: 20%;
  }
  .privacy-announcement {
    margin-top: 30px;
  }
  #policy .terms_box .terms_box_txt {
    font-size: 16px;
  }
}
#policy .policy-table tbody tr th.hard {
	background-color: #F0F0EF;
}
#policy a.orikaeshi{
    overflow-wrap: anywhere;
}
#form h1.title{
    font-size: 30px;
    margin-bottom: 20px;
}
.no-copy img {
    width: 380px;
    display: block;
    margin-left: -5px;
}