@charset "UTF-8";

/* kobetsu */

a:hover {
  text-decoration: underline;
}

a.c_black {
  color: #000;
}

a.c_blue {
  display: inline-block;
  font-weight: 600;
  color: #1faddd;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

a.inline {
  display: inline;
}

.white-inner {
  padding: 60px 55px 100px 55px;
}

.busi-item {
  margin: 60px auto;
}

.inner-item-ttl {
  width: 100%;
  letter-spacing: 1px;
  line-height: 1;
  white-space: wrap;
  margin-bottom: 20px;
}

.inner-item li {
  display: block;
  margin-top: 0;
}

.inner-item li:nth-of-type(n + 2) {
  margin-top: 0;
}

.p_txt {
  font-size: 16px;
  line-height: 1.6;
}

.privacy_box:nth-of-type(n + 2) {
  margin-top: 100px;
}

.privacy_list {
  margin-top: 30px;
}

.pri_ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
}

.num {
  display: inline-block;
  padding-right: 0.5em;
}

.detail_list {
  margin-left: 2em;
  margin-top: 5px;
}

.detail_list li {
  font-size: 16px;
  padding-left: 1em;
  position: relative;
}

.detail_list li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #040000;
  position: absolute;
  top: 9px;
  left: 5px;
}

.privacy_list li:nth-of-type(n + 2) {
  margin-top: 40px;
}

.privacy_list li .p_txt {
  margin-left: 2.3em;
}

.privacy_list li .detail_list li:nth-of-type(n + 2) {
  margin-top: 5px;
}

.sub_box {
  margin-top: 40px;
}

.sub_box p {
  font-size: 16px;
  text-align: right;
}

.p_numtxt {
  font-size: 16px;
  text-indent: -1.7em;
  padding-left: 1.7em;
  margin: 20px 0 5px 2em;
}

.space01 {
  display: block;
  height: 0.5em;
}

.detail_list02 {
  margin-left: 2.2em;
}

.detail_list02 li {
  font-size: 16px;
  padding-left: 0.8em;
  margin-left: 2em;
  position: relative;
}

.detail_list02 li:nth-of-type(n + 2) {
  margin-top: 5px;
}

.detail_list02 li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #040000;
  position: absolute;
  top: 9px;
  left: 0;
}

.circle {
  display: inline-block;
  margin-right: 10px;
}

.cookie_space {
  padding-left: 1em;
  margin-top: 1em;
}

.attention li::before {
  content: "※";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.privacy_list li .detail_list li.no_circle {
  margin: 1em 0;
}

.privacy_list li .detail_list li.no_circle::before {
  content: none;
}

.privacy_list.use .p_txt {
  margin-left: 1.5em;
}

.attention {
  margin-top: 10px;
}

.attention li {
  font-size: 14px;
}

/* 個人情報開示の手続き */
.pri_ttl .circle02 {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #000;
  margin-right: 15px;
}

.pri_ttl small {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.inner-item-ttl small {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-top: 8px;
}

.privacy_list li .detail_list.under-arrow li.u-arrow:nth-of-type(n + 2) {
  margin-top: 40px;
  position: relative;
}

.privacy_list li .detail_list.under-arrow li.u-arrow:nth-of-type(n + 2)::after {
  content: "";
  display: block;
  width: 10px;
  height: 19px;
  background-image: url(../img/under_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 7%;
}

.privacy_list li .detail_list03 {
  margin-top: 20px;
}

.privacy_list li .detail_list03 li {
  padding: 0;
}

.privacy_list li .detail_list03 li:nth-of-type(n + 2) {
  margin-top: 0;
}

.privacy_list li .detail_list03 li .circle02 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 5px;
}

.privacy_list li .detail_list03 li .space {
  display: inline-block;
  padding-left: 21px;
}

.privacy_list li .detail_list03 li::before {
  content: none;
}

.disclosure-indent {
  padding-left: 1.6em;
  text-indent: -1.6em;
  line-height: 1;
}

.privacy_list li .detail_list li.nomark {
  padding-left: 0.5em;
}

.privacy_list li .detail_list li.nomark.space02 {
  margin-top: 20px;
}

.privacy_list li .detail_list li.nomark.space02:nth-of-type(n + 2) {
  margin-top: 20px;
}

.privacy_list li .detail_list li.nomark::before {
  content: none;
}

.privacy_list li .small_list {
  font-size: 14px;
  padding-left: 2.2em;
  margin-top: 10px;
}

.disclosure_inner .inner-item-ttl span::after {
  content: none;
}

.privacy_list li .small_list.indent p.ind {
  padding-left: 0.7em;
}

.sub_box.left_pos {
  margin-top: 20px;
}

.sub_box.left_pos p {
  text-align: left;
}

/* tab */
@media (max-width: 1180px) {
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {
  .white-inner {
    padding: 30px 20px;
  }

  .busi-item {
    margin: 40px auto 0;
  }

  .inner-item-ttl {
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .inner-item-ttl small {
    font-size: 12px;
    line-height: 1.2;
  }

  .inner-item-ttl span::after {
    right: -40px;
  }

  .privacy_box:nth-of-type(n + 2) {
    margin-top: 50px;
  }

  .p_txt {
    font-size: 14px;
    line-height: 1.5;
  }

  .pri_ttl {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.3;
    text-indent: -0.7em;
    padding-left: 1.2em;
    margin-bottom: 5px;
  }

  .privacy_list {
    margin-top: 15px;
  }

  .privacy_list li .p_txt {
    margin-left: 1.6em;
  }

  .detail_list {
    margin-left: 1.3em;
  }

  .detail_list li {
    font-size: 14px;
  }

  .sub_box {
    margin-top: 20px;
  }

  .sub_box p {
    font-size: 12px;
  }

  .privacy_list li:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .p_numtxt {
    font-size: 14px;
    margin: 20px 0 5px 0;
  }

  .detail_list02 li {
    font-size: 14px;
    padding-left: 0;
    margin-left: 0;
  }

  .detail_list02 li::before {
    left: -10px;
  }

  .cookie_space {
    margin-left: 0;
  }

  /* 個人情報開示手続き */
  .disclosure_inner .pri_ttl {
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
  .pri_ttl .circle02 {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }

  .pri_ttl small {
    font-size: 12px;
    /* padding-left: 1em; */
  }

  .privacy_list li .detail_list03 {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }

   .privacy_list li .detail_list03 li .space{
    margin-left: -3px;
  }

  .privacy_list li .detail_list03 li .circle02 {
    width: 12px;
    height: 12px;
  }

  .privacy_list li .detail_list.nospace_sp {
    margin-left: 0;
  }

  .privacy_list li .detail_list li.nomark.space02 {
    text-indent: -1.8em;
    padding-left: 1.8em;
  }
  .privacy_list li .small_list {
    padding-left: 1.2em;
    padding-left: 0;
  }

  .privacy_list li .small_list.indent p {
    text-indent: -0.7em;
    padding-left: 0.7em;
  }

  .privacy_list li .small_list p {
    text-indent: -1em;
    padding-left: 1em;
  }
  .privacy_list li .small_list.indent p.ind {
    padding-left: 1em;
    text-indent: -1em;
  }
}
