@charset "UTF-8";

main {
    color: #435574;
}

.section01 {
    background: #FAFAFA;
    padding: 120px 0 30px; 
}
.section__label {
    font-family: 'fot-cezanne-pron', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    height: 70px;
    line-height: 70px;
    position: relative;
}
.section__label {
    background: #E1825E;
    color: #FFF;
}
.program__lead {
    margin-top: 87px;
    text-align: center;
}
.program__lead h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 46px;
    font-size: 36px;
    font-weight: bold;
    color: #E1825E;
}
.program__lead h2:before,
.program__lead h2:after {
    content: '';
    position: absolute;
    bottom: 50px;
    width: 20px;
    height: 32px;
}
.program__lead h2:before {
    left: -1em;
    background: url(../img/bank/neobank-point/line-left.png) no-repeat;
    background-size: contain;
}
.program__lead h2:after {
    right: -1em;
    background: url(../img/bank/neobank-point/line-right.png) no-repeat;
    background-size: contain;
}
.program__lead p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
.program__lead p .marker {
    font-size: 20px;
    background: linear-gradient(180deg, transparent 20%, #F8F847 20%);
}
.program__lead p .red {
    font-size: 52px;
    font-weight: bold;
    color: #E04A54;
    margin-right: 5px;
}
.program__lead p small {
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
}
.program__wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 50px 0 60px;
}
.program__row {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
}
.program__row .program__item {
    width: calc((100% - 2 * 8px) / 4); /* 3つ並び */
    max-width: 220px;
}
.program__row--bottom .program__item {
    width: calc((100% - 3 * 8px) / 4); /* 4つ並び */
}
.program__item .program__item--block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 210px;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
}
.program__item.program__item--01 .program__item--image img,
.program__item.program__item--02 .program__item--image img {
    height: 55px;
}
.program__item.program__item--03 .program__item--image img,
.program__item.program__item--05 .program__item--image img,
.program__item.program__item--07 .program__item--image img {
    height: 48px;
}
.program__item.program__item--04 .program__item--image img {
    height: 52px;
}
.program__item.program__item--06 .program__item--image img {
    height: 42px;
}
.program__item .program__item--title {
    font-weight: bold;
    padding: 15px 0 7px;
}
.program__item .program__item--description {
    font-size: 12px;
    text-align: center;
}
.program__item .program__item--points {
    padding-top: 5px;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.05em;
}
.program__item .program__item--points .red {
    font-size: 28px;
    font-weight: bold;
    color: #E04A54;
}
.program__item .program__item--points .pt {
    padding: 0 3px;
    font-size: 15px;
    font-weight: bold;
}
.program__item .program__item--points span:last-child {
    font-size: 11px;
}
.program__detail {
    margin-bottom: 108px;
}
.program__detail .program__detail--link {
    width: 662px;
    margin: 0 auto;
}
.program__detail .program__detail--link a {
    position: relative;
    display: block;
    padding: 10px 0;
    margin-bottom: 23px;
    border-radius: 8px;
    border: 2px solid #C7000D;
    text-align: center;
    color: #C7000D;
    background: #FFF;
    font-weight: bold;
}
.program__detail .program__detail--link a:after {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
    width: 10px;
    height: 10px;
    border-top: 2px solid #C7000D;
    border-right: 2px solid #C7000D;
}
.program__detail .program__detail--link p {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.04em;
}
.under__breadcrumb {
    display: block;
}


@media only screen and (min-width:640px) and (max-width:768px) {
    .program__item .program__item--description {
        font-size: 1.3vw;
    }
}


@media screen and (max-width:639px) {
    .section01 {
        padding: 50px 0 3.2vw;   
    }
    .section__label {
        font-size: 5.5vw;
        line-height: 1.6;
    }
    .program__lead {
        margin-top: 14.1333vw;
    }
    .program__lead h2 {
        padding-bottom: 10.1333vw;
        font-size: 7.2vw;
    }
    .program__lead h2:before,
    .program__lead h2:after {
        bottom: 12vw;
        width: 5.3333vw;
        height: 8.5333vw;
    }
    .program__lead h2:before {
        left: -0.5em;
    }
    .program__lead h2:after {
        right: -0.5em;
    }
    .program__lead p {
        font-size: 5.3333vw;
    }
    .program__lead p .marker {
        font-size: 4.5333vw;
    }
    .program__lead p .red {
        font-size: 11.7333vw;
    }
    .program__lead p small {
        font-size: 3.2vw;
    }
    .program__wrap {
        display: block;
        margin: 9.0666vw 0;
    }
    .program__row {
        display: flex;
        flex-wrap: wrap;
    }
    .program__row--top {
        margin-bottom: 8px;
    }
    .program__row--top .program__item.program__item--01 {
        width: 100%;
        margin: 0 auto;
    }
    .program__row--top .program__item.program__item--01 .program__item--block {
        width: 75%;
        margin: 0 auto;
    }
    .program__row--top .program__item,
    .program__row--bottom .program__item {
        width: 48%;
    }
    .program__item .program__item--block {
        height: 64vw;
    }
    .program__item.program__item--01 .program__item--image img,
    .program__item.program__item--02 .program__item--image img {
        height: 14.6666vw;
    }
    .program__item.program__item--03 .program__item--image img,
    .program__item.program__item--05 .program__item--image img,
    .program__item.program__item--07 .program__item--image img {
        height: 12.8vw;
    }
    .program__item.program__item--04 .program__item--image img {
        height: 13.8666vw;
    }
    .program__item.program__item--06 .program__item--image img {
        height: 11.2vw;
    }
    .program__item .program__item--title {
        padding: 3.2vw 0;
    }
    .program__item .program__item--description {
        font-size: 3.2vw;
    }
    .program__item .program__item--points {
        font-size: 3.4666vw;
        line-height: 1.2;
    }
    .program__item .program__item--points .red {
        font-size: 7.4666vw;
    }
    .program__item .program__item--points .pt {
        font-size: 4vw;
    }
    .program__item .program__item--points span:last-child {
        font-size: 2.9333vw;
    }
    .program__detail {
        margin-bottom: 16.8vw;
    }
    .program__detail .program__detail--link {
        width: 100%;
    }
    .program__detail .program__detail--link a {
        padding: 2.1333vw 0;
        margin-bottom: 7.4666vw;
    }
    .program__detail .program__detail--link a:after {
        width: 2.1333vw;
        height: 2.1333vw;
    }
    .program__detail .program__detail--link p {
        font-size: 2.9333vw;
    }
  }