@charset "UTF-8";
/* default */
body {
    display: block;
}

:where(html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, picture) {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

picture {
    display: block;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

:where(h1, h2, h3, h4, h5, h6) {
    font-size: 100%;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    word-wrap: break-word;
}

caption,
th {
    text-align: left;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border: 0;
}

img[src$=".svg"] {
    max-width: 100%;
}

/****************************************************************/
/* font family */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って背景全画面 */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って左寄せ */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って右寄せ */
/****************************************************************/
/****************************************************************/
/* margin-responsive */
/****************************************************************/
/****************************************************************/
/* padding-responsive */
/****************************************************************/
/****************************************************************/
/* theme-color */
/****************************************************************/
/****************************************************************/
/* font-size */
/****************************************************************/
/* foundation */
body {
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    word-wrap: break-word;
}

.cc-inner {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
}
@media screen and (max-width: 575.8px) {
    .cc-inner {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cc-inner02 {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}
@media screen and (max-width: 575.8px) {
    .cc-inner02 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

a {
    transition: all 0.3s;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

:where(h1, h2, h3, h4, h5) {
    font-weight: 600;
}

h1 {
    font-size: 32px;
}
@media screen and (max-width: 1199.8px) {
    h1 {
        font-size: 32px;
    }
}
@media screen and (max-width: 767.8px) {
    h1 {
        font-size: 24px;
    }
}
@media screen and (max-width: 575.8px) {
    h1 {
        font-size: 22px;
    }
}

h2 {
    font-size: 24px;
}
@media screen and (max-width: 1199.8px) {
    h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 767.8px) {
    h2 {
        font-size: 20px;
    }
}

h3 {
    font-size: 18.72px;
}
@media screen and (max-width: 767.8px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 16px;
}
@media screen and (max-width: 1199.8px) {
    h4 {
        font-size: 16px;
    }
}
@media screen and (max-width: 767.8px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 13.28px;
}

h6 {
    font-size: 10.72px;
}

button {
    font-family: "Noto Sans JP", sans-serif !important;
    transition: all 0.2s;
    cursor: pointer;
}

th, td {
    border: 1px solid;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=submit], input[type=password], input[type=number], textarea, button {
    font-family: "Noto Sans JP", Meiryo, sans-serif;
}

select, input[type=submit], button, input[type=button], input[type=radio], input[type=checkbox], label {
    cursor: pointer;
}

button, input[type=submit], input[type=button] {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=radio] {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #333333;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=radio]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333333;
    content: "";
}

button, input, select, textarea {
    font-family: "Noto Sans JP", Meiryo, sans-serif;
    font-size: inherit;
    line-height: 1.3;
    color: #333;
}

[role=tabpanel] {
    display: none;
}

[aria-hidden=false] {
    display: block;
}

/* component */
.cc-btn a, .cc-btn button {
    display: inline-block;
    border-radius: 9999px;
    max-width: 400px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: transparent;
    border: none;
    color: inherit;
    text-decoration: inherit;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    transition: all 0.2s;
}
@media screen and (max-width: 767.8px) {
    .cc-btn a, .cc-btn button {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 18px;
        padding-right: 18px;
    }
}
.cc-btn-main a, .cc-btn-main button {
    background-color: #380000;
    border-color: #380000;
    color: #fff;
}
.cc-btn-main a:hover, .cc-btn-main button:hover {
    background-color: #fff;
    border-color: #380000;
    color: #380000;
}
.cc-btn-accent-01 a, .cc-btn-accent-01 button {
    background-color: #7F7F7F;
    border-color: #7F7F7F;
    color: #fff;
}
.cc-btn-accent-01 a:hover, .cc-btn-accent-01 button:hover {
    background-color: #fff;
    border-color: #7F7F7F;
    color: #7F7F7F;
}
.cc-btn-accent-02 a, .cc-btn-accent-02 button {
    background-color: #2B597C;
    border-color: #2B597C;
    color: #fff;
}
.cc-btn-accent-02 a:hover, .cc-btn-accent-02 button:hover {
    background-color: #fff;
    border-color: #2B597C;
    color: #2B597C;
}
.cc-btn-accent-03 a, .cc-btn-accent-03 button {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
}
.cc-btn-accent-03 a:hover, .cc-btn-accent-03 button:hover {
    background-color: #fff;
    border-color: #262626;
    color: #262626;
}
.cc-btn-color-01 a, .cc-btn-color-01 button {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    color: #fff;
}
.cc-btn-color-01 a:hover, .cc-btn-color-01 button:hover {
    background-color: #fff;
    border-color: #F5F5F5;
    color: #F5F5F5;
}
.cc-btn-color-02 a, .cc-btn-color-02 button {
    background-color: #DFC08F;
    border-color: #DFC08F;
    color: #fff;
}
.cc-btn-color-02 a:hover, .cc-btn-color-02 button:hover {
    background-color: #fff;
    border-color: #DFC08F;
    color: #DFC08F;
}
.cc-btn-color-03 a, .cc-btn-color-03 button {
    background-color: #076D48;
    border-color: #076D48;
    color: #fff;
}
.cc-btn-color-03 a:hover, .cc-btn-color-03 button:hover {
    background-color: #fff;
    border-color: #076D48;
    color: #076D48;
}
.cc-btn-modal a, .cc-btn-modal button {
    background-color: #DFC08F;
    border-color: #DFC08F;
    color: #484848;
}
.cc-btn-modal a:hover, .cc-btn-modal button:hover {
    opacity: 0.75;
}
.cc-btn-shadow a, .cc-btn-shadow button {
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 9999px;
    max-width: 380px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #373737;
    border: 3px solid #dedede;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
    color: #fff;
    text-decoration: inherit;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.2s;
}
.cc-btn-shadow a:hover, .cc-btn-shadow button:hover {
    opacity: 0.75;
}

.cc-m-answer_btn {
    margin-top: 80px;
    text-align: center;
}
@media screen and (max-width: 991.8px) {
    .cc-m-answer_btn {
        margin-top: 56px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-m-answer_btn {
        margin-top: 40px;
    }
}
.cc-m-answer_btn a, .cc-m-answer_btn button {
    position: relative;
    display: inline-block;
    border-radius: 9999px;
    max-width: 380px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 100px;
    background-color: #373737;
    box-shadow: 3px 3px 0 3px #DEDEDE;
    border: solid 3px #DEDEDE;
    color: #fff;
    text-decoration: inherit;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.2s;
}
@media screen and (max-width: 767.8px) {
    .cc-m-answer_btn a, .cc-m-answer_btn button {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 60px;
    }
}
.cc-m-answer_btn a:hover, .cc-m-answer_btn button:hover {
    opacity: 0.75;
}
.cc-m-answer_btn a:after, .cc-m-answer_btn button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
    width: 63px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.2s linear;
    background-image: url(./../img/cc-arr-icon01.png);
}

.cc-m-answer_btn02 {
    margin-top: 80px;
    text-align: center;
}
@media screen and (max-width: 991.8px) {
    .cc-m-answer_btn02 {
        margin-top: 56px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-m-answer_btn02 {
        margin-top: 40px;
    }
}
.cc-m-answer_btn02 a, .cc-m-answer_btn02 button {
    position: relative;
    display: inline-block;
    border-radius: 9999px;
    max-width: 380px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #373737;
    box-shadow: 3px 3px 0 3px #DEDEDE;
    border: solid 3px #DEDEDE;
    color: #fff;
    text-decoration: inherit;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.2s;
}
@media screen and (max-width: 767.8px) {
    .cc-m-answer_btn02 a, .cc-m-answer_btn02 button {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.cc-m-answer_btn02 a:hover, .cc-m-answer_btn02 button:hover {
    opacity: 0.75;
}

.c-ttl-underline {
    position: relative;
    text-align: center;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
@media screen and (max-width: 991.8px) {
    .c-ttl-underline {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 767.8px) {
    .c-ttl-underline {
        margin-bottom: 25px;
    }
}

.cc-sns {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #E8F1F2;
}
@media screen and (max-width: 991.8px) {
    .cc-sns {
        padding-top: 56px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-sns {
        padding-top: 40px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-sns {
        padding-bottom: 63px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-sns {
        padding-bottom: 45px;
    }
}
.cc-sns_flex {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (max-width: 991.8px) {
    .cc-sns_flex {
        margin-top: 42px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-sns_flex {
        margin-top: 30px;
    }
}
.cc-sns_btn {
    width: calc((100% - 60px) / 2);
    margin-right: 60px;
}
@media screen and (max-width: 1199.8px) {
    .cc-sns_btn {
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-sns_btn {
        width: 100%;
        margin-right: 0;
    }
}
.cc-sns_btn:nth-child(2n) {
    margin-right: 0;
}
.cc-sns_btn:nth-child(-n+2) {
    margin-top: 0;
}
@media screen and (max-width: 767.8px) {
    .cc-sns_btn + .cc-sns_btn {
        margin-top: 15px;
    }
}
.cc-sns_btn a, .cc-sns_btn button {
    transition: all 0.2s;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px 85px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
}
@media screen and (max-width: 767.8px) {
    .cc-sns_btn a, .cc-sns_btn button {
        padding: 15px 70px;
        font-size: 16px;
    }
}
.cc-sns_btn a:hover, .cc-sns_btn button:hover {
    opacity: 0.75;
}
.cc-sns_btn a::after, .cc-sns_btn button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./../img/cc-arr-icon.png);
}
@media screen and (max-width: 767.8px) {
    .cc-sns_btn a::after, .cc-sns_btn button::after {
        width: 35px;
        height: 6px;
    }
}
.cc-sns_btn.share_url a, .cc-sns_btn.share_url button {
    transition: all 0.2s;
    cursor: pointer;
    background-color: #2B597C;
    border: 2px solid #2B597C;
}
.cc-sns_btn.share_url a::before, .cc-sns_btn.share_url button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./../img/cc-chain-icon.png);
}
@media screen and (max-width: 767.8px) {
    .cc-sns_btn.share_url a::before, .cc-sns_btn.share_url button::before {
        width: 30px;
        height: 30px;
    }
}
.cc-sns_btn.x_url a, .cc-sns_btn.x_url button {
    background-color: #262626;
    border: 2px solid #262626;
}
.cc-sns_btn.x_url a::before, .cc-sns_btn.x_url button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0%, -50%);
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./../img/cc-x-icon.png);
}
@media screen and (max-width: 767.8px) {
    .cc-sns_btn.x_url a::before, .cc-sns_btn.x_url button::before {
        width: 30px;
        height: 30px;
    }
}

.cc-custom {
    padding-top: 90px;
    padding-bottom: 130px;
}
@media screen and (max-width: 991.8px) {
    .cc-custom {
        padding-top: 63px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-custom {
        padding-top: 45px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-custom {
        padding-bottom: 91px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-custom {
        padding-bottom: 65px;
    }
}
.cc-custom_flex {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 991.8px) {
    .cc-custom_flex {
        margin-top: 56px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-custom_flex {
        margin-top: 40px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-custom_flex > div:nth-child(n+2) {
        margin-top: 15px;
    }
}
.cc-custom_2col {
    width: calc((100% - 60px) / 2);
    margin-right: 60px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1199.8px) {
    .cc-custom_2col {
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-custom_2col {
        width: 100%;
        margin-right: 0px;
    }
}
.cc-custom_2col:nth-child(2n) {
    margin-right: 0;
}
.cc-custom_3col {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1199.8px) {
    .cc-custom_3col {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-custom_3col {
        width: 100%;
        margin-right: 0px;
    }
}
.cc-custom_3col:nth-child(3n) {
    margin-right: 0;
}
.cc-custom_btn a {
    position: relative;
    text-decoration: none;
    padding: 25px 50px 25px 30px;
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    background-color: #fff;
    border: 3px solid #333333;
    border-radius: 5px;
}
@media screen and (max-width: 767.8px) {
    .cc-custom_btn a {
        padding: 20px 40px 20px 15px;
        font-size: 16px;
    }
}
.cc-custom_btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-color: #333333;
    border-radius: 9999px;
}
.cc-custom_btn a:hover {
    color: #fff;
    background-color: #333333;
    border: 3px solid #333333;
}
.cc-custom_btn a:hover:after {
    background-color: #fff;
}

.cc-box_outline {
    margin-top: 90px;
    margin-bottom: 130px;
    border: 5px solid #2F2F2F;
    box-shadow: 3px 3px 0 3px #2F2F2F;
    border-radius: 20px;
}
@media screen and (max-width: 991.8px) {
    .cc-box_outline {
        margin-top: 63px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-box_outline {
        margin-top: 45px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-box_outline {
        margin-bottom: 91px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-box_outline {
        margin-bottom: 65px;
    }
}
.cc-box-grid {
    --gap: 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
@media screen and (max-width: 1199.8px) {
    .cc-box-grid {
        gap: 20px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-box-grid {
        gap: 10px;
    }
}
@media screen and (min-width: 576px) {
    .cc-box-grid.cc-column-1 {
        gap: 20px;
    }
}
.cc-box-grid.cc-column-1 > .cc-box-grid_item {
    width: 100%;
}
.cc-box-grid_item {
    width: calc((100% - 60px) / 2);
    padding: 20px 40px;
}
@media screen and (max-width: 1199.8px) {
    .cc-box-grid_item {
        width: calc((100% - 20px) / 2);
        padding: 20px 20px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-box-grid_item {
        padding: 16px 12px;
    }
}

.text-color-03 {
    color: #076D48 !important;
}

.progressbar-bg-01 {
    background-color: #FFEAEA !important;
}

.progressbar-bg-02 {
    background-color: #F9EAFF !important;
}

.progressbar-bg-03 {
    background-color: #EAFFEC !important;
}

.progressbar-bg-04 {
    background-color: #EAFFFF !important;
}

.progressbar-bg-05 {
    background-color: #FFFFEB !important;
}

.progressbar-bg-06 {
    background-color: #FFEAFB !important;
}

.progressborder-color-01 {
    border-color: #FF7C7C !important;
}

.progressborder-color-02 {
    border-color: #DD86FF !important;
}

.progressborder-color-03 {
    border-color: #7BFF87 !important;
}

.progressborder-color-04 {
    border-color: #77FFFF !important;
}

.progressborder-color-05 {
    border-color: #EEEE5A !important;
}

.progressborder-color-06 {
    border-color: #FF86E8 !important;
}

.progress1 {
    width: 1%;
}

.progress2 {
    width: 2%;
}

.progress3 {
    width: 3%;
}

.progress4 {
    width: 4%;
}

.progress5 {
    width: 5%;
}

.progress6 {
    width: 6%;
}

.progress7 {
    width: 7%;
}

.progress8 {
    width: 8%;
}

.progress9 {
    width: 9%;
}

.progress10 {
    width: 10%;
}

.progress11 {
    width: 11%;
}

.progress12 {
    width: 12%;
}

.progress13 {
    width: 13%;
}

.progress14 {
    width: 14%;
}

.progress15 {
    width: 15%;
}

.progress16 {
    width: 16%;
}

.progress17 {
    width: 17%;
}

.progress18 {
    width: 18%;
}

.progress19 {
    width: 19%;
}

.progress20 {
    width: 20%;
}

.progress21 {
    width: 21%;
}

.progress22 {
    width: 22%;
}

.progress23 {
    width: 23%;
}

.progress24 {
    width: 24%;
}

.progress25 {
    width: 25%;
}

.progress26 {
    width: 26%;
}

.progress27 {
    width: 27%;
}

.progress28 {
    width: 28%;
}

.progress29 {
    width: 29%;
}

.progress30 {
    width: 30%;
}

.progress31 {
    width: 31%;
}

.progress32 {
    width: 32%;
}

.progress33 {
    width: 33%;
}

.progress34 {
    width: 34%;
}

.progress35 {
    width: 35%;
}

.progress36 {
    width: 36%;
}

.progress37 {
    width: 37%;
}

.progress38 {
    width: 38%;
}

.progress39 {
    width: 39%;
}

.progress40 {
    width: 40%;
}

.progress41 {
    width: 41%;
}

.progress42 {
    width: 42%;
}

.progress43 {
    width: 43%;
}

.progress44 {
    width: 44%;
}

.progress45 {
    width: 45%;
}

.progress46 {
    width: 46%;
}

.progress47 {
    width: 47%;
}

.progress48 {
    width: 48%;
}

.progress49 {
    width: 49%;
}

.progress50 {
    width: 50%;
}

.progress51 {
    width: 51%;
}

.progress52 {
    width: 52%;
}

.progress53 {
    width: 53%;
}

.progress54 {
    width: 54%;
}

.progress55 {
    width: 55%;
}

.progress56 {
    width: 56%;
}

.progress57 {
    width: 57%;
}

.progress58 {
    width: 58%;
}

.progress59 {
    width: 59%;
}

.progress60 {
    width: 60%;
}

.progress61 {
    width: 61%;
}

.progress62 {
    width: 62%;
}

.progress63 {
    width: 63%;
}

.progress64 {
    width: 64%;
}

.progress65 {
    width: 65%;
}

.progress66 {
    width: 66%;
}

.progress67 {
    width: 67%;
}

.progress68 {
    width: 68%;
}

.progress69 {
    width: 69%;
}

.progress70 {
    width: 70%;
}

.progress71 {
    width: 71%;
}

.progress72 {
    width: 72%;
}

.progress73 {
    width: 73%;
}

.progress74 {
    width: 74%;
}

.progress75 {
    width: 75%;
}

.progress76 {
    width: 76%;
}

.progress77 {
    width: 77%;
}

.progress78 {
    width: 78%;
}

.progress79 {
    width: 79%;
}

.progress80 {
    width: 80%;
}

.progress81 {
    width: 81%;
}

.progress82 {
    width: 82%;
}

.progress83 {
    width: 83%;
}

.progress84 {
    width: 84%;
}

.progress85 {
    width: 85%;
}

.progress86 {
    width: 86%;
}

.progress87 {
    width: 87%;
}

.progress88 {
    width: 88%;
}

.progress89 {
    width: 89%;
}

.progress90 {
    width: 90%;
}

.progress91 {
    width: 91%;
}

.progress92 {
    width: 92%;
}

.progress93 {
    width: 93%;
}

.progress94 {
    width: 94%;
}

.progress95 {
    width: 95%;
}

.progress96 {
    width: 96%;
}

.progress97 {
    width: 97%;
}

.progress98 {
    width: 98%;
}

.progress99 {
    width: 99%;
}

.progress100 {
    width: 100%;
}

.cc-modal {
    max-width: 480px;
    width: 96%;
    height: auto;
    border-radius: 20px;
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.231372549);
    padding: 40px 60px;
    display: none;
}
@media screen and (max-width: 767.8px) {
    .cc-modal {
        padding: 30px 40px;
    }
}
.cc-modal p {
    text-align: center;
    z-index: 10;
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width: 767.8px) {
    .cc-modal p {
        font-size: 18px;
    }
}
.cc-modal-close {
    position: relative;
    padding: 0;
    -webkit-appearance: none;
    outline: 0;
    border: none;
    margin: 0;
    background-color: transparent;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
}
@media screen and (max-width: 767.8px) {
    .cc-modal-close {
        width: 35px;
        height: 35px;
    }
}
.cc-modal-close::after {
    content: "";
    background-image: url(./../img/cc-close-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 40px;
    height: 40px;
    display: block;
}
.cc-modal-close__wrap {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 11;
}
@media screen and (max-width: 767.8px) {
    .cc-modal-close__wrap {
        right: 10px;
    }
}
.overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.2);
}

.cc-tab_list {
    --gap: 10px;
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(var(--col), 1fr);
}
@media screen and (min-width: 576px) {
    .cc-tab_list {
        --gap: 30px;
    }
}
@media screen and (min-width: 576px) {
    .cc-tab_list--3 {
        --col: 2;
    }
}
@media screen and (min-width: 768px) {
    .cc-tab_list--3 {
        --col: 3;
    }
}
@media screen and (min-width: 576px) {
    .cc-tab_list--4 {
        --col: 2;
    }
}
@media screen and (min-width: 768px) {
    .cc-tab_list--4 {
        --col: 3;
    }
}
@media screen and (min-width: 992px) {
    .cc-tab_list--4 {
        --col: 4;
    }
}
.cc-tab_list li {
    list-style-type: none;
}
.cc-tab_list li:after {
    margin-top: 1.5px;
    height: 2px;
    width: 100%;
    content: "";
    display: block;
    background-color: #A3A3A3;
    bottom: 0;
    border-radius: 9999px;
}
.cc-tab_list li.actived:after {
    margin-top: 0;
    height: 5px;
    background-color: #333333;
}
.cc-tab_list button {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    padding: 15px 1px;
    color: #A3A3A3;
    position: relative;
}
.cc-tab_content {
    margin-top: 60px;
    margin-bottom: 60px;
}
@media screen and (max-width: 991.8px) {
    .cc-tab_content {
        margin-top: 42px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-tab_content {
        margin-top: 30px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-tab_content {
        margin-bottom: 42px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-tab_content {
        margin-bottom: 30px;
    }
}

.cc-vote-thanks {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
@media screen and (max-width: 991.8px) {
    .cc-vote-thanks {
        padding-top: 42px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-vote-thanks {
        padding-top: 30px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-vote-thanks {
        padding-bottom: 42px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-vote-thanks {
        padding-bottom: 30px;
    }
}
.cc-vote-thanks_block {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 120px;
    padding-right: 120px;
}
@media screen and (max-width: 991.8px) {
    .cc-vote-thanks_block {
        padding-top: 35px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-vote-thanks_block {
        padding-top: 25px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-vote-thanks_block {
        padding-bottom: 35px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-vote-thanks_block {
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 1199.8px) {
    .cc-vote-thanks_block {
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-vote-thanks_block {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-vote-thanks_block {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-vote-thanks_block {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.cc-vote-thanks_title {
    text-align: center;
    font-weight: bold;
    white-space: pre-line;
    word-break: break-word;
}
.cc-vote-tally {
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
}
@media screen and (max-width: 991.8px) {
    .cc-vote-tally {
        margin-top: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-vote-tally {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-vote-tally {
        font-size: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-vote-tally_text {
        display: block;
        margin-bottom: 10px;
    }
}
.cc-vote-tally_item {
    padding: 5px 8px;
    border-radius: 7px;
    background: transparent linear-gradient(211deg, #FFFFFF 0%, #EAEAEA 21%, #F3F3F3 40%, #E4E4E4 68%, #CECECE 100%) 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 0px #EBEBEB;
    border: 2px solid #F0F0F0;
    margin-right: 4px;
    display: inline-block;
}
@media screen and (max-width: 767.8px) {
    .cc-vote-tally_item {
        font-size: 18px;
        padding: 4px 6px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-column-2 {
        flex-direction: column;
    }
    .cc-column-2-select-option {
        margin-right: 0px !important;
    }
    .cc-column-2-select-img {
        margin: 15px;
    }
}

.custom-list {
    padding: 30px;
}

@media screen and (min-width: 576px) {
    .cc-vote_select {
        gap: 20px 15px;
    }
}
@media screen and (min-width: 768px) {
    .cc-vote_select {
        justify-content: center;
        grid-template-columns: repeat(auto-fit, 31%);
    }
}
@media screen and (min-width: 1200px) {
    .cc-vote_select {
        gap: 40px 30px;
    }
}
.cc-vote_select-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #334200;
    border-radius: 5px;
    padding: 15px;
    transition: all 0.2s;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.cc-vote_select-block.is-active {
    background-color: #C2C2C2 !important;
}
.cc-vote_select-block:not(:has(.cc-vote_select-img)) .cc-vote_select-option {
    flex: initial;
}
.cc-vote_select-img {
    width: 20%;
    max-width: 120px;
    min-width: 90px;
    margin-right: 25px;
}
@media screen and (max-width: 1199.8px) {
    .cc-vote_select-img {
        margin-right: 15px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-vote_select-img {
        margin-right: 15px;
    }
}
.cc-vote_select-text {
    flex: 1;
    white-space: pre-line;
}
.cc-vote_select-option {
    margin-right: 10px;
}

.cc-double_line {
    display: inline-block;
    position: relative;
    border: solid 4px #4A4A4A;
    border-radius: 20px;
}
.cc-double_line::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 15px;
    border: solid 2px #4A4A4A;
    z-index: -1;
}

/* layout */
.cc-section {
    margin-top: 40px;
}
@media screen and (max-width: 991.8px) {
    .cc-section {
        margin-top: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section {
        margin-top: 20px;
    }
}
.cc-section--m-none {
    margin-top: 0;
}
.cc-section--m-xs {
    margin-top: 16px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--m-xs {
        margin-top: 11.2px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--m-xs {
        margin-top: 8px;
    }
}
.cc-section--m-s {
    margin-top: 24px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--m-s {
        margin-top: 16.8px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--m-s {
        margin-top: 12px;
    }
}
.cc-section--m-m {
    margin-top: 50px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--m-m {
        margin-top: 35px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--m-m {
        margin-top: 25px;
    }
}
.cc-section--m-xm {
    margin-top: 60px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--m-xm {
        margin-top: 42px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--m-xm {
        margin-top: 30px;
    }
}
.cc-section--m-l {
    margin-top: 80px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--m-l {
        margin-top: 56px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--m-l {
        margin-top: 40px;
    }
}
.cc-section--m-xl {
    margin-top: 100px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--m-xl {
        margin-top: 70px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--m-xl {
        margin-top: 50px;
    }
}
.cc-section--m-xxl {
    margin-top: 120px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--m-xxl {
        margin-top: 84px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--m-xxl {
        margin-top: 60px;
    }
}
.cc-section--m-bottom-xl {
    margin-bottom: 100px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--m-bottom-xl {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--m-bottom-xl {
        margin-bottom: 50px;
    }
}
.cc-section--m-bottom-xxl {
    margin-bottom: 150px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--m-bottom-xxl {
        margin-bottom: 105px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--m-bottom-xxl {
        margin-bottom: 75px;
    }
}
.cc-section--p {
    padding-top: 40px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--p {
        padding-top: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--p {
        padding-top: 20px;
    }
}
.cc-section--p-none {
    padding-top: 0;
}
.cc-section--p-xs {
    padding-top: 16px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--p-xs {
        padding-top: 11.2px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--p-xs {
        padding-top: 8px;
    }
}
.cc-section--p-s {
    padding-top: 24px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--p-s {
        padding-top: 16.8px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--p-s {
        padding-top: 12px;
    }
}
.cc-section--p-m {
    padding-top: 50px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--p-m {
        padding-top: 35px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--p-m {
        padding-top: 25px;
    }
}
.cc-section--p-xm {
    padding-top: 64px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--p-xm {
        padding-top: 44.8px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--p-xm {
        padding-top: 32px;
    }
}
.cc-section--p-l {
    padding-top: 80px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--p-l {
        padding-top: 56px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--p-l {
        padding-top: 40px;
    }
}
.cc-section--p-xl {
    padding-top: 100px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--p-xl {
        padding-top: 70px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--p-xl {
        padding-top: 50px;
    }
}
.cc-section--p-bottom-xl {
    padding-bottom: 100px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--p-bottom-xl {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--p-bottom-xl {
        padding-bottom: 50px;
    }
}
.cc-section--p-bottom-xxl {
    padding-bottom: 150px;
}
@media screen and (max-width: 991.8px) {
    .cc-section--p-bottom-xxl {
        padding-bottom: 105px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-section--p-bottom-xxl {
        padding-bottom: 75px;
    }
}

.cc-footer {
    background-color: #323232;
    padding-top: 60px;
    padding-bottom: 60px;
}
@media screen and (max-width: 991.8px) {
    .cc-footer {
        padding-top: 42px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-footer {
        padding-top: 30px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-footer {
        padding-bottom: 42px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-footer {
        padding-bottom: 30px;
    }
}
.cc-footer_list {
    display: flex;
    justify-content: center;
    gap: 5px 40px;
}
.cc-footer_list li {
    position: relative;
}
.cc-footer_list li:after {
    content: "";
    width: 1px;
    height: 24px;
    background: #fff;
    position: absolute;
    right: -20px;
    top: calc(50% - 12px);
}
.cc-footer_list li:first-child::before {
    content: "";
    width: 1px;
    height: 24px;
    background: #fff;
    position: absolute;
    left: -20px;
    top: calc(50% - 12px);
}
.cc-footer_list a {
    color: #fff;
}
.cc-footer_copyright {
    margin-top: 40px;
    text-align: center;
}
@media screen and (max-width: 991.8px) {
    .cc-footer_copyright {
        margin-top: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-footer_copyright {
        margin-top: 20px;
    }
}
.cc-footer_copyright small {
    color: #fff;
    font-size: 14px;
}

.cc-hero_bg {
    background-image: url(./../img/cc-vote_main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.cc-hero_bg-img {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.cc-hero_bg02 {
    padding: 100px 0;
    background-image: url(./../img/cc-vote_result-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.cc-hero_bg02-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.cc-hero_bg02 img {
    max-width: 600px;
}

/* project */
.cc-fv {
    background-image: url(./../img/cc-main_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    min-height: 100vh;
}
.cc-fv_body {
    padding-top: 150px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
}
@media screen and (max-width: 991.8px) {
    .cc-fv_body {
        padding-top: 105px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-fv_body {
        padding-top: 75px;
    }
}
.cc-fv_body li {
    list-style: inherit;
}
.cc-fv_body img {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    width: 100% !important;
}
.cc-fv_catch {
    text-align: center;
    color: #380000;
    font-size: 24px;
    font-weight: bold;
}
.cc-fv_text {
    text-align: center;
    font-weight: 500;
    margin-top: 30px;
    color: #380000;
}
@media screen and (max-width: 991.8px) {
    .cc-fv_text {
        margin-top: 21px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-fv_text {
        margin-top: 15px;
    }
}
.cc-fv_img {
    margin-top: 30px;
    text-align: center;
}
@media screen and (max-width: 991.8px) {
    .cc-fv_img {
        margin-top: 21px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-fv_img {
        margin-top: 15px;
    }
}
.cc-fv_btn {
    margin-top: 30px;
    text-align: center;
}
@media screen and (max-width: 991.8px) {
    .cc-fv_btn {
        margin-top: 21px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-fv_btn {
        margin-top: 15px;
    }
}
.cc-fv_btn a, .cc-fv_btn button {
    display: inline-block;
    border-radius: 9999px;
    max-width: 400px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: transparent;
    border: none;
    color: inherit;
    text-decoration: inherit;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-color: #380000;
    border-color: #380000;
    color: #fff;
}
@media screen and (max-width: 767.8px) {
    .cc-fv_btn a, .cc-fv_btn button {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 18px;
        padding-right: 18px;
    }
}
.cc-fv_btn a:hover, .cc-fv_btn button:hover {
    background-color: #fff;
    border-color: #380000;
    color: #380000;
}
.cc-fv_btn.end a, .cc-fv_btn.end button {
    background-color: #7F7F7F;
    border-color: #7F7F7F;
}
.cc-fv_btn.end a:hover, .cc-fv_btn.end button:hover {
    background-color: #fff;
    border-color: #7F7F7F;
    color: #7F7F7F;
}

.cc-rank {
    padding-top: 70px;
}
@media screen and (max-width: 991.8px) {
    .cc-rank {
        padding-top: 49px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-rank {
        padding-top: 35px;
    }
}
.cc-rank-bestthree {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    padding: 20px 20px 10px 20px;
    border-bottom: 2px solid #333333;
    position: relative;
}
@media screen and (max-width: 767.8px) {
    .cc-rank-bestthree {
        padding: 15px 10px 10px 10px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-rank-bestthree {
        display: block;
    }
}
.cc-rank-bestthree::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0px;
    right: 0px;
    border-bottom: solid 1px #333333;
    z-index: -1;
}
.cc-rank-bestthree_block {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 575.8px) {
    .cc-rank-bestthree_block {
        width: 100%;
        margin-top: 10px;
    }
}
.cc-rank-bestthree_vote, .cc-rank-bestthree_number {
    font-size: 40px;
    white-space: nowrap;
}
@media screen and (max-width: 1199.8px) {
    .cc-rank-bestthree_vote, .cc-rank-bestthree_number {
        font-size: 32px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-rank-bestthree_vote, .cc-rank-bestthree_number {
        font-size: 22px;
    }
}
.cc-rank-bestthree_vote-text, .cc-rank-bestthree_number-text {
    font-size: 24px;
    font-weight: 500;
}
@media screen and (max-width: 1199.8px) {
    .cc-rank-bestthree_vote-text, .cc-rank-bestthree_number-text {
        font-size: 20px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-rank-bestthree_vote-text, .cc-rank-bestthree_number-text {
        font-size: 18px;
    }
}
.cc-rank-bestthree_img {
    max-width: 60px;
    width: 100%;
    margin-right: 40px;
}
@media screen and (max-width: 575.8px) {
    .cc-rank-bestthree_img {
        margin-left: auto;
        margin-right: auto;
    }
}
.cc-rank-bestthree_text {
    flex-grow: 1;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 24px;
}
@media screen and (max-width: 1199.8px) {
    .cc-rank-bestthree_text {
        font-size: 20px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-rank-bestthree_text {
        font-size: 18px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-rank-bestthree_text {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.cc-rank-accordion_top {
    margin-top: -20px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.cc-rank-accordion_top-btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    background-color: #fff;
    border: 3px solid #333333;
    border-radius: 10px;
    transition: all 0.2s;
    position: relative;
}
@media screen and (max-width: 991.8px) {
    .cc-rank-accordion_top-btn {
        margin-top: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-rank-accordion_top-btn {
        margin-top: 20px;
    }
}
.cc-rank-accordion_top-btn:before, .cc-rank-accordion_top-btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 50px;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #333333;
    transition: all 0.2s;
}
.cc-rank-accordion_top-btn:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.cc-rank-accordion_top-btn.is-active {
    border-color: #848484;
}
.cc-rank-accordion_top-btn.is-active:before, .cc-rank-accordion_top-btn.is-active:after {
    background-color: #848484;
}
.cc-rank-accordion_top-btn.is-active button {
    color: #848484;
}
.cc-rank-accordion_top-btn.is-active:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.cc-rank-accordion_top-btn:hover {
    border-color: #848484;
}
.cc-rank-accordion_top-btn:hover:before, .cc-rank-accordion_top-btn:hover:after {
    background-color: #848484;
}
.cc-rank-accordion_top-btn:hover button {
    color: #848484;
}
.cc-rank-accordion_top-btn button {
    width: 100%;
    padding: 15px 80px;
    text-align: left;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
@media screen and (max-width: 575.8px) {
    .cc-rank-accordion_top-btn button {
        font-size: 16px;
    }
}
.cc-rank-accordion_middle, .cc-rank-accordion_bottom {
    display: none;
}
.cc-rank-accordion_middle .cc-rank-prize {
    justify-content: center;
}
.cc-rank-accordion_bottom-btn {
    display: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    padding-bottom: 10px;
    border-bottom: 2px solid #333333;
    transition: all 0.2s;
    position: relative;
}
@media screen and (max-width: 991.8px) {
    .cc-rank-accordion_bottom-btn {
        margin-top: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-rank-accordion_bottom-btn {
        margin-top: 20px;
    }
}
.cc-rank-accordion_bottom-btn::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0px;
    right: 0px;
    border-bottom: solid 1px #333333;
    z-index: -1;
}
.cc-rank-accordion_bottom-btn.is-active {
    border-color: #848484;
}
.cc-rank-accordion_bottom-btn.is-active::before {
    border-bottom: solid 1px #848484;
}
.cc-rank-accordion_bottom-btn.is-active button {
    color: #848484;
}
.cc-rank-accordion_bottom-btn.is-active::after {
    background-image: url(./../img/cc-arr-iccc-arrow-icon01.svg);
    background-repeat: no-repeat;
    background-position: top center;
    content: "";
    opacity: 0.7;
    transform: translate(-50%, -50%) rotate(180deg);
}
.cc-rank-accordion_bottom-btn::after {
    background-image: url(./../img/cc-arr-iccc-arrow-icon01.svg);
    background-repeat: no-repeat;
    background-position: top center;
    content: "";
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    top: 50%;
    right: 15px;
    transition: all 0.2s;
}
.cc-rank-accordion_bottom-btn:hover {
    border-color: #848484;
}
.cc-rank-accordion_bottom-btn:hover button {
    color: #848484;
}
.cc-rank-accordion_bottom-btn:hover::after {
    opacity: 0.7;
}
.cc-rank-accordion_bottom-btn button {
    width: 100%;
    padding: 15px 70px 15px 40px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: left;
}
@media screen and (max-width: 575.8px) {
    .cc-rank-accordion_bottom-btn button {
        font-size: 16px;
    }
}
.cc-rank-prize {
    margin-top: 40px;
    display: flex;
    gap: 60px;
}
@media screen and (max-width: 991.8px) {
    .cc-rank-prize {
        margin-top: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-rank-prize {
        margin-top: 20px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-rank-prize {
        flex-wrap: wrap;
        gap: 0;
        margin-top: 0;
    }
}
.cc-rank-prize_block {
    width: 47%;
    position: relative;
}
@media screen and (max-width: 991.8px) {
    .cc-rank-prize_block {
        width: 100%;
    }
}
.cc-rank-prize_block:nth-child(2n)::before {
    content: "";
    background-image: url(./../img/cc-rank_block-border.svg);
    display: block;
    max-width: 770px;
    width: 2px;
    height: 100%;
    left: -30px;
    background-repeat: repeat;
    background-size: contain;
    position: absolute;
}
@media screen and (max-width: 575.8px) {
    .cc-rank-prize_block:nth-child(2n)::before {
        display: none;
    }
}
.cc-rank-prize_item {
    border-bottom: 2px solid #333333;
    padding: 12px 0;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 575.8px) {
    .cc-rank-prize_item {
        font-size: 16px;
    }
}
.cc-rank-prize_item + .cc-rank-prize_item {
    margin-top: 20px;
}
@media screen and (max-width: 991.8px) {
    .cc-rank-prize_item + .cc-rank-prize_item {
        margin-top: 14px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-rank-prize_item + .cc-rank-prize_item {
        margin-top: 10px;
    }
}
.cc-rank-prize_text {
    flex-grow: 1;
    padding-left: 20px;
    padding-right: 15px;
    font-size: 20px;
}
@media screen and (max-width: 1199.8px) {
    .cc-rank-prize_text {
        font-size: 18px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-rank-prize_text {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 5px;
    }
}
.cc-rank-prize_vote, .cc-rank-prize_number {
    font-size: 35px;
    font-weight: 700;
    white-space: nowrap;
}
@media screen and (max-width: 1199.8px) {
    .cc-rank-prize_vote, .cc-rank-prize_number {
        font-size: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-rank-prize_vote, .cc-rank-prize_number {
        font-size: 20px;
    }
}
.cc-rank-prize_vote-text, .cc-rank-prize_number-text {
    font-weight: 500;
    font-size: 20px;
}
@media screen and (max-width: 1199.8px) {
    .cc-rank-prize_vote-text, .cc-rank-prize_number-text {
        font-size: 18px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-rank-prize_vote-text, .cc-rank-prize_number-text {
        font-size: 16px;
    }
}
.cc-rank-prize_number {
    min-width: 70px;
}

.cc-bg {
    max-height: 1000px;
    height: 100vh;
    background-image: url(./../img/cc-main_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
@media screen and (max-width: 767.8px) {
    .cc-bg {
        max-height: 800px;
    }
}

.cc-s-answer_box {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
@media screen and (max-width: 991.8px) {
    .cc-s-answer_box {
        padding-top: 70px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-answer_box {
        padding-top: 50px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-s-answer_box {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-answer_box {
        padding-bottom: 50px;
    }
}
.cc-s-answer_box::before {
    background-image: url(./../img/cc-main_bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.cc-s-answer_block {
    background-color: #fff;
    padding: 60px 130px;
    border-radius: 15px;
}
@media screen and (max-width: 1659.8px) {
    .cc-s-answer_block {
        padding: 60px 80px;
    }
}
@media screen and (max-width: 1199.8px) {
    .cc-s-answer_block {
        padding: 60px 50px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-s-answer_block {
        padding: 50px 10px;
    }
}
.cc-s-answer_progress {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.cc-s-answer_progress-bar {
    flex: 1;
    height: 15px;
    border-radius: 9999px;
    border: 2px solid #333333;
    box-sizing: border-box;
    max-width: 400px;
}
.cc-s-answer_progress-bar-color {
    background-color: #515151;
    width: 40%;
    display: block;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 9999px;
}
.cc-s-answer_progress-txt {
    margin-right: 15px;
}
.cc-s-answer_title {
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 991.8px) {
    .cc-s-answer_title {
        margin-top: 35px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-answer_title {
        margin-top: 25px;
    }
}
.cc-s-answer_thumbnail {
    margin-top: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 991.8px) {
    .cc-s-answer_thumbnail {
        margin-top: 21px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-answer_thumbnail {
        margin-top: 15px;
    }
}
.cc-s-answer_img {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}
.cc-s-answer_img + p {
    margin-top: 20px;
}
@media screen and (max-width: 991.8px) {
    .cc-s-answer_img + p {
        margin-top: 14px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-answer_img + p {
        margin-top: 10px;
    }
}
.cc-s-answer_flex {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 991.8px) {
    .cc-s-answer_flex {
        margin-top: 35px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-answer_flex {
        margin-top: 25px;
    }
}
.cc-s-answer_item {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    margin-top: 40px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    border: #535353 3px solid;
    padding: 20px 40px;
    border-radius: 5px;
    box-shadow: 3px 3px 0 3px #535353;
    transition: all 0.2s;
    cursor: pointer;
}
@media screen and (max-width: 1199.8px) {
    .cc-s-answer_item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        margin-top: 20px;
        padding: 20px 20px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-s-answer_item {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-top: 10px;
        padding: 16px 12px;
    }
}
.cc-s-answer_item:nth-child(2n) {
    margin-right: 0;
}
.cc-s-answer_item:nth-child(-n+2) {
    margin-top: 0;
}
.cc-s-answer_item.is-active {
    background-color: #C2C2C2;
}
.cc-s-answer_linkback {
    margin-top: 20px;
}
.cc-s-answer_linkback a {
    color: #6C6C6C;
    font-weight: 500;
}
.cc-s-answer_linkback a::before {
    content: "";
    display: inline-block;
    background-image: url(./../img/cc-arr-left.png);
    width: 10px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}

.cc-m-answer_bg {
    background-image: url(./../img/cc-m-answer_main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.cc-m-answer_bg-mainimg {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.cc-m-answer_block {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 2px solid #DCDCDC;
}
@media screen and (max-width: 991.8px) {
    .cc-m-answer_block {
        padding-top: 56px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-m-answer_block {
        padding-top: 40px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-m-answer_block {
        padding-bottom: 56px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-m-answer_block {
        padding-bottom: 40px;
    }
}
.cc-m-answer_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.cc-m-answer_thumbnail {
    margin-top: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 991.8px) {
    .cc-m-answer_thumbnail {
        margin-top: 21px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-m-answer_thumbnail {
        margin-top: 15px;
    }
}
.cc-m-answer_img {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}
.cc-m-answer_img + p {
    margin-top: 20px;
}
@media screen and (max-width: 991.8px) {
    .cc-m-answer_img + p {
        margin-top: 14px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-m-answer_img + p {
        margin-top: 10px;
    }
}
.cc-m-answer_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}
@media screen and (max-width: 991.8px) {
    .cc-m-answer_flex {
        margin-top: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-m-answer_flex {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1199.8px) {
    .cc-m-answer_flex {
        gap: 30px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-m-answer_flex {
        gap: 20px;
    }
}
.cc-m-answer_item {
    cursor: pointer;
    width: calc((100% - 90px) / 4);
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    border: #535353 3px solid;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 0 3px #535353;
    transition: all 0.2s;
}
@media screen and (max-width: 1199.8px) {
    .cc-m-answer_item {
        width: calc((100% - 30px) / 2);
        padding: 20px 20px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-m-answer_item {
        width: calc((100% - 20px) / 2);
        padding: 20px 12px;
    }
}
.cc-m-answer_item.is-active {
    background-color: #C2C2C2;
}
.cc-m-answer_progress {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.cc-m-answer_progress-bar {
    flex: 1;
    height: 40px;
    border-radius: 9999px;
    border: 2px solid #333333;
    box-sizing: border-box;
}
@media screen and (max-width: 767.8px) {
    .cc-m-answer_progress-bar {
        height: 26px;
    }
}
.cc-m-answer_progress-bar-color {
    background-color: #5A7300;
    width: 40%;
    display: block;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 9999px;
}
.cc-m-answer_progress-txt {
    font-size: 24px;
    margin-right: 15px;
}
@media screen and (max-width: 767.8px) {
    .cc-m-answer_progress-txt {
        font-size: 17px;
    }
}

.cc-s-result_block {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 35px;
    padding-right: 35px;
}
@media screen and (max-width: 991.8px) {
    .cc-s-result_block {
        padding-top: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_block {
        padding-top: 20px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-s-result_block {
        padding-bottom: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_block {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-s-result_block {
        padding-left: 24.5px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_block {
        padding-left: 17.5px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-s-result_block {
        padding-right: 24.5px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_block {
        padding-right: 17.5px;
    }
}
.cc-s-result_img {
    margin-bottom: 60px;
    border-radius: 20px;
    overflow: hidden;
}
@media screen and (max-width: 991.8px) {
    .cc-s-result_img {
        margin-bottom: 42px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_img {
        margin-bottom: 30px;
    }
}
.cc-s-result_title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}
@media screen and (max-width: 991.8px) {
    .cc-s-result_title {
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_title {
        font-size: 20px;
    }
}
.cc-s-result_bigtitle {
    display: block;
    font-size: 34px;
    font-weight: bold;
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_bigtitle {
        font-size: 26px;
    }
}
.cc-s-result_description {
    margin-top: 40px;
    background-color: #F3F3F3;
    border-radius: 10px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
@media screen and (max-width: 991.8px) {
    .cc-s-result_description {
        margin-top: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_description {
        margin-top: 20px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-s-result_description {
        padding-top: 24.5px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_description {
        padding-top: 17.5px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-s-result_description {
        padding-bottom: 24.5px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_description {
        padding-bottom: 17.5px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-s-result_description {
        padding-left: 21px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_description {
        padding-left: 15px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-s-result_description {
        padding-right: 21px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_description {
        padding-right: 15px;
    }
}
.cc-s-result_description p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    white-space: pre-wrap;
    word-break: break-all;
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_description p {
        font-size: 18px;
    }
}
.cc-s-result_subtext {
    margin-top: 40px;
}
@media screen and (max-width: 991.8px) {
    .cc-s-result_subtext {
        margin-top: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_subtext {
        margin-top: 20px;
    }
}
.cc-s-result_subtext p {
    white-space: pre-wrap;
    word-break: break-all;
    width: 100%;
}

.cc-m-result {
    display: flex;
}
.cc-m-result_title {
    min-width: 320px;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px 40px;
    border-bottom: 5px solid;
    border-left: 5px solid;
    border-right: 5px solid;
    position: relative;
    line-height: 1;
    border-radius: 0 0px 10px 10px;
    font-size: 32px;
}
@media screen and (max-width: 1199.8px) {
    .cc-m-result_title {
        font-size: 28px;
        padding: 20px 40px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-m-result_title {
        min-width: auto;
        font-size: 24px;
        padding: 15px 30px;
        gap: 15px;
    }
}
.cc-m-result_title:before, .cc-m-result_title:after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 4px;
    border-radius: 9999px;
    background-color: #788C91;
}
@media screen and (max-width: 767.8px) {
    .cc-m-result_title:before, .cc-m-result_title:after {
        width: 25px;
        height: 2px;
    }
}
.cc-m-result_title:before {
    left: 0;
}
.cc-m-result_title:after {
    right: 0;
}
.cc-m-result_title-wrap {
    justify-content: center;
    display: flex;
}
.cc-m-result_content {
    padding: 40px 75px 80px;
}
@media screen and (max-width: 1199.8px) {
    .cc-m-result_content {
        padding: 30px 55px 60px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-m-result_content {
        padding: 20px 20px 40px;
    }
}
.cc-m-result_progress {
    margin-top: 10px;
    height: 35px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
}
@media screen and (max-width: 767.8px) {
    .cc-m-result_progress {
        height: 30px;
    }
}
.cc-m-result_progress-bar {
    display: inline-block;
    height: 100%;
}
.cc-m-result_progress-text {
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}
.cc-m-result_progress-text100 {
    position: absolute;
    right: 10px;
}
.cc-m-result_item + .cc-m-result_item {
    margin-top: 30px;
}
@media screen and (max-width: 991.8px) {
    .cc-m-result_item + .cc-m-result_item {
        margin-top: 21px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-m-result_item + .cc-m-result_item {
        margin-top: 15px;
    }
}
.cc-m-result_h2 {
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1.4;
}
@media screen and (max-width: 767.8px) {
    .cc-m-result_h2 {
        font-size: 20px;
    }
}
.cc-m-result_h2 img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
@media screen and (max-width: 767.8px) {
    .cc-m-result_h2 img {
        width: 30px;
        height: 30px;
    }
}
.cc-m-result_h3 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    padding-left: 15px;
    border-left: 5px solid #333333;
}
@media screen and (max-width: 991.8px) {
    .cc-m-result_h3 {
        margin-top: 14px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-m-result_h3 {
        margin-top: 10px;
    }
}
.cc-m-result_text {
    margin-top: 10px;
    white-space: pre-wrap;
    word-break: break-all;
    width: 100%;
}

.cc-t-result_block {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 35px;
    padding-right: 35px;
}
@media screen and (max-width: 991.8px) {
    .cc-t-result_block {
        padding-top: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_block {
        padding-top: 20px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-t-result_block {
        padding-bottom: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_block {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-t-result_block {
        padding-left: 24.5px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_block {
        padding-left: 17.5px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-t-result_block {
        padding-right: 24.5px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_block {
        padding-right: 17.5px;
    }
}
.cc-t-result_img {
    margin-bottom: 60px;
    border-radius: 20px;
    overflow: hidden;
}
@media screen and (max-width: 991.8px) {
    .cc-t-result_img {
        margin-bottom: 42px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_img {
        margin-bottom: 30px;
    }
}
.cc-t-result_title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}
@media screen and (max-width: 991.8px) {
    .cc-t-result_title {
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_title {
        font-size: 20px;
    }
}
.cc-t-result_bigtitle {
    display: block;
    font-size: 34px;
    font-weight: bold;
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_bigtitle {
        font-size: 26px;
    }
}
.cc-t-result_description {
    margin-top: 40px;
    background-color: #F3F3F3;
    border-radius: 10px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
@media screen and (max-width: 991.8px) {
    .cc-t-result_description {
        margin-top: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_description {
        margin-top: 20px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-t-result_description {
        padding-top: 24.5px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_description {
        padding-top: 17.5px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-t-result_description {
        padding-bottom: 24.5px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_description {
        padding-bottom: 17.5px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-t-result_description {
        padding-left: 21px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_description {
        padding-left: 15px;
    }
}
@media screen and (max-width: 991.8px) {
    .cc-t-result_description {
        padding-right: 21px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_description {
        padding-right: 15px;
    }
}
.cc-t-result_description p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_description p {
        font-size: 18px;
    }
}
.cc-t-result_subtext {
    margin-top: 40px;
}
@media screen and (max-width: 991.8px) {
    .cc-t-result_subtext {
        margin-top: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_subtext {
        margin-top: 20px;
    }
}

/* utility */
.cc-text-center {
    text-align: center;
}
.cc-text-right {
    text-align: right;
}
.cc-text-left {
    text-align: left;
}

@media screen and (max-width: 767.8px) {
    .u-only-pc {
        display: none;
    }
}
.u-only-pc-tab {
    display: none;
}
@media screen and (min-width: 576px) {
    .u-only-pc-tab {
        display: block;
    }
}
.u-only-tab {
    display: none;
}
@media screen and (min-width: 576px) and (max-width: 767.8px) {
    .u-only-tab {
        display: block;
    }
}
.u-only-sp {
    display: none;
}
@media screen and (max-width: 575.8px) {
    .u-only-sp {
        display: block;
    }
}
.u-only-tab-sp {
    display: none;
}
@media screen and (max-width: 767.8px) {
    .u-only-tab-sp {
        display: block;
    }
}

.u-margin-x-auto {
    margin-left: auto;
    margin-right: auto;
}

.cc-ws-pre-line {
    white-space: pre-line;
}/*# sourceMappingURL=cc-style.css.map */