@charset "utf-8";

/* =======================================

    lp.css
    Last Up Date 2014/03/18

 -----------------------------------------
    INDEX
 -----------------------------------------
    0. common style [base]

    1. .header_wrapper

    2. .nav_wrapper

    3. .easy1Step_container

    4. .contents_wrapper

    5. .contents_main

    6. .contents_side

    7. .footer_wrapper

    x. common style [strong]

========================================== */
.all_style {
    width: 100%;
    color: #333;
    font-feature-settings: "palt";
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
    font-size: 16px;
    letter-spacing: 0.06em;
}

.all_style p {
    line-height: 1.6em;
}

.all_style h1 img{
    width: 100%;
}

.introduction {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0 0;
}

.change {
    width: 100%;
    margin: 30px 0 0;
}

.change h2 {
    font-size: 1.6em;
    background: #2860d5;
    color: #fff;
    padding: 0.4em;
}

.change h3 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.change h4 {
    font-size: 1.2em;
    color: #2860d5;
    margin-bottom: 1em;
    font-weight: bold;
}

.shipping {
    width: 100%;
}

.change .shipping:not(:first-of-type) {
    margin-top: 80px;
}

.flex_box {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1em;
}

.flex_box img {
    width: 30%;
}

.flex_box p{
    line-height: 2em;
}

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

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

.price{
    font-size: 1.2em;
}

.price_before{
    text-decoration: line-through;
}

.price_after{
    font-size: 1.4em;
    font-weight: bold;
    color: #ff1e32;
}

a.btn_mt23 {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    max-width: 100%;
    margin: 40px auto 0;
    padding: 1rem 2.5rem;
    border-radius: 100vh;
    color: #fff;
    font-size: 1.4em;
    background: #ff1e32;
}

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

.topback {
    text-align: center;
    margin-top: 60px;
}

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