@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]

========================================== */
.dg202208_all {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000;
    line-height: 1.6;
    font-family: Yu Gothic Medium, Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}
.dg202208_all h1 img{
    max-width: 100%;
}


.dg202208_all h2{
    margin-bottom: 3em;
}

.dg202208_all h3 {
    font-size: 1.6em;
    font-weight: bold;
    position: relative;
    color: #fff;
    background: #3C91E6;
    line-height: 1.4;
    padding: 0.5em;
}

.dg202208_all h4{
    display: inline-block;
    box-sizing: border-box;
    padding: 0.4em 1em;
    margin-bottom: 0.8em;
    background: #8DC21F;
    color: #fff;
    font-size: 1.2em;
}

.dg202208_box {
    display: inline-block;
    width: 950px;
}

.dg202208_top {
    margin: 50px 0 0;
}

.dg202208_about,
.dg202301_01cp,
.dg202208_overview,
.dg202208_flow {
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
}

.dg202208_about{
    padding: 30px;
}

.dg202301_01cp{
    text-align: left;
    line-height: 2em;
    font-size: 1em;
}

.dg202301_01cp,
.dg202208_overview,
.dg202208_flow {
    padding: 50px 30px;
}

.dg202208_about p,
.dg202208_overview p {
    font-size: 1.4em;
    line-height: 1.8em;
}

.dg202208_about p .dg202208_period {
    display: inline-block;
    font-size: 1em;
    letter-spacing: 0.1em;
    padding: 0.5em 1.5em;
    margin: 40px 0 60px;
    background: #3C91E6;
    /*background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);*/
    color: #fff;
}

.dg202208_regulation {
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1em 0;
    background: #F3F6FB;
    text-align: left;
}

.dg202208_regulation ul {
    display: inline-block;
}

.dg202208_regulation li {
    list-style-type: disc;
    margin: 1em auto 1em 1em;
}

.dg_indent {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.dg_btn,
a.dg_btn,
button.dg_btn {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #3C91E6;
    border-radius: 0.5rem;
    border-radius: 100vh;
}

a.dg_btn--yellow {
    color: #000;
    background: #fff100;
    border-bottom: 5px solid #ccc100;
}

a.dg_btn--yellow:hover {
    margin-top: 3px;
    color: #000;
    background: #fff100;
    border-bottom: 2px solid #ccc100;
}
a.btn_04 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: 1em auto 0;
    padding: 0.4em 4em;
    font-size: 1.4em;
    border: 2px solid #EF91AE;
    background: #EF91AE;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
}
a.btn_05 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: 1em auto 0;
    padding: 0.6em 2em;
    font-size: 1.4em;
    border: 2px solid #EF91AE;
    background: #EF91AE;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
}
a.btn_04:hover, a.btn_05:hover {
    color: #EF91AE;
    background: #fff;
}

table.dg202208_overview_table {
    border-collapse: separate;
    border-spacing: 0 1em;
    margin: 0 auto;
    font-size: 1.2em;
}

.dg202208_overview_table td,
th {
    padding: 10px;
}

.dg202208_overview_table th {
    width: 10em;
    background: #3C91E6;
    color: #fff;
    text-align: center;
}

.dg202208_overview_table td {
    text-align: left;
}

.dg202208_flow_box {
    box-sizing: border-box;
    width: 100%;
    background: #F3F6FB;
    text-align: left;
}

.countdown_style{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    color: #fff;
}
.countdown_style_inner{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}
#countdownArea{
    width: 950px;
    margin: auto;
    font-size: 2em;
    font-weight: bold;
}
#countdown-day, #countdown-hour, #countdown-min, #countdown-sec{
    display: inline-block;
    margin: 0 0.1em 0 0.2em;
    font-size: 2em;
    font-weight: bold;
}
.count_unit{
    font-size: 0.6em;
    margin: 0 0.5em;
}