:root {
    --color01: #29b4ad;
    --bg-color01: #ebfffe;
    --color02: #e3891e;
    --bg-color02: #fef8ea;
    --color03: #4f83cb;
    --bg-color03: #e7f1ff;
    --color04: #7cd06d;
    --bg-color04: #edffea;
    --color05: #9149c3;
    --bg-color05: #faf3ff;
}


@media (max-width: 769px) {
    .pc {
        display: none;
    }
}

@media (min-width: 769px) {
    .mo {
        display: none;
    }
}

body * {
    box-sizing: border-box;
    letter-spacing: -0.025em;
    font-family: "notosans", sans-serif;
    font-size: 19px;
}

.main {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-image: url(../../images/main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 829px;
    padding-top: 174px;
    height: calc(100vh - 73px);
}

@media (max-width: 769px) {
    .main {
        background-image: url(../../images/main-mo.jpg);
        padding-bottom: 0;
        background-position: bottom;
        padding-top: 0;
        min-height: unset !important;
        height: calc(100vh - 175px) !important;
    }
}

.main .left {
    width: 100%;
    max-width: 1610px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 769px) {
    .main .left {
        padding-top: 28.5714285714%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

.main .left .contents-wrap {
    max-width: 738px;
    width: 100%;
}

@media (max-width: 769px) {
    .main .left .contents-wrap {
        max-width: unset;
        width: 100%;
    }
}

.main .left .contents-wrap .title {
    width: 100%;
    margin-bottom: 10px;
}

.main .left .contents-wrap .title img {
    width: 100%;
    display: block;
}

@media (max-width: 769px) {
    .main .left .contents-wrap .title {
        margin-bottom: 30px;
    }
}

@media (max-width: 769px) {
    .main .left .contents-wrap .title img {
        margin: 0 auto;
        max-width: 310px;
    }
}

.main .left .contents-wrap .contents {
    margin: 0 auto;
    width: 100%;
    max-width: 532px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main .left .contents-wrap .contents a {
    width: 160px;
    height: 160px;
    margin-right: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #ef9aa4;
    border-radius: 20px;
    margin-bottom: 26px;
    transition: all 0.3s ease-out;
}

@media (max-width: 769px) {
    .main .left .contents-wrap .contents a {
        margin-right: 13px;
        margin-bottom: 13px;
        width: calc(33% - 8.6666663px);
        height: 90px;
    }
}

@media (min-width: 769px) {
    .main .left .contents-wrap .contents a:hover {
        border: 1px solid #ef9aa4;
        transform: translateY(-20px);
        background-color: #ef9aa4;
        box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.3);
    }

    .main .left .contents-wrap .contents a:hover .img p {
        color: #fff;
        transition: all 0.3s ease-out;
    }
}

.main .left .contents-wrap .contents a .img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.main .left .contents-wrap .contents a .img {
    margin-top: 20px;
}

.main .left .contents-wrap .contents a .img img {
    width: 100%;
    display: block;
}

@media (max-width: 769px) {
    .main .left .contents-wrap .contents a .img {
        gap: 10px;
        width: 40px;
        margin-top: 10px;
    }
}

.main .left .contents-wrap .contents a:nth-child(3) {
    margin-right: 0;
}

.main .left .contents-wrap .contents a:nth-last-child(2) {
    margin-bottom: 0;
}

.main .left .contents-wrap .contents a:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.main .left .contents-wrap .contents a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
}

.main .left .contents-wrap .contents a p {
    font-size: 20px;
    font-weight: 500;
    color: #76110e;
    background-color: #ffcccf;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
}

@media (max-width: 769px) {
    .main .left .contents-wrap .contents a p {
        font-size: 14px;
    }
}

.snb {
    flex-shrink: 0;
    display: flex;
    gap: 4px;
}

@media (max-width: 769px) {
    .snb {
        order: 1;
        margin-bottom: 24px;
    }
}

.snb .link {
    display: flex;
    align-items: center;
    padding: 8px 15px 12px;
    border-radius: 30px;
    gap: 6px;
    background-color: #0b0b0b;
}

.snb .link .icon {
    transform: translateY(1px);
}

.snb .link:nth-child(2) {
    margin-right: 8px;
}

@media (max-width: 769px) {
    .snb .link:nth-child(2) {
        margin-right: 0;
    }
}

.snb .link p {
    font-size: 16px;
    color: #fff;
}

@media (max-width: 769px) {
    .snb .link p {
        font-size: 15px;
    }
}

footer .footer-inner {
    width: 100%;
    max-width: 1465px;
    margin: 0 auto;
}

footer.main-footer {
    background-color: #483636;
}

footer.main-footer .footer-inner {
    padding: 27px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.main-footer .footer-inner .snb {
    display: none;
}

@media (max-width: 769px) {
    footer.main-footer .footer-inner {
        flex-direction: column;
    }

    footer.main-footer .footer-inner .snb {
        display: flex;
    }
}

@media (max-width: 769px) {
    footer.main-footer .footer-inner .info {
        display: flex;
        flex-direction: column;
        order: 2;
    }
}

footer.main-footer .footer-inner .info span {
    font-size: 15px;
    color: #fff;
}

@media (max-width: 769px) {
    footer.main-footer .footer-inner .info span {
        text-align: center;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 769px) {
    footer.main-footer .footer-inner .info span:nth-child(1) {
        order: 2;
    }
}

@media (max-width: 769px) {
    footer.main-footer .footer-inner .info span:nth-child(2) {
        order: 1;
    }
}

footer.sub-footer {
    margin-top: 90px;
    padding: 34px 0;
    border-top: 2px solid #e2e2e2;
}

@media (max-width: 769px) {
    footer.sub-footer {
        margin-top: 50px;
        border-top: 1px solid #c1c4d3;
        padding: 24px 0;
    }
}

footer.sub-footer .footer-inner {
    padding: 0 15px;
    margin: 0 auto;
}

footer.sub-footer .info {
    text-align: center;
    font-size: 15px;
    color: #868686;
}

@media (max-width: 769px) {
    footer.sub-footer .info {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 769px) {
    footer.sub-footer .snb {
        display: none;
    }
}

@media (max-width: 769px) {
    footer.sub-footer .snb {
        justify-content: center;
    }
}

.sub {
    width: 100%;
    margin: 0 auto;
}

.sub.color2 .section-btn .btn:hover {
    background-color: #fef2d9;
}

.sub.color2 .section-wrap .section .title {
    background-color: var(--bg-color02);
    border-color: var(--color02);
}

.sub.color2 .section-wrap .section .tag {
    background-color: var(--color02);
}

.sub.color2 .section-wrap .section dt {
    color: var(--color02);
}

.sub.color2 .section-wrap .section dt::before {
    background-color: var(--color02);
}

.sub.color3 .section-btn .btn:hover {
    background-color: #deecff;
}

.sub.color3 .section-wrap .section .title {
    background-color: var(--bg-color03);
    border-color: var(--color03);
}

.sub.color3 .section-wrap .section .tag {
    background-color: var(--color03);
}

.sub.color3 .section-wrap .section dt {
    color: var(--color03);
}

.sub.color3 .section-wrap .section dt::before {
    background-color: var(--color03);
}

.sub.color4 .section-btn .btn:hover {
    background-color: #e3ffde;
}

.sub.color4 .section-wrap .section .title {
    background-color: var(--bg-color04);
    border-color: var(--color04);
}

.sub.color4 .section-wrap .section .tag {
    background-color: #68c257;
}

.sub.color4 .section-wrap .section dt {
    color: #51b53e;
}

.sub.color4 .section-wrap .section dt::before {
    background-color: #5fbb4e;
}

.sub.color5 .section-btn .btn:hover {
    background-color: #f6e9ff;
}

.sub.color5 .section-wrap .section .title {
    background-color: #faf3ff;
    border-color: #9149c3;
}

.sub.color5 .section-wrap .section .tag {
    background-color: #9149c3;
}

.sub.color5 .section-wrap .section dt {
    color: #9149c3;
}

.sub.color5 .section-wrap .section dt::before {
    background-color: #9149c3;
}

.sub .sub-inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1130px;
    padding: 0 15px;
}

.sub .sub-top {
    padding-top: 120px;
    background-color: #ffe6ed;
    padding-bottom: 33px;
}

@media (max-width: 769px) {
    .sub .sub-top {
        padding-top: 90px;
        padding-bottom: 0;
    }
}

.sub .sub-top .inner {
    display: flex;
    width: 100%;
    max-width: 1130px;
    align-items: center;
    padding: 0 15px;
    margin: 0 auto;
}

@media (max-width: 1000px) {
    .sub .sub-top .inner {
        justify-content: center;
    }
}

@media (max-width: 769px) {
    .sub .sub-top .inner {
        flex-direction: column;
    }
}

.sub .sub-top .inner .cate {
    flex: 0.76;
    text-align: center;
    font-size: 46px;
    font-family: "cafe24";
}

@media (max-width: 1000px) {
    .sub .sub-top .inner .cate {
        flex: 1;
        font-size: 23px;
    }
}

.sub .sub-top .inner .img img {
    display: block;
    width: 100%;
}

.sub .sub-nav {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    background-color: #fff;
    display: flex;
    border-radius: 15px;
    border: 1px solid #d2d2d2;
    transform: translateY(-50%);
}

@media (max-width: 769px) {
    .sub .sub-nav {
        display: none;
    }
}

.sub .sub-nav a {
    flex: 1;
    text-align: center;
    padding: 23px;
    position: relative;
    border-radius: 15px;
    font-weight: 500;
    font-size: 21px;
}

.sub .sub-nav a:first-child::before {
    content: none;
}

.sub .sub-nav a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #bababa;
}

.sub .sub-nav a.active {
    background-color: #ef7171;
    color: #fff;
}

.sub .sub-nav a.active::after {
    content: "";
    position: absolute;
    width: 99%;
    height: 99%;
    border: 1px solid #ef7171;
    left: 0;
    top: 0;
    border-radius: 15px;
}

.sub .sub-nav a.active+a::before {
    content: none;
}

.sub .section-btn {
    width: 100%;
    max-width: 1040px;
    margin: 10px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 769px) {
    .sub .section-btn {
        display: block;
        margin-top: 15px;
    }
}

.sub .section-btn .btn {
    border-radius: 30px;
    width: calc(50% - 6px);
    font-size: 17px;
    margin-right: 12px;
    background-color: #f6f6f6;
    padding: 13px 16px 13px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease-out;
    line-height: 1.5;
}

@media (max-width: 769px) {
    .sub .section-btn .btn {
        width: 100%;
        margin-bottom: 6px;
        font-size: 12px;
    }
}

@media (min-width: 769px) {
    .sub .section-btn .btn:hover {
        background-color: #defffd;
    }

    .sub .section-btn .btn:hover .arrow {
        background-color: #1f1f1f;
    }
}

.sub .section-btn .btn .arrow {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    transition: all 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #979797;
}

@media (max-width: 769px) {
    .sub .section-btn .btn .arrow {
        width: 18px;
        height: 18px;
    }
}

.sub .section-btn .btn .arrow img {
    transform: translateX(1px);
}

@media (max-width: 769px) {
    .sub .section-btn .btn .arrow img {
        width: 6px;
    }
}

.sub .section-btn .btn:nth-child(even) {
    margin-right: 0;
}

.sub .section-wrap {
    margin: 70px auto 0 auto;
}

@media (max-width: 769px) {
    .sub .section-wrap {
        margin: 40px auto 0 auto;
    }
}

.sub .section-wrap .section {
    margin-top: 90px;
}

@media (max-width: 769px) {
    .sub .section-wrap .section {
        margin-top: 50px;
    }
}

.sub .section-wrap .section:nth-child(1) {
    margin-top: 0;
}

.sub .section-wrap .section a {
    text-decoration: underline;
}

.sub .section-wrap .section a.blue {
    text-decoration: unset;
}

.sub .section-wrap .section .title {
    padding: 30px 40px 37px;
    border-top: 3px solid var(--color01);
    background-color: var(--bg-color01);
    font-size: 30px;
    font-weight: 700;
    word-break: keep-all;
    margin-bottom: 30px;
    line-height: 1.4;
}

@media (max-width: 769px) {
    .sub .section-wrap .section .title {
        font-size: 19px;
        padding: 13px 13px 17px 13px;
    }
}

.sub .section-wrap .section .tag-wrap small {
    margin-left: 5px;
}

@media (max-width: 769px) {
    .sub .section-wrap .section .tag-wrap small {
        display: block;
        margin-top: 5px;
        margin-left: 0;
    }
}

.sub .section-wrap .section .tag {
    margin-left: 5px;
    padding: 12px 21px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 700;
    background-color: var(--color01);
    margin-left: 30px;
    margin-bottom: 20px;
}

@media (max-width: 769px) {
    .sub .section-wrap .section .tag {
        font-size: 14px;
        padding: 11px 15px 13px 15px;
        margin-left: 0;
    }
}

.sub .section-wrap .section .deps1 {
    margin-left: 56px;
}

.sub .section-wrap .section .deps1-flex {
    display: flex;
    margin-left: 56px;
    margin-top: 20px;
}

.sub .section-wrap .section .deps1-flex+.deps2 {
    margin-top: 0;
}

@media (max-width: 769px) {
    .sub .section-wrap .section .deps1-flex {
        margin-left: 13px;
        flex-direction: column;
        margin-top: 10px;
    }
}

.sub .section-wrap .section .deps1-flex dt {
    box-sizing: content-box;
    flex-shrink: 0;
}

.sub .section-wrap .section .deps1-flex+.deps1-flex {
    margin-top: 17px;
}

.sub .section-wrap .section .deps1-flex.wid1 {
    margin-top: 0;
}

@media (max-width: 769px) {
    .sub .section-wrap .section .deps1-flex.wid1 {
        margin-top: 10px;
    }
}

.sub .section-wrap .section .deps1-flex.wid1 dt:nth-child(1) {
    width: 69px;
    text-align: justify;
}

@media (max-width: 769px) {
    .sub .section-wrap .section .deps1-flex.wid1 dt:nth-child(1) {
        text-align: left;
        width: unset;
    }
}

.sub .section-wrap .section .deps1-flex.wid1 dt:after {
    content: "";
    display: inline-block;
    width: 100%;
}

@media (max-width: 769px) {
    .sub .section-wrap .section .deps1-flex.wid1 dt:after {
        content: none;
    }
}

.sub .section-wrap .section .deps1-flex.wid1.marb {
    margin-bottom: 10px;
}

@media (max-width: 769px) {
    .sub .section-wrap .section .deps1-flex.wid1.marb {
        margin-bottom: 0;
    }
}

.sub .section-wrap .section .deps2 {
    margin-left: 56px;
    margin-top: 10px;
}

@media (max-width: 769px) {
    .sub .section-wrap .section .deps2 {
        margin-left: 13px;
    }
}

.sub .section-wrap .section .deps2 dd {
    margin-left: 14px;
}

@media (max-width: 769px) {
    .sub .section-wrap .section .deps2 dd {
        margin-left: 0;
    }
}

@media (max-width: 769px) {
    .sub .section-wrap .section .deps2 dt {
        margin-top: 10px;
    }
}

.sub .section-wrap .section .deps2+.deps1-flex {
    margin-top: 10px;
}

.sub .section-wrap .section dt {
    color: var(--color01);
    margin-right: 22px;
    font-size: 19px;
    font-weight: 500;
    padding-left: 14px;
    position: relative;
}

@media (max-width: 769px) {
    .sub .section-wrap .section dt {
        font-size: 14px;
        padding-left: 0;
    }
}

.sub .section-wrap .section dt::before {
    content: "";
    width: 3px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: var(--color01);
}

@media (max-width: 769px) {
    .sub .section-wrap .section dt::before {
        content: none;
    }
}

.sub .section-wrap .section dd {
    font-size: 19px;
    line-height: 1.5;
    margin-top: -4px;
}

@media (max-width: 769px) {
    .sub .section-wrap .section dd {
        font-size: 14px;
        margin-top: 5px;
    }
}

.table {
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 30px;
}

@media (max-width: 769px) {
    .table {
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
        width: 100%;
        margin-top: 15px;
        overflow-x: auto;
        margin-bottom: 15px;
        padding-top: 10px;
    }
}

.table small {
    text-align: start;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
    color: #999;
    margin-top: -7px;
    padding-bottom: 5px;
}

@media (max-width: 769px) {
    .table small {
        font-size: 12px;
    }
}

.table table {
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 769px) {
    .table table {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .table table {
        width: 600px;
    }
}

.table table th,
.table table td {
    font-size: 19px;
    border: 1px solid #d3d3d3;
    padding: 13px;
}

.table table td img {
    width: 100%;
    display: block;
}

@media (max-width: 769px) {

    .table table th,
    .table table td {
        padding: 8px;
        font-size: 14px;
        white-space: nowrap;
    }
}

.table table th:first-child,
.table table td:first-child {
    border-left: 0;
}

.table table th:last-child,
.table table td:last-child {
    border-right: 0;
}

.table table th {
    background-color: #f3f3f3;
    font-weight: 700;
    text-align: center;
    border-top: 2px solid #7a7a7a;
    vertical-align: middle;
}

.table table td {
    vertical-align: middle;
    line-height: 1.3;
}

.img-title {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    padding: 10px;
}

@media (max-width: 769px) {
    .img-title {
        font-size: 15px;
        padding: 5px;
    }
}

table {
    width: 100%;
}

@media (max-width: 769px) {
    table {
        height: unset !important;
    }
}

table th,
table td {
    font-size: 19px;
    border: 1px solid #d3d3d3;
    padding: 13px;
}

@media (max-width: 769px) {

    table th,
    table td {
        padding: 8px;
        font-size: 14px;
        white-space: nowrap;
    }
}

table th:first-child,
table td:first-child {
    border-left: 0;
}

table th:last-child,
table td:last-child {
    border-right: 0;
}

table th {
    background-color: #f3f3f3;
    font-weight: 700;
    text-align: center;
    border-top: 2px solid #7a7a7a;
    vertical-align: middle;
}

table td {
    vertical-align: middle;
    line-height: 1.3;
}

.blue {
    color: #2a68f5;
}

.flex {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
    gap: 8px;
}

.flex.text {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 769px) {
    .flex {
        flex-direction: column;
    }
}

.flex span {
    flex: 1;
}

.flex span img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 769px) {
    .flex span {
        flex: unset;
        width: 100%;
    }
}

@media (max-width: 769px) {
    .flex.mo-gap {
        gap: 24px;
    }
}

small {
    font-size: 16px;
    color: #999;
}

@media (max-width: 769px) {
    small {
        font-size: 12px;
    }
}

.tag+.wid1,
.tag+.deps2,
.tag-wrap+.wid1,
.tag-wrap+.deps2 {
    margin-top: 17px !important;
}

@media (max-width: 769px) {

    .tag+.wid1,
    .tag+.deps2,
    .tag-wrap+.wid1,
    .tag-wrap+.deps2 {
        margin-top: 10px !important;
    }
}

.title+.deps1-flex,
.title+.deps2 {
    margin-top: 30px !important;
}

@media (max-width: 769px) {

    .title+.deps1-flex,
    .title+.deps2 {
        margin-top: 24px !important;
    }
}

.paddb1 {
    padding-bottom: 5%;
}

@media (max-width: 1000px) {
    .paddb1 {
        padding-bottom: 0;
    }
}

.font16 {
    font-size: 16px;
}

@media (max-width: 769px) {
    .font16 {
        font-size: 14px;
    }
}

/* 20251217 */

.cont01 .deps01 h5 {
    color: var(--color01);
}

.cont01 .deps01 h5::before {
    background-color: var(--color01);
}

.cont02 .deps01 h5 {
    color: var(--color02);
}

.cont02 .deps01 h5::before {
    background-color: var(--color02);
}

.cont03 .deps01 h5 {
    color: var(--color03);
}

.cont03 .deps01 h5::before {
    background-color: var(--color03);
}

.cont04 .deps01 h5 {
    color: var(--color04);
}

.cont04 .deps01 h5::before {
    background-color: var(--color04);
}

.cont05 .deps01 h5 {
    color: var(--color05);
}

.cont05 .deps01 h5::before {
    background-color: var(--color05);
}

.deps01 {
    margin-left: 56px;
    margin-bottom: 50px;
}

.list-wrap {
    margin-bottom: 20px;
}

.list-wrap>li {
    margin-bottom: 5px;
    display: flex;
    gap: 22px;
}

.list-wrap li div {
    line-height: 1.5;
}

.list-wrap>li>div {
    width: 100%;
}

.list-wrap li div p {
    margin-bottom: 3px;
}

.list-wrap>li:last-child {
    margin-bottom: 0;
}

.deps01 .list-wrap li h5 {
    text-align: justify;
    text-justify: inter-word;
}

.deps01 .list-wrap li p {
    margin-top: -4px;
}

.deps01 .list-wrap .list {
    margin-top: -4px;
}

.list-wrap li .list li {
    margin-bottom: 2px;
}

/* .list-wrap li div .list li,
.list-wrap li div div,
.list-wrap li div p,
.list-wrap li div .list li p {
    font-size: 17px;
} */

.deps01 h5 {
    box-sizing: content-box;
    flex-shrink: 0;
    font-weight: 500;
    padding-left: 14px;
    position: relative;
    min-width: 69px;
    text-align: start;
    display: block;
    text-align: start;
}

.deps01 h5::before {
    content: "";
    width: 3px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
}

.deps01 h5::after {
    content: "";
    display: inline-block;
    width: 100%;
}

.deps01 p {
    line-height: 1.5;
}

p.bx01 {
    line-height: 1.5;
    font-weight: 800;
}

.bx00 {
    padding: 20px;
    border: 1px solid #666;
    margin: 30px 0;
    width: 100%;
}

.bx01 {
    padding: 20px;
    border: 1px solid #666;
    margin: 30px 0;
    width: 100%;
    box-shadow:
        /* 상단/좌측 밝은 그림자 (빛이 위에서 온다고 가정) */
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        /* 하단/우측 어두운 그림자 */
        5px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.bx02 {
    width: 100%;
    padding: 20px;
    border: 1px solid #d3d3d3;
    margin-top: 30px;
    background-color: #f3f3f3;
    line-height: 1.5;
}

.bx03 {
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
}

.font-small,
.list.font-small li,
.list.font-small li div,
.list.font-small li p {
    font-size: 16px;
}

.list li {
    display: flex;
    gap: 3px;
    margin-bottom: 2px;
    line-height: 1.5;
}

.list-dash li:last-child {
    margin-bottom: 0px;
}

.list-dash li::before,
.list-dot li::before,
.list-dot li::before,
.list-refer li::before {
    height: fit-content;
    line-height: 1.5;
}

.list-dash li::before {
    content: "-";
}

.list-dot li::before {
    content: "·";
}

.list-refer li::before {
    content: "※";
}

.grid-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.grid-wrap .caption {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #999;
}

.grid-wrap .img-bx {
    width: 100%;
}

.grid-wrap .img-bx img {
    width: 100%;
    display: block;
}

.img-wrap {
    margin-bottom: 30px;
    width: 100%;
}

.img-wrap .img-flex {
    display: flex;
    gap: 30px;
}

.img-wrap .caption {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #999;
}

.img-wrap .img-flex .img-bx {
    width: 50%;
}

.img-wrap .img-bx {
    width: fit-content;
    display: block;
}

.img-wrap .img-bx img {
    width: 100%;
    display: block;
}

@media (max-width: 769px) {
    body * {
        font-size: 14px;
    }

    .deps01 {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .list-wrap>li {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .list-wrap>li>h5 {
        width: unset;
        min-width: unset;
        line-height: 1.5;
    }

    .grid-wrap {
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .grid-wrap .caption {
        font-size: 14px;
    }

    .list-wrap>li>h5 {
        padding-left: 0;
    }

    .list-wrap>li>h5::before {
        display: none;
    }

    .list-wrap>li>h5::after {
        display: none;
    }

    .deps01 small {
        font-size: 80%;
    }

    .font-small,
    .list.font-small li,
    .list.font-small li div,
    .list.font-small li p {
        font-size: 13px;
    }

    .deps01 h5 {
        padding-left: 0;
    }

    .deps01 h5::before {
        display: none;
        padding-left: 0;
    }

    .deps01 .list-wrap li p {
        margin-top: 0px;
    }

    .deps01 .list-wrap .list {
        margin-top: -4px;
    }

    .img-wrap .img-flex {
        flex-direction: column;
        gap: 20px;
    }

    .img-wrap .img-flex .img-bx {
        width: 100%;
        margin: 0 auto;
    }
}