@charset "UTF-8";
/* CSS Document */

/* BASIC */
/* ============================================ */
* {
    box-sizing: border-box;
}
main {
    color: #4d4d49;
}


/* MAIN CONTENTS */
/* ============================================ */
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

p.caution_txt {
    display: block;
    color: #FC5B72;
    font-size: 1.1em;
    text-align: center;
}

.fa-shopping-cart {
    color: #4d4d49;
    margin: 0 5% 0 0;
    font-size: 1.4em;
}

#Product {
    width: 100%;
    max-width: 750px;
    margin: 3% auto 0;
}

#Product h1.item_ttl {
    display: block;
    height: auto;
    margin: 5% auto;
    padding: 0;
    color: #804C34;
    text-align: left;
    font-size: 1.3em;
    font-weight: 600;
}

/**** .itemAppeal ****/
#Product .itemAppeal {
    margin: 7% auto 0;
}
#Product .itemAppeal .iA_wrap {
    display: block;
    margin: 0 auto;
}
#Product .itemAppeal .iA_wrap p {
    font-size: .9em;
    line-height: 1.8;
}
#Product .itemAppeal .iA_wrap img {
    vertical-align: bottom;
}

/**** .cart_btn_area ****/
.cart_btn_area {
	margin: 5% auto;
}
.cart_btn_area .select_area {
    width: 25%;
    display: block;
    margin: 0 auto 5%;
}
.cart_btn_area p.select_caption {
    display: inline-block;
    margin: 0 5% 0 0;
}
.cart_btn_area select {
    display: inline-block;
    margin: 0 auto;
    padding: 1.5%;
    height: 2.5em;
}
.cart_btn_area a {
    display: block;
    width: 85%;
    margin: 0 auto;
    padding: 2%;
    border: 1px solid #4d4d49;
    color: #4d4d49;
    text-align: center;
    text-decoration: none;
    background: #fff;
    font-size: 1.2em;
}
.cart_btn_area a:before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #4d4d49;
}
.cart_btn_area a:after{
    right: 21px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #4d4d49;
    border-right: 1px solid #4d4d49;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cart_btn_area ul.caution {
    color: #FC5B72;
    background: #fff;
    padding: 3%;
    margin: 3% auto;
    border: 1px solid #fc5b72;
    font-size: .9em;
}
.cart_btn_area ul.caution li {
    margin-bottom: 1%;
}
.cart_btn_area {
    display: none;
}
.btn_area01 {
    display: block;
}

/**** .select_area ****/
.select_area {
   margin: 5% auto;
}
.select_area > div {
   margin: 0 auto;
}
.select_area > div label span {
    font-size: 1.1em;
    font-weight: 500;
    margin: 0 0 0 2%;
}
.select_area > div label p {
    border-top: 1px solid #4d4d49;
    border-bottom: 1px solid #4d4d49;
    padding: 1%;
}
.select_area > div label p b {
    font-size: 1.3em;
}
.select_area > div label p b:before {
    content: ":";
    margin: 0 .4em;
}

/**** .item_detail ****/
.item_detail {
    margin: 15% auto;
}
.item_detail h2 {
    font-size: 1.1em;
    text-align: left;
    margin: 0 auto 3%;
    font-weight: 400;
}
.item_detail dl {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    border-bottom: 1px solid #ccc;
    font-size: .9em;
}
.item_detail dl dt {
    margin: 0 auto;
    width: 20%;
    padding: 1%;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
}
.item_detail dl dt:first-child {
    margin: 0 auto;
}
.item_detail dl dd {
    padding: 1%;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    width: 80%;
    box-sizing: border-box;
}
.item_detail p.remarks {
    font-size: .9em;
    margin: 8% auto;
}
.item_detail p.remarks b {
    margin-bottom: 1%;
    display: block;
}

/**** .tab-switch ****/
.tab-switch {
    position:relative;
}
.tab-switch + label{
    padding-left: 5px;
    position:relative;
    margin-right: 20px;
}
.tab-switch:before{
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
}
.tab-switch:after{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: #9a3334;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
}
.tab-switch:checked:after{
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}


/**** .diffList ****/
.diffList div {
    position: relative;
    display: block;
    border: 2px solid #89c49f;
}
.diffList div:before {
    position: absolute;
    content: "内面\Aケア";
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    padding: 5%;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: 900;
}
.diffList li:first-child div:before {
    content: "表面\Aケア";
}
.diffList div img {
    margin: 0 auto  !important;
    background: #ffdcdc;/*#faffdc*/
}
.diffList li:first-child div img {
    background: #dcffea;
}
.diffList div ul {
    padding: 4%;
    border-top: 2px solid #89c49f;
    margin: 0 auto !important;
}
.iA_wrap .diffList input:checked + span {
    margin-right: unset;
}



/* WIDE-PC・TAB・SP版 表示用 */
/* ============================================ */
/**** 1024px以下 ****/
@media screen and (max-width: 1024px) {
}


/**** 767px以下 ****/
@media screen and (max-width: 767px) {
#Product {
    width: 90%;
}
.cart_btn_area .select_area {
    width: 25vw;
}
}


/**** 480px以下 ****/
@media screen and (max-width: 480px) {
}





/* 20210618追記 */
/*商品説明箇所*/
sup {
    font-size: 0.7em;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}
.iA_wrap h2,.iA_wrap h3,.iA_wrap h4,.iA_wrap h5{
    color: #000;
    text-align:left;
    margin: 2.5% 0;
    font-weight: bold;
}
.iA_wrap h2,.userVoice h2,#relation h2{
    font-size: 3.5rem;
}
.iA_wrap h3{
    font-size: 3rem;
}
#relation h3{
    font-size: 2rem;
}
.iA_wrap h4{
    font-size: 2.5rem;
}
.iA_wrap h5{
    font-size: 2rem;
}
.iA_wrap h4.renewal_ti {
    color: #89c49f;    
    padding-left: 80px !important;
    background: url(https://www.tealife.co.jp/images/product/42031/42031_icon1.jpg) no-repeat left center;
    background-size: 80px;
    padding: 15px 0;    
}
.iA_wrap h4.fragrance_ti {
    padding-left: 80px !important;
    background: url(https://www.tealife.co.jp/images/product/42031/42031_icon1.jpg) no-repeat left center;
    background-size: 80px;
    padding: 15px 0;
}
.color89c49f{
    color: #89c49f !important;
}
.color79952E{
    color: #79952E !important;
}
.colorbda848{
    color: #bda848 !important;
}
.color509538{
    color: #509538 !important;
}

ul.iA_wrap_list {
    width: 100%;
    height: auto;
    display: table;
    margin: 3% 0;
}
ul.iA_wrap_list li {
    text-indent: em;
    width: 50%;
    float: left;
    margin: 0 0 10px;
}
.iA_wrap dl {
    width: 100%;
    height: auto;
    clear: both;
    display: table;
    margin-bottom: 30px;
}
.iA_wrap dl dt {
    width: 20%;
    float: left;
}
.iA_wrap dl dd {
    width: 78%;    
    float: right;
}

.iA_wrap ol {
  counter-reset:number;
  list-style-type: none!important; 
}

.iA_wrap ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0 0.5em 1em 35px;
}

.iA_wrap ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #89c49f;
  color: white;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

/* チェックボックス */
.iA_wrap input {
    display: none;
}
.iA_wrap input:checked + span {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    display: block;
}
.iA_wrap input:checked + span::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #FFF;
    color: #89c49f;
    border: 1px solid #000;
}
.iA_wrap input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 3px;
    height: 7px;
    transform: rotate(40deg);
    border-bottom: 2px solid #89c49f;
    border-right: 2px solid #89c49f;
}
.formbtn {
    width: 100%;
    text-align: center;  
    display: block;
    margin: 5% 0;
}
.heiretu30 {
    width: 30%;
}
.heiretu45 {
    width: 45%;
}
.heiretu49 {
    width: 49%;
}
.heiretu50 {
    width: 50%;
}
.heiretu65 {
    width: 65%;
}
/* 関連商品 */
#relation {
  padding-top: 3rem;
  margin-bottom: 5rem;
}

#relation .memorialWrap {
  background: #eeecec;
  padding: 25px;
}
#relation .memorialWrap__inner {
  background: #fff;
  padding: 45px 100px;
}
#relation .memorialWrap__inner p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.6rem;
}
#relation .memorialWrap li {
  width: 40%;
}
#relation .memorialWrap li img {
  width: 100%;
}
#relation li dt,
.basicItemList li dt {
  text-align: center;
  margin-top: 20px;
}
section .buttom_more {
  margin: 20px auto 0;
}
#relation .basicItemList {
  padding: 60px 40px 40px;
}
#relation .basicItemList dt {
  height: 60px;
}

ul.sozai {
    margin: 0 0 5%;    
}
ul.sozai li {
    padding: 0.5em 0;
    border-bottom: 1px dotted #89c49f;
}

.iA_wrap .question {
    text-align: left;
    font-size: 1.8rem;
    padding-bottom: 2%;
    display: block;
    line-height: 1.8;
}
.iA_wrap .question:before {
    content: 'Q';
    color: #FFF;
    background-color: #79962D;
	border-radius: 50%;
    padding: 1% 1.4%;
}

.iA_wrap .question:before {
    margin: 0 1% 0 0;
    font-size: 1.5em;
    font-family: serif;
}

.iA_wrap .answer {
    text-align: left;
    margin-bottom: 5%;
    display: block;
    font-size: 1.8rem;
    line-height: 1.8;
}
.iA_wrap .answer:before {
    content: 'A';
    color: #79962D;
    background-color: #fff;
    border: 1px solid #79962D;    
	border-radius: 50%;
    padding: 1% 1.4%;
}
.iA_wrap .answer:before {
    margin: 0 1% 0 0;
    font-size: 1.2em;
    font-family: serif;
}
ul.aroma li {
    width: 50%;
    text-align: center;
}

/*お客様の声*/
.user-icon {
    width: 25%;
    height: auto;
    text-align: center;
}
.user-icon p{
    text-align: center;
}
.user-message {
    width: 70%;
    border: 1px solid #000;
    padding: 1.5em;
    border-radius: 20px;
}
.user-day {
    margin-top: 10px;
   text-align: right;
}


/* パンくずリスト */
.breadcrumb {
    padding: 15px 0 5px 0;
    margin: 0 10px 10px 10px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
.breadcrumb::-webkit-scrollbar {
    height: 5px;
}

.breadcrumb::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
}

.breadcrumb ul {
    display: table;
}

.breadcrumb ul li {
    font-size: 12px;
    font-size: 1.2rem;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 26px;
    position: relative;
}

.breadcrumb ul li:last-child {
    padding-right: 0;
}

.breadcrumb ul li:last-child:after {
    display: none;
}
.breadcrumb ul li:after {
    position: absolute;
    display: block;
    content: '';
    content: ">";
    top: 3px;
    right: 8px;
}

.breadcrumb.no-scroll ul li:after {
    top: -4px;
}

.kisu_hairetu{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
    font-size: .8em;
    margin-bottom: 30px;
}

.kisu_hairetubox{
  width: 230px;
  height: 130px;
  margin: 10px;
    text-align: center;
}
@media print,screen and (min-width: 1024px) { /* 1024pxは適宜変更 */
    .breadcrumb ul li a:before {
        transform: scaleX(1);
        transition: transform 0.3s ease;
    }
    .breadcrumb ul li a:hover:before {
        transform: scaleX(0);
    }
}
/**** 767px以下 ****/
@media screen and (max-width: 767px) {
.heiretu45,.heiretu50,.heiretu45 img,.heiretu50 img,{
        width: 100%;
    }
#relation li {
    width: 47.5%;
  }
  #relation .basicItemList {
    padding: 60px 10px 40px;
  }
  #relation .basicItemList dt {
    height: 11vw;
  }
  #relation .inner {
    padding: 0;
  }
  #relation .memorialWrap li {
    width: 47.5%;
  }
  #relation .memorialWrap__inner {
    background: #fff;
    padding: 45px 4vw;
  }
  .basicItemList li {
    width: 47.5%;
    margin-bottom: 10vw;
  }
  #relation .memorialWrap {
    padding: 4vw;
  }
  .basicItemList img {
    width: 100%;
    max-width: none;
  }
  section .buttom_more {
    width: 20px auto 0;
    width: 40vw;
  }
  #relation .memorialWrap li {
    width: 47.5%;
  }
    ul.iA_wrap_list li {
    width: 100%;
}
.kisu_hairetubox {
    width: 140px;    
}
}



/*202107追加*/
/* .itemAppeal */
#Product .itemAppeal .iA_wrap {
    font-size: .9em;
}
#Product .itemAppeal .iA_wrap p {
    font-size: inherit;
}
#Product .itemAppeal .iA_wrap p,
#Product .itemAppeal .iA_wrap img,
#Product .itemAppeal .iA_wrap ul {
    margin: 2% auto;
}

#Product .itemAppeal .iA_wrap h2,
#Product #userVoice h2,
#Product #relation h2 {
    font-size: 1.4em;
    margin: 5% auto 2.5%;
    padding: 2% 3%;
    background: #eee;
}
#Product .itemAppeal .iA_wrap h3 {
    font-size: 1.3em;
    margin: 8% auto 2.5%;
    border-left: 5px solid #89c49f;
    padding-left: 16px;
}
#Product .itemAppeal .iA_wrap h4 {
    font-size: 1.1em;
    margin: 5% auto 1.5%;
}
#Product .itemAppeal .iA_wrap h5 {
    font-size: 1em;
    margin: 5% auto 1.5%;
}
#Product .itemAppeal .iA_wrap .icon_title {
    color: #89c49f;
}
#Product .itemAppeal .iA_wrap .icon_title > img {
    width: 80px;
    margin: 0 1% 0 0;
    vertical-align: middle;
}

#Product .itemAppeal .iA_wrap ol li:before {
    top: 5px;
}

#Product .itemAppeal .iA_wrap ul.iAList {
    padding: 2% 5%;
    margin: 0;
    border: 2px solid #89c49f;
}
#Product .itemAppeal .iA_wrap ul.iAList.linebfab4e {
    border: 2px solid #bfab4e;
}
#Product .itemAppeal .iA_wrap ul.iAList li {
    display: block;
    margin: 1.5% 0;
}
#Product .itemAppeal .iA_wrap ul.x1.iAList li {
    margin: 1.5% auto;
}
#Product .itemAppeal .iA_wrap ul.iAList li p.sozai_ti {
    font-weight: 900;
}
#Product .itemAppeal .iA_wrap ul.iAList li p.sozai_ti + ul.sozai {
    font-size: .9em;
}

#Product .itemAppeal .iA_wrap .question {
    font-size: 1.2em;
}
#Product .itemAppeal .iA_wrap .answer {
    font-size: 1.1em;
}
#Product .itemAppeal .iA_wrap .answer > p {
    font-size: .9em;
    padding: 0 0 0 7%;
}
#Product .itemAppeal .iA_wrap .question:before {
    border: 1px solid #fff;
}
#Product .itemAppeal .iA_wrap .question:before,
#Product .itemAppeal .iA_wrap .answer:before {
    padding: 1%;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: inherit;
}

#Product .itemAppeal .flexWrap > * {
    width: 45%;
}
#Product .itemAppeal .flexWrap .list_W30 {
    width: 30%;
}
#Product .itemAppeal .flexWrap .list_W25 {
    width: 25%;
}

#Product .itemAppeal sup {
    font-size: 0.7em;
    vertical-align: super;
    position: relative;
    top: -0.1em;
}
#Product .itemAppeal .txt_left {
    text-align: left;
}
#Product .itemAppeal .txt_right {
    text-align: right;
}
#Product .itemAppeal .txt_center {
    text-align: center;
}
#sec1.bg_gray {
    background: #f1f1f1;
}


/* #userVoice */
#userVoice iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 600px;
    border: 1px solid #ccc;
}

/* #relation */
#relation ul.basicItemList {
    padding: 5% 2%;
}
#relation ul.basicItemList li {
    width: 30%;
    margin-bottom: 2%;
}
#relation ul.basicItemList li img {
    border: 1px solid #ccc;
}
#relation ul.basicItemList li h3 {
    margin: .5% auto 0;
    color: #666464;
    font-size: .9em;
    text-align: left;
    height: 2.5em;
}
#relation ul.basicItemList li p.itemNum {
    font-size: .8em;
    margin: 0 auto 1%;
}

#relation ul.basicItemList.flexWrap {
    justify-content: flex-start;
}
#relation ul.basicItemList.flexWrap li {
    width: calc(100% / 4);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4%;
    padding: 2%;
}


@media screen and (max-width: 767px) {
#Product .itemAppeal .inner,
#userVoice .inner {
    padding: 0;
}
#Product .itemAppeal .flexWrap > * {
    width: 100%;
    margin: 2% auto;
}
#Product .itemAppeal .iA_wrap .icon_title > img {
    display: block;
}

#Product .itemAppeal .iA_wrap h3 {
    font-size: 1.3em;
    margin: 10% auto 5%;
    padding-left: 8px;
}

article#userVoice {
    margin-bottom: 15%;
}

#relation {
    padding-top: 0rem;
    margin-bottom: 0rem;
}
#relation ul.basicItemList li p.itemNum {
    font-size: .5em;
}
#relation ul.basicItemList li h3 {
    height: 3em;
    font-size: .5em;
}
#relation ul.basicItemList li .buttom_more {
    margin: 4vw auto;
    width: 100%;
    font-size: .65em;
    padding: 10% 0;
}
}


@media screen and (max-width: 480px) {
#relation ul.basicItemList.flexWrap li {
    width: calc(100% / 2);
}
#relation ul.basicItemList li p.itemNum {
    font-size: 1em;
}
#relation ul.basicItemList li h3 {
    height: 4em;
    font-size: 1em;
}
#relation ul.basicItemList li .buttom_more {
    font-size: 1em;
}
}

.text-width{
width: 70% !important;
}

.img-width{
    width: 30% !important;
    text-align: center;
    padding: 20px;
}

.text-width-60{
width: 60% !important;
}

.img-width-40{
    width: 40% !important;
    text-align: center;
    padding: 20px;
}

.apeal_txt{
color: #d35959 !important;
    font-size: 1.5em !important;
}

.caution_red{
color: #FC5B72;
    background: #fff;
    padding: 3%;
    margin: 3% auto !important;
    border: 1px solid #fc5b72;
    font-size: .9em;
}

.txt_center_large{
font-size: 1.5em !important;
    text-align: center;
    }
    
.icon_title_blue{
color:#5a90b4 !important;
}
.icon_title_green{
color:#6dbb87 !important;
}
.icon_title_red{
color:#b5646c !important;
}
.icon_title_orange{
color:#da8a3a !important;
}

.detail_btn {
    border: 1px solid #666464;
    display: inline-block;
    width: 17.6rem;
    padding: 1rem 0 1.5rem;
    text-align: center;
 margin: 0 0 4rem 0;
    font-size: 2rem;
    line-height: 1;
}
.next-border {
  border-bottom : 7px dotted #c1dfc5; 
  margin-top: -60px; 
}
.next-border::after {
  content: "▼";
    font-size: 40px;
    background: #fff;
    color: #8ed196;
    display: inline-block;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(50%);
    padding: 0 0.5em;
    }
    @media screen and (max-width: 480px) {
        .next-border {
  border-bottom : 5px dotted #c1dfc5; 
  margin-top: -38px; 
}
.next-border::after {
  content: "▼";
    font-size: 20px;
    background: #fff;
    color: #8ed196;
    display: inline-block;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(50%);
    padding: 0 0.5em;
    }
}