/*

 This is style.css for Thailand site

*/
@charset "UTF-8";
@media print {
  header#header,
  .c-detail_printbutton {
    display: none;
  }
  .CMP-CM02-global-header {
    display: none;
  }
  .c-breadthumb-uqhide {
    display: none;
  }
  body {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    left: 0;
    top: 0;
    width: 172mm !important;
    height: 251mm !important;
  }
}

/*
** 01 reset
** サイト共通のリセットファイルです。
** own / y-ikeda
*/
html, body, header, footer, h1, h2, h3, h4, h5, p, b, span, small, img, ol, ul, li, dl, dt, dd, time, figcaption, figure, picture {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 100%;
}

body {
  -webkit-print-color-adjust: exact;
}

h1, h2, h3, h4, h5, h6, p, li, td {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* To disable smoothing applied elsewhere, add this class to the element: */
.do-not-smooth {
  -webkit-filter: none;
          filter: none;
}

ul, ol, li {
  list-style: none !important;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  outline: none;
  border: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button, input, select {
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

sub {
  vertical-align: middle;
}

/* aem reset */
.cq-Editable-dom--container,
.aem-GridColumn.cq-Editable-dom--container {
  padding-top: 0;
  padding-bottom: 0;
}

.uc-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .uc-sp {
    display: block;
  }
}

.uc-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .uc-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body.is-hidden, html.is-hidden {
    overflow: hidden;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  main.uc-page-body {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  main.uc-page-body.is-scroll {
    margin-top: 0;
  }
}

.l-container_grad {
  background-image: -webkit-linear-gradient(90deg, white 50%, #f6fbfe 100%);
  background-image: -ms-linear-gradient(90deg, white 50%, #f6fbfe 100%);
}

.l-container_main {
  margin: auto;
  width: 1184px;
  background: #fff;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .l-container_main {
    margin: auto;
    width: 100%;
    padding: 0;
  }
}

.l-container_main.is-mb100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .l-container_main.is-mb100 {
    padding: 0;
    padding-bottom: 60px;
  }
}

.l-container_main.is-nonebg {
  background: none;
}

.l-container_main.is-last {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .l-container_main.is-last {
    margin-bottom: 0;
  }
}

.l-container_main.is-max-width {
  width: auto;
  max-width: 1184px;
}

@media screen and (max-width: 768px) {
  .l-container_main.is-max-width {
    max-width: 100%;
  }
}

.l-container_pro_detail {
  margin: auto;
  width: 1184px;
  background: #fff;
  padding: 0px 40px 37px 40px;
}

@media screen and (max-width: 768px) {
  .l-container_pro_detail {
    margin: auto;
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .l-container_pro_detail .CMP-CM28-reference.parbase.section {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-container_pro_detail .CMP-CM40-grid-advance.section {
    padding: 0;
  }
}

.l-container_pro_detail.is-mb100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .l-container_pro_detail.is-mb100 {
    padding: 0;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .CMP-CM06-section > .l-container_pro_detail {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .CMP-CM06-section > .l-container_pro_detail.c-detail_information_container {
    padding: 0 15px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .CMP-CM06-section > .l-container_pro_detail.c-detail_product_relation {
    padding: 0;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .CMP-CM06-section > .l-container_pro_detail.c-detail_product_relation .c-heading_product h2 {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .CMP-CM06-section > .l-container_pro_detail.c-detail_product_relation .CMP-HC02-product-list.section {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .CMP-CM40-grid-advance > .c-detail_imagedetail {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .CMP-CM28-reference .CMP-CM28-reference .CMP-CM10-text .c-detail_caution {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .CMP-CM28-reference .TMP-HC01-general .CMP-CM06-section > .l-container_pro_detail.c-detail_product_relation {
    padding-bottom: 0;
  }
}

.l-container_pro_lineup {
  margin: auto;
  width: 1184px;
  background: #fff;
  padding: 0 40px 60px 40px;
}

@media screen and (max-width: 768px) {
  .l-container_pro_lineup {
    margin: auto;
    width: 100%;
    padding: 0 15px;
  }
}

.l-container_pro_lineup.is-mb100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .l-container_pro_lineup.is-mb100 {
    padding: 0;
    margin-bottom: 60px;
  }
}

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

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

/*-- aem --*/
.l-container_blue {
  background: #eef7fd !important;
  margin-top: 50px;
  padding-top: 50px;
}

.l-container_white {
  background: #fff !important;
}

.l-container_gray {
  background: #f7f7f7 !important;
}

@media screen and (max-width: 768px) {
  .uc-tab-resp-accordion {
    display: none !important;
  }
}

.l-container_firstgrid {
  max-width: 1184px;
  padding: 0 40px 30px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .l-container_firstgrid {
    max-width: 100%;
    padding: 0;
  }
}

.l-container_last {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .l-container_last {
    padding-bottom: 0;
  }
}

.l-container_frequently .uc-lyt-row {
  padding: 0 40px 0;
}

@media screen and (max-width: 768px) {
  .l-container_frequently .uc-lyt-row {
    padding: 25px 15px 0;
  }
}

.uc-page-footer .uc-footer-company-nav {
  background: #eef7fd !important;
}

.uc-page-footer .uc-footer-company-nav .uc-list li a {
  background: none !important;
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .uc-page-footer .uc-footer-company-nav .uc-list li a {
    font-size: 11px;
    color: #1e2766;
  }
}

.uc-page-footer .uc-footer-company-nav .uc-list li:not(:last-child)::after {
  height: 13px;
}

.l-footer_whitebox {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .l-footer_whitebox-container {
    margin: auto;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 0;
  }
}

.l-footer_whitebox-ttl {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .l-footer_whitebox-ttl * {
    font-size: 20px !important;
  }
}

.l-footer_whitebox-righttext {
  position: absolute;
  left: 250px;
  top: 105px;
}

@media screen and (max-width: 768px) {
  .l-footer_whitebox-righttext * {
    font-size: 13px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer_whitebox-righttext {
    position: absolute;
    left: 110px;
    top: 115px;
    padding-right: 10px;
  }
}

.l-footer_whitebox-leftimage {
  position: absolute;
  left: 120px;
  top: 73px;
}

@media screen and (max-width: 768px) {
  .l-footer_whitebox-leftimage {
    position: relative;
    left: 0;
    padding: 0 15px;
    top: -33px;
  }
}

.l-footer_whitebox-tel {
  margin-top: 92px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer_whitebox-tel {
    margin-top: 0;
    padding: 0 20px;
  }
}

.l-footer_whitebox-tel * {
  text-align: center;
}

.l-footer_whitebox-tel img {
  margin: auto;
}

.l-footer_whitebox-caution {
  margin: auto;
  margin-top: 20px;
  background: #eef7fd;
  width: 906px;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .l-footer_whitebox-caution {
    width: calc(100% - 40px);
  }
}

.l-footer_whitebox-caution * {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

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

.l-footer_whitebox-caution br {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-footer_whitebox-caution br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-footer_whitebox-caution p:last-child {
    margin-top: 15px;
  }
}

.l-footer_whitebox-notes {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer_whitebox-notes {
    padding: 0 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer_whitebox-notes * {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
}

.l-footer_whitebox-notes br {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-footer_whitebox-notes br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-footer_whitebox-notes p:last-child {
    margin-top: -20px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer_sns {
    padding-bottom: 30px;
  }
}

.l-footer_sns ul {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

.l-footer_sns li {
  margin: 0;
  margin-right: 55px;
}

@media screen and (max-width: 768px) {
  .l-footer_sns li {
    margin-right: 22px;
  }
}

.l-footer_sns li:first-child {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.l-footer_sns li:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.l-footer_sns li:nth-child(3) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.l-footer_sns li:nth-child(4) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  margin-right: 0;
}

.l-footer_sns li:nth-child(5) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.l-footer_langbtn {
  display: block;
  margin-left: 10px;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .l-footer_langbtn {
    margin-left: 6px;
  }
}

.l-footer_langbtn button {
  background: url("/content/dam/sites/th_lifree_com/shareparts/th/footer/bg_btn_02.png") center center no-repeat;
  background-size: contain;
  padding: 10px 15px;
  color: #1e2766;
  font-size: 16px;
  text-align: center;
  width: 180px;
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-footer_langbtn button {
    width: 100%;
    background-size: cover;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .l-footer_langbtn button {
    position: absolute;
    top: 50%;
    height: 60px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.l-footer_langbtn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .l-footer_bnr-container {
    padding: 30px 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer_bnr-container .uc-mod-media-01 {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-footer_bnr-container .uc-mod-media-01 .uc-object {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-footer_bnr-container img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-footer_bnr-startitem {
    margin-bottom: 15px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer_bnr-enditem {
    margin-bottom: 15px;
    padding-left: 8px;
  }
}

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

.l-footer_info .uc-lyt-col {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .l-footer_whitebox-leftimage .uc-object span span img.uc-sp {
    width: auto;
  }
}

.CMP-CM02-global-header {
  margin: auto !important;
  width: 100%;
  padding: 0 20px;
  border-bottom: 2px solid #ccc;
}

.CMP-CM02-global-header .uc-header-company {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: none;
}

.CMP-CM02-global-header .uc-header-company .uc-lyt-col {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.CMP-CM02-global-header .uc-header-company .uc-lyt-col img[src*=".svg"] {
  width: 110px;
  vertical-align: middle;
  height: auto;
  max-height: 34px;
}

.CMP-CM02-global-header .uc-header-company .uc-lyt-col .uc-mod-media-01 {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .uc-page-header .uc-header-company .uc-mod-media-01 img[src*=".svg"] {
    height: 42px;
    max-height: 42px;
  }
}

.uc-page-header .uc-header-company {
  margin: 0 auto !important;
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .uc-page-header .uc-header-company {
    padding: 0;
  }
}

.uc-page-header .uc-header-company .uc-country {
  font-size: 13px;
}

.l-header_inner {
  margin: auto;
  width: 1104px;
  padding: 0;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-header_inner {
    padding: 5px 15px;
    width: 100%;
    position: relative;
  }
}

#header {
  background: #1e2766;
  position: static;
  width: 100%;
  top: 64px;
  z-index: 99999;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: transform, top;
  transition-property: transform, top, -webkit-transform;
}

@media screen and (max-width: 768px) {
  #header {
    position: static;
    width: 100%;
    top: 56px;
    z-index: 99999;
  }
}

#header.is-scroll {
  top: 64px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media screen and (max-width: 768px) {
  #header.is-scroll {
    position: fixed;
    top: 56px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

#header.is-short {
  top: 0;
  position: fixed;
}

.l-header_logo {
  margin-right: 58px;
}

@media screen and (max-width: 768px) {
  .l-header_logo img {
    width: 80%;
  }
}

.l-header_button {
  border-radius: 20px;
  padding: 8px 10px 5px 40px !important;
  font-size: 15px;
  margin-left: 40px;
  background: #fff url("/content/dam/sites/th_lifree_com/shareparts/th/header/bg_btn_01.png") 10px center no-repeat;
  background-size: 24px 19px;
  min-width: 154px;
}

@media screen and (max-width: 768px) {
  .l-header_button {
    font-size: 0 !important;
    width: 37px !important;
    top: 10px !important;
    position: absolute !important;
    right: 90px !important;
    padding: 0 !important;
    height: 37px !important;
    background: #fff url("/content/dam/sites/th_lifree_com/shareparts/th/header/bg_btn_01.png") 5px center no-repeat;
    background-size: 70%;
    border-radius: 100%;
    min-width: inherit;
  }
}

.l-header_button a {
  display: block;
  width: 100%;
  color: #e4007f;
  font-weight: bold;
  height: 100%;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .l-header_button a {
    background-position: 4px 8px;
    background-size: 70%;
    padding: 0;
  }
}

.l-header_button:hover {
  background-color: #fdd2e5;
}

.l-header_button:hover a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .l-header_menu {
    display: none;
    overflow: scroll;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 1000 !important;
    width: 100%;
    padding: 0 15px 10px 15px !important;
    background: #1e2766 !important;
  }
}

.l-header_menu-linktop {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header_menu-linktop {
    display: block;
    margin-bottom: 0 !important;
    background: #fff;
    padding: 15px 10px 15px 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-header_menu-linktop li {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-header_menu-linktop li a {
    display: block;
    position: relative;
    font-size: 21px;
    font-weight: bold;
    color: #1e2766 !important;
  }
}

.l-header_menu-linktop li a::before {
  content: '';
  background: #1e2766;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 2px;
  right: 7px;
  border-radius: 15px;
  margin: auto;
}

.l-header_menu-linktop li a::after {
  position: absolute;
  top: 13px;
  right: 18px;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
}

.l-header_menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  width: 745px;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 0 30px 0 !important;
    background: #fff !important;
  }
}

.l-header_menu-list > li {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margin: 0;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list > li {
    margin: 0 !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 17px !important;
    font-weight: bold !important;
    text-align: left !important;
    padding: 0 10px 1px 10px !important;
  }
}

.l-header_menu-list > li:last-child {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list > li:last-child {
    margin: auto !important;
  }
}

.l-header_menu-list > li > a {
  color: #fff;
  position: relative;
  display: block;
  top: 12px;
  padding-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list > li > a {
    position: relative !important;
    color: #fff !important;
    background: #1e2766 !important;
    padding: 15px !important;
    display: block !important;
    top: inherit !important;
  }
}

@media screen and (max-width: 768px) {
  .l-header_menu-list > li > a:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 8px;
    border-radius: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .l-header_menu-list > li > a:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    top: 26px;
    content: '';
    right: 15px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #1e2766;
    -webkit-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important;
  }
}

@media screen and (max-width: 768px) {
  .l-header_menu-list > li.is-open > a:after {
    top: 16px !important;
    right: 14px !important;
    -webkit-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
  }
}

.l-header_menu-list .l-header_menu-listitem {
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem {
    position: static;
  }
}

.l-header_menu-list .l-header_menu-listitem > .l-header_mega {
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
}

.l-header_menu-list .l-header_menu-listitem > .l-header_mega:before {
  position: absolute;
  left: 44%;
  top: -7px;
  content: '';
  width: 14px;
  height: 14px;
  z-index: 999999;
  background: #fff;
  bottom: -7px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem > .l-header_mega:before {
    left: auto;
    right: 15px;
    top: 26px;
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem > .l-header_mega {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
}

.l-header_menu-list .l-header_menu-listitem .l-header_menu-listitemlink.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem .l-header_menu-listitemlink.is-pc {
    display: none !important;
  }
}

.l-header_menu-list .l-header_menu-listitem .l-header_menu-listitemlink.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem .l-header_menu-listitemlink.is-sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem .l-header_menu-listitemlink.is-sp:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem .l-header_menu-listitemlink.is-sp:after {
    position: absolute;
    top: 22px;
    right: 20px;
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important;
    margin: auto;
  }
}

.l-header_menu-list .l-header_menu-listitem .l-header_menu-listitemlink.is-init.is-open {
  color: #3398cc;
}

.l-header_menu-list .l-header_menu-listitem .l-header_mega {
  width: 550px;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem .l-header_mega {
    width: 100%;
  }
}

.l-header_menu-list .l-header_menu-listitem01 .l-header_mega {
  width: auto;
  left: 0;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
}

.l-header_menu-list .l-header_menu-listitem01 .l-header_mega:before {
  left: 23.5%;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem01 .l-header_mega {
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
}

.l-header_menu-list .l-header_menu-listitem01 .l-header_mega .l-header_mega-title a {
  left: -15px;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem01 .l-header_mega .l-header_mega-title a {
    left: auto;
  }
}

.l-header_menu-list .l-header_menu-listitem02 .l-header_mega .l-header_mega-title a {
  cursor: default;
}
/*
.l-header_menu-list .l-header_menu-listitem02 .l-header_mega .l-header_mega-title a::before {
  display: none;
}*/

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem02 .l-header_mega .l-header_mega-title a::before {
    display: block;
  }
}

/*.l-header_menu-list .l-header_menu-listitem02 .l-header_mega .l-header_mega-title a::after {
  display: none;
}*/

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem02 .l-header_mega .l-header_mega-title a::after {
    display: block;
  }
}

.l-header_menu-list .l-header_menu-listitem02 .l-header_mega .l-header_mega-headtitle {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem02 .l-header_mega .l-header_mega-headtitle {
    display: block;
  }
}

.l-header_menu-list .l-header_menu-listitem03 .l-header_mega .l-header_mega-title a {
  cursor: default;
}

/*.l-header_menu-list .l-header_menu-listitem03 .l-header_mega .l-header_mega-title a::before {
  display: none;
}*/

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem03 .l-header_mega .l-header_mega-title a::before {
    display: block;
  }
}

/*.l-header_menu-list .l-header_menu-listitem03 .l-header_mega .l-header_mega-title a::after {
  display: none;
}*/

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem03 .l-header_mega .l-header_mega-title a::after {
    display: block;
  }
}

.l-header_menu-list .l-header_menu-listitem03 .l-header_mega .l-header_mega-headtitle {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem03 .l-header_mega .l-header_mega-headtitle {
    display: block;
  }
}

.l-header_menu-list .l-header_menu-listitem04 .l-header_mega {
  width: auto;
  left: -112px;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem04 .l-header_mega {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.l-header_menu-list .l-header_menu-listitem04 .l-header_mega .l-header_mega-title a {
  left: -15px;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem04 .l-header_mega .l-header_mega-title a {
    left: auto;
  }
}

.l-header_menu-list .l-header_menu-listitem05 .l-header_mega .l-header_mega-headtitle {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem05 .l-header_mega .l-header_mega-headtitle {
    display: block;
  }
}

.l-header_menu-list .l-header_menu-listitem05 .l-header_mega .l-header_mega-title a {
  left: -30px;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem05 .l-header_mega .l-header_mega-title a {
    left: auto;
  }
}

.l-header_menu-list .l-header_menu-listitem06 .l-header_mega .l-header_mega-title a {
  cursor: default;
}

.l-header_menu-list .l-header_menu-listitem06 .l-header_mega .l-header_mega-title a::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem06 .l-header_mega .l-header_mega-title a::before {
    display: block;
  }
}

.l-header_menu-list .l-header_menu-listitem06 .l-header_mega .l-header_mega-title a::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem06 .l-header_mega .l-header_mega-title a::after {
    display: block;
  }
}

.l-header_menu-list .l-header_menu-listitem06 .l-header_mega .l-header_mega-headtitle {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header_menu-list .l-header_menu-listitem06 .l-header_mega .l-header_mega-headtitle {
    display: block;
  }
}

.l-header_menu-utillist {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header_menu-utillist {
    display: block;
    padding: 20px 10px 40px 10px;
    background: #fff;
    border-top: solid 2px #1e2766;
  }
}

.l-header_menu-utillist li {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .l-header_menu-utillist li a {
    color: #1e2766;
    position: relative;
    display: block;
    font-size: 13px;
    padding: 0 20px 0 30px;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .l-header_menu-utillist li a::after {
    position: absolute;
    top: 5px;
    right: 20px;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1e2766;
    border-right: 2px solid #1e2766;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: auto;
  }
}

.l-header_mega {
  background: #fff;
  position: absolute;
  z-index: 99999;
  top: 71px;
  left: -60px;
  display: none;
  border: solid 2px #d9d9d9;
  border-top: none;
  border-radius: 2px;
  z-index: 1000000;
}

@media screen and (max-width: 768px) {
  .l-header_mega {
    width: 100%;
    position: static;
    left: auto;
    top: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
}

.l-header_mega-title {
  padding: 20px 0 20px 0;
  margin: 0;
  color: #1e2766;
  font-size: 28px;
  text-align: center;
  background: #fff;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .l-header_mega-title {
    padding: 0;
    color: #1e2766;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
  }
}

.l-header_mega-title a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #1e2766 !important;
}

@media screen and (max-width: 768px) {
  .l-header_mega-title a {
    background: none;
    color: #1e2766 !important;
    padding: 20px 15px 15px 15px;
    display: block;
    font-size: 13px;
  }
}

.l-header_mega-title a::before {
  content: '';
  background: #1e2766;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -35px;
  border-radius: 15px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .l-header_mega-title a::before {
    display: none;
    background: #fff;
    top: 50%;
    right: 8px;
    border-radius: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: auto;
  }
}

.l-header_mega-title a::after {
  position: absolute;
  top: 10px;
  right: -23px;
  content: "";
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
}

@media screen and (max-width: 768px) {
  .l-header_mega-title a::after {
    width: 8px;
    height: 8px;
    right: 22px;
    top: 22px;
    border-top: 2px solid #1e2766;
    border-right: 2px solid #1e2766;
  }
}

@media screen and (max-width: 768px) {
  .l-header_mega-title.is-sphidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l-header_mega-head {
    background: #fff;
  }
}

.l-header_mega-listcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 102px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .l-header_mega-listcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.l-header_mega-listitem {
  width: 316px;
  margin-right: 36px;
}

@media screen and (max-width: 768px) {
  .l-header_mega-listitem {
    width: 100%;
    border-bottom: 2px solid #fff;
    margin-right: 0;
  }
}

.l-header_mega-listitem:last-child {
  margin-right: 0;
}

.l-header_mega-list {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .l-header_mega-list {
    background: none;
    padding-left: 0 !important;
    display: none;
    border: solid 2px #eef7fd;
    margin-bottom: 10px;
  }
}

.l-header_mega-list li {
  margin-bottom: 20px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  line-height: 1 !important;
}

@media screen and (max-width: 768px) {
  .l-header_mega-list li {
    width: 100% !important;
    margin-bottom: 0 !important;
    background: none !important;
  }
}

.l-header_mega-list li + .border-item {
  padding-top: 10px !important;
  margin-bottom: 8px !important;
}

@media screen and (max-width: 768px) {
  .l-header_mega-list li + .border-item {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.l-header_mega-list li a {
  padding: 0 30px 0 20px;
  font-size: 14px;
  color: #1e2766;
  position: relative;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-header_mega-list li a {
    font-size: 13px;
    line-height: 1.2;
    padding: 15px 30px 15px 15px;
    font-weight: bold;
    background: none;
  }
}

.l-header_mega-list li a:before {
  display: none;
}

.l-header_mega-list li a::after {
  position: absolute;
  top: 3px;
  right: 20px;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1e2766;
  border-right: 2px solid #1e2766;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
}

@media screen and (max-width: 768px) {
  .l-header_mega-list li a::after {
    top: 17px;
  }
}

.l-header_mega-list li.border-item {
  border-top: solid 2px #e4e4e4;
  padding-top: 22px;
}

@media screen and (max-width: 768px) {
  .l-header_mega-list li.border-item {
    padding-top: 0;
    border-top: none;
  }
}

.l-header_mega-list li.border-item a {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .l-header_mega-list li.border-item a {
    font-weight: normal;
    border-top: solid 2px #eef7fd;
  }
}

@media screen and (max-width: 768px) {
  .l-header_mega-list.is-show {
    display: block;
  }
}

.l-header_mega-headtitle {
  margin-bottom: 20px;
  padding: 12px 20px 10px 20px;
  line-height: 1;
  background: #1e2766;
  font-size: 18px !important;
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .l-header_mega-headtitle {
    display: block;
    background: #eef7fd !important;
    border-top: 2px solid #fff;
    text-align: left;
    font-weight: bold;
    color: #1e2766;
    padding: 0;
    margin-bottom: 0;
  }
}

.l-header_mega-headtitle a {
  color: #fff !important;
  position: relative;
  cursor: default !important;
}

@media screen and (max-width: 768px) {
  .l-header_mega-headtitle a {
    font-size: 13px;
    padding: 15px;
    display: block;
    color: #1e2766 !important;
  }
}

@media screen and (max-width: 768px) {
  .l-header_mega-headtitle a::after {
    content: "";
    position: absolute;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    top: 18px;
    content: '';
    right: 16px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #1e2766;
    -webkit-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important;
  }
}

@media screen and (max-width: 768px) {
  .l-header_mega-headtitle a.is-close::after {
    -webkit-transform: rotate(270deg) !important;
        -ms-transform: rotate(270deg) !important;
            transform: rotate(270deg) !important;
    top: 9px;
  }
}

@media screen and (max-width: 768px) {
  .l-header_mega-headtitle.is-noicon a:after {
    display: none;
  }
}

.l-header_mega-closebtn {
  padding: 0 20px 20px 0 !important;
  text-align: right !important;
  bottom: 0 !important;
  right: 0 !important;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .l-header_mega-closebtn {
    display: none;
  }
}

.l-header_mega-closebtn a {
  color: #1e2766 !important;
  position: relative !important;
}

.l-header_mega-closebtn .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: solid 2px #e4e4e4;
  background-color: #fff;
  margin-left: 8px;
  cursor: pointer;
}

.l-header_mega-closebtn .btn:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 13px;
  width: 2px;
  height: 12px;
  border: 0;
  background-color: #1e2766;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-header_mega-closebtn .btn:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 13px;
  width: 2px;
  height: 12px;
  border: 0;
  background-color: #1e2766;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header_menu {
  z-index: 2;
}

.l-header-toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header-toggle {
    display: block;
    height: 48px;
    position: absolute;
    top: 7px !important;
    text-align: center;
    right: 23px;
    z-index: 999;
  }
}

@media screen and (max-width: 768px) {
  .l-header-toggle p {
    display: none;
    font-size: 11px;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .l-header-toggle span {
    height: 2px;
    width: 25px;
    margin: auto;
    margin-top: 15px;
    background: #fff;
    border-radius: 4px;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .l-header-toggle span:after {
    content: '';
    position: relative;
    top: 10px;
    height: 2px;
    width: 25px;
    background: #fff;
    border-radius: 4px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-header-toggle span:before {
    content: '';
    position: relative;
    top: 6px;
    height: 2px;
    width: 25px;
    background: #fff;
    border-radius: 4px;
    display: block;
  }
}

.l-header-toggle.is-open {
  background: #fff;
  height: 47px !important;
  width: 47px !important;
}

.l-header-toggle.is-open p {
  color: #1e2766;
  opacity: 0;
}

.l-header-toggle.is-open span {
  background: #1e2766;
  margin-top: 23px !important;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header-toggle.is-open span:after, .l-header-toggle.is-open span:before {
  background: #1e2766;
}

.l-header-toggle.is-open span:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.l-header-toggle.is-open span:after {
  display: none;
}

.l-header-toggle.is-close {
  background: #fff;
  height: 48px !important;
  width: 47px !important;
  right: 15px;
  top: 11px;
  z-index: 1001;
}

.l-header-toggle.is-close p {
  display: none;
}

.l-header-toggle.is-close span {
  display: none;
}

.l-header-toggle.is-close:before {
  width: 3px;
  height: 20px;
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  top: 14px;
  left: 22px;
  background: #1e2766;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-header-toggle.is-close:after {
  width: 3px;
  height: 20px;
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  top: 14px;
  left: 22px;
  background: #1e2766;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-section_footer {
  margin-top: 60px;
  background: url("/content/dam/sites/th_lifree_com/shareparts/th/footer/bg_001.png") top left no-repeat;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-section_footer {
    padding-top: 240px;
    background: url("/content/dam/sites/th_lifree_com/shareparts/th/footer/bg_01_sp.png") top left no-repeat;
    background-size: cover;
  }
}

/*
** b-flex_01 子要素をフレックスさせます
** own / y-ikeda
*/
.b-flex_01 {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-box_fullheight {
  height: 100%;
}

.b-item_dial {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .CMP-CM19-breadcrumb {
    display: none;
  }
}

.uc-mod-nav-breadcrumb-01 {
  width: 1184px;
  padding: 25px 0 5px;
  margin: auto;
}

.uc-mod-nav-breadcrumb-01 li {
  font-size: 14px;
}

.uc-mod-nav-breadcrumb-01 li:last-child span {
  font-weight: bold;
}

.uc-mod-nav-breadcrumb-01 li a {
  color: #3b4598;
}

.c-breadthumb-uqhide li:last-child a {
  pointer-events: none;
  color: #333;
}

.c-breadthumb-uqhide li:last-child a:after {
  display: none;
}

.c-campaign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  max-width: 100%;
  position: relative;
  height: 224px;
}

@media screen and (max-width: 768px) {
  .c-campaign {
    height: 203.5px;
  }
}

@media screen and (max-width: 768px) {
  .c-campaign.c-carousel_item {
    padding-top: 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.c-campaign_bnr {
  position: static !important;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  height: 230px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.c-campaign_bnr.slick-initialized {
  opacity: 1;
}

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

@media screen and (max-width: 321px) {
  .c-campaign_bnr {
    height: 172px;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .c-campaign_bnr {
    height: auto;
    margin-bottom: 15px;
  }
}

.c-campaign_bnr a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.c-campaign_bnr .c-carousel_head {
  display: block;
  height: 224px;
  padding: 10px;
  min-width: 50%;
}

@media screen and (max-width: 768px) {
  .c-campaign_bnr .c-carousel_head {
    width: 50%;
    padding: 11px;
  }
}

@media screen and (max-width: 321px) {
  .c-campaign_bnr .c-carousel_head {
    height: 172px;
  }
}

@media screen and (max-width: 768px) {
  .c-campaign_bnr .c-carousel_head h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 321px) {
  .c-campaign_bnr .c-carousel_head h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .c-campaign_bnr .c-carousel_head h3 span {
    font-size: 12px;
  }
}

@media screen and (max-width: 321px) {
  .c-campaign_bnr .c-carousel_head h3 span {
    font-size: 10px;
  }
}

.c-campaign_bnr .slick-slide img {
  display: block;
  height: 224px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .c-campaign_bnr .slick-slide img {
    width: auto;
    position: relative;
    z-index: -1;
    left: -12.5%;
  }
}

@media screen and (max-width: 321px) {
  .c-campaign_bnr .slick-slide img {
    left: -9.5%;
    height: 172px;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .c-campaign_bnr .slick-slide img {
    left: 0;
    width: 50%;
    height: inherit;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .c-campaign_bnr .slick-list {
    background: #1e2766;
  }
}

.c-campaign_bnr .slick-dots {
  position: absolute;
  bottom: 50px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  left: 22%;
}

@media screen and (max-width: 768px) {
  .c-campaign_bnr .slick-dots {
    left: 22%;
  }
}

@media screen and (max-width: 321px) {
  .c-campaign_bnr .slick-dots {
    bottom: 23px;
    left: 22%;
  }
}

.c-campaign_bnr .slick-dots li {
  font-size: 0;
}

.c-campaign_bnr .slick-dots li > button {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  display: block;
  margin: 0 5px;
}

.c-campaign_bnr .slick-dots li.slick-active > button {
  background: #e4007f !important;
}

.c-campaign_bnr .slick-prev {
  left: 5% !important;
  bottom: 40px !important;
  top: auto;
  width: 30px !important;
  height: 30px !important;
  background: #fff !important;
  position: absolute;
  border-radius: 30px;
  padding-top: 30px;
  overflow: hidden;
  z-index: 99;
}

@media screen and (max-width: 321px) {
  .c-campaign_bnr .slick-prev {
    left: 6% !important;
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    border-radius: 20px !important;
    padding-top: 0;
    height: 20px !important;
    min-height: 20px !important;
    font-size: 0;
    bottom: 18px !important;
    max-height: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .c-campaign_bnr .slick-prev {
    left: 6% !important;
  }
}

.c-campaign_bnr .slick-prev:after {
  border-color: #1e2766 !important;
}

.c-campaign_bnr .slick-prev:before {
  content: '';
  position: absolute;
  border-color: #1e2766 !important;
  right: calc(50% - 0.45em) !important;
  width: 0.65em !important;
  height: 0.65em !important;
  bottom: calc(50% + 0.15em) !important;
  width: 0.6em;
  height: 0.6em;
  border-bottom: #fff 2px solid;
  border-left: #fff 2px solid;
  -webkit-transform: rotate(45deg) translate(50%, 50%);
      -ms-transform: rotate(45deg) translate(50%, 50%);
          transform: rotate(45deg) translate(50%, 50%);
}

@media screen and (max-width: 768px) {
  .c-campaign_bnr .slick-prev:before {
    bottom: calc(50% + 0.06em) !important;
    right: calc(50% - 0.3em) !important;
    width: 0.45em !important;
    height: 0.45em !important;
  }
}

@media screen and (max-width: 321px) {
  .c-campaign_bnr .slick-prev:before {
    width: 8px !important;
    height: 8px !important;
    right: 28% !important;
    bottom: 52% !important;
  }
}

.c-campaign_bnr .slick-next {
  position: absolute !important;
  left: 40% !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  bottom: 40px !important;
  width: 30px !important;
  height: 30px !important;
  background: #fff !important;
  position: absolute;
  border-radius: 30px;
  padding-top: 30px;
  overflow: hidden;
}

@media screen and (max-width: 321px) {
  .c-campaign_bnr .slick-next {
    left: 37% !important;
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    border-radius: 20px !important;
    padding-top: 0;
    bottom: 18px !important;
    height: 20px !important;
    min-height: 20px !important;
    font-size: 0;
    max-height: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .c-campaign_bnr .slick-next {
    left: 40% !important;
  }
}

.c-campaign_bnr .slick-next:after {
  border-color: #1e2766 !important;
}

.c-campaign_bnr .slick-next:before {
  content: '';
  position: absolute;
  border-color: #1e2766 !important;
  right: calc(50% - 0.2em);
  bottom: calc(50% + 0.2em);
  width: 0.6em;
  height: 0.6em;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(45deg) translate(50%, 50%);
      -ms-transform: rotate(45deg) translate(50%, 50%);
          transform: rotate(45deg) translate(50%, 50%);
}

@media screen and (max-width: 768px) {
  .c-campaign_bnr .slick-next:before {
    bottom: calc(50% + 0.06em) !important;
    right: calc(50% - 0.15em) !important;
    width: 0.45em !important;
    height: 0.45em !important;
  }
}

@media screen and (max-width: 321px) {
  .c-campaign_bnr .slick-next:before {
    width: 8px !important;
    height: 8px !important;
    right: 40% !important;
    bottom: 52% !important;
  }
}

.c-campaign_desc {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 51.11111%;
}

@media screen and (max-width: 768px) {
  .c-campaign_desc {
    width: 50.14493%;
  }
}

.c-campaign .c-campaign_desc {
  height: 230px;
  overflow: hidden;
}

.c-campaign .c-campaign_desc > li {
  height: 230px;
}

.c-campaign .c-campaign_desc .slick-dots {
  left: 50%;
}

.c-campaign .c-campaign_desc .slick-slide {
  padding: 0;
}

.c-campaign .slick-list,
.c-campaign .slick-track,
.c-campaign .slick-slide {
  height: 100%;
}

.c-campaign .slick-slider {
  position: static !important;
}

.c-campaign .slick-dots {
  left: 25% !important;
  -webkit-transform: translateX(-35%) !important;
      -ms-transform: translateX(-35%) !important;
          transform: translateX(-35%) !important;
}

.c-campaign .slick-prev {
  left: 5% !important;
  bottom: 31px !important;
  top: auto;
  width: 30px !important;
  height: 30px !important;
  background: #fff !important;
  position: absolute;
  border-radius: 30px;
  padding-top: 30px;
  overflow: hidden;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .c-campaign .slick-prev {
    left: 6% !important;
    bottom: 9px !important;
  }
}

.c-campaign .slick-prev:after {
  border-color: #1e2766 !important;
}

.c-campaign .slick-prev:before {
  content: '';
  position: absolute;
  border-color: #1e2766 !important;
  right: calc(50% - 0.45em) !important;
  width: 0.65em !important;
  height: 0.65em !important;
  bottom: calc(50% + 0.15em) !important;
  width: 0.6em;
  height: 0.6em;
  border-bottom: #fff 2px solid;
  border-left: #fff 2px solid;
  -webkit-transform: rotate(45deg) translate(50%, 50%);
      -ms-transform: rotate(45deg) translate(50%, 50%);
          transform: rotate(45deg) translate(50%, 50%);
}

@media screen and (max-width: 768px) {
  .c-campaign .slick-prev:before {
    right: calc(50% - 0.3em) !important;
    width: 0.45em !important;
    height: 0.45em !important;
  }
}

.c-campaign .slick-next {
  position: absolute !important;
  left: 40% !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  bottom: 31px !important;
  width: 30px !important;
  height: 30px !important;
  background: #fff !important;
  position: absolute;
  border-radius: 30px;
  padding-top: 30px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-campaign .slick-next {
    left: 40% !important;
    bottom: 9px !important;
  }
}

.c-campaign .slick-next:after {
  border-color: #1e2766 !important;
}

.c-campaign .slick-next:before {
  content: '';
  position: absolute;
  border-color: #1e2766 !important;
  right: calc(50% - 0.2em);
  bottom: calc(50% + 0.2em);
  width: 0.6em;
  height: 0.6em;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(45deg) translate(50%, 50%);
      -ms-transform: rotate(45deg) translate(50%, 50%);
          transform: rotate(45deg) translate(50%, 50%);
}

@media screen and (max-width: 768px) {
  .c-campaign .slick-next:before {
    right: calc(50% - 0.15em) !important;
    width: 0.45em !important;
    height: 0.45em !important;
  }
}

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

@media screen and (max-width: 768px) {
  .uc-object span span img.uc-sp {
    width: auto;
  }
}

.c-carousel_item {
  padding-left: 2px !important;
}

@media screen and (max-width: 768px) {
  .c-carousel_item {
    padding-top: 30px;
    padding-left: 15px !important;
    padding-right: 0 !important;
  }
}

.c-carousel_item .uc-carousel-content {
  margin: 0;
  padding: 0 !important;
}

.c-carousel_item .slick-dots {
  position: absolute;
  top: 170px;
  left: -141px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .c-carousel_item .slick-dots {
    left: -51%;
    top: auto;
    bottom: 19px;
  }
}

.c-carousel_item .slick-dots li {
  margin: 10px 0 0 !important;
}

@media screen and (max-width: 768px) {
  .c-carousel_item .slick-dots li {
    margin: 10px 4px 0 !important;
  }
}

.c-carousel_item .slick-dots li button:after {
  background: #fff !important;
}

.c-carousel_item .slick-dots li.slick-active button:after {
  background: #e4007f !important;
}

.c-carousel_item .uc-carousel-item {
  margin: 0 !important;
  padding: 0 !important;
}

.c-carousel_item .uc-mod-media-01 {
  margin: 0;
  padding: 0;
}

.c-carousel_item .uc-prev, .c-carousel_item .uc-next {
  display: none;
}

.c-carousel_item .uc-js-carousel-ui {
  display: block !important;
}

.c-carousel_head {
  background: #1e2766;
  text-align: center;
  height: 223px;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .c-carousel_head {
    height: 146px;
    padding: 13px 11px;
    margin-left: 0;
  }
}

.c-carousel_head * {
  font-weight: bold;
  color: #fff !important;
}

.c-carousel_head h3 {
  display: block;
  font-size: 21px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .c-carousel_head h3 {
    font-size: 18px;
  }
}

.c-carousel_head span {
  display: block;
  text-align: left;
  font-size: 14px;
}

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

@media screen and (max-width: 768px) {
  .c-top-carousel_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 15px 15px 15px;
    background: #1e2766 !important;
  }
}

@media screen and (max-width: 768px) {
  .c-top-carousel_container .uc-lyt-grid-col-flex {
    width: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .c-top-carousel_container .uc-mod-carousel-00 {
    padding-left: 0 !important;
    padding-top: 0;
    margin-bottom: 0 !important;
  }
}

.c-top_firstgrid_contaner {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-top_firstgrid_contaner {
    margin-bottom: 11px;
  }
}

.c-detail_information_container {
  padding-bottom: 80px;
}

.c-detail_information_container .uc-reg-catch-copy {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .uc-reg-catch-copy {
    font-size: 18px;
  }
}

.c-detail_information_container .c-detail_relationitem {
  border: 1px solid #e4e4e4;
  background: #fff;
  position: relative;
  height: auto;
}

.c-detail_information_container .c-detail_relationitem * {
  font-weight: bold;
  font-size: 14px;
  color: #1e2766;
  width: 100%;
  height: 100%;
}

.c-detail_information_container .c-detail_relationitem a {
  padding: 16px 32px 16px 16px;
  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;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .c-detail_relationitem a {
    font-size: 13px;
    padding: 9px 20px 9px 15px;
  }
}

.c-detail_information_container .c-detail_relationitem:after {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  content: '';
  background: url("/content/dam/sites/th_lifree_com/th/index/icon_arrow.png") center center no-repeat;
  background-size: contain;
  width: 11px;
  height: 7px;
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .c-detail_relationitem:after {
    right: 6px;
  }
}

.c-detail_information_container .c-detail_relationitem:hover {
  background: #d5f0ff;
  border-color: #d5f0ff;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .c-detail_relationitem:hover {
    border: 1px solid #e4e4e4;
    background: #fff;
  }
}

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

.c-detail_information_container .c-detail_relationitem-gridstart {
  margin-right: 12px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .c-detail_relationitem-gridstart {
    margin-right: 0;
  }
}

.c-detail_information_container .c-detail_relationitem-gridstart.is-current {
  background: #d5f0ff;
  border-color: #d5f0ff;
}

.c-detail_information_container .c-detail_relationitem-gridcenter {
  margin: 0 12px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .c-detail_relationitem-gridcenter {
    margin: 0;
  }
}

.c-detail_information_container .c-detail_relationitem-gridcenter.is-current {
  background: #d5f0ff;
  border-color: #d5f0ff;
}

.c-detail_information_container .c-detail_relationitem-gridend {
  margin-left: 12px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .c-detail_relationitem-gridend {
    margin-left: 0;
  }
}

.c-detail_information_container .c-detail_relationitem-gridend.is-current {
  background: #d5f0ff;
  border-color: #d5f0ff;
}

.c-detail_information_container .uc-reg-product {
  position: relative;
}

.c-detail_information_container .uc-reg-product .uc-carousel-ui.uc-js-carousel-ui {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-detail_information_container .uc-carousel-item {
  margin: 0;
  padding: 0;
}

.c-detail_information_container .uc-carousel-item .uc-mod-media-01 {
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .uc-carousel-item .uc-mod-media-01 img {
    width: 80%;
  }
}

.c-detail_information_container .uc-prev {
  left: 0 !important;
  position: relative;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .uc-prev {
    left: 0 !important;
  }
}

.c-detail_information_container .uc-prev button {
  width: 30px !important;
  height: 30px !important;
  background: #e4e4e4 !important;
  border-radius: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .uc-prev button {
    width: 25px !important;
    height: 25px !important;
  }
}

.c-detail_information_container .uc-prev button:after {
  content: '';
  width: 10px;
  position: absolute;
  left: 39%;
  top: 50%;
  display: block;
  height: 10px;
  border-top: 2px solid #1e2766;
  border-right: 2px solid #1e2766;
  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.c-detail_information_container .uc-prev span {
  font-size: 0;
}

.c-detail_information_container .uc-next {
  position: absolute !important;
  right: 24px !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  top: 0;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .uc-next {
    right: 14px !important;
  }
}

.c-detail_information_container .uc-next button {
  width: 30px !important;
  height: 30px !important;
  background: #e4e4e4 !important;
  border-radius: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .uc-next button {
    width: 25px !important;
    height: 25px !important;
  }
}

.c-detail_information_container .uc-next button:after {
  content: '';
  width: 10px;
  position: absolute;
  left: 28%;
  top: 50%;
  display: block;
  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);
}

.c-detail_information_container .uc-next span {
  font-size: 0;
}

.c-detail_information_container .c-detail_underbnr {
  padding-right: 20px;
  margin-bottom: 25px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .c-detail_underbnr {
    padding-right: 0;
    padding: 0 15px;
    margin-top: 40px;
  }
}

.c-detail_information_container .c-detail_information_rightitem {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .c-detail_information_rightitem {
    padding-left: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}

.c-detail_information_container .c-detail_information_rightitem .parsys {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .c-detail_information_rightitem .parsys {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-detail_information_container .c-detail_information_rightitem .parsys > .section {
  width: 33%;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .c-detail_information_rightitem .parsys > .section {
    width: 48%;
  }
}

.c-detail_information_container .c-detail_information_rightitem_heading {
  padding-left: 20px;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .c-detail_information_container .c-detail_information_rightitem_heading {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-detail_firstcontent {
  padding-top: 20px;
}

.c-detail_printbutton {
  border: 1px solid #1e2766;
  border-radius: 30px;
  width: 218px;
  position: relative;
  right: 40px;
  background: url(/content/dam/sites/th_lifree_com/shareparts/th/header/ico_print.png) 8px center no-repeat;
}

@media screen and (max-width: 768px) {
  .c-detail_printbutton {
    display: none;
  }
}

.c-detail_printbutton a {
  display: block;
}

.c-detail_printbutton * {
  font-size: 16px;
  padding: 2px 5px 2px 34px;
  color: #1e2766;
  font-weight: bold;
}

.c-detail_printbutton:hover {
  background: #e9f3fd url(/content/dam/sites/th_lifree_com/shareparts/th/header/ico_print.png) 8px center no-repeat;
}

.c-detail_printbutton:hover * {
  text-decoration: none;
}

.c-detail_mainproduct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e9f3fd;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct {
    padding-bottom: 20px;
    margin-bottom: 25px;
    padding: 0;
  }
}

.c-detail_mainproduct + div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

.c-detail_mainproduct + div .uc-reg-product-and-banner {
  width: 41.666667%;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-product-and-banner {
    width: 100%;
    padding-right: 0;
  }
}

.c-detail_mainproduct + div .uc-reg-product {
  width: 100%;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-product {
    width: 100%;
    padding-right: 0;
  }
}

.c-detail_mainproduct + div .uc-reg-product .uc-carousel-ui {
  display: none !important;
}

.c-detail_mainproduct + div .uc-reg-product .uc-carousel-item .uc-mod-media-01 {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.c-detail_mainproduct + div .uc-reg-product .slick-slider {
  width: 100%;
}

.c-detail_mainproduct + div .uc-reg-product .slick-slider img {
  max-width: 100%;
}

.c-detail_mainproduct + div .uc-reg-product .slick-slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-product .slick-slider .slick-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-detail_mainproduct + div .uc-reg-product .slick-slider .slick-dots li {
  width: 20%;
  margin: 0 4px;
  border: 2px solid #ddd;
}

.c-detail_mainproduct + div .uc-reg-product .slick-slider .slick-dots li img {
  max-width: 100%;
}

.c-detail_mainproduct + div .uc-reg-product .slick-slider .slick-dots li.slick-active {
  border: 2px solid #e4007f;
}

.c-detail_mainproduct + div .uc-reg-product .slick-slider .slick-prev {
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #e4e4e4 !important;
  display: block;
  font-size: 0;
  border-radius: 100%;
  z-index: 99;
}

.c-detail_mainproduct + div .uc-reg-product .slick-slider .slick-prev:after {
  content: '';
  position: absolute;
  top: 48%;
  right: 7px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1e2766;
  border-left: 2px solid #1e2766;
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  display: block;
}

.c-detail_mainproduct + div .uc-reg-product .slick-slider .slick-next {
  position: absolute;
  top: 45%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #e4e4e4 !important;
  display: block;
  font-size: 0;
  border-radius: 100%;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-product .slick-slider .slick-next {
    right: 0;
  }
}

.c-detail_mainproduct + div .uc-reg-product .slick-slider .slick-next:after {
  content: '';
  position: absolute;
  top: 48%;
  left: 7px;
  width: 8px;
  height: 8px;
  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%);
  display: block;
}

.c-detail_mainproduct + div .uc-reg-detail {
  width: 58.333333%;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-detail {
    width: 100%;
    padding-left: 0;
    padding: 40px 0 0 0;
  }
}

.c-detail_mainproduct + div .uc-reg-detail .uc-reg-explanatory-notes {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-detail .uc-reg-explanatory-notes {
    margin-bottom: 16px;
    font-size: 12px;
  }
}

.c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl .uc-reg-adl-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl .uc-reg-adl-item:nth-of-type(3) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl .uc-reg-adl-item:nth-of-type(3) {
    margin-right: 8px;
  }
}

.c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl .uc-reg-adl-item:nth-of-type(6) {
  margin-right: 0;
}

.c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl-item {
  width: 144px;
  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: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  height: 58px;
  background: #f1f1f1;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl-item {
    height: 64px;
    font-size: 13px;
    width: calc(50% - 48px);
    padding: 10px;
    font-weight: bold;
  }
}

.c-detail_mainproduct + div .uc-reg-detail [class*="uc-reg-adl-item-"] {
  width: 58px;
  height: 58px;
  margin-bottom: 7px;
}

.c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl-item-0 {
  background: #f1f1f1 url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_01.png) 10px center no-repeat;
  background-size: 40px 40px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl-item-0 {
    width: 44px;
    height: 64px;
    background-size: 35px 35px;
  }
}

.c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl-item-1 {
  background: #f1f1f1 url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_02.png) 10px center no-repeat;
  background-size: 40px 40px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl-item-1 {
    width: 44px;
    height: 64px;
    background-size: 35px 35px;
  }
}

.c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl-item-2 {
  background: #f1f1f1 url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_03.png) 10px center no-repeat;
  background-size: 40px 40px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl-item-2 {
    width: 44px;
    height: 64px;
    background-size: 35px 35px;
  }
}

.c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl-item-3 {
  background: #f1f1f1 url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_04.png) 10px center no-repeat;
  background-size: 40px 40px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl-item-3 {
    width: 44px;
    height: 64px;
    background-size: 35px 35px;
  }
}

.c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl-item-4 {
  background: #f1f1f1 url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_05.png) 10px center no-repeat;
  background-size: 40px 40px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl-item-4 {
    width: 44px;
    height: 64px;
    background-size: 35px 35px;
  }
}

.c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl-item-5 {
  background: #f1f1f1 url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_06.png) 10px center no-repeat;
  background-size: 40px 40px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct + div .uc-reg-detail .uc-reg-adl-item-5 {
    width: 44px;
    height: 64px;
    background-size: 35px 35px;
  }
}

.c-detail_mainproduct .uc-reg-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct .uc-reg-title {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}

.c-detail_mainproduct .uc-reg-title .uc-icon-new {
  width: 57px;
  height: 57px;
  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;
  border-radius: 100%;
  font-size: 18px;
  color: #fff;
  background: #e4007f;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct .uc-reg-title .uc-icon-new {
    width: 57px;
    min-width: 47px;
    height: 47px;
    font-size: 13px;
  }
}

.c-detail_mainproduct .uc-reg-title .uc-product-name {
  font-size: 34px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct .uc-reg-title .uc-product-name {
    font-size: 24px;
  }
}

.c-detail_mainproduct .uc-reg-pickup {
  max-width: 67.5%;
  margin-right: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct .uc-reg-pickup {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct .uc-reg-type,
  .c-detail_mainproduct .uc-reg-drop,
  .c-detail_mainproduct .uc-reg-gender {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    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;
    width: auto;
  }
}

.c-detail_mainproduct .uc-reg-type .uc-reg-type-item,
.c-detail_mainproduct .uc-reg-drop .uc-reg-type-item,
.c-detail_mainproduct .uc-reg-gender .uc-reg-type-item {
  font-size: 16px;
  color: #fff;
  background: #3398cc;
  text-align: center;
  padding: 3px 15px;
  margin-right: 12px;
}

.c-detail_mainproduct .uc-reg-type .uc-reg-gender-item,
.c-detail_mainproduct .uc-reg-drop .uc-reg-gender-item,
.c-detail_mainproduct .uc-reg-gender .uc-reg-gender-item {
  font-size: 16px;
  color: #fff;
  background: #3398cc;
  text-align: center;
  padding: 3px 15px;
  margin-right: 12px;
}

.c-detail_mainproduct .uc-reg-type .uc-reg-drop-item,
.c-detail_mainproduct .uc-reg-drop .uc-reg-drop-item,
.c-detail_mainproduct .uc-reg-gender .uc-reg-drop-item {
  font-size: 16px;
  color: #fff;
  background: #3398cc;
  text-align: center;
  padding: 3px 15px;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct .uc-reg-type:nth-child(3n),
  .c-detail_mainproduct .uc-reg-drop:nth-child(3n),
  .c-detail_mainproduct .uc-reg-gender:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct .uc-reg-type .uc-reg-type-item,
  .c-detail_mainproduct .uc-reg-drop .uc-reg-drop-item,
  .c-detail_mainproduct .uc-reg-gender .uc-reg-gender-item {
    font-size: 12px !important;
    height: 28px !important;
    margin-bottom: 8px !important;
    padding-top: 4px !important;
  }
}

.c-detail_mainproduct .uc-reg-future {
  padding: 1px;
  font-size: 14px;
  color: #666;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct .uc-reg-future {
    font-size: 12px;
    margin: auto;
    padding-bottom: 20px;
  }
}

.c-detail_mainproduct_information {
  width: 100%;
}

.c-detail_mainproduct_information table {
  margin: 18px 0 15px 0;
  padding: 0;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct_information table {
    font-size: 12px;
  }
}

.c-detail_mainproduct_information table th {
  background: #e9f3fd;
  width: 138px;
}

@media screen and (max-width: 768px) {
  .c-detail_mainproduct_information table th {
    width: auto;
  }
}

.c-detail_heading-01 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-detail_heading-01 {
    padding: 0 15px;
  }
}

.c-detail_heading-01 * {
  margin: 0;
  padding: 0;
  font-size: 20px;
  letter-spacing: -0.01em;
  font-weight: bold;
  text-align: left;
  color: #333;
}

.c-detail_heading-02 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-detail_heading-02 {
    padding: 0 15px;
  }
}

.c-detail_heading-02 * {
  font-size: 20px;
  margin: 0;
  padding: 0;
  color: #333;
  font-weight: bold;
  text-align: left;
}

.c-detail_heading-02.is-undertext {
  margin-bottom: 0;
}

.c-detail_flow-gridfirst {
  margin-right: 18px;
}

@media screen and (max-width: 768px) {
  .c-detail_flow-gridfirst {
    margin-right: 0;
    padding: 0 15px;
  }
}

.c-detail_flow-gridcenter {
  margin: 0 9px;
}

@media screen and (max-width: 768px) {
  .c-detail_flow-gridcenter {
    margin: 0 !important;
    padding: 0 15px;
  }
}

.c-detail_flow-gridend {
  margin-left: 18px;
}

@media screen and (max-width: 768px) {
  .c-detail_flow-gridend {
    margin-left: 0;
    padding: 0 15px;
  }
}

.c-detail_flowitem {
  margin-bottom: 40px;
}

.c-detail_flowitem img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-detail_flowitem img {
    margin: auto;
    width: 68.5%;
  }
}

.c-detail_flowitem .uc-caption {
  font-size: 16px;
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .c-detail_flowitem .uc-caption {
    font-size: 14px;
  }
}

.c-detail_flowitem.is-no-heading {
  padding-top: 52px;
}

@media screen and (max-width: 768px) {
  .c-detail_flowitem.is-no-heading {
    padding-top: 0;
  }
}

.c-detail_flowitem b {
  color: #333;
  font-weight: normal;
}

.c-detail_flow-num01 .uc-caption {
  padding-left: 40px;
  position: relative;
}

.c-detail_flow-num01 .uc-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "1";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_flow-num02 .uc-caption {
  padding-left: 40px;
  position: relative;
}

.c-detail_flow-num02 .uc-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "2";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_flow-num03 .uc-caption {
  padding-left: 40px;
  position: relative;
}

.c-detail_flow-num03 .uc-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "3";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_flow-num04 .uc-caption {
  padding-left: 40px;
  position: relative;
}

.c-detail_flow-num04 .uc-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "4";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_flow-num05 .uc-caption {
  padding-left: 40px;
  position: relative;
}

.c-detail_flow-num05 .uc-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "5";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_flow-num06 .uc-caption {
  padding-left: 40px;
  position: relative;
}

.c-detail_flow-num06 .uc-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "6";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_flow-num07 .uc-caption {
  padding-left: 40px;
  position: relative;
}

.c-detail_flow-num07 .uc-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "7";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_flow-num08 .uc-caption {
  padding-left: 40px;
  position: relative;
}

.c-detail_flow-num08 .uc-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "8";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_flow-num09 .uc-caption {
  padding-left: 40px;
  position: relative;
}

.c-detail_flow-num09 .uc-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "9";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_caution {
  border: 1px solid #e4e4e4;
  padding: 30px;
  margin-bottom: 40px;
}

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

.c-detail_caution * {
  line-height: 1.7;
  font-size: 14px;
}

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

.c-detail_caution b {
  font-weight: normal;
  color: #333;
}

.c-detail_video {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .c-detail_video {
    padding: 0 15px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_video .slick-track {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.c-detail_video .uc-caption {
  text-align: center;
  margin-top: 35px;
}

.c-detail_numheading {
  margin-bottom: 10px;
}

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

@media screen and (max-width: 768px) {
  .c-detail_numheading * {
    font-size: 17px;
  }
}

.c-detail_numheading sup {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .c-detail_numheading sup {
    font-size: 13px;
  }
}

.c-detail_numheading:not(.c-detail_numheading-01) {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .c-detail_numheading:not(.c-detail_numheading-01) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_numheading {
    margin-bottom: 15px;
  }
}

.c-detail_numheading-01 {
  padding-left: 40px;
  position: relative;
}

.c-detail_numheading-01:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "1";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_numheading-02 {
  padding-left: 40px;
  position: relative;
}

.c-detail_numheading-02:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "2";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_numheading-03 {
  padding-left: 40px;
  position: relative;
}

.c-detail_numheading-03:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "3";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_numheading-04 {
  padding-left: 40px;
  position: relative;
}

.c-detail_numheading-04:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "4";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_numheading-05 {
  padding-left: 40px;
  position: relative;
}

.c-detail_numheading-05:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "5";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_numheading-06 {
  padding-left: 40px;
  position: relative;
}

.c-detail_numheading-06:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "6";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_numheading-07 {
  padding-left: 40px;
  position: relative;
}

.c-detail_numheading-07:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "7";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_numheading-08 {
  padding-left: 40px;
  position: relative;
}

.c-detail_numheading-08:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "8";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_numheading-09 {
  padding-left: 40px;
  position: relative;
}

.c-detail_numheading-09:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "9";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_numheading-10 {
  padding-left: 40px;
  position: relative;
}

.c-detail_numheading-10:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "10";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1e2766;
  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;
  font-size: 16px;
  font-weight: bold;
}

.c-detail_numtext {
  padding-left: 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .c-detail_numtext {
    font-size: 12px;
  }
}

.c-detail_numtext * {
  font-size: 16px;
  font-weight: normal;
}

.c-detail_numtext.is-under_list {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .c-detail_numtext:last-child {
    margin-bottom: 0;
  }
}

.c-detail_enq-container {
  padding: 40px 0;
}

.c-detail_enq-container .uc-lyt-box-advance > .parsys {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .c-detail_enq-container .uc-lyt-box-advance > .parsys {
    height: auto;
  }
}

.c-detail_enq-container.is-single {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 0 0;
}

.c-detail_enq-container.is-single .c-detail_voice-item {
  min-height: 0;
  min-height: initial;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 768px) {
  .c-detail_enq-container.is-single .c-detail_voice-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-detail_enq-container.is-single .c-detail_voice-item .uc-put-media {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .c-detail_enq-container.is-single .c-detail_voice-item .uc-put-media {
    width: 100%;
  }
}

.c-detail_enq-container.is-single .c-detail_voice-item .uc-put-text .uc-put-lead b {
  font-weight: normal;
}

.c-detail_voice-headimg * {
  margin: 0;
  padding: 0;
}

.c-detail_voice-headimg.c-heading_imageset {
  margin-bottom: 0;
}

.c-detail_voice-headimg.c-heading_imageset .uc-put-text {
  position: relative;
  width: 564px;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-headimg.c-heading_imageset .uc-put-text {
    width: auto;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

.c-detail_voice-headimg.c-heading_imageset .uc-put-text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #e4007f;
  display: block;
}

.c-detail_voice-headimg.c-heading_imageset .uc-put-text::after {
  position: absolute;
  top: 3px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #0359ba;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-headimg.c-heading_imageset .uc-put-text h2 {
    text-align: left;
    font-size: 24px;
  }
}

.c-detail_voice-headimg.c-heading_imageset .uc-put-media {
  width: 540px;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-headimg.c-heading_imageset .uc-put-media {
    width: auto;
  }
}

.c-detail_voice-container {
  padding: 40px 0;
}

.c-detail_voice-container .uc-lyt-box-advance > .parsys {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-container .uc-lyt-box-advance > .parsys {
    height: auto;
  }
}

.c-detail_voice-gridfirst {
  margin-left: 40px;
  margin-right: 18px;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-gridfirst {
    padding: 0 !important;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
}

.c-detail_voice-gridcenter {
  margin: 0 18px;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-gridcenter {
    padding: 0 !important;
    margin: 0 15px 22px 15px !important;
    margin-bottom: 10px !important;
  }
}

.c-detail_voice-gridend {
  margin-left: 18px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-gridend {
    padding: 0 !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 10px;
  }
}

.c-detail_voice-title {
  height: 80px;
  background: #fff;
  padding-left: 60px;
  margin-bottom: 10px;
  width: 100%;
  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: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-title {
    height: 60px;
    padding-left: 50px;
    margin-bottom: 20px;
  }
}

.c-detail_voice-title:before {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  content: 'Q';
  background: #3398cc;
  color: #fff;
  font-size: 18px;
  height: 100%;
  width: 40px;
  -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;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-title:before {
    font-size: 17px;
    width: 35px;
  }
}

.c-detail_voice-title * {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

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

.c-detail_voice-item {
  min-height: 425px;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-item {
    min-height: auto;
    padding: 0 0 10px 0;
  }
}

.c-detail_voice-item.is-last-item {
  margin-right: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-detail_voice-item .uc-put-title {
  width: 100%;
}

.c-detail_voice-item .uc-put-title * {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-item .uc-put-title * {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_voice-item .uc-put-title h3 {
    font-size: 13px;
  }
}

.c-detail_voice-item .uc-put-title sup {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-item .uc-put-title sup {
    font-size: 12px;
  }
}

.c-detail_voice-item .uc-put-text {
  width: 100%;
}

.c-detail_voice-item .uc-put-lead * {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-item .uc-put-lead * {
    font-size: 12px;
  }
}

.c-detail_voice-item .uc-put-media {
  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;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-item .uc-put-media {
    margin-top: 0;
  }
}

.c-detail_voice-item .uc-put-media .uc-put-object {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-item .uc-put-media .uc-put-object {
    margin-top: 10px;
  }
}

.c-detail_voice-item .uc-put-media .uc-caption {
  font-size: 12px;
}

.c-detail_voice-item.is-unique .uc-put-lead p:first-child {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .c-detail_voice-item.is-unique .uc-put-lead p:first-child {
    font-size: 15px;
  }
}

.c-detail_usecaution {
  padding: 0 40px;
}

.c-detail_usetitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-detail_usetitle {
    padding: 0 15px;
    font-size: 14px;
  }
}

.CMP-CM11-image-and-text + .CMP-CM06-section #u-voice_container {
  padding-top: 40px;
  background: #eef7fd;
}

.c-detail_uservoice {
  background: #fff;
  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;
  padding: 20px 30px 0 30px;
}

.c-detail_uservoice-container {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .c-detail_uservoice-container {
    padding: 20px 0;
  }
}

.c-detail_uservoice-container:nth-of-type(n + 1) {
  padding: 0;
}

.c-detail_uservoice-container.l-container_blue {
  padding-top: 40px !important;
}

@media screen and (max-width: 768px) {
  .c-detail_uservoice-container.l-container_blue {
    padding-top: 0 !important;
  }
}

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

.c-detail_uservoice.is-lastitem {
  margin-right: 0;
}

.c-detail_uservoice .uc-put-media {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

.c-detail_uservoice .uc-put-media .uc-caption {
  font-size: 16px;
  padding-left: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-detail_uservoice .uc-put-media .uc-caption {
    font-size: 13px;
  }
}

.c-detail_uservoice .uc-put-title {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .c-detail_uservoice .uc-put-title {
    padding-bottom: 7px;
  }
}

.c-detail_uservoice .uc-put-title * {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .c-detail_uservoice .uc-put-title * {
    font-size: 16px;
  }
}

.c-detail_usertext {
  background: #fff;
  padding: 15px 30px;
}

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

.c-detail_usertext p:last-child {
  font-size: 14px;
}

.c-detail_user-morebtn {
  background: #fff;
  text-align: center;
  cursor: pointer;
  margin: auto;
  width: 1024px;
  margin-bottom: 50px;
  margin-top: 40px !important;
}

@media screen and (max-width: 768px) {
  .c-detail_user-morebtn {
    width: 92%;
    margin-top: 0 !important;
  }
}

.c-detail_user-morebtn_inner {
  margin: 0 40px;
}

.c-detail_user-morebtn p {
  color: #1e2766;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

.c-detail_user-morebtn span {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 10px;
  background: #1e2766;
}

.c-detail_user-morebtn span:after {
  width: 14px;
  height: 2px;
  background: #fff;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.c-detail_user-morebtn span:before {
  width: 14px;
  height: 2px;
  background: #fff;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(-90deg);
          transform: translateY(-50%) translateX(-50%) rotate(-90deg);
}

.c-detail_user-morebtn:hover {
  opacity: 0.8;
}

.c-detail_user-morebtn.is-more {
  margin-top: 20px;
}

.c-detail_user-morebtn.is-more .c-detail_user-morebtn_inner > p > span:before {
  display: none !important;
}

.c-detail_cmbnr {
  margin-bottom: 100px;
}

.c-detail_cmbnr img {
  max-width: 100%;
}

.c-detail_lineupnav-gridstart {
  margin-right: 12px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c-detail_lineupnav-gridstart {
    margin-right: 0 !important;
    width: 92%;
    margin: auto;
    margin-bottom: 0 !important;
  }
}

.c-detail_lineupnav-gridcenter {
  margin: 0 12px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c-detail_lineupnav-gridcenter {
    margin: 0 !important;
    width: 92%;
    margin: auto;
    margin-bottom: 0 !important;
  }
}

.c-detail_lineupnav-gridend {
  margin-left: 12px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c-detail_lineupnav-gridend {
    margin-left: 0 !important;
    width: 92%;
    margin: auto;
    margin-bottom: 0 !important;
  }
}

.c-detail_lineupnav {
  border: 1px solid #e4e4e4;
  position: relative;
  height: 65px;
}

@media screen and (max-width: 768px) {
  .c-detail_lineupnav {
    margin-left: 0;
    margin-right: 0 !important;
    margin: auto !important;
  }
}

.c-detail_lineupnav * {
  font-weight: bold;
  font-size: 14px;
  color: #1e2766;
  width: 100%;
  height: 100%;
}

.c-detail_lineupnav a {
  padding: 16px 32px 16px 16px;
  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;
}

.c-detail_lineupnav:after {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  content: '';
  background: url("/content/dam/sites/th_lifree_com/th/index/icon_arrow.png") center center no-repeat;
  background-size: contain;
  width: 11px;
  height: 7px;
  margin-left: 12px;
}

.c-detail_lineupnav:hover {
  background: #d5f0ff;
  border-color: #d5f0ff;
}

.c-detail_lineupnav:hover * {
  text-decoration: none;
}

.c-detail_lineupmore_container {
  padding: 40px;
  margin: auto;
  width: 1104px;
}

@media screen and (max-width: 768px) {
  .c-detail_lineupmore_container {
    width: 92%;
    padding: 30px 15px !important;
    margin: auto;
    margin-top: 50px !important;
  }
}

.c-detail_lineupmore_container .is-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-detail_lineupmore {
  text-align: right;
  position: relative;
}

.c-detail_lineupmore * {
  font-size: 14px;
  color: #1e2766;
  font-weight: bold;
}

.c-detail_lineupmore a {
  padding-right: 36px;
}

.c-detail_lineupmore:after {
  position: absolute;
  top: 6px;
  right: 12px;
  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);
}

.c-detail_lineupmore:before {
  position: absolute;
  top: -4px;
  right: 0;
  content: '';
  width: 30px;
  height: 30px;
  background: #1e2766;
  border-radius: 100%;
}

.c-detail_lineup_heading {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .c-detail_lineup_heading {
    text-align: left;
    margin-bottom: 25px;
  }
}

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

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

.c-detail_lineup_heading a:after {
  position: absolute;
  top: 16px;
  right: 12px;
  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) {
  .c-detail_lineup_heading a:after {
    width: 8px;
    height: 8px;
    top: 14px;
    right: 10px;
  }
}

.c-detail_lineup_heading a:before {
  position: absolute;
  top: 6px;
  right: 0;
  content: '';
  width: 30px;
  height: 30px;
  background: #1e2766;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .c-detail_lineup_heading a:before {
    width: 25px;
    height: 25px;
  }
}

.c-detail_lineup_subheading {
  background: #1e2766;
  color: #fff;
  padding: 5px 20px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-detail_lineup_subheading {
    padding: 16px 15px;
  }
}

.c-detail_lineup_list01 {
  padding: 20px 20px 0 20px;
}

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

@media screen and (max-width: 768px) {
  .c-detail_lineup_list01 ul {
    margin: 0;
    padding: 0;
  }
}

.c-detail_lineup_list01 li {
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-detail_lineup_list01 li {
    margin: 0;
    padding: 10px 0;
  }
}

.c-detail_lineup_list01 li:after {
  position: absolute;
  top: 46%;
  right: 12px;
  content: '';
  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-detail_lineup_list01 li:after {
    right: 6px;
  }
}

.c-detail_lineup_list01 li a {
  display: block;
  width: 100%;
  font-weight: bold;
  height: 100%;
  padding: 0 20px 0 0;
}

.c-detail_lineup_list01.is-strong {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .c-detail_lineup_list01.is-strong {
    padding-top: 20px;
    border-top: 1px solid #fff;
  }
}

.c-detail_lineup_list01.is-strong * {
  font-size: 18px;
  font-weight: bold;
}

.c-detail_lineup_list02 {
  padding: 20px 20px 0 20px;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .c-detail_lineup_list02 {
    padding: 10px 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_lineup_list02 ul {
    padding: 0;
    margin: 0;
  }
}

.c-detail_lineup_list02 li {
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-detail_lineup_list02 li {
    margin: 0;
    padding: 10px 0;
  }
}

.c-detail_lineup_list02 li:after {
  position: absolute;
  top: 46%;
  right: 12px;
  content: '';
  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-detail_lineup_list02 li:after {
    right: 6px;
  }
}

.c-detail_lineup_list02 li a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  padding-right: 20px;
}

.c-detail_lineup_list02.is-bold li {
  font-weight: bold;
}

.c-detail_lineup-gridfirst {
  margin-right: 18px;
}

@media screen and (max-width: 768px) {
  .c-detail_lineup-gridfirst {
    margin-right: 0 !important;
  }
}

.c-detail_lineup-gridcenter {
  margin: 0 18px;
}

@media screen and (max-width: 768px) {
  .c-detail_lineup-gridcenter {
    margin: 0 !important;
  }
}

.c-detail_lineup-gridend {
  margin-left: 18px;
}

@media screen and (max-width: 768px) {
  .c-detail_lineup-gridend {
    margin-left: 0 !important;
  }
}

.c-detail_cvaera {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(30, 39, 102, 0)), color-stop(16%, rgba(30, 39, 102, .94)), color-stop(20%, #1e2766), color-stop(50%, #1e2766), color-stop(51%, #1e2766), color-stop(84%, #1e2766), color-stop(88%, rgba(30, 39, 102, .75)), to(rgba(30, 39, 102, 0)));
  background: -webkit-linear-gradient(left, rgba(30, 39, 102, 0) 0%, rgba(30, 39, 102, .94) 16%, #1e2766 20%, #1e2766 50%, #1e2766 51%, #1e2766 84%, rgba(30, 39, 102, .75) 88%, rgba(30, 39, 102, 0) 100%);
  background: linear-gradient(to right, rgba(30, 39, 102, 0) 0%, rgba(30, 39, 102, .94) 16%, #1e2766 20%, #1e2766 50%, #1e2766 51%, #1e2766 84%, rgba(30, 39, 102, .75) 88%, rgba(30, 39, 102, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera {
    background: #1e2766;
    height: auto;
    padding: 8px 0;
  }
}

.c-detail_cvaera.is-show {
  opacity: 1;
}

.c-detail_cvaera.is-fixed {
  bottom: 817px;
}

.c-detail_cvaera ul {
  height: 100%;
  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;
  -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;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera ul {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    padding: 0 15px;
  }
}

.c-detail_cvaera li {
  width: 414px;
  height: 60px;
  font-size: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
  -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;
  background: #fff;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera li {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera li:last-child {
    margin-left: 5px;
    padding-left: 5px;
  }
}

.c-detail_cvaera li a {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 25px 15px 35px;
    font-size: 18px;
    border-radius: 50px;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
}

.c-detail_cvaera li.is-buy {
  background: url("/content/dam/sites/th_lifree_com/shareparts/th/footer/bg_cv_buy.png") left center no-repeat !important;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera li.is-buy {
    background: none !important;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera li.is-buy a {
    color: #e4007f;
    background: #fff url("/content/dam/sites/th_lifree_com/shareparts/th/header/bg_btn_01.png") 20px center no-repeat;
    background-size: 28px auto;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera li.is-buy a::after {
    border-top: 2px solid #e4007f;
    border-right: 2px solid #e4007f;
  }
}

.c-detail_cvaera li.is-sample {
  background: url("/content/dam/sites/th_lifree_com/shareparts/th/footer/bg_cv_sample.png") left center no-repeat !important;
  background-size: 20px auto;
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera li.is-sample {
    background: none !important;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera li.is-sample a {
    color: #1e2766;
    background: #fff url("/content/dam/sites/th_lifree_com/shareparts/th/header/bg_btn_02.png") 20px center no-repeat;
    background-size: 28px auto;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera li.is-sample a::after {
    border-top: 2px solid #1e2766;
    border-right: 2px solid #1e2766;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera-col-2 li a {
    padding: 10px 35px;
    font-size: 14px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera-col-2 li a::after {
    top: 50%;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera-col-2 li.is-buy a {
    background: #fff url("/content/dam/sites/th_lifree_com/shareparts/th/header/bg_btn_01.png") 7px center no-repeat;
    background-size: 24px auto;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_cvaera-col-2 li.is-sample a {
    background: #fff url("/content/dam/sites/th_lifree_com/shareparts/th/header/bg_btn_02.png") 12px center no-repeat;
    background-size: 16px auto;
  }
}

.c-detail_product_label {
  margin-top: 40px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-detail_product_label {
    margin: auto;
    margin-top: 25px !important;
    width: 92%;
  }
}

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

.l-container_pro_detail .uc-mod-nav-breadcrumb-01 {
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  .l-container_pro_detail .cmp_cm09_heading.CMP-CM09-heading .c-heading_product {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .l-container_pro_detail .c-detail_imagedetail:last-of-type {
    padding-bottom: 0;
  }
}

.c-detail_product_relation .c-heading_product {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-detail_product_relation .c-heading_product {
    margin-bottom: 15px;
  }
}

.c-detail_product_relation .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;
}

.c-detail_product_relation .uc-product-title span {
  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;
}

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

@media screen and (max-width: 768px) {
  .c-detail_product_relation .uc-product-title b {
    font-size: 14px;
  }
}

.c-detail_product_relation .uc-product-title:hover {
  text-decoration: none;
}

.c-detail_product_relation .uc-product-title {
  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;
}

.c-detail_product_relation .uc-product-title span {
  width: 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: 24px;
  background: #e4007f;
}

@media screen and (max-width: 768px) {
  .c-detail_product_relation .uc-product-title span {
    margin-right: 8px !important;
  }
}

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

@media screen and (max-width: 768px) {
  .c-detail_product_relation .uc-product-title b {
    font-size: 14px !important;
  }
}

.c-detail_product_relation .uc-product-title:hover {
  text-decoration: none;
}

.c-detail_product_relation .uc-carousel-ui {
  display: none;
}

.c-detail_product_relation .uc-list-carousel {
  padding: 0 80px;
}

@media screen and (max-width: 768px) {
  .c-detail_product_relation .uc-list-carousel {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_product_relation .uc-carousel-content .slick-track {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_product_relation .uc-carousel-content .slick-list {
    width: 100%;
  }
}

.c-detail_product_relation .uc-carousel-content .slick-slide {
  max-width: 100%;
}

.c-detail_product_relation .uc-carousel-content .slick-slide a:hover {
  text-decoration: none;
}

.c-detail_product_relation .uc-carousel-content .slick-slide .uc-mod-media-01 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.c-detail_product_relation .uc-carousel-content .slick-slide .uc-mod-media-01 img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .c-detail_product_relation .uc-carousel-content .slick-slide .uc-mod-media-01 img {
    max-width: 90%;
  }
}

.c-detail_product_relation .uc-carousel-content .slick-slide .uc-caption * {
  font-size: 16px;
  color: #333;
}

.c-detail_product_relation .uc-carousel-content .slick-slide .uc-caption .uc-drop-definition {
  margin: 0;
  padding: 0;
}

.c-detail_product_relation .uc-carousel-content .slick-slide .uc-caption p {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .c-detail_product_relation .uc-carousel-content .slick-slide .uc-caption p b {
    font-size: 14px !important;
  }
}

.c-detail_product_relation .uc-carousel-content .slick-slide .uc-caption .uc-drop-definition span.uc-drop-item {
  width: 100%;
  text-align: center;
  font-size: 12px !important;
  display: block;
}

.c-detail_product_relation .uc-carousel-content .slick-slider .slick-track {
  max-width: 100%;
}

.c-detail_product_relation .uc-carousel-content .slick-prev {
  position: absolute;
  top: 30%;
  left: -80px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: #e4e4e4 !important;
  display: block;
  font-size: 0;
  border-radius: 100%;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .c-detail_product_relation .uc-carousel-content .slick-prev {
    left: 0;
  }
}

.c-detail_product_relation .uc-carousel-content .slick-prev:after {
  content: '';
  position: absolute;
  top: 48%;
  right: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1e2766;
  border-left: 2px solid #1e2766;
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  display: block;
}

.c-detail_product_relation .uc-carousel-content .slick-next {
  position: absolute;
  top: 30%;
  right: -80px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: #e4e4e4 !important;
  display: block;
  font-size: 0;
  border-radius: 100%;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .c-detail_product_relation .uc-carousel-content .slick-next {
    right: 0;
  }
}

.c-detail_product_relation .uc-carousel-content .slick-next:after {
  content: '';
  position: absolute;
  top: 48%;
  left: 5px;
  width: 8px;
  height: 8px;
  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%);
  display: block;
}

.c-detail_product_relation .uc-carousel-content .uc-caption p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.c-detail_product_relation .uc-carousel-content .uc-caption p b {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .c-detail_product_relation .uc-carousel-content .uc-caption p {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}

.c-detail_product_relation .uc-carousel-content .uc-caption p .uc-icon-new {
  min-width: 34px;
  min-height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px !important;
  -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;
  border-radius: 100%;
  font-size: 11px;
  color: #fff;
  background: #e4007f;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .c-detail_product_relation .uc-carousel-content .uc-caption p .uc-icon-new {
    min-width: 47px;
    height: 47px;
    font-size: 13px;
  }
}

.c-detail_product_relation .uc-carousel-content .uc-caption p .uc-product-name {
  font-size: 34px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  .c-detail_product_relation .uc-carousel-content .uc-caption p .uc-product-name {
    font-size: 24px;
  }
}

.c-detail_product_relation .uc-carousel-content .uc-mod-media-01 {
  padding: 0 10px !important;
}

.c-detail_product_relation .uc-drop-definition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-detail_product_relation .uc-drop-definition span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #3398cc;
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}

.c-detail_product_relation .uc-drop-definition .uc-drop-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #3398cc;
  font-size: 16px;
  color: #fff !important;
  padding: 5px 10px;
  text-align: center;
}

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

.c-detail_imagedetail .is-later {
  margin: 15px 0 15px 40px;
}

@media screen and (max-width: 768px) {
  .c-detail_imagedetail .is-later {
    margin: 15px 0;
  }
}

.c-detail_imagedetail .is-later img {
  /*max-width: 90%;*/
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .c-detail_imagedetail .is-later img {
    width: 100%;
  }
}

.c-detail_imagedetail .uc-mod-media-01 .uc-object .uc-pc {
  /*max-width: 65%;*/
  max-width: 55%;
}

.c-detail_imagedetail .uc-mod-media-01 img {
  /*max-width: 85%;*/
  max-width: 75%;
}

@media screen and (max-width: 768px) {
  .c-detail_imagedetail .uc-mod-media-01 img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-detail_imagedetail > div:last-child {
    margin-bottom: 0;
  }
}

.c-detail_imagedetail b {
  font-weight: normal;
  color: #333;
}

.c-detail_caption {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .c-detail_caption {
    padding-bottom: 60px;
  }
}

.c-detail_aistbnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f1f1f1;
  -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;
  padding: 0 20px;
}

.c-detail_aistbnr .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;
  padding-left: 10px;
}

.c-detail_aistbnr .uc-put-text * {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.c-detail_aistbnr .uc-put-media {
  width: 60px;
}

.c-detail_rowitem {
  border: 2px solid #ddd;
  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;
  height: 92px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-detail_rowitem {
    width: 100%;
    height: 74px;
  }
}

.c-detail_rowitem .uc-put-text {
  padding: 0 16px;
}

.c-detail_rowitem .uc-put-text * {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.c-detail_rowitem .uc-put-media {
  min-width: 100px;
}

@media screen and (max-width: 768px) {
  .c-detail_rowitem .uc-put-media {
    max-width: 81px;
  }
}

.c-detail_rowitem .uc-put-media img {
  width: 100%;
}

.c-detail_rowitem_container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .c-detail_rowitem_container {
    width: 92%;
    margin: auto;
    margin-bottom: 60px;
  }
}

.c-detail_rowitem_container .uc-lyt-grid-col-flex {
  width: 23.6%;
  max-width: 23.6%;
}

@media screen and (max-width: 768px) {
  .c-detail_rowitem_container .uc-lyt-grid-col-flex {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.u-voice_item {
  background: #fff;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-voice_item {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .is-feature {
    padding-bottom: 30px !important;
  }
}

.c-error_container {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-error_container {
    margin: auto;
    margin-top: 15px;
    padding: 15px;
  }
}

.c-error_text {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-error_text {
    margin-top: 15px;
  }
}

.c-error_listcontainer {
  margin-top: 60px;
}

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

@media screen and (max-width: 768px) {
  .c-error_listcontainer.is-first {
    margin-top: 60px;
  }
}

.c-error_listhead {
  background: -webkit-linear-gradient(90deg, #4b5284 1%, #1e2766 100%);
  background: -ms-linear-gradient(90deg, #4b5284 1%, #1e2766 100%);
  padding: 16px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #0359ba;
  position: relative;
  margin-bottom: 0;
}

.c-error_listhead:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-error_listhead * {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.c-error_list {
  margin: 0;
  padding: 0;
}

.c-error_list ul {
  margin: 0;
  padding: 0;
}

.c-error_list li {
  margin: 0;
  background: #eef7fd;
  border-bottom: 1px solid #fff;
  width: 100%;
  position: relative;
}

.c-error_list li:after {
  content: '';
  width: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  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);
}

@media screen and (max-width: 768px) {
  .c-error_list li:after {
    right: 20px;
  }
}

.c-error_list li a {
  padding: 14px;
  color: #0359ba;
  font-weight: bold;
  font-size: 16px;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-error_list li a {
    padding: 10px;
    font-size: 14px;
  }
}

.c-error_list li:hover a {
  color: #3398cc;
}

.c-error_sitemap {
  -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;
  width: 100%;
}

.c-error_sitemap > li > a {
  background: -webkit-linear-gradient(90deg, #4b5284 1%, #1e2766 100%);
  background: -ms-linear-gradient(90deg, #4b5284 1%, #1e2766 100%);
  padding: 16px 30px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #0359ba;
  position: relative;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.c-error_sitemap > li > a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-error_sitemap .uc-mod-link-list-02 > li > a {
  background: -webkit-linear-gradient(90deg, #4b5284 1%, #1e2766 100%);
  background: -ms-linear-gradient(90deg, #4b5284 1%, #1e2766 100%);
  padding: 16px 30px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #0359ba;
  position: relative;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.c-error_sitemap .uc-mod-link-list-02 > li > a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .c-error_sitemap .uc-mod-link-list-01 {
    margin: 0 !important;
    padding: 0 !important;
  }
}

.c-error_sitemap .uc-mod-link-list-01 > li {
  margin: 0 !important;
  background: #eef7fd;
  border-bottom: 1px solid #fff;
  width: 100%;
  position: relative;
}

.c-error_sitemap .uc-mod-link-list-01 > li:after {
  content: '';
  width: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  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);
}

.c-error_sitemap .uc-mod-link-list-01 > li a {
  border-top: none;
  border-bottom: none;
  padding: 14px 44px 14px 14px !important;
  color: #0359ba;
  font-weight: bold;
  font-size: 16px;
  display: block;
  background: #fff;
}

.c-error_sitemap .uc-mod-link-list-01 > li a:after, .c-error_sitemap .uc-mod-link-list-01 > li a:before {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .c-error_sitemap .uc-mod-link-list-01 > li a {
    background: none !important;
    color: #0359ba !important;
    font-size: 14px;
  }
}

.c-error_sitemap .uc-has-children {
  margin: 0 !important;
  border: none !important;
}

.c-error_sitemap .uc-has-children > a {
  background: -webkit-linear-gradient(90deg, #4b5284 1%, #1e2766 100%);
  background: -ms-linear-gradient(90deg, #4b5284 1%, #1e2766 100%);
  padding: 16px 30px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #0359ba;
  position: relative;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.c-grid_start {
  padding-right: 12px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .c-grid_start {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 11px;
  }
}

.c-grid_last {
  padding-left: 12px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .c-grid_last {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 11px;
  }
}

.c-top_itemgrid {
  padding: 0 40px;
}

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

.c-heading_lv02 > * {
  line-height: 1.25;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #333;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .c-heading_lv02 > * {
    font-size: 22px;
  }
}

.c-heading_product {
  background: -webkit-linear-gradient(90deg, #4b5284 1%, #1e2766 100%);
  background: -ms-linear-gradient(90deg, #4b5284 1%, #1e2766 100%);
  padding: 15px 30px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #0359ba;
  position: relative;
  margin-bottom: 40px;
}

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

.c-heading_product:before {
  position: absolute;
  top: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #e4007f;
  display: block;
}

.c-heading_product * {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.c-heading_product span {
  display: block;
  font-size: 14px;
  text-align: left;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .c-heading_product h2 {
    text-align: left;
  }
}

.c-heading_imageset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

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

.c-heading_imageset .uc-put-text {
  width: 50%;
  background: #1e2766;
  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;
  padding: 0 40px;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .c-heading_imageset .uc-put-text {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 20px;
  }
}

.c-heading_imageset .uc-put-text .uc-put-title * {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .c-heading_imageset .uc-put-text .uc-put-title * {
    font-size: 21px;
  }
}

.c-heading_imageset .uc-put-media {
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.c-heading_imageset .uc-put-media img {
  width: 100%;
}

.c-heading_product-sub {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .c-heading_product-sub {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}

.c-heading_product-sub * {
  font-size: 28px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .c-heading_product-sub * {
    font-size: 18px;
  }
}

.c-heading_product-sub sup {
  font-size: 16px;
  position: relative;
  top: 0;
}

/*-- aem --*/
.c-items_row a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100% !important;
  -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) {
  .c-items_row a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.c-items_row .uc-put-text {
  text-align: left;
  width: 38.8%;
  padding: 14px 32px 14px 24px;
  background: #fff;
  position: relative;
  line-height: 1.5;
}

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

.c-items_row .uc-put-text:after {
  position: absolute;
  right: 25px;
  top: 22px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  content: '';
  background: url("/content/dam/sites/th_lifree_com/th/index/icon_arrow.png") center center no-repeat;
  background-size: contain;
  width: 11px;
  height: 7px;
  margin-left: 12px;
}

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

.c-items_row .uc-put-title > * {
  font-size: 18px;
  color: #333;
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
}

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

.c-items_row .uc-put-media {
  width: 61.2%;
}

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

.c-items_row .uc-put-media .uc-put-object span span {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}

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

.c-items_row .uc-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-items_row .uc-sp {
    display: block;
  }
}

.c-items_row .uc-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .c-items_row .uc-pc {
    display: none;
  }
}

.c-items_row.is-half {
  background: #fff;
  padding-left: 0;
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .c-items_row.is-half {
    margin-left: 0;
    margin: auto !important;
    width: 92%;
    padding-right: 0;
  }
}

.c-items_row.is-half .uc-put-media {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .c-items_row.is-half .uc-put-media {
    width: 100%;
  }
}

.c-items_row.is-half .uc-put-text {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .c-items_row.is-half .uc-put-text {
    width: 100%;
  }
}

.c-items_row.is-large {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .c-items_row.is-large {
    background: none;
  }
}

.c-items_row.is-large .uc-put-media {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-items_row.is-large .uc-put-media {
    overflow: visible;
  }
}

.c-items_row.is-large .uc-put-media img {
  min-width: 125%;
  width: 125%;
  display: block;
  position: relative;
  left: -12.5%;
}

@media screen and (max-width: 768px) {
  .c-items_row.is-large .uc-put-media img {
    position: static;
    min-width: 100%;
    width: 125%;
  }
}

.c-items_column a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none !important;
  -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;
  height: 100%;
  background: #fff;
}

.c-items_column .uc-put-text {
  text-align: left;
  width: 100%;
  padding: 14px 24px;
  letter-spacing: 0;
  background: #fff;
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-items_column .uc-put-text {
    padding: 10px 14px;
  }
}

.c-items_column .uc-put-text:after {
  position: absolute;
  right: 25px;
  top: 28px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  content: '';
  background: url("/content/dam/sites/th_lifree_com/th/index/icon_arrow.png") center center no-repeat;
  background-size: contain;
  width: 11px;
  height: 7px;
  margin-left: 12px;
}

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

.c-items_column .uc-put-title > * {
  font-size: 18px;
  color: #333;
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-items_column .uc-put-title > * {
    padding-right: 24px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .c-items_column .uc-put-title > * br {
    display: none;
  }
}

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

.c-items_column .uc-put-media {
  width: 100%;
  min-height: 0%;
}

.c-items_column .uc-put-media img {
  width: 100%;
}

.c-items_column .uc-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-items_column .uc-sp {
    display: block;
  }
}

.c-items_column .uc-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .c-items_column .uc-pc {
    display: none;
  }
}

.c-items_column * {
  max-width: none !important;
}

.c-item-height-00 {
  height: 225px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-item-height-00 {
    height: auto;
  }
}

.c-item-height-01 {
  height: 288px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-item-height-01 {
    height: auto;
  }
}

.c-item-height-02 {
  height: 298px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-item-height-02 {
    height: auto;
  }
}

.c-item-height-03 {
  height: 306px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-item-height-03 {
    height: auto;
  }
}

.c-item-height-04 {
  height: 314px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-item-height-04 {
    height: auto;
  }
}

.c-item-height-05 {
  height: 324px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-item-height-05 {
    height: auto;
  }
}

.c-item-height-06 {
  height: 636px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-item-height-06 {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .js-heightadjus .c-grid_start {
    height: auto !important;
  }
}

.c-keyvisual {
  text-align: center;
  margin: auto;
}

.c-keyvisual .uc-mod-media-01 {
  margin: 0 !important;
  padding: 0 !important;
}

.c-keyvisual .u-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .c-keyvisual .u-pc {
    display: none;
  }
}

.c-keyvisual .u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-keyvisual .u-sp {
    display: block;
    margin: 0;
  }
}

.c-keyvisual img {
  width: 100%;
}

.c-keyvisual ul,
.c-keyvisual li {
  margin: 0;
  padding: 0;
}

.c-keyvisual video {
  width: 100%;
}

.c-keyvisual figure.u-pc {
  margin-bottom: 0 !important;
}

.c-label_pink a {
  position: relative;
}

.c-label_pink a:after {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  color: #fff;
  z-index: 999;
  background: #e4007f;
  content: "การดูแลปัญหาปัสสาวะเล็ด";
}

.c-label_orange a {
  position: relative;
}

.c-label_orange a:after {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  color: #fff;
  z-index: 999;
  background: #ffa52d;
  content: "ป้องกันภาวะสมองเสื่อม";
}

.c-label_green a {
  position: relative;
}

.c-label_green a:after {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  color: #fff;
  z-index: 999;
  background: #50a60a;
  content: "จุดมุ่งหมายของไลฟ์รี่";
}

.c-label_blue a {
  position: relative;
}

.c-label_blue a:after {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  color: #fff;
  z-index: 999;
  background: #1e2766;
  content: "วิธีการดูแลผู้สูงอายุ";
}

.c-label_black a {
  position: relative;
}

.c-label_black a:after {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  color: #fff;
  z-index: 999;
  background: #333;
  content: "โฆษณาโทรทัศน์";
}

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

.c-linetop_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-top: 75px;
}

@media screen and (max-width: 768px) {
  .c-linetop_heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    width: 92%;
  }
}

.c-linetop_heading.is-first {
  padding-top: 0;
}

.c-linetop_heading .uc-put-text {
  width: 50%;
  background: #1e2766;
  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;
  padding: 0 40px;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .c-linetop_heading .uc-put-text {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 20px;
  }
}

.c-linetop_heading .uc-put-text .uc-put-title * {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .c-linetop_heading .uc-put-text .uc-put-title * {
    font-size: 21px;
  }
}

.c-linetop_heading .uc-put-media {
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.c-linetop_heading .uc-put-media img {
  width: 100%;
}

.c-linetop_heading_sub {
  padding: 70px 0 0px 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-linetop_heading_sub {
    padding-top: 20px;
  }
}

.c-linetop_heading_sub * {
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #333;
  text-align: center;
}

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

.c-lineuptop_link_heading {
  background: #f1f1f1;
  padding: 0 0 0 20px;
  margin-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

@media screen and (max-width: 768px) {
  .c-lineuptop_link_heading {
    width: 92%;
    margin: auto;
    padding: 15px;
    margin-top: 24px;
    margin-bottom: -6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-lineuptop_link_heading .uc-lyt-grid-col-flex:first-child {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  max-width: none;
  max-width: initial;
  -webkit-box-flex: initial;
  -webkit-flex-grow: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  -webkit-flex-shrink: initial;
      -ms-flex-negative: initial;
          flex-shrink: initial;
  white-space: nowrap;
  padding-right: 20px;
  margin-right: 20px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .c-lineuptop_link_heading .uc-lyt-grid-col-flex:first-child {
    padding: 0;
    margin: 0;
  }
}

.c-lineuptop_link_heading .uc-lyt-grid-col-flex:last-child {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: initial;
  -webkit-flex-grow: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  max-width: none;
  max-width: initial;
  -webkit-flex-shrink: initial;
      -ms-flex-negative: initial;
          flex-shrink: initial;
  width: 75%;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .c-lineuptop_link_heading .uc-lyt-grid-col-flex:last-child {
    width: 100%;
  }
}

.c-lineuptop_link_heading .uc-lyt-grid-col-flex:last-child .c-lineuptop_link_heading_text p {
  max-width: 100%;
}

.c-lineuptop_link_heading_head {
  min-width: 210px;
  max-width: 210px;
  height: 90px;
  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;
  white-space: normal;
  white-space: initial;
}

@media screen and (max-width: 768px) {
  .c-lineuptop_link_heading_head {
    min-width: 0;
    min-width: initial;
    max-width: none;
    max-width: initial;
    white-space: nowrap;
    height: auto;
    display: block;
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .c-lineuptop_link_heading_head:after {
    position: absolute;
    top: 48%;
    right: 12px;
    content: '';
    width: 8px;
    height: 8px;
    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%);
  }
}

.c-lineuptop_link_heading_head * {
  font-size: 20px;
  color: #1e2766;
  text-align: left;
  margin: 0;
  font-weight: bold;
  padding: 0;
  position: relative;
}

.c-lineuptop_link_heading_head *:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #cccccc;
}

@media screen and (max-width: 768px) {
  .c-lineuptop_link_heading_head *:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .c-lineuptop_link_heading_head * {
    font-size: 17px;
    text-align: left;
    margin-bottom: 5px;
  }
}

.c-lineuptop_link_heading_text {
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-lineuptop_link_heading_text {
    height: auto;
  }
}

.c-lineuptop_link_heading_text * {
  font-size: 18px;
  color: #333333;
}

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

.c-lineuptop_link_heading_text:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  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-lineuptop_link_heading_text:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .c-lineuptop_sp2col .c-grid_last:first-child {
    padding-right: 8px;
  }
}

@media screen and (max-width: 768px) {
  .c-lineuptop_sp2col .c-grid_last {
    padding-left: 8px;
  }
}

@media screen and (max-width: 768px) {
  .c-lineuptop_sp2col > .uc-lyt-grid-col-flex:first-child .c-linentop_item {
    padding: 0 4px 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .c-lineuptop_sp2col > .uc-lyt-grid-col-flex:last-child .c-linentop_item {
    padding: 0 15px 0 4px;
  }
}

.c-linentop_grid {
  margin-bottom: 24px;
  height: 178px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-linentop_grid {
    height: 134px;
  }
}

.c-linentop_grid a {
  border: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
  padding: 0 20px 0 0;
  -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;
}

@media screen and (max-width: 768px) {
  .c-linentop_grid a {
    padding: 20px 0;
  }
}

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

.c-linentop_grid a:hover .uc-put-text {
  opacity: .5;
}

.c-linentop_grid:before {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: #1e2766;
  border-radius: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-linentop_grid:before {
    right: 25px;
    top: 10px;
    width: 25px;
    height: 25px;
  }
}

.c-linentop_grid:hover::before {
  opacity: .5;
}

.c-linentop_grid:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 32px;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: none;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-linentop_grid:after {
    width: 7px;
    height: 7px;
    right: 34.5px;
    top: 18.5px;
  }
}

.c-linentop_grid.is-firstitem {
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .c-linentop_grid.is-firstitem {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    margin-right: 0;
  }
}

.c-linentop_grid.is-lastitem {
  padding-left: 12px;
}

@media screen and (max-width: 768px) {
  .c-linentop_grid.is-lastitem {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}

.c-linentop_grid .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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-linentop_grid .uc-put-text {
    padding: 0;
    margin-left: -20px;
    width: calc(100% - 134px);
  }
}

.c-linentop_grid .uc-put-text * {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .c-linentop_grid .uc-put-text * {
    font-size: 16px;
    text-align: left;
  }
}

.c-linentop_grid .uc-put-media {
  width: 178px;
  height: 178px;
  padding: 10px;
  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;
}

@media screen and (max-width: 768px) {
  .c-linentop_grid .uc-put-media {
    width: 134px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 0 5px;
  }
}

.c-linentop_grid .uc-put-media .uc-put-object {
  max-height: 100%;
  width: 100%;
}

.c-linentop_grid .uc-put-media img {
  max-height: 100%;
}

@media screen and (max-width: 768px) {
  .c-linentop_grid .uc-put-media img {
    height: 92px;
    width: auto;
  }
}

.c-linentop_grid[class*="type-adl-"] .uc-put-text {
  padding-left: 64px;
}

@media screen and (max-width: 768px) {
  .c-linentop_grid[class*="type-adl-"] .uc-put-text {
    margin-left: -30px;
  }
}

.c-linentop_grid.type-adl-00 .uc-put-text {
  background: url("/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_01.png") 10px center no-repeat;
  background-size: 44px 44px;
}

.c-linentop_grid.type-adl-01 .uc-put-text {
  background: url("/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_02.png") 10px center no-repeat;
  background-size: 44px 44px;
}

.c-linentop_grid.type-adl-02 .uc-put-text {
  background: url("/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_03.png") 10px center no-repeat;
  background-size: 44px 44px;
}

.c-linentop_grid.type-adl-03 .uc-put-text {
  background: url("/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_04.png") 10px center no-repeat;
  background-size: 44px 44px;
}

.c-linentop_grid.type-adl-04 .uc-put-text {
  background: url("/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_05.png") 10px center no-repeat;
  background-size: 44px 44px;
}

.c-linentop_grid.type-adl-05 .uc-put-text {
  background: url("/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_06.png") 10px center no-repeat;
  background-size: 44px 44px;
}

.c-linentop_item {
  height: 314px;
}

@media screen and (max-width: 768px) {
  .c-linentop_item {
    height: auto;
  }
}

.c-linentop_item a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  border: 1px solid #e4e4e4;
}

.c-lineup_heading_01 {
  padding: 30px 0;
}

.c-lineup_heading_01 * {
  font-size: 38px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 0;
}

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

.c-lineup_heading_02 {
  background: #1e2766;
  height: 88px;
  width: 100%;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02 {
    height: auto;
    margin: 0 auto 32px;
    width: 100%;
    padding: 20px 15px;
  }
}

.c-lineup_heading_02 * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02 * {
    font-size: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 60px;
  }
}

.c-lineup_heading_02 * span {
  font-size: 16px;
  position: relative;
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02 * span {
    border-top: 2px solid #fff;
    padding: 15px 0 5px 0;
    margin-left: -48px;
    margin-top: 24px;
    font-size: 13px;
    width: calc(100% + 36px);
  }
}

.c-lineup_heading_02 * span:before {
  content: '';
  width: 2px;
  left: -30px;
  position: relative;
  height: 52px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02 * span:before {
    display: none;
  }
}

.c-lineup_heading_02.icon-adl00 {
  padding-left: 100px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl00 {
    padding-left: 10px;
  }
}

.c-lineup_heading_02.icon-adl00:before {
  content: '';
  position: absolute;
  background: url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_01.png) no-repeat top left;
  background-size: contain;
  width: 40px;
  left: 30px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl00:before {
    top: 35px !important;
    left: 21px;
    margin-left: 0;
  }
}

.c-lineup_heading_02.icon-adl00 span {
  margin-left: 54px;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl00 span {
    margin-left: -48px !important;
  }
}

.c-lineup_heading_02.icon-adl01 {
  padding-left: 100px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl01 {
    padding-left: 10px;
  }
}

.c-lineup_heading_02.icon-adl01:before {
  content: '';
  position: absolute;
  background: url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_02.png) no-repeat top left;
  background-size: contain;
  width: 40px;
  left: 30px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl01:before {
    top: 35px !important;
    left: 21px;
    margin-left: 0;
  }
}

.c-lineup_heading_02.icon-adl01 span {
  margin-left: 54px;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl01 span {
    margin-left: -48px !important;
  }
}

.c-lineup_heading_02.icon-adl02 {
  padding-left: 100px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl02 {
    padding-left: 10px;
  }
}

.c-lineup_heading_02.icon-adl02:before {
  content: '';
  position: absolute;
  background: url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_03.png) no-repeat top left;
  background-size: contain;
  width: 40px;
  left: 30px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl02:before {
    top: 35px !important;
    left: 21px;
    margin-left: 0;
  }
}

.c-lineup_heading_02.icon-adl02 span {
  margin-left: 54px;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl02 span {
    margin-left: -48px !important;
  }
}

.c-lineup_heading_02.icon-adl03 {
  padding-left: 100px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl03 {
    padding-left: 10px;
  }
}

.c-lineup_heading_02.icon-adl03:before {
  content: '';
  position: absolute;
  background: url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_04.png) no-repeat top left;
  background-size: contain;
  width: 40px;
  left: 30px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl03:before {
    top: 35px !important;
    left: 21px;
    margin-left: 0;
  }
}

.c-lineup_heading_02.icon-adl03 span {
  margin-left: 54px;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl03 span {
    margin-left: -48px !important;
  }
}

.c-lineup_heading_02.icon-adl04 {
  padding-left: 100px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl04 {
    padding-left: 10px;
  }
}

.c-lineup_heading_02.icon-adl04:before {
  content: '';
  position: absolute;
  background: url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_05.png) no-repeat top left;
  background-size: contain;
  width: 40px;
  left: 30px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl04:before {
    top: 35px !important;
    left: 21px;
    margin-left: 0;
  }
}

.c-lineup_heading_02.icon-adl04 span {
  margin-left: 54px;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl04 span {
    margin-left: -48px !important;
  }
}

.c-lineup_heading_02.icon-adl05 {
  padding-left: 100px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl05 {
    padding-left: 10px;
  }
}

.c-lineup_heading_02.icon-adl05:before {
  content: '';
  position: absolute;
  background: url(/content/dam/sites/th_lifree_com/shareparts/th/products/common/ico_adl_06.png) no-repeat top left;
  background-size: contain;
  width: 40px;
  left: 30px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl05:before {
    top: 35px !important;
    left: 21px;
    margin-left: 0;
  }
}

.c-lineup_heading_02.icon-adl05 span {
  margin-left: 54px;
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.icon-adl05 span {
    margin-left: -54px !important;
  }
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.is-noicon * {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-lineup_heading_02.is-noicon * span {
    width: 100%;
    margin-top: 6px;
    padding-top: 10px;
    margin-left: 0;
  }
}

.c-lineup_productheading {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-lineup_productheading {
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
    padding: 10px 0;
  }
}

.c-lineup_productheading * {
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .c-lineup_productheading * {
    font-size: 20px;
    border-color: #ddd;
    margin-bottom: 0;
  }
}

.c-lineup_productheading.is-center {
  border-bottom: none;
}

.c-lineup_productheading.is-center * {
  text-align: center;
}

.c-lineup_producttext {
  font-size: 18px;
  margin: 15px 0 10px 0;
}

@media screen and (max-width: 768px) {
  .c-lineup_producttext {
    width: 100%;
    margin: auto;
    font-size: 14px;
  }
}

.c-lineup_productcaption {
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .c-lineup_productcaption {
    width: 100%;
    margin: auto;
    font-size: 12px;
  }
}

.c-lineup_producticon {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-lineup_producticon {
    padding: 0 8px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.c-lineup_producticon * {
  text-align: right;
}

.c-lineup_product_underlink {
  margin-top: 10px;
  border: 1px solid #e4e4e4;
  padding: 10px 24px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-lineup_product_underlink {
    padding: 14px 20px 14px 9px;
  }
}

.c-lineup_product_underlink:after {
  position: absolute;
  top: 50%;
  right: 24px;
  content: '';
  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-lineup_product_underlink:after {
    width: 9px;
    height: 9px;
    right: 12px;
  }
}

.c-lineup_product_underlink * {
  font-size: 18px;
  color: #1e2766;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-lineup_product_underlink * {
    font-size: 13px;
  }
}

.c-lineup_product_underlink.is-first {
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .c-lineup_product_underlink.is-first {
    margin-right: 6px;
  }
}

.c-lineup_product_underlink.is-end {
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .c-lineup_product_underlink.is-end {
    margin-left: 6px;
  }
}

.c-lineup_product_underlink br {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-lineup_product_underlink br {
    display: block;
  }
}

.c-lineup_product_relation_title {
  height: 56px;
  background: url(https://aem.unicharm.co.jp/content/dam/assets/th_lifree_com/_dummy/bg_lineup_hdg.png) left center no-repeat;
  padding: 5px 5px 5px 52px;
  background-size: contain;
  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;
}

.c-lineup_product_relation_title * {
  font-size: 24px;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.c-lineup_product_relation .uc-product-title {
  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;
}

.c-lineup_product_relation .uc-product-title span {
  width: 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: 24px;
  background: #e4007f;
}

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

.c-lineup_product_relation .uc-product-title:hover {
  text-decoration: none;
}

.c-lineup_product_bnr_gridfirst {
  padding-right: 12px;
  padding-bottom: 25px;
}

.c-lineup_product_bnr_gridcenter {
  padding: 0 12px 25px 12px;
}

.c-lineup_product_bnr_gridend {
  padding-left: 12px;
  padding-bottom: 25px;
}

.c-lineup_product_list .uc-mod-media-01 {
  display: block;
}

.c-lineup_product_list .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;
}

@media screen and (max-width: 768px) {
  .c-lineup_product_list .uc-product-title {
    padding: 0 10px;
  }
}

.c-lineup_product_list .uc-product-title span {
  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) {
  .c-lineup_product_list .uc-product-title span {
    min-width: 35px;
    width: 35px;
    min-height: 35px;
    height: 35px;
    border-radius: 35px;
    font-size: 11px;
    margin-right: 6px;
  }
}

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

@media screen and (max-width: 768px) {
  .c-lineup_product_list .uc-product-title b {
    font-size: 14px;
    padding-top: 6px;
  }
}

.c-lineup_product_list .uc-product-title:hover {
  text-decoration: none;
}

.c-lineup_product_list .uc-mod-product-fluid-01 .uc-grid-col .uc-product-media {
  padding: 40px 20px 0 20px;
  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;
}

@media screen and (max-width: 768px) {
  .c-lineup_product_list .uc-mod-product-fluid-01 .uc-grid-col .uc-product-media {
    padding: 20px 0 0 0;
  }
}

.c-lineup_product_list .uc-mod-product-fluid-01 .uc-grid-col .uc-product-media .uc-icon-individual-wrapping {
  min-width: 80px;
  max-width: 80px;
  position: relative;
  top: -10px;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-lineup_product_list .uc-mod-product-fluid-01 .uc-grid-col .uc-product-media .uc-icon-individual-wrapping {
    min-width: 28%;
    max-width: 26%;
    position: relative;
    left: -4px;
    top: -5px;
  }
}

.c-lineup_product_list .uc-mod-product-fluid-01 .uc-grid-col .uc-product-media .uc-icon-individual-wrapping img {
  max-width: 100%;
}

.c-lineup_product_list .uc-drop-definition {
  margin: 0;
  padding: 0;
}

.c-lineup_product_list .uc-drop-item {
  padding: 6px 20px;
  font-size: 16px;
  color: #fff;
  background: #00a44c;
  display: block;
  text-align: center;
}

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

.c-lineup_product_list.c-lineup_male .uc-drop-item {
  background: #000;
}

@media screen and (max-width: 768px) {
  .c-lineup_product_list.c-lineup_male .uc-drop-item {
    font-display: 13px;
    padding: 6px 10px;
  }
}

.c-lineup_product_list.c-lineup_adl0 .uc-drop-item {
  background: #3398cc;
}

@media screen and (max-width: 768px) {
  .c-lineup_product_list.c-lineup_adl0 .uc-drop-item {
    font-display: 13px;
    padding: 6px 10px;
  }
}

.c-lineup_link_heading {
  background: #f1f1f1;
  padding: 0 40px;
}

.c-lineup_link_heading_head {
  height: 90px;
  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;
}

.c-lineup_link_heading_head * {
  font-size: 20px;
  color: #1e2766;
  margin: 0;
  font-weight: bold;
  padding: 0;
}

.c-lineup_link_heading_text {
  height: 90px;
  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;
}

.c-lineup_link_heading_text * {
  font-size: 18px;
}

.c-lineup_link_heading_text:after {
  position: absolute;
  top: 50%;
  right: -12px;
  content: '';
  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%);
}

.uc-mod-product-fluid-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0 40px 0;
}

@media screen and (max-width: 768px) {
  .uc-mod-product-fluid-01 {
    width: 92%;
    margin: auto;
  }
}

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

@media screen and (max-width: 768px) {
  .uc-mod-product-fluid-01 .uc-grid-col {
    max-width: 50% !important;
    width: 50% !important;
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }
}

.uc-mod-product-fluid-01 .uc-grid-col .uc-product-media {
  padding: 10px 40px 0 40px;
}

@media screen and (max-width: 768px) {
  .uc-mod-product-fluid-01 .uc-grid-col .uc-product-media {
    padding: 10px 30px 10px 10px;
  }
}

.uc-mod-product-fluid-01 .uc-grid-col .uc-product-media .uc-mod-media-01 {
  margin: 0;
  padding: 0;
}

.uc-mod-product-fluid-01 .uc-grid-col .uc-product-desc {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .uc-mod-product-fluid-01 .uc-grid-col .uc-product-desc {
    padding: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  .uc-mod-product-fluid-01 .uc-grid-col .uc-product-def {
    margin: 0;
    padding: 0 10px;
  }
}

.uc-mod-product-fluid-01 .uc-size-definition {
  margin: 0;
}

.uc-mod-product-fluid-01 .uc-size-item {
  display: inline-block;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 0 10px;
  color: #333;
}

.uc-mod-product-fluid-01 a:hover {
  text-decoration: none;
}

.uc-mod-product-fluid-01 .uc-size-definition {
  margin: 0;
}

.uc-mod-product-fluid-01 .uc-size-item {
  display: inline-block;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 0 10px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .l-container_pro_lineup.c-lineup_product_relation .c-detail_product_label {
    margin: inherit;
  }
}

@media screen and (max-width: 768px) {
  .l-container_pro_lineup.c-lineup_product_relation .c-detail_product_label .uc-sp {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .l-container_pro_lineup.c-lineup_product_relation .is-last {
    margin: 60px 0 0 !important;
  }
}

.c-linklist_01 {
  margin-bottom: 20px;
}

.c-linklist_01-container {
  padding: 0;
}

.c-linklist_01-container * {
  padding-top: 0;
  padding-bottom: 0;
}

.c-linklist_01 ul {
  width: 86%;
  margin: 0;
  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;
}

@media screen and (max-width: 768px) {
  .c-linklist_01 ul {
    width: 100%;
    padding: 0;
  }
}

.c-linklist_01 li {
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  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;
  padding-bottom: 14px;
  margin-bottom: 14px;
  position: relative;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .c-linklist_01 li {
    padding: 18px 20px;
    font-weight: normal;
    margin-bottom: 0;
    position: relative;
  }
}

.c-linklist_01 li:first-child {
  position: relative;
  top: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c-linklist_01 li:first-child {
    margin-bottom: 0;
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-linklist_01 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.c-linklist_01 li a {
  color: #333;
}

.c-linklist_01 li:before {
  content: '';
  width: 26px;
  height: 26px;
  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: 14px;
  color: #fff;
  background: #1e2766;
  margin-right: 20px;
}

.c-linklist_01 li:after {
  content: '';
  right: 5px;
  top: 31%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #1e2766;
  display: block;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .c-linklist_01 li:after {
    top: 50%;
    right: 20px;
  }
}

.c-linklist_01 li:nth-child(1):before {
  content: '4';
}

.c-linklist_01 li:nth-child(2):before {
  content: '5';
}

.c-linklist_01 li:nth-child(3):before {
  content: '6';
}

.c-linklist_01 li:nth-child(4):before {
  content: '7';
}

.c-linklist_01 li:nth-child(5):before {
  content: '8';
}

.c-linklist_01 li:nth-child(6):before {
  content: '9';
}

@media screen and (max-width: 768px) {
  .c-linklist_01.is-first {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.c-linklist_01.is-first li:first-child:before {
  content: '1';
}

.c-linklist_01.is-first li:nth-child(2):before {
  content: '2';
}

.c-linklist_01.is-first li:last-child {
  border-bottom: none;
}

.c-linklist_01.is-first li:last-child:before {
  content: '3';
}

@media screen and (max-width: 768px) {
  .c-linklist_01.is-first li:last-child {
    padding-bottom: 18px;
    border-bottom: 2px solid #fff;
  }
}

#js-modal-content, #js-modal-content-footer {
  position: fixed;
  width: 88%;
  max-width: 460px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 #000;
          box-shadow: 0 2px 4px 0 #000;
  z-index: 999999;
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  #js-modal-content, #js-modal-content-footer {
    height: 300px;
    overflow: scroll;
    top: 10% !important;
  }
}

#js-modal-content dl, #js-modal-content-footer dl {
  padding: 0px 10px;
}

.is-modal-show {
  display: block;
  -webkit-animation: modalshow 0.4s linear 0s;
          animation: modalshow 0.4s linear 0s;
}

.is-modal-hide {
  display: none;
  -webkit-animation: modalhide 1s linear 0s;
          animation: modalhide 1s linear 0s;
}

#js-modal-content h1, #js-modal-content-footer h1 {
  background: #ededed;
  padding: 20px;
  border-radius: 5px 5px 0 0;
  font-size: 1.2em;
  margin-top: 0;
  text-align: center;
}

.modalwin-contents {
  padding: 5px;
}

.modalwin-contents img {
  margin: 0 0 1em 0;
  float: left;
  width: 30%;
  height: 30%;
}

.modalwin-contents p {
  margin: 0 0 1em 0;
  line-height: 1.8em;
}

.js-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background-color: #e1e1e1;
  opacity: 0.95;
  z-index: 999999;
}

@-webkit-keyframes modalshow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalshow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes modalhide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes modalhide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.c-modal-shop-list {
  padding: 15px 10px;
}

.c-modal-shop-list li {
  border: 1px solid #ddd;
  border-bottom: none;
}

.c-modal-shop-list li:last-child {
  border-bottom: 1px solid #ddd;
}

.c-modal-header {
  background: #1e2766;
  padding: 15px 10px;
  text-align: center;
}

.c-modal-header p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.c-modal-header span {
  font-size: 14px;
  color: #fff;
}

.c-modal-closebutton {
  position: absolute;
  top: -40px;
  right: 0;
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .c-modal-closebutton {
    top: 4px;
    right: 4px;
  }
}

.c-modal-closebutton span {
  width: 24px;
  height: 24px;
  background: #1e2766;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.c-modal-closebutton span:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 7px;
  width: 2px;
  height: 14px;
  background: #fff;
  display: block;
  -webkit-transform: rotate(45deg) translateY(-50%) translateX(-50%);
      -ms-transform: rotate(45deg) translateY(-50%) translateX(-50%);
          transform: rotate(45deg) translateY(-50%) translateX(-50%);
}

.c-modal-closebutton span:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 17px;
  width: 2px;
  z-index: 999;
  height: 14px;
  background: #fff;
  display: block;
  -webkit-transform: rotate(-45deg) translateY(-50%) translateX(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%) translateX(-50%);
          transform: rotate(-45deg) translateY(-50%) translateX(-50%);
}

.c-modal-closebutton p {
  display: inline-block;
  color: #1e2766;
  vertical-align: middle;
  font-size: 16px;
}

.c-news_01-item {
  margin-left: 12px;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .c-news_01-item {
    margin: 0 15px 30px 15px;
  }
}

.c-news_01-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-news_01-item a {
    font-size: 12px;
  }
}

.c-news_01-item a:after {
  position: absolute;
  right: 0;
  bottom: 3px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  content: '';
  background: url("/content/dam/sites/th_lifree_com/th/index/icon_arrow.png") center center no-repeat;
  background-size: contain;
  width: 11px;
  height: 7px;
  margin-left: 12px;
}

.c-news_01-item span:first-child {
  width: 100px;
  min-width: 100px;
}

.c-news_01-item span:nth-child(2) {
  width: 60px;
  height: 24px;
  position: absolute;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  text-align: center;
  left: 120px;
  font-size: 12px;
  background: #ff7800;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-news_01-item span:nth-child(2) {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .c-news_01-item span:nth-child(2) b {
    font-size: 14px;
  }
}

.c-news_01-item span:nth-child(3) {
  padding-top: 34px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-news_01-item span:nth-child(3) {
    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;
  }
}

@media screen and (max-width: 768px) {
  .c-news_01-item span:nth-child(3) > span {
    display: block;
    width: 100%;
    position: static !important;
  }
}

.c-news_01-item span img {
  width: 100%;
}

.c-news_01-item span span:last-child {
  position: absolute;
  top: 0;
  left: 194px;
  background: none;
  width: 100px;
  color: #333;
}

.c-news_01-title {
  margin-left: 12px;
  margin-bottom: 0;
  background: #fff;
  padding: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .c-news_01-title {
    margin: 0 15px;
  }
}

.c-news_01-title * {
  text-align: center;
  font-size: 24px;
  color: #333;
  padding-bottom: 15px;
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
}

.c-pagetop {
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 246px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #1e2766;
  font-weight: bold;
  text-align: center;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-pagetop {
    top: 196px;
  }
}

.c-pagetop:before {
  display: block;
  content: '';
  background: #1e2766;
  top: -50px;
  left: 50%;
  width: 40px;
  border-radius: 100%;
  height: 40px;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-pagetop:after {
  content: '';
  left: 50%;
  top: -33px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border-top: 3px solid;
  border-right: 3px solid;
  border-color: #fff;
  display: block;
  position: absolute;
}

/*
** 01　画像+テキストのリンクブロックを定義
** own / y-ikeda
*/
/* aem --*/
.c-setlink_01-box {
  position: relative;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  /* aem */
}

.c-setlink_01-box a {
  position: relative;
  display: block;
}

.c-setlink_01-box a:after {
  position: absolute;
  top: 12px;
  right: 28px;
  content: '';
  width: 30px;
  height: 30px;
  background: url(/content/dam/sites/th_lifree_com/th/index/icon_circlearrow.png) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .c-setlink_01-box a:after {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
}

.c-setlink_01-box .uc-mod-media-put-text-01 {
  margin: 0 !important;
  padding: 0;
}

.c-setlink_01-box .uc-put-text {
  position: absolute;
  z-index: 99;
  bottom: 4px !important;
  right: 4px !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  width: auto !important;
}

@media screen and (max-width: 768px) {
  .c-setlink_01-box .uc-put-text {
    bottom: 0px !important;
    right: 0px !important;
  }
}

.c-setlink_01-box .uc-put-text * {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #333 !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .c-setlink_01-box .uc-put-text * {
    font-size: 14px !important;
  }
}

.c-setlink_01-box img {
  width: 100%;
}

.c-splash {
  top: 50%;
  width: 220px;
  height: 114px;
  background: url(/content/dam/sites/th_lifree_com/th/index/animation_loop_img.png) no-repeat;
  -webkit-animation: animatesplash 3s steps(34) forwards;
  animation: animatesplash 3s steps(34) forwards;
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
/*Home Page Product Banner Label*/
.c-setlink_01-box .uc-put-text h3 {
  font-size: 32px !important;
  color: #5f5f5f !important;
  line-height: 1;
}
@media screen and (max-width: 768px){
  .c-setlink_01-box .uc-put-text h3 {
      font-size:20px !important;
  }
  }
@-webkit-keyframes animatesplash {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -7480px 0;
  }
}

@keyframes animatesplash {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -7480px 0;
  }
}

.c-splash-container {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 9999999;
}

.c-tablist_01 {
  padding-top: 50px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .c-tablist_01 {
    padding-top: 40px;
  }
}

.c-tablist_01 .uc-tab-resp-tabs-list {
  margin: auto;
  padding: 0 40px;
  background: #fff;
  border-bottom: solid 2px #fff;
}

@media screen and (max-width: 768px) {
  .c-tablist_01 .uc-tab-resp-tabs-list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    padding: 0;
    border-bottom: none;
  }
}

.c-tablist_01 .uc-tab-resp-tabs-list li {
  background-color: #eef7fd !important;
  font-weight: bold;
  text-align: center;
  border-bottom: 0;
  border: none;
  border-right: solid 2px #fff;
}

@media screen and (max-width: 768px) {
  .c-tablist_01 .uc-tab-resp-tabs-list li {
    width: 50%;
    border-width: 2px;
    border-color: #fff;
    border-right: none;
    border-bottom: solid 2px #fff;
  }
}

.c-tablist_01 .uc-tab-resp-tabs-list li > p {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-tablist_01 .uc-tab-resp-tabs-list li > p {
    text-align: left;
    font-size: 14px;
    padding: 0 10px 0 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-tablist_01 .uc-tab-resp-tabs-list li > p:after {
  content: '';
  display: inline-block;
  position: relative;
  width: 12px;
  height: 8px;
  margin-left: 12px;
  background: url(/content/dam/sites/th_lifree_com/th/index/icon_arrow.png) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .c-tablist_01 .uc-tab-resp-tabs-list li > p:after {
    position: absolute;
    right: 0;
  }
}

.c-tablist_01 .uc-tab-resp-tabs-list li:last-child {
  border-right: none;
}

.c-tablist_01 .uc-tab-resp-tabs-list li:hover::after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background: #c1e0fc;
  left: 50%;
  bottom: -7px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .c-tablist_01 .uc-tab-resp-tabs-list li:hover::after {
    display: none;
  }
}

.c-tablist_01 .uc-tab-resp-tabs-list li:hover:not(.uc-tab-resp-tab-active) {
  background-color: #c1e0fc !important;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-tablist_01 .uc-tab-resp-tabs-list li:hover:not(.uc-tab-resp-tab-active) {
    background-color: #eef7fd !important;
  }
}

@media screen and (max-width: 768px) {
  .c-tablist_01 .uc-tab-resp-tabs-list li:nth-child(odd) {
    border-right: solid 2px #fff;
  }
}

.c-tablist_01 .uc-tab-resp-tabs-list .uc-tab-resp-tab-active.uc-bg-tab-index-active-plane-standard {
  background-color: #1e2766 !important;
  position: relative;
}

.c-tablist_01 .uc-tab-resp-tabs-list .uc-tab-resp-tab-active.uc-bg-tab-index-active-plane-standard p {
  color: #fff !important;
  font-weight: bold;
  position: relative;
}

.c-tablist_01 .uc-tab-resp-tabs-list .uc-tab-resp-tab-active.uc-bg-tab-index-active-plane-standard p:after {
  display: none;
}

.c-tablist_01 .uc-tab-resp-tabs-list .uc-tab-resp-tab-active.uc-bg-tab-index-active-plane-standard:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background: #1e2766;
  left: 50%;
  bottom: -7px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .c-tablist_01 .uc-tab-resp-tabs-list .uc-tab-resp-tab-active.uc-bg-tab-index-active-plane-standard:after {
    display: none;
  }
}

.c-tablist_01 .uc-tab-resp-tab-content {
  padding: 40px 40px 0;
  background: #eef7fd;
  border: 0 none;
}

@media screen and (max-width: 768px) {
  .c-tablist_01 .uc-tab-resp-tab-content {
    padding: 30px 0 0;
  }
}

.c-tablist_01 .section {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .c-tablist_01 .section {
    padding-bottom: 0;
  }
}

.c-text_normal * {
  font-size: 20px;
  text-align: left;
  line-height: 1.5;
}

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

.uc-copy-text * {
  font-size: 12px;
}

.c-text_use-caption {
  margin: 10px 0 20px 0;
}

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

.c-text_indent * {
  padding-left: 1em;
  text-indent: -1em;
}

.c-text_pink {
  color: #e4007f !important;
}

.c-text_bold {
  font-weight: bold !important;
}

.c-text_sponly {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-text_sponly {
    display: block;
    text-align: center;
  }
  .c-text_sponly p {
    font-size: 14px;
    padding: 14px 0 0 0;
  }
}

.c-textlist_num ul {
  counter-reset: number;
  list-style: none;
  padding-left: 28px;
}

.c-textlist_num ul li {
  text-indent: -2.2em;
  padding-left: 2em;
}

.c-textlist_num ul li:before {
  counter-increment: number;
  content: "※" counter(number) " ";
}

.c-textlist_num.start-02 ul {
  counter-reset: number 1;
}

.c-textlist_num.start-02 ul li:before {
  counter-increment: number;
  content: "※" counter(number) " ";
}

.c-textlist_num.start-03 ul {
  counter-reset: number 2;
}

.c-textlist_num.start-03 ul li:before {
  counter-increment: number;
  content: "※" counter(number) " ";
}

.c-textlist_num.start-04 ul {
  counter-reset: number 3;
}

.c-textlist_num.start-04 ul li:before {
  counter-increment: number;
  content: "※" counter(number) " ";
}

.c-textlist_num.start-05 ul {
  counter-reset: number 4;
}

.c-textlist_num.start-05 ul li:before {
  counter-increment: number;
  content: "※" counter(number) " ";
}

.c-textlist_num.start-06 ul {
  counter-reset: number 5;
}

.c-textlist_num.start-06 ul li:before {
  counter-increment: number;
  content: "※" counter(number) " ";
}

.c-usertab_01 {
  height: 200px;
}

@media screen and (max-width: 768px) {
  .c-usertab_01 {
    height: auto;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 50%;
  }
  .c-usertab_01::after {
    content: '';
    display: block;
    padding-top: 65.05376%;
  }
}

.c-usertab_01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .c-usertab_01 ul {
    width: 100%;
    position: absolute;
  }
}

.c-usertab_01 li {
  height: 50%;
  background: #eef7fd;
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #fff;
}

.c-usertab_01 li:last-child {
  border-bottom: none;
}

.c-usertab_01 li:after {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  content: '';
  background: url("/content/dam/sites/th_lifree_com/th/index/icon_arrow.png") center center no-repeat;
  background-size: contain;
  width: 11px;
  height: 7px;
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .c-usertab_01 li:after {
    right: 10px;
  }
}

.c-usertab_01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 25px;
  -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;
  height: 100%;
  width: 100%;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-usertab_01 a {
    padding: 30px 25px;
  }
}

.c-usertab_01 p {
  position: relative;
}

#u-voice_container .c-detail_voice-container {
  padding: 40px 20px 0 20px;
}

@media screen and (max-width: 768px) {
  #u-voice_container .c-detail_voice-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0px !important;
  }
}

#u-voice_container .c-detail_voice-container.is-show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1;
}

#u-voice_container .c-detail_voice-container:first-child {
  padding-bottom: 40px;
}

#u-voice_container .c-detail_voice-container:first-child.is-show {
  padding-bottom: 20px;
}

#u-voice_container .c-detail_voice-gridfirst {
  margin: 0 20px;
}

#u-voice_container .c-detail_voice-gridcenter {
  margin: 0 20px;
}

#u-voice_container .c-detail_voice-gridend {
  margin: 0 20px;
}

.c-video_full {
  width: 100%;
  height: 340px;
}

@media screen and (max-width: 768px) {
  .c-video_full {
    height: auto;
  }
}

.c-video_full * {
  width: 100%;
  height: 100%;
}

.c-viewpage-container {
  padding: 0 40px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .c-viewpage-container {
    margin: 0;
    margin-top: 0;
    width: 100%;
    padding: 20px 20px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-viewpage-container .section {
    padding-bottom: 0;
  }
}

.c-viewpage-inner {
  padding: 0 40px;
  background: #eef7fd;
}

@media screen and (max-width: 768px) {
  .c-viewpage-inner {
    padding: 0;
  }
}

.c-viewpage_title {
  padding: 40px 0 0;
  margin-top: 50px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  background: #eef7fd;
}

@media screen and (max-width: 768px) {
  .c-viewpage_title {
    font-size: 21px;
    padding: 25px 0 15px 0;
    margin-top: 0;
    margin-bottom: -10px;
  }
}

.c-viewpage-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-viewpage-list li {
  width: 50%;
  font-size: 14px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #fff;
}

.c-viewpage-list li:first-child {
  font-size: 20px;
  margin-bottom: 60px;
}

.c-viewpage-list li span {
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  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;
}

/* footer phone */
@media screen and (min-width: 769px), print {
  .pc-call{
    display:block;
  }
  .sp-call{
    display: none;
  }
}
@media screen and (max-width: 768px){
  .pc-call{
    display: none;
  }
  .sp-call{
    display: block;
  }
}
/*汎用隠すスタイル*/
.hide-block{
	display: none;
}:;

/*タイフッター調整*/
@media screen and (max-width: 768px){
  .pc-call{
    display: none;
  }
  .sp-call{
    display: block;
    margin-top: 40px;
  }
  .l-footer_whitebox-caution p:last-child{
  	margin-top: 0;
  }
  .l-footer_whitebox-righttext {
  	top: 115px;
  }
  .l-footer_whitebox-notes p:last-child {
    margin-top: inherit;
  }
}

.pc-call div{
	font-size:2rem;
	font-weight:bolder;
	color:black;
	margin-top: 10px;
}
.sp-call div{
	font-size:8vw;
	font-weight:bolder;
	color:black;
}

.l-container_blue {
        margin-top: inherit;
}