@charset "UTF-8";
/* =====
 * /contract/* レイアウト
============================================================================= */
/* -----
 * PageHeadTitle
----------------------------------------------------------------------------- */
#PageHeadTitle {
  background-image: url(../images/customer-harassment/head-visual.jpg?250627);
}

#PageHeadTitle h2 {
  width: 179px;
}
#PageHeadTitle h2 { width: auto; font-size: 3em; letter-spacing: 0.05em; /*font-family: "Lora", serif;*/font-family: "Zen Antique Soft", serif; font-weight: 500; }
@media screen and (max-width: 767px) {#PageHeadTitle h2 { font-size: 1.5em;} #PageHeadTitle .str { padding-top: 34px; }}

/* -----
 * chContents
----------------------------------------------------------------------------- */
#chContents {
  font-size: 16px;
  margin-top: 50px;
  line-height: 2;
}

#chContents h2 {
  font-size: 24px;
  text-align: center;
}

#chContents .update {
  font-size: 12px;
  margin: 0;
}

#chContents .update + .content {
  margin-top: 40px;
}

#chContents .content {
  margin-top: 80px;
}
#chContents .content:first-of-type { margin-top: 50px; }

#chContents .content:first-child {
  margin-top: 0;
}

#chContents .content > h3 {
  font-size: 18px;
}

#chContents .content h4 {
  font-size: inherit;
  margin-bottom: -0.5em;
}


#chContents .content h5 {
  font-size: inherit;
}

#chContents .content .list-style01 .num {
  padding-right: 0.5em;
}

#chContents .content .list-style01 li:not(:first-child) .num,
#chContents .content .list-style01 li:not(:first-child) .str {
  padding-top: 1em;
}


#chContents .content__body {
  /*padding: 0 50px;*/
  line-height: 2;
}

#chContents .content__body > h4,
#chContents .content__body > h5 {
  font-size: inherit;
  font-weight: normal;
}

#chContents .content__body > h4 + ul,
#chContents .content__body > h5 + ul {
  margin-top: -1em;
}

#chContents .content__body hr {
  border: none;
  margin-top: 3em;
}

#chContents .content__body table {
  width: 100%;
  border-collapse: collapse;
}

#chContents .content__body table:last-child {
  margin-bottom: 0;
}

#chContents .content__body table th, #chContents .content__body table td {
  border: 1px solid #9c9c9c;
  padding: 1em;
  vertical-align: middle;
}

#chContents .content__body table th.no-wrap, #chContents .content__body table td.no-wrap {
  white-space: nowrap;
}

#chContents .content__body table th {
  font-weight: normal;
  text-align: left;
  background-color: #ededed;
}

#chContents .content__body .notes {
  font-size: 12px;
}
#chContents .content__body td > ul { padding: 0; }
#chContents .content__body td > ul li {
  	text-indent: -1em;
    margin-left: 1em;
	display: block;
}

.mt1em {margin-top: 1em; }
.exLink { padding: 0; }
.exLink > li {
	list-style: none;
	position: relative;
	margin-top: 0.3em;
	padding-left: 20px;
	}
/*.exLink > li a { text-decoration: none; }*/
.exLink > li::before,
.exLink > li::after {
	content: "";
	display: block;
	position: absolute;
    /*top: 0;
    bottom: 0;
    margin: auto;*/
	}
.exLink > li::before {
	width: 15px;
	height: 15px;
	top: 7px;
	left: 0;
	z-index: 0;
	background: #303030;
	border-radius: 30px;
	}
.exLink > li::after {
	width: 4px;
	height: 4px;
	top: 12px;
	left: 4px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	transform: rotate(315deg);
	}
/*.other { padding: 1.5em 2em; border:5px solid #EFEFEF; }*/
.other {
	padding: 1.5em 2em;
	border: 1px solid #9c9c9c;
	background: #EDEDED;
	}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */

  /* -----
   * PageHeadTitle
  ----------------------------------------------------------------------------- */
  #PageHeadTitle {
    background-image: url(../images/customer-harassment/head-visual-sp.jpg);
  }

  #PageHeadTitle h2 {
    width: 175px;
  }

  /* -----
   * PrivacyContents
  ----------------------------------------------------------------------------- */
  #chContents {
    font-size: inherit;
    margin-top: 30px;
    line-height: 1.75;
  }

  #chContents h2 {
    font-size: 18px;
  }

  #chContents .update {
    font-size: 10px;
  }

  #chContents .update + .content {
    margin-top: 20px;
  }

  #chContents .content {
    margin-top: 40px;
  }
	#chContents .content:first-of-type { margin-top: 20px; }

  #chContents .content > h3 {
    font-size: 15px;
  }
  #chContents .content__body {
    padding: 0 0 0 15px;
    line-height: 1.75;
  }
  #chContents .content__body--has-table {
    padding-left: 0;
  }
  #chContents .content__body table th, #chContents .content__body table td {
    padding: 0.5em;
  }
 .exLink > li::before {
	top: 2px;
	}
.exLink > li::after {
	top: 7px;
	}

}