@charset "utf-8";

.content-asset {
  font-size: 16px;
  font-family: -apple-system, blinkMacSystemFont, "lato", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.content-asset img {
  width: auto;
  display: initial;
}

.content-asset sup {
  top: -0.5em;
}
.content-asset sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/*common*/

.description-content {
  width: 100%;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  clear: both;
  padding-top: 50px;
}

.v5-content {
  padding-bottom: 60px;
}

.v5-content .v5-pdf-container {
  text-align: center;
  margin: 0 auto 20px;
}

.v5-content .pc {
  display: inline-block;
}

.v5-content .sp {
  display: none;
}

.v5-ttl {
  font-size: 1.4rem;
  color: #032f94;
  border-bottom: 2px solid #bdcde5;
  padding-bottom: 0.3em;
  margin-bottom: 1.5em;
  font-weight: bold;
}

.v5-text {
  font-size: 1.1rem;
  line-height: 1.8 !important;
  font-weight: bold;
  margin-bottom: 50px !important;
}

.v5-cation {
  font-size: 0.8rem;
}

.v5-img-box {
  text-align: center;
}

.v5-text .yellow-line {
  color: #032f94;
  background: linear-gradient(transparent 70%, yellow 60%);
}

.v5-point {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 50px;
}

.v5-point:after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background: #aaa;
  position: absolute;
  bottom: 0;
  left: 0;
}

.v5-point:last-of-type::after {
  display: none;
}

.v5-point-text-ttl {
  color: #ff9522;
  font-size: 1.3rem;
  line-height: 1 !important;
  margin: 1em 0;
}

.v5-point-img {
  margin-left: 30px;
}

.v5-point-img img {
  width: 218px;
}

@media screen and (max-width: 768px) {
  .content-asset img {
    width: 100%;
  }

  .v5-content {
    padding-bottom: 30px;
  }

  .v5-content .pc {
    display: none;
  }

  .v5-content .sp {
    display: inline-block;
  }

  .v5-ttl {
    font-size: 1.1rem;
  }

  .v5-text {
    font-size: 0.9rem;
    margin-bottom: 30px !important;
  }

  .v5-cation {
    font-size: 0.5rem;
  }

  .v5-point {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .v5-point:after {
    width: 30vw;
    height: 1px;
  }

  .v5-point-text-ttl {
    font-size: 1rem;
    line-height: 1.4 !important;
  }

  .v5-point .v5-text {
    margin-bottom: 0 !important;
  }

  .v5-point-img {
    width: 55vw;
    margin: 0 auto 30px;
  }

  .v5-point-img img {
    width: 100%;
  }
}

/*common end*/

/*act-visiton 165162*/

.v5-act-content_1 .v5-feature-box {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-around;
}

.v5-act-content_1 .v5-ingredient-ttl {
  text-align: center;
  position: relative;
}

.v5-act-content_1 .v5-ingredient-ttl span {
  font-size: 24px;
  font-weight: bold;
  padding: 0 1em;
  background: #fff;
  position: relative;
  z-index: 1;
}

.v5-act-content_1 .v5-ingredient-ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  left: 0;
  bottom: 16px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .v5-act-content_1 .v5-ingredient-ttl span {
    font-size: 18px;
  }

  .v5-act-content_1 .v5-ingredient-ttl:after {
    bottom: 13px;
  }

  .v5-act-content_1 .v5-feature-box {
    flex-wrap: wrap;
  }

  .v5-act-content_1 .v5-ingredient_1 {
    margin-bottom: 20px;
  }

  .v5-act-content_1 .v5-ingredient_1,
  .v5-act-content_1 .v5-ingredient_2 {
    width: 100%;
    text-align: center;
  }

  .v5-act-content_1 img {
    width: 70vw;
  }
}

/*act-visiton 165162 end*/

/*act-visiton 166589*/

.v5-content_1 .v5-feature-box {
  display: flex;
}

.v5-content_1 .v5-feature-box img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .v5-content_1 .v5-feature-box {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
}

/*product-spec*/

h2.bsc {
  margin: 40px 0 20px 0;
  font-size: 1.5em;
  padding: 0 0 20px 0;
  color: #003b9b;
  border-bottom: 1px dotted #003b9b;
}

@media screen and (max-width: 768px) {
  h2.bsc {
    margin: 40px 0 20px 0;
    font-size: 1.2em;
    padding: 0 0 20px 0;
    color: #003b9b;
    border-bottom: 1px dotted #003b9b;
  }
}
h3.bsc {
  margin: 20px 0;
  padding: 8px;
  border-left: 1px solid #005aac;
  font-size: 0.9em;
  background: url(../../images/product-detail/back_ptn2.gif);
}

p.naked2 {
  font-size: 1.2em;
  line-height: 160%;
  margin: 15px 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  p.naked2 {
    font-size: 1em;
    line-height: 160%;
    margin: 15px 0;
    padding: 0;
  }
}

ul.styleDisc {
  margin: 15px 5px 15px 15px;
  padding: 0;
}

ul.styleDisc li {
  margin: 0 0 0 20px;
  list-style: outside disc;
  font-size: 0.8em;
  line-height: 140%;
}

.v5-vitaminE {
  text-align: center;
  color: #ffffff;
  background-image: linear-gradient(180deg, rgba(188, 49, 178, 1), rgba(85, 14, 103, 1));
  margin-bottom: 50px;
}

.v5-vitaminE dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 24px;
}

.v5-vitaminE dl dd {
  width: 100%;
  font-size: 16px;
  line-height: 1;
}

.v5-vitaminE dl dt {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .v5-vitaminE {
    margin-bottom: 30px;
  }

  .v5-vitaminE dl {
    padding: 20px 10px;
  }

  .v5-vitaminE dl dd {
    font-size: 14px;
  }

  .v5-vitaminE dl dt {
    font-size: 22px;
    margin-top: 10px;
  }
}

.v5_act-vison .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .v5_act-vison .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.v5_act-vison .img-content {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .v5_act-vison .img-content {
    text-align: center;
  }
}

.v5_act-vison .use {
  margin-top: 4em;
}

.v5_act-vison .use h3 {
  color: #2a1769;
  font-size: 24px;
  text-align: center;
  margin-bottom: 2px;
  font-weight: bold;
  line-height: normal;
}

.v5_act-vison .use h4 {
  color: #2a1769;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 1em;
}

.v5_act-vison .use .block {
  border-top: 4px #b2a7d6 solid;
  background-color: #eeebf6;
  padding: 0 24px 24px;
}

@media only screen and (min-width: 768px) {
  .v5_act-vison .use .block {
    padding-bottom: 3em;
  }
}

.v5_act-vison .use p.name {
  margin-top: 4px;
  font-size: 14px;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .v5_act-vison .use p.name {
    font-size: 13px;
  }
}

.v5_act-vison .use p.mt0 {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .v5_act-vison .use .pc_flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 84%;
  }
  .v5_act-vison .use .pc_flex > p {
    text-align: left;
    padding-left: 2em;
    font-size: 15px;
    line-height: 1.6;
  }
  .v5_act-vison .use .making {
    margin-top: 2em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .v5_act-vison .use .making > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .v5_act-vison .use .making > div:nth-child(1) img {
    max-width: 260px;
  }

  .v5_act-vison .use .making > div:nth-child(2) {
    width: 60%;
    padding-right: 2em;
  }
}
