@charset "UTF-8";
/* CSS Document */

/* ============================================================
    コンテンツのメインラッパー
============================================================ */
.grayBase {
  background: #f5f5f5;
}

#contentWrapper {
  margin: auto;
  padding: 40px 0;
  width: 1000px;
}

/* ============================================================
    コンテンツの右メイン
============================================================ */
#rightContentMain {
  float: left;
  margin-left: 35px;
  width: 745px;
}

#projectDetails,
#projectDetails02 {
  width: 745px;
}

.ttlDetails {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 32px;
  margin-bottom: 11px;
  position: relative;
}

.ttlDetails::before {
  border-radius: 4px;
  height: 20px;
  left: 5px;
  position: absolute;
  top: 6px;
  width: 20px;
}

.iconArrow24_02 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  position: absolute;
  right: 19px;
  top: 5px;
}

.iconArrow24_02::after {
  background: url('../img/icon_arrow_24.gif') no-repeat 0 0;
  content: '';
  height: 24px;
  position: absolute;
  right: -24px;
  top: 3px;
  width: 24px;
}

/* ============================================================
    privacypolicy
============================================================ */
.privacypolicy_contents {
  width: 745px;
}

.privacypolicy_contents p {
  line-height: 20px;
}

.detail {
  margin-bottom: 25px;
}

#projectDetails h3 {
  border-bottom: 1px solid #ededed;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.term {
  background: white;
  border-bottom: 2px solid #e7e7e7;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
  word-break: normal;
}

.term p {
  font-size: 14px;
  line-height: 2;
}

.main {
  font-size: 14px;
  list-style-type: none;
  margin-bottom: 10px;
  margin-top: 10px;
}

.main li {
  line-height: 2;
  padding-left: 3em;
  position: relative;
  word-break: break-all;
}

.main li span {
  left: 1em;
  position: absolute;
  top: 0;
}

.sub {
  font-size: 13px;
  list-style-type: none;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0;
}

.sub li {
  line-height: 20px;
  position: relative;
}

.support {
  padding: 20px 0;
}

.support a {
  display: block;
  line-height: 2;
  margin-bottom: 10px;
}

.date {
  font-size: 14px;
  margin-top: 100px;
  text-align: right;
}

.term_remarks {
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0;
  word-break: normal;
}

.li_padding5 {
  padding-left: 4em !important;
}

.content {
  padding: 3px 0 5px 20px;
}

.content_site {
  padding: 0 0 15px 20px;
}

.reason_explanation {
  padding-left: 1em;
}

.venders {
  margin: 20px 8px;
}

.venders tr td {
  border: solid 1px #000000;
  font-size: 7.5px;
  padding: 8px 4px;
}

.venders tr td.optout {
  word-break: keep-all;
}

.venders ul li {
  font-size: 5.25px;
}
