@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-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
}

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

.highlight {
    color: #ff69b4;
    font-weight: bold;
}

.table_contents{
    width: 100%;
    text-align: center;
}

.table_contents ol{
    display: inline-block;
    margin: auto;
    padding: 1em 1em 1em 2em;
    margin-top: 30px;
    border: solid 1px #ccc;
    list-style: number;
    text-align: left;
}

.table_contents li{
    padding: 0.5em 0;
}


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

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

.change h2,
.meishi_tp_ex h2 {
    font-size: 1.6em;
    background: #1fbbef;
    color: #fff;
    padding: 0.4em;
}

.meishi_tp_ex h2 {}


.change h3,
.meishi_tp_ex h3 {
    color: #1fbbef;
    font-size: 1.8em;
    border-bottom: solid 1px;
    margin-bottom: 1em;
}


.change h4,
.meishi_tp_ex h4 {
    color: #1fbbef;
    font-size: 1.4em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.uchiwa_point{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    background: #E6F9FF;
}

.uchiwa_point_box{
    display: inline-block;
    width: 48%;
    height: 100%;
    margin: 15px 0;
    text-align: center;
}

.uchiwa_point_box div{
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 1em;
}

.uchiwa_point_box p{
    font-size: 1.2em;
    line-height: 1.8em;
}

.do_ex {
    box-sizing: border-box;
    width: 100%;
    background: #f5f5f5;
    margin: 30px 0 0;
    padding: 1em;
}

.do_ex_ul {
    box-sizing: border-box;
    background: #fff;
    padding: 0.5em 1em;
    margin: 1em 0;
}

.do_ex ul {
    list-style: disc;
    padding-left: 1em;
}

.do_ex li {
    margin: 0.5em 0;
}
.do_ex_img{
    width: 100%;
    margin-top: 1em;
}
.do_ex_img a{
    vertical-align: top;
}
.do_ex_img img{
    width: 100%;
    transition: 0.3s;
}
.do_ex_img img:hover{
    opacity: 0.5;
}

.meishi_tp_ex {
    box-sizing: border-box;
    width: 100%;
    margin: 50px 0 0;
}

.meishi_tp_flex {
    display: flex;
    justify-content: space-between;
}

.meishi_tp_img {
    width: 25%;
}

.meishi_tp_img img {
    width: 100%;
}

.meishi_tp_tx {
    width: 72%;
}

.meishi_tp_tx h3 {}

table.table_change {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    font-size: 100%;
    margin-bottom: 10px;
}

.table_change_ari {
    background: #FFFEE6;
}

.table_thange_title {
    font-weight: bold;
}

table.table_change th,
table.table_change td {
    padding: 0.5em;
    margin: 0;
}

table.table_change th {
    text-align: center;
}

table.table_change td {
    border-top: solid 1px #ccc;
}

table.table_spec {
    box-sizing: border-box;
    width: 100%;
    font-size: 100%;
}

table.table_spec tr {
    border-top: solid 1px #ccc;
}

table.table_spec tr.border_none {
    border-top: 0;
}

table.table_spec th,
table.table_spec td {
    display: inline-block;
    padding: 0.5em 0;
    margin: 0;
}

table.table_spec th {
    width: 42%;
    background: #fff;
    font-weight: bold;
}

table.table_spec td {
    width: 58%;
}

.order_ex {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em 1em;
    border: solid 1px #ccc;
    text-align: center;
}

.order_gd {
    width: 1.5%;
    background-image: linear-gradient(to top, #4facfe 0%, #00f2fe 100%);
    background-size: 200% 200%;
    animation-name: gradation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes gradation {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 0% 100%;
    }
}

.order_flow {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1em;
}

.order_flow_img {
    display: inline-block;
    width: 25%;
    border: solid 1px #2860d5;
    overflow: hidden;
}

.order_flow_img img.order_ex_img {
    width: 100%;
    transition-duration: 0.5s;
}

.order_flow_img:hover img.order_ex_img {
    transform: scale(1.2);
    transition-duration: 0.5s;
    opacity: 0.3;
}

.order_flow_tx {
    display: inline-block;
    width: 72%;
}

a.btn_mt23 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 65%;
    margin: 50px auto 0;
    padding: 1rem 2rem;
    border-radius: 100vw;
    color: #fff;
    font-size: 1.4em;
    background: #ff69b4;
}

a.btn_mt23:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: shad26 1.5s infinite;
    color: #fff;
}

@keyframes shad26 {
    0% {
        box-shadow: 0 0 0 0 #ff69b4;
    }

    70% {
        box-shadow: 0 0 0 10px rgb(39 172 217 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(39 172 217 / 0%);
    }
}

.order_ex_coupon {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    border: solid 1px #ccc;
    padding: 0.5em;
    margin: 1em 0;
    align-items: center;
}

.copy_btn {
    width: 60%;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.4em 1em;
    color: #fff;
    font-size: 1.2em;
    background: #2860d5;
    transition: .2s;
    border-radius: 100vh;
}

.copy_btn:hover {
    opacity: 0.6;
}

.copy_btn:hover {
    cursor: pointer;
}

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