@charset "utf-8";

img {
  max-width: 100%;
  height: auto;
}

/* blog top */
#blogTop {
  padding: 6% 0 0;
}
#blogTop h2 {
  padding-bottom: 2%;
  color: #e9579b;
  font-weight: bold;
}
#blogTop.notFound h2 {
  text-align: left;
}
#blogTop .lead {
  margin-bottom: 4%;
  padding-bottom: 2%;
  text-align: left;
  border-bottom: 1px dotted #ddd;
}
#blogTop ul {
  font-size: 0;
}
#blogTop ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 1%;
  width: 23%;
  font-size: 1rem;
  line-height: 1.6;
}
#blogTop ul li img {
  display: block;
  margin: 0 auto 5px;
}

@media print, screen and (min-width: 769px) {
  #blogTop h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #blogTop h2 {
    font-size: 16px;
  }
  #blogTop ul li {
    padding: 15px 1% 0;
    width: 48%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  #blogTop h2 {
    padding-bottom: 0;
  }
}

.blogCatNav {
  margin-left: -10px;
  padding-top: 5%;
  overflow: hidden;
}
.blogCatNav li {
  float: left;
  padding-top: 10px;
  text-align: center;
}
.blogCatNav li a {
  display: block;
  padding: 5px 0;
  margin-left: 10px;
  border: 1px solid #d74f8e;
  color: #d74f8e;
  font-weight: bold;
  transition: color .15s linear, background .15s linear;
  border-radius: 2px;
}
.blogCatNav li a.cr {
  color: #fff;
  background: #d74f8e;
}

.blogIndexList .article {
  padding: 4% 0;
  text-align: left;
  border-bottom: 1px dotted #666;
  overflow: hidden;
}
.blogIndexList .image {
  width: 28%;
  float: left;
}
.blogIndexList .image img {
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.blogIndexList .info {
  width: 68%;
  float: right;
  line-height: 1.6;
}
.blogIndexList .title a {
  text-decoration: underline;
  font-weight: bold;
  color: #666;
}
.blogIndexList .moreLink {
  padding-top: 1em;
  text-align: right;
}
.blogIndexList .moreLink a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding-right: 20px;
}
.blogIndexList .moreLink a:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.blogContents .category .cat {
  display: inline-block;
  padding: .2em 0;
  margin: 0 5px 5px 0;
  width: 7em;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
.blogContents .category .blog_volunteer {background: #ff5c26;}
.blogContents .category .blog_event {background: #ff80c0;}
.blogContents .category .blog_column {background: #0567d3;}
.blogContents .category .blog_qanda {background: #28a200;}
.blogContents .category .blog_other {background: #00a3d9;}

.blogContents .category .topics_new-products{background: #d74f8f;}
.blogContents .category .topics_event{background: #ff80c0;}
.blogContents .category .topics_news{background: #94d64d;}
.blogContents .category .topics_other{background: #00a3d9;}

.blogContents .category .advice_makeup{background: #d74f8f;}
.blogContents .category .advice_skincare{background: #dbb8a0;}
.blogContents .category .advice_health{background: #4fd7ac;}
.blogContents .category .advice_hair{background: #947b63;}
.blogContents .category .advice_other{background: #00a3d9;}

.blogContents .category .healthcare_food{background: #4fd79f;}
.blogContents .category .healthcare_water{background: #4fb2d7;}
.blogContents .category .healthcare_tera{background: #e4b247;}
.blogContents .category .healthcare_saeko{background: #d74fa9;letter-spacing:-0.15em;}
.blogContents .category .healthcare_other{background: #a45a11;}

.blogContents .postDate {
  color: #d74e8d;
  font-weight: bold;
}


.pagination {
  padding: 6% 0 0;
  font-size: 0;
  overflow: hidden;
}
.pagination span,
.pagination a {
	display: inline-block;
  width: 2em;
  margin: 0 2px;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.pagination a {
  transition: color .15s linear, background .15s linear, border .15s linear;;
}
.pagination a.prev,
.pagination a.next {
  width: 4em;
  margin: 0 8px;
}
.pagination span.dot {
  border: none;
}
.pagination span.cr {
  color: #fff;
  background: #d74f8e;
  border-color: #d74f8e;
}
 

@media print, screen and (min-width: 769px) {
  .blogCatNav li {
    width: 16.66%;
    font-size: 18px;
  }
  .blogCatNav li a:hover {
    color: #fff;
    background: #d74f8e;
  }
  
  .blogIndexList .title a:hover {
    color: #d74f8e;
    text-decoration: none;
  }
  .blogIndexList .title,
  .blogContents .category .cat,
  .blogContents .postDate {
    font-size: 18px;
  }
  .blogContents .postDate {
    padding: .8em 0 0;
  }
  .blogIndexList .moreLink a {
    font-size: 23px;
    transition: all .15s linear;
  }
  .blogIndexList .moreLink a:after {
    transition: all .15s linear;
  }
  .blogIndexList .moreLink a:hover:after {
    border-color: #d74f8e;
  }
  .pagination span,
  .pagination a {
    font-size: 16px;
  }
  .pagination a:hover {
    color: #fff;
    background: #d74f8e;
    border-color: #d74f8e;
  }
}
@media only screen and (max-width: 768px) {
  .blogCatNav {
    padding-top: 2%;
  }
  .blogCatNav li {
    width: 33.33%;
    font-size: 16px;
  }
  .blogIndexList .title,
  .blogContents .category .cat,
  .blogContents .postDate {
    font-size: 14px;
  }
  .blogContents .category,
  .blogContents .postDate {
    display: inline-block;
    vertical-align: middle;
  }
  .blogContents .category {
    padding-right: .5em;
  }
  .blogContents .postDate {
    padding: .2em 0;
  }
  .blogIndexList .title {
    padding-top: .5em;
  }
  .blogIndexList .moreLink a {
    font-size: 18px;
  }
  
  .blogIndexList .moreLink a {
    padding: 3px 20px 3px 10px;
    color: #fff;
    background: #666;
    border-radius: 2px;
  }
  .blogIndexList .moreLink a:after {
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media only screen and (max-width: 480px) {
  .blogCatNav {
    margin-left: -5px;
  }
  .blogCatNav li {
    padding-top: 5px;
    font-size: 13px;    
  }
  .blogCatNav li a {
    margin-left: 5px;
    padding: 3px 0;
  }
  
  .blogIndexList .image {
    width: 33%;
  }
  .blogIndexList .info {
    width: 65%;
  }
  .blogIndexList .title,
  .blogContents .category .cat,
  .blogContents .postDate {
    font-size: 12px;
  }
  .blogIndexList .moreLink a {
    font-size: 14px;
  }
}

/* single */
.postHeadding,
.postContents {
  text-align: left;
  overflow: hidden;
}
.postHeadding {
  padding: 6% 0 4%;
}
.postHeadding .info {
  width: 56%;
  float: right;
}
.postHeadding .image {
  width: 40%;
  float: left;
  text-align: center;
  background: #f2f2f2;
}
.postHeadding .title {
  padding: .2em 0;
  color: #d74e8d;
  font-weight: bold;
}
.postHeadding .lead {
  padding-top: .5em;
  line-height: 1.6;
}
.postHeadding .image.noThumb {
  border: 1px solid #ddd;
  background: #fff;
}
.postContents {
  padding: 4% 0 0;
  border-top: 1px dotted #666;
}
@media print, screen and (min-width: 769px) {
  .postHeadding .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .postHeadding .info,
  .postHeadding .image {
    width: auto;
    float: none;
  }
  .postHeadding .info {
    padding-top: 0;
  }
  .postHeadding .title {
    font-size: 18px;
    padding-bottom: .5em;
  }
  .postHeadding .title + .lead {
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .postHeadding .info {
    padding-top: 10px;
  }
  .postHeadding .noThumb {
    display: none;
  }
  .postHeadding .title {
    font-size: 16px;
  }
  .postHeadding .lead {
    padding-top: .5em;
  }
}

/* single - topics */
.topicsHeadding {
  padding: 6% 0 4%;
  text-align: left;
}
.topicsHeadding .category,
.topicsHeadding .postDate {
  display: inline-block;
  padding: 0 .5em 0 0;
  vertical-align: middle;
}
.topicsHeadding .title {
  padding: .5em 0 .8em;
  color: #d74e8d;
  font-weight: bold;
}
.topicsHeadding .lead {
  line-height: 1.6;
}
.topicsHeadding .image {
  text-align: center;
}
.topicsHeadding .image + .lead {
  padding-top: 1em;
}
.topicsSec {
  padding-bottom: 4%;
  line-height: 1.6;
  overflow: hidden;
}
.topicsSec.imgSet .image {
  text-align: center;
  background: #f2f2f2;
}

@media print, screen and (min-width: 769px) {
  .topicsHeadding .title {
    font-size: 24px;
  }
  .topicsSec.imgSet .image {
    width: 32%;
  }
  .topicsSec.imgSet .text {
    width: 62%;
  }
  .topicsSec.imgR .text,
  .topicsSec.imgL .image {
    float: left;
  }
  .topicsSec.imgL .text,
  .topicsSec.imgR .image {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .topicsHeadding .title {
    font-size: 18px;
  }
  .topicsSec.imgSet .text {
    padding-top: 2%;
  }
}
@media only screen and (max-width: 480px) {
  .topicsHeadding .title {
    font-size: 16px;
  }
}

/* single - blog */
.blogSec {
  padding-bottom: 4%;
  line-height: 1.6;
  overflow: hidden;
}
.blogSec.imgSet .image {
  text-align: center;
  background: #f2f2f2;
}
.blogSubImgs {
  padding-bottom: 4%;
  margin-left: -30px;
  overflow: hidden;
  text-align: center;
}
.blogSubImgs li {
  display: inline-block;
  width: 33.33%;
}
.blogSubImgs li p {
  margin-left: 30px;
  text-align: center;
  background: #f2f2f2;
}

@media print, screen and (min-width: 769px) {
  .blogSec.imgSet .image {
    width: 32%;
  }
  .blogSec.imgSet .text {
    width: 62%;
  }
  .blogSec.imgR .text,
  .blogSec.imgL .image {
    float: left;
  }
  .blogSec.imgL .text,
  .blogSec.imgR .image {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .blogSec.imgSet .text {
    padding-top: 2%;
  }
  
  .blogSubImgs {
    margin-left: -20px;
  }
  .blogSubImgs li p {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 480px) {  
  .blogSubImgs {
    margin-left: -10px;
  }
  .blogSubImgs li {
    width: 50%;
    padding-top: 10px;
  }
  .blogSubImgs li p {
    margin-left: 10px;
  }
}

/* single - advice */
.adviceSec {
  padding-bottom: 4%;
  line-height: 1.6;
  overflow: hidden;
}
.adviceSec.imgSet .image {
  text-align: center;
  border: #bcbcbc;
  background: #f2f2f2;
}
.movieArea {
  padding: 0 0 4%;
  margin: 0 auto;
}
.movieArea .movie {
  position: relative;
  padding-bottom: 56.25%;
}
.movieArea .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .adviceSec.imgSet .image {
    width: 32%;
    float: left;
  }
  .adviceSec.imgSet .text {
    width: 62%;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .adviceSec.imgSet .text {
    padding-top: 2%;
  }
}
@media only screen and (max-width: 480px) {
}