/**
 * ----------------------------------------------------------------------------
 * Main Visual
 * ----------------------------------------------------------------------------
 */
.mv {
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .mv {
    background: url(../img/quality-policy/mv-sp.jpg) center/cover no-repeat;
    height: 250px;
  }
}

@media (min-width: 769px) {
  .mv {
    background: url(../img/quality-policy/mv.jpg) center/cover no-repeat;
    height: 500px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Policy
 * ----------------------------------------------------------------------------
 */
@media (max-width: 768px) {
  .policy {
    margin: 40px auto 0;
    width: calc(100% - 40px);
  }
}

@media (min-width: 769px) {
  .policy {
    margin: 50px auto 0;
    width: 680px;
  }
}

.policy-text {
  width: 100%;
    font-size: 120%;		
}

@media (max-width: 768px) {
  .policy-text {
    line-height: 32px;
    margin: 30px 0 0;
  
  }
}

@media (min-width: 769px) {
  .policy-text {
    line-height: 35px;
    margin: 40px 0 0;
  }
}

@media (max-width: 768px) {
  .policy-img {
    margin: 30px 0 0;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .policy-img {
    margin: 60px 0 0;
    width: 100%;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Target
 * ----------------------------------------------------------------------------
 */
@media (max-width: 768px) {
  .target {
    margin: 70px auto 0;
    width: calc(100% - 40px);
  }
}

@media (min-width: 769px) {
  .target {
    margin: 90px auto 0;
    width: 680px;
  }
}

.target-table {
  border-bottom: 1px solid #babcbe;
  margin: 40px auto 50px;
  width: 100%;
}

.target-table caption {
  font-weight: 700;
  letter-spacing: .1em;
  padding: 0 0 20px;
}

.target-table tr + tr {
  border-top: 1px solid #babcbe;
}

.target-table th {
  background: #ecf1f4;
  font-weight: 500;
  line-height: 23px;
  padding: 14px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .target-table th {
    font-size: 14px;
    padding: 10px 0;
  }
}

.target-table th.thead {
  border-top: 1px solid #babcbe;
  border-left: 1px solid #babcbe;
  padding: 6px 0;
}

.target-table td {
  border-left: 1px solid #babcbe;
  line-height: 23px;
  padding: 14px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .target-table td {
    font-size: 14px;
    padding: 10px 0;
  }
}

.target-table td.blank {
  border: 0;
}

.target-table td a {
  text-decoration: underline;
}

.target-table td a, .target-table td a:link, .target-table td a:visited, .target-table td a:hover, .target-table td a:active, .target-table td a:focus {
  color: #2baae2;
}

/**
 * ----------------------------------------------------------------------------
 * Standard
 * ----------------------------------------------------------------------------
 */
@media (max-width: 768px) {
  .standard {
    margin: 70px auto 60px;
    width: calc(100% - 40px);
  }
}

@media (min-width: 769px) {
  .standard {
    margin: 90px auto 120px;
    width: 800px;
  }
}

.standard-list {
  background: #ecf1f4;
  border-radius: 10px;
  font-weight: 500;
  list-style-type: decimal;
  width: 100%;
    font-size: 120%;
	line-height:160%;
}

@media (max-width: 768px) {
  .standard-list {
    margin: 30px 0 0;
    padding: 30px 10px;
  }
}

@media (min-width: 769px) {
  .standard-list {
    margin: 40px 0 0;
    padding: 40px 20px;
  }
}

.standard-list li {
  font-weight: 300;
  margin: 0 0 0 25px;
}

@media (max-width: 768px) {
  .standard-list li {
    line-height: 1.4;
  }
  .standard-list li + li {
    margin-top: 16px;
  }
}

@media (min-width: 769px) {
  .standard-list li + li {
    margin-top: 16px;
  }
}

.standard-date {
  letter-spacing: .1em;
  text-align: right;
  width: 100%;
}

@media (max-width: 768px) {
  .standard-date {
    margin: 30px 0 0;
  }
}

@media (min-width: 769px) {
  .standard-date {
    margin: 50px 0 0;
  }
}

/*# sourceMappingURL=quality-policy.css.map */