@media only screen and (max-width:840px){
.fs-l-productLayout > .fs-p-productDescription {
    display: block;
}
}
.el_SquareMark::before {content: "■";}
.el_ReferenceMark::before {content: "※";}

#ly_ProductInfo > .__title {
    margin-bottom: 34px;
    padding-bottom: 7px;
    color: #5a2e00;
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 1.25;
    border-bottom: 1px solid hsl(32, 15%, 60%);
}

#ly_ProductInfo .ly_ProductDescription {
    margin-bottom: 50px;
}
#ly_ProductInfo .ly_ProductDescription .__ProductName {
    margin-bottom: 20px;
    font-weight: bold;
}

#ly_ProductInfo .ly_ProductDescription > .bl_table._description .__title,
#ly_ProductInfo .ly_ProductDescription > .bl_table._description .__data {
    display: block;
}
#ly_ProductInfo .ly_ProductDescription > .bl_table._description .__title {
    font-weight: bold;
}
#ly_ProductInfo .ly_ProductDescription > .bl_table._description .__data {
    margin-bottom: 20px;
}

#ly_ProductInfo .ly_ProductDescription .bl_Table._specification {
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #DAC596;
    border-left: 1px solid #DAC596;
    text-align: center;
}
#ly_ProductInfo .ly_ProductDescription > .bl_Table._specification .__CaptionTitle {
    font-weight: bold;
}
#ly_ProductInfo .ly_ProductDescription > .bl_Table._specification .__title,
#ly_ProductInfo .ly_ProductDescription > .bl_Table._specification .__data {
    padding: 5px 10px;
    border-bottom: 1px solid #DAC596;
    border-right: 1px solid #DAC596;
    text-align: center;
}
#ly_ProductInfo .ly_ProductDescription > .bl_Table._specification .__title {
    width: 40%;
    background: #F8F5EE;
}

#ly_ProductInfo .bl_important_notes {
    margin-bottom: 50px;
    padding: 30px;
    border: 2px solid #5a2e00;
}
#ly_ProductInfo .bl_important_notes > .__title{
    font-weight: bold;
}
#ly_ProductInfo .bl_important_notes .important_notes_list {
    padding-left: 18px;
    box-sizing: border-box;
    margin-bottom: 0;
}
#ly_ProductInfo .bl_important_notes .important_notes_list > .__list {
    text-indent: -18px;
}


@media only screen and (max-width: 840px){
    #ly_ProductInfo > .__title {
    border: none;
    padding: 16px 0;
    font-size: 15px;
    color: #5a2e00;
    background: url(https://www.plaiaden.com/assets/img/fs-img/img04/pager_bg_01.jpg) 0 0 repeat;
    text-align: center;
}

#ly_ProductInfo .ly_ProductDescription > .bl_table._description,
#ly_ProductInfo .ly_ProductDescription > .bl_Table._specification,
#ly_ProductInfo .bl_important_notes {
    margin-right: 20px;
    margin-left: 20px;
}
#ly_ProductInfo .ly_ProductDescription .bl_Table._specification {
    width: auto;
}
#ly_ProductInfo .bl_important_notes {
    padding: 20px;
}
}   