.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: 1.5em auto 1.5em;
}

.toc{
    box-sizing: border-box;
    width: 950px;
    padding:0 0 1em 0;
    margin: 1em auto 0;
    color: #00b27a;
    line-height: 2em;
    text-align: center;
    border: solid 1px;
}
.maru{
    display:inline-block ;
    height: 1.5em;
    width: 1.5em;
    color: #fff;
    background-color: #00b27a;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5em;
    margin-right: 0.5em;
}
h2 .maru{
    display:inline-block ;
    height: 1.5em;
    width: 1.5em;
    color: #00b27a;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5em;
    margin-right: 0.5em;
}

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

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

.fsc_firstcoupon {
    width: 100%;
    box-sizing: border-box;
    background: #e4f5f0;
    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.8em;
    color: #000000;
    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;
}

.discount_rate_mokuji {
    display: inline-block;
    box-sizing: border-box;
    color: #ff0f15;
    font-size: 1em;
    padding: 0em 0.3em;
    /*margin: 0 0em 0.5em 0em;*/
    line-height: 1.5em;
    font-weight: bold;
}

.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: #00b27a;
}

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