@charset "UTF-8";
/* CSS Document */

/* 共通 */
ul,li {
    list-style: none;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
ol {
    margin: 0;
    padding: 0;
}

/* SPマイページの表記 */
#page_qanda #new_header .mymenu_area .mypage a::after {
content: "マイページ";
}

/* パンくず */
#page_qanda .breadcrumbs ol {
    margin: 30px 0 5px;
    padding: 0 5%;
    font-size: 13px;
    line-height: 160%;
}
#page_qanda .breadcrumbs li {
    margin: 0 5px 0 0;
    display: inline;
}
#page_qanda .breadcrumbs a {
    text-decoration: underline;
}
#page_qanda .breadcrumbs li::after {
    content: ">";
    margin-left: 5px;
}
#page_qanda .breadcrumbs li:last-child::after {
    content: "";
}

/* 更新日 */
#page_qanda .p-update-info {
    font-size: 13px;
    color: var(--theme-page_font_color);
    text-align: right;
    margin: 0 0 5px 0;
    padding: 0 5%;
}

/* ヘッダー */
#page_qanda #new_header .mymenu_area {
    width: 60%;
}
#page_qanda #new_header .mymenu_area .shopping-guide {
    position: relative;
    margin: 0;
    padding: 0 5px;
    text-align: center;
}
#page_qanda #new_header .mymenu_area .shopping-guide a::after {
    content: "お買い物\Aガイド";
    white-space: pre;
    line-height: 120%;
}
#page_qanda #new_header .mymenu_area .contact-form {
    position: relative;
    margin: 0;
    padding: 0 5px;
    text-align: center;
}
#page_qanda #new_header .mymenu_area .contact-form a::after {
    content: "お問い合わせ\Aフォーム";
    white-space: pre;
    line-height: 120%;
}
#new_header .mymenu_area .contact-form a img {
    width: 30%;
}

/* タイトル */
#page_qanda .ttl-qanda {
    background: #804c34;
    text-align: center;
    margin-top: 35px;
}
#page_qanda .ttl-qanda h1 a {
    color: #fff;
    padding: 30px 0 30px 31px;
    margin: 0;
    font-size: 24px;
    position: relative;
    display: inline-block;
}
#page_qanda .ttl-qanda h1 a::before {
    content: "";
    background: url("../img/ico-ttl-qanda.png") no-repeat 0 50%;
    position: absolute;
    width: 61px;
    height: 40px;
    top: calc(50% - 20px);
    left: -41px;
}

/* コンテンツ */
#page_qanda .contents-qanda {
    width: 100%;
    margin: 0 auto;
}
#page_qanda .contents-qanda p {
    margin: 30px 5%;
}
#page_qanda .box-qanda {
    margin: 0 5%;
    padding: 0;
}
#page_qanda .box-qanda li {
    margin: 0 0 20px 0;
    padding: 5%;
    background: #fff;
    display: flex;
    flex-direction: column;
}
#page_qanda .box-qanda li a {
    padding: 3px 0 3px 20px;
    display: block;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23804C34%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E) no-repeat 5px 6px;
    background-size: 15px;
}
#page_qanda .min-ttl {
    border-bottom: 1px dashed #814D35;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#page_qanda .min-ttl h2 {
    padding: 0 0 0 35px;
    margin: 0;
    font-size: 18px;
    position: relative;
}
#page_qanda .min-ttl h2.delivery::before {
    content: "";
    background: url("../img/ico-delivery.png") no-repeat;
    position: absolute;
    background-size: 100%;
    width: 20px;
    height: 22px;
    top: calc(50% - 11px);
    left: 5px;
}
#page_qanda .min-ttl h2.member::before {
    content: "";
    background: url("../img/ico-member.png") no-repeat;
    position: absolute;
    background-size: 100%;
    width: 25px;
    height: 18px;
    top: calc(50% - 9px);
    left: 5px;
}
#page_qanda .min-ttl h2.kinken::before {
    content: "";
    background: url("../img/ico-kinken.png") no-repeat;
    position: absolute;
    background-size: 100%;
    width: 20px;
    height: 26px;
    top: calc(50% - 13px);
    left: 5px;
}
#page_qanda .min-ttl h2.general::before {
    content: "";
    background: url("../img/ico-general.png") no-repeat;
    position: absolute;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 5px;
}
#page_qanda .min-ttl h2.app::before {
    content: "";
    background: url("../img/ico-app.png") no-repeat;
    position: absolute;
    background-size: 100%;
    width: 15px;
    height: 25px;
    top: calc(50% - 10px);
    left: 5px;
}
#page_qanda .min-ttl a {
    padding: 0!important;
    margin: 0;
    background:none!important;
}

/* お問い合わせ */
#page_qanda .contact-qanda {
    margin: 30px auto 0;
    background: #e0d5cd;
    color: #804c34;
    padding: 5%;
}
#page_qanda .box-contact-qanda {
    background: #fff;
    margin: 0 auto;
    padding: 5%;
    margin-bottom: 15px;
}
#page_qanda .contact-qanda p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}
#page_qanda .box-contact-qanda p {
    font-size: 15px;
}
#page_qanda .btn-qanda {
    text-align: center;
    margin: 10px auto 0;
}
#page_qanda .btn-qanda a {
    color: #fff;
    font-weight: bold;
    padding: 15px 35px 15px 20px;
    border-radius: 3px;
    display: inline-block;
    background: #804c34 url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E) no-repeat 95% 48%;
    background-size: 18px;
}

/* フッター */
#page_qanda footer {
    text-align: center;
    margin: 0 auto;
    padding: 5% 0 0 0;
    background: #fff;
}
#page_qanda footer h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 18px;
}
#page_qanda footer p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
#page_qanda footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px 0 0;
    padding: 0 5%;
}
#page_qanda footer ul li {
    margin-right: 15px;
}
#page_qanda footer ul li:last-child {
    margin-right: 0;
}
#page_qanda footer ul a {
    padding: 3px 0 3px 20px;
    display: block;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23804C34%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E) no-repeat 5px 50%;
    background-size: 15px;
    font-size: 14px;
}

/* 詳細ページ */
#page_qanda .detail-qanda .min-ttl h2  {
    padding: 0;
}
#page_qanda .detail-qanda .box-txt {
    margin: 0 0 30px 0;
    border-bottom: 1px dashed #e0d5cd;
    padding: 0 0 10px 0;
}
#page_qanda .detail-qanda .box-txt-last {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
#page_qanda .detail-qanda .box-txt ol {
    counter-reset: listnum;
    list-style: none;
}
#page_qanda .detail-qanda .box-txt li {
    margin: 0;
    padding: 0;
}
#page_qanda .detail-qanda .box-txt p {
    text-align: left;
    margin: 0 0 15px 0;
}
#page_qanda .detail-qanda .box-txt ol li p {
    padding-left: 1.3em;
    text-indent: -1.3em; 
}
#page_qanda .detail-qanda .box-txt ol li p::before {
    counter-increment: listnum;
    content: counter(listnum) ".";
    padding-right: 5px;
}
#page_qanda .detail-qanda .box-txt a {
    background: url(https://www.tealife.co.jp/img/common/ico/arrow_pink-r_mini.png) no-repeat 0 50%;
    color: #FC5972;
    padding: 5px 5px 5px 15px;
    text-decoration: underline;
}
#page_qanda .detail-qanda .box-img {
    margin: 15px auto 30px;
    text-align: center;
}
#page_qanda .detail-qanda .box-img img {
    max-width: 100%;
    width: 80%;
}