@charset "UTF-8";

/* ----GODIVA POLIYCY---- */

.GODIVA_Policy .brand_title {
    background: #f5efe4;
    padding: 1rem 0;
    text-align: center;
    margin: 1rem auto;
}

.GODIVA_Policy .brand_title h1 {
    margin: 0;
    font-size: 1.2rem;
    color: #411e1b;
    font-weight: bold;
}

.GODIVA_Policy .brand_title p.date {
    font-size: 14px;
    color: #411e1b;
    font-weight: bold;
}

.GODIVA_Policy .policy h2 {
    font-size: 1.1rem;
    color: #411e1b;
    border-bottom: solid 1px #411e1b;
    padding-bottom: 10px;
    font-weight: bold;
}

.GODIVA_Policy .policy p{
  margin: 10px 0 20px;
  font-size: 14px;
}

.GODIVA_Policy .policy ul {
    padding: 0px 0 10px 20px;
}

.GODIVA_Policy .policy ul li {
    padding-left: 5px;
    margin: 1em 0;
    list-style-type: disc;
    font-size: 14px;
}

.GODIVA_Policy .policy ol {
    padding-left: 20px;
}

.GODIVA_Policy .policy ol li {
    padding-left: 5px;
    margin: 1em 0;
    list-style-type: decimal;
    font-size: 14px;
}

.GODIVA_Policy .policy {
    padding: 1% 0%;
}

.GODIVA_Policy .policy:last-child {
    padding: 1% 0% 5%;
}

.GODIVA_Policy .policy a{
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .GODIVA_Policy .brand_title h1 {
    margin: 0;
    font-size: 1.1rem;
    color: #411e1b;
    font-weight: bold;
}

  }

@media (max-width: 414px) {
  .GODIVA_Policy .brand_title h1 {
    margin: 0;
    font-size: 1rem;
    color: #411e1b;
    font-weight: bold;
}

  }



/* ----汎用パーツ---- */

.policy-wrapper {
  background: #f4efe4;
  padding: 85px 0 100px;
}

.policy-container {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .policy-wrapper {
    padding: 20px 0 40px;
  }
  .policy-container {
    margin: 0 6%;
  }
}

@media (max-width: 414px) {
  .policy-container {
    margin: 0 4%;
  }
}

/* ----汎用パーツ タイトル---- */

.policy-ttl-main {
  font-weight: bold;
  font-size: 45px;
  color: #d29f17;
  letter-spacing: .05em;
  text-align: center;
  margin: 0 auto 80px;
}

.policy-ttl-sub {
  font-size: 35px;
  padding-left: 15px;
  border-left: 6px #d29f17 solid;
  margin: 0 0 50px;
}

@media (max-width: 1199px) {
  .policy-ttl-main {
    font-size: 22px;
    margin: 0 auto 10px;
  }

  .policy-ttl-sub {
    font-weight: bold;
    font-size: 25px;
    border-left: 3px #d29f17 solid;
    margin: 0 0 32px;
    line-height: 1.2;
  }
}

/* ----汎用パーツ ボタン---- */

.policy-btn-white {
  border-radius: 8px;
  background: #fff;
  background: -moz-linear-gradient(top,  #fff 0%, #f0f0f0 100%);
  background: -webkit-linear-gradient(top,  #fff 0%,#f0f0f0 100%);
  background: linear-gradient(to bottom,  #fff 0%,#f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f0f0f0',GradientType=0 );
  box-shadow: 0 6px 6px rgba(0,0,0,.12);
  position: relative;
}
.policy-btn-gold {
  border-radius: 8px;
  background: #d29f17;
  box-shadow: 0 6px 6px rgba(0,0,0,.12);
  position: relative;
}

.policy-btn-white a,
.policy-btn-gold a {
  display: block;
  font-size: 25px;
  padding: 10px 24px;
}
.policy-btn-white a:hover,
.policy-btn-gold a:hover {
  text-decoration: none;
  opacity: .6;
}
.policy-btn-gold a {
  color: #fff;
}

.policy-btn-white a::after {
  content: '';
  width: 10px;
  height: 26px;
  background: url(/img/sys/arw_btn_bk.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 24px;
  bottom: 50%;
  transform: translateY(50%);
}
.policy-btn-gold a::after {
  content: '';
  width: 10px;
  height: 26px;
  background: url(/img/sys/arw_btn_wh.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 24px;
  bottom: 50%;
  transform: translateY(50%);
}

@media (max-width: 1199px) {
  .policy-btn-white a,
  .policy-btn-gold a {
    font-size: 16px;
    text-align: center;
    padding: 10px 26px;
  }

  .policy-btn-white a::after {
    width: 6px;
    height: 14px;
    right: 20px;
  }
  .policy-btn-gold a::after {
    width: 6px;
    height: 14px;
    right: 20px;
  }
}

/* ----汎用パーツ テキスト---- */

.policy-txt-caption {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .policy-txt-caption {
    font-size: 10px;
    margin-top: 5px;
  }
}

/* ----コンテンツ毎余白---- */

.policy-point,
.policy-info,
.policy-expire {
  margin-bottom: 90px;
}

@media (max-width: 1199px) {
  .policy-point,
  .policy-info,
  .policy-expire {
    margin-bottom: 70px;
  }
}


