@charset "UTF-8";

.box_bg_unset {
  background: unset;
}
.box__mv_kenkolab {
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 0 0;
  position: relative;
  background-image: url(/health/column/resource/img/bg_kenkolab_mainimage_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.box__mv_kenkolab:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 35px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
@media screen and (min-width: 768px) {
  .box__mv_kenkolab {
    margin: 0 0 35px;
    padding: 47px 0;
    background: unset;
  }
}

@media screen and (min-width: 768px) {
  .box__mv_bg_kenkolab {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -100;
  }
  .box__mv_bg_kenkolab_left {
    max-width: 683px;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(/health/column/resource/img/bg_kenkolab_mainimage_left.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    overflow-x: hidden;
  }
  .box__mv_bg_kenkolab_right {
    max-width: 683px;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(/health/column/resource/img/bg_kenkolab_mainimage_right.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    overflow-x: hidden;
  }
}

.block__bg_cloud h1 img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .block__bg_cloud h1 {
    margin: 0;
    padding: 0 0 17px;
    position: relative;
  }
  .block__bg_cloud h1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85));
  }
  .block__bg_cloud p {
    margin: 0;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.85);
  }
}
@media screen and (min-width: 768px) {
  .block__bg_cloud {
    max-width: 835px;
    height: 333px;
    margin: 0 auto;
    padding: 93px 0 0;
    box-sizing: border-box;
    display: block;
    text-align: center;
    background-image: url(/health/column/resource/img/bg_cloud.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  html.on_large .block__bg_cloud {
    padding: 80px 0 0;
  }
  .block__bg_cloud h1 {
    margin: 0 0 18px;
  }
}

.list__category_kenkolab {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
.list__category_kenkolab li {
  width: 110px;
  margin: 0 4px 10px;
  border-radius: 30px;
}
.list__category_kenkolab li input {
  display: none;
}
.list__category_kenkolab li input + label {
  width: 100%;
  height: 65px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  border-radius: 30px;
  background: #ccc;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.list__category_kenkolab li input + label:hover {
  opacity: 0.8;
  cursor: pointer;
}
.list__category_kenkolab li.btn__category_all input + label {
  background: linear-gradient(195deg, rgb(130, 226, 193), rgb(29, 172, 144));
}
.list__category_kenkolab li.btn__category_meal input + label {
  background: linear-gradient(195deg, rgb(255, 195, 195), rgb(214, 108, 108));
}
.list__category_kenkolab li.btn__category_lifestyle input + label {
  background: linear-gradient(195deg, rgb(244, 244, 105), rgb(193, 193, 20));
}
.list__category_kenkolab li.btn__category_sports input + label {
  background: linear-gradient(195deg, rgb(171, 219, 253), rgb(82, 148, 196));
}
.list__category_kenkolab li.btn__category_stretch input + label {
  background: linear-gradient(195deg, rgb(219, 177, 242), rgb(158, 105, 186));
}

.list__category_kenkolab li input:checked + label {
  background: #FFF!important;
}
.list__category_kenkolab li.btn__category_all input:checked + label {
  pointer-events: none;
  color: #4EB5A2;
  border: solid 2px #4EB5A2;
}
.list__category_kenkolab li.btn__category_meal input:checked + label {
  pointer-events: none;
  color: #D66C6C;
  border: solid 2px #D66C6C;
}
.list__category_kenkolab li.btn__category_lifestyle input:checked + label {
  pointer-events: none;
  color: #C1C114;
  border: solid 2px #C1C114;
}
.list__category_kenkolab li.btn__category_sports input:checked + label {
  pointer-events: none;
  color: #5294C4;
  border: solid 2px #5294C4;
}
.list__category_kenkolab li.btn__category_stretch input:checked + label {
  pointer-events: none;
  color: #9E69BA;
  border: solid 2px #9E69BA;
}
.list__category_kenkolab li input + label svg {
  width: 34px;
  height: 30px;
  fill: #FFF;
}
.list__category_kenkolab li.btn__category_all input:checked + label svg {
  fill: #4EB5A2;
}
.list__category_kenkolab li.btn__category_meal input:checked + label svg {
  fill: #D66C6C;
}
.list__category_kenkolab li.btn__category_lifestyle input:checked + label svg {
  fill: #C1C114;
}
.list__category_kenkolab li.btn__category_sports input:checked + label svg {
  fill: #5294C4;
}
.list__category_kenkolab li.btn__category_stretch input:checked + label svg {
  fill: #9E69BA;
}
.list__category_kenkolab li input + label p {
  margin: 4px 0 0;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .list__category_kenkolab {
    padding: 0 20px;
    flex-wrap: nowrap;
  }
  .list__category_kenkolab li {
    max-width: 155px;
    width: calc(20% - 20px);
    margin: 0 10px 0;
  }
  .list__category_kenkolab li input + label {
    height: 100px;
  }
  .list__category_kenkolab li input + label svg {
    width: 50px;
    height: 44px;
  }
  .list__category_kenkolab li input + label p {
    margin: 10px 0 0;
    font-size: 1rem;
  }
}

.box__archive_kenkolab {
  margin: 0 0 50px 0;
  padding: 25px 0;
  background: #EFF7DE;
}
.list__archive_kenkolab {
  padding: 0!important;
}
.list__archive_kenkolab > li {
  max-width: 570px;
  width: 100%;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
  position: relative;
  list-style: none;
}
.list__archive_kenkolab > li a {
  height: 100%;
  padding: 15px 40px 15px 10px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  color: #333;
  background: #FFF;
  border: 1px solid #4EB5A2;
  border-radius: 10px;
  overflow: hidden;
}
.list__archive_kenkolab > li a:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #AAE8D3;
  background-image: url(/health/column/resource/img/icon_triangle_white.svg);
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 9px 15px;
}
.list__archive_kenkolab > li a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  right: 18px;
  background-color: #FFF;
  border-radius: 10px;
}
.list__archive_kenkolab > li img {
  width: 100px;
  height: fit-content;
  margin-right: 15px;
}
.list__archive_kenkolab > li p {
  margin: 2px 0 0 0;
  position: relative;
  font-size: 0.875rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .box__archive_kenkolab {
    padding: 50px 0;
  }
  .list__archive_kenkolab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
  }
  .list__archive_kenkolab > li {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .list__archive_kenkolab > li a {
    padding: 15px 40px 15px 15px;
  }
  .list__archive_kenkolab > li a:hover {
    opacity: 0.7;
  }
  .list__archive_kenkolab > li img {
    width: 125px;
    margin-right: 25px;
  }
  .list__archive_kenkolab > li p {
    margin: 12px 0 0 0;
    font-size: 1rem;
  }
}

.list__tag_kenkolab_category {
  margin: 0!important;
  padding: 0!important;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: flex-start;*/
  list-style: none;
}
.list__tag_kenkolab_category > li {
  width: fit-content;
  margin: 0 8px 8px 0;
  padding: 3px 5px 2px;
  font-weight: bold;
  font-size: 0.75rem;
  background: #999;
  color: #fff;
}
.list__tag_kenkolab_category > li.tag__meal {
  background: #D58383;
}
.list__tag_kenkolab_category > li.tag__lifestyle {
  background: #C7C732;
}
.list__tag_kenkolab_category > li.tag__sports {
  background: #64A0CC;
}
.list__tag_kenkolab_category > li.tag__stretch {
  background: #AF84C6;
}
.nav__pagenation_kenkolab {
  display: flex;
  justify-content: center;
}
.nav__pagenation_kenkolab button {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #4EB5A2;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  background: none;
}
.nav__pagenation_kenkolab button:hover {
  opacity: 1;
}
.nav__pagenation_kenkolab button.current {
  margin: 0 5px;
  font-weight: bold;
  color: #FFF;
  background-color: #4EB5A2;
}

.list__bnr_kenkolab {
  margin: 0 0 50px 0;
  padding: 0!important;
}
.list__bnr_kenkolab li {
  max-width: 410px;
  width: 100%;
  margin: 0 auto 15px;
  list-style: none;
}
.list__bnr_kenkolab li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .list__bnr_kenkolab {
    display: flex;
    justify-content: center;
  }
  .list__bnr_kenkolab li {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}

.link__btn_kenkolab a,
.link__btn_kenkolab a:visited {
  max-width: 100%;
  width: 345px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #FFF!important;
  background: linear-gradient(195deg, rgb(113, 217, 185), rgb(33, 174, 146));
  border-radius: 25px;
}
.link__btn_kenkolab a:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.link__btn_kenkolab.icon__speaker a:before {
  width: 32px;
  height: 22px;
  top: calc(50% - 11px);
  left: 20px;
  background-image: url(/health/column/resource/img/icon_speaker.svg);
}
.link__btn_kenkolab.icon__lab a:before {
  width: 21px;
  height: 26px;
  top: calc(50% - 13px);
  left: 23px;
  background-image: url(/health/column/resource/img/icon_lab.svg);
}
.link__btn_kenkolab a:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 12px;
  top: calc(50% - 6px);
  right: 22px;
  background-image: url(/health/column/resource/img/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.link__btn_kenkolab a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .link__btn_kenkolab a {
    width: 355px;
  }
}

@media screen and (min-width: 768px) {
  .logo__archive_kenkolab img {
    width: 282px;
    height: 46px;
  }
}

/* アーカイブページ */
.template__old .container {
  max-width: 100%!important;
}
.template__old .container main {
  margin-bottom: 50px;
}
.related_info_kanpolab {
  margin: 0 0 30px;
  padding: 20px 15px 5px;
  background: #EFF7DE;
}
.related_info_kanpolab .related_info_kanpolab_ttl {
  margin: 0 auto 20px;
  overflow: hidden;
}
.related_info_kanpolab .related_info_kanpolab_ttl h2 {
  width: fit-content;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  background: #EFF7DE;
}
.related_info_kanpolab .related_info_kanpolab_ttl h2:before {
  content: "";
  position: absolute;
  width: 50vw;
  height: 10px;
  top: calc(50% - 6px);
  left: -50vw;
  background-image: url(/health/column/resource/img/bg_line_orange.svg);
  background-repeat: repeat-x;
  background-position: right;
  background-size: contain;
}
.related_info_kanpolab .related_info_kanpolab_ttl h2:after {
  content: "";
  position: absolute;
  width: 50vw;
  height: 10px;
  top: calc(50% - 6px);
  right: -50vw;
  background-image: url(/health/column/resource/img/bg_line_orange.svg);
  background-repeat: repeat-x;
  background-position: left;
  background-size: contain;
}
.related_info_kanpolab .list__archive_kenkolab > li a,
.related_info_kanpolab .list__archive_kenkolab > li a:visited {
  color: #333!important;
}

@media screen and (min-width: 768px) {
  .template__old .container main {
    max-width: 1200px;
  }
  .related_info_kanpolab {
    margin: 0 -15px 50px;
    padding: 50px 15px 20px;
    background: #EFF7DE;
  }
  .related_info_kanpolab .related_info_kanpolab_ttl {
    max-width: 1200px;
  }
  .related_info_kanpolab .related_info_kanpolab_ttl h2 {
    padding: 0 30px;
  }
  .related_info_kanpolab .list__archive_kenkolab {
    max-width: 1230px;
    margin: 0 auto;
    justify-content: center;
  }
  .related_info_kanpolab .list__archive_kenkolab > li {
    width: 380px;
    margin: 0 15px 30px;
    padding: 0;
  }
  .related_info_kanpolab .list__archive_kenkolab > li a,
  .related_info_kanpolab .list__archive_kenkolab > li a:visited {
    padding: 20px 40px 20px 15px;
  }
  .related_info_kanpolab .list__archive_kenkolab > li a img {
    width: 110px;
    height: 110px;
  }
  .related_info_kanpolab .list__archive_kenkolab > li a p {
    margin: 7px 0 0 0;
  }
}



/* 新モジュール第2階層 */
.box__kenkolab_archive_ttl {
  background: linear-gradient(rgba(239,247,222,1),rgba(255,255,255,0));
  background-repeat: repeat-x;
}

.box__kenkolab_archive_ttl .logo__kenkolab_archive {
  width: 260px;
  margin-bottom: 15px;
}
.box__kenkolab_archive_ttl .logo__kenkolab_archive a:hover {
  opacity: 1;
}
.box__kenkolab_archive_ttl .logo__kenkolab_archive a img {
  width: 100%;
}
.box__kenkolab_archive_ttl h1 {
  margin: 0;
  font-size: 1.5rem;
}

.h2__kenkolab_green_leaf {
  padding: 9px 10px 8px 45px;
  font-size: 1.25rem;
  background-color: #F6FDE5;
  background-image: url(/health/column/resource/img/icon_green_leaf.svg);
  background-repeat: no-repeat;
  background-position: 8px bottom;
  background-size: 28px 32px;
  border-bottom: solid 3px #EABB63;
  border-radius: 10px 10px 0 0;
}
.txt__kenkolab_caption_flask {
  width: fit-content;
  margin: 0 auto 15px;
  padding-left: 31px;
  font-weight: bold;
  background-image: url(/health/column/resource/img/icon_flask.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 21px 21px;
}
.box__kenkolab_line_dotted {
  padding-top: 30px;
  background-image: url(/health/column/resource/img/bg_line_orange.svg);
  background-repeat: repeat-x;
  background-position: 2px top;
  background-size: auto 10px;
}

.cell__blue_set {
  font-weight: bold!important;
  color: #0066FF!important;
  background-color: #DEEBF6!important;
}
.cell__red_set {
  font-weight: bold!important;
  color: #FF0000!important;
  background-color: #FAE5D7!important;
}
.text__word_wrap_break {
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .box__kenkolab_archive_ttl .logo__kenkolab_archive {
    width: 440px;
    margin-bottom: 30px;
  }
  .box__kenkolab_archive_ttl h1 {
    font-size: 2.5rem;
  }
  .h2__kenkolab_green_leaf {
    padding: 12px 20px 4px 78px;
    font-size: 1.75rem;
    background-position: 15px bottom;
    background-size: 43px 49px;
  }
  .txt__kenkolab_caption_flask {
    margin: 0 auto 20px;
  }
  section.box__kenkolab_line_dotted {
    padding-top: 40px;
  }
}


.block__kenkolab_example {
  padding: 30px 15px 20px;
  position: relative;
  border: solid 2px #D5E6AB;
}
.block__kenkolab_example h3 {
  width: max-content;
  margin: 0;
  padding: 0 15px;
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: bold;
  background: #fff;
}

.h3__kenkolab_header_title {
  margin: 30px 0 20px;
  padding-bottom: 8px;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25em;
  border-bottom: 2px solid #EABB63;
}
.h3__kenkolab_header_title span.line__ttl_green {
  display: block;
  padding-left: 22px;
  position: relative;
}
.h3__kenkolab_header_title span.line__ttl_green::before {
  content: '';
  display: block;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #009D6E;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .block__kenkolab_example {
    padding: 30px 30px 20px;
  }
  .h3__kenkolab_header_title {
    margin: 40px 0 30px;
    font-size: 1.5rem;
  }
}

.list__kenkolab_arrow_green {
  padding-left: 10px;
  list-style: none
}
.list__kenkolab_arrow_green li {
  padding-left: 18px;
  position: relative
}
.list__kenkolab_arrow_green li::before {
  content: '';
  display: block;
  width: 8px;
  height: 11px;
  position: absolute;
  top: calc((1.7em - 10px) / 1.5 + 0.5px);
  left: 0;
  background: none;
  background-image: url(/health/column/resource/img/icon_arrow_green.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translate(0, -50%);
  transform-origin: initial;
}
.icon_kenkolab_arrow_green .link__arrow02::before {
  background-image: url(/health/column/resource/img/icon_arrow_green.svg);
}

.box__archive_kenkolab .list__archive_kenkolab > li:first-child:after {
  content: "NEW";
  width: 48px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "メイリオ", "MS PGothic", 'Noto Sans JP', sans-serif, Helvetica, Arial !important;
  font-size: 0.7500rem;
  font-weight: bold;
  color: #fff;
  background-color: #FF9974;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-radius: 10px 0 10px 0;
}

.h4__kenkolab_header_title {
  margin: 30px 0 20px;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25em;
}

.h4__kenkolab_header_title span.line__ttl_green {
  display: block;
  padding-left: 22px;
  position: relative;
}

.h4__kenkolab_header_title span.line__ttl_green::before {
  content: '';
  display: block;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #009D6E;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .h4__kenkolab_header_title {
  margin: 40px 0 30px;
  font-size: 1.25rem;
}
}

/* 旧記事移行用CSS /
/* 既存ページのclass、cssをそのまま流用 begin */
.bd_o{border: 3px solid #e8ac44;}
.bd_p{border: 3px solid #f47a7a!important;}
.bd_g{border: 3px solid #4badc5!important;}
div.gh_ttl{width: calc(100% - 90px);margin:15px 0;}
table.table_2102 tr:first-child th{background-color: #fffce9; width: 42%; text-align:left;background-image: url("/health/column/resource/img/archive/vol35/gh_icon01.gif");background-repeat: no-repeat;min-height: 100px;background-position: 90% center!important;}
table.table_2102 tr:nth-child(3n) th{background-color: #fffce9; width: 42%; text-align:left;background-image: url("/health/column/resource/img/archive/vol35/gh_icon03.gif");background-repeat: no-repeat;min-height: 100px;background-position: 90% center!important;}
table.table_2102 tr th{background-color: #fffce9; width: 42%; text-align:left;padding: 30px;background-image: url("/health/column/resource/img/archive/vol35/gh_icon02.gif");background-repeat: no-repeat;min-height: 100px;background-position: 90% center!important;}
table.table_2102 td{padding: 30px;}
div.table_area{width: 90%; margin: 0 auto;position: relative;}
.section_01 .p_area {
  background-color: #FDF4F4;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  box-sizing: border-box;
}
.section_01 .p_area .p_area_point .point_txt ul {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.section_01 .p_area .p_area_point .point_txt ul li {
  line-height: 1.7;
}
.section_01 .p_area .p_area_point .point_txt ul li:before{
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/health/column/resource/img/archive/vol36/icon_number_01.png) 0 0 no-repeat;
  margin-right: 0.5em;
}
.section_01 .p_area .p_area_point .point_txt ul li:nth-child(2):before{
  background-image: url(/health/column/resource/img/archive/vol36/icon_number_02.png);
}
.section_02 .g_area {
  padding: 10px;
  margin: 40px auto  0;
  max-width: 1080px;
  position: relative;
  background-image: url(/health/column/resource/img/archive/vol36/img_section02_bg_01.png),
  url(/health/column/resource/img/archive/vol36/img_section02_bg_02.png),
  url(/health/column/resource/img/archive/vol36/img_section02_bg_03.png),
  url(/health/column/resource/img/archive/vol36/img_section02_bg_04.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
}
.section_02 .g_area .ismark {
  text-decoration: underline;
  text-decoration-color: #F2E9C3;
  text-decoration-thickness: 2px;
}
.section_02 .g_area .g_area_inner {
  border: 1px solid #A9D6AB;
  padding: 66px 111px;
}
.section_02 .reason-item h3 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
}
.section_03 .point_area {
  background-color: #FDFAEF;
  padding: 48px 60px;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.section_03 .ismark {
  text-decoration: underline;
  text-decoration-color: #FAE542;
  text-decoration-thickness: 2px;
}
.matome {
  display: block;
  margin: 100px auto 50px;
  background-color: #fffeee;
  border-radius: 15px;
  width: calc(80% - 60px);
  min-width: 300px;
  max-width: 714px;
  padding: 30px 30px 20px;
  font-size: 100%;
  position: relative;
}
.matome .matome-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/* 2column */
.c_f::after {
  content: "";
  display: block;
  clear: both;
}
.float_full{width: 100%; margin: 0 auto;}
.float_2010{width: 90%; margin: 0 auto;}
.r_2010{float:right; width: 45%;}
.l_2010{float:left; width: 50%;}
/*-- 2column-- */
.pb40{padding-bottom: 40px;}
.cont_2010{padding: 30px 20px; background-color: #fffde2;}
.mb20_2010{margin:0 0 20px!important;}
.mb15_2010{margin-bottom: 15px!important;}

p.f_120{font-size: 110%; font-weight: bold;}
.mb10{margin-bottom: 10px;}
.pb30{padding-bottom: 30px;}

.r_2102{float:right; width: 50%;}
.l_2102{float:left; width: 45%;}
.float_90{width: 90%; margin: 0 auto;}
.r_2102_45{float:right; width: 45%; position: relative;}
.yume_slp{position: absolute; right: -8%;top:-5%;}
p.table_ttl{font-size:120%;}

.ptb{padding: 30px 0 30px;}
.pt{padding-top: 15px;}
.pt30{padding-top: 30px;}
.pb{padding-bottom: 20px;}
.mt65{margin-top: 65px;}
.mt30{margin-top: 30px;}

@media screen and (max-width: 767px) { /* 767px以下用（タブレット／スマートフォン用）の記述 */
.r_2010{float:none; width: 100%;}
.l_2010{float:none; width: 90%;}
.pt15{padding-top: 15px;}
.mb10{margin-bottom: 10px;}
}
@media screen and (max-width: 768px)  { /* 767px以下用（タブレット／スマートフォン用）の記述 */
div.gh_ttl{margin:22px 0;}
.r_2102{float:none; width: 100%;}
.l_2102{float:none; width: 100%;}
.r_2102_45{float:none; width: 100%;}
.yume_slp{position: absolute; right: -7%;top:-5%;}
div.gh_ttl{margin:22px 0;}
}
@media screen and (max-width: 991px)  { /* 767px以下用（タブレット／スマートフォン用）の記述 */
  div.table_area{width: 100%;}
  table.table_2102 tr{display: block; width: 100%}
  table.table_2102 tr th{background-color: #fffce9; display: block; text-align: center;width: 100%;padding: 15px;}
  table.table_2102 tr th,table.table_2102 tr:first-child th,table.table_2102 tr:nth-child(3n) th{background-color: #fffce9; display: block; text-align: center;width: 100%;padding: 15px;}
  table.table_2102 td{display: block;width: 100%; padding: 20px 15px;}
  table.table_2102 td.sec_td{display: block;text-align: center;width: 100%;padding: 15px;}
  div.gh_ttl{margin:22px 0;}
  .yume_slp{position: absolute; right: 5%;top:-5%;}
  .section_01 .p_area {
    padding: 24px 16px;
  }
  .section_02 .g_area {
    margin-top: 24px;
    padding: 4px;
    background-size: 140px 140px, 140px 140px, 140px 140px, 140px 140px;
  }
  .section_02 .g_area .g_area_inner {
    padding: 40px;
  }
  .section_02 .reason-item h3 {
    flex-direction: column;
    align-items: center;
  }
  .section_03 .point_area {
    padding: 50px 24px 56px;
  }
  .section_03 .point_area .point_area_list h3, .section_03 .point_area .point_area_list h3 .figure__img {
    height: 138px;
  }
  .section_03 .point_area .point_area_list h3 img.tab{
    height: 100%;
    margin: 0 auto;
  }
  .matome{
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1244px){
    .yume_slp{position: absolute; right: -10%;top:-5%;}
}

.skyk_sub_block {
	margin: 0 auto;
	background-color: #fffdeb;
	padding: 40px;
	margin-bottom: 50px;
}
.skyk_sub_subttl {
	margin: 0 auto;
	margin-bottom: 20px;
}

.skyk_sub_block_p{
	background-color: #fee8ee; border-radius: 10px;
}
.list_mame{
	padding-left: 0px; line-height:1.6rem; margin-bottom:0rem;
}
.cook_p{
	line-height: 1.8rem; max-width: 800px; margin: 0 auto;padding-top: 10px;
}
.txt_pb{
	font-weight: bold; color:#f47a7a;
}

/* チェック */

#wrapper #primary .chek-sheet {
	margin: 0 0 32px;
}
#wrapper #primary .chek-sheet li {
	display: inline-block;
	width: 100%;
	margin: 0 0 5px;
}
#wrapper #primary .chek-sheet li a {
	display: block;
	text-align: left;
	padding: 4px 50px;
	background-color: #fff;

	position: relative;
	top: 0;
	left: 0;
}
#wrapper #primary .chek-sheet li a span {
	font-size: 100%;
	font-weight: 500;

	-webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#wrapper #primary .chek-sheet li a:after {
	display: block;
	content: '';
	font-size: 20px;
	width: 1em;
	height: 1em;
	color: #fff;
	border: 2px solid #a6caea;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	line-height: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1em;
	margin: auto 0;
	font-family: 'icomoon';
	-webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}


#wrapper #primary .chek-sheet li a.checked span {
	color: #0061d5;
}
#wrapper #primary .chek-sheet li a.checked:before {
	display: block;
	content: url("/health/column/resource/img/chk.png");
	font-size: 18px;
	width: 1em;
	height: 1em;
	color: #0061d5;
	box-sizing: border-box;
	line-height: 1;
	position: absolute;
	top: -0.2em;
	bottom: 0;
	left: 1em;
	margin: auto 0;
	z-index: 2;
    -webkit-transform: scale(0.60);
    transform: scale(0.60);
-ms-interpolation-mode:bicubic;
}

#wrapper #primary .btn {
	display: block;
	margin: 0 auto 90px;
}
#wrapper #primary .btn a {
	text-align: center;
}



#wrapper #primary .result-box {
	margin: 0 0 90px;
	padding: 15px;

	display: none;
}
#wrapper #primary .result-box .btn {
	margin: 0 auto 0px;
}

#wrapper #primary .result-box dl {
	margin: 0 0 20px;
}



/*セルフチェック青字*/

div.result_cho{
border:2px solid #0061d5;
border-radius:10px;
padding:10px 20px 15px;
	margin: 0 auto;
}


div.cho_bk{
background-color:#d5ebff;
border-radius:10px;
padding:10px 20px;
text-align:center;
}


.result_out{width: 90%;margin: 0 auto;}
.result_in{
    display: flex;
    justify-content: space-between;
    margin: 5px auto 20px;
    overflow: hidden;
}

.result_icon{width: 82px;
margin-right: 20px;}

.result_line{
    border-top: 1px dotted #333;
    margin:10px 0 0;
    padding:10px 0 0;
    text-align:left;
}

@media screen and (min-width: 1230px)  {
div.result_cho{
width: 50%;
text-align:center;
	}
div.cho_bk{
width: 80%;
margin: auto;
height: 80%;
}
}


@media screen and (min-width: 992px) and (max-width:1229px)  {
div.result_cho{
width: 60%;
text-align:center;
}

div.cho_bk{
width:80%;
	margin:auto;
}
}

@media screen and (min-width:769px)  {
.sp{display: none;}
}

div.cho_bk{
width:80%;
	margin:auto;
}

@media screen and (max-width:991px)  {
div.result_cho{
width: 80%;
text-align:center;
}

div.cho_bk{
width:80%;
	margin:auto;
}
}

.em_b{color:#0061d5;}

.chek-sheet li a span{
	color:#333;
font-weight: 300;
}

.chek-sheet li a:hover{
	text-decoration:underline!important;
	text-decoration-color: #333;
}

.recheck-btn a img{max-width: 80%;
margin-top: 20px;}

/* 既存ページのclass、cssをそのまま流用 end */

/* 既存ページはソース内にstyleを使用して直書きされていたクラス名がなかったもの、新しく追加したもの begin */
.bg__light-yellow {background-color: #F7FDE5!important;}
.skyk_point, .skyk_tips {border: 3px solid #D5E6AB;}
.skyk_point .box__info_title > span, .skyk_tips .box__info_title > span {
  display: inline-block;
  padding: 10px 0 8px 100px;
  background-repeat: no-repeat;
  background-size: auto 36px;
  background-position: left center;
}
.skyk_point .box__info_title > span {background-image: url(/health/column/resource/img/icon_point.png);}
.skyk_tips .box__info_title > span {background-image: url(/health/column/resource/img/icon_tips.png);}
@media screen and (max-width: 767px) {
  .skyk_point, .skyk_tips {border: 2px solid #D5E6AB;}
}
div.table_area table{border-color:#cccccc;}
.box__center { margin: 0 auto;}
/* 既存ページはソース内にstyleを使用して直書きされていたクラス名がなかったもの、新しく追加したもの end */
/* 旧記事移行用CSS /