@charset "UTF-8";
/* customer-harassment : privacyページのトンマナを複製 */
/* ---- base (from assets/css/p_privacy.css) ---- */
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_privacy
====================================================================== */
.p_customer-harassment img {
  max-width: 100%;
}
.p_customer-harassment .content_size {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .content_size {
    width: 100%;
    padding: 0 4.6875%;
  }
}
.p_customer-harassment .ttl {
  font-size: 38px;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  padding: 0 0 20px;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .ttl {
    padding: 0 0 10px;
    font-size: 28px;
    margin: 0 0 25px;
  }
}
.p_customer-harassment .ttl:before {
  content: '';
  width: 100px;
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.p_customer-harassment .ttl:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #DF1514;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p_customer-harassment .ttl2 {
  font-size: 32px;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  padding: 0 0 20px;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .ttl2 {
    font-size: 24px;
    padding: 0 0 10px;
  }
}
.p_customer-harassment .ttl2:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #DF1514;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p_customer-harassment .txt {
  font-size: 16px;
  line-height: 1.9;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .txt {
    font-size: 15px;
  }
}
.p_customer-harassment .txt.right {
  text-align: right;
}
.p_customer-harassment .txt span {
  font-weight: bold;
}
.p_customer-harassment .redtxt {
  font-size: 24px;
  line-height: 1.4;
  color: #B50908;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .redtxt {
    font-size: 20px;
  }
}
.p_customer-harassment .en {
  font-size: 40px;
  font-family: "Josefin Sans", sans-serif;
  writing-mode: vertical-rl;
  text-shadow: 1px 1px 0 #818181, -1px -1px 0 #818181, -1px 1px 0 #818181, 1px -1px 0 #818181, 0px 1px 0 #818181, -1px 0 #818181, -1px 0 0 #818181, 1px 0 0 #818181;
  color: #fff;
  position: relative;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .en {
    font-size: 20px;
  }
  .p_customer-harassment .en:before {
    content: '';
    width: 100%;
    height: 2.5%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p_customer-harassment .btn a {
  border: 1px solid #202020;
  border-radius: 3px;
  background: #fff;
  padding: 18px 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.6rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: relative;
  opacity: .99;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .btn a {
    width: 280px;
    padding: 18px 10px;
    font-size: 15px;
  }
}
.p_customer-harassment .btn a:before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  transition: .3s linear;
}
.p_customer-harassment .btn a:hover {
  color: #fff;
}
.p_customer-harassment .btn a:hover:before {
  left: 0;
  background: #202020;
}
.p_customer-harassment .btn a:hover .arrow {
  background: url(../img/common/btn-border-on.png) no-repeat;
  margin-left: 5px;
}
.p_customer-harassment .btn .arrow {
  background: url(../img/common/btn-border-off.png) no-repeat;
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  margin-left: 10px;
}
.p_customer-harassment .btn_entry a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#333232), color-stop(90%, #333232), color-stop(90%, #202020), to(#202020));
  background: -o-linear-gradient(left, #333232 0%, #333232 90%, #202020 90%, #202020 100%);
  background: linear-gradient(to right, #333232 0%, #333232 90%, #202020 90%, #202020 100%);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  width: 485px;
  height: 100px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  opacity: .99;
  overflow: hidden;
  border-radius: 3px;
}
.p_customer-harassment .btn_entry a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  width: 20px;
  height: 20px;
  background: url("../img/common/btn-bg-arrow.svg") no-repeat;
}
.p_customer-harassment .btn_entry a:before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  transition: .3s linear;
}
.p_customer-harassment .btn_entry a:hover:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#121212), color-stop(90%, #121212), color-stop(90%, #000), to(#000));
  background: -o-linear-gradient(left, #121212 0%, #121212 90%, #000 90%, #000 100%);
  background: linear-gradient(to right, #121212 0%, #121212 90%, #000 90%, #000 100%);
}
.p_customer-harassment .btn_entry-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_customer-harassment .btn_entry-text {
  line-height: 1.45;
}
.p_customer-harassment .btn_entry-img {
  margin-right: 5px;
}
.p_customer-harassment .btn_tsuiju {
  position: relative;
}
.p_customer-harassment .btn_tsuiju-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#333232), color-stop(90%, #333232), color-stop(90%, #202020), to(#202020));
  background: -o-linear-gradient(left, #333232 0%, #333232 90%, #202020 90%, #202020 100%);
  background: linear-gradient(to right, #333232 0%, #333232 90%, #202020 90%, #202020 100%);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  width: 485px;
  height: 100px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  opacity: .99;
  overflow: hidden;
  border-radius: 3px;
}
.p_customer-harassment .btn_tsuiju-center:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  width: 20px;
  height: 20px;
  background: url("../img/common/btn-bg-arrow.svg") no-repeat;
}
.p_customer-harassment .btn_tsuiju-center:before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  transition: .3s linear;
}
.p_customer-harassment .btn_tsuiju-center:hover:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#121212), color-stop(90%, #121212), color-stop(90%, #000), to(#000));
  background: -o-linear-gradient(left, #121212 0%, #121212 90%, #000 90%, #000 100%);
  background: linear-gradient(to right, #121212 0%, #121212 90%, #000 90%, #000 100%);
}
.p_customer-harassment .btn_tsuiju-text {
  line-height: 1.45;
}
.p_customer-harassment .btn_tsuiju-img {
  margin-right: 5px;
}
.p_customer-harassment .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_customer-harassment .full {
  width: 100%;
}
.p_customer-harassment .full > .inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .full > .inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .full > .inner > .txtwrap {
    width: 100%;
    padding: 0;
  }
}
.p_customer-harassment .full > .inner > .txtwrap > .txt {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .full > .inner > .txtwrap > .txt {
    margin: 15px 0 0;
  }
}
.p_customer-harassment .sec {
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .sec {
    margin: 60px 0 0;
  }
}
.p_customer-harassment .sec01 .txtwrap > ul {
  margin: 30px auto 0;
}
.p_customer-harassment .sec01 .txtwrap > ul > li {
  padding: 0 0 0 15px;
  position: relative;
}
.p_customer-harassment .sec01 .txtwrap > ul > li:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: '';
  width: 8px;
  height: 8px;
  background: #B50908;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .sec01 .txtwrap > ul > li:before {
    top: 11px;
    left: 5px;
  }
}
.p_customer-harassment .sec02 .txtwrap .number {
  margin: 30px 0 0 50px;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .sec02 .txtwrap .number {
    margin: 20px 0 0 20px;
  }
}
.p_customer-harassment .sec02 .txtwrap .number > li {
  padding: 0 0 0 27px;
  position: relative;
}
.p_customer-harassment .sec02 .txtwrap .number > li:not(:first-child) {
  margin: 5px 0 0;
}
.p_customer-harassment .sec02 .txtwrap .number > li > span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
}
.p_customer-harassment .sec02 .txtwrap .info {
  margin: 30px 0 0;
  padding: 15px;
  border: 3px solid #F2F2F2;
  border-radius: 10px;
}

/* 20230725追記 */
.p_customer-harassment .sec02 .txtwrap ul li {
  padding: 0 0 0 15px;
  position: relative;
}
.p_customer-harassment .sec02 .txtwrap ul li + li {
  margin: 15px 0 0;
}
.p_customer-harassment .sec02 .txtwrap ul li:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: '';
  width: 8px;
  height: 8px;
  background: #B50908;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .sec02 .txtwrap ul li:before {
    top: 11px;
    left: 5px;
  }
}

.p_customer-harassment .sec02 .txt_wrap_border {
  margin: 15px 0;
  border: 3px solid black;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .sec02 .txt_wrap_border {
  
  }
}
.p_customer-harassment .sec02 .box + .box {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .sec02 .txt_wrap_border {
    
  }
}

.p_customer-harassment .txt_parenth {
  padding: 0 0 0 20px;
}
.p_customer-harassment .txt_parenth_2 {
  padding: 0 0 0 5px;
}

.p_customer-harassment .sec02 .parenth_wrapper {
  display: flex;
}
.p_customer-harassment .sec02 .parenth_wrapper + .parenth_wrapper {
  margin: 5px 0 0;
}

.p_customer-harassment .date_wrapper {
  display: flex;
  
}
.p_customer-harassment .date_wrapper .txt_date {
  width: 95px;
}

.p_customer-harassment .txt_pt02 {
  margin: 10px 0 0;
}

.first_wrap {
  margin: 15px auto 0;
}

.white_space {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .white_space {
    white-space: normal;
  }
}

/*# sourceMappingURL=p_privacy.css.map */

/* ---- content boxes (from assets_2022/css/p_privacy.css) ---- */
@media screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .u_pc02 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u_pc02 {
    display: none;
  }
}

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

.p_customer-harassment .text-align-right {
  text-align: right;
}
.p_customer-harassment .box01 {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .box01 {
    margin: 25px 0 0;
  }
}
.p_customer-harassment .box01 p {
  margin: 0 0 15px 20px;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .box01 p {
    margin: 0 0 10px 20px;
  }
}
.p_customer-harassment .box01 p:last-child {
  margin: 0 0 0 20px;
}
.p_customer-harassment .box01 p {
  padding-left: 20px;
  text-indent: -20px;
}
.p_customer-harassment .mg01 {
  margin-top: 20px;
}
.p_customer-harassment .mg02 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .mg02 {
    margin-top: 50px;
  }
}
.p_customer-harassment .box02 {
  border: 3px solid #F2F2F2;
  border-radius: 10px;
  padding: 15px;
  margin: 20px 0 0;
}
.p_customer-harassment .box02 p {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .box02 p {
    margin: 0 0 20px;
  }
}
.p_customer-harassment .box02 p:last-child {
  margin: 0;
}
.p_customer-harassment .box03 {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .box03 {
    margin: 25px 0 0;
  }
}
.p_customer-harassment .box03 p {
  margin: 0 0 15px 20px;
}
@media screen and (max-width: 767px) {
  .p_customer-harassment .box03 p {
    margin: 0 0 10px 20px;
  }
}
.p_customer-harassment .box03 p:last-child {
  margin: 0 0 0 20px;
}
.p_customer-harassment .box03 p {
  padding-left: 20px;
  text-indent: -23px;
}

.i01 {
  padding-left: 20px;
  text-indent: -20px;
}

.box04.t01 {
  margin-top: 10px;
  padding-left: 33px;
}
@media screen and (max-width: 767px) {
  .box04.t01 {
    margin-top: 25px;
    padding-left: 0;
  }
}
.box04 .item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .box04 .item {
    display: inherit;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.box04 .item .left,
.box04 .item .right {
  border-bottom: 1px solid #CFCFCF;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .box04 .item .left,
  .box04 .item .right {
    border: none;
    padding: 0;
  }
}
.box04 .item .left {
  width: 265px;
  margin-right: 10px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .box04 .item .left {
    border: none;
    width: 100%;
  }
}
.box04 .item .right {
  width: calc(100% - 265px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .box04 .item .right {
    width: 100%;
  }
}
.box04 .item .right .txt {
  padding-left: 90px;
}
.box04 .item .right .txt.t01 {
  padding-left: 0;
}
.box04 .item:nth-child(1) .right {
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .box04 .item:nth-child(1) .right {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .box04 .u_bold.t01 {
    font-weight: normal;
  }
}

.i02 {
  padding-left: 20px;
  text-indent: -20px;
}

.i03 {
  padding-left: 20px;
  text-indent: -20px;
}

.i04 {
  padding-left: 20px;
  text-indent: -20px;
}

.i05 {
  padding-left: 20px;
  text-indent: -16px;
}

.cm {
  font-size: 14px;
  padding-left: 17px;
  text-indent: -14px;
  line-height: 20px;
}

.box05 {
  margin: 30px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .box05 {
    margin: 20px 0 0;
  }
}
.box05 .i02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .box05 .i02 {
    margin-bottom: 10px;
  }
}
.box05 .i02.t01 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .box05 .i02.t01 {
    margin-bottom: 10px;
  }
}
.box05 .i02.t02 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .box05 .i02.t02 {
    margin-bottom: 0;
  }
}
.box05 .box04 {
  margin: 0 0 40px 10px;
}
@media screen and (max-width: 767px) {
  .box05 .box04 {
    margin: 0 0 30px;
  }
}
.box05 .i03 {
  margin: 0 0 15px 15px;
}
.box05 .i03.t01 {
  margin: 0 0 15px 15px;
}
.box05 .i03.t02 {
  margin: 0 0 30px 15px;
}
.box05 .i03.t03 {
  margin: 0 0 0 15px;
}
.box05 .cm {
  margin: 0 0 15px 30px;
}
.box05 .i04 {
  margin: 0 0 0 30px;
}
.box05 .i04.t01 {
  margin: 0 0 15px 30px;
}
.box05 .i05 {
  margin: 0 0 0 46px;
}
.box05 .i06 {
  margin: 0 0 10px 65px;
}

.txt .a01 {
  color: #B50908;
  text-decoration: underline;
}
/*# sourceMappingURL=p_privacy.css.map */

/* 箇条書き（pタグ＋brで行間を詰める） */
.p_customer-harassment .list_txt {
  margin: 25px 0 0 20px;
  line-height: 1.7;
}
