@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;
}

.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;
}

/* component */
.cc-btn a {
    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 {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 18px;
        padding-right: 18px;
    }
}
.cc-btn-main a {
    background-color: #380000;
    border-color: #380000;
    color: #fff;
}
.cc-btn-main:hover a {
    background-color: #fff;
    border-color: #380000;
    color: #380000;
}
.cc-btn-accent-01 a {
    background-color: #E8F1F2;
    border-color: #E8F1F2;
    color: #fff;
}
.cc-btn-accent-01:hover a {
    background-color: #fff;
    border-color: #E8F1F2;
    color: #E8F1F2;
}
.cc-btn-accent-02 a {
    background-color: #2B597C;
    border-color: #2B597C;
    color: #fff;
}
.cc-btn-accent-02:hover a {
    background-color: #fff;
    border-color: #2B597C;
    color: #2B597C;
}
.cc-btn-accent-03 a {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
}
.cc-btn-accent-03:hover a {
    background-color: #fff;
    border-color: #262626;
    color: #262626;
}
.cc-btn-color-01 a {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    color: #fff;
}
.cc-btn-color-01:hover a {
    background-color: #fff;
    border-color: #F5F5F5;
    color: #F5F5F5;
}
.cc-btn-color-02 a {
    background-color: #DFC08F;
    border-color: #DFC08F;
    color: #fff;
}
.cc-btn-color-02:hover a {
    background-color: #fff;
    border-color: #DFC08F;
    color: #DFC08F;
}
.cc-btn-color-03 a {
    background-color: #076D48;
    border-color: #076D48;
    color: #fff;
}
.cc-btn-color-03:hover a {
    background-color: #fff;
    border-color: #076D48;
    color: #076D48;
}
.cc-btn-modal {
    margin-top: 40px;
}
@media screen and (max-width: 991.8px) {
    .cc-btn-modal {
        margin-top: 28px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-btn-modal {
        margin-top: 20px;
    }
}
.cc-btn-modal a {
    background-color: #DFC08F;
    border-color: #DFC08F;
    color: #484848;
}
.cc-btn-modal:hover a {
    opacity: 0.75;
}

.custom-list {
    padding: 30px;
}
.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 {
    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 {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 60px;
    }
}
.cc-m-answer_btn a:hover {
    opacity: 0.75;
}
.cc-m-answer_btn a: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 {
    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 {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.cc-m-answer_btn02 a:hover {
    opacity: 0.75;
}

.c-ttl-underline {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.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: 100px;
    border: 5px solid #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: 70px;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-box_outline {
        margin-bottom: 50px;
    }
}

.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-share {
    margin-bottom: 160px;
}
.cc-share_btn {
    display: flex;
    justify-content: center;
}
.cc-share_btn .shareButton {
    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;
    text-decoration: inherit;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-color: #fff;
    border-color: #333;
    color: #333;
}
@media screen and (max-width: 767.8px) {
    .cc-share_btn .shareButton {
        font-size: 20px;
    }
}
.cc-share_btn .shareButton:hover {
    background-color: #333;
    color: #fff;
}

.cc-next_qus {
    margin-top: 30px;
    margin-bottom: 80px;
}

.cc-again {
    margin-top: 30px;
    margin-bottom: 80px;
}

/* layout */
.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;
}

/* project */
.cc-fv {
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
@media screen and (max-width: 767.8px) {
    .cc-fv {
        min-height: 800px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-fv {
        min-height: 600px;
    }
}
.cc-fv_body {
    border: initial;
}
.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-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-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;
}
.cc-s-answer_old_title {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}
@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;
    flex-grow: 1;
}
.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;
    justify-content: center;
    gap: 30px;
}
@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;
    }
}
@media screen and (max-width: 1199.8px) {
    .cc-s-answer_flex {
        gap: 20px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-s-answer_flex {
        gap: 10px;
    }
}
.cc-s-answer_flex.cc-column-1 > [class*=-answer_item] {
    width: 100%;
}
.cc-s-answer_flex.cc-column-1 > [class*=-answer_item] {
    width: 100%;
}
.cc-s-answer_item {
    width: calc((100% - 40px) / 2);
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    border: #535353 3px solid;
    padding: 20px 40px;
    border-radius: 5px;
    transition: all 0.2s;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 1199.8px) {
    .cc-s-answer_item {
        width: calc((100% - 20px) / 2);
        padding: 20px 20px;
    }
}
@media screen and (max-width: 575.8px) {
    .cc-s-answer_item {
        width: calc((100% - 10px) / 2);
        padding: 16px 12px;
    }
}
.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-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_old_title {
    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;
    flex-grow: 1;
}
.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;
    justify-content: center;
    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_flex.cc-column-1 {
    padding: 0 30px;
}
@media screen and (max-width: 1199.8px) {
    .cc-m-answer_flex.cc-column-1 {
        padding: unset;
    }
}
.cc-m-answer_flex.cc-column-1 > [class*=-answer_item] {
    width: 100%;
}
.cc-m-answer_item {
    cursor: pointer;
    width: calc((100% - 90px) / 2);
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    border: #535353 3px solid;
    padding: 20px 10px;
    border-radius: 5px;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@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_text {
    display: flex;
    /* align-items: center; */
    align-items: center;
}
.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;
}
@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;
    }
}
.cc-s-result_img {
    margin-bottom: 60px;
    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;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-s-result_img {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: 100vw;
    }
}
.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;
}
@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;
    }
}
.cc-t-result_img {
    margin-bottom: 60px;
    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;
    }
}
@media screen and (max-width: 767.8px) {
    .cc-t-result_img {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: 100vw;
    }
}
.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 */