.u-layer_head {
  text-align: center;
  margin: 34px 0;
}

@media screen and (max-width: 768px) {
  .u-layer_head {
    margin: 26px 0;
  }
}

.u-layer_head * {
  font-weight: bold;
  color: #333;
  font-size: 38px;
}

@media screen and (max-width: 768px) {
  .u-layer_head * {
    font-size: 25px;
  }
}

.u-layer_subhead {
  text-align: center;
  margin: 34px 0 16px 0;
}

@media screen and (max-width: 768px) {
  .u-layer_subhead {
    margin: 26px 0;
  }
}

.u-layer_subhead * {
  font-weight: bold;
  color: #333;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .u-layer_subhead * {
    font-size: 16px;
  }
}

.u-layer_kv {
  margin-bottom: 24px;
  text-align: center;
}

.u-layer_textcolumn {
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .u-layer_textcolumn {
    padding-right: 0;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .u-layer_imagecolumn {
    padding: 0 15px;
  }
}

.u-layer_normaltext {
  margin-bottom: 16px;
}

.u-layer_normaltext * {
  line-height: 1.5;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .u-layer_normaltext * {
    font-size: 20px;
  }
}

.u-layer_normaltext b.is-pink {
  color: #e4007f;
  font-weight: normal;
}

.u-layer_normaltext.last-child {
  margin-bottom: 60px;
}

.u-layer_normaltext.is-topmargin {
  margin-top: 24px;
}

.u-layer_captiontext {
  margin-top: 8px;
}

.u-layer_captiontext * {
  line-height: 1.7;
  font-size: 1em;
}

.u-layer_captiontext a {
  color: #333;
}

.u-layer_captiontext a[target="_blank"] {
  background: url("/content/dam/sites/th_lifree_com/images/common/icon_blank.png") right center no-repeat;
  background-size: contain;
  padding: 0 30px 0 0;
}

.u-layer_captiontext b.is-pink {
  font-weight: normal;
  color: #e4007f;
}

.u-layer_captiontext.is-pink * {
  font-weight: normal;
  color: #e4007f;
}

.u-layer_captiontext.is-center * {
  text-align: center;
}

.u-layer_captiontext_02 * {
  line-height: 1.7;
  font-size: 14px;
}

.u-layer_captiontext_02 a {
  color: #1e2766;
}

.u-layer_captiontext_02 a[target="_blank"] b.is-icon {
  text-indent: -99999px;
  color: transparent;
  background: url("/content/dam/sites/th_lifree_com/images/common/icon_blank.png") right center no-repeat;
  background-size: 30px 24px;
  padding: 0 0 0 20px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .u-layer_captiontext_02 a[target="_blank"] b.is-icon {
    background-size: 22px 18px;
    padding: 0 0 0 12px;
  }
}

.u-layer_normallist ul {
  padding-left: 24px;
  margin-bottom: 16px;
}

.u-layer_normallist li {
  line-height: 1.5;
  font-size: 18px;
  list-style: disc !important;
}

@media screen and (max-width: 768px) {
  .u-layer_normallist li {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .u-layer_content {
    padding: 0 15px;
    margin: auto;
  }
}

.u-layer_section {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .u-layer_section {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

.u-layer_imageblocklink_container {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .u-layer_imageblocklink_container {
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .u-layer_imageblocklink_container .uc-lyt-grid-col-flex {
    max-width: 48.7%;
  }
}

.u-layer_imageblock_container {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .u-layer_imageblock_container {
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .u-layer_imageblock_container > .uc-lyt-grid-col-flex {
    max-width: 48.7%;
  }
}

.u-layer_imageblocklink {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .u-layer_imageblocklink {
    margin-bottom: 14px;
  }
}

.u-layer_imageblocklink.is-multitext .uc-put-title * {
  text-align: left;
}

.u-layer_imageblocklink.is-multitext .uc-put-lead p {
  font-weight: normal;
  text-align: left;
}

.u-layer_imageblocklink.is-right {
  padding-left: 12px;
}

@media screen and (max-width: 768px) {
  .u-layer_imageblocklink.is-right {
    padding-right: 0;
    padding-left: 0;
  }
}

.u-layer_imageblocklink.is-center {
  padding: 0 6px;
}

@media screen and (max-width: 768px) {
  .u-layer_imageblocklink.is-center {
    padding: 0;
  }
}

.u-layer_imageblocklink.is-left {
  padding-right: 12px;
}

@media screen and (max-width: 768px) {
  .u-layer_imageblocklink.is-left {
    padding-right: 0;
  }
}

.u-layer_imageblocklink a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border: 2px solid #e4e4e4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.u-layer_imageblocklink a .uc-put-text {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .u-layer_imageblocklink a .uc-put-text {
    padding: 15px;
  }
}

.u-layer_imageblocklink a .uc-put-text * {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .u-layer_imageblocklink a .uc-put-text * {
    font-size: 16px;
  }
}

.u-layer_imageblocklink a img {
  width: 100%;
}

.u-layer_griditemcontainer {
  margin: 24px 0;
}

@media screen and (max-width: 768px) {
  .u-layer_griditemcontainer.is-reverce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.u-layer_griditem .uc-mod-media-01 {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .u-layer_griditem {
    margin-bottom: 16px;
  }
}

.u-layer_griditem.is-right {
  padding-left: 12px;
}

@media screen and (max-width: 768px) {
  .u-layer_griditem.is-right {
    padding-right: 0;
    padding-left: 0;
  }
}

.u-layer_griditem.is-center {
  padding: 0 12px;
}

@media screen and (max-width: 768px) {
  .u-layer_griditem.is-center {
    padding: 0 0 0 0;
  }
}

.u-layer_griditem.is-left {
  padding-right: 12px;
}

@media screen and (max-width: 768px) {
  .u-layer_griditem.is-left {
    padding-right: 0;
  }
}

.u-layer_gridtext {
  margin-bottom: 14px;
}

.u-layer_gridtext * {
  line-height: 1.7;
  font-size: 16px;
}

.u-layer_gridtext a {
  color: #333;
}

.u-layer_gridtext a[target="_blank"] {
  background: url("/content/dam/sites/th_lifree_com/images/common/icon_blank.png") right center no-repeat;
  background-size: contain;
  padding: 0 30px 0 0;
}

.u-layer_gridtext b.is-pink {
  color: #e4007f;
}

.u-layer_gridindenttext {
  margin-left: 24px;
  margin-top: -8px;
  margin-bottom: 12px;
}

.u-layer_gridindenttext p {
  font-size: 14px;
}

.u-layer_searchblock .CMP-CM05-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-layer_searchblock .CMP-CM05-block .CMP-CM46-search-contents-block {
  width: 49%;
  margin-bottom: 24px;
  border: 2px solid #e4e4e4;
}

@media screen and (max-width: 768px) {
  .u-layer_searchblock .CMP-CM05-block .CMP-CM46-search-contents-block {
    width: 100%;
  }
}

.u-layer_searchblock .CMP-CM05-block .CMP-CM46-search-contents-block .p-firstime_search_item {
  border: none;
}

.u-layer_searchblock .CMP-CM05-block .CMP-CM46-search-contents-block .p-firstime_search_item {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .u-layer_searchblock .CMP-CM05-block .CMP-CM46-search-contents-block .p-firstime_search_item {
    height: auto;
  }
}

.u-layer_numberlist li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.u-layer_numberlist li::before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #3398cc;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-layer_numberlist.blue li::before {
  background: #3398cc;
}

.u-layer_numberlist.navy li::before {
  background: #1e2766;
}

.u-layer_numberlist.green li::before {
  background: #00a44c;
}

.u-layer_numberlist li:nth-child(1)::before {
  content: "1";
}

.u-layer_numberlist li:nth-child(2)::before {
  content: "2";
}

.u-layer_numberlist li:nth-child(3)::before {
  content: "3";
}

.u-layer_numberlist li:nth-child(4)::before {
  content: "4";
}

.u-layer_numberlist li:nth-child(5)::before {
  content: "5";
}

.u-layer_numberlist li:nth-child(6)::before {
  content: "6";
}

.u-layer_numberlist li:nth-child(7)::before {
  content: "71";
}

.u-layer_numberlist.is-single li {
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}

.u-layer_numberlist.u-layer_headinglist li {
  padding-left: 45px;
}
.u-layer_numberlist.is-single.u-layer_headinglist li {
  font-size: 28px;
}
.u-layer_numberlist.u-layer_headinglist li::before {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .u-layer_numberlist.is-single li {
    line-height: 1.6;
    font-size: 14px;
  }
  .u-layer_numberlist.is-single.u-layer_headinglist li {
    font-size: 18px;
    padding-left: 40px;
  }
  .u-layer_numberlist.u-layer_headinglist li::before {
    width: 30px;
    height: 30px;
  }
}

.u-layer_numberlist.is-single li::before {
  background: #1e2766;
}

.u-layer_numberlist.is-single.is-num1 li:nth-child(1)::before {
  content: "1";
}

.u-layer_numberlist.is-single.is-num2 li:nth-child(1)::before {
  content: "2";
}

.u-layer_numberlist.is-single.is-num3 li:nth-child(1)::before {
  content: "3";
}

.u-layer_numberlist.is-single.is-num4 li:nth-child(1)::before {
  content: "4";
}

.u-layer_numberlist.is-single.is-num5 li:nth-child(1)::before {
  content: "5";
}

.u-layer_numberlist.is-single.is-num6 li:nth-child(1)::before {
  content: "6";
}

.u-layer_separate_numberlist {
  margin-top: 20px;
  background: #eef7fd;
}

.u-layer_separate_numberlist .uc-list.u-layer_numberlist {
  padding: 20px 15px;
}

.u-layer_separate_numberlist .uc-list.u-layer_numberlist li {
  font-weight: bold;
  margin-bottom: 0;
}

.u-layer_separate_numberlist .uc-list.u-layer_numberlist li::before {
  background: #1e2766;
}

.u-layer_separate_numberlist .uc-list.u-layer_numberlist.is-num1 li:nth-child(1)::before {
  content: "1";
}

.u-layer_separate_numberlist .uc-list.u-layer_numberlist.is-num2 li:nth-child(1)::before {
  content: "2";
}

.u-layer_separate_numberlist_txt {
  padding: 0 25px 20px 55px;
}

.u-layer_separate_numberlist .is-border {
  border-bottom: solid 2px #fff;
}

.u-layer_linktxtblock.l-container_pro_lineup {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .u-layer_linktxtblock.l-container_pro_lineup .c-lineuptop_link_heading {
    width: 100%;
  }
}

.u-layer_grayarea {
  background: #f1f1f1;
}

.u-layer_bluearea {
  background: #eef7fd;
}

.u-layer_profile {
  padding: 20px 4px;
  margin-bottom: 60px;
}

.u-layer_profile_label {
  display: inline-block;
  background: #1e2766;
  color: #fff;
  border-radius: 20px;
  margin: 0 15px 6px 15px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 4px 20px;
}

.u-layer_profile_title {
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 20px;
  padding-bottom: 14px;
}

.u-layer_profile_title h3 {
  font-size: 20px;
  color: #333;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .u-layer_profile_title h3 {
    font-size: 17px;
  }
}

.u-layer_profile_title h3 span {
  font-size: 16px;
  display: block;
  color: #333;
}

@media screen and (max-width: 768px) {
  .u-layer_profile_title h3 span {
    font-size: 13px;
  }
}

.u-layer_profile_title.is-pink h3 {
  color: #e4007f;
}

.u-layer_profile_people {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .u-layer_profile_people {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.u-layer_profile_people .uc-put-media {
  min-width: 120px;
}

@media screen and (max-width: 768px) {
  .u-layer_profile_people .uc-put-media {
    text-align: center;
    margin-bottom: 10px;
  }
}

.u-layer_profile_people .uc-put-text {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .u-layer_profile_people .uc-put-text {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .u-layer_profile_people .uc-put-text * {
    font-size: 14px;
  }
}

.u-layer_profile_separate {
  padding: 0 30px;
}

.u-layer_arrowlink {
  position: relative;
  text-align: left;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .u-layer_arrowlink {
    text-align: left;
    margin-bottom: 12px;
    padding: 0;
    margin-left: 15px;
  }
}

.u-layer_arrowlink a {
  font-size: 14px;
  color: #1e2766;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 36px;
}

@media screen and (max-width: 768px) {
  .u-layer_arrowlink a {
    font-size: 13px;
    margin-bottom: 17px;
    display: block;
    text-align: left;
  }
}

.u-layer_arrowlink a:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: '';
  width: 30px;
  height: 30px;
  background: #1e2766;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .u-layer_arrowlink a:before {
    width: 25px;
    height: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.u-layer_arrowlink a:after {
  position: absolute;
  top: 8px;
  left: 9px;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .u-layer_arrowlink a:after {
    width: 8px;
    height: 8px;
    top: 53%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    left: 9px;
  }
}

.u-layer_faq .faq-item {
  margin-bottom: 16px;
}

.u-layer_faq .faq-item b.is-blank a {
  color: #333;
  font-weight: normal;
  text-decoration: underline;
}

.u-layer_faq .faq-item b.is-blank a:hover {
  text-decoration: none;
}

.u-layer_faq .faq-item b.is-blank a[target="_blank"] {
  background: url("/content/dam/sites/th_lifree_com/images/common/icon_blank.png") right center no-repeat;
  background-size: contain;
  padding: 0 2em 0 0;
}

.u-layer_faq .faq-question {
  position: relative;
  border: solid 2px #e4e4e4;
  display: table;
  width: 100%;
}

.u-layer_faq .faq-question::before {
  content: 'Q';
  display: table-cell;
  background: #3398cc;
  color: #fff;
  padding: 22px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}

.u-layer_faq .faq-question::after {
  content: '';
  position: absolute;
  top: 35%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1e2766;
  border-right: 2px solid #1e2766;
  -webkit-transform: rotate(135deg) translateY(-50%);
      -ms-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
}

.u-layer_faq .faq-question.is-active::after {
  -webkit-transform: rotate(315deg) translateY(-50%);
      -ms-transform: rotate(315deg) translateY(-50%);
          transform: rotate(315deg) translateY(-50%);
  right: 12px;
  top: 50%;
}

.u-layer_faq .faq-question p {
  display: table-cell;
  padding: 22px;
}

@media screen and (max-width: 768px) {
  .u-layer_faq .faq-question p {
    padding: 22px 32px 22px 22px;
  }
}

.u-layer_faq .faq-answer {
  margin-top: 30px;
}

.p-firstime_content {
  margin: auto;
  max-width: 1184px;
  background: #fff;
  padding: 0px 40px 50px 40px;
}

@media screen and (max-width: 768px) {
  .p-firstime_content {
    padding: 0px 15px 50px 15px;
  }
}

.p-firstime_section .c-heading_product {
  max-width: 1104px;
  margin: 0 auto 40px;
}

.p-firstime_section .c-heading_product-experience {
  margin: 0 auto;
}

.p-firstime_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1104px;
  margin: 30px auto 60px;
  border: 2px solid #e4e4e4;
}

@media screen and (max-width: 768px) {
  .p-firstime_heading {
    display: block;
    margin-bottom: 0;
    border: none;
  }
}

.p-firstime_heading .uc-put-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .p-firstime_heading .uc-put-text {
    display: block;
    width: 100%;
    padding: 0 15px 20px;
  }
}

.p-firstime_heading .uc-put-text h1 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  .p-firstime_heading .uc-put-text h1 {
    font-size: 25px;
  }
}

.p-firstime_heading.is-andcaption .uc-put-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-firstime_heading.is-andcaption .uc-put-text * {
  text-align: left;
}

.p-firstime_tab {
  max-width: 1184px;
  margin: 0 auto 40px;
  padding: 0px 40px;
  font-size: 1.25em;
}

@media screen and (max-width: 768px) {
  .p-firstime_tab {
    padding: 0;
  }
}

.p-firstime_tablink {
  position: relative;
  font-weight: bold;
  line-height: 1;
}

.p-firstime_tablink a {
  display: block;
  padding: 15px 20px;
  background: #f1f1f1;
  line-height: 1;
  color: #1e2766;
}

.p-firstime_tablink a::after {
  content: '';
  position: absolute;
  top: 35%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1e2766;
  border-right: 2px solid #1e2766;
  -webkit-transform: rotate(135deg) translateY(-50%);
      -ms-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
}

.p-firstime_tablink.is-current {
  padding: 15px 20px;
  background: #3398cc;
  color: #fff;
}

.p-firstime_tablink.is-current::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  background: #3398cc;
  border-top: 2px solid #3398cc;
  border-right: 2px solid #3398cc;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .p-firstime_tablink.is-current::after {
    left: 47%;
  }
}

.p-firstime_intro {
  max-width: 1184px;
  margin: 0 auto;
  padding: 0px 40px 60px;
}

@media screen and (max-width: 768px) {
  .p-firstime_intro {
    padding: 0px 15px 30px;
  }
}

.p-firstime_introText {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}

.p-firstime_title-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}

.p-firstime_title-faq::before {
  content: 'Q';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5%;
  padding: 10px;
  background: #3398cc;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-firstime_title-faq::before {
    width: 10%;
  }
}

.p-firstime_title-faq h3 {
  width: 95%;
  padding: 10px;
  border: 2px solid #e4e4e4;
  border-left: none;
  font-size: 18px;
  color: #333;
  text-align: left;
  font-weight: bold;
}

.p-firstime_em {
  color: #e4007f;
}

.p-firstime_grid-1 {
  display: block;
}

.p-firstime_grid-1 .uc-lyt-grid-col-flex {
  max-width: 100%;
}

.p-firstime_grid-1 .uc-object {
  text-align: center;
}

.p-firstime_data-mb {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-firstime_data-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .p-firstime_data-noReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-firstime_link-arrow {
  line-height: 2;
  margin-top: 25px;
}

.p-firstime_link-arrow a {
  position: relative;
  padding: 0 0 0 40px;
  color: #1e2766;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  display: inline-block;
}

.p-firstime_link-arrow a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
}

.p-firstime_link-arrow a::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 10px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  display: block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.p-firstime_link-box {
  margin-top: 50px;
}

.p-firstime_link-box a {
  display: block;
  position: relative;
  padding: 20px;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  color: #1e2766;
  background: #f1f1f1;
}

.p-firstime_link-box a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1e2766;
  border-right: 2px solid #1e2766;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.p-firstime_search .uc-search-result-block > .cq-Editable-dom--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-firstime_search .uc-search-result-block > .cq-Editable-dom--container > .section {
  width: 49%;
}

.p-firstime_search .uc-search-result-block > .cq-Editable-dom--container > .section:nth-child(odd) {
  margin-right: 1%;
}

.p-firstime_search .uc-search-result-block > .cq-Editable-dom--container > .section:nth-child(even) {
  margin-left: 1%;
}

.p-firstime_search_item {
  padding: 30px;
  border: 2px solid #e4e4e4;
}

@media screen and (max-width: 768px) {
  .p-firstime_search_item {
    padding: 15px;
  }
}

.p-firstime_search_item p:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  height: 80px;
  padding-left: 85px;
  vertical-align: middle;
  margin-bottom: 15px;
}

.p-firstime_search_item-male p:first-child {
  background: url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/pic_user_01.png) -12px top no-repeat;
}

.p-firstime_search_item-female p:first-child {
  background: url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/pic_user_02.png) -12px top no-repeat;
  font-size: 18px;
}

.p-firstime_search_item-jless p:first-child {
  background: url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/pic_user_03.png) -12px top no-repeat;
}

.p-firstime_search_item-green p:first-child {
  background: url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/pic_user_04.png) -12px top no-repeat;
}

.c-searchArea .uc-search-cnd-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  background: #f1f1f1;
}

@media screen and (max-width: 768px) {
  .c-searchArea .uc-search-cnd-block {
    margin: 0 -15px;
  }
}

.c-searchArea .uc-search-cnd-caption {
  padding: 0 30px;
  font-weight: bold;
  line-height: 2;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .c-searchArea .uc-search-cnd-caption {
    padding-right: 10px;
  }
}

.c-searchArea .uc-search-cnd-select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  min-width: 140px;
  height: 30px;
  margin-right: 20px;
  background: #fff;
  border: 1px solid #ababab;
}

@media screen and (max-width: 768px) {
  .c-searchArea .uc-search-cnd-select {
    min-width: 110px;
    margin-right: 10px;
  }
}

.c-searchArea .uc-search-cnd-label {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .c-searchArea .uc-search-cnd-label {
    display: none;
  }
}

.c-searchArea .uc-search-result-msg {
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: 18px;
}

.p-advice_section {
  padding-bottom: 100px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .p-advice_section {
    padding-bottom: 24px;
    font-size: 16px;
  }
}

.p-advice_section.is-firstchild {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p-advice_section.is-firstchild {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-advice_section.is-firstchild .p-firstime_heading {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-advice_content {
    padding: 0 15px;
  }
}

.p-advice_title {
  margin: 40px 0 30px 0;
}

@media screen and (max-width: 768px) {
  .p-advice_title {
    padding: 0 15px;
    margin: 20px 0;
  }
}

.p-advice_title h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 38px;
  font-weight: bold;
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (max-width: 768px) {
  .p-advice_title h1 {
    font-size: 25px;
  }
}

.p-advice_title h1 span {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .p-advice_title h1 span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-advice_title h1 span img {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .p-advice_title h1 span {
    font-size: 14px;
  }
}

.p-advice_arrowlink {
  position: relative;
  text-align: left;
  margin: 20px 0;
}

.p-advice_arrowlink.is-anchor:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .p-advice_arrowlink {
    text-align: left;
    margin-bottom: 12px;
    padding: 0;
  }
}

.p-advice_arrowlink a {
  font-size: 20px;
  color: #1e2766;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 36px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-advice_arrowlink a {
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    text-align: left;
  }
}

.p-advice_arrowlink a:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 30px;
  height: 30px;
  background: #1e2766;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .p-advice_arrowlink a:before {
    width: 25px;
    height: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-advice_arrowlink a:after {
  position: absolute;
  top: 15px;
  left: 8px;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .p-advice_arrowlink a:after {
    width: 8px;
    height: 8px;
    top: 53%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    left: 8px;
  }
}

.p-advice_icontextcontainer > * {
  padding: 0 !important;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-advice_icontextcontainer > * {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }
}

.p-advice_icontext {
  width: 100%;
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
}

.p-advice_icontext.is-anchor a:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  top: 46%;
}

.p-advice_icontext a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-anchor: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 14px;
  position: relative;
}

.p-advice_icontext a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #1e2766;
  border-right: 2px solid #1e2766;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-advice_icontext a:after {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-advice_icontext a {
    padding: 14px;
  }
}

.p-advice_icontext a .uc-put-text {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .p-advice_icontext a .uc-put-text {
    font-size: 13px;
    padding-left: 10px;
    padding: 0 20px 0 10px;
  }
}

.p-advice_icontext a .uc-put-media img {
  max-width: 40px;
  max-height: 40px;
}

.p-advice_icontext.is-threeicon .uc-put-media img {
  max-width: 120px;
  max-height: 120px;
}

.p-advice_icontext.is-twoicon .uc-put-media img {
  max-width: 80px;
  max-height: 80px;
}

.p-advice_anchorlist {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-advice_anchorlist {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-advice_anchorlist.is-two ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-advice_anchorlist.is-two li {
  width: 50%;
}

.p-advice_anchorlist.is-two li:first-child {
  border-right: 2px solid #fff;
}

.p-advice_anchorlist.is-anchor a:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  top: 46%;
}

.p-advice_anchorlist ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-advice_anchorlist ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-advice_anchorlist li {
  width: 33.33%;
  background: #f1f1f1;
}

@media screen and (max-width: 768px) {
  .p-advice_anchorlist li {
    width: 100%;
    border-bottom: 2px solid #fff;
  }
}

.p-advice_anchorlist li:nth-child(-n + 2) {
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-advice_anchorlist li:nth-child(-n + 2) {
    border-right: none;
  }
}

.p-advice_anchorlist li:nth-child(-n+3) {
  border-bottom: 2px solid #fff;
}

.p-advice_anchorlist li:nth-child(4) {
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-advice_anchorlist li:nth-child(4) {
    border-right: none;
  }
}

.p-advice_anchorlist li:nth-child(5) {
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-advice_anchorlist li:nth-child(5) {
    border-right: none;
  }
}

.p-advice_anchorlist li a {
  font-size: 16px;
}

.p-advice_anchorlist a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-anchor: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 14px;
  position: relative;
}

.p-advice_anchorlist a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1e2766;
  border-right: 2px solid #1e2766;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-advice_anchorlist a:after {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-advice_anchorlist a {
    padding: 14px;
  }
}

.p-advice_anchorlist a .uc-put-text {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .p-advice_anchorlist a .uc-put-text {
    font-size: 13px;
    padding-left: 10px;
    padding: 0 20px 0 10px;
  }
}

.p-advice_iconhead {
  width: 100%;
  background: #1e2766;
  padding: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-advice_iconhead {
    margin: auto;
    width: calc(100% - 30px);
    padding: 15px;
  }
}

.p-advice_iconhead_title {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
}

.p-advice_iconhead_title.is-nonborder {
  border-bottom: none;
  padding-bottom: 0;
}

.p-advice_iconhead_title.is-threeicon img {
  max-width: 120px;
  max-height: 120px;
}

.p-advice_iconhead_title.is-twoicon img {
  max-width: 80px;
  max-height: 80px;
}

.p-advice_iconhead_title h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-advice_iconhead_title h2 {
    font-size: 24px;
  }
}

.p-advice_iconhead_title h2 span {
  padding-right: 20px;
}

.p-advice_iconhead_title h2 span img {
  max-width: 40px;
  max-height: 40px;
}

.p-advice_iconhead_text {
  width: 100%;
  padding-top: 8px;
}

.p-advice_iconhead_text p {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #fff;
}

.p-advice_contenttitle {
  margin-top: 40px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (max-width: 768px) {
  .p-advice_contenttitle {
    margin: auto;
    margin-bottom: 14px;
    margin-top: 30px;
  }
}

.p-advice_contenttitle h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-advice_contenttitle h3 {
    font-size: 21px;
  }
}

.p-advice_contenttitle.is-nonmargin {
  margin-top: 0;
}

.p-advice_contentsubtitle {
  margin-top: 40px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .p-advice_contentsubtitle {
    margin: auto;
    width: calc(100% - 30px);
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 30px;
  }
}

.p-advice_contentsubtitle h3 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-advice_contentsubtitle h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .p-advice_contentsubtitle.is-incontent {
    width: 100%;
  }
}

.p-advice_notice {
  margin-top: 70px;
  padding: 20px 30px;
  background: #f1f1f1;
}

@media screen and (max-width: 768px) {
  .p-advice_notice {
    padding: 15px;
    margin-top: 45px;
  }
}

.p-advice_notice_title {
  margin-bottom: 10px;
}

.p-advice_notice_title * {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

.p-advice_notice_title span {
  display: block;
  font-size: 14px;
}

.p-advice_notice_text {
  font-size: 14px;
}

.p-advice_notice.is-yellow {
  background: #fef2be;
}

.p-advice_graybacktext {
  background: #e5e5e5;
  padding: 4px 15px;
  border-bottom: 1px solid #fff;
}

.p-advice_graybacktext p {
  font-size: 1em;
  background: #e5e5e5;
  text-align: left;
}

.p-advice_circlebutton {
  text-align: center;
  margin: 15px 0 20px 0;
}

.p-advice_circlebutton a {
  font-size: 20px;
  margin: auto;
  background: #1e2766 url("/content/dam/sites/th_lifree_com/th/advice/deduction/ico_01.png") 97% center no-repeat;
  background-size: 28px 28px;
  padding: 15px 60px;
  border-radius: 30px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-advice_circlebutton a {
    padding: 15px 30px;
    font-size: 16px;
    background: #1e2766 url("/content/dam/sites/th_lifree_com/th/advice/deduction/ico_01.png") 97% center no-repeat;
    background-size: 20px 20px;
  }
}

.p-advice_circlebutton a .small {
  font-size: 12px;
  display: inline-block;
  vertical-align: baseline;
}

.p-advice_image_half img {
  width: 50%;
  margin: auto;
  display: block;
}

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

.p-advice_image_75 img {
  width: 75%;
  margin: auto;
  display: block;
}

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

.p-advice_imagehead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.p-advice_imagehead .uc-put-text p {
  font-size: 17px;
  font-weight: bold;
}

.p-advice_imagehead .uc-put-media {
  margin-right: 20px;
  max-width: 80px;
}

.p-advice_bluebackarea {
  padding: 30px;
  margin-top: 24px;
  background: #eef7fd;
}
.p-advice_bluebackarea .p-advice_imagehead .uc-put-text p {
  font-size: 22px;
}
.p-advice_bluebackarea .u-layer_normaltext p {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-advice_bluebackarea {
    padding: 15px;
  }
}

.p-advice_linkbox {
  margin-top: 50px;
  background: #f1f1f1;
  position: relative;
}

.p-advice_linkbox::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1e2766;
  border-right: 2px solid #1e2766;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.p-advice_linkbox_head a {
  display: block;
  position: relative;
  padding: 20px 20px 4px 20px;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  color: #1e2766;
}

.p-advice_linkbox_text {
  padding: 0 20px 20px 20px;
}

.p-advice_linkbox_text p {
  font-size: 14px;
}

.p-advice_linkbox_02 {
  margin-top: 50px;
}

.p-advice_linkbox_02_text_02 p {
  font-size: 14px;
}

.p-advice_linkbox_02_text_02 .p-advice_linkbox_02_head {
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  color: #1e2766 !important;
  padding: 0 0 4px 0;
}

.p-advice_linkbox_02 a {
  background: #f1f1f1;
  color: #333;
  position: relative;
  width: 100%;
  display: block;
  padding: 20px 20px 20px 20px;
  text-decoration: none;
}

.p-advice_linkbox_02 a:hover {
  text-decoration: underline;
}

.p-advice_linkbox_02 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1e2766;
  border-right: 2px solid #1e2766;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.p-advice_pdfdownload a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  text-decoration: none;
}

.p-advice_pdfdownload a .uc-put-text {
  font-size: 14px;
  font-weight: normal;
  padding-left: 20px;
}

.p-advice_dottedcontainer {
  border-top: 1px dotted #e7e7e7;
  position: relative;
  margin-top: 60px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-advice_dottedcontainer {
    margin-top: 30px;
    padding-top: 20px;
  }
}

.p-advice_dottedcontainer:after {
  content: '';
  background: url(/content/dam/sites/th_lifree_com/th/advice/usage/ico_plusbox.png) center center no-repeat;
  position: absolute;
  background-size: contain;
  width: 28px;
  height: 28px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-advice_dottedcontainer .u-layer_captiontext.is-note {
  margin-top: 40px;
}

.p-advice_contactarea {
  margin-top: 20px;
  padding: 30px;
  background: #f1f1f1;
}

@media screen and (max-width: 768px) {
  #p-advice .u-layer_imageblocklink {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-advice_content .c-detail_product_relation .uc-carousel-content .slick-slide .uc-caption b {
  font-size: 18px;
  color: #333;
}

.p-advice_content .c-detail_product_relation .uc-product-title b {
  font-size: 18px;
  color: #333;
}

.p-advice_content .c-detail_product_relation .slick-slider .slick-track,
.p-advice_content .c-detail_product_relation .slick-slider .slick-list {
  margin: 0 auto;
}

.p-advice_content .c-detail_product_relation .uc-mod-product-fluid-01 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-cm_index_intro h1 {
  font-weight: bold;
  color: #333;
  font-size: 38px;
  text-align: center;
  margin: 34px 0;
}

@media screen and (max-width: 768px) {
  .p-cm_index_intro h1 {
    font-size: 25px;
    margin: 26px 0;
  }
}

.p-cm_index_intro .CMP-CM10-text.section {
  text-align: center;
  margin: 0 0 60px 0;
}

@media screen and (max-width: 768px) {
  .p-cm_index_intro .CMP-CM10-text.section {
    margin: 0 0 60px 0;
    padding: 0 15px;
  }
}

.p-cm_index_text {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-cm_index_text {
    text-align: left;
    padding: 0 15px;
  }
}

.p-cm_arrowlink {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .p-cm_arrowlink {
    text-align: left;
    margin-bottom: 25px;
    padding: 0 15px;
  }
}

.p-cm_arrowlink a {
  font-size: 28px;
  color: #1e2766;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 36px;
}

@media screen and (max-width: 768px) {
  .p-cm_arrowlink a {
    font-size: 21px;
    margin-bottom: 17px;
    display: block;
    text-align: left;
  }
}

.p-cm_arrowlink a:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 30px;
  height: 30px;
  background: #1e2766;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .p-cm_arrowlink a:before {
    width: 25px;
    height: 25px;
    top: 4px;
  }
}

.p-cm_arrowlink a:after {
  position: absolute;
  top: 18px;
  left: 8px;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .p-cm_arrowlink a:after {
    width: 8px;
    height: 8px;
    top: 12px;
    left: 8px;
  }
}

.l-container_600.p-cm_video {
  margin: auto;
  width: 600px;
}

@media screen and (max-width: 768px) {
  .l-container_600.p-cm_video {
    width: 100%;
  }
}

.l-container_600.p-cm_video .uc-object.uc-fadeIn-target.uc-js-fadeIn.uc-fadeIn {
  width: 100%;
  height: 340px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .l-container_600.p-cm_video .uc-object.uc-fadeIn-target.uc-js-fadeIn.uc-fadeIn {
    height: auto;
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .l-container_600.p-cm_video .uc-object.uc-fadeIn-target.uc-js-fadeIn.uc-fadeIn .slick-track {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .l-container_600.p-cm_video .uc-object.uc-fadeIn-target.uc-js-fadeIn.uc-fadeIn iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.l-container_600.p-cm_video .uc-object.uc-fadeIn-target.uc-js-fadeIn.uc-fadeIn * {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_introText {
    padding: 0 15px;
  }
}

.p-dementia_index_linkblock .uc-lyt-row {
  width: 100%;
  margin: 0 auto;
  max-width: 1184px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_linkblock .uc-lyt-row {
    padding: 15px;
  }
}

.p-dementia_index_linkblock-know {
  margin-top: 60px;
  background: url(/content/dam/sites/th_lifree_com/th/dementia-prevention/common/bg_01.png) repeat top left;
}

.p-dementia_index_linkblockTitle {
  margin-bottom: 20px;
}

.p-dementia_index_linkblockTitle h2 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  text-align: left;
}

.p-dementia_index_linkblockTitle-know h2 {
  padding-left: 70px;
  background: url(/content/dam/sites/th_lifree_com/th/dementia-prevention/index/icon_book.png) no-repeat center left;
  background-size: 45px auto;
  line-height: 1.2;
}

.p-dementia_index_linkblockTitle-prevent h2 {
  background: url(/content/dam/sites/th_lifree_com/th/dementia-prevention/index/icon_light.png) no-repeat center left;
  background-size: 30px auto;
  padding-left: 45px;
  line-height: 1.5;
}

.p-dementia_index_linklist {
  padding: 20px 10px;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_linklist {
    padding: 10px 0 10px 10px;
  }
}

.p-dementia_index_linklist a {
  color: #333;
  text-decoration: none;
}

.p-dementia_index_linklist a:hover {
  text-decoration: underline;
}

.p-dementia_index_linklist .uc-lyt-box-advance {
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_linklist .uc-lyt-box-advance {
    padding: 0 10px 10px 0;
  }
}

.p-dementia_index_linklist .uc-mod-media-01 {
  margin-bottom: 20px !important;
}

.p-dementia_index_linklist .uc-caption {
  position: relative;
  padding: 15px 30px 15px 12px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_linklist .uc-caption {
    padding: 10px 30px 10px 8px;
    font-size: 14px;
  }
}

.p-dementia_index_linklist .uc-caption::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_linklist .uc-caption::before {
    width: 25px;
    height: 25px;
    top: 8px;
    right: 5px;
  }
}

.p-dementia_index_linklist .uc-caption::after {
  content: '';
  position: absolute;
  top: 23px;
  right: 22px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  display: block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_linklist .uc-caption::after {
    top: 16px;
    right: 15px;
  }
}

.p-dementia_index_linklist-know {
  background: #fff;
}

.p-dementia_index_linklist-know .uc-caption {
  min-height: 80px;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_linklist-know .uc-caption {
    min-height: 70px;
  }
}

.p-dementia_index_linklist-know .uc-caption::before {
  background: #ffa42d;
}

.p-dementia_index_linklist-prevent {
  background: #eef4f7;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_linklist-prevent .uc-caption {
    min-height: 108px;
  }
}

.p-dementia_index_linklist-prevent .uc-caption::before {
  background: #1188df;
}

.p-dementia_index_linkitem-know {
  background: #fde2a2;
}

.p-dementia_index_linkitem-prevent {
  background: #c5e9ff;
}

.p-dementia_index_bnr {
  background: url(/content/dam/sites/th_lifree_com/th/dementia-prevention/index/bg_01.png) repeat center center;
}

.p-dementia_index_bnr .uc-lyt-row {
  width: 100%;
  margin: 0 auto;
  max-width: 1184px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_bnr .uc-lyt-row {
    padding: 15px;
  }
}

.p-dementia_index_bnrItem a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #fff;
  padding: 20px;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_bnrItem a {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    padding: 0;
  }
}

.p-dementia_index_bnrItem a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_bnrItem .uc-put-media {
    width: 100%;
  }
}

.p-dementia_index_bnrItem .uc-put-title {
  margin-bottom: 20px;
}

.p-dementia_index_bnrItem .uc-put-title h2 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_bnrItem .uc-put-title h2 {
    font-size: 21px;
  }
}

.p-dementia_index_bnrItem .uc-put-title h2 span {
  font-size: 20px;
  margin-left: -5px;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_bnrItem .uc-put-title h2 span {
    font-size: 16px;
  }
}

.p-dementia_index_bnrItem .uc-put-object {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_bnrItem .uc-put-object {
    margin: 0 0 15px 0;
  }
}

.p-dementia_index_bnrItem .uc-put-object img {
  width: 532px;
  max-width: 532px;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_bnrItem .uc-put-object img {
    width: 100%;
    max-width: 100%;
  }
}

.p-dementia_index_bnrItem .uc-put-text {
  position: relative;
}

.p-dementia_index_bnrItem .uc-put-text::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  background: #ffa42d;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_bnrItem .uc-put-text::before {
    width: 25px;
    height: 25px;
    top: 4px;
    right: 8px;
  }
}

.p-dementia_index_bnrItem .uc-put-text::after {
  content: '';
  position: absolute;
  top: 11px;
  right: 12px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  display: block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-dementia_index_bnrItem .uc-put-text::after {
    top: 13px;
    right: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-dementia_index_bnrItem .uc-put-text {
    padding: 0 15px 15px;
  }
}

.p-dementia_dotsbg {
  margin-top: 60px;
  background: url(/content/dam/sites/th_lifree_com/th/dementia-prevention/common/bg_01.png) repeat top left;
}

.p-dementia_columnbg {
  padding: 50px 30px;
}

@media screen and (max-width: 768px) {
  .p-dementia_columnbg {
    margin-top: 30px;
    padding: 25px 15px;
  }
}

.p-dementia_itemhead {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-dementia_itemhead {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.p-dementia_itemhead * {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  color: #333;
}

@media screen and (max-width: 768px) {
  .p-dementia_itemhead * {
    font-size: 21px;
  }
}

.p-dementia_commontext * {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

@media screen and (max-width: 768px) {
  .p-dementia_commontext * {
    font-size: 14px;
  }
}

.p-dementia_commontext a {
  color: #333;
}

.p-dementia_griditem-container {
  padding: 45px 0;
  background: none;
}

@media screen and (max-width: 768px) {
  .p-dementia_griditem-container {
    padding: 0 15px 34px 15px;
  }
}

.p-dementia_gridcolumn-right {
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .p-dementia_gridcolumn-right {
    margin-left: 0;
  }
}

.p-dementia_gridcolumn-left {
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .p-dementia_gridcolumn-left {
    margin-right: 0;
  }
}

.p-dementia_griditem {
  margin-top: 30px;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .p-dementia_griditem {
    margin-right: 0;
  }
}

.p-dementia_griditem.is-last {
  margin-right: 0;
}

.p-dementia_griditem-head {
  padding: 10px 18px;
  margin-bottom: 16px;
  position: relative;
  background: #ffa42d;
}

@media screen and (max-width: 768px) {
  .p-dementia_griditem-head {
    padding: 10px 15px;
  }
}

.p-dementia_griditem-head:before {
  width: 8px;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffd59c;
}

@media screen and (max-width: 768px) {
  .p-dementia_griditem-head:before {
    width: 6px;
  }
}

.p-dementia_griditem-head * {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-dementia_griditem-head * {
    font-size: 16px;
  }
}

.p-dementia_griditem-head.is-blue {
  background: #1188df;
}

.p-dementia_griditem-head.is-blue:before {
  background: #89c2eb;
}

.p-dementia_griditem-head[class*="is-num-"] {
  padding-left: 60px;
}

.p-dementia_griditem-head.is-num-01:after {
  content: "1";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  color: #ffa42d;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.p-dementia_griditem-head.is-num-02:after {
  content: "2";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  color: #ffa42d;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.p-dementia_griditem-head.is-num-03:after {
  content: "3";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  color: #ffa42d;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.p-dementia_griditem-head.is-num-04:after {
  content: "4";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  color: #ffa42d;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.p-dementia_griditem-head.is-num-05:after {
  content: "5";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  color: #ffa42d;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.p-dementia_griditem-head.is-num-06:after {
  content: "7";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  color: #ffa42d;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.p-dementia_griditem-head.is-num-07:after {
  content: "7";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  color: #ffa42d;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.p-dementia_griditem-head.is-num-08:after {
  content: "7";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  color: #ffa42d;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.p-dementia_griditem-head.is-num-09:after {
  content: "7";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  color: #ffa42d;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.p-dementia_title_plus_caption {
  position: relative;
  border-bottom: 2px solid #ffa42d;
  margin-top: 30px;
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .p-dementia_title_plus_caption {
    margin-bottom: 18px;
  }
}

.p-dementia_title_plus_caption * {
  color: #f8930f;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

.p-dementia_title_plus_caption span {
  position: absolute;
  top: -30px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 2px 18px;
  border-radius: 20px;
  background: #ffa42d;
}

.p-dementia_table {
  margin: 40px 0 0 0;
}

.p-dementia_table table {
  background: #fff;
}

.p-dementia_table table th {
  background: #fff;
}

.p-dementia_table table tbody > tr:first-child th:nth-child(2) {
  background: #eff4f8;
  color: #0f89df;
}

.p-dementia_table table tbody > tr:first-child th:nth-child(3) {
  background: #fcf9cc;
  color: #f8930f;
}

.p-dementia_underlineup {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-dementia_underlineup {
    padding-top: 10px;
  }
}

.p-dementia_faq {
  position: relative;
}

.p-dementia_faq::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 20;
  width: 64px;
  height: 64px;
  padding-top: 8px;
  font-size: 38px;
  text-align: center;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-dementia_faq::before {
    width: 40px;
    height: 40px;
    padding-top: 5px;
    font-size: 20px;
  }
}

.p-dementia_faq::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  padding-top: 8px;
  font-size: 38px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-dementia_faq::after {
    width: 40px;
    height: 40px;
    padding-top: 5px;
    font-size: 20px;
  }
}

.p-dementia_faq p {
  position: relative;
  top: 9px;
  z-index: 10;
  min-width: 1060px;
  margin-left: 46px;
  padding: 3px 10px 3px 15px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-dementia_faq p {
    min-width: auto;
    top: 20px;
    margin-left: 20px;
    font-size: 16px;
  }
}

.p-dementia_faq-question {
  margin-bottom: 35px;
}

.p-dementia_faq-question::before {
  content: 'Q';
}

.p-dementia_faq-question::after {
  background: #1188df;
  border: 5px solid #89c2eb;
}

.p-dementia_faq-question p {
  background: #1188df;
}

.p-dementia_faq-answer::before {
  content: 'A';
}

.p-dementia_faq-answer::after {
  background: #ffa42d;
  border: 5px solid #ffd59c;
}

.p-dementia_faq-answer p {
  background: #ffa42d;
}

.p-dementia_profile_item {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .p-dementia_profile_item {
    margin: 10px 15px;
  }
}

.p-dementia_profile_title {
  margin-bottom: 15px;
}

.p-dementia_profile_title h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-dementia_profile_title h3 {
    text-align: center;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-dementia_profile_image {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .p-dementia_profile_image img {
    width: 30% !important;
  }
}

.p-dementia_profile_text {
  text-align: left;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .p-dementia_profile .uc-lyt-grid-col-sp-4 {
    max-width: 100%;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-dementia_primary {
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .p-dementia_primary {
    margin-top: 0;
  }
}

.p-dementia_primary .l-container_main {
  background: none;
  padding: 60px 40px 60px;
}

@media screen and (max-width: 768px) {
  .p-dementia_primary .l-container_main {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-dementia_primary_heading {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-dementia_primary_heading .u-layer_normaltext {
    padding: 0 15px;
  }
}

.p-dementia_primary_content {
  margin: 20px 0 40px;
}

.p-dementia_primary_title {
  margin-bottom: 15px;
}

.p-dementia_primary_title h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-dementia_primary_title h2 {
    font-size: 16px;
  }
}

.p-dementia_primary_text {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-dementia_primary_text {
    font-size: 14px;
  }
}

.p-dementia_primary_text p {
  margin-bottom: 20px;
}

.p-dementia_primary_textBox {
  margin-right: 20px;
}

.c-pagenation_list {
  font-size: 0;
  text-align: center;
}

.c-pagenation_list li {
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
}

.c-pagenation_list li:last-child {
  margin-right: 0;
}

.c-pagenation_list a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #ffa42d;
  color: #fff;
  border: 1px solid #ffa42d;
}

.c-pagenation_list a:hover {
  text-decoration: none;
}

.c-pagenation_list span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #ffa42d;
  border: 1px solid #ffa42d;
}

.p-diagnosis_content #question2,
.p-diagnosis_content #question2-1,
.p-diagnosis_content #question2-2,
.p-diagnosis_content #question3
.p-diagnosis_content #question3-1,
.p-diagnosis_content #question3-2,
.p-diagnosis_content #question3-3,
.p-diagnosis_content #question4,
.p-diagnosis_content #question5 {
  display: none;
}

.p-diagnosis_container {
  margin-top: 60px;
  background: #eef7fd;
  padding: 40px 20px;
}

@media screen and (max-width: 768px) {
  .p-diagnosis_container {
    margin-top: 30px;
    padding: 20px 15px;
  }
}

.p-diagnosis_head {
  text-align: center;
  margin-bottom: 14px;
}

.p-diagnosis_head h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.p-diagnosis_headcaption {
  margin-bottom: 30px;
}

.p-diagnosis_headcaption p {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-diagnosis_headcaption p {
    font-size: 20px;
  }
}
.u-diagnosis_headcaption-left p {
  text-align: left!important
}
.u-diagnosis_headcaption-right p {
  text-align: right!important
}
.p-diagnosis_headcaption p b {
  color: #e4007f;
  font-size: 22px;
  vertical-align: baseline;
}

.p-diagnosis_qcontainer {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-diagnosis_qcontainer {
    margin-bottom: 20px;
  }
}

.p-diagnosis_qcontainer.is-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-diagnosis_qtext {
  margin: auto;
  margin-bottom: 14px;
  width: 90%;
  background: #fff;
  border: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  position: relative;
}

.p-diagnosis_qtext.p-diagnosis_qtext_type_02 {
  align-items: center;
  min-height: 120px;
}

.p-diagnosis_qtext.p-diagnosis_qtext_type_02 a {
  color: var(--c-lifree-color-02);
  padding-left: 90.25px;
}
.p-diagnosis_qtext.p-diagnosis_qtext_type_02:not([class*='adl-0']) a {
  padding-left: 26px;
}

.p-diagnosis_qtext.adl-01 {
  background: #fff url("/content/dam/sites/th_lifree_com/th/advice/common/ico_adl_01.png") 20px center no-repeat;
  background-size: auto 40px;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-diagnosis_qtext.adl-01 a {
  padding-left: 74px;
}

.p-diagnosis_qtext.adl-02 {
  background: #fff url("/content/dam/sites/th_lifree_com/th/advice/common/ico_adl_02.png") 20px center no-repeat;
  background-size: auto 40px;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-diagnosis_qtext.adl-02 a {
  padding-left: 74px;
}

.p-diagnosis_qtext.adl-03 {
  background: #fff url("/content/dam/sites/th_lifree_com/th/advice/common/ico_adl_03.png") 20px center no-repeat;
  background-size: auto 40px;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-diagnosis_qtext.adl-03 a {
  padding-left: 74px;
}

.p-diagnosis_qtext.adl-04 {
  background: #fff url("/content/dam/sites/th_lifree_com/th/advice/common/ico_adl_04.png") 20px center no-repeat;
  background-size: auto 40px;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-diagnosis_qtext.adl-04 a {
  padding-left: 74px;
}

.p-diagnosis_qtext.adl-05 {
  background: #fff url("/content/dam/sites/th_lifree_com/th/advice/common/ico_adl_05.png") 20px center no-repeat;
  background-size: auto 40px;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-diagnosis_qtext.adl-05 a {
  padding-left: 74px;
}

.p-diagnosis_qtext.adl-06 {
  background: #fff url("/content/dam/sites/th_lifree_com/th/advice/common/ico_adl_06.png") 20px center no-repeat;
  background-size: auto 40px;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-diagnosis_qtext.adl-06 a {
  padding-left: 74px;
}

.p-diagnosis_qtext.adl-07 {
  background: #fff url("/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_07.png") 20px center no-repeat;
  background-size: auto 40px;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-diagnosis_qtext.adl-07 a,
.p-diagnosis_qtext.adl-08 a,
.p-diagnosis_qtext.adl-09 a {
  padding-left: 84px;
}

.p-diagnosis_qtext.adl-08 {
  background: #fff url("/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_08.png") 20px center no-repeat;
  background-size: auto 40px;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-diagnosis_qtext.adl-09 {
  background: #fff url("/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_09.png") 20px center no-repeat;
  background-size: auto 40px;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-diagnosis_qtext:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #1e2766;
  border-right: 2px solid #1e2766;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

.p-diagnosis_qtext.p-diagnosis_qtext_type_02[class*='adl-0'] {
  background-size: auto 60px;
}

@media screen and (max-width: 768px) {
  .p-diagnosis_qtext:after {
    right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .p-diagnosis_qtext {
    padding: 14px 22px;
    width: 100%;
  }
}

.p-diagnosis_qtext p {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: block;
}

.p-diagnosis_qtext b {
  color: #e4007f;
  vertical-align: baseline;
}

.p-diagnosis_qtext a {
  padding: 30px 26px;
  display: block;
}

.p-diagnosis_arrowlink {
  position: relative;
  text-align: left;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .p-diagnosis_arrowlink {
    text-align: left;
    margin-bottom: 12px;
    padding: 0;
    margin-left: 15px;
  }
}

.p-diagnosis_arrowlink a {
  font-size: 14px;
  color: #1e2766;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 36px;
}

@media screen and (max-width: 768px) {
  .p-diagnosis_arrowlink a {
    font-size: 13px;
    margin-bottom: 17px;
    display: block;
    text-align: left;
  }
}

.p-diagnosis_arrowlink a:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: '';
  width: 30px;
  height: 30px;
  background: #1e2766;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .p-diagnosis_arrowlink a:before {
    width: 25px;
    height: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-diagnosis_arrowlink a:after {
  position: absolute;
  top: 8px;
  left: 12px;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {
  .p-diagnosis_arrowlink a:after {
    width: 8px;
    height: 8px;
    top: 53%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
        -ms-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    left: 12px;
  }
}

@media screen and (max-width: 768px) {
  .p-healthylife_container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-healthylife_container .c-heading_product {
    margin: 0 -15px 25px;
  }
}

.p-healthylife_intro {
  margin-bottom: 30px;
  font-size: 18px;
}

.p-healthylife_content {
  margin-top: 60px;
}

.p-healthylife_inner {
  margin-bottom: 60px;
}

.p-healthylife_textBox {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .p-healthylife_textBox {
    margin-left: 0;
  }
}

.p-healthylife_title h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
  text-align: left;
  font-weight: bold;
}

.p-healthylife_list ul {
  margin-bottom: 30px;
}

.p-healthylife_list li {
  margin: 0 0 10px 15px;
}

.p-healthylife_list li::before {
  content: '';
  display: inline-block;
  background-color: #1e2766;
  font-size: 8px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 20px;
}

.p-healthylife_logo {
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-healthylife_logo img {
    width: 140px !important;
  }
}

.p-healthylife_logo.is-margin {
  margin-bottom: 30px;
}

.p-healthylife_message .p-firstime_heading.is-andcaption {
  margin-bottom: 30px;
}

.p-healthylife_message .p-healthylife_content {
  margin-top: 0;
}

.p-healthylife_message .profilebox {
  padding: 20px;
  background: #f1f1f1;
  margin-bottom: 40px;
}

.p-healthylife_message .profilebox_text {
  font-size: 16px;
}

.p-healthylife_message .profilebox_text b {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

.p-healthylife_message .profilebox .u-layer_captiontext_02 {
  margin: 10px 0;
}

.p-healthylife_message .profilebox .u-layer_captiontext_02 a {
  font-size: 16px;
}

.p-healthylife_message .profilebox .u-layer_captiontext_02 a::before {
  top: 1px;
}

@media screen and (max-width: 768px) {
  .p-healthylife_message .profilebox .u-layer_captiontext_02 a::before {
    top: 50%;
  }
}

.p-healthylife_message .profilebox .u-layer_captiontext_02 a::after {
  top: 10px;
}

@media screen and (max-width: 768px) {
  .p-healthylife_message .profilebox .u-layer_captiontext_02 a::after {
    top: 50%;
  }
}

.p-healthylife_message .profilebox .u-layer_captiontext_02 a[target="_blank"] b.is-icon {
  background: url("/content/dam/sites/th_lifree_com/images/common/icon_blank_02.png") right center no-repeat;
}

.p-healthylife_pinktitle * {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  color: #e4007f;
}

.p-healthylife_ikiiki_subtext {
  margin-bottom: 10px;
}

.p-healthylife_ikiiki_subtext * {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-healthylife_ikiiki_subtext * {
    font-size: 12px;
  }
}

.p-healthylife_ikiiki_head {
  text-align: center;
  margin: 34px 0;
}

@media screen and (max-width: 768px) {
  .p-healthylife_ikiiki_head {
    margin: 26px 0;
  }
}

.p-healthylife_ikiiki_head h1 {
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-size: 38px;
}

@media screen and (max-width: 768px) {
  .p-healthylife_ikiiki_head h1 {
    font-size: 25px;
  }
}

.p-healthylife_ikiiki_head span {
  font-size: 20px;
}

.p-healthylife_ikiiki_profilecontainer {
  padding: 30px;
}

.p-healthylife_ikiiki_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .p-healthylife_ikiiki_profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.p-healthylife_ikiiki_profile .uc-put-text {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-healthylife_ikiiki_profile .uc-put-text {
    padding: 0 10px;
  }
}

.p-healthylife_ikiiki_profile .uc-put-title {
  margin-bottom: 5px;
}

.p-healthylife_ikiiki_profile .uc-put-title * {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.p-healthylife_ikiiki_profile .uc-put-lead {
  color: #333;
  font-size: 14px;
}

.p-healthylife_ikiiki_link a {
  font-size: 18px;
  font-weight: bold;
  background: #f1f1f1;
  display: block;
  width: 100%;
  padding: 20px;
  position: relative;
}

.p-healthylife_ikiiki_link a:after {
  position: absolute;
  top: 50%;
  left: 95%;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #1e2766;
  border-right: 2px solid #1e2766;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-healthylife_ikiiki_info {
  background: #f1f1f1;
  padding: 20px;
  margin-bottom: 60px;
}

.p-healthylife_ikiiki_subhead {
  margin-bottom: 10px;
}

.p-healthylife_ikiiki_subhead h3 {
  color: #333;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .p-healthylife_ikiiki_subhead h3 {
    font-size: 17px;
  }
}

.p-healthylife_ikiiki_button {
  margin-bottom: 20px;
}

.p-healthylife_ikiiki_button p {
  margin: auto;
  text-align: center;
}

.p-healthylife_ikiiki_button a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  font-weight: bold;
  background: #1e2766;
  position: relative;
  padding: 10px 100px 10px 60px;
  text-align: center;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .p-healthylife_ikiiki_button a {
    color: #fff;
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
    background: #1e2766;
    position: relative;
    padding: 10px 24px 10px 10px;
    text-align: center;
    border-radius: 30px;
    width: 100%;
  }
}

.p-healthylife_ikiiki_button a:before {
  position: absolute;
  top: 50%;
  left: 88%;
  content: '';
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-healthylife_ikiiki_button a:after {
  position: absolute;
  top: 50%;
  left: 90.4%;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #1e2766;
  border-right: 2px solid #1e2766;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-healthylife_ikiiki_infotext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-healthylife_ikiiki_imagehead .uc-put-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-healthylife_ikiiki_imagehead .uc-put-text .uc-put-title * {
  font-size: 20px;
}

.p-healthylife_ikiiki_imagehead .uc-put-text .uc-put-title span {
  margin-top: 10px;
  display: block;
  font-size: 16px;
}

.p-healthylife_endpoint {
  padding: 20px;
  margin-bottom: 60px;
}

.p-healthylife_endpoint_text p {
  font-size: 16px;
  font-weight: bold;
}

.p-healthylife_endpoint_head h3 {
  font-size: 20px;
  font-weight: bold;
  color: #e4007f;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-healthylife_endpoint_head h3 {
    font-size: 17px;
  }
}

.p-healthylife_nav_head h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  text-align: left;
}

.p-healthylife_nav_container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-healthylife_nav_container.is-end {
  margin-bottom: 60px;
}

.p-healthylife_nav_container .uc-lyt-grid-col-flex {
  max-width: 32.4%;
}

@media screen and (max-width: 768px) {
  .p-healthylife_nav_container .uc-lyt-grid-col-flex {
    max-width: 100%;
  }
}

.p-healthylife_nav_link {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-healthylife_nav_link {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-healthylife_nav_link.last-item a {
    border-bottom: 1px solid #e4e4e4;
  }
}

.p-healthylife_nav_link a {
  border: 1px solid #e4e4e4;
  padding: 25px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #1e2766;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-healthylife_nav_link a {
    border-bottom: 0;
  }
}

.p-healthylife_nav_link a:after {
  position: absolute;
  top: 50%;
  left: 90%;
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid #1e2766;
  border-right: 2px solid #1e2766;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-healthylife_nav_link a {
    font-size: 13px;
  }
}

.p-healthylife_activity_topicscontainer {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-healthylife_activity_topicscontainer {
    margin: 0px -15px;
  }
}

.p-healthylife_activity_topicsblock {
  position: relative;
  padding: 25px 30px 25px 15px;
  border-bottom: solid 2px #e4e4e4;
}

.p-healthylife_activity_topicsblock::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1e2766;
  border-right: 2px solid #1e2766;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.p-healthylife_activity_topicsblock a {
  color: #1e2766;
  font-weight: bold;
}

.p-healthylife_activity_topicsblock_date {
  margin-bottom: 10px;
}

.p-healthylife_activity_topicsblock_link {
  font-size: 17px;
  margin-bottom: 10px;
}

.c-relation {
  margin-bottom: 80px;
}

.c-relation_item {
  margin-bottom: 30px;
  border: 1px solid #ccc;
}

.c-relation_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}

.c-relation_item .uc-put-text {
  position: relative;
  width: 100%;
  padding: 20px;
}

.c-relation_item .uc-put-text::after {
  content: '';
  position: absolute;
  top: 33px;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1e2766;
  border-right: 2px solid #1e2766;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 768px) {
  .c-relation_item .uc-put-text::after {
    right: 15px;
  }
}

.c-relation_item .uc-put-text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: left;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .c-relation_item .uc-put-text h3 {
    padding-right: 0;
    font-size: 16px;
  }
}

.c-relation .uc-lyt-grid-container-advance {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-relation .uc-lyt-grid-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23%;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  max-width: 23%;
}

@media screen and (max-width: 768px) {
  .c-relation .uc-lyt-grid-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
}

#p-healthylife_activity_topicheading {
  margin-bottom: 0;
}

.p-leak_imagetext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0 60px 0;
}

@media screen and (max-width: 768px) {
  .p-leak_imagetext {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border: 1px solid #ddd;
  }
}

.p-leak_imagetext .uc-put-text {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-leak_imagetext .uc-put-text {
    padding: 14px;
    width: 100%;
  }
}

.p-leak_imagetext .uc-put-media {
  width: 50%;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .p-leak_imagetext .uc-put-media {
    width: 100%;
    padding-left: 0;
  }
}

.p-leak_imagetitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0;
  border: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .p-leak_imagetitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-leak_imagetitle .uc-put-text {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-leak_imagetitle .uc-put-text * {
  font-weight: bold;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .p-leak_imagetitle .uc-put-text * {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .p-leak_imagetitle .uc-put-text {
    padding: 14px;
    width: 100%;
  }
}

.p-leak_imagetitle .uc-put-media {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-leak_imagetitle .uc-put-media {
    width: 100%;
    padding-left: 0;
  }
}

.p-leak_profile {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #f1f1f1;
}

@media screen and (max-width: 768px) {
  .p-leak_profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-leak_profile .uc-put-text {
  width: calc(100% - 100px);
  padding: 0 30px;
}

.p-leak_profile .uc-put-text * {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-leak_profile .uc-put-text {
    padding: 14px;
    width: 100%;
  }
}

.p-leak_profile .uc-put-media {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .p-leak_profile .uc-put-media {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
}

.p-leak_voicetext {
  margin-top: 40px;
}

.p-leak-training_firsttext.u-layer_normaltext {
  margin-bottom: 0;
  padding-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .p-leak-training_anchorlist {
    padding: 0 0 40px 0;
  }
}

.p-leak-training_anchorlist ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-leak-training_anchorlist li {
  position: relative;
  width: 100%;
}

.p-leak-training_anchorlist li:first-child {
  margin-right: 2px;
}

.p-leak-training_anchorlist li a {
  display: block;
  width: 100%;
  background: #f1f1f1;
  padding: 20px 0;
  text-align: center;
  color: #333333;
}

.p-leak-training_anchorlist li::after {
  position: absolute;
  top: 36%;
  right: 12px;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(135deg) translateY(-50%);
      -ms-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
}

.p-leak-training_sectionheading {
  margin-bottom: 40px !important;
}

.p-leak-training_heading {
  padding-bottom: 20px;
  border-bottom: solid 3px #e4e4e4;
  font-size: 42px;
}

@media screen and (max-width: 768px) {
  .p-leak-training_heading {
    font-size: 21px;
  }
}

.p-leak-training_heading h3 {
  color: #333333;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-leak-training_heading h3 {
    text-align: left;
  }
}

.p-leak-training_list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.p-leak-training_list li::before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #3398cc;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-leak-training_list.blue li::before {
  background: #3398cc;
}

.p-leak-training_list.green li::before {
  background: #00a44c;
}

.p-leak-training_list li:nth-child(1)::before {
  content: "1";
}

.p-leak-training_list li:nth-child(2)::before {
  content: "2";
}

.p-leak-training_list li:nth-child(3)::before {
  content: "3";
}

.p-leak-training_list li:nth-child(4)::before {
  content: "4";
}

.p-leak-training_list li:nth-child(5)::before {
  content: "5";
}

.p-leak-training_list li:nth-child(6)::before {
  content: "6";
}

.p-leak-training_list li:nth-child(7)::before {
  content: "71";
}

.p-results_container {
  margin: auto;
  width: 1104px;
  padding: 40px;
  background: #eef7fd;
}

@media screen and (max-width: 768px) {
  .p-results_container {
    width: 100%;
    padding: 20px;
  }
}

.p-results_answer_haed {
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-results_answer_haed {
    margin-bottom: 20px;
  }
}

.p-results_answer_haed h2 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-results_answer_haed h2 {
    font-size: 20px;
  }
}

.p-results_content {
  margin-bottom: 60px;
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .p-results_content {
    padding: 0;
  }
}

.p-results_type_head {
  background: #3398cc;
}

.p-results_type_head span {
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #60bded;
  padding: 20px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .p-results_type_head span {
    font-size: 12px;
    padding: 10px 6px;
    margin-right: 8px;
  }
}

.p-results_type_head h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .p-results_type_head h3 {
    font-size: 17px;
  }
}

.p-results_recco_head {
  margin-bottom: 6px;
}

.p-results_recco_head h2 {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  color: #333;
}

.p-results_recco_text {
  margin-bottom: 20px;
}

.p-results_recco_text p {
  font-size: 16px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .p-results_rel_head {
    padding: 0 10px;
  }
}

.p-results_rel_head h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 768px) {
  .p-results_rel_head h4 {
    text-align: left;
  }
}

.p-results_rel_product.is-one {
  position: relative;
}

.p-results_rel_product.is-one:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: -40px;
  width: 1px;
  height: calc(100% + 40px);
  background: #e4e4e4;
}

.p-results_rel_product.is-one .uc-mod-product-fluid-01 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-results_rel_product.is-one .uc-mod-product-fluid-01 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-results_rel_product.is-one .uc-mod-product-fluid-01 .uc-grid-col {
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.p-results_rel_product.is-single .uc-mod-product-fluid-01 .uc-grid-col {
  max-width: 33%;
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
}

.p-results_rel_product .uc-mod-product-fluid-01 .uc-grid-col {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}

.p-results_rel_product .uc-product-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.p-results_rel_product .uc-product-title * {
  font-size: 18px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .p-results_rel_product .uc-product-title * {
    font-size: 14px;
  }
}

.p-results_rel_product .uc-product-title .uc-icon-new {
  min-width: 40px;
  width: 40px;
  min-height: 40px;
  height: 40px;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-right: 8px;
  background: #e4007f;
}

@media screen and (max-width: 768px) {
  .p-results_rel_product .uc-product-title .uc-icon-new {
    min-width: 33px;
    width: 33px;
    min-height: 33px;
    height: 33px;
    border-radius: 33px;
    font-size: 10px;
  }
}

.p-results_rel_product .uc-drop-item {
  padding: 6px 20px;
  font-size: 16px;
  color: #fff;
  background: #3398cc;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-results_rel_product .uc-drop-item {
    font-size: 12px;
    padding: 6px 13px;
  }
}
