@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.08em;
    background: #e8470a;
}

h2 {
    font-size: 2em;
    font-weight: bold;
}

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

.contents_style {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.contents_box {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 950px;
}

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

.introduction {
    font-size: 1.2em;
    line-height: 2em;
}

.introduction .contents_box_fff {
    margin-top: 30px;
}

.dg202305_flow_box {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
}

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

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

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

.dg202208_overview_table td {
    text-align: left;
}

.dg202208_regulation {
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1em 0;
    background: #FDEDE4;
    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;
}

a.dg202401btn_entry {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 48%;
    margin: 50px 0 25px;
    padding: 1rem;
    font-weight: bold;
    font-size: 1.6rem;
    border: 2px solid #e8470a;
    background: #e8470a;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
}

a.dg202401btn_entry:hover {
    color: #e8470a;
    background: #fff;
}


a.dg202401btn_new {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 48%;
    margin: 50px 0 25px;
    padding: 1rem;
    font-weight: bold;
    font-size: 1.6rem;
    border: 2px solid #09ADE8;
    background: #09ADE8;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
}

a.dg202401btn_new:hover {
    color: #09ADE8;
    background: #fff;
}

/*#particles-js{ 
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #e8470a;
}

#particles-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}*/