:root {
    --clr-white: #fff;
    --clr-black: #000;
    --clr-brown1: #846d5e;
    --clr-brown2: #594841;
    --clr-blue1: #84bae5;
    --clr-pink1: #ff6e9e;
    --clr-pink2: #f7c7c6;
    --clr-green1: #8ae364;
    --clr-orange1: #ffb84d;
}



.shindan main {
    margin-top: 53px;
    padding-bottom: 100px;
    min-width: 1060px;
}
.shindan main::before {
    content: "";
    background: url("/view/promotion/egokoro/shindan/img/bg_left.png") no-repeat 0 0 / auto calc(100vh - 53px),
    url("/view/promotion/egokoro/shindan/img/bg_right.png") no-repeat 100% 0 / auto calc(100vh - 53px),
    url("/view/promotion/egokoro/shindan/img/bg_lattice.png") repeat 50% 0;
    width: 100%;
    min-width: 1060px;
    height: 100%;
    display: block;
    position: fixed;
    z-index: -1;
}
.shindan main * {
    box-sizing: border-box;
}
.shindan main *::before, .shindan main *::after {
    box-sizing: border-box;
}
.shindan main a {
    text-decoration: none;
}
.shindan main a:hover {
    opacity: 1;
}
.shindan main img {
    width: 100%;
    height: auto;
}
.shindan main picture {
    display: block;
}
.shindan main [id$="_area"] > .inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
}



/* #ttl_area */
.shindan main #ttl_area {
    margin-bottom: 35px;
    padding-top: 30px;
}
.shindan main #ttl_area .ttl {
    width: 813px;
    margin: 0 auto 65px;
}
.shindan main #ttl_area .lead {
    color: var(--clr-brown1);
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}



/* #list_area */
.shindan main #list_area {
    margin-bottom: 65px;
}
.shindan main .list_box {
    background: var(--clr-white);
    padding: 35px 50px 40px;
    border-radius: 10px;
}
.shindan main .list_box:not(:last-of-type) {
    margin-bottom: 50px;
}
.shindan main #list_area .list_box .box_ttl {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    position: relative;
}
.shindan main #list_area .list_box .box_ttl::before {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 9999px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.shindan main #list_area .list_box:nth-of-type(4n+1) .box_ttl::before {
    background: var(--clr-blue1);
}
.shindan main #list_area .list_box:nth-of-type(4n+2) .box_ttl::before {
    background: var(--clr-pink1);
}
.shindan main #list_area .list_box:nth-of-type(4n+3) .box_ttl::before {
    background: var(--clr-green1);
}
.shindan main #list_area .list_box:nth-of-type(4n+4) .box_ttl::before {
    background: var(--clr-orange1);
}
.shindan main #list_area .list_box .box_ttl picture {
    height: 45px;
    position: relative;
    z-index: 2;
}
.shindan main #list_area .list_box .box_ttl picture img {
    width: auto;
    height: 100%;
}
.shindan main .list_box .q_list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shindan main .list_box .q_list li {
    width: 80%;
    position: relative;
}
.shindan main .list_box .q_list li:not(:last-of-type) {
    margin-bottom: 20px;
}
.shindan main .list_box .q_list li::before {
    content: "";
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: -4px;
    bottom: -4px;
    border-radius: 10px;
}
.shindan main .list_box .q_list li input {
    display: none;
}
.shindan main .list_box .q_list li label {
    background: var(--clr-pink2);
    color: var(--clr-brown2);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 12px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: background-color .2s, transform .2s;
    position: relative;
    z-index: 2;
}

.shindan main .list_box .q_list li label:hover {
    transform: translate(4px, 4px);
}
.shindan main .list_box .q_list li label.checked {
    background: url("/view/promotion/egokoro/shindan/img/icon_checked.svg") no-repeat 20px 0 / 50px 56px, var(--clr-brown1);
    color: var(--clr-white);
    transform: translate(4px, 4px);
}
.shindan main .list_box .q_list li label:hover {
    cursor: pointer;
}
.shindan main .list_box .q_list li label span {
    pointer-events: none;
}



/* #result_area */
.shindan main #result_area #result_txt {
    color: var(--clr-brown1);
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
/* .shindan main #result_area #result_btn a {
    background: #333;
    color: #fff;
}
.shindan main #result_area #result_btn a.disabled {
    background: #999;
    pointer-events: none;
} */
.shindan main #result_area #result_btn {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}
.shindan main #result_area #result_btn::before {
    content: "";
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: -4px;
    bottom: -4px;
    border-radius: 9999px;
    z-index: 1;
}
.shindan main #result_area #result_btn a {
    background: linear-gradient(90deg,rgba(242, 172, 10, 1) 0%, rgba(236, 109, 86, 1) 100%);
    width: 100%;
    margin: 0 auto;
    padding: 18px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    position: relative;
    transition: .2s;
    z-index: 2;
}
.shindan main #result_area #result_btn a.disabled {
    background: #ddd;
}
.shindan main #result_area #result_btn a:not(.disabled):hover {
    transform: translate(4px, 4px);
    cursor: pointer;
}
.shindan main #result_area #result_btn a span {
    color: var(--clr-white);
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    user-select: none;
}
.shindan main #result_area #result_btn a.disabled span {
    color: #fff;
}