.fsc_allstyle {
    width: 100%;
}

.fsc_allstyle,
.fsc_allstyle p {
    color: #333;
    font-size: 16px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

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

h1.fsc_h1 img {
    width: 100%;
}

.fsc_intro {
    width: 950px;
    font-size: 1.4em;
    margin: 2em auto 0;
}

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

.fsc_details {
    width: 950px;
    margin: 3em auto 0;
}

.fsc_details h2{
    color: #fff;
    text-align: left;
    background: #005aae;
    padding: 0.4em;
    margin: 0 0 1em;
    font-size: 1.4em;
}

.fsc_firstcoupon {
    width: 100%;
    box-sizing: border-box;
    background: #ececf8;
    padding: 1em 3em;
    margin: 1em 0 0;
}

.fsc_firstcoupon_box {
    display: flex;
    align-items: stretch;
    margin: 1em 0;
    background: #fff;
}

.shipping {
    width: 100%;
}

.shipping h3 {
    font-size: 1.2em;
    color: #005aae;
    margin-bottom: 1em;
    font-weight: bold;
}

.flex_box {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.flex_box img {
    width: 30%;
}

.flex_box div {
    box-sizing: border-box;
    width: 70%;
    padding-left: 4%;
}

.discount_rate {
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    background: #ff0f15;
    font-size: 1.2em;
    padding: 0.1em 0.3em;
    margin: 0 0.5em 0.5em 0;
}

.price{
    font-size: 1.2em;
}

a.btn_mt23 {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: 2em auto 0;
    padding: 0.5em 2.5em;
    border-radius: 100vh;
    color: #fff;
    font-size: 1.4em;
    background: #ff0f15;
}

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

.copy_code {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 65%;
    color: #000;
    font-size: 1.6em;
    padding: 0.5em 0;
    font-weight: bold;
    background: #fff;
    transition: .4s;
}

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

.copy_btn:hover {
    opacity: 0.6;
}

.copy_btn:hover {
    cursor: pointer;
}

.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;
}