#detail .p-basic-title{
    color: #333333;
}
#detail .p-basic-title--jp{
    text-decoration: underline;
    font-size: 1.7rem;
}
#detail .p-sub-title{
    color: #333333;
    padding: 0;
    margin: 0 0 1.5rem;
    border: 0;
    text-align: center;
}
#detail .p-sub-title::before{
    display: none;
}
#detail .p-sub-title--jp{
    font-size: 1.4rem;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: normal;
}

#detail .about_display{
    margin-bottom: 2.0rem;
}
#detail .detail_table{
    width: 100%;
}
#detail .detail_table th,
#detail .detail_table td{
    vertical-align: middle;
    text-align: center;
    font-size: 1.2rem;
}
#detail .detail_table tr:first-of-type th,
#detail .detail_table tr:first-of-type td{
    background: #f7f7f7;
}
#detail .detail_table th{
    text-align: center;
}
#detail .detail_table td:last-of-type{
    text-align: left;
}
#detail .detail_table tr:first-of-type td:last-of-type{
    text-align: center;
}

#detail .detail-flexArea{
    width: 100%;
    /* display: flex; */
    /* justify-content: space-between; */
}
#detail .detail-flexArea .detail-txtBox{
    /* width: 50%; */
    width: 100%;
    margin-bottom: 2.0rem;
}
/* #detail .detail-flexArea .detail-txtBox p{
    font-size: 1.0rem;
} */
#detail .detail-flexArea .detail-imgBox{
    width: 48%;
    margin-left: 2%;
    float: right;
    /* margin-bottom: 1rem; */
}
#detail .detail-flexArea .detail-imgBox img{
    width: 100%;
    height: auto;
}

#detail .detail-imgArea{
    width: 100%;
}
#detail .detail-imgArea.sample{
    padding: 50px 0;
    /* min-height: 100px; */
    background-color: #efefef;
    border: 1px solid #999;
    text-align: center;
}
#detail .detail-imgArea.sample p{
    margin: 0;
}
#detail .detail-listArea{
    width: calc(100% - 2rem);
    margin-left: 2rem;
    box-sizing: border-box;
}
#detail .detail-listArea li{
    width: 100%;
    box-sizing: border-box;
    /* padding-left: 1em; */
    list-style-type: disc;
    /* text-indent: -1em; */
    /* font-size: 1.2rem; */
    font-size: 1.4rem;
}
#detail .detail-listArea li:not(:last-of-type){
    margin-bottom: 1em;
}
#detail .price{
    background-color: #fff;
}
#detail .price .price_title{
    font-size: 1.4rem;
}
#detail .backArea a{
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
    background-color: #efefef;
    border-radius: 6px;
    border: 1px solid #999;
}
#detail .u-text-red,
#detail .u-marker-under{
    font-weight: bold;
}