@charset "UTF-8";
/* CSS Document */
/*最低購入価格*/
.disabled a {
    pointer-events: none;    opacity: 0.5; transition:none;
}
.disabled .fs-c-purchaseHere__message::after {
    content: "※ご注文は「1,200円」以上から受け付けております。";
    color: #D00;
}

/*商品詳細　共通部分*/
.fs-c-wishlistProduct {
	margin-top: 30px;
}
.fs-c-breadcrumb {
    margin: 0px auto;
}

.fs-c-breadcrumb a{
    font-size: 10px;
}

.fs-c-breadcrumb li{
   font-size: 10px;
}
nav.fs-c-breadcrumb {
    margin-top: 15px;
}

.fs-p-card__message {
    padding: 0 8px;
    line-height: 1.8;
    margin-top: 15px;
}

.fs-p-card {
    background: rgb(212 212 212 / 8%);
    border: 1px solid #dadada;
    margin: 17px 0;
    padding: 13px 13px 18px 13px;
}

.fs-c-productListItem__productDescription {
    margin: 8px 0;
    display: none;
}
.fs-c-button--plain.fs-c-button--addToCart--list::before {
    content: "\e91f";
}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    border-bottom: 2px solid currentColor;
    color: #7c8790;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

/* 一言説明文　*/
.h_pad16 {
    padding: 16px 16px 0;
    color: #933;
    font-size: 14px;
    font-weight: bold;
}

.txt_small_gray {
    color: #333;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.p_pad16 {
    padding: 13px 16px 10px 16px;
    margin-bottom: 30px;
}


/* 商品詳細テーブル　*/
.table_solid, .table_solid th, .table_solid td {
	border: 1px solid #DDD;
	padding:8px;
}

.table_solid th {
	width:125px;
	background-color:#eee;
}
.fs-body-product .desc {
    
}
.fs-body-product .desc h3{
    margin-top: 16px;
    font-weight: bold;
}
.fs-body-product h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.fs-body-product .desc p{
    line-height: 170%;
}

.caution_p {
    background-color: #800;
    padding: 16px;
    color: #fff;
    font-size: 12px;
    margin-top: 24px;
    line-height: 1.6;
}

/* ボタン並び　*/
.btn_list{
}
.btn_list ul {display: flex;flex-wrap: wrap;}
.btn_list ul li {
    width: 50%;
}

/*Q＆A*/
p.question {
        cursor: pointer;
        font-size:14px;
        color:#333;
        margin: 10px 0px;
}
p.answer {
        display: none;
        background: #f2f2f2;
                font-size:14px;
                color:#333;    
}
#fs_anchor_aboutPayment {
	margin-top: -164px;
    padding-top: 164px;
}

@media screen and (min-width:1001px) {
  .fs-l-productLayout__item--3 {
	width: 790px;
}
 
}

@media (min-width: 1px) and (max-width: 1000px) {
p.question {
        cursor: pointer;
                margin-bottom:10px;
                font-size:14px;
                color:#333          
}
p.answer {
        display: none;
        background: #f2f2f2;
                font-size:14px;
                color:#333;
                margin-bottom:20px;
}
#fs_anchor_aboutPayment {
	margin-top: -30vmin;
    padding-top: 30vmin;
}
	
	
}