/* 商品ページBOX */
.well2{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #4ec4d3;/*左線*/
    border-right: double 7px #4ec4d3;/*右線*/
    font-size:0.8rem;
}
.well2 p {
    margin: 0; 
    padding: 0;
}

/* マーカー */
.el_marker_yellow {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
/* 見出し */
.el_headline01 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
}

/* 商品ページ中央寄せ */
.pic-middle{
    vertical-align: middle;
}

/* スクロールテーブル */
.table-contents {
    overflow-x: scroll;
    width: 640px;
}

.footer-flex {
    position: fixed;
    padding: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border:solid 1px #000;
}

.sp {
    display: none !important;
}

.pc {
    display: block !important;
}

@media (max-width: 767.98px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }
}

.button{
    background: #dfa524;
    border: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    vertical-align:middle;
    height: 60px;
    line-height: 60px;
    min-width: 240px;
}

@media (max-width: 991px) {
    .button { height: 50px; line-height: 50px; min-width: 200px; }
}

.copy_alert {
  display: none;
}