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

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

h3 {
    font-size: 1.6em;
    font-weight: bold;
    position: relative;
    color: #fff;
    background: #00B3FF;
    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 {
    background: #ff322d;
    font-size: 1.2em;
    line-height: 2em;
}

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

.procedure::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #4dc9ff;
    transition: 0.5s;
}

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


.detail::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #ff322d;
    transition: 0.5s;
}

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: #CC0F03;
    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;
}

.fade::before {
    width: 100%;
}

a.btn_04 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 40%;
    margin: 50px auto 20px;
    padding: 1rem 4rem;
    font-weight: bold;
    font-size: 1.6em;
    border: 2px solid #FF00B3;
    background: #FF00B3;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
}

a.btn_04:hover {
    color: #FF00B3;
    background: #fff;
}