.fsc_allstyle {
    width: 100%;
    color: #333;
    font-feature-settings: "pwid";
    letter-spacing: 0.05em;
    font-size: 16px;
}

h1.fsc_h1 {
    width: 950px;
    margin: auto;
}

h1.fsc_h1 img {
    width: 100%;
}

.fsc_intro {
    width: 950px;
    font-size: 1.2em;
    margin: 1.5em auto;
    text-align: center;
}

.toc {
    box-sizing: border-box;
    width: 950px;
    margin: 1em auto 0;
    padding-bottom: 1em;
    color: #fff528;
    line-height: 2em;
    text-align: center;
    border: solid 1px;
}

/* 丸番号 */
.maru {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5em;
    margin-right: 0.5em;
}

h2 .maru {
    color: #fff528;
    background-color: #000;
}

.maru:not(h2 .maru) {
    color: #000;
    background-color: #fff528;
}

/* 詳細ボックス */
.fsc_details {
    width: 32%;
    background: #faf9dd;
    padding: 2%;
    box-sizing: border-box;
}

.fsc_details h2 {
    color: #000;
    background: #fff528;
    padding: 0.4em;
    margin: 0 0 1em;
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
}

.fsc_details h3 {
    color: #000;
    margin: 0 0 0.5em;
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
}

/* クーポン表示 */
.fsc_firstcoupon {
    width: 100%;
    background: #faf9dd;
    margin: 1em 0 0;
    box-sizing: border-box;
    text-align: center;
}

.fsc_firstcoupon_box {
    margin: 0.5em 0 1em;
    background: #fff;
}

.copy_code {
    font-size: 1.6em;
    font-weight: bold;
    color: #000;
    background: #fff;
    padding: 0.5em;
    transition: .4s;
    text-align: center;
}

.copy_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    background: #000;
    padding: 0.5em 0;
    transition: .2s;
    cursor: pointer;
}

.copy_btn:hover {
    opacity: 0.6;
}

/* ボタン */
a.btn_mt23 {
    display: block;
    width: 70%;
    margin: 1em auto;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    color: #fff;
    background: #ff5e00;
    box-sizing: border-box;
}

a.btn_mt23:hover {
    opacity: 0.7;
    transition: 0.3s;
}

/* 価格・割引 */
.discount_rate {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background: #ff0f15;
    padding: 0.1em 0.3em;
    margin: 0 0.5em 0.5em 0;
}

.discount_rate_mokuji {
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    color: #ff0f15;
    padding: 0 0.3em;
    line-height: 1.5em;
}

.price {
    font-size: 1.2em;
}

/* 商品セクション */
.shipping {
    width: 100%;
}

.shipping h3 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 1em;
    color: #000;
}

.flex_box {
    width: 100%;
}

.flex_box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: top;
}

.flex_box div {
    width: 100%;
    box-sizing: border-box;
}

/* セクション見出し */
.fsc_allstyle h2 {
    width: 950px;
    margin: 50px auto 1em;
    padding: 0.4em;
    font-size: 1.4em;
    font-weight: bold;
    color: #000;
    background: #fff528;
    text-align: left;
    box-sizing: border-box;
}

/* 共通コンテンツ */
.cp_pp {
    width: 950px;
    margin: auto;
}

.cp_pp p{
    font-size: 1.2em;
}

.cp_pp h3 {
    width: 100%;
    font-size: 1.4em;
    color: #e60064;
    border-bottom: 1px solid;
    margin: 0 0 1em;
    padding-bottom: 0.3em;
    display: inline-block;
}

.cp_pp h3:nth-of-type(n+2) {
    margin-top: 50px;
}

.cp_pp ul {
    list-style: disc;
    margin: 0 0 1em;
    padding-left: 1.5em;
}

.cp_period p {
    font-size: 1.4em;
}

.cp_htu img {
    max-width: 100%;
    margin-bottom: 1em;
}

/* クーポン商品一覧 */
.coupon_container {
    display: flex;
    justify-content: space-between;
    width: 950px;
    margin: auto;
}

/* ページトップへ戻る */
.topback {
    text-align: center;
    margin-top: 8em;
}

.topback a {
    font-size: 1.8em;
    padding: 10px 80px;
    border-radius: 5px;
    color: #fff;
    background: #285FD5;
    text-decoration: none;
}

.topback a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

p.summary{
    font-size: 1.2em;
}
.summary span{
    font-weight: bold;
}