@charset "UTF-8";
@media screen and (max-width: 768px) {
  .toggleContainer {
    margin-top: 80px;
  }
  .toggleContainer.is-active .toggleTTL::after {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  .toggleContainer.is-active .toggleContent {
    max-height: 9999px;
  }

  .toggleContent {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    max-height: 0;
    overflow: hidden;
  }

  .toggleTTL {
    cursor: pointer;
    background: #eeeeee;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 20px;
    position: relative;
  }
  .toggleTTL::before, .toggleTTL::after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #333333;
    position: absolute;
    webkit-transition: transform 0.4s ease,opacity 0.5s ease;
    -moz-transition: transform 0.4s ease,opacity 0.5s ease;
    -o-transition: transform 0.4s ease,opacity 0.5s ease;
    transition: transform 0.4s ease,opacity 0.5s ease;
  }
  .toggleTTL::before {
    top: 50%;
    right: 20px;
  }
  .toggleTTL::after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    top: 50%;
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .toggleContainer {
    margin-top: 80px;
  }
  .toggleContainer.toggleSP {
    pointer-events: none;
  }
  .toggleContainer.toggleSP .toggleContent {
    max-height: 9999px;
    overflow: visible;
  }
  .toggleContainer + .annotationList {
    margin-top: 40px;
  }
  .toggleContainer.is-active .toggleTTL::after {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  .toggleContainer.is-active .toggleContent {
    max-height: 9999px;
  }

  .toggleContent {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    max-height: 0;
    overflow: hidden;
  }

  .toggleTTL {
    cursor: pointer;
    background: #eeeeee;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7;
    padding: 15px 30px;
    position: relative;
  }
  .toggleTTL::before, .toggleTTL::after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #333333;
    position: absolute;
    webkit-transition: transform 0.4s ease,opacity 0.5s ease;
    -moz-transition: transform 0.4s ease,opacity 0.5s ease;
    -o-transition: transform 0.4s ease,opacity 0.5s ease;
    transition: transform 0.4s ease,opacity 0.5s ease;
  }
  .toggleTTL::before {
    top: 50%;
    right: 30px;
  }
  .toggleTTL::after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    top: 50%;
    right: 30px;
  }
}
#AstaliftRefill .GreyBK {
  background-color: #f7f7f7;
}
#AstaliftRefill .error {
  background: transparent;
}
#AstaliftRefill .error::before {
  background: url("../../../img/common/icon_err_msg.svg") no-repeat;
  width: 17px;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 5px;
  background-size: contain;
  height: 17px;
  content: "";
}
@media screen and (min-width: 769px) {
  #AstaliftRefill {
    font-size: 14px;
  }
  #AstaliftRefill .sp {
    display: none;
  }
  #AstaliftRefill #PruductIntroduction {
    width: 1200px;
    margin: 0 auto 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #AstaliftRefill #PruductIntroduction figure {
    width: 270px;
  }
  #AstaliftRefill #PruductIntroduction .text {
    width: 890px;
  }
  #AstaliftRefill #PruductIntroduction .text ul {
    display: flex;
    justify-content: space-between;
  }
  #AstaliftRefill #PruductIntroduction .text ul li {
    padding: 30px;
    background-color: #eeeeee;
    width: 270px;
    height: 280px;
  }
  #AstaliftRefill #PruductIntroduction .text ul li .caution {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    padding-left: 10px;
    position: relative;
  }
  #AstaliftRefill #PruductIntroduction .text ul li .caution:before {
    content: '※';
    position: absolute;
    left: 0;
  }
  #AstaliftRefill #PruductIntroduction .text ul li h3 {
    font-size: 16px;
    height: 70px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
  }
  #AstaliftRefill #PruductIntroduction .text ul li h3 span {
    font-size: 18px;
    color: #e35555;
    font-weight: bold;
  }
  #AstaliftRefill #PruductIntroduction .IntroductionTitle {
    font-size: 26px;
    margin-bottom: 40px;
  }
  #AstaliftRefill #PruductIntroduction p {
    margin-bottom: 40px;
    line-height: 1.7;
  }
  #AstaliftRefill #PruductIntroduction .buttonWrap {
    margin-top: 80px;
    width: 100%;
    text-align: center;
  }
  #AstaliftRefill #PruductIntroduction .buttonWrap a {
    display: inline-block;
    width: 400px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding: 20px 30px;
    font-size: 18px;
    transition: 0.3s;
  }
  #AstaliftRefill #PruductIntroduction .buttonWrap a:hover {
    background-color: #444;
  }
  #AstaliftRefill .Tips {
    margin-bottom: 60px;
    width: 1200px;
    display: flex;
    margin: 0 auto 60px;
  }
  #AstaliftRefill .Tips ul li:before {
    margin-bottom: 10px;
    content: "(" counter(cnt) ") ";
    position: absolute;
    left: -20px;
  }
  #AstaliftRefill .Tips .TipsHeader {
    background-color: #e35555;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 30px;
    width: 235px;
    position: relative;
  }
  #AstaliftRefill .Tips .TipsHeader:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    border-color: transparent transparent transparent #e35555;
    position: absolute;
    right: -9px;
  }
  #AstaliftRefill .Tips ul {
    flex: 1;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 20px 40px;
  }
  #AstaliftRefill .Tips ul li {
    font-size: 14px;
    width: 100%;
    position: relative;
    counter-increment: cnt;
    margin-bottom: 10px;
  }
  #AstaliftRefill .Tips ul li .point {
    color: #e35555;
  }
  #AstaliftRefill .Tips ul li:last-child {
    margin-bottom: 0;
  }
  #AstaliftRefill #Types {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #AstaliftRefill #Types .JarType {
    width: 370px;
  }
  #AstaliftRefill #Types .PompType {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 45px;
  }
  #AstaliftRefill #Types .TypeTitle {
    width: 100%;
    background-color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    padding: 10px 20px 10px 50px;
    text-align: center;
  }
  #AstaliftRefill #Types .JarType .TypeTitle:before {
    position: absolute;
    content: "";
    display: block;
    width: 56px;
    height: 51px;
    bottom: 5px;
    left: 60px;
    background: url("../../../img/astalift/refill/header_image_jar.png") no-repeat;
    background-size: contain;
  }
  #AstaliftRefill #Types .PompType .TypeTitle:before {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 65px;
    bottom: 5px;
    left: 270px;
    background: url("../../../img/astalift/refill/header_image_pomp.png") no-repeat;
    background-size: contain;
  }
  #AstaliftRefill #Types .TypeInner {
    border: 1px solid #ccc;
    padding: 30px;
    height: calc( 100% - 58px );
  }
  #AstaliftRefill #Types .PompType .TypeInner {
    width: 380px;
  }
  #AstaliftRefill #Types .TypeInner .TypeInnerTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  #AstaliftRefill #Types .TypeInner .ProductTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #AstaliftRefill #Types .TypeInner .TypeProduct + .TypeProduct {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
  }
  #AstaliftRefill #Types .TypeInner .TypeProduct li {
    margin-bottom: 20px;
  }
  #AstaliftRefill #Types .TypeInner .TypeProduct li:last-child {
    margin-bottom: 0px;
  }
  #AstaliftRefill .RefillSection {
    padding: 80px 0;
  }
  #AstaliftRefill .RefillSection .SectionInner {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  #AstaliftRefill .RefillSection .SectionInner .ColumnHeader {
    font-size: 26px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 50px;
  }
  #AstaliftRefill .RefillSection .SectionInner .ColumnTitle {
    background: transparent;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
    padding: 0;
  }
  #AstaliftRefill .RefillSection .SectionInner .ColumnTitle::before, #AstaliftRefill .RefillSection .SectionInner .ColumnTitle::after {
    display: none;
  }
  #AstaliftRefill .RefillSection .SectionInner .col2 .ColumnTitle {
    margin-bottom: 70px;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn {
    margin-top: 0;
    width: 580px;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn.fluid {
    width: 100%;
    margin: 80px 0 0;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn.fluid.col1 {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ccc;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .TypeContent {
    background: #fff;
    border: 1px solid #ccc;
    padding: 30px;
    min-height: 275px;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .TypeContent.HowToInner {
    padding: 50px;
    min-height: 300px;
  }
  #AstaliftRefill .RefillSection.PompType .SectionInner .RefillColumn .TypeContent.HowToInner {
    padding: 0;
    min-height: auto;
  }
  #AstaliftRefill .HowToInner img {
    vertical-align: middle;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .Products + .Products {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .Products .InnerTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .Products ul {
    list-style-type: disc;
    list-style-position: inside;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .Products ul li {
    margin-bottom: 10px;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .Products ul li a {
    text-decoration: none;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .ColumnImage ul {
    display: flex;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .ColumnImage + .caution {
    color: #e35555;
    margin-top: 10px;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .HowTo {
    display: flex;
    justify-content: space-between;
    counter-reset: number 0;
  }
  #AstaliftRefill .RefillSection.PompType .SectionInner .RefillColumn .HowTo {
    display: flex;
    justify-content: flex-start;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .HowTo p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.4;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .HowTo p .ExtraInfo {
    font-size: 12px;
    margin-top: 10px;
    display: block;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .HowTo li {
    position: relative;
    width: 580px;
    min-height: 300px;
  }
  #AstaliftRefill .RefillSection.PompType .SectionInner .RefillColumn .HowTo li {
    width: 270px;
    margin-right: 40px;
    min-height: 100%;
    position: relative;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .HowTo li:before {
    counter-increment: number 1;
    content: counter(number);
    width: 40px;
    border-radius: 100%;
    height: 40px;
    top: 10px;
    left: 10px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    position: absolute;
  }
  #AstaliftRefill .RefillSection.PompType .SectionInner .RefillColumn .HowTo li:last-child {
    margin-right: 0px;
  }
  #AstaliftRefill .HowToInfo {
    padding: 40px 0 40px 150px;
    margin-bottom: 40px;
    position: relative;
    font-size: 14px;
    color: #e35555;
    background-color: #eee;
  }
  #AstaliftRefill .HowToInfo:before {
    position: absolute;
    content: "";
    display: block;
    left: 30px;
    bottom: 0;
    width: 86px;
    height: 122px;
    background: url("../../../img/astalift/refill/information_image.png") no-repeat;
  }
  #AstaliftRefill #RefillInformation {
    position: relative;
    width: 1200px;
    margin: 0 auto 80px;
    padding: 40px 40px 40px 360px;
    line-height: 1.4;
    font-size: 16px;
    background-color: #fbe6e6;
  }
  #AstaliftRefill #RefillInformation span.caution {
    color: #e35555;
  }
  #AstaliftRefill #RefillInformation:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    width: 70px;
    height: 109px;
    left: 240px;
    background: url("../../../img/astalift/refill/information_image_bg.png") no-repeat;
    background-size: 70px;
  }
  #AstaliftRefill #RefillInformation h3 {
    margin-bottom: 20px;
    color: #e35555;
    font-weight: bold;
  }
  #AstaliftRefill .RefillFAQ {
    width: 1200px;
    margin: 0 auto 80px;
  }
  #AstaliftRefill .RefillFAQ dl {
    padding: 30px 30px 0;
  }
  #AstaliftRefill .RefillFAQ dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
  }
  #AstaliftRefill .RefillFAQ dt:before {
    content: "Q.";
    display: block;
    position: absolute;
    left: 0px;
  }
  #AstaliftRefill .RefillFAQ dd:before {
    content: "A.";
    display: block;
    position: absolute;
    left: 0px;
  }
  #AstaliftRefill .RefillFAQ dd + dt {
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
  #AstaliftRefill .RefillFAQ dd {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #AstaliftRefill .RefillFAQ dd:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #AstaliftRefill .RefillFAQ dd .notice {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  #AstaliftRefill .btnWhite {
    width: 400px;
    margin: 0 auto 160px;
  }
}
@media screen and (max-width: 768px) {
  #AstaliftRefill {
    font-size: 14px;
  }
  #AstaliftRefill .pc {
    display: none;
  }
  #AstaliftRefill #PruductIntroduction {
    margin-bottom: 80px;
  }
  #AstaliftRefill #PruductIntroduction figure {
    text-align: center;
    height: 210px;
    margin-bottom: 30px;
  }
  #AstaliftRefill #PruductIntroduction figure img {
    height: 100%;
  }
  #AstaliftRefill #PruductIntroduction .IntroductionTitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #AstaliftRefill #PruductIntroduction p {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.4;
  }
  #AstaliftRefill #PruductIntroduction .text {
    margin-bottom: 40px;
  }
  #AstaliftRefill #PruductIntroduction li {
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
  }
  #AstaliftRefill #PruductIntroduction li h3 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
    line-height: 1.5;
  }
  #AstaliftRefill #PruductIntroduction li h3 .sp_nobreak {
    display: none;
  }
  #AstaliftRefill #PruductIntroduction li h3 span {
    font-weight: bold;
    color: #e35555;
    font-size: 16px;
  }
  #AstaliftRefill #PruductIntroduction li p {
    margin-bottom: 0;
  }
  #AstaliftRefill #PruductIntroduction li .caution {
    display: block;
    margin-top: 10px;
    font-size: 12px;
  }
  #AstaliftRefill #PruductIntroduction .buttonWrap a {
    display: block;
    margin-top: 0 20px;
    background-color: #333;
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
  }
  #AstaliftRefill .Tips {
    margin: 0 0 50px;
  }
  #AstaliftRefill .Tips .TipsHeader {
    background-color: #e35555;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px;
  }
  #AstaliftRefill .Tips .TipsHeader:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -9px;
    border-style: solid;
    border-width: 14px 12px 0 12px;
    border-color: #e35555 transparent transparent transparent;
    line-height: 0px;
    _border-color: #e3555 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  }
  #AstaliftRefill .Tips ul {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 25px 20px 25px 40px;
  }
  #AstaliftRefill .Tips ul li {
    margin-bottom: 10px;
    counter-increment: cnt;
    line-height: 1.5;
    position: relative;
  }
  #AstaliftRefill .Tips ul li .point {
    color: #e35555;
  }
  #AstaliftRefill .Tips ul li:last-child {
    margin-bottom: 0px;
  }
  #AstaliftRefill .Tips ul li:before {
    margin-bottom: 10px;
    content: "(" counter(cnt) ") ";
    position: absolute;
    left: -20px;
  }
  #AstaliftRefill #Types .JarType {
    margin-bottom: 60px;
  }
  #AstaliftRefill #Types .TypeTitle {
    background: #333;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    color: #fff;
    padding: 10px 10px 10px 8vw;
    text-align: center;
  }
  #AstaliftRefill #Types .JarType .TypeTitle:before {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 38px;
    bottom: 5px;
    left: -10em;
    right: 0;
    margin: auto;
    background: url("../../../img/astalift/refill/header_image_jar.png") no-repeat;
    background-size: contain;
  }
  #AstaliftRefill #Types .PompType .TypeTitle:before {
    position: absolute;
    content: "";
    display: block;
    width: 36px;
    height: 60px;
    bottom: 5px;
    left: -10em;
    right: 0;
    margin: auto;
    background: url("../../../img/astalift/refill/header_image_pomp.png") no-repeat;
    background-size: contain;
  }
  #AstaliftRefill #Types .TypeInner .TypeInnerTitle {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
  }
  #AstaliftRefill #Types .TypeInner {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 20px 20px 0;
  }
  #AstaliftRefill #Types .TypeInner:last-child {
    margin-bottom: 0;
  }
  #AstaliftRefill #Types .TypeInner .TypeProduct + .TypeProduct {
    border-top: 1px solid #ccc;
  }
  #AstaliftRefill #Types .TypeInner .TypeProduct + .TypeProduct .ProductTitle {
    margin-top: 20px;
  }
  #AstaliftRefill #Types .TypeInner .ProductTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #AstaliftRefill #Types .TypeInner .TypeProduct ul li {
    margin-bottom: 20px;
  }
  #AstaliftRefill #Types .TypeInner .TypeProduct ul li a {
    font-weight: normal;
  }
  #AstaliftRefill #Types .TypeInner .TypeProduct ul li a:before {
    background: url("../../../img/common/icon_arrow_bottom_white.svg") center center no-repeat #333333;
    background-size: 10px;
    width: 16px;
    height: 16px;
  }
  #AstaliftRefill .mainTTL + .RefillSection {
    padding-top: 0;
  }
  #AstaliftRefill .RefillSection {
    padding: 80px 20px;
  }
  #AstaliftRefill .RefillSection .ColumnHeader {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  #AstaliftRefill .RefillSection .ColumnInner.open {
    display: block;
    margin-bottom: 20px;
  }
  #AstaliftRefill .RefillSection .TypeContent {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 30px 0 40px;
    padding: 20px;
  }
  #AstaliftRefill .RefillSection .HowTo .TypeContent {
    padding: 20px 40px;
  }
  #AstaliftRefill .PompType.RefillSection .HowTo .TypeContent {
    padding: 0;
  }
  #AstaliftRefill .RefillSection .col2 .TypeContent {
    padding: 0;
  }
  #AstaliftRefill .RefillSection .col2 .ColumnInner {
    margin-bottom: 0;
  }
  #AstaliftRefill .RefillSection .RefillColumn {
    border-top: 1px solid #ccc;
    margin-top: 0;
  }
  #AstaliftRefill .RefillSection .RefillColumn._marginBottom {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
  }
  #AstaliftRefill .RefillSection .RefillColumn:last-child .ColumnTitle {
    border-bottom: 1px solid #ccc;
  }
  #AstaliftRefill .RefillSection .RefillColumn .HowTo {
    margin-bottom: 40px;
    counter-reset: number 0;
  }
  #AstaliftRefill .RefillSection .RefillColumn .HowTo p {
    font-size: 14px;
    line-height: 1.4;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .HowTo li {
    position: relative;
  }
  #AstaliftRefill .RefillSection .SectionInner .RefillColumn .HowTo li:before {
    counter-increment: number 1;
    content: counter(number);
    width: 40px;
    border-radius: 100%;
    height: 40px;
    top: 10px;
    left: 10px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    position: absolute;
  }
  #AstaliftRefill .RefillSection .col2 li p {
    line-height: 1.5;
  }
  #AstaliftRefill .RefillSection .RefillColumn .ColumnTitle {
    background: transparent;
    font-size: 18px;
    line-height: 1;
    position: relative;
    padding: 20px 0;
    font-weight: bold;
  }
  #AstaliftRefill .RefillSection .RefillColumn .ColumnTitle::before, #AstaliftRefill .RefillSection .RefillColumn .ColumnTitle::after {
    right: 0;
  }
  #AstaliftRefill .RefillSection .RefillColumn.is-active .ColumnTitle {
    border-bottom: 1px solid #ccc;
  }
  #AstaliftRefill .RefillSection .ColumnHeader + .RefillColumn {
    border-top: 1px solid #ccc;
  }
  #AstaliftRefill .RefillSection .RefillColumn .InnerTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #AstaliftRefill .RefillSection .RefillColumn .Products ul {
    list-style-type: disc;
    padding-left: 20px;
  }
  #AstaliftRefill .RefillSection .RefillColumn .Products ul li {
    list-style-type: disc;
    margin-bottom: 10px;
  }
  #AstaliftRefill .RefillSection .RefillColumn .Products ul li a {
    text-decoration: none;
  }
  #AstaliftRefill .RefillSection .RefillColumn .Products + .Products {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
  }
  #AstaliftRefill .RefillSection .RefillColumn .ColumnImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #AstaliftRefill .RefillSection .RefillColumn .ColumnImage .caution {
    color: #e35555;
    margin-top: 10px;
  }
  #AstaliftRefill .RefillSection .RefillColumn .caution {
    color: #e35555;
    margin-bottom: 40px;
    font-size: 13px;
  }
  #AstaliftRefill .RefillSection .RefillColumn .caution .error:before {
    height: 15px;
    width: 15px;
    margin-right: 2px;
  }
  #AstaliftRefill .HowToInfo {
    background: #eee;
    color: #e35555;
    margin-top: 60px;
    position: relative;
    padding: 15px 20px 15px 30vw;
  }
  #AstaliftRefill .HowToInfo .error {
    position: relative;
  }
  #AstaliftRefill .HowToInfo .error:before {
    position: absolute;
    width: 16px;
    height: 16px;
    left: -20px;
  }
  #AstaliftRefill .HowToInfo:before {
    position: absolute;
    content: "";
    display: block;
    left: 20px;
    bottom: 0;
    width: 66px;
    height: 88px;
    background: url("../../../img/astalift/refill/information_image.png") no-repeat;
    background-size: contain;
  }
  #AstaliftRefill .RefillSection .RefillColumn .ExtraInfo {
    font-size: 12px;
    display: block;
    margin-top: 10px;
  }
  #AstaliftRefill #RefillInformation {
    padding: 135px 20px 20px;
    margin: 0 20px 80px;
    position: relative;
    background-color: #fbe6e6;
  }
  #AstaliftRefill #RefillInformation:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 88px;
    height: 92px;
    background: url("../../../img/astalift/refill/information_image_bg.png") no-repeat;
    background-size: contain;
  }
  #AstaliftRefill #RefillInformation h3 {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #e35555;
    margin-bottom: 10px;
  }
  #AstaliftRefill #RefillInformation p {
    line-height: 1.5;
    font-size: 16px;
  }
  #AstaliftRefill #RefillInformation .caution {
    color: #e35555;
  }
  #AstaliftRefill .RefillFAQ {
    margin: 0 20px 70px;
  }
  #AstaliftRefill .RefillFAQ dl {
    padding: 20px 20px 0;
  }
  #AstaliftRefill .RefillFAQ dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
  }
  #AstaliftRefill .RefillFAQ dt:before {
    content: "Q.";
    display: block;
    position: absolute;
    left: 0px;
  }
  #AstaliftRefill .RefillFAQ dd:before {
    content: "A.";
    display: block;
    position: absolute;
    left: 0px;
  }
  #AstaliftRefill .RefillFAQ dd + dt {
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
  #AstaliftRefill .RefillFAQ dd {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #AstaliftRefill .RefillFAQ dd:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #AstaliftRefill .RefillFAQ dd .notice {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  #AstaliftRefill .btnWhite {
    margin: 0 20px 80px;
  }
}

/*# sourceMappingURL=howtochange.css.map */


/**     ht-202402      **/
#AstaliftRefill .ProductName{
  font-size: 1.2rem;
  line-height: 1.8;
}

#AstaliftRefill .RefillFAQ .toggleContainer{
  margin-top:0 !important;
}