@charset "UTF-8";


/*******************************
 ページセクション
 *******************************/

.tea-scent {
    width: 90%;
    max-width: 800px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;

}

.tea-scent__heading {
    display: flex;
    align-items: center;
    font-size: 2rem;
    text-align: center;

}


.tea-scent__heading:before, .tea-scent__heading:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #000;
    display: block;
}
.tea-scent__heading:before {
    margin-right: .4em;
}
.tea-scent__heading:after {
    margin-left: .4em;
}

.tea-scent__title {

}

.tea-scent__content {
    margin-top: 40px;

}

.tea-scent__subheading {

}

.tea-scent__subheading {
    display: flex;
    

}


.tea-scent__subheading:before{
    content: "";
    height: 1px;
    background: #a3a3a3;
    display: block;
    width: 30px;
    margin-top: 1.5rem;
}
.tea-scent__subheading:before {
    margin-right: .4em;
}

.-noto {

}

.tea-scent__question {

}

.tea-scent__inner{
    padding-left: 30px;}

.tea-scent__text {
    margin-top: 20px;

}

.tea-scent__figure {
    margin-top: 30px;

}

/* 600px以上：タブレット
------------------------------ */
@media screen and (min-width: 600px) {
  
.tea-scent {
    margin-top: 80px;

}

.tea-scent__heading {
    font-size: 2.5rem;

}

.tea-scent__heading:before {
    margin-right: 1em;
}
.tea-scent__heading:after {
    margin-left: 1em;
}

.tea-scent__content {
    margin-top: 40px;

}
.tea-scent__subheading {
   font-size: 1.7rem;

}
.tea-scent__inner{
    padding-left: 35px;}

.tea-scent__text {
    margin-top: 30px;
   font-size: 1.6rem;

}

.tea-scent__figure {
    margin-top: 40px;
}
}


/* 960px以上：小型PC
------------------------------ */
@media screen and (min-width: 960px) {
  .tea-scent {
    margin-top: 100px;

}

.tea-scent__heading {
    font-size: 2.7rem;
    letter-spacing: .2em;
    font-weight: 400;

}

.tea-scent__content {
    margin-top: 80px;

}
.tea-scent__subheading {
   font-size:2rem;
   font-weight: 500;

}

.tea-scent__text {
    margin-top: 40px;
   font-size: 1.7rem;
   line-height: 2;

}

.tea-scent__figure {
    margin-top: 50px;
}
}