@charset "utf-8";

body {
    background-image: none;
}
main {
    color: #212426;
    background-color: #fff;
    margin-bottom: 50px;
}
section {
    margin-top: 50px;
}
.l-container {
    max-width: 868px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .l-container {
        padding: 0 20px;
    }
}

/* ========== fv ========== */
#fv {
    background-image: url(/sdgs/money_skill/2026_summer_project/img/kv_bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#fv .inner {
    max-width: 1000px;
    margin: 0 auto;
}
#fv .inner .kv {
    overflow: hidden;
    margin:0 ;
}

@media screen and (max-width: 1250px) {
    #fv img {
    max-width: 100%;
    height: auto;
    }
}
@media screen and (max-width: 1024px) {
    #fv {
    background-size: 185%;
    }
}
@media screen and (max-width: 639px) {
    #fv {
    background-image: none;
    }
}

/* ========== title ========== */
.sty-title {
    background-image: url(/sdgs/money_skill/2026_summer_project/img/h2_pc_bg.png);
    background-repeat:repeat-x;
    background-size: contain;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sty-title .inner {
    max-width: 1000px;
    margin: 0 auto;
}
.sty-title .inner .kv {
    overflow: hidden;
}
@media screen and (max-width: 1350px) {
    .sty-title {
    background-size: cover;
    }
    .sty-title img {
    max-width: 100%;
    height: auto;
    }
}
@media screen and (max-width: 639px) {
    .sty-title {
    background-image: none;
    }
}

/* ========== bg-yellow ========== */
.bg-yellow {
    background-color: #ffface;
    padding: 20px;
    border-radius: 20px;
}
/* ========== bd-gray ========== */
.bd-gray {
    border: 3px solid #eee;
    padding: 20px;
    border-radius: 20px;
    width: fit-content;
    margin: 0 auto;
}

/* ========== sty-accordion-01 ========== */
.sty-accordion-01>.item>.head {
    padding-right: 0;
}

/* ========== sty-checklist ========== */
.sty-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}
@media (min-width: 640px) {
  .sty-checklist {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
    .sty-checklist {
        margin: 0 auto;
        width: fit-content;
    }
}
.sty-checklist li {
    position: relative;
    padding-left: 30px;
    line-height: 24px;
}
.sty-checklist li:before {
    width: 26px;
    height: 100%;
    background-image: url(/sdgs/money_skill/2026_summer_project/img/icon_check.svg);
    background-repeat: no-repeat;
    background-size: auto 23px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

/* ========== sty-timelist ========== */
.sty-timelist {
    display: grid;
    grid-template-columns: max-content 1fr;
}
.sty-timelist dt {
    font-weight: normal;
}
.sty-timelist dd {
     margin: 0; 
}
.sty-timelist dd::before {
     content: ":";
     margin-left: 8px;
     margin-right: 4px;
}

@media (max-width: 639px) {
.sty-timelist {
        margin-right: auto;
        margin-left: auto;
        width: fit-content;
    }
}

/* ========== sty-step ========== */
.sty-step {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2.5em;
}
.sty-step h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
@media (min-width: 640px) {
.sty-step span, .sty-step span img {
    width: 105px;
}
}
@media (max-width: 639px) {
.sty-step {
    margin-top: 1.5em;
}
.sty-step h4 {
    font-size: 16px;
}
.sty-step span, .sty-step span img {
    width: 75px;
}
}

/* ========== sty-icon ========== */
.sty-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (min-width: 640px) {
.sty-icon span, .sty-icon span img {
    width: 35px;
}
}
@media (max-width: 639px) {
.sty-icon {
    justify-content: center;
}
.sty-icon span, .sty-icon span img {
    width: 25px;
}
}

/* ========== sty-example ========== */
.sty-example {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}
@media screen and (max-width: 639px) {
    .sty-example {
        flex-direction: column;
        gap: 10px;
    }
    .sty-example img {
        width: 95px;
    }
}
.sty-examplelist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
}
@media (min-width: 640px) {
  .sty-examplelist {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 639px) {
    .sty-examplelist {
    width: 100%;
    }
}

/* ========== sty-wallpaper ========== */
@media (max-width: 639px) {
    .sty-wallpaper {
        margin-top: 0;
    }
    .sty-wallpaper h5 {
        font-size: 18px;
    }
}
.sty-wallpaper img {
    max-width: 100%;
}