@charset "UTF-8";
/* =====================
  定期購入のご案内
 ======================= */
.periodic_anchor {
  padding: 37px 30px;
  background: #fffefb;
  margin-bottom: 58px;
  border: 1px solid #e4cfb0;
  border-radius: 6px;
}

.periodic_anchor_list {
  margin-top: 12px;
}

.periodic_anchor_list li {
  counter-increment: cnt;
}

.periodic_anchor_list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 10px;
  border-bottom: 1px solid #e2ccab;
  font-size: 22px;
}

.periodic_anchor_list li a em {
  font-size: 32px;
  margin: 0 5px;
}

.periodic_anchor_list li a:before {
  content: counter(cnt);
  width: 44px;
  height: 44px;
  color: white;
  font-family: "YuMincho", "游明朝", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/periodic/num_bg.gif) no-repeat center/contain;
  margin-right: 20px;
}

.periodic_anchor_list li a:after {
  content: "";
  width: 23px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(../images/periodic/arrow.png) no-repeat right center/contain;
}

.periodic_title {
  font-family: "YuMincho", "游明朝", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 25px;
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 769px) {
  .periodic_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.periodic_title:before, .periodic_title:after {
  content: "";
  width: 31px;
  height: 31px;
}

.periodic_title:before {
  background: url(../images/periodic/ttl_bg01.gif) no-repeat left center/contain;
}

.periodic_title:after {
  background: url(../images/periodic/ttl_bg02.gif) no-repeat right center/contain;
}

.section p {
  line-height: 2.0;
}

.section p + p {
  margin-top: 2em;
}

.section img {
  height: auto;
}

.periodic_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #D4D1CB;
  margin-top: 22px;
}

.periodic_table th, .periodic_table td {
  text-align: left;
  color: #e60012;
  font-size: 15px;
  word-break: break-all;
  vertical-align: middle;
  padding: 6px 15px 2px 25px;
  border-left: 1px solid #d4d1cb;
}

.periodic_table th {
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background-color: #91999c;
  padding: 4px;
}

.periodic_table th:first-child {
  text-align: left;
  padding: 4px 20px;
  border-left: none;
}

.periodic_table td:first-child {
  padding-left: 20px;
  width: 18%;
  color: #333333;
  font-size: 14px;
  border-left: none;
}

.periodic_table td:nth-child(3), .periodic_table td:nth-child(4), .periodic_table td:nth-child(5) {
  width: 22%;
  text-align: right;
}

.periodic_table thead tr:nth-child(2) th {
  background-color: #ee8600;
}

.periodic_table tbody tr:nth-child(2n+1) td {
  background-color: #FFFFFF;
}

.periodic_table tbody tr:nth-child(2n) td {
  background-color: #F9F8F6;
}

.txtList {
  margin: 30px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.txtList li:nth-child(n+2) {
  margin-left: 8px;
}

.contactList {
  margin: 25px 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 6px;
  background-color: #E1F1F9;
}

.contactList li {
  margin: 10px;
}

.contactList li a {
  display: block;
}

/* スマホ
  ------------------------ */
@media (max-width: 768px) {
  .periodic_anchor {
    padding: 0;
    background: none;
    border: 0;
    margin-bottom: 40px;
  }
  .periodic_anchor_list {
    margin-top: 10px;
  }
  .periodic_anchor_list li {
    margin-bottom: 10px;
  }
  .periodic_anchor_list li a {
    background: #fff;
    border: 1px solid #e2ccab;
    font-size: 16px;
    line-height: 1.3;
    display: block;
    padding: 10px 30px 10px 50px;
    border-radius: 4px;
  }
  .periodic_anchor_list li a em {
    font-size: 20px;
    margin: 0;
  }
  .periodic_anchor_list li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .periodic_anchor_list li a:after {
    width: 18px;
    height: 10px;
  }
  .periodic_title {
    font-size: 20px;
    text-align: center;
    display: block;
    position: relative;
    padding: 0 30px;
    margin-bottom: 10px;
  }
  .periodic_title:before, .periodic_title:after {
    position: absolute;
    bottom: 10px;
  }
  .periodic_title:before {
    left: 0;
    background: url(../images/periodic/sp/periodic-img01.png) no-repeat left center/contain;
  }
  .periodic_title:after {
    right: 0;
    background: url(../images/periodic/sp/periodic-img02.png) no-repeat right center/contain;
  }
  .section p {
    line-height: 1.7;
  }
  .periodic_table {
    table-layout: fixed;
  }
  .periodic_table th, .periodic_table td {
    padding: 5px !important;
    text-align: center !important;
    width: auto !important;
  }
  .txtList li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
  .contactList li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=periodic.css.map */