@charset "UTF-8";
.txt-right {
  text-align: right; }

.ti-b-05 {
  text-indent: -3.5em;
  padding-left: 3.5em; }

#anchor_review {
  padding-top: 90px;
  margin-top: -60px; }

@media screen and (min-width: 768px) {
  .pc-none {
    display: none; } }
@media screen and (max-width: 767px) {
  .pc-none {
    display: block; } }

@media screen and (min-width: 768px) {
  .sp-none {
    display: block; } }
@media screen and (max-width: 767px) {
  .sp-none {
    display: none; } }

@media screen and (min-width: 768px) {
  br.pc-none {
    display: none; } }
@media screen and (max-width: 767px) {
  br.pc-none {
    display: inline; } }

@media screen and (min-width: 768px) {
  br.sp-none {
    display: inline; } }
@media screen and (max-width: 767px) {
  br.sp-none {
    display: none; } }

table td a {
  display: block;
  width: 100%;
  word-break: break-all;
  /* どこでも改行を許可する */
  overflow-wrap: break-word; }

.policy-tbl {
  border: 1px solid #e7e7e6;
  background: #fff;
  font-size: 13px;
  max-width: 550px;
  width: 100%;
  line-height: 1.5; }
  .policy-tbl th, .policy-tbl td {
    padding: 10px 8px; }
  .policy-tbl th {
    border-right: 1px solid #c8c8c8;
    text-align: center;
    width: 50%;
    background: #e7e7e6; }
    .policy-tbl th:last-child {
      border-right: none; }
  .policy-tbl td {
    border: 1px solid #e7e7e6;
    text-align: center; }
    .policy-tbl td small {
      font-size: 12px; }

.policy-tbl02 {
  border: 1px solid #e7e7e6;
  background: #fff;
  font-size: 13px;
  max-width: 550px;
  width: 100%;
  line-height: 1.5; }
  .policy-tbl02 th, .policy-tbl02 td {
    padding: 10px 8px; }
  .policy-tbl02 th {
    border-bottom: 1px solid #c8c8c8;
    width: 150px;
    text-align: center;
    background: #e7e7e6; }
    .policy-tbl02 th:last-child {
      border-bottom: none; }
    @media screen and (max-width: 767px) {
      .policy-tbl02 th {
        width: 80px; } }
  .policy-tbl02 tr:last-of-type th {
    border-bottom: none; }
  .policy-tbl02 td {
    border: 1px solid #e7e7e6; }

.notes-li {
  font-size: 11px; }

html {
  scroll-padding-top: 80px; }

.ti-ttl {
  text-indent: -1.1em;
  padding-left: 1.1em; }
