@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #f5f3ed;
}
/* TOPリニューアルのため、固定headerを非表示 */
#header,
#header .header_inner {
  display: none;
}
#contents {
  display: flex;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #contents {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .top_mv {
    min-width: 1080px;
  }
}
.top_mv .top_mv_img img {
  margin: 0 auto;
}
.top_nav {
  display: flex;
  justify-content: center;
  background-color: #0e3e35;
}
@media screen and (min-width: 768px) {
  .top_nav {
    min-width: 1080px;
  }
}
.top_nav li {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .top_nav li {
    width: auto;
  }
}
.top_nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 16px;
  color: #fff !important;
  text-align: center;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .top_nav li a {
    min-width: 75px;
    height: 50px;
    font-size: 13px;
  }
}
.top_nav li a:hover {
  background-color: #013027;
}
.top_main_contents {
  width: 790px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .top_main_contents {
    width: 100%;
    padding: 40px 15px 0;
  }
  .top_main_contents + .aside_wrap {
    padding: 50px 15px 0;
    border-top: 1px solid #e9e5d9;
  }
}
section[class^="top_"] + section[class^="top_"] {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .aside_wrap + section[class^="top_"] {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  section[class^="top_"] + section[class^="top_"] {
    margin-top: 50px;
  }
}
.top_sec_heading {
  background: url(/magazine/common/img/top/line_pc.png) repeat-x 0 30px;
}
@media screen and (max-width: 767px) {
  .top_sec_heading {
    background: url(/magazine/common/img/top/line_sp.png) repeat-x 0 16px;
    background-size: 8px 6px;
  }
}
.top_sec_heading span {
  padding-right: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #0e3e35;
  letter-spacing: 0.1em;
  background-color: #f5f3ed;
}
@media screen and (max-width: 767px) {
  .top_sec_heading span {
    padding-right: 15px;
    font-size: 20px;
  }
}
.top_sec_heading_sub {
  padding: 5px 0 5px 10px;
  margin: 40px 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #bf974a;
  background-color: #ebe7dc;
}
@media screen and (max-width: 767px) {
  .top_sec_heading_sub {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
.top_sec_recommends {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_sec_recommends {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top_sec_recommends li:nth-child(1),
  .top_sec_recommends li:nth-child(2) {
    width: calc((100% - 30px) / 2);
  }
  .top_sec_recommends li:nth-child(n + 3) {
    width: calc((100% - 34px) / 3);
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_sec_recommends li:nth-child(1) {
    width: 100%;
  }
  .top_sec_recommends li:nth-child(n + 2) {
    width: calc((100% - 15px) / 2);
    margin-top: 20px;
  }
}
.top_sec_recommends div {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}
.top_sec_recommends img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
.top_sec_recommends a:hover img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
}
.top_sec_recommends span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: #bf974a;
}
@media screen and (max-width: 767px) {
  .top_sec_recommends span {
    width: 80px;
    font-size: 12px;
  }
}
.top_sec_recommends dt {
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #817667;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .top_sec_recommends dt {
    font-size: 13px;
  }
}
.top_sec_articles {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_sec_articles {
    padding-top: 20px;
  }
}
.top_sec_articles li {
  width: 380px;
}
.top_sec_articles li:nth-child(n + 3) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_sec_articles li {
    width: calc((100% - 15px) / 2);
  }
  .top_sec_articles li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
.top_sec_articles li div {
  overflow: hidden;
  border: 1px solid #ccc;
}
.top_sec_articles li img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
.top_sec_articles li a:hover img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
}
.top_sec_articles li dt {
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #817667;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .top_sec_articles li dt {
    font-size: 13px;
  }
}
.top_sec_articles li dd {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #817667;
}
.top_sec_articles.col_1 li {
  width: 100%;
}
.top_sec_articles.col_1 li a {
  display: flex;
  justify-content: space-between;
}
.top_sec_articles.col_1 li a img {
  width: 380px;
}
.top_sec_articles.col_1 li a dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 380px - 30px);
}
.top_sec_articles.col_1 li a dt {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .top_sec_articles.col_1 li a div {
    width: calc((100% - 15px) / 2);
  }
  .top_sec_articles.col_1 li a img {
    width: 100%;
  }
  .top_sec_articles.col_1 li a dl {
    display: flex;
    align-items: center;
    width: calc((100% - 15px) / 2);
  }
  .top_sec_articles.col_1 li dt {
    display: -webkit-box;
    margin-top: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .top_sec_articles.col_1 li dd {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #contents .purpose_list li {
    max-width: 218px;
    font-size: 12px;
  }
}
#contents .purpose_list li.diet > a:not(:hover),
#contents .purpose_list li.relax > a:not(:hover),
#contents .purpose_list li.exercise > a:not(:hover),
#contents .purpose_list li.beauty > a:not(:hover),
#contents .purpose_list li.care > a:not(:hover),
#contents .purpose_list li.meal > a:not(:hover) {
  background-color: #fff;
}
#contents .purpose_list li.healthcare > a {
  padding: 0;
}
#contents .purpose_list--top li.healthcare span {
  background: #00b08d url(/magazine/common/img/icon-healthcare.png) no-repeat
    left center;
  background-position: center;
  background-size: 50px;
}
#contents .purpose_list--top li.weight span {
  background: #00b08d url(/magazine/common/img/icon_weight.png) no-repeat left
    center;
  background-position: center;
  background-size: 50px;
}
#contents .purpose_list--top li.training span {
  background: #00b08d url(/magazine/common/img/icon-training.png) no-repeat left
    center;
  background-position: center;
  background-size: 50px;
}
#contents .purpose_list--top li.bodymake span {
  background: #00b08d url(/magazine/common/img/icon-bodymake.png) no-repeat left
    center;
  background-position: center;
  background-size: 50px;
}
#contents .purpose_list--top li.mental span {
  background: #00b08d url(/magazine/common/img/icon_mental.png) no-repeat left
    center;
  background-position: center;
  background-size: 50px;
}
#contents .purpose_list--top li span {
  height: 30px;
  padding: 0 18px;
}
#contents .purpose_list--top li p {
  display: flex;
  flex: 1;
  align-items: center;
  font-size: 15px;
  background-color: #fff;
  @media screen and (max-width: 767px) {
    font-size: 16px;
  }
}
.aside_column {
  padding: 70px 20px 40px;
  background-color: #ebe7dc;
}
@media screen and (max-width: 767px) {
  .aside_column {
    padding: 0;
    margin-top: 50px;
    background-color: transparent;
  }
}
.aside_column_heading {
  margin-bottom: 30px;
  background: url(/magazine/common/img/top/line_pc.png) repeat-x 0 16px;
}
@media screen and (max-width: 767px) {
  .aside_column_heading {
    background: url(/magazine/common/img/top/line_sp.png) repeat-x 0 16px;
    background-size: 8px 6px;
  }
}
.aside_column_heading span {
  padding-right: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0e3e35;
  letter-spacing: 0.1em;
  background-color: #ebe7dc;
}
@media screen and (max-width: 767px) {
  .aside_column_heading span {
    padding-right: 15px;
    font-size: 20px;
    background-color: #f5f3ed;
  }
}
.aside_column .img_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #bf974a;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .aside_column .img_ttl {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: #ebe7dc;
  }
}
.aside_column .img_ttl img {
  display: inline;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .aside_column .img_ttl img {
    width: 18px;
    vertical-align: baseline;
  }
}
#contents .aside_wrap .rank_list li {
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  counter-increment: number 1;
}
@media screen and (max-width: 767px) {
  #contents .aside_wrap .rank_list {
    display: flex;
    justify-content: space-between;
  }
  #contents .aside_wrap .rank_list li {
    float: none;
    width: calc((100% - 15px) / 2);
    padding: 0;
    margin: 20px 0 0;
  }
}
#contents .aside_wrap .rank_list li > a:before {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  content: counter(number) "";
  background-image: none !important;
  border-radius: 28px;
}
#contents .aside_wrap .rank_list #rank_01:before {
  background-color: #bf974a !important;
}
#contents .aside_wrap .rank_list #rank_02:before {
  background-color: #8d8d8d !important;
}
#contents .aside_wrap .rank_list #rank_03:before {
  background-color: #8f6851 !important;
}
#contents .aside_wrap .rank_list #rank_04:before,
#contents .aside_wrap .rank_list #rank_05:before {
  background-color: #0e3e35 !important;
}
#contents .aside_wrap .rank_list .rank_thum {
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
#contents .aside_wrap .rank_list .rank_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #817667;
}
@media screen and (max-width: 767px) {
  #contents .aside_wrap .rank_list .rank_ttl {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.aside_wrap hr {
  margin-bottom: 30px;
  border: 1px solid #f5f3ed;
}
#contents .aside_category {
  margin-bottom: 0;
}
#contents .aside_purpose_ttl {
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #00b08d;
  letter-spacing: 0.1em;
  background: none !important;
}
#contents .aside_purpose_ttl img {
  display: inline;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #contents .aside_purpose_ttl {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: #ebe7dc !important;
  }
  #contents .aside_purpose_ttl img {
    width: 12px;
    height: 12px;
    vertical-align: middle;
  }
}
#contents .aside_purpose_ttl > span:before {
  display: none;
}
@media screen and (max-width: 767px) {
  #contents .aside_category {
    margin-top: 40px;
  }
}
#contents .aside_category .purpose_list {
  padding: 0;
  margin-top: 15px;
  border: 0;
}
#contents .aside_category .purpose_list li > a {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 54px;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #00b08d;
  text-overflow: ellipsis;
  white-space: normal;
  background-color: #00b08d;
  background-size: 50px !important;
  border: 2px solid #00b08d;
}
#contents .aside_category .purpose_list--top li > a span {
  align-items: center;
  padding-bottom: 50px;
  padding-left: 30px;
  background-color: #00b08d;
}
#contents .aside_category .purpose_list li > a span {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #00b08d;
  text-overflow: ellipsis;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  #contents .aside_category .purpose_list li {
    max-width: 305px;
    margin: 5px auto 0;
  }
  #contents .aside_category .purpose_list li > a {
    font-size: 20px;
  }
}
#contents .aside_category .purpose_list li > a:hover {
  color: #fff;
  background-color: #00b08d;
}
.aside_campaign .img_ttl {
  margin-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0e3e35;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .aside_campaign .img_ttl {
    margin-top: 0;
    font-size: 20px;
  }
}
.aside_campaign .img_ttl img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .aside_campaign .img_ttl img {
    width: 50px;
    height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .aside_campaign ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}
.aside_campaign ul li {
  margin-top: 20px;
  border: 1px solid #ccc;
}
.aside_campaign ul li:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  .aside_campaign ul li {
    width: calc((100% - 5px) / 2);
    margin-top: 0;
  }
  .aside_campaign ul li:nth-child(n + 3) {
    margin-top: 5px;
  }
  .aside_campaign ul li:last-child {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

#contents .article_wrap {
  width: 790px;
}
@media screen and (max-width: 767px) {
  #contents .article_wrap {
    width: 100%;
  }
}
#contents .article_wrap .bnr_area {
  margin-bottom: 40px;
  line-height: 0;
}

#contents .article_wrap .article {
  position: relative;
  float: left;
  width: 380px;
  margin: 0 30px 50px 0;
}
#contents .article_wrap .article:nth-child(2n) {
  margin-right: 0;
}
#contents .article > a {
  display: block;
}

#contents .article > a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* content: ""; */
  display: block;
  border: 16px solid rgba(255, 102, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
}
#contents .article:hover > a:after {
  /* opacity: 1; */
}
#contents .article .article_thum {
  overflow: hidden;
  line-height: 0;
  border: 1px solid #ccc;
}
#contents .article .article_thum img {
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
@media screen and (min-width: 768px) {
  #contents .article .article_thum img {
    min-height: 212px;
  }
}
#contents .article:hover .article_thum img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
}
#contents .article .article_txt {
  /* min-height: 226px; */
}
#contents .article .article_title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #817667;
}
#contents .article .basic_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #817667;
}

#contents .model_area {
  position: relative;
  z-index: 50;
  margin-top: 20px;
  font-size: 0;
}
#contents .model_area .model_inner {
  display: inline-block;
  vertical-align: top;
}
#contents .model_area .model_inner h2 {
  line-height: 0;
}
#contents .model_area .model_inner + .model_inner {
  width: 275px;
  padding-left: 20px;
}

#contents .more_read {
  padding: 7px 0;
  margin-top: 40px;
  text-align: center;
  cursor: pointer;
  visibility: hidden;
  background: #e6e6e6;
  border: 2px solid #ccc;
}
#contents .more_read:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
  content: "";
  background: url(/magazine/common/img/icon_readmore.png) no-repeat;
}
#contents .more_read.loading {
  height: 60px;
  padding: 0;
  margin-top: 20px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: default;
  visibility: visible;
  background: url(/magazine/common/img/loading.gif) no-repeat center;
  background-size: 50px;
  border: none;
}
#contents .more_read.loading:before {
  content: none;
}
@media screen and (min-width: 768px) {
  #contents .purpose_list li {
    width: 280px;
  }
}
#contents .purpose_list li > a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  background-color: #fff;
}
#contents .purpose_list li > a:hover p {
  color: #fff;
  background-color: #00b08d;
}

@media screen and (max-width: 767px) {
  #contents .label_list li.gender {
    width: 58px;
    height: 58px;
  }
  #contents .label_list li.age {
    width: 58px;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
  }
  #contents .label_list li.gender.both {
    background-size: 70%;
  }
  #contents .article_wrap .bnr_area {
    margin-bottom: 20px;
  }

  #contents .article_wrap .article {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
  }
  #contents .article .article_txt {
    min-height: inherit;
  }
  #contents .article .article_title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  #contents .article > a:after {
    content: none;
  }
  #contents .article:hover .article_thum img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }

  #contents .more_read {
    position: relative;
    padding: 0;
    margin-top: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: #0e3e35;
    visibility: visible;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 50px;
  }
  #contents .more_read:before {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -9px;
    content: "";
    background-image: none;
    border-top: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #contents .more_read.loading {
    height: 30px;
    padding: 0;
    margin-top: 22px;
    background: url(/magazine/common/img/loading.gif) no-repeat center;
    background-size: 30px;
    border: none;
  }
  #contents .more_read.loading:before {
    content: none;
  }
  #contents .model_area .model_inner + .model_inner {
    width: 82%;
    width: -webkit-calc(100% - 58px);
    width: -moz-calc(100% - 58px);
    width: -ms-calc(100% - 58px);
    width: calc(100% - 58px);
    padding-left: 10px;
  }
  #contents .purpose_list li + li {
    margin-top: 5px;
  }
  #contents .purpose_list li > a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
  }
  #contents .purpose_list li.diet > a {
    background: url(/magazine/common/img/header_icon_01.png) no-repeat left
      center;
    background-size: 27px;
  }
  #contents .purpose_list li.relax > a {
    background: url(/magazine/common/img/header_icon_02.png) no-repeat left
      center;
    background-size: 27px;
  }
  #contents .purpose_list li.exercise > a {
    background: url(/magazine/common/img/header_icon_03.png) no-repeat left
      center;
    background-size: 27px;
  }
  #contents .purpose_list li.beauty > a {
    background: url(/magazine/common/img/header_icon_04.png) no-repeat left
      center;
    background-size: 27px;
  }
  #contents .purpose_list li.care > a {
    background: url(/magazine/common/img/header_icon_05.png) no-repeat left
      center;
    background-size: 27px;
  }
  #contents .purpose_list li.meal > a {
    background: url(/magazine/common/img/header_icon_06.png) no-repeat left
      center;
    background-size: 27px;
  }
}
